/* --- Responsive Design Improvements Version 1.2.0 --- */
html {
  font-size: 16px;
}
.color-squar {
    width: 20px;
    height: 20px;
    cursor: pointer;
    border: 2px solid #ccc;
    display: inline-flex;
}
.center-container {
  display: flex;
  justify-content: center;  /* horizontal center */
  align-items: center;      /* vertical center */
  height: 100px;            /* or any fixed height */
  width: 100%;              /* optional */
  background-color: #f0f0f0; /* just for visibility */
}

.naughtyDiv {
    display: inline-flex;
    width: 100%;
    padding: 0em 20% 0em 20%;
    float: left;
}

.return-product-item {
  border: 1px solid #ccc;
  padding: 10px;
  width: 150px;
  text-align: center;
  display: inline-block;
}

#feedBkPage{
    background: var(--product-holder-color);
    border-radius: var(--border-radius);
    box-shadow: var(--card-shadow);
    padding: 2em 1em 2em 1em;
    max-width: 700px;
    min-height: 60vh;
}

#searchOrder{
    background: var(--product-holder-color);
    border-radius: var(--border-radius);
    box-shadow: var(--card-shadow);
    padding: 2em 1em 2em 1em;
}

.tracking-steps {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin: 2em 0;
}

.step-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 1;
}

.step {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #333;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  z-index: 1;
}

/* Dashed line between steps */
.step-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 15px; /* Align with center of .step */
  right: -50%;
  width: 100%;
  height: 2px;
  border-top: 2px dashed #999;
  z-index: 0;
}

.step.active {
  background-color: #4CAF50;
  color: white;
}

.cancel-link {
  margin-top: 30px;
  text-align: center;
}

.cancel-link a {
  color: #f44336;
  text-decoration: underline;
  font-weight: bold;
  cursor: pointer;
}

.fdbkslct {
  width: 100%;
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #aaa;
  font-size: 16px;
  margin-top: 8px;
}

.policy-section{
  color: #666666;
  text-align: left;
}

#cachePopup {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #f9f9f9;
  border: 1px solid #ccc;
  padding: 15px;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  z-index: 1000;
  font-family: sans-serif;
}
#cachePopup button {
  margin-top: 10px;
}

.share-tray {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.share-tray a {
    display: block;
    margin: 5px 0;
    text-decoration: none;
    color: #333;
    line-height: 3em;
}

.salesImage {
  margin: 0 auto;
}

.upi-safety-box {
  background: #f9f9fc;
  border: 2px solid #d1d5db;
  border-radius: 12px;
  padding: 24px;
  max-width: 700px;
  margin: 40px auto;
  font-family: 'Segoe UI', sans-serif;
  color: #1f2937;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.upi-safety-box h2 {
  font-size: 1.8em;
  margin-bottom: 16px;
  color: #111827;
}

.upi-safety-box h3 {
  font-size: 1.2em;
  margin-top: 1em;
  color: #374151;
}

.upi-safety-box ul {
  padding-left: 20px;
  margin-bottom: 16px;
}

.upi-safety-box ul li {
  margin-bottom: 8px;
  line-height: 1.6;
}

.center-placed{
  margin: 0 auto ;
}

.upi-safety-box {
  width: 100%;
  padding: 0.2em;
}

body, html {
  width: 100%;
  min-width: 0;
  min-height: 100vh;
  box-sizing: border-box;
}

.col-xs-3 {
    min-width: 25%;
    border-radius: 43px;
}

.grid-display {
  display: grid !important;
}

.payDisclaimer {
  width: 100%;  
  display: inline-flex;
}

.payDisclaimerPart {
  flex: 1;
  padding: 0.5em;
  background: #f7fafd;
  border-radius: 8px;
  margin: 0.5em;
}

.deals-timer {
    min-width: 100%;
    list-style: none;
    display: inline-flex;
    column-gap: 1em;
    text-align: center;
    margin: 0 !important;
    padding: 0 !important;
    justify-content: center;
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 8px;
    padding-right: 8px;
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.row {
    display: inline-flex;
    width: 100%;
    justify-content: center;
    padding: 1em 0 1em 0;
    gap: 1em;
}

.right-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 10px;
}

.navbar-nav {
  display: inline-flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  list-style: none;
}

.search-wrapper {
    margin: 10px auto;
    height: 42px;
    margin-right: 10px;
    cursor: pointer;
}

.new-search {
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
}

.search .search-white {
    width: auto;
    height: 24px;
}

input#searchInput {
    width: 100%;
    border-radius: 87px;
    border: 1px solid #323232;
    padding-left: 15px;
    padding-right: 90px;
    height: 40px;
}

input#searchInputForOrderSearch {
    width: 100%;
    border-radius: 87px;
    border: 1px solid #323232;
    padding-left: 15px;
    padding-right: 90px;
    height: 40px;
}

.search .mic-icon {
    display: none;
    position: absolute;
    font-size: 22px;
    margin-top: 12px;
    z-index: 1;
    color: #4f5b66;
    right: 42px;
    text-align: right;
}

.search .icon {
    position: absolute;
    font-size: 22px;
    margin-top: 12px;
    z-index: 1;
    color: #4f5b66;
    right: 15px;
}

