body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.modal {

    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 999;
}

.modal-content {
    max-width: 400px;
    margin: 50px auto;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 8px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background-color: #000000;
    z-index: 999;
	margin-top:100px;
	position: relative;

}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.logo-container img {
    width: 150px;
}

.logo-container {
    text-align: -webkit-center;
    margin-bottom: 20px;
}

.modal-body {
    text-align: center;
}

h1 {
    font-size: 1.5em;
}

.indolj-switcher-container {
    display: flex;
    justify-content: center;
}

.switch {
    cursor: pointer;
    padding: 8px 16px;
    background-color: #ccc;
    border-radius: 4px;
    margin: 0 5px;
}

.switch.active-switch {
    background-color: #F1D302;
    color: #000;
	font-weight: 700;
}

.switch {
    color: #000;
	font-weight: 700;
}

.active-switch {
    background-color: #F1D302;
    color: #000;
}

.area-modal-select {
    margin-top: 20px;
}

.form-control {
    width: 100%;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 4px !important;
    display: flex;
}

.area-modal-phone-field {
    margin-top: 20px;
}

.btn {
    padding: 10px;
    background-color: #4CAF50;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.btn:disabled {
    cursor: not-allowed;
}

.modal-buttons-new{
    display: flex;
    justify-content: center;
	width: 100px;
    background: #F1D302;
    text-align: center;
}

.modal-button-select{
	margin-top: 30px !important;
	background-color: #F1D302;
}

.modal-footer {
    margin-top: 20px;
    text-align: center;
}

.mt-3.col {
    margin-top: 20px;
}

p.checkout-add-data {
    background-color: #ffffff;
    color: #000000;
    margin: 20px 3px;
    padding: 10px;
}

p.checkout-add-head {
    margin-top: 20px;
    color: #ffffff;
}

p.thankyou-add-data {
    background-color: #000000;
    color: #ffffff;
    margin: 20px 3px;
    padding: 10px;
	border: 1px solid #ffffff;
}

p.thankyou-add-head {
    margin-top: 20px;
    color: #ffffff;
}

.header-shortcode{
	background-color: #F1D302;
	color: #000000;
	width: 140px;
}

p.header-shortcode-text {
    margin: 0px;
}

input#contact_phone {
    max-width: 100%;
}


.popup-button {
    padding: 10px 40px !important;
}

.delivery_type_2.row {
    text-align: -webkit-center !important;
}



p.sidebar-add-data {
    margin: 0px;
    color: black;
	font-size: 16px;
}

p.sidebar-add-head {
    margin-bottom: 10px;
    color: black;
    font-size: 18px;
}


p.checkout-add-data {
    background-color: #ffffff;
    color: #000000;
    margin: 20px 3px;
    padding: 10px;
}

p.checkout-add-head {
    margin-top: 20px;
    color: #ffffff;
}

h2.woocommerce-order-details__title {
    color: black;
}

.header-shortcode{
	background-color: #F1D302;
	color: #000000;
	width: 140px;
}

p.header-shortcode-text {
    margin: 0px;
}

input#contact_phone {
    max-width: 100%;
}

.sidebar-add-content {
    margin: 0px 0px 0px 0px;
    padding: 20px;
    background: #f1d302;
}

p.pickup-para {
    background-color: #fff;
    padding: 10px;
    color: #000;
    border-radius: 5px;
}