body {
  width: 100%;
  height: 100%;
  font-family: 'Quicksand',sans-serif;
  font-size: 15px;
  font-weight: 500;
}
h1, h2, h3, h4, h5, h6 {
  color: #000000;
}
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: 0;
}
@media (min-width: 576px) {
  #content, #column-left, #column-right {
    padding-bottom: 0;
  }
}
#alert {
  z-index: 9999;
  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: var(--bs-white);
  position: relative;
  padding: 5px;
}
#top ul.list-inline {
  margin-bottom: 0;
}
#top .list-inline-item > a, #top .list-inline-item .dropdown > a {
  font-size: 1.1em;
  color: var(--bs-black);
  height: 36px;
  line-height: 36px;
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 500;
}
/* logo */
#logo {
  text-align: center;
  margin: 0;
}
#logo img {
  max-height: 55px;
}
@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 */
#cart {
}
#cart .img-thumbnail {
  min-width: 45px;
}
#cart .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 14px 35px;
  width: 46px;
  padding: 0;
}
#cart .dropdown-menu {
  background: #ffffff;
  border-radius: 10px;
}
#cart .dropdown-menu li {
  min-width: 300px;
}
@media (max-width: 768px) {
  #cart .dropdown-menu li {
    min-width: 100%;
  }
}
/* menu */
#menu {
  min-height: 40px;
  padding: 0 1rem;
}
#menu .navbar-nav > li > a {
  color: #000000;
  padding: 10px 15px 10px 15px;
  background-color: transparent;
}
#menu .navbar-nav > li > a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#menu .dropdown-inner {
  display: flex;
  flex-direction: column;
}
#menu .dropdown-inner ul {
  width: 100%;
  min-width: 200px;
}
@media (min-width: 960px) {
  #menu .dropdown:hover .dropdown-menu {
    display: block;
  }
  #menu .dropdown-inner {
    flex-direction: row;
  }
  #menu .nav-item + .nav-item + .nav-item .dropdown-column-3 {
    left: -200px;
  }
  #menu .nav-item + .nav-item + .nav-item .dropdown-column-4 {
    left: -400px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-2 {
    left: -200px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-3 {
    left: -400px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-4 {
    left: -600px;
  }
}
#category {
  float: left;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .navbar-toggler i {
  color: #fff;
  border-color: #fff;
  font-size: 0.9em;
}
/* default boostrap changes */
div.required .col-form-label:before, div.required .form-label:before {
  content: "* ";
  color: #F00;
  font-weight: bold;
}
.form-switch-lg {
  font-size: 20px;
  min-height: 30px;
  line-height: 30px;
}
.nav-tabs {
  margin-bottom: 15px;
}
.form-check .form-check-input {
  margin-top: 0.25rem;
}
@media (min-width: 768px) {
  .col-form-label {
    text-align: right;
  }
}
/* footer */
footer {
  border: 1px solid #000000;
  position: relative;
  bottom: -1px;
  width: 100%;
  padding-top: 30px;
  background-color: #303030;
  border-top: 1px solid #ddd;
  color: #e2e2e2;
}
footer hr {
  border-top: none;
  border-bottom: 1px solid #666;
}
footer a {
  color: #ccc;
  text-decoration: none;
}
footer a:hover {
  color: #fff;
}
footer h5 {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* breadcrumb */
.breadcrumb {
  margin: 20px 0;
  padding: 0;
}
.breadcrumb i {
  font-size: 15px;
}
.breadcrumb > li.breadcrumb-item {
  text-shadow: 0 1px 0 #FFF;
  padding: 0 20px;
  position: relative;
  white-space: nowrap;
}
.breadcrumb > li.breadcrumb-item > a {
  text-decoration: none;
  color: black;
}
.breadcrumb > li.breadcrumb-item:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  right: -5px;
  width: 10px;
  height: 10px;
  border-right: 1px solid var(--bs-border-color);
  border-bottom: 1px solid var(--bs-border-color);
  transform: rotate(-45deg);
}
.breadcrumb > li.breadcrumb-item + li:before {
  content: "";
  padding: 0;
}
.product-thumb {
  position: relative;
  height: 100%;
  border-radius: 10px;
  padding: 15px;
  /* box-shadow: 0px 1.68px 3.59px 0px rgba(51, 77, 114, 0.15), 0px 0.5px 1px 0px rgba(51, 77, 114, 0.1); */
  transition: all 0.3s linear;
  border: 2px solid #f0f0f0;
}
.product-thumb .image {
  text-align: center;
  margin-bottom: 15px;
  border: 1px solid #00000003;
  border-radius: 10px;
}
.product-thumb .image a:hover {
  opacity: 0.8;
}
.product-thumb .description {
}
.product-thumb .description h4 {
  font-weight: 600;
  font-size: 17px;
}
.product-thumb .button {
}
.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-weight: 700;
  font-size: 20px;
  color: black;
}
.price-old {
  color: #FF5722;
  text-decoration: line-through;
  font-size: 16px;
  font-weight: 500;
}
.price-tax {
  color: #636363;
  font-size: 12px;
  display: block;
}
/* 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;
}


/* Navbar Enhancements */
#menu.navbar {
  padding: 5px 15px;
}

/* Navigation Links */
#headmenu .navbar-nav .nav-link {
  padding: 0.75rem .5rem;
  transition: all 0.3s ease;
  border-radius: 0.375rem;
  margin: 0 0.125rem;
  font-size: 15px;
}

#headmenu .navbar-nav .nav-link:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

/* Dropdown Arrow Animation */
#headmenu .dropdown-arrow {
  transition: transform 0.3s ease;
}

#headmenu .dropdown-toggle[aria-expanded="true"] .dropdown-arrow {
  transform: rotate(180deg);
}

