@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playwrite+AU+SA:wght@100..400&display=swap');
 
 /* ::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  } */

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #E3F2FC;
    border-radius: 10px;
}
::-webkit-scrollbar-button:vertical:increment {
    background: red;
  height: 12px;
    width: 12px;
  
}
 ::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: 10px;
} 
::-webkit-scrollbar-button {
  display: block;
  background-color: #bbbbbb; /* Example color */
  /* You often use background images for custom arrows */
}
::-webkit-scrollbar-thumb:hover {
    background: #b30000;
}

::-webkit-scrollbar-button{
    color: red;
}
h1,h2{
  font-family: Figtree;   
}
body{
    font-family: Figtree;   
}
.accordion-button:not(.collapsed) {
    background-color: #436b33;
    color: #fff;
}
.pac-container.pac-logo.hdpi {
    z-index: 9999;
}
button.swal2-confirm.swal2-styled {
    background-color: #017340;
}
button.swal2-cancel.swal2-styled {
    background-color: #E31F25;
}
img{max-width: 100%;}
.logo {
    max-width: 150px;
    margin: auto;
    display: block;
}
section.cat-items{
    display: none;
}
.menu-page section.cat-items {
    display: block;
}
header {
    /* position: relative;
    z-index: 3; */
    background-color: #C83628;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}
.container.top-menu {
    position: relative;
}
a.navbar-brand img {
    position: absolute;
    top: -14px;
    left: 0px;
    width: 150px;
    z-index: 99;
}
header.fixed {
    background-color: #006838;
    padding-top: 10px;
    padding-bottom: 10px;
}
header.fixed nav.navbar {
    margin-top: 0rem;
}
.dropdown-toggle::after {
    top: 2px;
    position: relative;
}
header.fixed img {
    width: 100px;
}
.banner h1 {
    font-size: 4rem;
}
section.banner:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #00000073;
    z-index: -1;
}
section.banner {
    height: 100vh;
    background-color: #f7f7f7;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-size: cover;
    position: relative;
    z-index: 1;
    color: #fff;
}
.tdr-btn:hover {
    background-color: #A7333C;
}
.tdr-btn {
    background-color: #652D90;
    color: #fff;
    border-radius: 20px;
    max-width: 200px;
    width: 100%;
}
.section{
    padding-top: 4rem;
    padding-bottom: 4rem;
}
h2.title {
    color: #fff;
    font-size: 3rem;
}
.step-box {
    height: 100%;
    padding: 15px;
    border-radius: 22px;
    box-shadow: 4px 1px 17px -5px #00000061;
    margin-top: 20px;
    background-color: #ffffff;
    /* color: #fff; */
}
.step-box p {
    font-weight: 600;
    color: #1F5733;
}
.step-box h3 {
    color: #C63527;
    text-transform: capitalize;
    font-size: 24px;
    font-family: 'Figtree';
}
/* section.section.green:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -57px;
    transform: translateX(-50%);
    border: 30px solid transparent;
    border-top-color: #1F5733;
    z-index: 2;
} */

section.section.green {
    background-color: #1F5733;
    color: #fff;
    position: relative;
  
}
section.section.steps {
    background-image: url('../images/banner.jpg');
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    z-index: 1;
}
section.steps:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #f7f7f7eb;
    z-index: -1;
}

/* .flex-boxs input:checked + span:before {
    border-top-color: #006838;
}
.flex-boxs input + span {
    position: relative;
    cursor: pointer;
}
.flex-boxs input {
    visibility: hidden;
    position: absolute;
} */

div#navbarSupportedContent a {
    color: #fff;
    font-size: 20px;
    padding: 20px 13px;
}
ul.dropdown-menu a:hover {
    color: #fff !important;
    background-color: #006838;
}

ul.dropdown-menu a {
    color: #006838 !important;
}
nav.navbar {
    margin-top: 2rem;
}
header.fixed {
    background-color: #006838;
    padding-top: 10px;
    padding-bottom: 10px;
}
button.navbar-toggler {
    background-color: #fff;
    position: absolute;
    top: 34px;
    right: 20px;
}
p.copyright {
    font-size: 14px;
    text-align: center;
    margin: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
}
p.copyright a {
    color: #006838;
    text-decoration: none;
}
section.inner.banner {
    height: 50vh;
    background-image: url('../images/inner-banner.jpg');
}
.contact input, .contact textarea {
    border-radius: 18px;
    border: 2px solid #006838;
}
div#preLoder {
    display: none;
}
.submit-btn {
    background-color: #436b33;
    color: #fff;
    border: unset;
}
.address a, .address i {
    color: #436b33;
    text-decoration: none;
}
.slick-next {
    right: 25px;
}
.slick-prev {
    left: 25px;
    z-index: 1;
}
/*-------------------------------------new update css-----*/
.cart-empty {
    display: none;
    position: absolute;
    z-index: 9999;
    background-color: #1f5733;
    text-align: center;
    padding: 7px;
    border-radius: 15px;
    top: 33px;
    box-shadow: 1px 1px 18px #00000029;
}
.cart-empty.active {
    display: block;
}
.cart-empty img {
    width: 100px;
}

.cart-empty h3 {
    font-size: 16px;
}
nav.navbar.navbar-expand-lg {
    margin-top: 0px;
}
.right-box {
    display: flex;
    justify-content: end;
}
.top-menu a.btn.change_location_btn {
    background-color: #fff;
    border-radius: 10px;
    color: #000;
    padding-top: 10px;
}
.callnow {
    background-color: #436B33;
    color: #fff;
    padding: 10px 15px;
    border-radius: 33px;
    position: relative;
    left: 9px;
    top: 1px;
}
.signin a:hover {
    color: #dcdcdc;
}