.navicon a.dropdown-toggle {
    padding: 0 !important;
    margin: 0;
    min-width: 50px;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.navicon .noTdropdown, .navicon a.dropdown-toggle {
    padding: 0 !important;
    margin: 0;
    min-width: 50px;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img, video {
  max-width: 100%;
  height: auto;
  display: block;
}

.container, .product-container, .invoice {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  box-sizing: border-box;
}

/* Responsive grids for product/offer/search/cart */
.product-list-uniform, .offer-list-uniform, .search-results-uniform, .cart-page-uniform {
  width: 100%;
  max-width: 100vw;
  box-sizing: border-box;
}

#product-list, #offer-list, .accordion-item {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.2em;
}

@media (max-width: 1200px) {
  .container, .product-container, .invoice {
    max-width: 98vw;
    padding: 1em;
  }
  .product-list-uniform, .offer-list-uniform, .search-results-uniform, .cart-page-uniform {
    max-width: 98vw;
    padding: 1em 0.5em;
  }
  .payDisclaimer {
    width: 100%;  
    display: inline-flex;
  }
}

@media (max-width: 900px) {
  #orderHistoryPage, #profilePage, .container, .product-container, .invoice {
    max-width: 98vw;
    padding: 1em 0.5em;
  }
  .product-list-uniform, .offer-list-uniform, .search-results-uniform, .cart-page-uniform {
    max-width: 100vw;
    padding: 1em 0.2em;
  }
  #product-list, #offer-list, .accordion-item {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  }
  .payDisclaimer {
    width: 100%;  
    display: inline-flex;
  }
}

@media (max-width: 700px) {
  .mobileonly {
    display: flex;
  }

  .payDisclaimer {
    width: 100%;  
    display: grid;
  }

  #orderHistoryPage, #profilePage, .container, .product-container, .invoice {
    max-width: 100vw;
    padding: 0.5em 0.1em;
    border-radius: 0;
    box-shadow: none;
  }
  .product-list-uniform, .offer-list-uniform, .search-results-uniform, .cart-page-uniform {
    max-width: 100vw;
    padding: 0.5em 0.1em;
  }
  #product-list, #offer-list, .accordion-item {
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 0.7em;
  }
  .product-card, .product-card-mob {
    min-width: 0;
    width: 100%;
    margin: 0 auto 1em auto;
    box-sizing: border-box;
  }
  .profile-img {
    width: 80px;
    height: 80px;
    margin: 0 auto;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 14px;
  }

  .payDisclaimer {
    width: 100%;  
    display: grid;
  }

  .mobileonly {
    display: flex;
  }
  #orderHistoryPage, #profilePage, .container, .product-container, .invoice {
    max-width: 100vw;
    padding: 0.2em 0.05em;
    border-radius: 0;
    box-shadow: none;
  }
  .product-list-uniform, .offer-list-uniform, .search-results-uniform, .cart-page-uniform {
    max-width: 100vw;
    padding: 0.2em 0.05em;
  }
  #product-list, #offer-list, .accordion-item {
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 0.5em;
  }
  .product-card, .product-card-mob {
    min-width: 0;
    width: 100%;
    margin: 0 auto 0.5em auto;
    box-sizing: border-box;
  }
  .profile-img {
    width: 60px;
    height: 60px;
    margin: 0 auto;
  }
  .primaryBtn, .primaryBtnContact, .primaryBtnInfo, .sideBySideBtn, .primaryErrBtn, .proceed-to-auth, .add-to-cart, .proceed-to-buy, .checkout-btn {
    font-size: 1em;
    padding: 8px 10px;
    width: 100%;
    min-width: 0;
  }
  .qty-btn {
    width: 24px;
    height: 24px;
    font-size: 1em;
  }
  .qty-input {
    width: 36px;
    font-size: 1em;
  }
}

/* Touch-friendly tap targets */
button, .button, .primaryBtn, .primaryBtnContact, .primaryBtnInfo, .sideBySideBtn, .primaryErrBtn, .proceed-to-auth, .add-to-cart, .proceed-to-buy, .checkout-btn {
  min-height: 44px;
  min-width: 44px;
}

#urn {
  width: 100%;
  margin: 1em 0;
}

/* Responsive tables */
table {
  display: block;
  width: 100%;
  overflow-x: auto;
  font-size: 1em;
}

th, td {
  min-width: 80px;
  box-sizing: border-box;
}

.totValDiv {
  text-align: center;
  font-size: 4em;
  font-weight: bolder;
}

.vrsntg {
    font-size: 0.7em !important;
    /* padding: 1em 7em 8em 1em !important; */
    font-weight: bold;
    position: absolute;
    bottom: 0;
}

/* Responsive modal */
.modal-content, .modal-content-msg {
  max-width: 98vw;
  min-width: 0;
  padding: 1em;
}

/* Hide scrollbars on mobile */
@media (max-width: 700px) {
  .mobileonly {
    display: flex;
  }

  .payDisclaimer {
    width: 100%;  
    display: grid;
  }

  .hide-scrollbar {
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .hide-scrollbar::-webkit-scrollbar {
    display: none;
  }
}
/* Uniform offer list styling */
.offer-list-uniform {
  padding: 1em 1.5em;
  margin: 0 auto;
  max-width: 900px;
}

/* Uniform search results styling */
.search-results-uniform {
  padding: 1em 1.5em;
  margin: 0 auto;
  max-width: 900px;
}

/* Uniform product list styling */
.product-list-uniform {
  padding: 1em 1.5em;
  margin: 0 auto;
  max-width: 1200px;
}

/* Uniform cart page styling */
.cart-page-uniform {
  padding: 1em 1.5em;
  margin: 0 auto;
  max-width: 900px;
}
/* Uniform profile image styling */
.profile-img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 1.5em;
  box-shadow: 0 2px 8px rgba(0,0,0,0.10);
  margin: 0 auto;
}

