* {
  font-family: "Kalam", serif;
}

.cell {
  cursor: pointer;
}
.callout {
  border: none;
}
.hideAll {
  display: none;
}
.splash {
  display: block;
}

.blank {
  background-color: #fff;
  cursor: default;
}

.header_background {
  background-color: #04220b;
  height: auto;
  margin-bottom: 10px;
  border-bottom: 7px solid #2fba4d;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
}

.header {
  padding: 20px;
  padding-bottom: 10px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
}

.logo img {
  max-width: 200px;
}

.nav {
  padding-top: 15px;
}

.header a {
  color: #fff;
}

.search img {
  width: 23px;
  height: auto;
}

.cart img {
  width: 23px;
  height: auto;
}
.profile img {
  width: 20px;
  height: auto;
}

.nav {
  padding: 1rem 0;
  text-align: center;
}

.nav img {
  vertical-align: middle;
  width: 24px;
  height: auto;
}

/* LOCATION STARTS */

.map {
  margin: 1rem;
  margin-bottom: 3rem;

  height: 25rem;
  color: #fff;
}

/* LOCATION ENDS */

/* SLIDER STARTS */

.background-slider {
  padding: auto;
  margin: 0 auto;
  height: auto;
  color: #fff;
}
.bars {
  margin: auto;
  width: 400px;
}

@media only screen and (max-width: 767px) {
  .bars {
    width: 100%;
    width: 250px;
  }
}
.background-slogan {
  text-align: center;
  height: 5rem;
}
.slogan-top {
  color: #2fba4d;
  font-size: 20px;
  font-weight: 900;
}
.slogan-bottom {
  color: #1d8634;
  font-size: 20px;
  line-height: 2px;
  font-weight: 900;
}

/* SLIDER ENDS */

/* DEPARTMENT STARTS*/

.section-heading {
  font-family: "Kalam", serif;
  text-align: left;
  font-size: 25px;
  font-weight: 900;
  color: #1d8634;
  border-bottom: 5px solid #aff4be;
}

.background-department {
  text-align: center;
  border-radius: 20px;
}

.click-department {
  margin-bottom: 30px;
}

.background-department img {
  border-radius: 28px;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5);
}