.signin a {
    text-align: left;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    margin-left: 20px;
}
.bottom-menu div#navbarNav {
    justify-content: end;
}
.cart {
    background-color: #C83628;
    color: #fff;
    border-radius: 10px;
    width: 100px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
}
a.nav-link:hover {
    color: #436b33;
}
.right-box ul.navbar-nav {
    border-right: 1px solid;
    margin-right: 15px;
    padding-right: 20px;
}
span#store_detail br {
    display: none;
}
span#store_detail h4 {
    display: inline-block;
    font-size: 14px;
}
span#store_detail span {
    display: none;
}
a.btn.change_location_btn.location_box:active {
    outline: unset;
    border: unset;
}
#header .right-box ul.navbar-nav li a {
    text-transform: capitalize;
    font-weight: bold;
    font-size: 14px;
    color: #fff !important;
    padding: 0px;
}
#header .right-box ul.navbar-nav li a:hover {
    opacity: 0.6;
}

#header li.nav-item {
    border-left: 1px dashed #f7f7f778;
    padding: 0px 10px;
}
#header li.nav-item:first-child {
    border-left: 0px;
}
.variable-box a:hover {
    transform: scale(1.1);
}
.variable-box a {
    display: block;
    text-decoration: none;
    color: #fff;
    margin-bottom: 6px;
    border-bottom: 1px dashed;
    padding-bottom: 9px;
    text-align: center;
    transition: 0.1s all;
}
.variable-box {
    position: absolute;
    bottom: 0px;
    width: 100%;
    background-color: #436b33;
    padding: 20px;
    display: none;
}
i.addtocart.fa-regular.fa-circle-xmark {
    position: absolute;
    right: 8px;
    top: 4px;
    color:#fff;
}
.bottom-menu ul.navbar-nav a {
    font-weight: bold;
    text-transform: uppercase;
}
section.bottom-menu {
    position: sticky;
    top: 0px;
    background-color: #f7f7f7;
    z-index: 9;
    padding-top: 6px;
    padding-bottom: 6px;
}

div#pickup_or_delivery h4 {
    font-size: 18px;
    font-weight: bold;
    color: #1f5733;
    display: inline;
    margin-right: 8px;
    margin-left: 4px;
}
div#pickup_or_delivery span {
    font-size: 14px;
    text-decoration: underline;
    cursor: pointer;
}
span.ordertime-text {
    font-size: 18px;
    font-weight: bold;
    color: #1f5733;
}
span.ordertime-text i {
    color: #000;
}
div#pickup_or_delivery .change_to_delivery:hover {
    color: #c83628;
}

.app-btn-box a {
    background-color: #C83628;
    border: 0px solid #000;
    border-radius: 22px;
    padding: 10px 24px;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    margin-right: 10px;
    font-size: 12px;
    margin-top: 7px;
    width: 200px;
}
.app_bar h3 {
    font-size: 20px;
    font-weight: bold;
    color: #436b33;
}
span.close_app {
    margin-left: 10px;
    cursor: pointer;
}
.app_bar {

    position: fixed;
    z-index: 9;
    bottom: -100%;
    right: 20px;
    border-radius: 20px;
    max-width: 390px;
    text-align: center;
    padding: 15px;
    transition: 0.5s all;

    background: rgba(255, 255, 255, 0.2);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
border: 1px solid rgba(255, 255, 255, 0.3);
}
.app-btn-box a:hover {
    text-align: center;
}
.app_bar.active {
    bottom: 20px;
    margin-left: 15px;
}
.app_bar p {
    margin-bottom: 0px;
    padding-top: 5px;
}
.app-btn-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
footer#footer {
    background-color: #C83628;
    padding-top: 4rem;
    padding-bottom: 4rem;
    color: #fff;
    position: relative;
    z-index: 1;
}
footer#footer:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 40%;
    height: 100%;
    background-color: #000;
    z-index: -1;
}
.app-images img {
    max-width: 200px;
    border-radius: 40px;
    margin-right: 9px;
    width: 100%;
}
.app-images {
    display: flex;
    margin-top: 2rem;
    flex-wrap: wrap;
}
h3.app-title {
    font-weight: bold;
    text-transform: uppercase;
}
h3.footer-title {
    font-size: 19px;
    font-weight: bold;
    text-transform: uppercase;
}
footer#footer ul {
    padding-left: 18px;
}

footer#footer ul li a {
    color: #fff;
    margin-bottom: 7px;
    display: inline-block;
    text-decoration: none;
}
ul.social-media {
    padding-left: 0px !important;
    margin-top: 20px;
}

ul.social-media li i {
    font-size: 36px;
}
ul.social-media li {
    list-style: none;
    display: inline-block;
    margin-left: 8px;
    margin-right: 8px;
}
img.footer-logo {
    max-width: 300px;
    width: 100%;
    margin: auto;
    display: block;
}
.item-header a {
    padding: 1px 11px;
}
.item-header {
    display: block;
    padding: 15px 10px;
    margin: 0px;
    width: fit-content;
    white-space: nowrap;
}
.item-header a {
    text-decoration: none;
}
ul.elementor-icon-list-items {
    padding-left: 1px !important;
}
ul.elementor-icon-list-items li {
    list-style: none;
}
.product_box H3 {
    font-size: 16px;
    font-weight: 700;
}
ul.dropdown-menu {
    width: 100%;
    padding: 13px;
}
.showcase {
    height: 100%;
    background-color: #C83628;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0px 40px;
    color: #fff;
    border-radius: 15px;
    position: relative;
}
.showcase .btn {
    text-transform: uppercase;
    color: #fff;
    border: 1px solid;
    border-radius: 31px;
    padding: 12px 31px;
}
.showcase a.btn-order-new {
    position: absolute;
    right: 30px;
    bottom: 50px;
    background-color: #394f30;
}
.showcase p {
    font-size: 20px;
}
.showcase h2 {
    text-transform: uppercase;
    font-size: 40px;
    font-family: 'Figtree';
    font-weight: bold;
}
img.product-img {
    border-radius: 15px;
    transition: 0.4s all;
}
/* .section.hover:hover .product-img {
    transform: scale(1.1);
    transition: 0.4s all;
} */
.showcase.gray {
    color: #000;
    background-color: #e9e9e9;
    border-radius: 15px;
}
.menu-page .location_box {
    border: 1px solid #1f5733;
    border-radius: 20px;
    margin-left: 15px;
}
.menu-page .location_box span.change-btn {
    color: #fff;
    background-color: #1f5733;
    padding: 7px 18px;
    border-radius: 20px;
    font-size: 14px;
    position: relative;
    left: 9px;
}

