@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@100;200;300;400;500;600;700&display=swap');


* {
      font-family: 'Assistant', sans-serif !important;
    }
html body, html body * {
     font-family: 'Assistant', sans-serif !important;
}

html, body{
    font-family: 'Assistant', sans-serif !important;
}
body .form-horizontal .control-label {
    text-align: left;
}

#paymodal .success.alert-success,
#sidebarmodal .success.alert-success {
    font-size: 16px !important;
}

.modal-dialog {
    margin-top: 10%;
}

body {
    font-family: "Open Sans", sans-serif;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #666;
    font-size: 12px;
    line-height: 20px;
    width: 100%;
    background-color: var(--bg_color) !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #444;
}


/* default font size */

.fa {
    font-size: 14px;
}


/* Override the bootstrap defaults */

h1 {
    font-size: 33px;
}

h2 {
    font-size: 27px;
}

h3 {
    font-size: 21px;
}

h4 {
    font-size: 15px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 10.2px;
}

a {
    color: black;
}

a:hover {
    text-decoration: none;
}

legend {
    font-size: 18px;
    padding: 7px 0px;
}

label {
    font-size: 12px;
    font-weight: normal;
}

select.form-control,
textarea.form-control,
input[type="text"].form-control,
input[type="password"].form-control,
input[type="datetime"].form-control,
input[type="datetime-local"].form-control,
input[type="date"].form-control,
input[type="month"].form-control,
input[type="time"].form-control,
input[type="week"].form-control,
input[type="number"].form-control,
input[type="email"].form-control,
input[type="url"].form-control,
input[type="search"].form-control,
input[type="tel"].form-control,
input[type="color"].form-control {
    font-size: 12px;
}

.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {
    font-size: 12px;
}

.input-group .input-group-addon {
    font-size: 12px;
    height: 30px;
}


/* Fix some bootstrap issues */

span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
    display: inline;
}

.nav-tabs {
    margin-bottom: 15px;
}

div.required .control-label:before {
    content: "* ";
    color: #f00;
    font-weight: bold;
}


/* Gradent to all drop down menus */

.dropdown-menu li>a:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: black;
    background-image: linear-gradient(to bottom, black, black);
    background-repeat: repeat-x;
}


/* top */

#top {
    background-color: #eeeeee;
    border-bottom: 1px solid #e2e2e2;
    padding: 4px 0px 3px 0;
    margin: 0 0 20px 0;
    min-height: 40px;
}

#top .container {
    padding: 0 20px;
}

#top #form-currency .currency-select,
#top #form-language .language-select {
    text-align: left;
}

#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
    text-shadow: none;
    color: #ffffff;
    background-color: black;
    background-image: linear-gradient(to bottom, black, black);
    background-repeat: repeat-x;
}

#top .btn-link,
#top-links li,
#top-links a {
    color: #888;
    text-shadow: 0 1px 0 #fff;
    text-decoration: none;
}

#top .btn-link:hover,
#top-links a:hover {
    color: #444;
}

#top-links .dropdown-menu a {
    text-shadow: none;
}

#top-links .dropdown-menu a:hover {
    color: #fff;
}

#top .btn-link strong {
    font-size: 14px;
    line-height: 14px;
}

#top-links {
    padding-top: 6px;
}

#top-links a+a {
    margin-left: 15px;
}


/* logo */

#logo {
    /* margin: 0 0 10px 0; */
}


/* search */

#search {
    margin-bottom: 10px;
}

#search .input-lg {
    height: 40px;
    line-height: 20px;
    padding: 0 10px;
}

#search .btn-lg {
    font-size: 15px;
    line-height: 18px;
    padding: 10px 35px;
    text-shadow: 0 1px 0 #fff;
}


/* cart */

#cart>.btn {
    font-size: 12px;
    line-height: 18px;
    color: #fff;
}

#cart.open>.btn {
    background-image: none;
    background-color: #ffffff;
    border: 1px solid #e6e6e6;
    color: #666;
    box-shadow: none;
    text-shadow: none;
}

#cart.open>.btn:hover {
    color: #444;
}

#cart .dropdown-menu {
    background: white;
    font-size: 16px;
    color: black;
    z-index: 1001;
    padding: 15px;
}


/* #cart .dropdown-menu {
	min-width: unset !important;
} */

@media (max-width: 478px) {
    .custom-btn {
        margin: auto;
        margin: auto;
        display: block;
    }
    #cart .dropdown-menu {
        width: 100%;
    }
    #checkout-cart {
        display: none;
    }
}

#cart .dropdown-menu table {
    margin-bottom: 10px;
}

#cart .dropdown-menu li>div {
    min-width: 427px;
    padding: 0 10px;
}

@media (max-width: 478px) {
    #cart .dropdown-menu li>div {
        min-width: 100%;
    }
}

#cart .dropdown-menu li p {
    margin: 20px 0;
}

html {
    scroll-behavior: smooth;
}


/* .scroll-design a { 
	height: 70px!important; 
	white-space: nowrap!important; 
	text-decoration: none!important; 
	padding: 20px!important; 
	display: inline-flex!important; 
	-webkit-box-align: center!important; 
	align-items: center!important; 
	box-sizing: border-box!important; 
	border-bottom: 4px solid rgb(0, 0, 0)!important; 
	color: rgb(0, 0, 0)!important; 
 } */

body {
    position: relative;
}


/* menu */

#menu {
    background-color: rgb(255, 255, 255);
    /* background-image: linear-gradient(to bottom, black, black);
	background-repeat: repeat-x;
	border-color: black black #145e7a; */
    min-height: 40px;
    /* padding: 2px; */
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px;
    border-radius: 2px;
    /* box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px; */
}

#menu .nav>li>a {
    height: 70px;
    white-space: nowrap;
    text-decoration: none;
    padding: 16px 20px;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    box-sizing: border-box;
    border-bottom: 4px solid transparent;
    color: rgb(33, 33, 33);
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 700;
    /* text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent; */
}


/* #menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
	
} */

#menu .dropdown-menu {
    padding-bottom: 0;
}

#menu .dropdown-inner {
    display: table;
}

#menu .dropdown-inner ul {
    display: table-cell;
}

#menu .dropdown-inner a {
    min-width: 160px;
    display: block;
    padding: 3px 20px;
    clear: both;
    line-height: 20px;
    color: #333333;
    font-size: 12px;
}

#menu .dropdown-inner li a:hover {
    color: #ffffff;
}

#menu .see-all {
    display: block;
    margin-top: 0.5em;
    border-top: 1px solid #ddd;
    padding: 3px 20px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 3px 3px;
    font-size: 12px;
}

#menu .see-all:hover,
#menu .see-all:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: black;
    background-image: linear-gradient(to bottom, black, black);
    background-repeat: repeat-x;
}

#menu #category {
    float: left;
    padding-left: 15px;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

#menu .btn-navbar {
    font-size: 15px;
    font-stretch: expanded;
    color: #fff;
    padding: 2px 6px;
    float: right;
    line-height: 0;
    background-color: black;
    background-image: linear-gradient(to bottom, black, black);
    background-repeat: repeat-x;
    border-color: black black black;
}

#menu .btn-navbar.navbar-toggle i {
    font-size: 24px;
}

#menu .btn-navbar:hover,
#menu .btn-navbar:focus,
#menu .btn-navbar:active,
#menu .btn-navbar.disabled,
#menu .btn-navbar[disabled] {
    color: #ffffff;
    background-color: black;
}

@media (min-width: 768px) {
    #menu .dropdown:hover .dropdown-menu {
        display: block;
    }
}

@media (max-width: 767px) {
    .navbar-header {
        display: flex;
        align-items: center;
    }
    .custom-container{
        margin-bottom: 0px !important;
    }
    .responsive{
        display: none;
    }
    #logo a {
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        text-decoration: none;
    }
    .mobile_logo {
        flex: 1;
        padding-left: 10px;
    }
    .cart {
        display: flex;
        align-items: center;
        margin-right: 6px;
        /* margin-right: 200px; */
    }
    #menu {
        border-radius: 4px;
    }
    #menu div.dropdown-inner>ul.list-unstyled {
        display: block;
    }
    #menu div.dropdown-menu {
        margin-left: 0 !important;
        padding-bottom: 10px;
        background-color: rgba(0, 0, 0, 0.1);
    }
    #menu .dropdown-inner {
        display: block;
    }
    #menu .dropdown-inner a {
        width: 100%;
        color: #fff;
    }
    #menu .dropdown-menu a:hover,
    #menu .dropdown-menu ul li a:hover {
        background: rgba(0, 0, 0, 0.1);
    }
    #menu .see-all {
        margin-top: 0;
        border: none;
        border-radius: 0;
        color: #fff;
    }
    .footer-links a {
        font-size: 12px !important;
        /* margin: 20px; */
    }
    .product-thumb.cus_product_listing {
        min-height: unset !important;
    }
    body footer {
        padding-top: 12px;
    }
    .product-thumb.cus_product_listing .caption {
        min-height: unset;
    }
    .product-thumb.cus_product_listing {
        margin-bottom: 10px;
    }
}

.btn-info:hover {
    border-color: black !important;
}

.btn-info.focus,
.btn-info:focus {
    background-color: black !important;
    border-color: #000000 !important;
}

.btn-primary.focus,
.btn-primary:focus {
    background-color: black !important;
    border-color: #000000 !important;
}


/* content */

#content {
    min-height: 600px;
}


/* footer */

footer {
    /* margin-top: 30px; */
    padding-top: 30px;
    background-color: black;
    /* border-top: 1px solid #ddd; */
    color: #e2e2e2;
}

footer hr {
    border-top: none;
    border-bottom: 1px solid white;
}

footer a {
    color: #ccc;
}

footer a:hover {
    color: #fff;
}

footer h5 {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
}