/* Multi-Column Dropdown Styling */
#headmenu .dropdown-column-2 { min-width: 400px; }
#headmenu .dropdown-column-3 { min-width: 600px; }
#headmenu .dropdown-column-4 { min-width: 800px; }
#headmenu .dropdown-column-5 { min-width: 1000px; }

#headmenu .dropdown-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

#headmenu .dropdown-column {
  flex: 1;
  min-width: 180px;
}

/* Enhanced Dropdown Items */
#headmenu .dropdown-item {
  padding: 0.5rem 0.75rem;
  border-radius: 0.375rem;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  font-size: 0.9rem;
}

#headmenu .dropdown-item:hover {
  background-color: #f8f9fa;
  color: #0d6efd;
  transform: translateX(5px);
}

#headmenu .dropdown-item i {
  font-size: 0.875rem;
  opacity: 0.7;
}

#headmenu .dropdown-item:hover i {
  opacity: 1;
  color: #0d6efd;
}

/* Dropdown Header & Footer */
#headmenu .dropdown-header h6 {
  font-size: 1rem;
  color: #495057;
}

#headmenu .dropdown-footer .dropdown-item {
  background-color: transparent;
  border: 1px solid #dee2e6;
}

#headmenu .dropdown-footer .dropdown-item:hover {
  background-color: #0d6efd;
  color: white !important;
  border-color: #0d6efd;
}

/* Mobile Responsive */
@media (max-width: 991.98px) {
  #headmenu .dropdown-menu {
    position: static !important;
    float: none;
    width: 100%;
    margin-top: 0;
    box-shadow: none;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    background-color: white;
  }

  #headmenu .dropdown-inner {
    flex-direction: column;
    gap: 0;
  }

  #headmenu .dropdown-column {
    min-width: 100%;
    margin-bottom: 0.5rem;
  }

  #headmenu .dropdown-column-2,
  #headmenu .dropdown-column-3,
  #headmenu .dropdown-column-4,
  #headmenu .dropdown-column-5 {
    min-width: 100%;
  }

  #headmenu .navbar-nav .nav-link {
    color: #000000 !important;
    margin: 0.125rem 0;
  }

  #headmenu .dropdown-item {
    padding: 0.75rem 1rem;
    color: #495057;
  }
}

/* Tabler Icons Size Adjustments */
#headmenu .ti {
  font-size: 1rem;
  line-height: 1;
}

#headmenu .navbar-toggler .ti {
  font-size: 1.25rem;
}

/* Loading Animation */
#headmenu .dropdown-menu {
  animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Hover Effects for Better UX */
#headmenu .nav-item:hover .dropdown-menu {
  display: block;
}

#headmenu .dropdown:hover .dropdown-menu {
  display: block;
}


/* Custom Scrollbar for Large Dropdowns */
#headmenu .dropdown-menu::-webkit-scrollbar {
  width: 6px;
}

#headmenu .dropdown-menu::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

#headmenu .dropdown-menu::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}

#headmenu .dropdown-menu::-webkit-scrollbar-thumb:hover {
  background: #555;
}
header {
  padding: 5px;
  border-top: 1px solid #eae8e4 !important;
  border-bottom: 1px solid #eae8e4 !important;
}
#search-input {
  font-size:14px;
  background: #f2f2f2;
  border-right: 0;
  border: none;
  box-shadow: none !important;
  min-height: unset;
  border-radius: 5px;
}

#search-btn {
  font-size:18px;
  border: 0;
  background: #f2f2f2;
  height: 36px;
  padding: 0;
  width: 36px;
}

#search-btn:hover {
  color: #FF9800;
}

#carousel-banner-0 {
  border-bottom: 1px solid #eae8e4 !important;
  overflow: hidden;
}

#carousel-banner-0 img {
  width: 100%;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
}
.btn-banner {
  min-width: 50px;
  min-height: 50px;
  background: #ffffff;
  text-shadow: none;
  line-height: 50px;
  border-radius: 100%;
  border: 1px solid #00000012;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-thumb .button-group {
  display: flex;
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 1;
  gap: 10px;
  flex-direction: column;
  padding: 10px;
}
.product-thumb .button-group button {
  display: inline-block;
  border: none;
  background-color: #eee;
  color: #000000;
  line-height: 38px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  font-size: 20px;
}
.product-thumb .button-group button:hover {
  color: #000000;
  background-color: #ebad1b;
  text-decoration: none;
  cursor: pointer;
}
#top ul.right-inline {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
}
.form-control {
  box-shadow: none !important;
  min-height: 45px;
  border-radius: 10px;
  border: 2px solid #dfdfdf;
}

.form-select {
  box-shadow: none !important;
  min-height: 45px;
  border-radius: 10px;
  border: 2px solid #dfdfdf;
}

.form-control:focus,.form-select:focus {
  border-color: #000000 !important;
}

.col-form-label {
  font-size: 16px;
  font-weight: 500;
}
.form-check {
  font-size: 17px;
  line-height: 30px;
  margin-bottom: 10px;
}

.form-check label {
  font-size: 17px;
  font-weight: 500;
  cursor: pointer;
}
.form-label {
  font-size: 15px;
  margin-bottom: 0;
}
.list-group-item {
  font-weight: 600;
  font-size: 17px;
}
#content {
  min-height: 100vh;
  font-size: 17px;
}
p.powered-by {
  display:none !important;
}
#cart .dropdown>button:hover, #cart .dropdown>button:active, #cart .dropdown>button:focus, #cart .dropdown>button.show {
  color: white !important;
  background: black !important;
  border-color: black !important;
}
a.cart-prod {
  font-size: 12px;
  display: inline-block;
  line-height: 1;
  font-weight: 600;
}
td.prodinfo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

td.prodinfo .list-unstyled li {
  font-size: 12px;
}