li.item-header-ul a {
    text-decoration: none;
    color: #436b33;
    font-weight: bold;
}
.cart_box .title {
    color: #C83628;
}
i.ti.ti-close {
    color: #C83628;
    margin-left: 10px;
    cursor: pointer;
}
i.ti.ti-pencil.editButton {
    color: #1f5733;
    cursor: pointer;
}
img.product-img.right {
    border-radius: 0px 15px 15px 0px;
}
.showcase.gray a.btn {
    color: #000;
}
div#main_footer {
    background-color: #f7f7f7;
}
section.review-section {
    background-color: #f7f7f7;
    padding-top: 4rem;
}
.navbar-expand-lg .navbar-nav .dropdown-menu.show {
    left: 0px;
    overflow-x: scroll;
    display: flex;
    top: 100%;
    width: min-content;
}
.cat_list {
    display: flex;
    left: 0px;
    overflow-x: scroll;
    top: 100%;
    width: 100%;
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
}

section.cat-items {
    padding-top: 4px;
    padding-bottom: 4px;
    background-color: #fff;
}
li.item-header a {
    font-weight: bold;
    color: #436B33;
}
li.nav-item.dropdown {
    position: unset;
}
input[type="checkbox"]:checked + label span {
    background-color: #007137;
    color: #fff;
}
.product_content {
    display: flex;
    flex-wrap: wrap;
    column-gap: 1.5%;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 2rem;

}
.modal-body-addon .btn {
    display: none;
}
.product_box {
    display: grid;
    overflow: hidden;
    position: relative;
    width: 23.5%;
    padding: 18px;
    margin-top: 0.4em;
    border-radius: 14px;
    cursor: pointer;
    border: 1px solid #e7e7e7;
    margin-bottom: 10px;
    text-align: left;
    background-color: #f7f7f7;
}
div#main_header {
    position: sticky;
    top: -2px;
    z-index: 9;
}
button.addtocart:hover {
    background-color: #5a8649;
}

button.addtocart {
    background-color: #436B33;
    color: #fff;
    border-radius: 7px;
    border: 1px solid;
    padding: 12px 15px;
  
    font-weight: bold;
    height: 50px;
}
.product_box:hover {
    border-color: #436B33;
}
.product_box img {
    margin: auto;
    background-color: #f7f7f7;
    width: 100%;
    margin-bottom: 15px;
    border-bottom: 1px solid #436b33;
    border-radius: 10px 10px 0px 0px;
}
.product_box p.price {
    margin-bottom: 8px;
    font-weight: bold;
}
h3.category-title {
    text-transform: uppercase;
    font-weight: bold;
    color: #436B33;
    font-size: 35px;
    margin-bottom: 1rem;
}
.cart_box.active {
    left: 0%;
}
.cart_box {
    width: 100%;
    position: fixed;
    top: 0px;
    right: 0px;
    height: 100vh;
    background-color: #000000ad;
    padding: 0px;
    left: 100%;
    transition: 0.2s all;
    border-radius: unset;
    z-index: 99;
}
.cart-box {
    max-width: 500px;
    width: 100%;
    margin-left: auto;
    background-color: #F7F7F7;
    border-left: 0px solid #436B33;
    padding-left: 15px;
    border-radius: 0px;
    padding-top: 0px;
    padding-right: 15px;
    height: 100%;
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
}
.cart_box .cart-close {
    text-align: right;
    color: #000;
    font-size: 18px;
    cursor: pointer;
    position: absolute;
    width: 100%;
    left: 0px;
    padding-right: 20px;
    z-index: 999;
}
.cart-close i {
    color: #C83628;
}
button.close.checkout-panel {
    background-color: unset !important;
    color: #C83628;
}
.cart_box table.table-cart.cartTable {
    width: 100%;
    padding-right: 10px;
}
div#stores {
    display: none;
}
div#storess {
    display: flex;
}
.stores.active {
    background-color: #C83628;
    color: #fff;
}
table.table-cart.cartTable {
    margin-bottom: 8px;
    border-bottom: 2px solid;
}
.cart_box .table-cart.cartTable tr {
    border-bottom: 1px solid #000;
    display: flex;
    justify-content: space-between;
    padding-top: 1px;
    padding-bottom: 2px;
}
.cart_box td.title {
    width: 70.6%;
}
.cart_box td.title a {
    text-decoration: none;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
}
.cart_box td.price {
    font-weight: 600;
    color: var(--black);
}
.panel-cart-content .flex {
    position: relative;
    display: flex;
}
div#cartSummary {
    background-color: #f7f7f7;
    padding: 1rem;
    border-radius: 12px;
    margin-top: 1rem;
    padding-right: 0px;
    font-weight: 400;
    color: #000;
    margin-bottom: 15px;
}
.card-input-box.cn {
    width: 100%;
    margin-bottom: 5px;
}
.modal-body-location .btn-grup a.active {
    background-color: #436B33;
    color: #fff;
}
.modal-body-location {
    padding-bottom: 2rem;
}
.modal-body-location .btn-grup a:hover {
    background: #C83628;
    color: #fff;
}
.card-input-box.exp, .card-input-box.sqc {
    width: 48%;
}
.panel-cart-title {
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 1rem;
    padding-top: 1.5rem;
    position: sticky;
    top: 0px;
    display: flex;
}
h5.title {
    text-transform: uppercase;
    font-weight: bold;
}
a.panel-cart-action.btn.checkout {
    width: 100%;
    background-color: #436B33;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 18px 10px;
    border-radius: 40px;
    margin-bottom: 20px;
}
.panel-cart-content h4 {
    margin-top: 1rem;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
}
span.x {
    width: 100%;
    position: relative;
}
input#txtCoupon {
    height: 50px;
    border-radius: 8px 0px 0px 8px;
    width: 100%;
}
button.btn-danger.remove_coupon_btn {
    background-color: unset;
    border: 0px;
    position: absolute;
    top: 13px;
    right: 9px;
}
button.coupon_btn {
    background-color: #436B33;
    border: 0px solid;
    color: #fff;
    width: 100px;
    border-radius: 0px 8px 8px 0px;
}
.form-control:focus {
    box-shadow: unset;
    border-color: #436B33;
}