.footer-links {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer-links a {
    font-size: 16px;
    color: white;
    font-weight: 400;
    /* margin-left: 15px; */
}


/* alert */

.alert {
    padding: 8px 14px 8px 14px;
}


/* breadcrumb */

.breadcrumb {
    margin: 0;
    padding: 8px 0;
    border: 1px solid #ddd;
}

.breadcrumb i {
    font-size: 15px;
}

.breadcrumb>li {
    text-shadow: 0 1px 0 #fff;
    padding: 0 20px;
    position: relative;
    white-space: nowrap;
}

.breadcrumb>li+li:before {
    content: "";
    padding: 0;
}

.breadcrumb>li:after {
    content: "";
    display: block;
    position: absolute;
    top: -3px;
    right: -5px;
    width: 26px;
    height: 26px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.breadcrumb li a {
    font-size: 14px;
    font-weight: 600;
}

.pagination {
    margin: 0;
}


/* buttons */

.buttons {
    margin: 1em 0;
}

.btn {
    padding: 7.5px 12px;
    font-size: 12px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-xs {
    font-size: 9px;
}

.btn-sm {
    font-size: 10.2px;
}

.btn-lg {
    padding: 10px 16px;
    font-size: 15px;
}

.btn-group>.btn,
.btn-group>.dropdown-menu,
.btn-group>.popover {
    font-size: 12px;
}

.btn-group>.btn-xs {
    font-size: 9px;
}

.btn-group>.btn-sm {
    font-size: 10.2px;
}

.btn-group>.btn-lg {
    font-size: 15px;
}

.btn-default {
    color: #777;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #e7e7e7;
    background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
    background-repeat: repeat-x;
    border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}

.btn-primary {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: black;
    background-image: black;
    background-repeat: repeat-x;
    border-color: black;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
    background-color: black;
    background-position: 0 -15px;
}

.btn-warning {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #faa732;
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    border-color: #f89406 #f89406 #ad6704;
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-danger {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: black;
    background-image: black;
    background-repeat: repeat-x;
    border-color: black;
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-success {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #5bb75b;
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-info {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: black;
    background-image: black;
    background-repeat: repeat-x;
    border-color: black;
}

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
    background-image: none;
    background-color: black;
}

.btn-link {
    border-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    color: black;
    border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    box-shadow: none;
}

.btn-inverse {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #363636;
    background-image: linear-gradient(to bottom, #444444, #222222);
    background-repeat: repeat-x;
    border-color: #222222 #222222 #000000;
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
    background-color: #222222;
    background-image: linear-gradient(to bottom, #333333, #111111);
}


/* list group */

.list-group a {
    border: 1px solid #dddddd;
    color: #888888;
    padding: 8px 12px;
}

.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
    color: #444444;
    background: #eeeeee;
    border: 1px solid #dddddd;
    text-shadow: 0 1px 0 #fff;
}


/* carousel */

.carousel-caption {
    color: #ffffff;
    text-shadow: 0 1px 0 #000000;
}

.carousel-control .icon-prev:before {
    content: "\f053";
    font-family: FontAwesome;
}

.carousel-control .icon-next:before {
    content: "\f054";
    font-family: FontAwesome;
}


/* product list */

.product-thumb {
    border: 1px solid #ddd;
    margin-bottom: 20px;
    overflow: auto;
    background: white !important;
    display: flex;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px;
    border-radius: 5px;
    min-height: 230px !important;
    padding: 10px;
}

.product-thumb .image {
    text-align: center;
    flex: 1;
    flex-basis: 10%;
}

.product-thumb .image a {
    display: block;
}

.product-thumb .image a:hover {
    opacity: 0.8;
}

.product-thumb .image img {
    margin-left: 10px;
    object-fit: none;
    /* margin-right: auto; */
}

.product-grid .product-thumb .image {
    float: none;
}

p#delivery-info {
    margin-top: 50px;
    color: rgb(33, 33, 33) !important;
}

p#delivery-info span {
    font-size: 16px !important;
}

.caption_bottom_sec,
.caption_top_sec {
    padding-left: 16px;
}

.product-thumb.cus_product_listing .caption {
    padding-left: 0;
    width: 60%;
}

.product-thumb.cus_product_listing .image {
    width: 40%;
    border-right: 1px solid #dfe5e9;
    padding-right: 20px;
    flex: none;
    overflow: hidden;
}

.product-thumb.cus_product_listing .image img {
    margin-left: unset;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

.cus_product_listing hr {
    border-top: 1px solid #dfe5e9;
    width: 100%;
}

.product-thumb.cus_product_listing .caption_bottom_sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cus_product_listing:hover .image img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}

.cat_hd {
    position: relative;
    margin-bottom: 3rem;
    text-transform: capitalize;
}

.cat_hd::after {
    content: '';
    display: inline-block;
    width: 38px;
    height: 2px;
    background: #000;
    position: absolute;
    bottom: -11px;
    left: 0;
}

.product-thumb.transition.cus_product_listing {
    border: 1px solid #252525;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

.product-thumb:hover {
    box-shadow: 0px 14px 32px 0px rgba(0, 0, 0, 0.15);
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

.cus-width {
    display: block;
    width: 80%;
    margin: auto;
}

#common-home .banner .swiper-slide img {
    width: 100%;
    object-fit: cover;
}

@media (min-width: 767px) {
    .product-list .product-thumb .image {
        float: left;
        padding: 0 15px;
    }
}

.product-thumb h4 {
    font-weight: bold;
}

.product-thumb .caption {
    padding: 0px;
    min-height: 180px;
    flex: 2;
    text-align: left;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product-thumb .caption h3 {
    margin: 5px 0px;
}

.product-thumb .caption a {
    color: rgb(33, 33, 33) !important;
    font-weight: 700;
}

.product-list .product-thumb .caption {
    margin-left: 230px;
}

.product_desc {
    font-size: 1.2em;
    color: rgb(33, 33, 33);
    min-height: 43px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media (max-width: 1200px) {
    .product-grid .product-thumb .caption {
        min-height: 210px;
        padding: 0 10px;
    }
}

@media (max-width: 767px) {
    .product-list .product-thumb .caption {
        min-height: 0;
        margin-left: 0;
        padding: 0 10px;
    }
    .product-grid .product-thumb .caption {
        min-height: 0;
    }
}

.product-thumb .rating {
    padding-bottom: 10px;
}

.rating .fa-stack {
    font-size: 8px;
}

.rating .fa-star-o {
    color: #999;
    font-size: 15px;
}

.rating .fa-star {
    color: #fc0;
    font-size: 15px;
}

.rating .fa-star+.fa-star-o {
    color: #e69500;
}

h2.price {
    margin: 0;
}

.product-thumb .price {
    color: #444;
    font-size: 17px;
}

.product-thumb .price-new {
    font-weight: 600;
}

.product-thumb .price-old {
    color: #999;
    text-decoration: line-through;
    margin-left: 10px;
}

.product-thumb .price-tax {
    color: #999;
    font-size: 12px;
    display: block;
}

.product-thumb .button-group {
    border-top: 1px solid #ddd;
    background-color: #eee;
    overflow: auto;
}

.product-list .product-thumb .button-group {
    border-left: 1px solid #ddd;
}

@media (max-width: 768px) {
    .product-list .product-thumb .button-group {
        border-left: none;
    }
}

.product-thumb .button-group button {
    width: 60%;
    border: none;
    display: inline-block;
    float: left;
    background-color: #eee;
    color: #888;
    line-height: 38px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.product-thumb .button-group button+button {
    width: 20%;
    border-left: 1px solid #ddd;
}

.product-thumb .button-group button:hover {
    color: #444;
    background-color: #ddd;
    text-decoration: none;
    cursor: pointer;
}

@media (max-width: 1200px) {
    .product-thumb .button-group button,
    .product-thumb .button-group button+button {
        width: 33.33%;
    }
}

@media (max-width: 767px) {
    .product-thumb .button-group button,
    .product-thumb .button-group button+button {
        width: 33.33%;
    }
}

.thumbnails {
    overflow: auto;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
}

.thumbnails>li {
    margin-left: 20px;
}

.thumbnails {
    margin-left: -20px;
}

.thumbnails>img {
    width: 100%;
}

.image-additional a {
    margin-bottom: 20px;
    padding: 5px;
    display: block;
    border: 1px solid #ddd;
}

.image-additional {
    max-width: 78px;
}

.thumbnails .image-additional {
    float: left;
    margin-left: 20px;
}

@media (min-width: 1200px) {
    #content .col-lg-2:nth-child(6n+1),
    #content .col-lg-3:nth-child(4n+1),
    #content .col-lg-4:nth-child(3n+1),
    #content .col-lg-6:nth-child(2n+1) {
        clear: left;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #content .col-md-2:nth-child(6n+1),
    #content .col-md-3:nth-child(4n+1),
    #content .col-md-4:nth-child(3n+1),
    #content .col-md-6:nth-child(2n+1) {
        clear: left;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #content .col-sm-2:nth-child(6n+1),
    #content .col-sm-3:nth-child(4n+1),
    #content .col-sm-4:nth-child(3n+1),
    #content .col-sm-6:nth-child(2n+1) {
        clear: left;
    }
}


/* fixed colum left + content + right*/

@media (min-width: 768px) {
    #column-left .product-layout .col-md-3 {
        width: 100%;
    }
    #column-left+#content .product-layout .col-md-3 {
        width: 50%;
    }
    #column-left+#content+#column-right .product-layout .col-md-3 {
        width: 100%;
    }
    #content+#column-right .product-layout .col-md-3 {
        width: 100%;
    }
}


/* fixed product layouts used in left and right columns */

#column-left .product-layout,
#column-right .product-layout {
    width: 100%;
}


/* fixed mobile cart quantity input */

.input-group .form-control[name^="quantity"] {
    min-width: 50px;
}


/* Missing focus and border color to overwrite bootstrap */

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
    background-image: none;
    background-color: black;
}

.wrapper,
#product-product,
#error-not-found,
#checkout-cart,
#account-login,
#account-account,
#account-order,
#account-download,
#account-transaction,
#account-edit,
#account-password,
#account-address,
#account-wishlist,
#account-reward,
#account-return,
#account-newsletter,
#account-affiliate,
#account-recurring,
#common-success {
    margin-top: 100px;
    min-height: 500px;
}

body .breadcrumb {
    background-color: #ffffff;
}

.bg-white {
    background-color: #ffffff;
    padding: 2.5rem;
}

.account_drop {
    position: relative;
}

.navbar {
    position: relative;
}

.mob_table tr td.text-right {
    vertical-align: middle;
    text-align: center;
}

#content {
    margin-top: 20px;
}

#account-address #content,
#account-address #content h2,
#account-reward #content,
#account-reward #content h1,
#account-account #content,
#account-account h2,
#account-order #content,
#account-order h1,
#account-transaction #content,
#account-transaction h1 {
    margin-top: 0;
}

#form-review label {
    color: #000;
}

.rating_sec {
    display: flex;
    align-items: center;
}

.rating_sec label.control-label {
    padding-top: 0;
}

.rating_sec input[type=checkbox],
.rating_sec input[type=radio] {
    margin-top: 0;
}

.fixed-height {
    height: 200px;
    overflow: hidden;
    position: relative;
    border: 1px solid #252525;
    border-radius: 6px;
}

.fixed-height:hover {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px;
}

.scale-on-hover {
    transition: transform 0.3s ease;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.scale-on-hover:hover {
    transform: scale(1.1);
}

#myScrollspy {
    display: none;
}

@media (min-width: 768px) and (max-width: 992px) {
    body #logo h1 {
        font-size: 20px;
    }
    header .row.d-lg-flex.align-items-lg-center {
        display: flex;
        align-items: center;
    }
    #myScrollspy #menu .nav>li>a {
        padding: 16px 14px;
    }
    #menu .collapse.navbar-collapse.navbar-ex1-collapse {
        display: flex !important;
        justify-content: center;
    }
    .footer-links a {
        font-size: 11px;
    }
}

