body {
  width: 100%;
  height: 100%;
}
h1, h2, h3, h4, h5, h6 {
  color: #444;
}

.container h3 {
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.3em;
  margin-bottom: .7em;
  text-align: center;
}

legend {
  padding: 7px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
label {
  font-size: 12px;
  font-weight: normal;
}
/* Chrome border line */
button:focus {
  outline: none !important;
}
/* container */
#container {
  width: 100%;
  min-height: 100%;
  position: absolute;
  margin-bottom: 300px;
}
/* content */
#content, #column-left, #column-right {
  padding-bottom: 730px;
}
@media (min-width: 576px) {
  #content, #column-left, #column-right {
    padding-bottom: 200px;
  }
  .container {
    /*min-height: 600px;*/
  }
}
#alert {
  z-index: 1050;
  position: fixed;
  top: 30%;
  left: 50%;
  width: 400px;
  margin-left: -200px;
}
@media (min-width: 992px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
@media (min-width: 1140px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
@media (min-width: 1320px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
#alert .alert {
  margin-bottom: 15px;
}
#alert .alert-primary {
  box-shadow: 0 0 0 5px rgb(var(--bs-primary-rgb), 0.1);
}
#alert .alert-secondary {
  box-shadow: 0 0 0 5px rgb(var(--bs-secondary-rgb), 0.1);
}
#alert .alert-success {
  box-shadow: 0 0 0 5px rgb(var(--bs-success-rgb), 0.1);
}
#alert .alert-warning {
  box-shadow: 0 0 0 5px rgb(var(--bs-warning-rgb), 0.1);
}
#alert .alert-danger {
  box-shadow: 0 0 0 5px rgb(var(--bs-danger-rgb), 0.1);
}
#alert .alert-info {
  box-shadow: 0 0 0 5px rgb(var(--bs-info-rgb), 0.1);
}
#alert .alert-light {
  box-shadow: 0 0 0 5px rgb(var(--bs-light-rgb), 0.1);
}
#alert .alert-dark {
  box-shadow: 0 0 0 5px rgb(var(--bs-dark-rgb), 0.1);
}
/* top */
#top {
  background-color: #1d1d1c;
  border-bottom: 1px solid #333;
  padding-left: 135px;
  padding-right: 135px;
  height: 40px; /* Fixed height for desktop */
}

@media (max-width: 576px) {
  #top, header .w-100 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

#top .list-inline-item > a,
#top .list-inline-item .dropdown > a {
  font-size: 0.875rem;     /* 14px */
  line-height: 1.5rem;     /* 24px */
  color: #ffffff;
  vertical-align: middle;
  text-decoration: none;
  display: inline-block;
  padding: 8px 10px;       /* Centers the 24px line-height in 40px height */
}

#top .list-inline-item > a:hover {
  color: #BE1823;
}
/* logo */
#logo {
  text-align: center;
  margin: 7px 0 7px 0;
}
#logo img {
  max-width: 200px;
}
@media (min-width: 768px) {
  #logo {
    text-align: left;
  }
}
/* search */
#search {
  margin-bottom: 10px;
}
#search .form-control-lg {
  height: 40px;
  font-size: 12px;
  line-height: 20px;
  padding: 0 10px;
}
#search .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 0.57rem 35px;
  text-shadow: 0 1px 0 #FFF;
}
/* cart */
.header-cart-link {
  color: #454f5e !important;
}

#cart .text-end {
vertical-align: middle;
}

#cart {
  margin-top: 2rem;
  margin-bottom: 2rem !important;
}
#cart .img-thumbnail {
  min-width: 56px;
}
#cart .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 14px 35px;
}
#cart .dropdown-menu {
  background: #fff;
  padding: 1em 1.5em;
  z-index: 1060;
  max-height: 50vh;
  overflow-y: auto;
}

.btn-cart-remove i {
  font-size: 18px;
  color: #454f5e;
}

.btn-cart-remove {
  border: unset;
  background: #fff;
}

#cart .img-thumbnail {
  border: unset;
}
@media (max-width: 768px) {
  #cart .dropdown-menu li {
    min-width: 100%;
  }
}
/* --- Menu Bar (Dark) --- */
/* --- Menu Bar (Dark Grey) --- */
#menu {
  background-color: #2d2d2d; /* Changed to Dark Grey */
  border: 1px solid #444;    /* Adjusted border for grey */
  height: 64px;
  display: flex;
  align-items: center;
  padding: 0 135px;
  margin-bottom: 20px;
}

