@media screen and (max-width: 768px) {

    .OurContactHeader h2 {
        font-size: 35px !important;
    }


}

@media screen and (max-width: 576px) {

    .OurContactHeader h2 {
        font-size: 28px !important;
    }


}

.contact_others {
    display: flex;
    align-items: center;
    justify-content: center;
}

.rounded {
    border-radius: 15px !important;
}

.icn {
    color: #c59d5f !important;
    padding-right: 10px;
}

.address_type_show {
    font-family: rotis;
    color: #c59d5f;
}

.font_size_133 {
    font-family: rotis !important;
    color: #c59d5f !important;
    font-size: 17px !important;
    cursor: pointer;
}

.cartt textarea {
    width: 94%;
    height: 50px;
    margin: 0.5rem auto;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 3px;
    font-size: 13px;
    padding: 0.5rem 0.5rem;
}


.margin_10 {
    resize: none;
    outline: none;

}


.cartt b {
    font-size: 13.5px;
}

.table td {
    padding-bottom: 11px;
}

.text_bold {
    margin-top: 10px !important;
}

.text_bold1 {
    line-height: 1.6vh;
}

.cartt .offer a:hover {
    color: #c59d5f;
}

.btn .btn-default .final_click_button {
    border-radius: 10px;
    background-color: #c59d5f;

}

.cartt .btn-default {
    border-radius: 10px;
    background-color: #c59d5f;
    border: none;
}

.cartt {
    border-radius: 20px !important;
}

/* .btn:hover {
            background-color: black;
        } */
.time_show {
    outline: none;

}

.text-right input {
    outline: none;
    cursor: pointer;
}

.rdio input {
    cursor: pointer;
}

.font_size_12 {
    padding-left: 1.4rem !important;
}

#time_show {
    cursor: pointer !important;
}

.mainCon {
    justify-content: center;
    margin: 0 !important;
}

.change_cod_name {
    font-size: 15px;
    color: black;
    padding-left: 5px;
}

.text-right1 {
    font-weight: bold;
}




input[type="text"].address-input {
    border: none;
    /* Remove default border */
    border-bottom: 1px solid black;
    /* Add a bottom border */
    width: 100%;
    /* Set the width as per your design */
    padding: 5px;
    /* Add some padding for better aesthetics */
    outline: none;
}

input[type="radio"] {
    appearance: none;
    /* Remove default appearance */
    -webkit-appearance: none;
    /* For older versions of WebKit browsers */
    -moz-appearance: none;
    /* For older versions of Firefox */
    width: 14px;
    /* Set the width as per your design */
    height: 14px;
    /* Set the height as per your design */
    border-radius: 50%;
    /* Make it circular */
    border: 2px solid #007BFF;
    /* Set the border color */
    outline: none;
    /* Remove the default focus outline */


}

input[type="radio"]:checked {
    background-color: #c59d5f;
    /* Set the background color when checked */
    /* Set the border color when checked */
    border-color: black;
}

input[type="radio"]:not(:checked) {
    background-color: white;
    /* Set the background color when unchecked */
    color: #007BFF;
    /* Set text color when unchecked */
    border-color: black;
}

/* .text-right2{
                margin-left: 10px;
                padding-right: 0;
            } */

.hide_takeaway {
    padding: 0 1.1rem;

    margin: 0 auto;
}

#time_show {
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 0 0.5rem;
    border-radius: 3px;
}

.btn-gary_new,
.btn-gary_new2 {
    height: 25.5px;
}

.add_cart_button2 {
    padding: 0;
}

.cartt {
    margin: 0 !important;
}

.hidden_cart {
    display: none;
}

.add_cart_button3 {
    background-color: #fff;
    width: 32px;
    height: 25px;
    border: 0;
    align-items: center;
    font-size: 13px !important;
    font-weight: bold;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    text-align: center;
}