@media only screen and (max-width: 767px) {
    .wrapper,
    #product-product,
    #error-not-found,
    #checkout-cart,
    #account-login,
    #account-account,
    #account-order,
    #account-download,
    #account-transaction,
    #account-edit,
    #account-password,
    #account-address,
    #account-wishlist,
    #account-reward,
    #account-return,
    #account-newsletter,
    #account-affiliate,
    #account-recurring,
    #common-success {
        min-height: 650px;
        margin-top: 90px;
    }
    #content.col-sm-12 {
        display: inline-block;
        width: 100%;
    }
    #content h1 {
        font-size: 24px;
    }
    .shopping_cart_left {
        padding: 1rem 0rem;
    }
    #common-home #content {
        margin-top: 14rem;
        min-height: 100px !important;
    }
    #product-product div#content {
        margin-top: 20px;
    }
    .custom_bread_crumb {
        display: inline-block;
        cursor: pointer;
    }
    .bar1,
    .bar2,
    .bar3 {
        width: 25px;
        height: 2px;
        background-color: #000;
        margin: 6px 0;
        transition: 0.4s;
    }
    .change .bar1 {
        transform: translate(0, 8px) rotate(-45deg);
    }
    .change .bar2 {
        opacity: 0;
    }
    .change .bar3 {
        transform: translate(0, -8px) rotate(45deg);
    }
    #menu .btn-navbar,
    .mobile_logo {
        z-index: 1;
    }
    .navbar-ex1-collapse {
        position: fixed;
        top: 0;
        right: -80%;
        height: 100vh !important;
        height: 100%;
        width: 80%;
        background-color: #fff;
        box-shadow: -2px 0 5px rgba(0, 0, 0, 0.5);
        transition: right 0.3s ease-in-out;
        /* z-index: 9999; */
    }
    #menu .navbar-ex1-collapse .nav.navbar-nav {
        margin-top: 50px;
    }
    .navbar-ex1-collapse.show {
        right: 0;
    }
    .screen-darken {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 2;
        display: none;
    }
    .screen-darken.show {
        display: block;
    }
    .car_div {
        margin-left: 5px;
        margin-right: 5px;
    }
    #menu.mob_menu_design .nav>li>a {
        height: 56px;
        width: 100%;
        border-bottom: 1px solid #efeaea!important;
    }
    .mobile_cart {
        width: 300px!important;
    }
    .mobile_cart td {
        font-size: 12px;
    }
    .mobile_cart .prod_qty {
        width: 36px;
    }
    .mobile_cart .cross_pro.btn {
        padding: 1px 4px
    }
    .mob_table tr {
        display: flex;
        flex-direction: column;
    }
    .table-responsive>.table.mob_table>tbody>tr>td {
        white-space: unset;
    }
    .mob_table tr td.text-right {
        text-align: left;
    }
    .col-xs-6.img_wp_res_wp {
        padding: 4px;
    }
    .fixed-height {
        height: 100px;
    }
}

.swiper-container {
    position: relative;
    margin-bottom: 20px;
    /* Adds space for pagination */
}

.swiper-pagination {
    bottom: -24px !important;
    left: 0 !important;
    text-align: center !important;
    width: 100% !important;
    background-color: #ffffff00 !important;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #999;
    opacity: 1;
    margin: 0 5px;
}

.swiper-pagination-bullet-active {
    background-color: #333;
}

.header-overlay {
    /* background-color: rgba(0, 0, 0, 0.6); */
    padding: 0;
    padding-top: 10px;

}

.top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    color: white;
    font-size: 12px;
    padding-bottom: 20px;
   
}

.top-bar a {
    color: white;
    text-decoration: none;
    margin-left: 20px;
}

.main-nav {
    font-family: 'Jost','Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1300px;
    margin:  auto;
    padding: 0 20px;
}

.logo img {
    height: 80px;
}

.nav-links {
    display: flex;
    list-style-type: none;
    align-items: center;
}

.nav-links>li,
.nav-links>span {
    position: relative;
    margin-left: 30px;
}

.nav-links a {
    font-family: "Jost", serif;
    color: white;
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
}

.nav-links li:hover>a {
    color: #c3af1c;
}

.dropdown::after {
    content: '\f107';
    font-family: 'Font Awesome 5 Free';
    margin-left: 5px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.nav-links li:hover .dropdown-content {
    display: block;
}

.bottomWave {
    width: 100%;
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: 2;
}

.footerWave {
    width: 100%;
    position: absolute;
    top: -8px;
    left: 0;
    z-index: 2;
}

.backshadow {
    position: relative;
    left: 0;
}

.backshadow::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #0000007d;
    z-index: 2;
}

.background-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.content-wrapper {
    position: relative;
    z-index: 1;
    text-align: center;
    color: #fff;
}

.title-wrapper {
    margin-bottom: 30px;
}

.title-wrapper .subtitle {
    font-size: 32px;
    letter-spacing: 2px;
    margin-bottom: 40px;
    font-family: Yeseva one;
    color: #C6A767;
}

.title-wrapper .main-title {
    font-family: Yeseva one;
    font-size: 64px;
    font-weight: 400;
    
}
.wp{
    position: fixed;
    bottom: 20px;
    right: 15px;
    background-color: #C6A767;
    z-index: 5;
    border: none;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.button-wrapper {
    display: flex;
    font-family: "Montserrat", serif;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
}

.button-wrapper .btn:nth-child(2) a {
    color: white !important;
}

.button-wrapper .btn:nth-child(2).btn:hover a {
    color: rgb(0, 0, 0) !important;
}

.button-wrapper .btn:nth-child(1).btn:hover a {
    color: rgb(255, 255, 255) !important;
}

.button-wrapper .btn {
    font-family: Montserrat,'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-decoration: none;
    color: #fff;
    background-color: #ffffff00;
    padding: 8.6px 28.5px;
    border-radius: 0;
    font-size: 14px;
    transition: background-color 0.3s ease;
    border: #fff 3px solid;
}

.button-wrapper .btn:nth-child(1) {
    background-color: #ffffff;
    color: black;
}

.button-wrapper .btn:nth-child(1):hover {
    background-color: #ffffff00;
    color: rgb(255, 255, 255);

}

.button-wrapper .btn:hover {
    background-color: #ffffff;
    color: #000;
}

.sliderContent {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
}

.slider-images {
    width: 100%;
    object-fit: cover;
    max-height: 100vh;
}

.bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0px;
    width: 100vw;
    height: 70px;
    background-color: #fff;
    display: none;
    justify-content: space-around;
    align-items: center;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    z-index: 3;
}

.nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #808080;
    font-size: 12px;
    transition: color 0.3s ease;
    width: 25%;
}

.nav-item img {
    width: 24px;
    height: 24px;
}

.nav-item.active img {
    filter: brightness(0) saturate(100%) invert(42%) sepia(78%) saturate(2365%) hue-rotate(85deg) brightness(95%) contrast(99%);
}

.nav-item.active span {
    color: #4caf50;
}

.nav-item:hover span {
    color: #4caf50;
}

#myScrollspy.scrollspy-active {
    display: none;
}

.reservation-container {
    width: 100%;
    /* background-color: #223E34; */
    /* background-color: #edc436; */
    background-color: #fff;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 80px;
}

.reservation-heading {
    font-size: 24px;
    margin-bottom: 20px;
    color: #000;
    font-weight: 300;
    line-height: 3.5rem;
}

.reservation-img {
    width: 140px;
    margin-bottom: 20px;
}

.reservation-text {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
    /* color: #efefef; */
    color:#000 !important;
    font-weight: 200;
}

.reservation-button {
    /* background-color: #00C853; */
    background-color: #000000;
    color: white;
    padding: 15px;
    font-size: 18px;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    width: 100%;
    transition: background-color 0.3s ease;
    margin-bottom: 2vh;
}

.reservation-button:hover {
    background-color: #00a74d;
}

.reservation-wrapper {
    /* background-color: #ffffff; */
    width: 100%;
    /* border-radius: 15px; */
    /* padding: 20px; */
    color: #1a3b32;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); */
    text-align: center;
    /* height: 140vh; */
}

.reservation-booking-header {
    height: 30vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.reservation-booking-header>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    filter: brightness(0.6);
}

.reservation-booking-inputs,
.reservation-booking-header {
    padding: 20px;
    position: relative;
    z-index: -10;
}

.reservation-booking-inputs {
    height: 75vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.reservation-header {
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #ffffff;
}

.reservation-subheader {
    font-size: 18px;
    margin-bottom: 15px;
    color: #ffffff;
    padding: 0 40px;
    font-weight: 300;
}

.reservation-address {
    font-size: 14px;
    margin-bottom: 20px;
    color: #ffffff;
}

.input-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    font-size: 18px;
}

.input-row span {
    font-size: 20px;
    display: flex;
    flex-direction: column;
}

.input-arrow {
    font-size: 24px;
    cursor: pointer;
    color: #1a3b32;
    user-select: none;
}

.highlighted-text {
    font-weight: 400;
    color: #c8b071;
}

.horizontal-divider {
    height: 1px;
    background-color: #e0e0e0;
    margin: 25px 0;
}

.search-button {
    margin-top: 20px;
    padding: 12px;
    /* background-color: #00C853; */
    background-color: #000000;
    color: white;
    font-size: 18px;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    width: 100%;
    transition: background-color 0.3s ease;
}

.search-button:hover {
    background-color: #00a74d;
}

.table-selection-wrapper {
    width: 100%;
    background-color: white;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    height: 75vh;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.table-selection-header {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.floor-level {
    font-size: 14px;
    color: #777;
    margin-bottom: 20px;
}

.reservation-wrapper .table-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    justify-items: center;
    margin-bottom: 20px;
    margin-top: 24px;
}

.reservation-wrapper .table {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    /* border: 3px dashed #9e9e9e; Dashed border */
    transition: background-color 0.3s ease, border-color 0.3s ease;
    position: relative;
}

.reservation-wrapper .table svg .svg-fill {
    fill: #DDDDDD;
    /* Default gray */
}

.reservation-wrapper .table.reserved svg .svg-fill {
    fill: #F5AB3B;
    /* Yellow for reserved */
}

.reservation-wrapper .table.selected svg .svg-fill {
    fill: #49A568;
    /* Green for selected */
}

.reservation-wrapper .table span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.reservation-wrapper .table.open {
    /* background-color: #f0f0f0; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.reservation-wrapper .table.reserved {
    /* background-color: #FFB74D; */
    cursor: not-allowed;
}

.reservation-wrapper .table.selected {
    /* background-color: #66BB6A; */
    border-color: #66BB6A;
    /* Change border color for selected */
}

.reservation-wrapper .table:hover.open {
    background-color: #e0e0e0;
}

.legend {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    font-size: 14px;
    padding: 0 15px;
}

.legend span {
    display: flex;
    align-items: center;
}

.legend-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 5px;
}

.dot-open {
    background-color: #f0f0f0;
}

.dot-reserved {
    background-color: #F5AB3B;
}

.dot-selected {
    background-color: #49A568;
}

.confirm-button {
    width: 100%;
    padding: 12px;
    background-color: #49A568;
    color: white;
    border: none;
    border-radius: 25px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.confirm-button:hover {
    background-color: #4caf50;
}

.reservation-wrapper .header {
    text-align: center;
    margin-bottom: 20px;
}

.reservation-wrapper .header h2 {
    margin: 0;
    font-size: 1.5em;
    color: white;
    font-weight: 300;
}

.reservation-wrapper .info-container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    color: white;
    font-size: 16px;
    font-weight: 300;
}

.reservation-wrapper .info-container div {
    text-align: center;
}

.reservation-wrapper .form-group {
    margin-bottom: 15px;
}