h3.modal-title {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    display: block;
    width: 100%;
    text-align: center;
}
div#selectLocation {
    width: 100%;
    justify-content: center;
}
.modal-body-location h4 {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    margin-top: 1rem;
}
div#selectLocation>div {
    width: 100%;
    text-align: center;
}
ul.nav.nav-tabs.select_location li.active a {
    color: #fff;
}

ul.nav.nav-tabs.select_location li a {
    text-align: center;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}
ul.nav.nav-tabs.select_location li.active {
    background-color: #436B33;
}
ul.nav.nav-tabs.select_location li {
    background-color: #f7f7f7;
    width: 50%;
    padding: 15px 5px;
    text-align: center;
}
ul.nav.nav-tabs.select_location {
    width: 100%;
    justify-content: space-around;
    margin-bottom: 20px;
    margin-top: 14px;
}
div#locations-box {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
}
.time-box h5 {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 15px;
}
button#doneLocationBtn {
    background-color: #436B33;
    color: #fff;
    border: 1px solid;
    width: 100%;
    margin-top: 15px;
    padding: 14px 15px;
    border-radius: 9px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
}
div#storess {
    column-gap: 15px;
}
.modal-body-location .btn-grup {
    width: 100%;
    display: flex;
    justify-content: center;
    column-gap: 15px;
}
.modal-body-location .btn-grup a {
    background-color: #f7f7f7;
    color: #000;
    width: 45%;
    font-size: 15px;
    font-weight: 700;
}
div#checkout_page {
    position: fixed;
    background-size: 200px;
    overflow: hidden;
    top: 0px;
    width: 100%;
    z-index: 99999;
    right: 0px;
    height: 100vh;
    visibility: hidden;
}
.checkout-box {
    width: 48%;
    margin-left: auto;
    background-color: #f7f7f7;
    background-repeat: no-repeat;
    height: 100%;
    padding: 25px 15px;
    filter: drop-shadow(2px 4px 6px black);
    -webkit-transform: translateX(101%);
    transform: translateX(101%);
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    background-size: 200px;
    background-position: right bottom;
    overflow-y: auto;
    border-left: 0px solid #436B33;
    border-radius: 0px;
}
button.close.checkout-panel {
    cursor: pointer;
    opacity: 1;
    position: absolute;
    right: 10px;
    top: 20px;
    border: 0px;
    background-color: #fff;
    font-size: 18px;
}
.checkout-box h4 {
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 15px;
}
button#saveBtn {
    width: 100%;
    background-color: #436B33;
    border-radius: 39px;
    height: 50px;
}
.flex input.form-control {
    width: 48%;
}
form.payment-form input {
    margin-bottom: 14px;
}
div#payment-box label {
    margin-right: 20px;
    font-weight: bold;
    cursor: pointer;
}
div#payment-box label input {
    margin-right: 4px;
    position: relative;
    top: 2px;
}
form.payment-form input {
    margin-bottom: 14px;
}
.stores span {
    font-size: 14px;
}

.stores h5 {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.stores:hover {
    background-color: #436B33;
    color: #fff;
}
.stores {
    background-color: #f7f7f7;
    margin-bottom: 10px;
    padding: 15px;
    margin-top: 10px;
    cursor: pointer;
    border-radius: 10px;
}
div#all_stores2 {
    flex-direction: column;
}
.tdr-popup {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #000000d4;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: 0.1s all;
    z-index: 9999;
}
.tdr-close {
    position: absolute;
    z-index: 99;
    cursor: pointer;
    background-color: red;
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    right: -9px;
    top: -8px;
}
.single_pro {
    position: relative;
}
.tdr-popup-content {
    position: relative;
    background-color: #f7f7f7;
    padding: 15px;
    border-radius: 10px;
    max-width: 700px;
    width: 100%;
    max-height: 630px;
    overflow-y: scroll;
    overflow-x: hidden;
    border: 7px solid #ffffff;
    padding-bottom: 0px;
}
.tdr-popup-content img {
    max-width: 350px;
    width: 100%;
    border-radius: 15px;
}
div#popupContent h3.title {
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 700;
}
.itemHeader {
    font-size: 16px;
}
.nav-tabs {
    border-bottom: 1px solid #436B33;
}
.tab-content>.active {
    display: block;
}
.toppings {
    display: flex;
    justify-content: space-between;
    padding-bottom: 5px;
    padding-top: 5px;
}
.toppings p {
    width: 50%;
    margin-bottom: 0px;
    font-weight: 600;
}
.toppings_box {
    text-align: center;
    padding-top: 0px;
    padding-bottom: 0px;
    display: block;
}
.toppings_box span:first-child {
    margin: 5px;
}
.toppings_box input {
    visibility: hidden;
    position: absolute;
}
.toppings_box span:last-child {
    font-size: 15px;
    font-weight: bold;
    padding: 5px;
    border-radius: 8px;
}
#addonModal .modal-dialog {
    max-width: unset;
    width: 90%;
}
label {
    display: inline-block;
}
.toppings_box img {
    cursor: pointer;
    width: 23px;
    margin-right: 0px;
    filter: invert(1) drop-shadow(0px 0px 1px black);
}
.tdr-popup .row.tdr-stiky {
    position: sticky;
    bottom: 0px;
    background-color: #fff;
    border-top: 1px solid;
    border-bottom: 1px solid;
    padding-top: 5px;
    padding-bottom: 5px;
    align-items: center;
}
input#quant {
    text-align: center;
    border: 0px;
    font-size: 26px;
}
button.btn.add_to_cart {
    background-color: #436B33;
    border: unset;
    margin-top: 3px;
    display: block;
    width: 100%;
    color: #fff;
    font-weight: 800;
    border-radius: 10px;
    padding: 14px 9px;
}
.cart_box .flex {
    column-gap: 0;
}
div#payment-card-box input {
    margin-bottom: 0px;
}
input#card_number {
    padding-left: 60px;
}
.card-input-box input {
    background-color: #fff;
    width: 100%;
    padding-left: 10px;
    height: 37px;
    border: 1px solid #cbcbcb;
    border-radius: 3px;
}
input.card_number {
    background-image: url("../images/card.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 8px center;
    padding-left: 43px;
}
.tip {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
    background-color: #436B33;
    border-radius: 8px;
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
}
.tip div {
    border-radius: 0px;
    background-color: #436B33;
    color: #fff;
    cursor: pointer;
    z-index: 0;
    position: relative;
    overflow: hidden;
}
.pr-2 {
    padding-right: 13px;
}
.pl-2 {
    padding-left: 15px;
}
button#saveBtn:hover {
    background-color: #D61920;
}
#footer li.elementor-icon-list-item a {
    margin: 0px !important;
}
#footer li.elementor-icon-list-item {
    margin-top: 15px;
}
div#payment-card-box input {
    margin-bottom: 0px;
}
.tip input[type=radio] {
    visibility: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}