/* Uniform profile container styling */
.profile-container {
  max-width: 400px;
  margin: 2em auto;
  text-align: center;
}
/* --- Profile Page --- */
#profilePage {
  background: var(--product-holder-color);
  border-radius: var(--border-radius);
  box-shadow: var(--card-shadow);
  padding: 2em 1em 2em 1em;
  margin: 2em auto;
  max-width: 400px;
  min-height: 60vh;
  text-align: center;
}
#profilePage img#profileImg {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 1.5em;
  box-shadow: 0 2px 8px rgba(0,0,0,0.10);
}
#profilePage h2#profileName {
  margin-bottom: 0.2em;
  font-size: 1.6em;
  color: var(--secondary-color);
}
#profilePage p#profileEmail {
  color: #555;
  margin-bottom: 1em;
}
#profileDetails {
  text-align: left;
  margin: 0 auto 1.5em auto;
  max-width: 90%;
  background: #f7fafd;
  border-radius: 8px;
  padding: 1em 1.2em;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
#profileDetails p {
  margin: 0.5em 0;
  color: #333;
  font-size: 1em;
}
#profileDetails b {
  color: var(--accent-color);
}
#profilePage button.primaryBtn {
  margin-top: 1.5em;
  width: 80%;
  font-size: 1em;
}
@media (max-width: 500px) {
  #profilePage {
    max-width: 98vw;
    padding: 1em 0.2em;
  }
  .mobileonly {
    display: flex;
  }

  .payDisclaimer {
    width: 100%;  
    display: grid;
  }

  #profileDetails {
    padding: 0.7em 0.5em;
  }
  #profilePage button.primaryBtn {
    width: 100%;
  }
}
/* --- Order History Page --- */
#orderHistoryPage {
  background: var(--product-holder-color);
  border-radius: var(--border-radius);
  box-shadow: var(--card-shadow);
  padding: 2em 1em 2em 1em;
  margin: 2em auto;
  max-width: 700px;
  min-height: 60vh;
}

#orderHistoryPage h2 {
  text-align: center;
  color: var(--secondary-color);
  margin-bottom: 1.5em;
  font-size: 2rem;
}

#orderHistoryList {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
}

.order-history-item {
  background: #f7fafd;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  padding: 1.2em 1em;
  transition: box-shadow 0.2s;
}
.order-history-item:hover {
  box-shadow: 0 6px 18px rgba(0,0,0,0.10);
  border-color: var(--secondary-color);
}
.order-history-item ul {
  margin: 0.5em 0 0 1em;
  padding: 0;
  list-style: disc inside;
}
.order-history-item li {
  font-size: 1em;
  color: #333;
  margin-bottom: 0.3em;
}
.order-history-item b {
  color: var(--accent-color);
}
.order-history-item .order-id {
  font-weight: bold;
  color: var(--secondary-color);
}
.order-history-item .order-date {
  font-size: 0.95em;
  color: #666;
}
.order-history-item .order-shipping {
  margin-top: 0.5em;
  color: #444;
}
.order-history-item .order-payment {
  margin-top: 0.5em;
  color: #444;
}

@media (max-width: 700px) {
  #orderHistoryPage {
    max-width: 98vw;
    padding: 1em 0.2em;
  }
  .mobileonly {
    display: flex;
  }
  .order-history-item {
    padding: 1em 0.5em;
  }
}
/* --- Unified Variables --- */
:root {
  --primary-color: #f8f9fa;
  --secondary-color: #007bff;
  --accent-color: #ff6600;
  --background-color: #e4f3fa;
  --text-color: #222222;
  --text-color-light: #fff;
  --product-holder-color: #fff;
  --error-color: #e74c3c;
  --success-color: #28a745;
  --heading-color: #222222;
  --card-shadow: 0 4px 12px rgba(0,0,0,0.08);
  --modal-shadow: 0 8px 32px rgba(0,0,0,0.18);
  --border-radius: 10px;
  --font-family-main: 'Montserrat', 'Poppins', Arial, sans-serif;
}

body {
  background-color: var(--background-color);
  color: var(--text-color);
  font-family: var(--font-family-main);
  overflow-x: hidden;
  min-width: 250px !important;
  margin: 0;
  padding: 0;
  max-width: 100vw;
}



.container {
  max-width: 600px;
  margin: auto;
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

form input, form textarea {
  width: 100%;
  margin: 8px 0;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #aaa;
  border-radius: 6px;
}

/* button {
  background-color: #27ae60;
  color: white;
  padding: 10px;
  width: 100%;
  border: none;
  font-size: 16px;
  margin-top: 10px;
  cursor: pointer;
  border-radius: 6px;
} */

pre {
  background: #e8e8e8;
  padding: 15px;
  margin-top: 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
  border-radius: 6px;
}

.product-block {
  border: 1px solid #ccc;
  margin-top: 20px;
  padding: 15px;
  border-radius: 8px;
}

.color-section {
  background: #f0f9f5;
  padding: 10px;
  border-radius: 8px;
  margin-top: 10px;
}

.color-entry {
  display: flex;
  gap: 10px;
  margin-top: 8px;
}
.color-entry input {
  flex: 1;
}




h1, h2, h3 {
  color: var(--heading-color);
  font-family: var(--font-family-main);
  font-weight: 700;
  font-size: 2rem;
}

.homeheads, .viewall, .secheader, header h1 {
  color: var(--heading-color);
  font-family: var(--font-family-main);
  font-size: 2em;
  font-weight: 700;
  display: inline-block;
  width: 50%;
}

a {
  color: var(--accent-color);
  font-family: var(--font-family-main);
  text-decoration: none;
}
a:hover {
  color: var(--secondary-color);
}

/* --- Buttons --- */
.button, .btn-primary, .btn-secondary, .primaryBtn, .primaryBtnContact, .primaryBtnInfo, .sideBySideBtn, .primaryErrBtn, .proceed-to-auth, .add-to-cart, .proceed-to-buy, .checkout-btn {
  background-image: linear-gradient(135deg, rgb(0 22 50), rgb(0 25 54));
  color: var(--text-color-light);
  font-family: var(--font-family-main);
  padding: 10px 24px;
  border-radius: var(--border-radius);
  font-weight: 600;
  border: none;
  cursor: pointer;
  box-shadow: var(--card-shadow);
  transition: background 0.2s, box-shadow 0.2s, transform 0.2s;
}
.button:hover, .btn-primary:hover, .primaryBtn:hover, .primaryBtnContact:hover, .sideBySideBtn:hover, .proceed-to-auth:hover, .add-to-cart:hover, .checkout-btn:hover {
  background: var(--secondary-color);
  transform: scale(1.04);
  box-shadow: 0 6px 16px rgba(0,0,0,0.12);
}

/* --- Cards & Containers --- */
.product-card, .product-card-mob, .container, .product-container {
  background: var(--product-holder-color);
  color: var(--text-color);
  font-family: var(--font-family-main);
  border-radius: var(--border-radius);
  box-shadow: var(--card-shadow);
  text-decoration: none;
  display: block;
  min-width: 15vw;
  transition: box-shadow 0.2s;
}
.product-card:hover, .product-card-mob:hover {
  box-shadow: 0 8px 24px rgba(0,0,0,0.16);
}

/* --- Modals --- */
.modal, .modal-content, .modal-content-msg {
  background: var(--product-holder-color);
  color: var(--text-color);
  font-family: var(--font-family-main);
  padding: 24px;
  border-radius: var(--border-radius);
  box-shadow: var(--modal-shadow);
  max-width: 90%;
  max-height: 90%;
  min-width: 50%;
  min-height: auto;
  overflow-y: auto;
}

/* --- Utility Classes (fixed) --- */
.text-align-center { text-align: center; }
.padding-1em { padding: 1em; }
.align-centre { text-align: center; }
.float-right { float: right; }
.float-left { float: left; }
.hide-scrollbar {
  overflow: auto; /* Enables scrolling */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* Internet Explorer and Edge */
}
.hide-scrollbar::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}