.reservation-wrapper .form-group input,
.reservation-wrapper .form-group textarea {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.reservation-wrapper .form-group textarea {
    resize: none;
}


/* .reservation-wrapper .special-occasion {
    margin-bottom: 15px;
  }

  .reservation-wrapper .special-occasion label {
    display: block;
    margin-bottom: 5px;
  }

  .reservation-wrapper .occasion-buttons {
    display: flex;
    justify-content: space-around;
    margin-bottom: 10px;
  }

  .reservation-wrapper .occasion-buttons button {
    padding: 10px 15px;
    border: none;
    border-radius: 25px;
    background-color: #f0f0f0;
    cursor: pointer;
  }

  .reservation-wrapper .occasion-buttons button.active {
    background-color: #d9f5d1;
  } */

.reservation-wrapper .note {
    font-size: 0.8em;
    color: #888;
    margin-bottom: 15px;
}

.reservation-wrapper .button-group {
    display: flex;
    justify-content: space-between;
}

.reservation-wrapper .reservation-button-group button,
.order-details-button-group button {
    padding: 12px;
    border: none;
    border-radius: 25px;
    font-size: 1em;
    width: 100%;
    cursor: pointer;
}

.reservation-button-group,
.order-details-button-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.preorder-button {
    background-color: #f5faf3;
    /* color: #35a846; */
    color: #000000;
    /* border: 1px solid #35a846 !important; */
    border: 1px solid #000000 !important;
}

.reservation-wrapper .confirm-button {
    /* background-color: #35a846; */
    background-color: #000000;
    color: white;
}

.reservation-wrapper .confirm-button:hover {
    /* background-color: #2c8e3b; */
    background-color: #000000;
}

.custom-divider {
    height: 100%;
    width: 1px;
    background-color: white;
}

.occasion-buttons label {
    display: inline-block;
    padding: 10px 15px;
    border: 1px solid #ccc;
    border-radius: 25px;
    margin-right: 5px;
    cursor: pointer;
    background-color: #ffffff55;
}

.occasion-buttons input[type="radio"] {
    display: none;
}

.occasion-buttons input[type="radio"]:checked+label {
    background-color: #f5faf3;
    /* color: #35a846; */
    color: #000000;
    /* border-color: #35a846; */
    border-color: #000000;
}

.occasion-buttons label:hover {
    background-color: #f5faf3;
    /* color: #35a846; */
    color: #000000;
    /* border-color: #35a846; */
    border-color: #000000;
}

.catalogue-container {
    max-width: 500px;
    margin: 0 auto;
    /* background-color: #fff; */
    border-radius: 10px;
    /* box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); */
    /* padding: 20px; */
}

.catalogue-container .header {
    text-align: center;
    margin-bottom: 20px;
}

.catalogue-container .header h1 {
    font-size: 1.5em;
    color: #1d1d1d;
}

.catalogue-container .search-bar {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.catalogue-container .search-bar input {
    padding: 10px;
    width: 80%;
    border-radius: 20px;
    border: 1px solid #ccc;
    font-size: 1em;
}

.catalogue-container .item-list {
   /*  margin-top: 20px;
    padding: 20px; */
}

.catalogue-container .catalogue-item {
    display: flex;
    flex-direction: column;
  
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
}

.catalogue-container .catalogue-item img {
    width: 100%;
    max-height: 150px;
    object-fit: cover;
}

.catalogue-container .item-details {
    padding: 15px;
}

.catalogue-container .item-details h3 {
    font-size: 1.2em;
    color: #333;
    margin-bottom: 10px;
}

.catalogue-container .item-details p {
    font-size: 1em;
    margin-bottom: 10px;
}

.catalogue-container .item-details p span {
    color: #f88c00;
}

.catalogue-container .item-details button {
    padding: 10px;
    /* width: 100%; */
    border: none;
    /* background-color: #35a846; */
    background-color: #000000;
    color: white;
    font-size: 1em;
    border-radius: 25px;
    cursor: pointer;
}

.catalogue-container .item-details button:hover {
    /* background-color: #2c8e3b; */
    background-color: #000000;
}

.calendar-container {
    width: 100%;
    margin: 20px 0;
    height: 100vh;
}

.fc .fc-button {
    /* background-color: #28a745; */
    background-color: #000000;
    /* border-color: #28a745; */
    border-color: #000000;
    color: white;
}

.calender-event {
    padding: 20px;
}

.date-info {
    width: 30%;
    padding: 10px;
}

.appointment-schedule {
    width: 65%;
    padding: 10px;
    background-color: lightblue;
}

.appointment-box p {
    color: white;
}

.appointment-box {
    background-color: #007bff;
    color: white;
    padding: 0 10px;
    margin: 5px 0;
    border-radius: 5px;
    width: 75%;
}

.event-item {
    display: flex;
    gap: 10px;
}

.event-appointment-date {
    width: 55px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.inquiry-container {
    text-align: center;
    color: white;
    height: 100vh;
    margin: 0;
    background-color: #1A4229;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
}

.inquiry-icon {
    font-size: 80px;
    margin-bottom: 20px;
}

.inquiry-icon::before {
    content: "✔️";
    display: block;
    background-color: white;
    border-radius: 50%;
    color: #1A4229;
    width: 100px;
    height: 100px;
    line-height: 100px;
    margin: 0 auto;
}

.inquiry-title {
    font-size: 24px;
    margin: 24px auto;
    color: white;
    width: 315px;
}

.inquiry-message {
    font-size: 13px;
    margin-bottom: 30px;
    margin: 23px auto;
    color: white;
    width: 315px;
}

.btn-inquiry {
    background-color: #1DB95E;
    border: none;
    padding: 15px 30px;
    border-radius: 30px;
    color: white;
    font-size: 16px;
    cursor: pointer;
}

.btn-inquiry:hover {
    background-color: #17a44c;
}

.order-header {
    background-color: #1A4229;
    padding: 10px;
    color: white;
    text-align: center;
    font-size: 18px;
}

.order-container {
    padding: 20px;
    background-color: white;
}

.order-info h2 {
    font-size: 20px;
    margin: 0 0 10px 0;
}

.order-info p {
    font-size: 14px;
    margin: 5px 0;
}

.order-details {
    margin-top: 20px;
    border-top: 1px solid #ccc;
    padding-top: 20px;
}

.order-details p {
    margin: 8px 0;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}

.order-label {
    font-weight: bold;
}

.special-requirements {
    margin-top: 20px;
    background-color: #f1f1f1;
    padding: 15px;
    border-radius: 5px;
    position: relative;
}

.special-requirements p {
    margin: 5px 0;
}

.edit-link {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #1A4229;
    cursor: pointer;
    text-decoration: underline;
}

.btn-order {
    display: block;
    background-color: #1DB95E;
    color: white;
    text-align: center;
    padding: 15px;
    border-radius: 5px;
    margin: 20px 0;
    text-decoration: none;
}

.btn-order:hover {
    background-color: #17a44c;
}

.custom-order-tab-container {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.custom-order-tabs {
    display: flex;
    background-color: white;
    border-bottom: 1px solid #cfcfcf;
    width: 100%;
    justify-content: center;
}

.custom-tab-btn {
    padding: 10px 25px;
    border: none;
    background: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    color: #666;
    border-bottom: 2px solid transparent;
    transition: 0.3s;
}

.active-tab {
    color: #459a65;
    border-bottom: 2px solid #459a65;
}

.custom-category-container {
    display: flex;
    justify-content: center;
    padding: 10px;
    background-color: white;
    margin: 20px 0;
}

.custom-category-btn {
    padding: 4px 15px;
    background-color: #ffffff;
    border: 2px solid #ccc;
    border-radius: 20px;
    margin: 0 10px;
    cursor: pointer;
    font-size: 14px;
}

.active-category {
    background-color: #1A4229;
    color: white;
}

.custom-order-list {
    display: none;
    /* padding: 0 20px; */
}

.active-list {
    display: block;
}

.ordr-parent-cont {
    background-color: white;
    min-height: 80vh;
}

.custom-order-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 15px;
    background-color: white;
    /* margin-bottom: 10px; */
    /* border-radius: 10px; */
    /* box-shadow: 0 1px 0px rgba(0, 0, 0, 0.1); */
    /* flex-direction: column; */
    border-bottom: 1px solid #9b9b9b70;
}

.custom-order-number {
    font-weight: bold;
    font-size: 16px;
}

.custom-order-type {
    color: #666;
    font-size: 14px;
}

.custom-order-details {
    font-size: 12px;
    color: #999;
}

.custom-order-arrow {
    font-size: 20px;
    color: #ccc;
}

.custom-order-btn-reorder {
    background-color: #1DB95E;
    color: white;
    border: none;
    padding: 8px 20px;
    border-radius: 20px;
    cursor: pointer;
}

.custom-order-btn-reorder:hover {
    background-color: #17a44c;
}
@media only screen and (max-width:768px){
    .backshadow {
        height:  94vh!important; 
    }
    .slider-images{
        height:94vh !important;
    }
    .container-footer{
        padding-top: 100px !important;
    }
}
.container-footer{
    padding-top:20px ;
}
@media only screen and (max-width: 400px) {
   .custom-container{
    position: relative;
    top:100px ;
    z-index:1;
    /* height: 204px;; */
   }
     .backshadow {
        height:  100vh; 
    }

}
@media only screen and (max-width: 767px) {
    .home-top-slider{
        height: 240px !important;
        width: 100%;
        margin-bottom: 30px;
        margin-top: 63px;
    }
        .margin-top-for-navbar{
        margin-top: 63px !important;
    }
    .breadcrumb{
        margin:0 10px;
    }
      .voucher-wrapper {
        max-width: 100%;
    }
    .sectionForWeb {
        display: none;
    }
    #content {
        padding: 0;
    }
    .mobile-footer {
        margin-bottom: 20px;
    }
    body:not(.mobile-app) #myScrollspy.scrollspy-active {
        display: block !important;
        z-index: 9999;
        position: relative;
    }
    
    /* Bottom navigation - only show for mobile apps */
    body.mobile-app .bottom-nav {
        display: flex;
        justify-content: space-evenly;
    }
    
    /* Hide bottom navigation for normal responsive website */
    body:not(.mobile-app) .bottom-nav {
        display: none !important;
    }
    
    /* Hide footer-specific containers and elements only in mobile app */
    body.mobile-app footer .container,
    body.mobile-app footer .copyright,
    body.mobile-app footer .mobile-footer,
    body.mobile-app .footers hr {
        display: none;
    }
    
    body.mobile-app footer {
        background-color: #fff !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    
    body.mobile-app .scroll-to-top {
        display: none !important;
    }
    
    body.mobile-app .qr-2 {
        bottom: 80px;
    }
    
    body.mobile-app .wp {
        bottom: -70px;
    }
    
    /* Hide hamburger menu for mobile apps */
    body.mobile-app .hamburger-container {
        display: none !important;
    }
    
    .title-wrapper .main-title {
        font-size: 2.3rem;
    }
    .title-wrapper .subtitle {
        font-size: 1.5rem;
        margin-bottom: 6px;
    }
    .button-wrapper {
        gap: 6px;
        margin-top: -18px;
    }
    .button-wrapper .btn {
        padding: 6px 12px;
        font-size: 8px;
    }
    .backshadow {
        top: 120px;
        height: 236px;
        overflow: hidden;
        margin-top: -58px !important;
    }
    .voucher .button {
        padding: 3px 6px;
        /* width: auto; */
        height: auto;
    }
    #myScrollspy {
        width: 100vw !important;
        margin-left: 0 !important;
    }
}

.voucher-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    /* justify-content: center; */
    margin: auto;
    width: 100%;
    max-width: 822px;
    height: 550px;
    overflow: auto;

}
.voucher-for-home .voucher-wrapper {
    flex-wrap: nowrap;
    height: 193px;
    overflow: auto;
    padding: 0px;
    justify-content: start;
}
.voucher {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
    display: flex;
    max-width: 400px;
    width: 100%;
    position: relative;
    border: 1px solid #8080804a;
    height: fit-content;
}