.each-heading-department {
  line-height: 1px;
  text-align: center;
  font-size: 28px;
  margin-bottom: 30px;
  font-weight: 900;
  color: #1d8634;
  font-family: "Kalam", serif;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

/* DEPARTMENT ENDS */

/* PRODUCT STARTS */

.section-heading {
  font-family: "Kalam", serif;
  text-align: left;
  font-size: 25px;
  font-weight: 900;
  color: #1d8634;
  border-bottom: 5px solid #aff4be;
}

.product-section {
  padding: 10px;
  padding-bottom: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  border: 5px solid #aff4be;
}

.callout.click-product.product-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.callout.product-details {
  padding: 15px;
  padding-bottom: 0;
  border-radius: 8px;
}

.product-description {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.product-description h1 {
  height: 50px;
  font-size: 1.1rem;
  font-weight: bold;
  color: #1d8634;
  margin: 0;
}

.product-description p {
  font-size: 0.9rem;
  color: #8a8989;
  margin: 0;
}

.product-description .brand {
  font-size: 0.85rem;
  color: #4e4d4d;
  font-style: italic;
}

.product-description .price {
  font-size: 1.1rem;
  font-weight: bold;
  color: #04220b;
  margin-top: 5px;
  margin-bottom: 10px;
}

.quantity-control {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.quantity-control .button {
  background-color: #1d8634;
  color: white;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
  font-size: 1rem;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.quantity-control .button:hover {
  background-color: #d71717;
}

.quantity-control .quantity {
  font-size: 1.2rem;
  font-weight: bold;
  min-width: 30px;
  text-align: center;
  color: #04220b;
}

.add-to-cart {
  width: 100%;
  background-color: #1d8634;
  color: white;
  border: none;
  padding: 10px;
  font-size: 1rem;
  font-weight: 900;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.add-to-cart:hover {
  background-color: #d71717;
  color: white;
}

/* PRODUCT ENDS */

/* EACH PRODUCT STARTS*/

.yyy {
  border: 5px solid #aff4be;
  margin-bottom: 50px;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  align-items: stretch;
}

.product-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 8px 0 0 8px;
}

.product-details {
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.productName {
  font-size: 2rem;
  font-weight: bold;
  color: #1d8634;
  margin: 0;
}

.brandName {
  font-size: 1.2rem;
  color: #4e4d4d;
  margin: 0;
}

.upcCode {
  font-size: 0.9rem;
  color: #8a8989;
  margin: 0;
}

.description {
  font-size: 0.9rem;
  color: #04220b;
  line-height: 1.6;
  text-align: justify;
}

.price-and-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.productPrice {
  font-size: 1.7rem;
  font-weight: bold;
  color: #04220b;
  margin: 0;
}

.quantity-control {
  display: flex;
  align-items: center;
  gap: 10px;
}

.quantity-control .button {
  color: white;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
  font-size: 1rem;
  margin: 0;
}

.quantity-control .quantity {
  font-size: 1.4rem;
  font-weight: bold;
  min-width: 30px;
  text-align: center;
  margin-top: 10px;
}

/* EACH PRODUCT ENDS*/

/* LOGIN STARTS*/
.model {
  background-color: #04220b;
  color: #fff;
  width: 90%;
  max-width: 600px;
  padding: 20px;
  margin: 50px auto;
  display: none;
  border-radius: 8px;
  border: 5px solid #2fba4d;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
}

.model h2 {
  color: #2fba4d;
  text-align: center;
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 15px;
}

.model p {
  color: #fff;
  font-size: 14px;
  text-align: center;
}

form {
  display: flex;
  flex-direction: column;
}

label {
  font-size: 14px;
  color: #aff4be;
  margin-bottom: 6px;
}

input {
  background-color: #fff;
  color: #04220b;
  padding: 10px;
  margin-bottom: 15px;
  border: 2px solid #2fba4d;
  border-radius: 4px;
  font-size: 14px;
}

input::placeholder {
  color: #8a8989;
}

.btn {
  padding: 10px;
  cursor: pointer;
  margin-top: 10px;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color 0.3s ease;
}

.btn1 {
  background-color: #2fba4d;
  color: #fff;
}

.btn1:hover {
  background-color: #1d8634;
}

.btn2 {
  width: 100%;
  background-color: #666;
  color: #fff;
}

.btn2:hover {
  background-color: #555;
}

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

.options a {
  color: #2fba4d;
  font-size: 14px;
  margin: 5px;
  display: block;
  text-decoration: none;
  transition: color 0.3s ease;
}

.options a:hover {
  color: #aff4be;
}

.close {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: transparent;
  border: none;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  transition: color 0.3s ease;
}

.close:hover {
  color: #d71717;
}

@media only screen and (max-width: 767px) {
  .model {
    width: 95%;
    padding: 15px;
    margin: 200px auto;
  }

  .model h2 {
    font-size: 20px;
  }

  input {
    padding: 8px;
    font-size: 12px;
  }

  .btn {
    padding: 8px;
    font-size: 14px;
  }

  .options a {
    font-size: 12px;
  }
}

/* LOGIN ENDS */

/* FOOTER START  */

.footer_background {
  background-color: #333;
  color: #fff;
  padding: 40px 0;
  background-color: #04220b;
  border-top: 7px solid #2fba4d;
  margin-top: 60px;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
}

.footer {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  margin: 30px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.logo2 {
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
  margin-bottom: 30px;
}

.logo2 img {
  max-width: 200px;
  justify-content: space-around;
}
.quick-links {
  display: flex;
  justify-content: space-around;
}

.links-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.links-section h3 {
  font-size: 1.3rem;
  font-family: "Kalam", serif;
  font-weight: 800;
  margin-bottom: 10px;
  text-align: center;
}

.links-section ul {
  list-style: none;
}

.links-section ul li {
  margin-bottom: 8px;
}

.links-section ul li a {
  color: #ccc;
  text-decoration: none;
  transition: color 0.3s ease;
}

.links-section ul li a:hover {
  color: #fff;
}

.social-icons h3 {
  font-size: 1rem;
  margin-bottom: 15px;
}

.icons {
  display: flex;
  gap: 10px;
  justify-content: space-around;
  margin: 30px;
}

.icons img {
  text-decoration: none;
  max-width: 60px;
  padding: 8px 12px;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.icon:hover {
  opacity: 0.8;
}

.copyright {
  margin-top: 20px;
  text-align: center;
  height: 10px;
}

.copyright p {
  font-size: 0.9rem;
  color: #ffffff;
}

/* FOOTER ENDS  */

/* CART STARTS */

.section-heading {
  margin-top: 40px;
  margin-bottom: 40px;
}
.cart-items {
  margin-top: 20px;
  margin-bottom: 40px;
}

.cart-item {
  border-bottom: 1px solid #aff4be;
  padding: 10px 0;
}

.cart-item-image {
  width: 100%;
  border-radius: 8px;
}

.cart-item-name {
  font-size: 1.2rem;
  color: #1d8634;
  margin: 0;
}

.cart-item-brand {
  font-size: 0.9rem;
  color: #8a8989;
  margin: 0;
}

.cart-item-price {
  font-size: 1.1rem;
  font-weight: bold;
  color: #04220b;
  margin: 0;
  font-family: "Kalam", serif;
}

.quantity-control {
  display: flex;
  align-items: center;
  gap: 10px;
}

.quantity-control .button {
  background-color: #1d8634;
  color: white;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
  font-size: 1rem;
  border-radius: 4px;
}

.quantity-control .button:hover {
  background-color: #d71717;
}

.quantity-control .quantity {
  font-size: 1.2rem;
  font-weight: bold;
  min-width: 30px;
  text-align: center;
}

.remove-item {
  background-color: #d71717;
  color: white;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
  font-size: 1rem;
  border-radius: 4px;
  margin-top: 10px;
}

.remove-item:hover {
  background-color: #b31414;
}

.cart-total {
  text-align: right;
  margin-top: 20px;
}

.cart-total h3 {
  font-size: 1.5rem;
  color: #1d8634;
  font-family: "Kalam", serif;
}

.cart-buttons {
  font-size: 1.5rem;
  text-align: right;
  margin-top: 20px;
}

.button {
  font-size: 1rem;
  background-color: #1d8634;
  border-radius: 5px;
}

.button:hover {
  background-color: #b31414;
}

.btn2 {
  background-color: #052c0e;
}

.btn2:hover {
  background-color: #04220b;
}

/* SHIPPING STARTS */
.show-shipping form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.show-shipping label {
  font-size: 14px;
  color: #1d8634;
}

.show-shipping input {
  padding: 10px;
  border: 2px solid #2fba4d;
  border-radius: 4px;
  font-size: 14px;
}

/* PAYMENT STARTS */
.show-payment form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.show-payment label {
  font-size: 14px;
  color: #1d8634;
}

.show-payment input {
  padding: 10px;
  border: 2px solid #2fba4d;
  border-radius: 4px;
  font-size: 14px;
}

/* REVIEW STARTS */
.review-details {
  padding: 20px;
  border-radius: 8px;
  border: 5px solid #aff4be;
}

.review-details h3 {
  color: #1d8634;
  font-size: 1.2rem;
}

.review-details p {
  color: #04220b;
  font-size: 1rem;
}

.review-buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

/* COMPLETE STARTS */
.complete-message {
  text-align: center;
  margin-top: 20px;
}

.complete-message p {
  font-size: 1.2rem;
  color: #1d8634;
}

.complete-buttons {
  text-align: center;
  margin-top: 20px;
}

/* Header Styles */
.header_background {
  background-color: #04220b;
  height: auto;
  margin-bottom: 10px;
  border-bottom: 7px solid #2fba4d;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
}

.header {
  padding: 20px;
  padding-bottom: 10px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
}

.logo img {
  max-width: 200px;
}

/* Navigation Styles */
.top-bar {
  background-color: transparent;
  padding: 0;
}

.top-bar-left {
  width: 100%;
}

.dropdown.menu {
  background-color: transparent;
  justify-content: flex-end;
}

.dropdown.menu > li > a {
  color: #fff;
  font-weight: bold;
  padding: 0.7rem 1rem;
  transition: color 0.3s ease;
}

.dropdown.menu > li > a:hover {
  color: #2fba4d;
}

.menu-text {
  color: #fff;
  font-weight: bold;
  padding: 0.7rem 1rem;
}

.menu.vertical {
  background-color: #04220b;
}

.department-list {
  background-color: transparent;
  border: 1px solid #2fba4d;
}

.department-list li {
  padding: 0.7rem 1rem;
  color: #fff;
  transition: background-color 0.3s ease;
  border: none;
}

.department-list li:hover {
  background-color: #1d8634;
}

.login-link,
.logout-link {
  color: #fff;
  cursor: pointer;
  padding: 0.7rem 1rem;
  margin: 0;
  transition: color 0.3s ease;
}

.login-link:hover,
.logout-link:hover {
  color: #2fba4d;
}

.click-cart {
  color: #fff;
  padding: 0.7rem 1rem;
  cursor: pointer;
  transition: color 0.3s ease;
}

.click-cart:hover {
  color: #2fba4d;
}

.click-location:hover {
  color: #2fba4d;
}

.cart-items {
  background-color: #d71717;
  color: white;
  border-radius: 50%;
  padding: 0.2rem 0.5rem;
  font-size: 0.8rem;
  margin-left: 0.3rem;
}

/* Mobile Menu Styles */
.title-bar {
  background-color: #04220b;
  padding: 0.5rem;
}

.title-bar-title {
  color: #fff;
  font-weight: bold;
}

.menu-icon {
  color: #fff;
}

.menu-icon::after {
  background: #fff;
  box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
}

/* Responsive Adjustments */
@media screen and (max-width: 1023px) {
  .dropdown.menu {
    flex-direction: column;
    background-color: #04220b;
    border: 1px solid #2fba4d;
    display: none;
  }

  .dropdown.menu.is-active {
    display: flex;
  }

  .dropdown.menu > li {
    width: 100%;
  }

  .menu.vertical {
    position: static;
    width: 100%;
  }
}

@media screen and (max-width: 639px) {
  .header {
    padding: 10px;
  }

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

  .dropdown.menu > li > a,
  .menu-text,
  .login-link,
  .logout-link,
  .click-cart {
    padding: 0.5rem;
    font-size: 0.9rem;
  }
}

.show-cart {
  margin: 30px;
}

.product-section {
  min-height: 660px;
}
