.p_sale_header_top_mobile_title {
    display: none;
}

.banner_png {
    position: absolute;
    right: 50%;
    transform: translateX(50%);
}

.quantity_max.new_sale {
    background: unset;
    padding-top: 60px !important;
}

.mobile_sale_h .quantity_max.new_sale {
    background: rgba(252, 244, 207, 1);
}


.quantity_max.new_sale .title_max_quantity {
    position: absolute;
    transform: translateX(50%);
    color: #FFF;
    padding: 5px 10px;
    border-radius: 0 0 8px 8px;
    font-weight: 700;
    z-index: 12;
    font-size: 110px;
    line-height: 1.3;
    text-align: center;
    bottom: -215px;
    right: 49%;
    width: max-content;
}

.mobile_sale_h .quantity_max.new_sale .title_max_quantity {
    bottom: unset;
    top: 0;
    background: #fb6107;
}

.mobile_sale_h .quantity_max.new_sale .sub_title_max_quantity {
    position: relative;
    right: 50%;
    transform: translateX(50%);
}

.mobile_sale_h .quantity_max.new_sale .sub_title_max_quantity {
    position: relative;
    top: unset;
    bottom: unset;
    right: unset;
    transform: unset;
    margin: 0 auto;
    text-align: center;
}

.mobile_sale_h .quantity_max img {
    margin: 24px auto;
}

.mobile_sale_h .quantity_max.new_sale .close_sms_popup {
    top: 18px;
}

.first_cookie_t {
    display: none !important;
}

@media screen and (max-width: 600px) {
    .quantity_max.new_sale {
        padding-top: 45px !important;
    }
}

.quantity_max.new_sale .sub_title_max_quantity {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.3;
    text-align: center;
    color: #FFF;
    padding-bottom: 0;
    position: absolute;
    top: unset;
    bottom: -337px;
    right: 50%;
    transform: translateX(50%);
    z-index: 12;
    background: linear-gradient(180deg, #1C9F35 0%, #0D7B22 100%);
    width: 432px;
    height: 72px;
    box-shadow: 0px 5px 0px 0px rgba(1, 73, 15, 0.75);
    border-radius: 43px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 0.3s;
}

.quantity_max.new_sale .sub_title_max_quantity:hover {
    background: #fb6107;
    color: #FFF;
    transition: 0.3s;
}

@media screen and (max-width: 620px) {
    .pc_sale_h img {
        transform: translateX(50%) scale(0.5);
    }
    .quantity_max.new_sale .sub_title_max_quantity {
        width: 67vw;
        height: 52px;
        max-width: 290px;
        bottom: -300px;
        font-size: 20px;
    }
    .quantity_max.new_sale .title_max_quantity {
        font-size: 55px;
        bottom: -223px;
    }
    .quantity_max.new_sale span.close_sms_popup {
        right: calc(50% - 125px);
        transform: translateX(50%);
        bottom: -140px;
    }
}




.quantity_max.new_sale .close_sms_popup {
    opacity: 30%;
}

.new_sale_img_2_con a {
    transition: 0.3s;
}

.quantity_max.new_sale .close_sms_popup {
    position: absolute;
    right: 24px;
    top: unset;
    bottom: -5px;
    width: 17px;
    cursor: pointer;
    z-index: 12;
}

@media screen and (max-width: 620px) {
    .subtitle_max_quantity:before,
    .sub_title_max_quantity:after {
        display: none;
    }
}

@media screen and (max-width: 525px) {
    .new_sale_img_1,
    .new_sale_img_3 {
        display: none;
    }

    .new_sale_img_2_con:before {
        top: -20px;
        right: 20px;
    }
}


@media screen and (max-width: 420px) {
    .new_sale_img_2_con {
        margin-top: 10px;
    }

    .quantity_max {
        padding: 16px !important;
        top: 0px;
    }

    .new_sale_img_2_mob {
        display: block;
    }

    .new_sale_img_2_con p {
        position: absolute;
        left: 32px;
        bottom: 7px;
    }

    .new_sale_img_2_con:before {
        top: -40px;
        right: -40px;
    }
}

@media screen and (max-width: 355px) {
    .mobile_sale_h .quantity_max img {
        transform: scale(0.8);
    }
}