.voucher-image {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin: auto 20px;
    flex-shrink: 0;
}

.voucher-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.voucher::after,
.voucher::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: white;
}

.voucher::before {
    background-color: white;
    left: 111px;
    top: -12px;
    border-bottom: 1px solid #8080804a;
    border-radius: 50%;
}

.voucher::after {
    background-color: white;
    left: 111px;
    bottom: -12px;
    border-top: 1px solid #8080804a;
    border-radius: 50%;
}

.voucher .content {
    flex-grow: 1;
    padding: 20px 20px 20px 0;
    border-left: 2px dashed #80808045;
    padding-left: 16px;
}

.buttons {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.button {
    width: max-content;
    height: fit-content;
    padding: 5px 10px;
    border-radius: 15px;
    font-size: 12px;
    border: 1px solid #ddd;
    background-color: #f8f8f8;
}

.button.active {
    background-color: #e6f0ff;
    border-color: #99c2ff;
    color: #0066cc;
}

.offer {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}

.description {
    font-size: 14px;
    color: #666;
    margin-bottom: 5px;
}

.validity {
    font-size: 12px;
    color: #999;
}

.arrow {
    display: flex;
    align-items: center;
    padding-right: 20px;
    font-size: 24px;
    color: #999;
}

.tabs {
    display: flex;
    justify-content: space-around;
    background-color: #f0f0f0;
    padding: 10px;
    border-bottom: 2px solid #ddd;
    overflow: auto;
}

.tabs button {
    background: none;
    border: none;
    font-size: 13px;
    padding: 10px;
    cursor: pointer;
    outline: none;
    min-width: 120px;
}

.tabs button.active {
    color: green;
    border-bottom: 2px solid green;
}

.product-list {
    padding: 20px;
}

.product-card {
    background: white;
    margin-bottom: 15px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    min-height: 144px;
}

.product-card a {
    width: 36%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.product-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.product-details {
    flex: 1;
    padding: 10px;
}

.product-details h3 {
    margin: 0 0 5px 0;
}

.product-details p {
    margin: 0;
    font-size: 14px;
    color: gray;
}

.add-item {
    /* background-color: green; */
    background-color: #fff;
    color: #000;
    padding: 4px 10px;
    border: 1px solid #000;
    /* border: none; */
    border-radius: 16px;
    cursor: pointer;
    margin-top: 4px;
}

.product-detail {
    /* padding: 20px; */
    text-align: center;
}

.product-detail img {
    width: 100%;
    height: auto;
    max-height: 300px;
    object-fit: cover;
    /* border-radius: 8px; */
}

.product-info {
    padding: 20px;
    background: white;
    /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); */
    margin-top: -30px;
    border-radius: 8px;
    text-align: left;
}

.product-info h1 {
    font-size: 24px;
    margin: 10px 0;
}

.product-info p {
    font-size: 16px;
    color: gray;
    margin: 5px 0;
}

.availability {
    margin: 10px 0;
    display: flex;
    align-items: center;
}

.availability svg {
    margin-right: 5px;
}

.add-to-cart {
    background-color: green;
    color: white;
    padding: 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
    margin-top: 20px;
}

.cart-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    padding: 10px;
    box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.1);
    display: none;
    justify-content: space-between;
    align-items: center;
}

.cart-footer.show {
    display: flex !important;
    background: #2C2926;
    z-index: 4;
}

.cart-footer span {
    font-size: 18px;
}

.cart-footer a,
.cart-footer button {
    /* background-color: green; */
    background-color: #fff;
    color: #000;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}



.new-account-container {
    /* max-width: 400px; */
    height: 100vh;
    margin: 0 auto;
    padding: 0px;
    /* background-color: #0A2D1D; */
    /* background-color: #edc436; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.new-account-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    /* background-color: #0A2D1D; */
    /* background-color: #edc436; */
    color: #fff;
}

.new-account-header h2 {
    font-size: 18px;
    text-align: center;
    color:#000;
    width: 100%;
}

.new-back-btn {
    background: none;
    border: none;
    color: #000;
    font-size: 24px;
    cursor: pointer;
    position: absolute;
}

.new-progress-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
}

.new-circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
}

.new-line {
    width: 40px;
    height: 2px;
    background-color: #ddd;
}

.new-line.active-line {
    /* background-color: #0A2D1D; */
    background-color: #edc436;
}

.new-circle.active-step {
    /* background-color: #0A2D1D; */
    background-color: #edc436;
}

.new-form-wrapper {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    height: 86vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.new-form-wrapper h3 {
    margin-bottom: 20px;
    font-size: 18px;
}

.new-input-field {
    margin-bottom: 28px;
    position: relative;
}

.new-input-field label {
    font-size: 14px;
    color: #333;
}

.new-input-field input {
    width: 100%;
    padding: 10px 0;
    margin-top: 0;
    border: none;
    border-bottom: 1px solid #dddddd80;
    font-size: 14px;
}

.new-input-field input::placeholder {
    color: #dddddd80;
}

.new-input-field input:focus-visible,
.new-input-field input:active,
.new-input-field input:focus {
    outline: none;
    /* border: none; */
}

.new-toggle-password {
    position: absolute;
    right: 10px;
    top: 5px;
    cursor: pointer;
}

.new-continue-btn {
    width: 100%;
    padding: 12px;
    /* background-color: #28A745; */
    background-color: #000000;
    border: none;
    border-radius: 26px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    margin-top: 20px;
}

.new-continue-btn:hover {
    /* background-color: #218838; */
    background-color: #000000;
}

.otp-container {
    display: flex;
    justify-content: space-between;
    width: 220px;
    margin: 20px auto;
}

.otp-box {
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 20px;
    border: 2px solid #ced4da;
    border-radius: 5px;
    background-color: #f8f9fa;
    margin-right: 5px;
}

.otp-box:focus {
    outline: none;
    /* border-color: #28A745; */
    border-color: #000000;
}

.otp-box:last-child {
    margin-right: 0;
}

.login-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    height: 100vh;
    /* background-color: #1a2923; */
    background-color: #FFF;
}

.logo-section {
    margin-bottom: 100px;
}

.logo-section img {
    width: 150px;
    height: auto;
    border-radius: 50%;
}


/* Login Form Section */

.login-container form {
    width: 100%;
}

.login-form {
    width: 100%;
    /* max-width: 400px; */
    background-color: white;
    /* border-radius: 20px; */
    padding: 30px;
    /* text-align: center; */
    height: 60vh;
    /* border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px; */
    flex-direction: column;
    justify-content: space-between;
      /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25); */
}

.login-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.login-header h2 {
    font-size: 24px;
    margin: 0;
    color: #333;
}

.skip-link {
    font-size: 14px;
    /* color: #27AE60; */
    color: #000000;
    cursor: pointer;
}

p {
    margin: 10px 0;
    color: #6B6B6B;
}

.back-btn {
    font-size: 24px;
    cursor: pointer;
}

.password-wrapper {
    position: relative;
}

.password-wrapper input {
    padding-right: 40px;
}

.toggle-password {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 18px;
    color: #777;
}


/* Login Button */

.login-btn {
    /* background-color: #27AE60; */
    background-color: #000000;
    color: white;
    border: none;
    padding: 15px;
    width: 100%;
    font-size: 16px;
    border-radius: 30px;
    margin-top: 20px;
    cursor: pointer;
}

.login-btn:hover {
    /* background-color: #1f8f4e; */
    background-color: white;
    color:#000;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    /* border: 1px solid #000; */
}


/* Additional Links */

.additional-links {
    margin-top: 20px;
    font-size: 14px;
}

.additional-links p {
    margin: 5px 0;
    color: #6B6B6B;
}

.additional-links span,
.additional-links a {
    /* color: #27AE60; */
    color: #000000;
    text-decoration: none;
    font-weight: bold;
}

.additional-links a:hover {
    text-decoration: underline;
}

.form {
    width: 100%;
}

.categoryMenuHeader {
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-color: #1a2923; */
    background-color: #fff;
    color: #000;
    font-size: 16px;
}

.custom-cart-container {
    width: 100%;
    /* max-width: 400px; */
    margin: 0 auto;
    border: 1px solid #ccc;
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
}

.custom-cart-header {
    display: flex;
    justify-content: space-between;
    background-color: #f0f0f0;
    padding: 3px;
    margin: 0 15px;
    margin-top: 15px;
    border-radius: 8px;
}