/* --- Navigation Links --- */
#menu .navbar-nav {
  display: flex;
  flex-direction: row;
  list-style: none;
  margin: 0;
  padding: 0;
}

#menu .navbar-nav > li > a {
  height: 64px;
  display: flex;
  align-items: center;
  color: #fff; /* White text */
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 0.875rem;
  padding: 0 15px;
  transition: all 0.3s ease;
}

#menu .navbar-nav > li > a:hover { color: #be1823 !important; }

/* --- 2nd Level: Dropdown (Dark Grey) --- */
#menu .dropdown-menu {
  background-color: #2d2d2d !important; /* Matches Menu Bar */
  border: 1px solid #444;
  border-radius: 0.5rem;
  padding: 0.5rem;
}

#menu .dropdown-item {
  color: #fff !important; /* White text for 2nd level */
  background-color: transparent !important;
}

#menu .dropdown-item:hover {
  color: #be1823 !important;
  background-color: #3d3d3d !important;
}
#menu .navbar-nav > li > a.active,
#menu .navbar-nav > li.active > a {
  color: #be1823 !important;
}

#menu .dropdown-menu .dropdown-item.active {
  color: #be1823 !important;
  font-weight: bold;
}
@media (max-width: 991px) {
  #menu {
    height: auto;
    padding: 15px;
    flex-direction: column;
    align-items: stretch; /* Allows children to span width */
  }

  .mobile-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  /* Force the button to the right side */
  .navbar-toggler {
    border: 1px solid #ffffff !important;
    background: transparent;
    color: #fff;
    margin-left: auto; /* This is the key: forces it to the far right */
    display: block;
  }

  @media (max-width: 576px) {
    #logo { margin: 20px 0 !important; }
    #menu { padding-left: 0; padding-right: 0; }
  }

  #menu .navbar-nav {
    flex-direction: column;
    width: 100%;
  }

  #menu .navbar-nav > li > a {
    color: #fff;
    height: auto;
    padding: 12px 15px;
    width: 100%;
    justify-content: space-between;
  }

  #menu .dropdown-menu {
    position: static;
    width: 100%;
    box-shadow: none;
  }
}
/* footer */
footer {
  width: 100%;
  background-color: #1d1d1c;
  color: #e2e2e2;
}
footer hr {
  border-top: none;
  border-bottom: 1px solid #666;
  margin: 20px 0;
}
footer li a {
  font-size: 1rem;
  padding-bottom: 0.5rem;
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer-text {
  font-size: 1rem;
}
footer a:hover {
  color: #fff;
}
footer h5 {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 15px;
}
.footer-contact-box {
  background-color: #e7e7e7;
  padding: 15px;
  border-bottom-left-radius: .5rem;
  border-bottom-right-radius: .5rem;
  color: #333;
}
.footer-contact-box a { color: #333; }
.footer-contact-box a:hover { color: #000; }
.footer-custom {
  background-color: #1d1d1c;
  color: #ffffff;
  padding: 40px 0;
}
.footer-custom a {
  color: #cccccc;
  text-decoration: none;
}
.footer-custom a:hover {
  color: #ffffff;
}
.footer-top-box {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 20px;
  color: #333;
}
/* breadcrumb */
.breadcrumb {
  margin: 0 0 20px 0;
  padding: 8px 0;
}
.breadcrumb i {
  font-size: 15px;
}
.breadcrumb > li.breadcrumb-item {
  text-shadow: 0 1px 0 #FFF;
  padding: 0;
  position: relative;
  white-space: nowrap;
}
.breadcrumb > li.breadcrumb-item > a {
  text-decoration: none;
  margin: 0 0 1em;
  padding: 0;
  font-size: 1.1em;
  color: #777;
}

.breadcrumb > li.breadcrumb-item:after {
  content: "/";
  display: inline-block;
  position: static;
  width: auto;
  height: auto;
  border: none;
  transform: none;
  margin: 0 10px;
  color: #777;
}

.breadcrumb > li.breadcrumb-item:last-child:after {
  content: "";
}
.breadcrumb > li.breadcrumb-item + li:before {
  content: "";
  padding: 0;
}
.product-thumb {
  position: relative;
  height: 100%;
}
.product-thumb .image {
  text-align: center;
}
.product-thumb .image a:hover {
  opacity: 0.8;
}
.product-thumb .description {
  padding: 15px;
  /*margin-bottom: 45px;*/
}
.product-thumb .description h4 {
  font-weight: bold;
}
.product-thumb .button {
  display: flex;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.product-thumb .button button {
  width: 33.33%;
  border: none;
  border-top: 1px solid var(--bs-border-color);
  background-color: var(--bs-tertiary-bg);
  color: var(--bs-gray-600);
  line-height: 38px;
  text-align: center;
}
.product-thumb .button button:hover {
  color: var(--bs-gray-600);
  background-color: #ddd;
  text-decoration: none;
  cursor: pointer;
}
.product-thumb .button button + button {
  border-left: 1px solid var(--bs-border-color);
}
@media (min-width: 960px) {
  .product-list .product-thumb {
    display: flex;
  }
  .product-list .product-thumb .image {
    flex-direction: column;
    margin-bottom: 0px;
  }
  .product-list .product-thumb .content {
    flex-direction: column;
    flex: 75%;
    position: relative;
  }
  .product-list .product-thumb .button {
    border-left: 1px solid #ddd;
    width: calc(100% -  15px);
    margin-left: 15px;
  }
}
.rating .fa-stack {
  width: 20px;
}
.rating .fa-star {
  color: #999;
  font-size: 15px;
}
.rating .fa-star {
  color: #FC0;
  font-size: 15px;
}
.rating .fa-star + .fa-star {
  color: #E69500;
}
/* product list */
.price {
  color: #444;
}
.price-new {
  font-size: 1.2em !important;
}
.product-thumb h4 {
  font-size: 1.2em;
}

.price-old {
  color: #dc512c;
  text-decoration: line-through;
}
.price-tax {
  color: #454f5e;
  font-size: 11px;
  display: block;
}
#product-info h1 {
  line-height: 1.2;
  font-size: 1.25rem;
}

.onsale.circle {
  background-color: #454f5e;
  margin: -.5em -.5em 0 0 !important;
  color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: .8em;
  font-weight: normal;
  text-transform: uppercase;
  z-index: 10;
  line-height: 1;
}
/* blog */
.blog-thumb {
  border: 1px solid #ddd;
  margin-bottom: 15px;
}
.blog-thumb h4 {
  font-weight: bold;
}
.blog-thumb .image {
  text-align: center;
  margin-bottom: 15px;
}
.blog-thumb .image a:hover {
  opacity: 0.8;
}
.blog-thumb .description {
  padding: 15px;
}
/* Theme Custom CSS */
#cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  z-index: 9999;
  opacity: 0.95;
  color: #ecf0f1;
  background: #343a40;
}
#cookie div {
  font-size: 16px;
  color: #FFFFFF;
}

.btn {
  border-style: solid;
  border-top-width: 0px;
  border-right-width: 0px;
  border-left-width: 0px;
  border-bottom-width: 0px;
  color: #ffffff;
  border-color: #454f5e;
  background-color: #454f5e;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1em;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
}

.btn.btn-light {
  background-color: #c6c7c8;
}

.btn.btn-light.active {
  background-color: #454f5e;
}

.btn.btn-outline:hover {
  background-color: #ffffff;
  border-color: #0c603a;
  color: #0c603a;
}

.btn.btn-outline {
  background-color: #ffffff;
  color: #333;
  border: 1px solid #454f5e;
}

.btn:disabled, .btn.disabled, fieldset:disabled {
  background-color: #a7a7a7;
  border-color: #a7a7a7;
}

#product-info .img-thumbnail {
  border: unset;
}

.btn:first-child:active, .btn:focus-visible, .btn:hover {
  color: #fff;
  background-color: #0c603a;
  border-color: #0c603a;
}

.header-search-bar {
  border-radius: 30px;
}

#input-quantity {
  max-width: 70px;
}

.carousel {
  box-shadow: unset;
}

.custom-info-text {
  color: #454f5e !important;
  font-size: 16px !important;
  line-height: 26.4px !important;
  margin-bottom: 0 !important;
}

.custom-info-text a {
  color: #be1823 !important;
  text-decoration: none !important;
  font-weight: 600;
}

.stock-status {
  font-size: 16px;
}

@media (max-width: 991px) {
  /* Reset the list container */
  .your-menu-container ul.list-inline {
    display: block;
    padding-left: 0;
  }

  /* Reset the list items to stack vertically */
  .your-menu-container .list-inline-item {
    display: block;
    margin-right: 0;
    margin-bottom: 5px;
  }
}