/* --- Product Details --- */
.product_name, .product_name_display, .item-title {
  font-family: var(--font-family-main);
  font-weight: 700;
}
.product_des, .priceDetails, .delivery-info, .offers {
  font-family: var(--font-family-main);
  color: var(--success-color);
  font-size: 14px;
}
.current-price {
  font-size: 20px;
  font-weight: bold;
  color: var(--success-color);
}
.discount, .error-circle, .remove-btn, .close-btn, .primaryErrBtn {
  color: var(--text-color-light);
  background: var(--error-color);
  font-family: var(--font-family-main);
  font-weight: 700;
  border-radius: var(--border-radius);
}
.success-circle, .primaryBtnInfo {
  background: var(--success-color);
  color: var(--text-color-light);
  font-family: var(--font-family-main);
  border-radius: var(--border-radius);
}
.features span {
  display: block;
  background: var(--secondary-color);
  color: var(--text-color-light);
  font-family: var(--font-family-main);
  padding: 6px 12px;
  margin: 5px 0;
  border-radius: var(--border-radius);
}
.item-price {
  color: var(--secondary-color);
  font-family: var(--font-family-main);
}

/* --- Grids --- */
.collection-grid, .reviews {
  display: flex;
  gap: 20px;
}

#product-list, #offer-list, .accordion-item {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.2em;
  padding: 0 1em 1em 1em;
}

@media (max-width: 600px) {
  #product-list, #offer-list {
    grid-template-columns: repeat(auto-fit, minmax(90vw, 1fr));
    gap: 1em;
    padding: 0 1em 1em 1em;
  }
}

/* --- Remove legacy, redundant, and unnecessary styles below --- */
/* :root {
    --primary-color: floralwhite;
    --secondary-color: #007bff;
    --accent-color: brown;
    --background-color: #e4f3fa;
    --text-color: #ffffff;
    --text-color-blk: #222222;
    --product-holder-color: #e9e8e8
}

.float-right {
    float:right
}

.float-left {
    float:left;
}

.hide-scrollbar {
  overflow: auto; 
  scrollbar-width: none; 
  -ms-overflow-style: none; /* Internet Explorer and Edge 
}*/

.hide-scrollbar::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}

.filter-sort-bar select {
    min-width: 45%;
    padding: 8px 12px;
    border-radius: 6px;
    border: 1px solid var(--background-color);
    font-size: 1em;
}

.qty-controls {
  margin-top: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}

#videoElement {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    z-index: 2;
}

#loadingSpinner {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    color: var(--primary-color);
    background: rgba(0, 0, 0, 0.6);
    padding: 10px 20px;
    border-radius: 8px;
    z-index: 5;
    display: none;
}

/* #tshirtOverlayShow {
    position: fixed;
    top: 50%;
    left: 15%;
    width: 70%;
    z-index: 3;
    pointer-events: none;
    transition: all 0.3s ease;
} */

.ui-panel {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: rgba(15, 15, 15, 0.85);
    /* padding: 1em; */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 111;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
}

#captureBtn {
    position: fixed;
    bottom: 2em;
    width: 5em;
    height: 5em;
    /* right: 20px; */
    /* padding: 10px 15px; */
    /* font-size: 14px; */
    background-color: var(--accent-color);
    border: 1px solid var(--accent-color);
    border-radius: 4px;
    /* cursor: pointer; */
    z-index: 4;
    border-radius: 50%;
}