.custom-tab {
    flex: 1;
    text-align: center;
    padding: 10px;
    border: none;
    background-color: white;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.custom-tab.custom-active {
    /* background-color: #2b4d22; */
    background-color: #000000;
    color: white;
}

.custom-cart-section {
    padding: 15px;
    border-bottom: 1px solid #eee;
}

.custom-cart-info {
    margin-bottom: 15px;
    background: #f8f9fa;
    padding: 15px;
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    border: 1px solid #e9ecef;
    position: relative;
}

.custom-cart-info p:first-of-type {
    margin-bottom: 8px;
    font-size: 14px;
    color: #666;
}

.custom-cart-info p:last-of-type {
    margin-bottom: 0;
    font-size: 16px;
    color: #333;
    font-weight: 500;
}

.custom-label {
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 14px;
    color: #333;
}

.custom-change {
    /* color: green; */
    color: #edc436;
    font-weight: bold;
    font-size: 12px;
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 15px;
    text-decoration: underline;
    transition: opacity 0.2s ease;
}

.custom-change:hover {
    opacity: 0.8;
}

.custom-cart-items {
    padding: 15px;
    border-bottom: 1px solid #eee;
}

.custom-item-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.custom-item-card img {
    width: 60px;
    height: 60px;
    border-radius: 5px;
}

.custom-item-details {
    flex-grow: 1;
    margin-left: 15px;
}

.custom-item-name {
    font-weight: bold;
    font-size: 16px;
}

.custom-item-desc {
    color: grey;
    font-size: 14px;
}

.custom-quantity-controls {
    display: flex;
    align-items: center;
}

.custom-quantity-btn {
    background-color: #eee;
    border: none;
    padding: 5px;
    font-size: 16px;
    cursor: pointer;
}

.custom-quantity {
    margin: 0 10px;
    font-weight: bold;
}

.custom-item-price {
    font-weight: bold;
    color: black;
}

.custom-add-more {
    /* color: green; */
    color: #edc436;
    font-weight: bold;
    text-decoration: none;
}

.custom-rewards-offers {
    /* background-color: #438b2f; */
    background-color: #fff;
    color:#000;
    display: flex;
    justify-content: space-between;
    padding: 10px;
}

.custom-rewards-offers p {
        color:#000;
    margin: 0;
}

.custom-rewards-btn {
    color: #000;
    background-color: transparent;
    border: none;
    font-size: 14px;
}

.custom-special-instructions {
    padding: 15px;
    border-bottom: 1px solid #eee;
}

.custom-instructions-note {
    font-size: 14px;
    margin-bottom: 10px;
}

.custom-instruction-options {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.custom-instruction-btn {
    background-color: #f0f0f0;
    border: none;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    width: 30%;
    font-size: 12px;
}

.custom-instructions-text {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    resize: none;
    height: 200px;
}

.custom-bill-details {
    padding: 15px;
    border-bottom: 1px solid #eee;
    background-color: #FFFBF4;
}

.custom-bill-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.custom-bill-row.custom-discount {
    color: red;
}

.custom-bill-row.custom-total {
    font-weight: bold;
}

.custom-place-order {
    display: flex;
    justify-content: space-between;
    padding: 15px;
    background-color: #281e1e;
    color: white;
    flex-direction: column;
    align-items: center;
}

.custom-place-order div {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.custom-place-order-btn {
    /* background-color: #2b4d22; */
    background-color: #000000;
    color: white;
    border: none;
    padding: 10px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
}

.custom-checkbox-container {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    font-size: 14px;
    margin-bottom: 15px;
    color: black;
}

.custom-checkbox-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 8px;
    width: 100px;
    cursor: pointer;
    background-color: white;
    position: relative;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.custom-checkbox-item.selected {
    /* background-color: #e8f7e0;
    border-color: #5ca260; */
    background-color: #edc4363d;
    border-color: #edc436;
}

.custom-checkbox-item .custom-icon {
    font-size: 24px;
    margin-bottom: 8px;
}

.custom-checkbox-item .custom-icon img {
    width: 16px;
}

.custom-checkbox-item.selected .custom-clear-btn {
    display: block;
}

.custom-clear-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    background: none;
    border: none;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    display: none;
}

.custom-header-parent {
    padding: 10px 20px;
    /* background-color: #1c3429; */
    background-color: #fff;
    border-bottom: 1px solid grey;
    /* Same as body background for seamless look */
    color: #000;
    /* min-height: 140px; */
}

.custom-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.custom_header{
    background-color: #00000000 !important;
}
.custom-logo img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.custom-greeting {
    font-size: 20px;
}

.custom-points {
    display: flex;
    align-items: center;
    background-color: #374a40;
    padding: 5px 10px;
    border-radius: 20px;
    color: white;
    font-weight: bold;
}

.custom-points span {
    margin-left: 5px;
}

.custom-icons {
    display: flex; /* Visible by default for all users */
    align-items: center;
    gap: 15px;
}

/* Special positioning for mobile apps */
body.mobile-app .custom-icons {
    margin-left: auto; /* Push icons to right side for mobile apps only */
}

/* Ensure proper header layout for mobile apps */
body.mobile-app .custom-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 10px 15px;
}

body.mobile-app .custom-logo {
    flex: 1; /* Take available space */
}

.custom-icons i {
    font-size: 24px;
    color: white;
}

.custom-notification {
    position: relative;
}

.custom-notification .custom-dot {
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    height: 10px;
    background-color: red;
    border-radius: 50%;
}

#custom-loader {
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}


/* Hide the loader by default */

.custom-loader-hidden {
    display: none !important;
}


/* Loader spinner animation */

.custom-loader-spinner {
    border: 7px solid #f3f3f3;
    border-top: 7px solid #0a862f;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.loyalty-section {
    /* padding: 20px; */
    /* max-width: 500px; */
    margin: 0 auto;
    background-color: #fff;
    height: 100vh;
}

h2 {
    font-size: 24px;
    margin-bottom: 20px;
}

.points-section {
    background-color: #333;
    color: white;
    padding: 20px;
    /* border-radius: 10px; */
}

.points-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.points-left {
    display: flex;
    align-items: center;
}

.points-right {
    margin-top: 12px;
}

.points-value {
    font-size: 24px;
    font-weight: bold;
}

.points-bar {
    width: 200px;
    height: 10px;
    background-color: #555;
    border-radius: 5px;
    margin-bottom: 5px;
}

.points-progress {
    height: 100%;
    background-color: #e3b23c;
    border-radius: 5px;
}

.rewards-section {
    margin-top: 20px;
    padding: 20px;
}

.rewards-section h3 {
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.rewards-section p {
    margin-top: 5px;
    color: #777;
}

.reward-cards {
    display: flex;
    gap: 15px;
    overflow-x: auto;
    margin-top: 10px;
    flex-wrap: wrap;
    height: 60vh;
}

.reward-card {
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
    width: 45%;
    margin-right: auto;
    height: 176px;
}

.reward-card img {
    width: 100%;
    height: 84px;
    object-fit: cover;
}

.reward-info {
    padding: 10px;
    min-height: 104px;
}

.tab-section {
    margin-top: 20px;
    display: flex;
    gap: 12px;
    justify-content: flex-start;
}

.padding-20 {
    padding: 20px;
}

.tab-btn {
    padding: 10px 20px;
    background-color: #ffffff;
    cursor: pointer;
    border-radius: 20px;
    border: 1px solid black;
  }
  
  .tab-btn.active {
    background-color: #233831;
    color: white;
}

.rewards-list {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.redeemed-rewards {
    display: none;
}

.loyalty-points-card {
    background-color: #262524;
    color: white;
    padding: 2px 20px;
    max-width: 400px;
    margin: 20px auto;
    /* border-radius: 10px; */
    position: relative;
}

.loyalty-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.loyalty-header h4 {
    font-size: 16px;
    font-weight: normal;
    color: white;
    margin-bottom: 0;
}

.points-star {
    font-size: 30px;
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.points-star span {
    margin-left: 10px;
    font-size: 24px;
    font-weight: bold;
}

.points-progress-bar {
    width: 100%;
    height: 10px;
    background-color: #735f42;
    border-radius: 5px;
    margin: 15px 0;
    position: relative;
    overflow: hidden;
}

.points-progress {
    height: 100%;
    background-color: #c39250;
    border-radius: 5px;
}

.points-metrics {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #ccc;
}

.next-reward {
    font-size: 14px;
    margin-top: 10px;
    color: white;
}

.custom-container {
    margin: auto;
    max-width: 1024;
}

.custom-container .custom-img {
    /* height: 300px !important; */
    height: 100%;
    object-fit: fill;
}
#checkout-cart .alert-dismissible .close{
    right: 0;
}

/* .custom-reward-card {
    background-color: #fff;
    max-width: 400px;
    margin: 20px auto;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  } */

.custom-reward-header {
    background-color: #004225;
    color: white;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.custom-back-btn {
    background: none;
    border: none;
    color: white;
    font-size: 24px;
    margin-right: 10px;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translate(0, -50%);
}

.custom-title {
    font-size: 20px;
    font-weight: bold;
    color: white;
}

.custom-reward-image img {
    width: 100%;
    height: auto;
}

.custom-reward-info {
    padding: 20px;
    background-color: #fff;
}

.custom-reward-title {
    font-size: 20px;
    margin-bottom: 10px;
}

.custom-reward-description {
    color: #333;
    line-height: 1.6;
    margin-bottom: 10px;
}

.custom-reward-expiry {
    color: #555;
    font-size: 14px;
}

.custom-reward-left-badge {
    background-color: #f0b429;
    color: white;
    padding: 5px 10px;
    display: inline-block;
    border-radius: 10px;
    font-size: 14px;
    margin-top: 5px;
}

.custom-reward-details {
    padding: 20px;
    background-color: #f9f9f9;
}

.custom-details-title {
    font-size: 18px;
    margin-bottom: 10px;
}

.custom-details-text {
    color: #555;
    line-height: 1.6;
    margin-bottom: 10px;
}

.custom-redeem-section {
    padding: 20px;
    background-color: #fff;
    text-align: center;
}

.custom-redeem-btn {
    /* background-color: #27ae60; */
    background-color: #000000;
    color: white;
    padding: 12px 24px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
}

.custom-redeem-btn:hover {
    background-color: #219150;
}

@media (min-width: 786px) {
  }
  
  .custom-redeem-btn:hover {
    background-color: #219150;
  }
  .custom-modal-style{
    display: none;
    padding-right: 15px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1041;
    width: 100vw;
    height: 100vh;
    overflow: auto;
    background: #00000082;
  }

  .custom-notifications-container {
    width: 400px;
    margin: 20px auto;
    background-color: #f5f5f5;
    /* border-radius: 8px; */
    overflow: hidden;
  }
  
  /* Custom header */
  .custom-notifications-container .custom-header {
    background-color: #243d30;
    color: white;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .custom-back-btn,
  .custom-mark-read-btn {
    background-color: transparent;
    border: none;
    color: rgb(0, 0, 0);
    cursor: pointer;
    font-size: 16px;
    margin: 10px;
    margin-left: auto;
    display: block;
    margin-right: 20px;
    font-weight: 300;
  }
  
  .custom-title {
    font-size: 20px;
  }
  
  /* Custom notification item */
  .custom-notification-item {
    display: flex;
    align-items: center;
    padding: 15px;
    /* border-bottom: 1px solid #e0e0e0; */
    background-color: white;
  }
  
  /* Custom unread notification item */
  .custom-unread {
    background-color: #e7f4ed;
  }
  
  /* Custom status dot */
  .custom-status-dot {
    width: 10px;
    height: 10px;
    background-color: gray;
    border-radius: 50%;
    margin-right: 15px;
    margin-top: 5px;
  }
  
  .custom-unread .custom-status-dot {
    background-color: black;
  }
  
  /* Custom notification content */
  .custom-notification-content {
    flex: 1;
  }
  
  .custom-notification-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
  }
  
  .custom-notification-message {
    font-size: 14px;
    color: #555;
    margin-bottom: 10px;
  }
  
  .custom-notification-time {
    font-size: 12px;
    color: #999;
  }
  .mobile_cart a{
    color: #000;
  }
  /* Hide mobile app specific elements by default */
  .for-mobile-flex{
    display: none;
}
  .for-mobile{
    display: none;
}
  .for-web{
    display: block;
}
  
  /* Show mobile app specific elements only when body has mobile-app class */
  body.mobile-app .for-mobile-flex{
    display: flex;
}
  body.mobile-app .for-mobile{
    display: block;
}
  body.mobile-app .for-web{
    display: none;
}
  @media (min-width: 786px) {
    /* On desktop, show web elements and hide mobile app elements */
    .for-web{
        display: block;
    }
    .for-mobile{
        display: none !important;
    }
    .for-mobile-flex{
        display: none !important;
    }
    
    /* Override mobile-app class behavior on desktop */
    body.mobile-app .for-mobile{
        display: none !important;
    }
    body.mobile-app .for-mobile-flex{
        display: none !important;
    }
    body.mobile-app .for-web{
        display: block !important;
    }
    .voucher-wrapper {
        flex-wrap: wrap;
        height: auto;
        overflow: hidden;
        padding: 0;
    }
    .voucher-for-home .voucher-wrapper {
        flex-wrap: nowrap;
        height: 193px;
        overflow: auto;
        padding: 0px;
    }
    .login-container,.new-account-container{
    max-width: 1024px;
    margin: auto;
    height: 85vh;
    margin-top: 5%;
    border-radius: 10px;
    box-shadow: 3px 1px 17px 2px #e6e6e6;
    }
    .login-container{
        padding-top: 25px;
    }
    .login-form, .new-form-wrapper{
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    }
    .new-account-container .new-account-header{
        width: 100%;
    }
    .new-account-header{
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
    }
    .new-account-container{
        height: 90vh;
        margin-top: 2%;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
    }
    .logo-section{
        margin-bottom: 10px;
    }
    .logo-section img{
        width: 108px;
    }
    .login-form{
        width: 400px;
        margin: auto;
        margin-bottom: 35px;
        min-height: 438px;
    }
    .slider-images {
        height: 100vh;
    }
    .custom-cart-container,
    .categoryMenuHeader {
        display: none;
    }
    .custom-cart-section {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
    }
    .custom_home>div,
    .custom_home>section {
        max-width: 80%;
        margin: auto;
    }
    .swiper-slide .card {
        width: 80% !important;
    }
    #productList {
        display: flex;
        gap: 20px;
        max-width: 1016px;
        margin: auto;
        flex-wrap: wrap;
        padding-bottom: 4rem;
    }
    .product-card {
        max-width: 312px;
    }
    .categoryMenuHeader {
        background-color: rgb(0, 0, 0);
    }
}

html, body {
    touch-action: manipulation;
    -webkit-text-size-adjust: 100%;
}
.flatpickr-calendar.inline{
    z-index: -1 !important;
}
.deal-card{
    z-index: -1 !important;
}

.container-room{
    max-width: 80vw !important;
    margin: auto;
}

@media (max-width: 768px) {
    .container-room{
        max-width: 95vw !important;
    }
    
}

@media (max-width:1215px) {
    .custom-paragraph{
        line-height: 25px;
   
        font-size: 16px;
    }
    .custom-heading{
        font-size:30px;
        margin-bottom: 10px;
    }
}

/* Ensure cart page is visible inside the mobile app webview */
body.mobile-app #checkout-cart {
    display: block !important;
}

/* Show main header in mobile-app (override default hidden-xs) */
body.mobile-app header.hidden-xs {
    display: block !important;
}

/* Show custom mobile header with logo / cart (#myScrollspy) */
body.mobile-app #myScrollspy.scrollspy-active,
body.mobile-app #myScrollspy {
    display: block !important;
}