.tip label {
    padding: 9px 10px;
    cursor: pointer;
    margin-bottom: 0px;
    font-size: 14px;
}
div#payment-card-box input {
    margin-bottom: 0px;
}
input#tipAmount {
    border-radius: 8px;
    border: 2px solid #109D59;
    padding: 6px 10px;
    position: absolute;
    text-align: center;
    top: 0px;
    left: 0px;
    display: none;
    background-color: #f7f7f7;
}
#hideAmount {
    border-radius: 7px;
    border: 2px solid #D61920;
    padding: 2px 15px;
    position: absolute;
    text-align: center;
    top: 3.5px;
    height: 32px;
    right: 4px;
    display: none;
    background-color: #D61920;
    color: #fff;
}
.card-box > div:first-child {
    background-color: unset;
    border: unset;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    margin-bottom: 14px;
}
.form-flex {
    /* display: flex;
    column-gap: 15px; */
    margin-top: 10px;
}
.form-flex input {
    width: 100%;
    height: 38px;
    border-radius: 7px;
    border: 1px solid #dee2e6;
    padding-left: 10px;
}
.delivery {
    padding-left: 15px;
    padding-right: 15px;
    display: none;
}
.delivery input.btn {
    background-color: #436B33;
    color: #fff;
    width: 100%;
    margin-top: 10px;
    text-transform: capitalize;
}
h4.checkout-main-title {
    font-size: 1.25rem;
    font-weight: bold;
}
div#preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.time-box {
    position: sticky;
    bottom: 0px;
    background-color: #fff;
    padding-top: 10px;
}
.dropdown-item.active a {
    color: #fff !important;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #436B33;
}
ul.variable-box li:hover a {
    color: #fff;
}

ul.variable-box li a {
    text-decoration: none;
    color: #000;
    font-weight: 500;
    font-size: 14px;
}
ul.variable-box li a:hover {
    background-color: #436B33;
}
ul.variable-box li a {
    background-color: #f7f7f7;
    margin-bottom: 6px;
    padding: 10px 6px;
    font-size: 14px;
    text-align: center;
    border-radius: 5px;
    display: block;
}
ul.variable-box {
    list-style: none;
    position: absolute;
    left: 0px;
    bottom: 64px;
    background-color: #fff;
    padding: 15px;
    display: none;
    flex-direction: column;
    align-items: baseline;
    justify-content: end;
    border: 0px solid;
    border-radius: 8px;
    width: 100%;
}
ul.variable-box.variable-active {
    display: flex;
}
/* .modal-body-addon .product_box {
    width: 15%;
} */
.form_group {
    position: relative;
    border-bottom: 1px solid #0000001f;
    padding-top: 2px;
    padding-bottom: 2px;
}
.form_items .form_group input {
    width: 17px;
    position: absolute;
    right: 0px;
    top: 7px;
}
.nav-tabs .nav-link {
    color: #000;
}
.nav-tabs .nav-link.active {
    background-color: #436B33;
    color: #fff;
}
.form_items label {
    margin-left: 4px;
    margin-right: 4px;
    font-weight: 500;
    font-size: 15px;
}
img.empty {
    filter: grayscale(1);
}
.topping_click input:checked + label img.empty {
    filter: none;
}
.topping_click input:checked + label img {
    box-sizing: border-box;
    filter: unset;
}
.toppings_box img.right_half {
    transform: rotate(180deg);
}
table.table-cart.cartTable {
    height: 280px;
    overflow-x: hidden;
    display: block;
}
.toppings p {
    width: 155px;
    margin-bottom: 0px;
    font-weight: 600;
    /* border: 1px solid; */
}
.tdr_price.text-muted {
    font-size: 14px;
}
div#preloder {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: 99999;
}
div#tipDetails input:checked+label {
    background-color: #5eb63a;
}
td.title .name a {
    font-size: 14px;
    margin-left: -7px;
}
td.title .caption {
    font-size: 12px;
}
.xl-hide{display: none;}
.carousel-item img {
    width: 100%;
}
.location_box {
    display: none !important;
}
.menu-page .location_box {
    display: block !important;
}
.menu-page  .btn.change_location_btn.phone_box {
    display: none !important;
}
.btn.change_location_btn.phone_box:active {
    border: unset;
}
#navbarNav a.nav-link.active {
    color: #c83628;
}
.franchising {
    max-width: 1140px;
    margin: auto;
    text-align: center;
    background-color: #f7f7f7;
    padding: 38px 30px;
    border-radius: 103px;
    width: 100%;
    position: relative;
    top: 26px;
    z-index: 2;
    background-image: url('../images/restaurant-franchise-space.webp');
    background-position: center;
    overflow: hidden;
    color: #fff;
    border: 3px solid #fff;
    background-attachment: fixed;
    cursor: grab;
}
.franchising:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    background-color: #312d0396;
    z-index: -1;
    transition: 0.5s all;
}
.franchising:hover:before {
    opacity: 0;
}
.franchising .btn {
    background-color: #436b33;
    color: #fff;
    padding: 10px 48px;
}
.franchising h4 {
    font-size: 18px;
}

