@media only screen and (max-device-width: 600px) {
.upperbox {
    display: flex;
    padding: 35px 24px;
    flex-direction: column;
    align-items: center;
    gap: 36px;
    margin-top: 71px;
}
.discoutnt_box .cart_home_btn {
    width: 179px;
}
.down_box {
    display: flex;
    align-items: flex-start;
    gap: 26px;
    flex-direction: column;
    width: 100%;
}
.gruped {
    flex-direction: column;
    gap: 10px
}
.gruped_right{
    display: flex;
    justify-content: space-between;
}
.secure_check {
    color: var(--Text-beige, #FFE8CF);
    text-align: center;
    font-family: "Bellefair";
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: 94.8%;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 0px;
} 
.split_box {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
    align-self: stretch;
    width: 100%;
}

.captcha_box {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 16px;
}

.cart_summary_box {
    display: flex;
    padding: 36px 24px;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    border-radius: 4px;
    border: 3px solid #D0221A;
    background: rgba(30, 31, 33, 0.80);
    width: 100%;
    max-width: 591px;
}

.common_title {
    color: var(--Accent-red, #D0221A);
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: "Bellefair";
    font-size: 29px;
    font-style: normal;
    font-weight: 400;
    line-height: 94.8%;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 42px;
}

.cart_apply_btn{
    width: 97px;
}

.total_name {
    color: var(--Accent-red, #D0221A);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: "Bellefair";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 94.8%;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.sub_total_box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    width: 100%;
}

.sub_total_content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    width: 100%;
}

.billing_summary_box {
    display: flex;
    width: 100%;
    max-width: 816px;
    padding: 36px 24px;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    border-radius: 4px;
    border: 3px solid #D0221A;
    background: rgba(30, 31, 33, 0.80);
}

.forms_group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    flex: 1 0 0;
    width: 100%;
}

.custom_checkbox {
    display: flex;
    height: 100%;
    align-items: flex-start;
    gap: 8px;
}
.captcha_box {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}
.img_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: column;
    gap: 10px;
}

.gruped_box1{
    display: flex;
    flex-direction: column;
}

.gruped_left{
    display: flex;
    flex-direction: column;
    gap: 0px;
    width: 225px;
}

.gruped_right_1{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 57px;
}

/* PAYMENT SUCCESFULL */


.discoutnt_box {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 10px;
    flex-direction: row;
    align-self: stretch;
    margin-top: 8px;
    flex-direction: column;
}
}


@media only screen and (min-device-width: 1200px) and (max-device-width: 1348px) {
    .captcha_box {
    width: 455px;
    flex-direction: column;
}
.img_box{
    flex-direction: column;
}
.captcha_box .g-recaptcha {
    transform: translateX(77px);
}

}

@media only screen and (min-device-width: 1349px) and (max-device-width: 1439px) {
    .captcha_box {
        display: flex;
        width: 340px;
        align-items: center;
        gap: 16px;
    }
}

@media only screen and (min-device-width: 1440px) and (max-device-width: 1499px) {
    .captcha_box {
        display: flex;
        width: 493px;
        align-items: center;
        gap: 16px;
    }
    .captcha_box {
        display: flex;
        width: 427px;
        align-items: center;
        gap: 16px;
        justify-content: center;
    }
    .img_box {
        display: flex;
        justify-content: space-between;
        align-items: center;
        align-self: stretch;
        flex-direction: column;
    }
}

@media only screen and (min-device-width: 1500px) and (max-device-width: 1699px) {}

@media only screen and (min-device-width: 1800px) and (max-device-width: 1919px) {}