* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    /* font-family: 'Roboto', sans-serif; */
    font-family: "Open Sans", sans-serif;
}

.thank_main {
    font-weight: 700;
    font-size: 1.8rem;
}

.thank_title {
    padding: 0 20px;
    text-align: center;
    font-weight: 600;
    font-size: 1.6rem;
}

.thank_divider {
    width: 100%;
    padding: 15px 0;
    display: block;
    /*background: #f1f4f8;*/
}

.thank_divider img {
    width: 90%;
    margin: 0 auto;
    display: block;
}

.main {
    width: 100vw;
    max-width: 480px;
    margin: 0 auto;
}

.btn_container {
    margin-bottom: 15px;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 86%;
}

.btn_more {}

.btn_buy {
    margin-top: 8px;
    font-size: 1.45rem !important;
}

.btn_container a {
    text-decoration: none;
    color: white;
    width: fit-content;
    margin: 0 auto;
}

.offer_time {
    margin: 0 auto;
    font-size: 1.6rem;
    text-align: center;
    margin-top: 25px;
    font-weight: 500;
    color: #5c5c5c;
}

.upsell-item-btn {
    border: none;
    cursor: pointer;
    border-radius: 10px;
    background-color: #0071e3;
    /* background-color: rgb(180, 58, 87); */
    /* background-image: linear-gradient(90deg, rgba(180, 58, 87, 1) 0%, rgba(253, 134, 29, 1) 46%, rgba(252, 176, 69, 1) 100%); */
    color: white;
    padding: 5px 10px;
    font-size: 1.1rem;
    font-weight: 600;
    margin: 10px auto;
    width: 90%;
    display: block;
}

.item_text {
    padding: 0 5px;
    margin: 12px 0 10px;
    text-align: center;
    font-size: 1.2rem;
    line-height: 125%;
}

.item_price {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: center;
    margin-top: 20px;
}

.item_new_price {
    color: #ea2929;
    font-size: 1.7rem;
    font-weight: 700;
    margin-top: 10px;
}

.item_old_price {
    line-height: 30%;
    color: #949494;
    font-size: 1.3rem;
    text-decoration: line-through;
    font-weight: 700;

}

.item_hr {
    width: 100%;
    height: 1px;
    background: #d0d0d0;
    margin: 6px auto 20px
}

.disc_container {
    z-index: 1000;
    top: 0;
    right: 0;
    color: white;
    position: absolute;
}

.disc_text {
    position: absolute;
    top: 16px;
    right: 6px;
    letter-spacing: 1px;
    transform: rotate(45deg);
    font-size: 1.5rem;
    font-weight: 700;
}

.item_img {
    position: relative;
    /* height: 100px; */
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.item_img img {
    /* border-top-left-radius: 8px;
    border-top-right-radius: 8px; */
    border-radius: 5px;
    /* max-width: 100%; */
    width: 100%;
    height: 100%;
    /* max-height: 150px; */
    /* aspect-ratio: 1/1; */
    object-fit: cover;
    object-position: top;
}

.item_title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #5c5c5c;
    margin-bottom: 0px;
    margin-top: 15px;
    text-align: center;
    padding: 0 10px;
}

.offer_list {
    /* margin-top: 15px;
    flex-wrap: wrap;
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between; */
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
}

.offer_item {
    /* height: 350px; */
    position: relative;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: space-between;
    box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.27);
    -webkit-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.27);
    -moz-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.27);
    border-radius: 5px;
    width: 100%;
    padding-top: 10px;
}

/* 
.offer_list>div:not(:last-child) {
    margin-bottom: 40px;
} */

.offer_title {
    font-weight: 600;
    font-size: 1.6rem;
}

.offer_container {
    /*border: 1px solid #c0c0c0;*/
    padding: 15px;
    margin-top: 15px;
    border-radius: 14px;
    display: flex;
    flex-direction: column;

}

.offer_top {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-items: center;
    font-size: 30px;
}

.offer_top_r {
    color: #0071e3;
    font-weight: 700;
    text-align: center;
}

.offer_top_l {
    width: 85px;
    height: 85px;
    margin-right: 20px;
}

.offer_top_l img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.offer {
    padding: 0 15px 25px;
    min-height: 90vh;
}


.hr_div {
    background: #f1f4f8;
    width: 100%;
    height: 45px;
}

.top {
    margin-top: 20px;
}

.plate {
    display: flex;
    flex-direction: column;
    justify-items: center;
    align-items: center;
    width: 100%;
}

.plate_text {
    width: fit-content;
    font-weight: 800;
    font-size: 1.5rem;
    margin-bottom: 8px;
}

.product_count {
    color: #EC5212;
}

.plate img {
    width: fit-content;
    display: flex;
    height: 15px;
    object-fit: contain;
}

.main_photo {
    display: block;
    border-radius: 10px;
    width: 100%;
    max-width: 450px;
    margin: 20px auto;
    object-fit: contain;
}

.added {
    background: #019701;
    border: 1px solid #019701;
}

.back-btn {
    border: none;
    cursor: pointer;
    border-radius: 10px;
    background-color: #0071e3;
    color: white;
    padding: 5px 10px;
    font-size: 1.1rem;
    font-weight: 600;
    margin: 10px auto;
    /* width: 75%; */
    display: block;
    max-width: 250px;
    text-align: center;
    text-decoration: unset;
}