.franchising h2 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
    color: #fff;
}
.franchising p {
    font-size: 14px;
}
.review-box .slick-slide {
    padding: 20px;
    margin: 15px;
    border: 1px solid #dcdcdc;
    border-radius: 20px;
    background-color: #fff;
}
.review-box .slick-arrow:before {
    color: #436b33;
}
.review-box .slick-next {
    right: -10px;
}
.review-box .slick-prev {
    left: -10px;
}
.heading{
    text-transform: uppercase;
    font-size: 40px;
    font-family: 'Figtree';
    font-weight: bold;
}
.inner-box-right {
    background-color: #f8e1c1;
    height: 100%;
}
.inner-box-left {
    margin-bottom: 22px;
}

.posi-rele, .posi-rele img {
    position: relative;
    transition: 0.5s all;
    overflow: hidden;
}
.posi-rele:hover img {
    transform: scale(1.1);
}
.inner-content-box {
    position: absolute;
    right: 20px;
    top: 26px;
    z-index: 1;
    width: 46%;
    /* display: none; */
    opacity: 0;
    transition: 0.5s all;
    color: #fff;
    background-color: #000000c7;
    padding: 15px;
    border-radius: 10px;
}
.posi-rele:hover .inner-content-box {
    opacity: 1;
}
.inner-content-box.left.small-boxs h2 {
    font-size: 24px;
}
.inner-content-box.left {
    right: unset;
    left: 30px;
}
.inner-content-box h2 {
    text-transform: uppercase;
    font-size: 29px;
    font-weight: 900;
}
.inner-content-box h3 {
    font-family: "Playwrite AU SA", cursive;
}
.inner-content-box .btn:hover {
    background-color: #000;
}

.inner-content-box .btn {
    background-color: #335425;
    color: #fff;
    transition: 0.4s all;
}
section.showcase_box {
    padding-top: 23px;
}
.signature-pizza:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 7%;
    background-color: #394f30;
    width: 100%;
    height: 88%;
    z-index: -1;
    transform: rotate(45deg);
}

section.signature-pizza {
    position: relative;
}
img.product-img {
    width: 100%;
    background-color: #f7f7f7;
    padding: 5px;
    box-shadow: 1px 1px 17px -3px #00000047;
}
.showcase .btn:hover {
    background-color: #000;
}
.franchising .btn:hover {
    background-color: #000;
}
#order_process .form-group i
 {
    position: absolute;
    top: 11px;
    left: 9px;
    color: #436B33;
}

#order_process .form-group input {
    padding-left: 30px;
    margin-bottom: 15px;
}
#order_process .form-group {
    position: relative;
}
input#btnlogin:hover
 {
    opacity: 0.7;
}

input#btnlogin,#btnsignup {
    padding-left: 15px !important;
    background-color: #436B33;
    color: #fff;
}
.create-account {
    width: 100%;
}
#signup_process input, #signup_process select, #signup_process textarea {
    margin-bottom: 15px;
}
.inner-banner {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-color: #c83628;
    color: #fff;
    background-image: url('https://tolepizza.sairameducation.in/wp-content/uploads/2020/08/mushroom-pizza.png');
    background-repeat: no-repeat;
    background-position: right;
}
.inner-banner a {
    text-decoration: none;
    color: #fff;
}
.error-msg {
    color: #c83628;
    font-size: 14px;
    position: relative;
    top: -18px;
    left: 12px;
}
p.error-msg.postal-error {
    top: 0px;
    display: none;
}
.icon-box:last-child {
    border-bottom: 0px;
}

.icon-box {
    border-bottom: 1px solid #adabab;
    padding-top: 10px;
    padding-bottom: 10px;
}
.icon-box i {
    color: #c83628;
    margin-right: 10px;
}
.location-box {
    background-color: #fcfcfc;
    padding: 20px;
    border-radius: 14px;
    position: relative;
    border: 1px solid #0000004d;
    margin-bottom: 20px;
}
.icon-box:first-child .icon-text {
    color: #436b33;
    font-weight: bold;
}
.time {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    padding: 18px;
    background-color: #fcfcfc;
    border-radius: 20px;
    opacity: 0;
    transition: 0.5s all;
}
.time.active {
    opacity: 1;
}
.storetime.active i {
    transform: rotate(-90deg);
}
.storetime {
    cursor: pointer;
}
.time th {
    color: #c83628;
}
.icon-box a {
    text-decoration: none;
    color: #1f5733;
}

div#categoryData {
    padding-top: 4px;
    position: sticky;
    top: 112px;
    z-index: 1;
    background-color: #fff;
    margin-top: 0;
    border-radius: 8px;
}
li.item-header.active-item a {
    color: #fff;
}
li.item-header.active-item {
    background-color: #c83628;
    border-radius: 10px;
}
#categoryData2 ul.cat_list .item-header a {
    margin: 0px;
    padding: 0px;
}