.btn-360 {
  background: linear-gradient(135deg, #1e1e2f, #3a3a5f);
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 12px 24px;
  font-size: 1.1em;
  font-weight: bold;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.btn-360 .icon {
  animation: spin 2s linear infinite;
  font-size: 1.4em;
}

.btn-360:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 16px rgba(0,0,0,0.4);
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


#map { 
    height: 100vh; 
    width: 50%; 
    margin-top: 10px; 
}

.qty-btn {
  width: 30px;
  height: 30px;
  font-size: 18px;
  border: none;
  background-color: #eee;
  cursor: pointer;
  border-radius: 4px;
}
.qty-input {
  width: 50px;
  text-align: center;
  padding: 4px;
}

.cart-container {
    width: 50%;
    display: inline-block;
    margin: auto;
    background: #fff;
    padding: 20px;
    border-radius: 8px;
}
.cart-item {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 12px;
}

.cart-item img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    margin-right: 20px;
}
.item-info {
    flex-grow: 1;
}
.item-title {
    font-weight: bold;
}
.item-price {
    color: #444;
}
.remove-btn {
  background: crimson;
  border: none;
  padding: 8px;
  border-radius: 6px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.checkout {
    margin-top: 20px;
    display: inline-block;
    width: 49%;
    /* text-align: right; */
}
.total {
    font-size: 4em;
    font-weight: bold;
    margin-bottom: 10px;
}
.checkout-btn {
    background: #28a745;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
    display: inline-block;
}

.invoice {
    max-width: 600px;
    margin: auto;
    border: 1px solid #ccc;
    padding: 2rem;
    background: white;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1rem;
}

th, td {
    padding: 0.6rem;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

.summary td {
    font-weight: bold;
}

/* .total {
    font-size: 1.2rem;
    margin-top: 1rem;
} */

@media print {
    body {
    margin: 0;
    }
    .print-btn {
    display: none;
    }
}

.print-btn {
    margin-top: 2rem;
    display: flex;
    justify-content: center;
    gap: 10%;
}


* {
    box-sizing: border-box;
}

.padding-1em {
    padding: 1em;
}

.text-align-center {
    text-align: center;
}

/* Home */
.hero {
    position: relative;
}

label {
    font-weight: bold;
    margin-right: 10px;
}
select {
    padding: 8px 12px;
    font-size: 1rem;
    border-radius: 4px;
    border: 1px solid #ccc;
}

.hero img {
    width: 100%;
    height: auto;
}

.hero-text {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(-50%, -50%);
    color: white;
    display: none;
}

.btn-primary, .btn-secondary {
    padding: 10px 20px;
    border: none;
    cursor: pointer;
}

.btn-primary {
    background: #ff6600;
    color: white;
}

.btn-secondary {
    background: #222;
    color: white;
}

/* Featured Collections */
.collection-grid {
  display: flex;
  gap: 20px;
}

.featured{
    padding: 0.5em;
}

.collection-item img {
    width: 200px;
    height: auto;
}

/* Reviews */
.reviews {
    background: #f4f4f4;
    padding: 20px;
    display: inline-flex;
    overflow-x: scroll;
    width: 100%;
}

/* Promo Section */
.promo {
    position: relative;
}

.promo img {
    width: 100%;
}

.promo-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    display:none;
}

.product_name {
    padding-top: 1em;
    font-size: 1.5rem;
    display: block;
    font-weight: BOLDER;
    word-wrap: break-word;
}

.product_name_display {
    display: block;
    font-weight: BOLDER;
}

.product_des {
    padding-top: 0.5em;
    font-size: 1rem;
    display: block;
    font-weight: BOLD;
}

.priceDetails{
    display: inline-grid;
    align-items: center;
    gap: 8px;
    font-family: Arial, sans-serif;
    padding-top: 0.2em;
}

.price-section {
    padding-left: 1em;
    padding-right: 1em;
    margin-bottom: 1em;
    min-width: 45%;
    width: 100%;
}

.current-price {
    font-size: 20px;
    font-weight: bold;
    color: green;
}

.thereIsNoBackImage{
    display:none;
}
.thereIsABackImage{
    display:block;
}

.textBlk{
    color: var(--text-color-blk);
}
#sizeList{
    display : flex !important;
    gap:1rem;
    justify-content:center;
}

.color-options {
    display: flex !important;
    gap: 15px;
    margin-bottom: 20px;
}

.size-options {
    display: flex !important;
    gap: 15px;
    margin-bottom: 20px;
}

.size-circle {
    width: 50px;
    height: 50px;
    border: 2px solid #333;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    cursor: pointer;
    color: var(--text-color-blk);
}

.size-square {
    width: 150px;
    height: 150px;
    border: 2px solid #333;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    cursor: pointer;
    color: var(--text-color-blk);
}

.size-rectangle {
    width: 150px;
    height: 65px;
    border: 2px solid #333;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    cursor: pointer;
    color: var(--text-color-blk);
}

.color-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    border: 2px solid #ccc;
}

.size-circle:hover, .color-circle:hover {
    transform: scale(1.1);
}

.social-corner {
    bottom: 20px;
    right: 20px;
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.social-icon {
    width: 50px;
    height: 50px;
    display: block;
    background-size: cover;
    border-radius: 50%;
    transition: 0.3s;
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    overflow-y: auto;
    z-index:1111;
}

.modal-text {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    overflow-y: auto;
    z-index:1111;
}

.modal-background {
    display: none;
    position: fixed; top: 0; left: 0;
    width: 100%; height: 100%;
    background-color: rgba(0,0,0,0.6);
    justify-content: center; align-items: center;
}


.modal-pay img {
      max-width: 100%; margin-bottom: 10px;
    }

.close-btn {
    background: crimson; color: white;
    border: none; padding: 8px 16px;
    border-radius: 5px; cursor: pointer;
}

.modal-pay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    overflow-y: auto;
    z-index:1111;
}

.modal-green {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    overflow-y: auto;
    z-index:1111;
}

.modal-error {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    overflow-y: auto;
    z-index:1111;
}

.modal-content {
    background: white;
    padding: 20px;
    border-radius: 10px;
    max-width: 90%;
    max-height: 90%;
    min-width: 50%;
    min-height: 50%;
    overflow-y: scroll;
}