/* Ensure header background is white inside mobile app */
body.mobile-app .header-container,
body.mobile-app .headerbg {
    background-color: #ffffff !important;
}

/* ========================================
   DELIVERY DATE TIME MODAL MODERN DESIGN
   ======================================== */
#delivery-datetime-modal.modal {
  position: fixed;
  z-index: 1050;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.5);
}

#delivery-datetime-modal .modal-dialog {
  position: relative;
  width: auto;
  margin: 0 auto;
  max-width: 480px;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 20px;
}

#delivery-datetime-modal .modal-content {
  position: relative;
  background-color: #fff !important;
  width: 100%;
  border-radius: 16px !important;
  box-shadow: 0 8px 30px rgba(0,0,0,0.12) !important;
  display: flex;
  flex-direction: column;
  max-height: 85vh;
  overflow: hidden;
}

#delivery-datetime-modal .modal-header {
  padding: 20px 24px 16px;
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #fff !important;
}

#delivery-datetime-modal .back-btn {
  position: absolute;
  left: 20px;
  background: transparent;
  border: none;
  font-size: 20px;
  cursor: pointer;
  color: #333;
  padding: 8px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
}

#delivery-datetime-modal .back-btn:hover {
  background-color: #f5f5f5;
}

#delivery-datetime-modal .close {
  position: absolute;
  right: 20px;
  background: transparent;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #666;
  padding: 4px;
  line-height: 1;
}

#delivery-datetime-modal .modal-title {
  margin: 0;
  font-size: 18px !important;
  font-weight: 600 !important;
  text-align: center;
  color: #1a1a1a !important;
}

#delivery-datetime-modal .modal-body {
  padding: 24px;
  overflow-y: auto;
  background-color: #fafafa !important;
}

#delivery-datetime-modal .delivery-address-section {
  margin-bottom: 32px;
  background: white !important;
  border-radius: 12px !important;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

#delivery-datetime-modal .delivery-address-section h4 {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #1a1a1a !important;
}

#delivery-datetime-modal .address-container {
  display: flex !important;
  justify-content: space-between !important;
  align-items: flex-start !important;
  background-color: #f8f9fa !important;
  padding: 16px !important;
  border-radius: 8px !important;
  border: 1px solid #e9ecef !important;
}

#delivery-datetime-modal .address-text {
  flex-grow: 1 !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
  color: #495057 !important;
}

#delivery-datetime-modal .edit-btn {
  background: none !important;
  border: none !important;
  color: #49a568 !important;
  cursor: pointer !important;
  font-size: 16px !important;
  padding: 4px 8px !important;
  border-radius: 4px !important;
  margin-left: 12px !important;
}

#delivery-datetime-modal .edit-btn:hover {
  background-color: rgba(73, 165, 104, 0.1) !important;
}

#delivery-datetime-modal .date-selection-section {
  margin-bottom: 32px !important;
  background: white !important;
  border-radius: 12px !important;
  padding: 20px !important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04) !important;
}

#delivery-datetime-modal .section-header {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  margin-bottom: 20px !important;
}

#delivery-datetime-modal .section-header h4 {
  margin: 0 !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #1a1a1a !important;
}

#delivery-datetime-modal .more-dates-btn {
  color: #49a568 !important;
  text-decoration: none !important;
  font-weight: 500 !important;
  display: flex !important;
  align-items: center !important;
  font-size: 14px !important;
}

#delivery-datetime-modal .more-dates-btn i {
  margin-right: 4px !important;
}

#delivery-datetime-modal .date-options {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(80px, 1fr)) !important;
  gap: 12px !important;
}

#delivery-datetime-modal .date-option {
  border: 2px solid #e9ecef !important;
  border-radius: 12px !important;
  padding: 16px 8px !important;
  text-align: center !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
  background: white !important;
  display: block !important;
  margin-bottom: 8px !important;
}

#delivery-datetime-modal .date-option:hover {
  border-color: #49a568 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 4px 12px rgba(73, 165, 104, 0.15) !important;
}

#delivery-datetime-modal .date-option.selected {
  border-color: #49a568 !important;
  background-color: #49a568 !important;
  color: white !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 4px 12px rgba(73, 165, 104, 0.3) !important;
}

#delivery-datetime-modal .date-day {
  font-size: 12px !important;
  font-weight: 500 !important;
  margin-bottom: 4px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  display: block !important;
}

#delivery-datetime-modal .date-number {
  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  margin-bottom: 4px !important;
  display: block !important;
}

#delivery-datetime-modal .date-month {
  font-size: 12px !important;
  opacity: 0.8 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  display: block !important;
}

#delivery-datetime-modal .time-selection-section {
  margin-bottom: 24px !important;
  background: white !important;
  border-radius: 12px !important;
  padding: 20px !important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04) !important;
}

#delivery-datetime-modal .time-selection-section h4 {
  margin-top: 0 !important;
  margin-bottom: 16px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #1a1a1a !important;
}

#delivery-datetime-modal .time-selector {
  position: relative !important;
}

#delivery-datetime-modal .time-dropdown {
  width: 100% !important;
  padding: 16px 20px !important;
  font-size: 16px !important;
  border: 2px solid #e9ecef !important;
  border-radius: 12px !important;
  appearance: none !important;
  background-color: #f8f9fa !important;
  color: #495057 !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
}

#delivery-datetime-modal .time-dropdown:focus {
  outline: none !important;
  border-color: #49a568 !important;
  background-color: white !important;
  box-shadow: 0 0 0 3px rgba(73, 165, 104, 0.1) !important;
}

#delivery-datetime-modal .select-arrow {
  position: absolute !important;
  right: 16px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  pointer-events: none !important;
  color: #6c757d !important;
}

#delivery-datetime-modal .modal-footer {
  padding: 20px 24px !important;
  border-top: 1px solid #f0f0f0 !important;
  text-align: center !important;
  background-color: white !important;
}

#delivery-datetime-modal .next-btn {
  background: #49a568 !important;
  color: white !important;
  border: none;
  padding: 16px 32px;
  width: 100%;
  border-radius: 12px !important;
  cursor: pointer;
  font-weight: 600 !important;
  font-size: 16px !important;
  transition: all 0.2s ease;
  box-shadow: 0 4px 12px rgba(73, 165, 104, 0.3);
}

#delivery-datetime-modal .next-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(73, 165, 104, 0.4);
}

#delivery-datetime-modal .next-btn:active {
  transform: translateY(0);
}

/* Mobile responsive styles */
@media (max-width: 767px) {
  #delivery-datetime-modal .modal-dialog {
    margin: 0;
    max-width: 100%;
    height: 100%;
    padding: 0;
  }
  
  #delivery-datetime-modal .modal-content {
    height: 100%;
    border-radius: 0 !important;
    max-height: 100vh;
  }
  
  #delivery-datetime-modal .modal-header {
    padding: 16px 20px;
  }
  
  #delivery-datetime-modal .modal-body {
    padding: 20px 16px;
  }
  
  #delivery-datetime-modal .delivery-address-section,
  #delivery-datetime-modal .date-selection-section,
  #delivery-datetime-modal .time-selection-section {
    margin-bottom: 24px;
    padding: 16px;
  }
  
  #delivery-datetime-modal .date-options {
    grid-template-columns: repeat(auto-fit, minmax(70px, 1fr));
    gap: 8px;
  }
  
  #delivery-datetime-modal .date-option {
    padding: 12px 6px;
  }
  
  #delivery-datetime-modal .date-number {
    font-size: 18px !important;
  }
  
  #delivery-datetime-modal .modal-footer {
    padding: 16px 20px 20px;
  }
  
  #delivery-datetime-modal .next-btn {
    padding: 14px 24px;
    font-size: 15px !important;
  }
}

@media (max-width: 480px) {
  #delivery-datetime-modal .date-options {
    grid-template-columns: repeat(3, 1fr);
  }
  
  #delivery-datetime-modal .modal-title {
    font-size: 16px !important;
  }
  
  #delivery-datetime-modal .delivery-address-section h4,
  #delivery-datetime-modal .section-header h4,
  #delivery-datetime-modal .time-selection-section h4 {
    font-size: 15px !important;
  }
}

/* ========================================
   DELIVERY ADDRESS MODAL MODERN DESIGN
   ======================================== */
#delivery-address-modal.modal {
  display: none;
  position: fixed;
  z-index: 1050;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.5);
}

#delivery-address-modal .modal-dialog {
  position: relative;
  width: auto;
  margin: 0 auto;
  max-width: 480px;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 20px;
}

#delivery-address-modal .modal-content {
  position: relative;
  background-color: #fff !important;
  width: 100%;
  border-radius: 16px !important;
  box-shadow: 0 8px 30px rgba(0,0,0,0.12) !important;
  display: flex;
  flex-direction: column;
  max-height: 85vh;
  overflow: hidden;
}