#categoryData2 ul.cat_list .item-header {
    display: block;
}
#categoryData2 ul.cat_list {
    display: block;
    margin: 0;
    padding: 0px;
    overflow: auto;
    height: 300px;
}
a.btn.franchise {
    background-color: #c83628;
    border-radius: 21px;
    color: #fff;
    padding-left: 2rem;
    padding-right: 2rem;
 
    display: block;

    width: 100%;
}
a.btn.franchise:hover {
    background-color: #436b33;
}
.accordion-button:focus {
    border: unset;
    box-shadow: unset;
}
div#franchise p, div#franchise input {
    width: 100%;
    border-radius: 9px;
}
#franchise .contact input,#franchise .contact textarea {
    border-radius: 18px;
    border: 2px solid #c83628;
}
div#franchise {
    margin-bottom: 30px;
}
.clube-box input, .clube-box p {
    width: 100% !important;
}
.clube-box .footer-title {
    font-size: 30px;
}
.clube-box .submit-btn:hover {
    background-color: #c83628;
    box-shadow: 3px 4px 6px #0000009e;
}
.cards-box img {
    height: 100px;
    width: auto;
    margin-bottom: 1rem;
}
.clube-box {
    width: 80%;
}
div#categoryData2 li.item-header a {
    font-weight: 300;
}
div#categoryData2 li.item-header.active a {
    color: #000;
    font-weight: 400;
}
ul.sub-menu {
    margin: 0;
    list-style: none;
    position: absolute;
    top: 28px;
    background-color: #436b33;
    width: 140px;
    padding: 8px;
    z-index: 11;
    border-radius: 6px;
    text-align: center;
    visibility: hidden;
}
ul.sub-menu li {
    border-left: unset !important;
    margin-bottom: 4px;
    text-align: left;
}
ul.sub-menu:before {
    content: "";
    position: absolute;
    left: 13px;
    top: -17px;
    border: 10px solid transparent;
    border-bottom-color: #436b33;
}
ul.sub-menu:after {
    content: "";
    position: absolute;
    left: 0px;
    top: -5px;
    width: 100%;
    height: 7px;
    background-color: transparent;
}
li.nav-item.user-name {
    position: relative;
}
li.nav-item.user-name button {
    padding: 2px;
    color: #fff;
    font-size: 14px;
    background-color: #a71a0d;
    border-radius: 6px;
}
li.nav-item.user-name button i {
    font-size: 11px;
    border-right: 1px solid #c19292;
    padding-right: 5px;
}
li.nav-item.user-name:hover ul.sub-menu{
    visibility: visible;
}

li.item-header.catering {
    display: inline-flex;
    padding: 0px;
    align-items: center;
}
div#categoryData2 .cat_list .item-header a
 {
    font-weight: 500;
}

div#categoryData2 .cat_list .item-header {
    padding: 5px 0px;
}

.order-meta {
display: none;
}
.menu-page .order-meta {
    display: flex;
    align-items: center;
    justify-content: center;
}
.phone_box #store_detail {
    font-size: 14px;
}
.btn.change_location_btn.phone_box a {
    text-decoration: none;
    color: #000;
}
.btn.change_location_btn.phone_box a.xs-hide.callnow {
    color: #fff;
}
.btn.change_location_btn.phone_box a.xs-hide.callnow:hover {
    background-color: #c83628;
}
.scroll-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background-color: #fff;
    border: 0px solid #1f5733;
    color: #1f5733;
    font-size: 22px;
    padding: 0px 3px;
    cursor: pointer;
    border-radius: 4px;
}

.scroll-btn.left {
    left: 0;
}

.scroll-btn.right {
    right: 0;
}
/* Hide scrollbar for Chrome, Safari and Opera */
.cat_list::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.cat_list {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
.scroll-btn:hover i {
    color: #c83628;
}
section.section.Queen-bg {
    background-image: url('../images/Queen-bg.png');
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
}
.relative {
    position: relative;
}
.relative .btn {
    background-color: #436b33;
    border-radius: 21px;
    color: #fff;
    position: absolute;
    right: 30%;
    z-index: 1;
    bottom: 50px;
    /* transform: translate(-50%, -50%); */
    padding: 10px 30px;
}
small.selected-toppings-display {
    font-size: 12px;
}
.temp-hide{
    display: none;
}
.cart.shake i {
    animation: shake 0.5s;
    animation-iteration-count: forword;
}
.cart i {
    font-size: 22px;
    margin-right: 8px;
}
div#categoryData2 .scroll-btn {
    display: none;
}
@keyframes shake {
    0% {
        transform: translate(1px, 1px) scale(0.4);
    }

    10% {
        transform: translate(-1px, -2px) scale(0.3);
    }

    20% {
        transform: translate(-3px, 0px) scale(0.1);
    }

    30% {
        transform: translate(3px, 2px) rotate(0deg);
    }

    40% {
        transform: translate(1px, -1px) rotate(1deg);
    }

    50% {
        transform: translate(-1px, 2px) rotate(-1deg);
    }

    60% {
        transform: translate(-3px, 1px) rotate(0deg);
    }

    70% {
        transform: translate(3px, 1px) rotate(-1deg);
    }

    80% {
        transform: translate(-1px, -1px) rotate(1deg);
    }

    90% {
        transform: translate(1px, 2px) rotate(0deg);
    }

    100% {
        transform: translate(1px, -2px) rotate(-1deg);
    }
}
.showcase a.btn-order-new:hover {
    background-color: #a71a0d;
}
.Catering-menu {
    position: absolute;
    right: 81px;
    background-color: #fff;
    border: 1px solid #b9b9b9;
    top: 56px;
    border-radius: 7px;
    display: none;
    z-index: 3;
}
.Catering-menu:before {
    content: "";
    position: absolute;
    left: 12px;
    top: -18px;
    border: 10px solid transparent;
    border-bottom-color: #fff;
}
li.item-header.has-children.active-item + .Catering-menu {
    display: block;
}
.Catering-menu li.item-header.children-items {
    padding: 11px 7px;
    width: 100%;
    border-bottom: 1px solid #b9b9b9;
}
div#form1{
    position: relative;
}
div#form1 div#preLoder {
    position: absolute;
    top: 0;
    background-color: #ffffffc7;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}