.modal-content-ar {
    background: white;
    border-radius: 10px;
    min-width: 100%;
    min-height: 100%;
    overflow-y: scroll;
}


.modal-content-msg {
    background: white;
    padding: 20px;
    border-radius: 10px;
    max-width: 75%;
    max-height: 85%;
    min-width: 50%;
    min-height: auto;
}

.modal-content-size {
    background: white;
    padding: 20px;
    border-radius: 10px;
    max-width: 90%;
    max-height: 80%;
    min-width: 70%;
    min-height: auto;
}

.modal-content-msg p {
    text-align: center;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.4);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.success-circle {
  width: 60px;
  height: 60px;
  margin: 0 auto 1rem;
  background: #28a745;
  color: white;
  border-radius: 50%;
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.error-circle {
  width: 60px;
  height: 60px;
  margin: 0 auto 1rem;
  background: red;
  color: white;
  border-radius: 50%;
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-content button {
  margin-top: 1rem;
  padding: 0.5rem 1.2rem;
  border: none;
  background: #28a745;
  color: white;
  font-weight: bold;
  border-radius: 0.5rem;
  cursor: pointer;
}

@keyframes popFade {
  from {
    transform: scale(0.8);
    opacity: 0;
  } to {
    transform: scale(1);
    opacity: 1;
  }
}


.close {
    cursor: pointer;
    font-size: 24px;
    float: right;
    color: var(--text-color-blk);
}

.small-div {
    width: 200px;  /* Small div width */
    height: 150px; /* Small div height */
    background-image: url('../ASSET/smi.png');
    background-size: contain; /* Ensures the full image fits */
    background-position: center;
    background-repeat: no-repeat;
}


/* Hover Effect */
.social-icon:hover {
    transform: scale(1.2);
}


body {
  background-color: var(--background-color);
  color: var(--text-color-bls);
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden;
  min-width: 250px !important;
  margin: 0;
  padding: 0;
  max-width: 100vw;
}

h1, h2, h3 {
  color: var(--text-color-blk);
  font-size: 2rem;
}

.homeheads {
    color: var(--text-color-blk);
    display: block;
    font-size: 2em;
    font-weight: bold;
    unicode-bidi: isolate;
    display: inline-block;
    width: 100%;
}

.viewall {
    color: var(--text-color-blk);
    display: block;
    font-size: 1em;
    font-weight: bold;
    unicode-bidi: isolate;
    display: inline-block;
    text-align: right;
    text-decoration: underline;
    width: 49%;
}

.secheader {
    margin: 1%;
    display: inline-block;
    width: 98%;
}

header h1 {
    color: var(--text-color-blk);
}

a {
  color: var(--accent-color);
  text-decoration: none;
}

a:hover {
  color: var(--secondary-color);
}

.marginTopStyle {
    margin-top: 2rem;
}

.button {
  background-color: var(--primary-color);
  color: var(--text-color);
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: bold;
  border: none;
  cursor: pointer;
}

.button:hover {
  background-color: var(--secondary-color);
}
/*PDP*/
#productDetailsPage {
    min-height:85vh;
}

#shippingDetailsPage {
    display:block;
    min-height: 85vh;
}

#mainImage {
    min-width: 300px;
    min-height: 450px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

#showImageBck {
    margin-left: auto;
    margin-right: auto;
}


.product-page {
  display: flex;
  gap: 30px;
  padding: 20px;
  font-family: Arial, sans-serif;
}

.product-gallery img {
  max-width: 100%;
  max-height: 100%;
  border: 1px solid #ddd;
  /* border-radius: 6px; */
  justify-content: center;
}

 .product-gallery {
    min-width: 48%;
    padding: 1em;
}

.product-info {
    min-width: 48%;
    padding: 1em;
}

.thumbnails {
  display: none;/*flex;*/
  gap: 1rem;
  margin-top: 1rem;
  justify-content: center;
}

.thumbnails img {
  width: 60px;
  cursor: pointer;
  border: 1px solid #ccc;
  /* border-radius: 4px; */
}

.title {
  font-size: 24px;
  margin-bottom: 10px;
}


#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.7);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.accordion-item {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(50vw, 1fr));
    gap: 1em;
}

#searchResults div{
    position: relative;
    flex-grow: 1;
    display: flex;
    flex-direction: row;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 16px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: box-shadow 0.3s ease;
}

.spinner {
  width: 60px;
  height: 60px;
  border: 8px solid #ccc;
  border-top: 8px solid skyblue;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/*PDP end*/

#product-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(15vw, 1fr));
    gap: 1em;
    padding: 0 1em 1em 1em;
}

#offer-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(15vw, 1fr));
    gap: 1em;
    padding: 0 1em 1em 1em;
}

.product-card {
    background: var(--product-holder-color);
    text-decoration: none;
    color: black;
    display:block;
    min-width: 15vw;
    min-height: 40vh;
}

.product-card-mob {
    background: var(--product-holder-color);
    text-decoration: none;
    color: black;
    display:inline-flex;
    min-width: 25vw;
    min-height: 25vh;
}

.product-image img {
    width: 100%;
}

.product-card img {
    min-width: 50%;
    max-width: 100%;
    height: auto;
    width: 100%;
}

.product-card .viewall {
    min-width: 50%;
    max-width: 100%;
    height: auto;
    width: 100%;
    text-align: center;
    align-content: center;
}

.product-card-mob img {
    min-width: 50%;
    max-width: 100%;
    height: auto;
    width: 100%;
}

.product-card-mob .viewall {
    min-width: 50%;
    max-width: 100%;
    height: auto;
    width: 100%;
    text-align: center;
    align-content: center;
}

.product-container {
    display: flex;
    max-width: 900px;
    margin: auto;
    background: var(--product-holder-color);
    padding: 20px;
    box-shadow: 0px 4px 8px rgba(0,0,0,0.1);
}