#delivery-address-modal .modal-header {
  padding: 20px 24px 16px;
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #fff !important;
  border-radius: 16px 16px 0 0;
}

#delivery-address-modal .back-btn {
  position: absolute;
  left: 20px;
  background: transparent;
  border: none;
  font-size: 20px;
  cursor: pointer;
  color: #333;
  padding: 8px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
}

#delivery-address-modal .back-btn:hover {
  background-color: #f5f5f5;
}

#delivery-address-modal .close {
  position: absolute;
  right: 20px;
  background: transparent;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #666;
  padding: 4px;
  line-height: 1;
}

#delivery-address-modal .modal-title {
  margin: 0;
  font-size: 18px !important;
  font-weight: 600 !important;
  text-align: center;
  color: #1a1a1a !important;
}

#delivery-address-modal .modal-body {
  padding: 24px;
  overflow-y: auto;
  background-color: #fafafa !important;
  flex-grow: 1;
}

#delivery-address-modal .search-box {
  position: relative;
  margin-bottom: 24px;
}

#delivery-address-modal .search-icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #888;
  z-index: 10;
  font-size: 16px;
}

#delivery-address-modal .address-input {
  width: 100%;
  padding: 16px 16px 16px 48px;
  border: 2px solid #e0e0e0;
  border-radius: 12px;
  font-size: 16px;
  box-sizing: border-box;
  transition: all 0.3s ease;
  background-color: white;
}

#delivery-address-modal .address-input:focus {
  outline: none;
  border-color: #49a568;
  background-color: white;
  box-shadow: 0 0 0 3px rgba(73, 165, 104, 0.1);
}

#delivery-address-modal .address-input::placeholder {
  color: #999;
  font-style: italic;
}

#delivery-address-modal .address-results {
  min-height: 200px;
}

#delivery-address-modal .selected-address {
  padding: 16px;
  margin: 16px 0;
  background-color: #e8f5e8 !important;
  border: 2px solid #49a568 !important;
  border-radius: 12px !important;
  font-size: 15px;
  color: #233831 !important;
  box-shadow: 0 4px 12px rgba(73, 165, 104, 0.15) !important;
}

#delivery-address-modal .selected-address strong {
  color: #233831 !important;
  font-weight: 600 !important;
}

#delivery-address-modal .selected-address span {
  color: #233831 !important;
  font-weight: 500 !important;
}

#delivery-address-modal .no-results, 
#delivery-address-modal .error-message {
  padding: 16px;
  margin: 16px 0;
  background-color: #fff3cd;
  border: 1px solid #ffeaa7;
  border-radius: 12px;
  color: #856404;
  text-align: center;
  font-style: italic;
}

#delivery-address-modal .error-message {
  background-color: #f8d7da;
  border-color: #f5c6cb;
  color: #721c24;
}

#delivery-address-modal .modal-footer {
  padding: 20px 24px;
  border-top: 1px solid #f0f0f0;
  text-align: center;
  background-color: white !important;
  border-radius: 0 0 16px 16px;
}

#delivery-address-modal .date-time-btn {
  background: #49a568 !important;
  color: white !important;
  border: none !important;
  padding: 16px 32px;
  width: 100%;
  border-radius: 12px;
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(73, 165, 104, 0.3);
}

#delivery-address-modal .date-time-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(73, 165, 104, 0.4);
}

#delivery-address-modal .date-time-btn:disabled {
  background: #ccc !important;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

/* Mobile responsive styles for delivery address modal */
@media (max-width: 767px) {
  #delivery-address-modal .modal-dialog {
    margin: 0;
    max-width: 100%;
    height: 100%;
    padding: 0;
  }
  
  #delivery-address-modal .modal-content {
    height: 100%;
    border-radius: 0 !important;
    max-height: 100vh;
  }
  
  #delivery-address-modal .modal-header {
    padding: 16px 20px;
    border-radius: 0;
  }
  
  #delivery-address-modal .modal-body {
    padding: 20px 16px;
  }
  
  #delivery-address-modal .search-box {
    margin-bottom: 20px;
  }
  
  #delivery-address-modal .selected-address {
    margin: 12px 0;
    padding: 14px;
  }
  
  #delivery-address-modal .modal-footer {
    padding: 16px 20px 20px;
    border-radius: 0;
  }
  
  #delivery-address-modal .date-time-btn {
    padding: 14px 24px;
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  #delivery-address-modal .modal-title {
    font-size: 16px !important;
  }
  
  #delivery-address-modal .address-input {
    padding: 14px 14px 14px 44px;
    font-size: 15px;
  }
  
  #delivery-address-modal .search-icon {
    left: 14px;
    font-size: 14px;
  }
}

/* Additional styles for comprehensive address selection */
#delivery-address-modal .saved-addresses-section {
  margin-bottom: 24px;
}

#delivery-address-modal .saved-addresses-section h6 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 16px;
  color: #233831;
}

#delivery-address-modal .saved-address-item {
  background: white;
  border: 2px solid #e9ecef;
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}

#delivery-address-modal .saved-address-item:hover {
  border-color: #49a568;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(73, 165, 104, 0.15);
}

#delivery-address-modal .address-type-tag {
  background: #49a568;
  color: white;
  padding: 4px 8px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 500;
  position: absolute;
  top: 12px;
  right: 12px;
}

#delivery-address-modal .saved-address-item .address-text {
  font-weight: 500;
  color: #233831;
  margin-bottom: 4px;
  padding-right: 60px;
}

#delivery-address-modal .saved-address-item .address-postal {
  font-size: 14px;
  color: #666;
}

#delivery-address-modal .add-new-address-btn {
  width: 100%;
  padding: 16px;
  background: #f8f9fa;
  border: 2px dashed #49a568;
  border-radius: 12px;
  color: #49a568;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

#delivery-address-modal .add-new-address-btn:hover {
  background: rgba(73, 165, 104, 0.1);
}

#delivery-address-modal .search-instructions,
#delivery-address-modal .search-loading {
  text-align: center;
  padding: 32px 16px;
  color: #666;
}

#delivery-address-modal .search-result-item {
  background: white;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
}

#delivery-address-modal .search-result-item:hover {
  border-color: #49a568;
  background: rgba(73, 165, 104, 0.05);
}

#delivery-address-modal .result-address {
  font-weight: 500;
  color: #233831;
  margin-bottom: 4px;
}

#delivery-address-modal .result-postal {
  font-size: 14px;
  color: #666;
}

#delivery-address-modal .address-form-container h6 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 16px;
  color: #233831;
}

#delivery-address-modal .main-address-display {
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 24px;
}

#delivery-address-modal .main-address-display .address-text {
  font-weight: 500;
  color: #233831;
}

#delivery-address-modal .form-group {
  margin-bottom: 20px;
}

#delivery-address-modal .form-group label {
  display: block;
  font-weight: 500;
  color: #233831;
  margin-bottom: 8px;
  font-size: 14px;
}

#delivery-address-modal .form-control {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid #e9ecef;
  border-radius: 8px;
  font-size: 16px;
  transition: all 0.3s ease;
  box-sizing: border-box;
}

#delivery-address-modal .form-control:focus {
  outline: none;
  border-color: #49a568;
  box-shadow: 0 0 0 3px rgba(73, 165, 104, 0.1);
}

#delivery-address-modal .address-type-buttons {
  display: flex;
  gap: 12px;
}

#delivery-address-modal .address-type-btn {
  flex: 1;
  padding: 12px 16px;
  background: white;
  border: 2px solid #e9ecef;
  border-radius: 8px;
  color: #666;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
}

#delivery-address-modal .address-type-btn.active {
  background: #49a568;
  border-color: #49a568;
  color: white;
}

#delivery-address-modal .address-type-btn:hover {
  border-color: #49a568;
  color: #49a568;
}

#delivery-address-modal .address-type-btn.active:hover {
  background: #233831;
  border-color: #233831;
  color: white;
}

/* Address card styles matching screenshot */
#delivery-address-modal .address-card {
  background: white;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  margin-bottom: 16px;
  padding: 20px;
  cursor: pointer;
  transition: all 0.2s ease;
}

#delivery-address-modal .address-card:hover {
  border-color: #49a568;
  box-shadow: 0 2px 8px rgba(73, 165, 104, 0.1);
}

#delivery-address-modal .address-card.selected {
  border-color: #49a568;
  background: rgba(73, 165, 104, 0.02);
}

#delivery-address-modal .address-selector {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 16px;
}

#delivery-address-modal .selection-dot {
  width: 20px;
  height: 20px;
  border: 2px solid #ddd;
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 2px;
  transition: all 0.2s ease;
}

#delivery-address-modal .selection-dot.selected {
  border-color: #49a568;
  background: #49a568;
  position: relative;
}

#delivery-address-modal .selection-dot.selected::after {
  content: '';
  position: absolute;
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  top: 3px;
  left: 6px;
}

#delivery-address-modal .address-content {
  flex: 1;
}

#delivery-address-modal .address-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

#delivery-address-modal .customer-name {
  font-weight: 600;
  color: #233831;
  font-size: 16px;
}

#delivery-address-modal .address-type-tag {
  background: #49a568;
  color: white;
  padding: 4px 12px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 500;
}

#delivery-address-modal .address-details .address-text {
  color: #333;
  font-size: 14px;
  line-height: 1.4;
  margin: 0 0 4px 0;
}

#delivery-address-modal .address-details .mobile-number {
  color: #666;
  font-size: 14px;
  margin: 0;
}

#delivery-address-modal .address-actions {
  display: flex;
  gap: 16px;
  justify-content: flex-end;
}

#delivery-address-modal .address-actions .edit-btn {
  background: none;
  border: none;
  color: #49a568;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  padding: 4px 8px;
}

#delivery-address-modal .address-actions .delete-btn {
  background: none;
  border: none;
  color: #dc3545;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  padding: 4px 8px;
}

#delivery-address-modal .address-actions .edit-btn:hover {
  color: #233831;
}

#delivery-address-modal .address-actions .delete-btn:hover {
  color: #c82333;
}

/* Modal footer button styles */
#delivery-address-modal .confirm-address-btn {
  width: 100%;
  background: #49a568;
  color: white;
  border: none;
  border-radius: 8px;
  padding: 16px;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
}

#delivery-address-modal .confirm-address-btn:disabled {
  background: #ccc;
  cursor: not-allowed;
}

#delivery-address-modal .confirm-address-btn:not(:disabled):hover {
  background: #233831;
}

#delivery-address-modal .modal-footer .add-new-address-btn {
  width: 100%;
  background: white;
  color: #49a568;
  border: 2px solid #49a568;
  border-radius: 8px;
  padding: 16px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

#delivery-address-modal .modal-footer .add-new-address-btn:hover {
  background: rgba(73, 165, 104, 0.1);
}

#delivery-address-modal .no-addresses-message {
  text-align: center;
  padding: 40px 20px;
  color: #666;
}

#delivery-address-modal .no-addresses-message h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #233831;
}

#delivery-address-modal .no-addresses-message p {
  font-size: 14px;
  margin: 0;
  color: #666;
}

/* Fix: ensure checkout cart visible on mobile for normal website */
@media (max-width: 478px) {
    body:not(.mobile-app) #checkout-cart {
        display: block !important;
    }
}