div#form1 div#preLoder img {
    width: 70px;
}
.submit-btn:focus {
    background-color: #c83628;
    color: #fff;
}
@media only screen and (min-width: 767px) {
    .flex {
        display: flex;
        column-gap: 15px;
    }
    .menu-page .bottom-menu nav.navbar.navbar-expand-lg {
    display: none;
}
}
@media only screen and (max-width: 767px) {
    #categoryData ul.cat_list:after {
    background-color: #f7f7f7;
}
    .relative img {
    height: 500px;
    object-fit: cover;
    object-position: 73% 100%;
}
section.section.Queen-bg {
    background-size: 189px;
}
.Queen-img {
    padding-top: 9rem;
}
    span.ordertime-text {
    display: block;
    text-align: left;
}
div#pickup_or_delivery h4 {
    display: block;
    text-align: left;
    margin: 0;
}
.menu-page .order-meta {
    justify-content: space-between;
}
.menu-page .location_box span.change-btn {
    right: 3px;
    padding: 10px 23px;
    top: 2px;
    font-size: 12px;
    position: absolute;
    left: unset;
}
.menu-page .right-box .location_box {
    border-radius: 20px;
    border-color: #1f5733;
    margin: 0;
    position: relative;
    text-align: left;
}
    .menu-page div#main_header {
    top: -123px;
}
    ul.sub-menu .nav-item {
    display: block !important;
}
li.nav-item.user-name button {
    padding-left: 5px;
    padding-right: 5px;
}
.clube-box {
    margin-bottom: 20px;
    width: 100%;
}
.posi-rele .inner-content-box {
    width: 70%;
}
    /* .posi-rele, .posi-rele img {
    height: 100%;
    object-fit: cover;
    object-position: right;
} */
div#categoryData {
    top: 198px;
    padding-top: 0;
    border-bottom: 2px solid #1f5733;
    border-radius: unset;
    border-top: 2px solid #1f5733;
    z-index: 1;
    background-color: #f7f7f7;
}
.item-header, .item-header-ul {
    padding: 10px 15px;

}

    .inner-banner {
    background-size: 58%;
    background-position: 126%;
}
a.navbar-brand img {
    position: unset;
    width: 62px;
}
    .franchising {
        border-radius: 10px;
        width: 96%;
    }
    .signature-pizza {
        overflow: hidden;
    }
    .inner-content-box h2 {
        font-size: 18px;
    }
    
    .inner-content-box p {
        font-size: 14px;
    }
    .inner-box-left {
        margin-bottom: 0px;
    }
    .posi-rele {
        margin-bottom: 15px;
        border-radius: 7px;
    }
    .posi-rele.combo-pack {
        height: 174px;
        background-color: #f1e8d6;
    }
    .modal-body-addon .product_box {
        width: 45%;
    }
    .tdr-close {
        right: 20px;
        top: 15px;
        background-color: red;
        padding: 0px 7px;
        color: #fff;
        border-radius: 6px;
        line-height: 27px;
        padding-top: 2px;
    }
    .xl-hide{display: block;}
    .xs-hide{display: none;}
    .app_bar p {
        font-size: 12px;
    }
  
    button.navbar-toggler {
        position: absolute;
        top: 15px;
    }
    .signin {
        font-size: 12px;
        text-align: left;
    }
   a.btn.change_location_btn {
    font-size: 14px;
    padding: 10px 16px;
    line-height: 13px;

    width: 100%;
    text-align: center;
    border-top: 1px solid #C83628;
    border-radius: unset;
    color: #1f5733;
}
    .right-box {
        margin-top: 10px;
        width: 100%;
        justify-content: space-between;
        align-items: center;
    }
    .right-box ul.navbar-nav li:nth-child(1), .right-box ul.navbar-nav li:nth-child(2) {
    display: none;
}
    .right-box ul.navbar-nav {
    border: 0px;
    margin: 0;
    padding: 0;
    flex-direction: row;
}
.right-box ul.navbar-nav li:nth-child(3) {
    border: 0px !important;
}
   
    div#main_header {
        top: 0px;
    }
    nav.navbar.navbar-expand-lg {
        padding: 0px;
    }
    .app-images {
        margin-top: 10px;
        justify-content: center;
    }
    h3.app-title {
        text-align: center;
    }
    .app-images img {
        width: 100%;
    }
    div#navbarNav {
        padding-left: 15px;
        padding-right: 15px;
    }
    div#navbarSupportedContent {
        border: 1px solid #fff;
        position: fixed;
        left: 0px;
        width: 80%;
        background-color: #1f5733;
        top: 0px;
        height: 100%;
        padding: 15px;
    }
    div#navbarSupportedContent li a {
        padding: 6px;
        font-size: 18px;
    }
    .banner h1 {
        font-size: 34px;
    }
    .banner h3 {
        font-size: 20px;
    }
    .step-box {
        height: unset;
    }
.showcase {
    /* border-radius: 0px 0px 10px 10px; */
    padding-top: 3rem;
    padding-bottom: 3rem;
    height: 177px;
    background-size: contain !important;
}
  
    .showcase a.btn-order-new {
    right: 15px;
    left: unset;
    bottom: 17px;
}
    .product-img {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .carousel-item img {
        width: 100%;
    }

    .product_content {
        justify-content: space-between;
    }
    .product_box {
        width: 48%;
        padding: 8px;
        align-items: end;
    }
    .product_box p {
        font-size: 14px;
    }
    ul.variable-box {
        width: 100%;
        /* height: 74%; */
        bottom: 60px;
        margin-bottom: 0px;
    }
   .cart-empty {
    right: 8px;
    bottom: -134px;
    border-radius: 8px;
    top: unset;
    box-shadow: 1px 2px 15px -3px #000;
}
    #addonModal .modal-dialog {
        width: 93%;
        margin-left: auto;
        margin-right: auto;
    }
    .checkout-box {
        width: 100%;
    }
    form.payment-form .flex {
        display: flex;
        column-gap: 10px;
    }
    .time-box .flex {
        display: flex;
        column-gap: 10px;
    }
    .tdr-popup-content img {
        max-width: unset;
        margin-bottom: 15px;
    }
    footer#footer:before {
        height: 20%;
        width: 100%;
    }
    }