.container {
    max-width: 900px;
    margin: auto;
    background: var(--product-holder-color);
    padding: 20px;
    box-shadow: 0px 4px 8px rgba(0,0,0,0.1);
}


.product-details {
    flex: 1;
    padding-left: 20px;
}

.price {
    font-size: 20px;
    color: #e74c3c;
}

.original-price {
    text-decoration: line-through;
    color: #999;
}

.discount {
    color: #fff;
    background-color: red;
    font-weight: bold;
    padding-left: 0.5em;
    padding-right: 0.5em;
}

.features span {
    display: block;
    background-color: #222;
    padding: 5px;
    margin: 5px 0;
}

.quantity {
    margin: 10px 0;
}

input[type="number"], input[type="text"] {
    padding: 5px;
    border: 1px solid #ddd;
}

.delivery-info {
    color: #27ae60;
    font-size: 14px;
}

.offers {
    margin-top: 15px;
    font-size: 14px;
}

.add-to-cart {
    background-color: #27ae60;
    color: white;
    padding: 10px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    border-radius: 5px;
}

.proceed-to-buy {
    background-color: #27ae60;
    color: white;
    padding: 10px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    border-radius: 5px;
    width: 100%;
}

.primaryBtn {
    color: var(--primary-color);
    padding: 10px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    border-radius: 5px;
    width: 100%;
    background: linear-gradient(135deg, #1e1e2f, #3a3a5f);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.primaryBtnContact {
    color: var(--primary-color);
    padding: 10px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    border-radius: 5px;
    width: 100%;
    background: linear-gradient(135deg, #1e1e2f, #3a3a5f);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.primaryBtnInfo {
    background-color: #27ae60;
    color: var(--primary-color);
    padding: 10px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    border-radius: 5px;
    width: 100%;
}

.primaryBtnSize {
    background-color: #27ae60;
    color: var(--primary-color);
    padding: 10px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    border-radius: 5px;
    width: 100%;
}

.sideBySideBtn {
    background-image: linear-gradient(135deg, rgb(0 22 50), rgb(0 25 54));
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    color: var(--primary-color);
    padding: 10px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    border-radius: 5px;
    width: 45%;
}

.primaryErrBtn {
    background-color: red;
    color: var(--primary-color);
    padding: 10px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    border-radius: 5px;
    width: 100%;
}

.proceed-to-auth {
    background: linear-gradient(135deg, #1e1e2f, #3a3a5f);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    color: var(--primary-color);
    padding: 10px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    border-radius: 5px;
    direction: ltr;
    font-weight: 500;
    height: auto;
    line-height: normal;
    max-width: 220px;
    min-height: 40px;
    padding: 8px 16px;
    text-align: center;
    width: 100%;
}

.align-centre{
    text-align: center;
}

.add-to-cart:hover {
    background-color: #218c54;
}

.review {
    display: table-caption;
    border-color: #222;
    border: solid 1px;
    margin: 0.5em;
    padding: 0.5em;
}


/* Sticky Header */
header {
    z-index: 1;
    left:0;
    width:100%;
    top: 0;
    display: inline-block;
} 

.header {
    background-image: linear-gradient(135deg, rgb(0 22 50), rgb(0 25 54));
    color: var(--primary-color);
    padding: 1em;
    z-index: 1;
    left:0;
    width:100%;
    top: 0;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.5);
}

.header .icon, .header .brand {
    font-size: 3em;
    font-weight: bolder;
    cursor: pointer;
    display: inline-flex;
}

.brandTextGap{
    padding-left: 0.5em;
}

.left {
    float: left;
} 
.right {
    float: right;
} 

.waitScreen {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;  /* horizontal center */
    align-items: center;      /* vertical center */
    border: 1px solid #ccc;
}

.waitScreen img{
    width: 100%;
    height: auto;
}

.search-box {
    position: relative;
    flex-grow: 1;
    margin: 1em;
}

.search-box input {
    width: 100%;
    border: none;
    outline: none;
    flex-grow: 1;
    padding: 6px;
    font-size: 14px;
}

.search-box .search-icon {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: #666;
    pointer-events: none;
}

nav a {
    color: var(--primary-color);
    text-decoration: none;
    padding: 10px;
    font-weight: bold;
    transition: 0.3s;
}

nav a:hover {
    color: #ff00ff;
}

footer {
    background-image: linear-gradient(135deg, rgb(0 22 50), rgb(0 25 54));
    color: var(--primary-color);
    padding: 15px;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0px -3px 10px rgba(0, 0, 0, 0.5);
}

.social-icons img {
    width: 30px;
    margin: 5px;
    transition: 0.3s;
}

.social-icons img:hover {
    transform: scale(1.2);
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    background-color: #333;
    color: white;
}

.logo {
    font-weight: bold;
    width: 1.5em;
}

.maxWidth {
    width: 100%;
}

.hamburger {
    display: none;
    cursor: pointer;
}

.bar {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    background-color: white;
    transition: 0.3s;
}

.nav-menu {
    display: flex;
    list-style: none;
}

.redText{
    color: red;
}

.nav-menu li {
    margin: 0 15px;
}

.payQR{
    width: 50%;
    margin: 0 auto;
}

#invoicePage{
    text-align: center;
}


#floatingMenu {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #333;
    color: #fff;
    padding: 12px 20px;
    border-radius: 10px;
    display: none;
    transition: all 0.3s ease-in-out;
}

#hearButton.toggle-left {
    right: auto;
    left: 20px;
}


#floatingMenu.left {
    right: auto;
    left: 20px;
}



.accordion-container {
    display: flex;
}

.accordion-toggle {
  width: 100%;
  text-align: left;
  background-color: skyblue;
  color: black;
  padding: 1rem;
  font-size: 1rem;
  border: none;
  cursor: pointer;
  outline: none;
  margin-top: 0.5rem;
}

.accordion-content {
  padding: 1rem;
  display: block;
  background: #f0f0f0;
  border: 1px solid #ccc;
  border-top: none;
  border-radius: 0 0 5px 5px;
}

.accordion-content form input {
  width: 100%;
  margin-bottom: 0.8rem;
  padding: 0.5rem;
}

.nav-menu a {
    text-decoration: none;
    color: white;
    font-size: 18px;
}

.timer-highlight {
    background-image: linear-gradient(135deg, rgb(0 22 50), rgb(0 25 54));
    border-radius: 1em;
    font-weight: bold;
    min-width: 30vw;
    padding: 0.5em;
    color: var(--background-color);
}

.timer-counter {
  font-size: 5rem;
  font-weight: bolder;
  color: var(--background-color);
}

.firebe-page {
    min-height: 85vh;
    padding-top: 5%;
}

.outerWrapper{
    width: 100%;
    height: 100%;
}

.recipt {
    padding: 1em;
    min-height: 50vh;
    min-width: 45vw;
}

.billBlock{
    display: flex;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  background-image: linear-gradient(135deg, rgb(0 22 50), rgb(0 25 54));
  overflow-x: hidden;
  transition: 0.3s;
  padding-top: 5em;
  color: var(--text-color);
}

.sidenavTop {
    z-index: 1000;
    top: 0;
    left: 0;
    color: var(--text-color);
    display: inline-flex;
}


.sidenavTop a {
  padding: 1em;
  text-decoration: none;
  font-size: 20px;
  color: var(--primary-color);
  display: block;
  transition: 0.2s;
}

.sidenav a {
  padding: 1em;
  text-decoration: none;
  font-size: 20px;
  color: var(--primary-color);
  display: block;
  transition: 0.2s;
}

.sidenav a:hover {
  background-color: #575757;
}

.closebtn {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
}

#qrSide{
    width: 48%;
    height: auto;
    padding: 2em;
    float: left;
}

#refNoSide {
    width: 48%;
    max-height: 80vh;
    display: inline-block;
    padding: 2em;
}

.filter-sort-bar {
    display: block;
    padding: 0 1em 1em 1em ;
} 

.hammenu{
    display: none !important;
}

.leaflet-top, .leaflet-right {
    display: none;
}
@media (min-width: 991px) and (max-width: 1300px) {
    .sidenavTop {
        display: none;
    }
        
    .hammenu{
        display: block !important;
    }

    .payDisclaimer {
      width: 100%;  
      display: inline-flex;
    }
}
@media (min-width: 601px) and (max-width: 990px) {
    .sidenavTop {
        display: none;
    }
    .mobileonly {
      display: flex;
    } 
    .hammenu{
        display: block !important;
    }

    .header .icon, .header .brand {
        font-size: 2em;
        font-weight: bolder;
        cursor: pointer;
        display: inline-flex;
    }
    
    .brand {
        width: 80%;
        align-items: center;
        text-align: center;
        justify-content: center;
    }
    .payDisclaimer {
      width: 100%;  
      display: grid;
    }
}
@media (max-width: 600px) {   

    .total {
        font-size: 2em;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .payDisclaimer {
      width: 100%;  
      display: grid;
    }

    .checkout {
        margin-top: 20px;
        display: block;
        width: 100%;
        /* text-align: right; */
    }

    .cart-container {
        width: 100%;
        display: block;
        margin: auto;
        background: #fff;
        padding: 20px;
        border-radius: 8px;
    }
    .sidenavTop {
        display: none;
    }

    .header .icon, .header .brand {
        font-size: 1.5em;
        font-weight: bolder;
        cursor: pointer;
        display: inline-flex;
    }
    
    .brand {
        width: 80%;
        align-items: center;
        text-align: center;
        justify-content: center;
    }

    .filter-sort-bar {
        padding: 0 1em 1em 1em;
        display: block;
    } 

    .hammenu{
        display: flex !important;
    }

    #addressDetails{
        width: 100%;
    }

    .payQR{
        width: 100%;
    }

    #qrSide{
        width: 100%;
        /* max-height: 50vh; */
        display: inline-block;
        padding: 0.2em;
    }

    #refNoSide {
        width: 100%;
        display: inline-block;
        padding: 0.2em;
    }
    
    .accordion-container {
        display: block;
    }

    #map { 
        height: 40vh; 
        width: 100%; 
        margin-top: 10px; 
    }
    /* #tshirtOverlayShow {
        position: fixed;
        top: 50%;
        left: 0%;
        width: 100%;
        z-index: 2;
        pointer-events: none;
        transition: all 0.3s ease;
    }  */
    #product-list {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(50vw, 1fr));
        gap: 1em;
        padding: 0 1em 1em 1em;
    }

    #offer-list {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(50vw, 1fr));
        gap: 1em;
        padding: 0 1em 1em 1em;
    }

    .billBlock{
        display: block;
    }
    .header {
        flex-wrap: wrap;
        justify-content: space-between;
        }

    .search-bar {
        width: 100%;
        margin: 10px 0;
        border-radius: 0;
        }

    .homeheads {
        color: var(--text-color-blk);
        display: block;
        font-size: 1em;
        font-weight: bold;
        unicode-bidi: isolate;
        display: inline-block;
        width: 100%;
    }

    .viewall {
        color: var(--text-color-blk);
        display: block;
        font-size: 0.7em;
        font-weight: bold;
        unicode-bidi: isolate;
        display: inline-block;
        text-align: right;
        text-decoration: underline;
        width: 49%;

    }
    .accordion-item {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(100vw, 1fr));
        gap: 1em;
    }
}


