@import url('https://fonts.googleapis.com/css2?family=Artifika&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');

body {
  width: 100%;
  height: 100%;
  font-family: 'Noto Sans', sans-serif;
  background-color: #fff3ec;
  color: #333;
  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #444;
  font-family: Artifika;
}

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%;
}

/* content */
#content,
#column-left,
#column-right {
  padding-bottom: 60px;
}

@media (min-width: 576px) {

  #content,
  #column-left,
  #column-right {
    padding-bottom: 10px;
  }
}

#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-tertiary-bg);
  border-bottom: 1px solid var(--bs-border-color);
  position: relative;
  padding-bottom: 5px;
}

#top ul.list-inline {
  margin-bottom: 0;
}

#top .list-inline-item>a,
#top .list-inline-item .dropdown>a {
  color: #333;
  line-height: 40px;
  vertical-align: middle;
  padding: 10px 0px 5px 0px;
}

/* 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 */
#cart {
  margin-bottom: 0px;
}

#cart .img-thumbnail {
  min-width: 100px;
}

#cart .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 14px 35px;
}

#cart .dropdown-menu {
  background: #eee;
}

#cart .dropdown-menu li {
  min-width: 300px;
}

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

/* menu */
#menu {
  /* Removed to allow Orange theme override */
}

#menu .navbar-nav>li>a {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  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;
  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: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* breadcrumb */
.breadcrumb {
  margin: 0 0 20px 0;
  padding: 8px 0;
  border: 1px solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  background-color: var(--bs-tertiary-bg);
}

.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;
}

.breadcrumb>li.breadcrumb-item:after {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  right: -5px;
  width: 29px;
  height: 29px;
  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 {
  border: 1px solid #ddd;
  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: 20px;
}

.product-thumb .description h4 {
  font-weight: normal;
}

.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-weight: 600;
}

.price-old {
  color: #dc512c;
  text-decoration: line-through;
}

.price-tax {
  color: #999;
  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;
}

/* =========================================
   ORANGE THEME CUSTOM STYLES
   ========================================= */

/* Typography Overrides */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  color: #3d3d3d;
}

/* Base resets for container */


/* Top Bar and Header */
#top {
  background-color: #fff8f4;
  border-bottom: 1px solid #f4f4f4;
  padding: 5px 0;
}

#top .list-inline-item>a {
  color: #222;
  transition: color 0.2s ease;
}

#top .list-inline-item>a:hover {
  color: #f97316;
}

#top .dropdown-menu {
  background: #111;
  border: 1px solid #333;
}

#top .dropdown-item {
  color: #ccc;
}

#top .dropdown-item:hover {
  background: #f97316;
  color: #fff;
}

/* Header Area (Logo, Search, Cart) */
header {
  background: #fff3ec;
  padding: 25px 0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}

/* Search Bar */
#search .form-control-lg {
  border-radius: 8px 0 0 8px;
  border: 2px solid #f97316;
  box-shadow: none;
}

#search .btn-lg {
  border-radius: 0 8px 8px 0;
  background-color: #f97316;
  border-color: #f97316;
  color: #fff;
  transition: all 0.3s ease;
}

#search .btn-lg:hover {
  background-color: #e06512;
  border-color: #e06512;
}

/* Cart Button */
#cart .btn-inverse {
  background-color: #1a1a1a;
  border-color: #1a1a1a;
  color: #fff;
  border-radius: 8px;
  font-weight: 600;
  box-shadow: 0 4px 10px rgba(249, 115, 22, 0.2);
  transition: all 0.3s ease;
}

#cart .btn-inverse:hover {
  background-color: #f97316;
  border-color: #f97316;
  box-shadow: 0 6px 15px rgba(249, 115, 22, 0.4);
  transform: translateY(-2px);
}

#cart .dropdown-menu {
  border: 2px solid #f97316;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Navigation Menu */
#menu,
.custom-nav-wrapper {
  background-color: #f97316;
  background-image: none;
  border: none;
  border-radius: 0;
  margin-bottom: 0;
  padding: 0;
}

#menu .navbar-nav>li>a {
  color: #fff;
  text-shadow: none;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-size: 14px;
  padding: 15px 10px;
  transition: all 0.3s ease;
}

#menu .navbar-nav>li>a:hover,
#menu .navbar-nav>li:hover>a {
  background-color: #e06512;
  color: #fff;
}

#menu .dropdown-menu {
  border-radius: 0 0 8px 8px;
  border: none;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

/* Homepage Wrappers */
.custom-hero {
  padding: 40px 0;
  /*background: linear-gradient(135deg, #fff 0%, #fff3ec 100%);*/
  margin-bottom: 40px;
}

/* Product Cards */
.product-thumb {
  border: none;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease;
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
}

.product-thumb:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(249, 115, 22, 0.15);
}

.product-thumb .image img {
  transition: transform 0.5s ease;
}

.product-thumb:hover .image img {
  transform: scale(1.08);
}

.product-thumb .description {
  padding: 20px 20px;
  text-align: center;
}

.product-thumb .description h4 {
  font-size: 16px;
  margin-bottom: 5px;
}

.product-thumb .description h4 a {
  color: #1a1a1a;
  text-decoration: none;
  font-family: 'Noto Sans', sans-serif;
  transition: color 0.2s ease;
}

.product-thumb .description h4 a:hover {
  color: #f97316;
}

.price {
  font-size: 18px;
  font-weight: 600;
  color: #f97316;
}

.price-new {
  color: #f97316;
}

.price-old {
  color: #999;
}

/* Product Card Buttons */
.product-thumb .button-group,
.product-thumb .button {
  background: #fff;
  border-top: 1px solid #f2f2f2;
  display: flex;
}

.product-thumb .button button,
.product-thumb .button-group button {
  background: transparent;
  border: none;
  border-right: 1px solid #f2f2f2;
  padding: 10px;
  color: #777;
  transition: all 0.2s ease;
  flex: 1;
}

.product-thumb .button button:last-child,
.product-thumb .button-group button:last-child {
  border-right: none;
}

.product-thumb .button button:hover,
.product-thumb .button-group button:hover {
  background-color: #f97316;
  color: #fff;
}

/* Primary Buttons Globals */
.btn-primary {
  background-color: #f97316;
  border-color: #f97316;
  border-radius: 6px;
  padding: 6px 16px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  background-color: #e06512;
  border-color: #e06512;
  box-shadow: 0 4px 15px rgba(249, 115, 22, 0.4);
}

/* Footer Overrides */
footer.custom-footer {
  background-color: #111 !important;
  border-top: 4px solid #f97316;
  padding: 60px 0 40px;
  color: #999;
  clear: both;
}

footer.custom-footer h5 {
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 25px;
}

footer.custom-footer h5::after {
  content: '';
  display: block;
  width: 40px;
  height: 2px;
  background: #f97316;
  margin-top: 5px;
}

footer.custom-footer ul li a {
  color: #fff;
  transition: color 0.2s ease;
  font-size: 15px;
}

footer.custom-footer ul li a:hover {
  color: #f97316;
  padding-left: 5px;
}

footer.custom-footer hr {
  border-color: #333;
  margin: 40px 0;
}

footer.custom-footer p {
  color: #fff;
}

.hover-orange:hover {
  color: #f97316 !important;
}

/* Carousel/Banner tweaks */
/* General Layout specific */
#content h3 {
  font-size: 20px;
  text-align: center;
  font-weight: 500;
  margin: 40px 0 30px;
  color: #111;
}

/* Layout clearfixes */
main::after,
#common-home::after,
.custom-hero::after,
#content::after {
  content: "";
  display: table;
  clear: both;
}

#common-home {
  padding-bottom: 10px;
  background-color: #fff3ec;
}

.carousel-inner {
  min-height: 100px;
}

#content h3::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background: #f97316;
  margin: 15px auto 0;
}

.bg-orange {
  background-color: #f97316 !important;
}

.text-orange {
  color: #f97316 !important;
}

/* Global Link Overrides for Orange Theme */
a {
  color: #f97316;
  text-decoration: none;
  transition: color 0.2s ease;
}

a:hover {
  color: #e06512;
}

/* Protect utility text colors from global override */
.text-dark a,
a.text-dark,
.text-muted a,
a.text-muted {
  color: inherit;
}

.text-white a,
a.text-white {
  color: inherit;
}

/* Nav Tabs Orange Theme */
.nav-tabs .nav-link {
  color: #555;
}

.nav-tabs .nav-link:hover {
  color: #f97316;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #fff !important;
}

/* Orange Theme Overrides for List Groups and Links */
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  background-color: #f97316;
  border-color: #f97316;
  color: #fff;
}

.breadcrumb a {
  color: #555;
  text-decoration: none;
  transition: color 0.2s ease;
}

.breadcrumb a:hover {
  color: #f97316;
}

.breadcrumb .fas.fa-home {
  color: #f97316;
}

/* Make the default OpenCart logo roughly orange using a CSS filter as a temporary fix */
#logo img {
  /*filter: hue-rotate(160deg) saturate(3) brightness(0.9);*/
}

/* Account Page Premium Styles */
.bg-light-orange {
  background-color: rgba(249, 115, 22, 0.1) !important;
}

.text-orange {
  color: #f97316 !important;
}

.transition-all {
  transition: all 0.3s ease;
}

.account-card {
  border: 1px solid transparent;
}

.account-card:hover {
  transform: translateY(-5px);
  border-color: rgba(249, 115, 22, 0.3);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05) !important;
}

.account-card:hover .icon-wrap {
  background-color: #f97316 !important;
}

.account-card:hover .icon-wrap i {
  color: #fff !important;
}

.account-card .icon-wrap {
  transition: all 0.3s ease;
}

.account-sidebar {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03) !important;
}

.account-sidebar .list-group-item {
  font-size: 15px;
  color: #555;
  transition: all 0.2s ease;
}

.account-sidebar .list-group-item:hover {
  background-color: rgba(249, 115, 22, 0.05);
  color: #f97316;
  padding-left: 22px !important;
}

.account-sidebar .list-group-item.active {
  background-color: rgba(249, 115, 22, 0.1) !important;
  color: #f97316 !important;
  border-left: 4px solid #f97316 !important;
  font-weight: 600;
}

/* Global Premium Form & Input Styles */
.form-control,
.form-select {
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 6px 8px;
  font-size: 15px;
  color: #334155;
  background-color: #f8fafc;
  transition: all 0.3s ease;
  box-shadow: none;
}

.form-control:focus,
.form-select:focus {
  background-color: #ffffff;
  border-color: #f97316;
  box-shadow: 0 0 0 4px rgba(249, 115, 22, 0.15) !important;
  outline: 0;
}

.form-control::placeholder {
  color: #94a3b8;
  font-weight: 400;
}

.col-form-label,
.form-label {
  font-weight: 600;
  color: #475569;
  font-size: 14px;
  margin-bottom: 6px;
}

fieldset legend {
  font-size: 20px;
  font-weight: 700;
  color: #1e293b;
  border-bottom: 2px solid #f1f5f9;
  padding-bottom: 12px;
  margin-bottom: 24px;
}

.btn-light {
  background-color: #f1f5f9;
  border-color: #f1f5f9;
  color: #475569;
  font-weight: 600;
  border-radius: 8px;
  padding: 10px 20px;
  transition: all 0.3s ease;
}

.btn-light:hover,
.btn-light:focus {
  background-color: #e2e8f0;
  border-color: #e2e8f0;
  color: #1e293b;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

.btn-primary {
  background-color: #f97316;
  border-color: #f97316;
  color: #ffffff;
  font-weight: 600;
  border-radius: 8px;
  padding: 10px 24px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px -1px rgba(249, 115, 22, 0.2);
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #ea580c;
  border-color: #ea580c;
  box-shadow: 0 10px 15px -3px rgba(249, 115, 22, 0.3);
  transform: translateY(-1px);
}

.invalid-feedback {
  font-size: 13px;
  color: #ef4444;
  margin-top: 6px;
}

/* =========================================
   Home Foods - Modern Search Box
   ========================================= */

.homefoods-search {
  width: 100%;
  margin: 0;
}

.homefoods-search-box {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 48px;
  background: #ffffff;
  border: 1px solid #e4e4e4;
  border-radius: 30px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.homefoods-search-box:hover {
  border-color: #f04a23;
}

.homefoods-search-box:focus-within {
  border-color: #f04a23;
  box-shadow: 0 0 0 3px rgba(240, 74, 35, 0.10);
}

/* Search Icon */

.homefoods-search-box .search-icon {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: #777;
  font-size: 15px;
  pointer-events: none;
}

/* Input */

.homefoods-search-input {
  width: 100%;
  height: 100%;
  padding: 0 55px 0 45px;
  border: 0 !important;
  outline: none !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #333;
  font-size: 14px;
  font-weight: 400;
}

.homefoods-search-input::placeholder {
  color: #999;
  opacity: 1;
}

/* Search Button */

.homefoods-search-btn {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  background: #f04a23;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.homefoods-search-btn:hover {
  background: #d83b18;
  transform: scale(1.05);
}

.homefoods-search-btn i {
  font-size: 13px;
}


/* =========================================
   Mobile
   ========================================= */

@media (max-width: 767px) {

  .homefoods-search-box {
    height: 44px;
    border-radius: 25px;
  }

  .homefoods-search-input {
    font-size: 13px;
    padding-left: 42px;
    padding-right: 50px;
  }

  .homefoods-search-box .search-icon {
    left: 16px;
    font-size: 14px;
  }

  .homefoods-search-btn {
    width: 34px;
    height: 34px;
    top: 4px;
    right: 4px;
  }

  .homefoods-search-btn i {
    font-size: 12px;
  }
}

/* =========================================
   MODERN MINI CART
   ========================================= */

.mini-cart {
  position: relative;
}


/* Cart Button */

.mini-cart-btn {
  display: flex;
  align-items: center;
  gap: 10px;

  height: 48px;
  padding: 0 18px;

  border: 0;
  border-radius: 12px;

  background: #111827;
  color: #ffffff;

  font-size: 14px;
  font-weight: 600;

  transition: all 0.25s ease;
}

.mini-cart-btn:hover,
.mini-cart-btn:focus {
  background: #000000;
  color: #ffffff;
  transform: translateY(-1px);
}

.mini-cart-btn::after {
  margin-left: 3px;
}

.mini-cart-icon {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 30px;
  height: 30px;

  border-radius: 50%;

  background: rgba(255, 255, 255, 0.12);
}

.mini-cart-label {
  white-space: nowrap;
}


/* =========================================
   DROPDOWN
   ========================================= */

.mini-cart-dropdown {
  width: 410px;

  padding: 0;

  margin-top: 12px !important;

  border: 1px solid #e5e7eb;
  border-radius: 18px;

  background: #ffffff;

  box-shadow:
    0 20px 50px rgba(0, 0, 0, 0.12),
    0 5px 15px rgba(0, 0, 0, 0.05);

  overflow: hidden;
}


/* =========================================
   HEADER
   ========================================= */

.mini-cart-header {
  display: flex;
  align-items: center;
  justify-content: space-between;

  padding: 18px 20px;

  border-bottom: 1px solid #eeeeee;
}

.mini-cart-header h5 {
  margin: 0 0 3px;

  color: #111827;

  font-size: 17px;
  font-weight: 700;
}

.mini-cart-header span {
  color: #6b7280;
  font-size: 12px;
}

.mini-cart-count {
  display: flex;
  align-items: center;
  justify-content: center;

  min-width: 28px;
  height: 28px;

  padding: 0 8px;

  border-radius: 50px;

  background: #f3f4f6;
  color: #111827 !important;

  font-size: 12px !important;
  font-weight: 700;
}


/* =========================================
   PRODUCTS
   ========================================= */

.mini-cart-products {
  max-height: 360px;
  overflow-y: auto;
}


/* Custom scrollbar */

.mini-cart-products::-webkit-scrollbar {
  width: 5px;
}

.mini-cart-products::-webkit-scrollbar-thumb {
  background: #d1d5db;
  border-radius: 10px;
}


/* Product */

.mini-cart-product {
  position: relative;

  display: flex;
  gap: 12px;

  padding: 16px 18px;

  border-bottom: 1px solid #f1f1f1;

  transition: background 0.2s ease;
}

.mini-cart-product:hover {
  background: #fafafa;
}


/* Product Image */

.mini-cart-image {
  flex: 0 0 72px;
  width: 72px;
  height: 72px;

  border-radius: 12px;

  background: #f8f8f8;

  overflow: hidden;
}

.mini-cart-image a {
  display: block;
  width: 100%;
  height: 100%;
}

.mini-cart-image img {
  width: 100%;
  height: 100%;

  object-fit: contain;

  padding: 5px;

  transition: transform 0.3s ease;
}

.mini-cart-product:hover .mini-cart-image img {
  transform: scale(1.05);
}


/* Product Info */

.mini-cart-info {
  flex: 1;
  min-width: 0;
}

.mini-cart-name {
  display: block;

  margin-right: 20px;

  color: #111827;

  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;

  text-decoration: none;

  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;

  overflow: hidden;
}

.mini-cart-name:hover {
  color: #000;
}


/* Meta */

.mini-cart-meta {
  margin-top: 3px;

  color: #9ca3af;

  font-size: 11px;
  line-height: 1.4;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


/* Quantity + price */

.mini-cart-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;

  margin-top: 8px;
}

.mini-cart-quantity {
  color: #6b7280;

  font-size: 12px;
  font-weight: 500;
}

.mini-cart-price {
  color: #111827;

  font-size: 14px;
  font-weight: 700;
}


/* =========================================
   REMOVE BUTTON
   ========================================= */

.mini-cart-remove {
  position: absolute;

  top: 14px;
  right: 14px;
}

.mini-cart-remove form {
  margin: 0;
}

.mini-cart-remove button {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 25px;
  height: 25px;

  padding: 0;

  border: 0;
  border-radius: 50%;

  background: #f3f4f6;
  color: #6b7280;

  font-size: 11px;

  transition: all 0.2s ease;
}

.mini-cart-remove button:hover {
  background: #fee2e2;
  color: #dc2626;

  transform: rotate(90deg);
}


/* =========================================
   FOOTER
   ========================================= */

.mini-cart-footer {
  padding: 16px 18px;

  background: #ffffff;
}


/* Totals */

.mini-cart-totals {
  margin-bottom: 15px;

  padding-bottom: 14px;

  border-bottom: 1px solid #eeeeee;
}

.mini-cart-total-row {
  display: flex;
  align-items: center;
  justify-content: space-between;

  padding: 4px 0;

  color: #6b7280;

  font-size: 13px;
}

.mini-cart-total-row strong {
  color: #111827;
  font-size: 14px;
}


/* Last total */

.mini-cart-total-row:last-child {
  margin-top: 5px;

  color: #111827;

  font-size: 15px;
}

.mini-cart-total-row:last-child strong {
  font-size: 17px;
}


/* =========================================
   ACTION BUTTONS
   ========================================= */

.mini-cart-actions {
  display: grid;

  grid-template-columns: 1fr 1fr;

  gap: 10px;
}

.mini-cart-actions a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;

  min-height: 44px;

  padding: 10px 12px;

  border-radius: 10px;

  font-size: 13px;
  font-weight: 600;

  text-decoration: none;

  transition: all 0.25s ease;
}


/* Cart */

.mini-cart-cart-btn {
  border: 1px solid #e5e7eb;

  background: #ffffff;
  color: #111827;
}

.mini-cart-cart-btn:hover {
  background: #f9fafb;
  color: #111827;

  border-color: #d1d5db;
}


/* Checkout */

.mini-cart-checkout-btn {
  border: 1px solid #111827;

  background: #111827;
  color: #ffffff;
}

.mini-cart-checkout-btn:hover {
  background: #000000;
  color: #ffffff;

  transform: translateY(-1px);
}


/* =========================================
   EMPTY CART
   ========================================= */

.mini-cart-empty {
  padding: 45px 25px;

  text-align: center;
}

.mini-cart-empty-icon {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 65px;
  height: 65px;

  margin: 0 auto 15px;

  border-radius: 50%;

  background: #f3f4f6;

  color: #6b7280;

  font-size: 25px;
}

.mini-cart-empty h5 {
  margin: 0 0 5px;

  color: #111827;

  font-size: 16px;
  font-weight: 700;
}

.mini-cart-empty p {
  margin: 0;

  color: #9ca3af;

  font-size: 13px;
}


/* =========================================
   MOBILE
   ========================================= */

@media (max-width: 575.98px) {

  .mini-cart-dropdown {
    position: fixed !important;

    top: 70px !important;
    left: 10px !important;
    right: 10px !important;

    width: auto;

    margin: 0 !important;

    max-height: calc(100vh - 90px);

    border-radius: 16px;
  }

  .mini-cart-products {
    max-height: 50vh;
  }

  .mini-cart-btn {
    padding: 0 12px;
  }

  .mini-cart-label {
    display: none;
  }

}

/* =========================================================
   MODERN OPEN CART 4 MENU
   ========================================================= */

#main-menu {
  position: relative;
  z-index: 1000;
  width: 100%;
  /* border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee; */
}


/* Main wrapper */

.menu-wrapper {
  display: flex;
  align-items: center;

  min-height: 58px;
}


/* =========================================================
   SHOP BY CATEGORY
   ========================================================= */

.category-menu {
  position: relative;

  width: 270px;

  flex: 0 0 270px;
}


/* Category button */

.category-menu-button {
  display: flex;
  align-items: center;

  width: 100%;
  height: 58px;

  padding: 0 20px;

  border: 0;

  background: #111827;
  color: #ffffff;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.25s ease;
}

.category-menu-button:hover {
  background: #000000;
}


.category-menu-icon {
  display: flex;
  align-items: center;
  justify-content: center;

  margin-right: 12px;

  font-size: 16px;
}


.category-arrow {
  margin-left: auto;

  font-size: 11px;

  transition: transform 0.25s ease;
}


.category-menu:hover .category-arrow {
  transform: rotate(180deg);
}


/* =========================================================
   VERTICAL CATEGORY LIST
   ========================================================= */

.category-dropdown {
  position: absolute;

  top: 100%;
  left: 0;

  width: 270px;

  background: #ffffff;

  border: 1px solid #e5e7eb;
  border-top: 0;

  box-shadow:
    0 15px 40px rgba(0, 0, 0, 0.10);

  opacity: 0;
  visibility: hidden;

  transform: translateY(8px);

  transition:
    opacity 0.2s ease,
    transform 0.2s ease,
    visibility 0.2s ease;
}


.category-menu:hover .category-dropdown {
  opacity: 1;
  visibility: visible;

  transform: translateY(0);
}


/* Category list */

.category-list {
  margin: 0;
  padding: 8px 0;

  list-style: none;
}


.category-item {
  position: relative;

  margin: 0;
  padding: 0;
}


.category-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7px 8px;
  color: #374151;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s ease;
}


.category-link:hover {
  background: #f5f3ff;
  color: #000;
  padding-left: 22px;
}


.category-link i {
  color: #9ca3af;

  font-size: 10px;
}


.category-link:hover i {
  color: #000;
}


/* =========================================================
   MEGA MENU
   ========================================================= */

.category-mega-menu {
  position: absolute;
  top: -8px;
  left: calc(100% - 1px);
  width: 650px;
  min-height: 250px;
  padding: 20px;
  background: #ffffff;

  border: 1px solid #e5e7eb;

  box-shadow:
    0 20px 50px rgba(0, 0, 0, 0.12);

  opacity: 0;
  visibility: hidden;

  transform: translateX(10px);

  transition:
    opacity 0.2s ease,
    transform 0.2s ease,
    visibility 0.2s ease;
}


.category-item:hover .category-mega-menu {
  opacity: 1;
  visibility: visible;

  transform: translateX(0);
}


/* Mega menu title */

.mega-menu-title {
  padding-bottom: 7px;
  margin-bottom: 9px;
  border-bottom: 1px solid #eeeeee;
}


.mega-menu-title a {
  color: #111827;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
}

.mega-menu-title a:hover {
  color: #000;
}

/* Columns */

.mega-menu-columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

.mega-menu-columns ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mega-menu-columns li {
  margin-bottom: 9px;
}

.mega-menu-columns a {
  color: #35373a;
  font-size: 15px;
  text-decoration: none;
  transition: color 0.2s ease;
}


.mega-menu-columns a:hover {
  color: #000;
}


/* Mega footer */

.mega-menu-footer {
  margin-top: 20px;

  padding-top: 15px;

  border-top: 1px solid #eeeeee;
}


.mega-menu-footer a {
  display: inline-flex;
  align-items: center;
  gap: 8px;

  color: #000;

  font-size: 13px;
  font-weight: 600;

  text-decoration: none;
}


.mega-menu-footer a:hover {
  gap: 12px;
}


/* =========================================================
   VIEW ALL
   ========================================================= */

.category-view-all {
  padding: 12px 18px;

  border-top: 1px solid #eeeeee;
}


.category-view-all a {
  display: flex;
  align-items: center;
  gap: 9px;

  color: #111827;

  font-size: 12px;
  font-weight: 600;

  text-decoration: none;
}


.category-view-all a:hover {
  color: #000;
}


/* =========================================================
   MAIN NAVIGATION
   ========================================================= */

.main-navigation {
  flex: 1;
}


.main-navigation ul {
  display: flex;
  align-items: center;

  margin: 0;
  padding: 0 15px;

  list-style: none;
}


.main-navigation li {
  margin: 0;
}


.main-navigation a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 7px;
  min-height: 58px;
  padding: 0 18px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.2s ease;
  text-transform: uppercase;
}


.main-navigation a::after {
  position: absolute;

  right: 18px;
  bottom: 0;
  left: 18px;

  height: 2px;

  background: #111827;

  content: "";

  transform: scaleX(0);

  transition: transform 0.2s ease;
}


.main-navigation a:hover {
  color: #111827;
}


.main-navigation a:hover::after {
  transform: scaleX(1);
}


/* Home icon */

.main-navigation a i {
  font-size: 13px;
}


/* Sale badge */

.menu-badge {
  display: inline-flex;
  align-items: center;

  padding: 3px 6px;

  margin-left: 2px;

  border-radius: 4px;

  background: #dc2626;
  color: #ffffff;

  font-size: 8px;
  font-weight: 700;
  line-height: 1;
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 991.98px) {

  #main-menu {
    /*display: none;*/
  }

}


@media (min-width: 992px) {

  .category-menu-button {
    cursor: pointer;
  }

}


/* =========================================================
   MOBILE MENU - FIXED VERSION
   ========================================================= */

/* Mobile menu button */
.mobile-menu-button {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 8px;

  height: 44px;
  padding: 0 16px;

  border: 0;
  border-radius: 8px;

  background: #111827 !important;
  color: #fff !important;

  font-size: 14px;
  font-weight: 600;

  cursor: pointer;
}


/* =========================================================
   OVERLAY
   ========================================================= */

#mobile-menu-overlay {
  position: fixed !important;

  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;

  width: 100% !important;
  height: 100% !important;

  z-index: 99998 !important;

  background: rgba(0, 0, 0, 0.5) !important;

  opacity: 0 !important;
  visibility: hidden !important;

  pointer-events: none;

  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
}


#mobile-menu-overlay.active {
  opacity: 1 !important;
  visibility: visible !important;

  pointer-events: auto;
}


/* =========================================================
   MOBILE DRAWER
   ========================================================= */

#mobile-menu {
  position: fixed !important;

  top: 0 !important;
  left: 0 !important;

  width: min(360px, 88vw) !important;
  height: 100vh !important;
  height: 100dvh !important;

  z-index: 99999 !important;

  display: flex !important;
  flex-direction: column !important;

  margin: 0 !important;
  padding: 0 !important;

  background: #fff !important;

  box-shadow: 10px 0 40px rgba(0, 0, 0, 0.2) !important;

  transform: translate3d(-105%, 0, 0) !important;

  visibility: hidden !important;

  transition:
    transform 0.35s ease,
    visibility 0.35s ease;
}


/* OPEN STATE */

#mobile-menu.active {
  transform: translate3d(0, 0, 0) !important;

  visibility: visible !important;
}


/* =========================================================
   MOBILE HEADER
   ========================================================= */

.mobile-menu-header {
  flex: 0 0 64px;

  display: flex;
  align-items: center;
  justify-content: space-between;

  padding: 0 20px;

  background: #111827 !important;
  color: #fff !important;
}


.mobile-menu-title {
  display: flex;
  align-items: center;
  gap: 10px;

  color: #fff !important;

  font-size: 16px;
  font-weight: 700;
}


.mobile-menu-title i {
  color: #fff !important;
}


.mobile-menu-close {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 36px;
  height: 36px;

  padding: 0;

  border: 0 !important;
  border-radius: 50%;

  background: rgba(255, 255, 255, 0.15) !important;

  color: #fff !important;

  font-size: 18px;

  cursor: pointer;
}


.mobile-menu-close:hover {
  background: rgba(255, 255, 255, 0.25) !important;
}


/* =========================================================
   MOBILE BODY
   ========================================================= */

.mobile-menu-body {
  flex: 1 1 auto;

  width: 100%;

  padding: 8px 0 20px;

  overflow-x: hidden;
  overflow-y: auto;

  background: #fff !important;
}


/* =========================================================
   MOBILE MAIN LINKS
   ========================================================= */

.mobile-main-link {
  display: flex !important;
  align-items: center;
  justify-content: space-between;

  width: 100%;

  min-height: 52px;

  padding: 0 20px !important;

  border-bottom: 1px solid #eeeeee;

  background: #fff !important;
  color: #1f2937 !important;

  font-size: 15px;
  font-weight: 500;

  text-decoration: none !important;
}


.mobile-main-link span {
  display: flex;
  align-items: center;
  gap: 12px;
}


.mobile-main-link span i {
  width: 18px;

  color: #000 !important;

  text-align: center;
}


.mobile-main-link:hover {
  background: #f8f7ff !important;
  color: #000 !important;
}


/* =========================================================
   CATEGORY BUTTON
   ========================================================= */

.mobile-category-section {
  width: 100%;

  border-bottom: 1px solid #eeeeee;
}


.mobile-category-toggle {
  display: flex !important;
  align-items: center;
  justify-content: space-between;

  width: 100% !important;
  min-height: 54px;

  padding: 0 20px !important;

  border: 0 !important;

  background: #fff !important;
  color: #1f2937 !important;

  font-size: 15px;
  font-weight: 600;

  cursor: pointer;

  text-align: left;
}


.mobile-category-toggle span {
  display: flex;
  align-items: center;
  gap: 12px;
}


.mobile-category-toggle span i {
  color: #000 !important;
}


.mobile-toggle-icon {
  color: #9ca3af !important;

  transition: transform 0.25s ease;
}


.mobile-category-toggle.active {
  background: #f8f7ff !important;
  color: #000 !important;
}


.mobile-category-toggle.active .mobile-toggle-icon {
  transform: rotate(180deg);
}


/* =========================================================
   CATEGORY LIST
   ========================================================= */

.mobile-category-list {
  display: none !important;

  width: 100%;

  margin: 0;
  padding: 0;

  background: #fafafa !important;
}


.mobile-category-list.active {
  display: block !important;
}


/* =========================================================
   CATEGORY ITEM
   ========================================================= */

.mobile-category-item {
  width: 100%;

  border-top: 1px solid #eeeeee;
}


.mobile-category-row {
  display: flex;

  width: 100%;
}


.mobile-category-name {
  display: flex !important;
  align-items: center;

  flex: 1;

  min-height: 48px;

  padding: 0 20px !important;

  background: #fafafa !important;
  color: #374151 !important;

  font-size: 15px;

  text-decoration: none !important;
}


.mobile-category-name:hover {
  color: #000 !important;
}


/* =========================================================
   SUBCATEGORY BUTTON
   ========================================================= */

.mobile-subcategory-toggle {
  display: flex !important;
  align-items: center;
  justify-content: center;

  flex: 0 0 50px;

  width: 50px;
  min-height: 48px;

  padding: 0;

  border: 0 !important;
  border-left: 1px solid #eeeeee !important;

  background: #fafafa !important;
  color: #9ca3af !important;

  cursor: pointer;
}


.mobile-subcategory-toggle.active {
  background: #f3f1ff !important;
  color: #000 !important;
}


.mobile-subcategory-toggle i {
  transition: transform 0.25s ease;
}


.mobile-subcategory-toggle.active i {
  transform: rotate(180deg);
}


/* =========================================================
   SUBCATEGORY LIST
   ========================================================= */

.mobile-subcategory-list {
  display: none !important;

  width: 100%;

  margin: 0;
  padding: 5px 0 10px;

  background: #f1f1f1 !important;
}


.mobile-subcategory-list.active {
  display: block !important;
}


.mobile-subcategory-link,
.mobile-all-category {
  display: flex !important;
  align-items: center;

  width: 100%;

  min-height: 40px;

  padding: 0 20px 0 42px !important;

  border-bottom: 1px solid #e5e5e5;

  background: transparent !important;

  color: #6b7280 !important;

  font-size: 12px;

  text-decoration: none !important;
}


.mobile-all-category {
  color: #000 !important;
  font-weight: 600;
}


/* =========================================================
   MOBILE FOOTER
   ========================================================= */

.mobile-menu-footer {
  flex: 0 0 58px;

  display: flex;
  align-items: center;
  justify-content: space-between;

  padding: 0 20px;

  border-top: 1px solid #eeeeee;

  background: #fafafa !important;

  font-size: 12px;
}


.mobile-menu-footer span {
  display: flex;
  align-items: center;
  gap: 7px;

  color: #6b7280;
}


.mobile-menu-footer a {
  color: #000 !important;

  font-weight: 600;

  text-decoration: none;
}


/* =========================================================
   BODY LOCK
   ========================================================= */

body.mobile-menu-open {
  overflow: hidden !important;
}


/* =========================================================
   MOBILE BREAKPOINT
   ========================================================= */

@media (max-width: 991.98px) {

  .category-menu,
  .main-navigation {
    display: none !important;
  }


  .mobile-menu-button {
    display: flex !important;
  }

}


/* =========================================================
   DESKTOP - COMPLETELY HIDE MOBILE MENU
   ========================================================= */

@media (min-width: 992px) {

  .mobile-menu-button,
  #mobile-menu,
  #mobile-menu-overlay {
    display: none !important;
  }

}

/* === HEADING STYLE #3 === */
.three {
  margin-bottom: 30px;
}

.three h2 {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5em;
  padding-bottom: 5px;
  position: relative;
}

.three h2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 55px;
  background-color: #f97316;
}

.three h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 1px;
  width: 95%;
  max-width: 255px;
  background-color: #f97316;
}

/* =========================================
   MODERN BREADCRUMB
========================================= */

.modern-breadcrumb-wrapper {
  width: 100%;
  margin-bottom: 20px;
  margin-top: 20px;
}


/* Breadcrumb Container */

.modern-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;

  list-style: none;

  margin: 0;
  padding: 12px 16px;

  background: #ffffff;

  border: 1px solid #e5e7eb;
  border-radius: 8px;

  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}


/* Breadcrumb Item */

.modern-breadcrumb-item {
  display: flex;
  align-items: center;

  font-size: 14px;
  color: #6b7280;
}


/* Links */

.modern-breadcrumb-item a {
  color: #4b5563;
  text-decoration: none;

  transition: color 0.2s ease;
}


/* Hover */

.modern-breadcrumb-item a:hover {
  color: #ff6b0b;
}


/* Home */

.modern-breadcrumb-item.home-item a {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 32px;
  height: 32px;

  background: #fff4ec;
  color: #ff6b0b;

  border-radius: 6px;

  transition: all 0.2s ease;
}

.modern-breadcrumb-item.home-item a:hover {
  background: #ff6b0b;
  color: #ffffff;
}


/* Separator */

.modern-breadcrumb-separator {
  display: flex;
  align-items: center;

  margin: 0 12px;

  color: #c4c9d1;

  font-size: 9px;
}


/* Current Page */

.modern-breadcrumb-item.current {
  color: #111827;
  font-weight: 600;
}


/* =========================================
   MOBILE BREADCRUMB
========================================= */

@media (max-width: 767.98px) {

  .modern-breadcrumb-wrapper {
    margin-bottom: 18px;
  }

  .modern-breadcrumb {
    padding: 10px 12px;
  }

  .modern-breadcrumb-item {
    font-size: 13px;
  }

  .modern-breadcrumb-separator {
    margin: 0 8px;
  }

}

/* =========================================
   HF CATEGORY SIDEBAR
   Unique classes - will not affect
   other OpenCart categories
========================================= */

.hf-category-sidebar {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 30px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.05);
}


/* =========================================
   HEADER
========================================= */

.hf-category-header {
  display: flex;
  align-items: center;
  gap: 10px;

  padding: 15px 18px;

  background: #ff6b0b;
  color: #ffffff;

  font-size: 16px;
  font-weight: 600;
}

.hf-category-header i {
  font-size: 15px;
}


/* =========================================
   CATEGORY LIST
========================================= */

.hf-category-list {
  width: 100%;
}


/* =========================================
   MAIN CATEGORY
========================================= */

.hf-category-item {
  display: flex;
  align-items: center;
  justify-content: space-between;

  width: 100%;
  box-sizing: border-box;

  padding: 14px 16px;

  color: #1f2937;
  background: #ffffff;

  border-bottom: 1px solid #edf0f3;

  text-decoration: none;

  font-size: 14px;
  font-weight: 500;

  transition: all 0.2s ease;
}


/* Prevent Bootstrap/theme link styles */

.hf-category-item:hover,
.hf-category-item:focus {
  text-decoration: none;
}


/* Category name */

.hf-category-name {
  display: flex;
  align-items: center;
  gap: 10px;

  min-width: 0;
}


/* Left arrow */

.hf-category-left-icon {
  color: #9ca3af;
  font-size: 9px;

  flex-shrink: 0;

  transition: transform 0.2s ease;
}


/* Right arrow */

.hf-category-toggle {
  color: #9ca3af;
  font-size: 9px;

  flex-shrink: 0;
}


/* =========================================
   HOVER
========================================= */

.hf-category-item:hover {
  color: #ff6b0b;
  background: #fff7f1;

  padding-left: 20px;
}

.hf-category-item:hover .hf-category-left-icon {
  color: #ff6b0b;
  transform: translateX(2px);
}


/* =========================================
   ACTIVE CATEGORY
========================================= */

.hf-category-item.hf-category-active {
  color: #ffffff;
  background: #ff6b0b;

  font-weight: 600;
}

.hf-category-item.hf-category-active:hover {
  color: #ffffff;
  background: #ff6b0b;
  padding-left: 16px;
}

.hf-category-item.hf-category-active .hf-category-left-icon,
.hf-category-item.hf-category-active .hf-category-toggle {
  color: #ffffff;
}


/* =========================================
   SUBCATEGORY
========================================= */

.hf-subcategory-list {
  background: #fafafa;
  border-bottom: 1px solid #edf0f3;
}


/* Subcategory link */

.hf-subcategory-item {
  display: flex;
  align-items: center;
  gap: 10px;

  width: 100%;
  box-sizing: border-box;

  padding: 12px 16px 12px 38px;

  color: #374151;
  background: #fafafa;

  text-decoration: none;

  font-size: 13.5px;

  border-bottom: 1px solid #eeeeee;

  transition: all 0.2s ease;
}


/* Prevent Bootstrap/theme link styles */

.hf-subcategory-item:hover,
.hf-subcategory-item:focus {
  text-decoration: none;
}


/* Subcategory arrow */

.hf-subcategory-item>i {
  font-size: 8px;
  color: #9ca3af;

  flex-shrink: 0;

  transition: all 0.2s ease;
}


/* Subcategory hover */

.hf-subcategory-item:hover {
  color: #ff6b0b;
  background: #fff7f1;

  padding-left: 43px;
}

.hf-subcategory-item:hover>i {
  color: #ff6b0b;
}


/* =========================================
   ACTIVE SUBCATEGORY
========================================= */

.hf-subcategory-item.hf-subcategory-active {
  color: #ff6b0b;
  background: #fff1e8;

  font-weight: 600;

  border-left: 3px solid #ff6b0b;

  padding-left: 35px;
}

.hf-subcategory-item.hf-subcategory-active>i {
  color: #ff6b0b;
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767.98px) {

  .hf-category-sidebar {
    border-radius: 10px;
    margin-bottom: 20px;
  }

  .hf-category-header {
    padding: 14px 16px;
  }

  .hf-category-item {
    padding: 13px 15px;
  }

  .hf-category-item:hover {
    padding-left: 18px;
  }

  .hf-subcategory-item {
    padding: 11px 15px 11px 34px;
  }

  .hf-subcategory-item:hover {
    padding-left: 39px;
  }

}

.product-premium-container {
  background: #ffffff;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.05);
  margin-bottom: 40px;
  border: 1px solid rgba(0, 0, 0, 0.03);
}

.product-image-wrapper {
  padding: 20px;
  background: #fff;
  border-radius: 16px;
  text-align: center;
  position: relative;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.02);
  border: 1px solid #f8f9fa;
}

.product-image-wrapper img {
  max-width: 100%;
  height: auto;
  border: none !important;
  transition: transform 0.4s ease;
  cursor: zoom-in;
}

.product-image-wrapper:hover img {
  transform: scale(1.03);
}

.product-thumbnails {
  display: flex;
  gap: 15px;
  margin-top: 25px;
  justify-content: center;
  flex-wrap: wrap;
}

.product-thumbnails a img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  border-radius: 10px;
  border: 2px solid #f1f1f1;
  transition: all 0.3s ease;
  padding: 5px;
  background: #fff;
}

.product-thumbnails a:hover img {
  border-color: #ff6b6b;
  box-shadow: 0 5px 15px rgba(255, 107, 107, 0.2);
  transform: translateY(-3px);
}

.product-title {
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 15px;
  line-height: 1.2;
}

.product-meta-list {
  color: #6c757d;
  margin-bottom: 10px;
  padding-left: 0;
}

.product-meta-list li {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}

.product-meta-list li::before {
  content: "•";
  color: #ff6b6b;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  margin-right: 5px;
}

.product-meta-list a {
  color: #ff6b6b;
  text-decoration: none;
  font-weight: 600;
  margin-left: 5px;
}

.product-price-block {
  margin-bottom: 35px;
  /* background: linear-gradient(145deg, #ffffff, #f8f9fa);
    padding: 25px;
    border-radius: 16px;
    border: 1px solid #eee;
    box-shadow: 0 4px 15px rgba(0,0,0,0.02); */
}

.price-new {
  font-size: 16px;
  font-weight: 600;
  color: #f97316;
}

.price-old {
  font-size: 1.4rem;
  text-decoration: line-through;
  color: #a4b0be;
  margin-right: 15px;
  font-weight: 500;
}

.btn-add-to-cart {
  background: linear-gradient(135deg, #f97316, #e96c13);
  color: white;
  border: none;
  padding: 6px 13px;
  font-weight: 500;
  border-radius: 50px;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  box-shadow: 0 10px 25px rgba(255, 71, 87, 0.3);
  text-transform: uppercase;
  width: 100%;
}

.btn-add-to-cart:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(255, 71, 87, 0.4);
  background: linear-gradient(135deg, #f97316, #ca5d0e);
  color: white;
}

.btn-action {
  background: #fff;
  border: 2px solid #eee;
  color: #555;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  font-size: 1rem;
}

.btn-action:hover {
  background: #f97316;
  color: #fff;
  border-color: #f97316;
  transform: rotate(5deg) scale(1.1);
  box-shadow: 0 5px 15px rgba(255, 71, 87, 0.2);
}

.premium-tabs {
  border-bottom: 2px solid #f1f1f1;
  margin-bottom: 30px;
  gap: 10px;
}

.premium-tabs .nav-link {
  border: none;
  color: #7f8c8d;
  font-weight: 600;
  padding: 5px 20px;
  font-size: 0.95rem;
  text-transform: uppercase;
  position: relative;
  background: transparent;
  border-radius: 20px;
  transition: all 0.3s ease;
}

.premium-tabs .nav-link:hover {
  background: #f8f9fa;
  color: #2c3e50;
}

.premium-tabs .nav-link.active {
  color: #fff;
  background: #2c3e50;
  box-shadow: 0 4px 15px rgba(44, 62, 80, 0.2);
}

.tab-content-premium {
  background: #fff;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.03);
  color: #444;
  line-height: 1.9;
  font-size: 1.05rem;
  margin-bottom: 50px;
  border: 1px solid rgba(0, 0, 0, 0.02);
}

.qty-wrapper {
  background: #f8f9fa;
  border-radius: 50px;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  width: fit-content;
  border: 1px solid #eee;
}

.qty-wrapper .input-group-text {
  background: transparent;
  border: none;
  font-weight: 700;
  color: #2c3e50;
  padding-right: 10px;
}

.qty-btn {
  background: #fff;
  border: 1px solid #ddd;
  color: #555;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s;
}

.qty-btn:hover {
  background: #f97316;
  color: #fff;
  border-color: #f97316;
}

.qty-wrapper input {
  border: none;
  text-align: center;
  width: 50px;
  font-size: 1.2rem;
  font-weight: 700;
  background: transparent;
}

.qty-wrapper input:focus {
  box-shadow: none;
  outline: none;
}

.review-rating-block {
  display: inline-flex;
  align-items: center;
  background: #fff9e6;
  padding: 4px 8px;
  border-radius: 10px;
  margin-bottom: 20px;
  border: 1px solid #ffeeba;
}

.review-rating-block .fa-star {
  color: #ffc107;
}

.review-links a {
  color: #2c3e50;
  font-weight: 600;
  text-decoration: none;
  margin-left: 10px;
  transition: color 0.2s;
}

.review-links a:hover {
  color: #f97316;
}

.options-section h3 {
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 20px;
  color: #2c3e50;
}

/* =========================================
   PRODUCT PRICE AREA
========================================= */

.hf-product-price-box {
  margin: 22px 0 25px;
}


/* =========================================
   SPECIAL PRICE LABEL
========================================= */

.hf-offer-label {
  display: inline-flex;
  align-items: center;

  margin-bottom: 7px;
  padding: 5px 10px;

  background: #fff3e8;
  color: #f56600;

  border-radius: 5px;

  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}


/* =========================================
   PRICE ROW
========================================= */

.hf-price-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}


/* Special Price */

.hf-special-price {
  color: #f56600;

  font-size: 26px;
  line-height: 1.2;
  font-weight: 700;
}


/* Old Price */

.hf-old-price {
  position: relative;

  color: #8b8f94;

  font-size: 16px;
  font-weight: 500;

  text-decoration: line-through;
  text-decoration-thickness: 1.5px;
}


/* =========================================
   DISCOUNT BADGE
========================================= */

.hf-discount-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 5px 9px;

  background: #eaf8ef;
  color: #168542;

  border-radius: 5px;

  font-size: 11px;
  font-weight: 700;

  white-space: nowrap;
}


/* =========================================
   SAVING TEXT
========================================= */

.hf-saving-text {
  margin-top: 6px;

  color: #168542;

  font-size: 13px;
  font-weight: 500;
}


/* =========================================
   REGULAR PRICE
========================================= */

.hf-regular-price {
  color: #f56600;
  font-size: 20px;
  float: left;
  font-weight: 600;
  padding-right: 20px;
}


/* =========================================
   TAX
========================================= */

.hf-tax-info {
  margin-top: 8px;
  color: #777;
  font-size: 12px;
}

/* =========================================
   POINTS
========================================= */

.hf-points-info {
  margin-top: 5px;
  color: #555;
  font-size: 13px;
}


/* =========================================
   QUANTITY DISCOUNTS
========================================= */

.hf-quantity-discounts {
  margin-top: 0px;
  padding-top: 0px;
}

.hf-discount-row {
  color: #555;
  font-size: 20px;
  font-weight: 600;
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

  .hf-product-price-box {
    margin: 18px 0 22px;
  }

  .hf-special-price,
  .hf-regular-price {
    font-size: 23px;
  }

  .hf-old-price {
    font-size: 15px;
  }

  .hf-price-row {
    gap: 8px;
  }

}

#checkout-checkout.container {
  max-width: 1200px;
}

.checkout-heading {
  font-size: 20px;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 5px;
  padding-bottom: 5px;
  /*border-bottom: 2px solid #f1f1f1;*/
}

#checkout-checkout fieldset,
#checkout-shipping-method fieldset,
#checkout-payment-method fieldset {
  background: #ffffff;
  border: 1px solid #eee;
  border-radius: 16px;
  padding: 25px;
  margin-bottom: 25px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.03);
}

#checkout-checkout fieldset legend {
  font-size: 1.4rem;
  font-weight: 800;
  color: #2c3e50;
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 2px solid #f9f9f9;
  width: 100%;
}

#checkout-checkout .form-label {
  font-weight: 700;
  color: #555;
  font-size: 0.95rem;
}

#checkout-checkout .form-control,
#checkout-checkout .form-select {
  border-radius: 10px;
  padding: 12px 15px;
  border: 1px solid #ddd;
  box-shadow: none;
  transition: all 0.3s;
  background-color: #fcfcfc;
}

#checkout-checkout .form-control:focus,
#checkout-checkout .form-select:focus {
  border-color: #ff6b6b;
  box-shadow: 0 0 0 0.25rem rgba(255, 107, 107, 0.15);
  background-color: #fff;
}

#checkout-checkout .btn-primary {
  background: linear-gradient(135deg, #ff6b6b, #f97316);
  border: none;
  padding: 14px 35px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 1.1rem;
  box-shadow: 0 8px 20px rgba(255, 71, 87, 0.3);
  transition: all 0.3s;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#checkout-checkout .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 25px rgba(255, 71, 87, 0.4);
  color: #fff;
}

#checkout-checkout .input-group {
  border-radius: 50px;
  background: #fff;
  border: 1px solid #ddd;
  padding: 4px;
  display: flex;
  align-items: center;
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.01);
}

#checkout-checkout .input-group .input-group-text {
  border: none;
  background: transparent;
  padding-left: 20px;
  color: #2c3e50;
  font-size: 1.1rem;
}

#checkout-checkout .input-group .form-control {
  border: none;
  background: transparent;
  box-shadow: none !important;
  padding-left: 10px;
  font-weight: 600;
}

#checkout-checkout .input-group .btn-primary {
  border-radius: 50px;
  margin: 0;
  padding: 10px 30px;
  box-shadow: 0 4px 10px rgba(255, 71, 87, 0.2);
  font-size: 1rem;
}

#checkout-confirm .table {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.03);
  border: 1px solid #eee;
  background: #fff;
}

#checkout-confirm .table thead th {
  background: #f8f9fa;
  border-bottom: none;
  text-transform: uppercase;
  font-size: 0.9rem;
  color: #7f8c8d;
  padding: 18px 20px;
  font-weight: 700;
}

#checkout-confirm .table td {
  vertical-align: middle;
  border-color: #f1f1f1;
  padding: 18px 20px;
}

#checkout-confirm tfoot td {
  font-weight: 700;
}

#checkout-confirm tfoot tr:last-child td {
  font-size: 1.4rem;
  color: #f97316;
  font-weight: 800;
  border-bottom: none;
}

.form-check-label {
  font-weight: 600;
  color: #444;
}

.form-check-input:checked {
  background-color: #f97316;
  border-color: #f97316;
}

.cart-premium-container {
  background: #ffffff;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.05);
  margin-bottom: 40px;
  border: 1px solid rgba(0, 0, 0, 0.03);
}

.cart-title {
  font-size: 20px;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 2px solid #f1f1f1;
}

/* Table Overrides */
.table-premium {
  border-collapse: separate;
  border-spacing: 0 15px;
  margin-top: -15px;
}

.table-premium thead th {
  border: none;
  text-transform: uppercase;
  font-size: 0.9rem;
  letter-spacing: 1px;
  color: #7f8c8d;
  padding: 10px 20px;
  background: transparent;
}

.table-premium tbody tr {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.03);
  border-radius: 12px;
  background: #fff;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.table-premium tbody tr:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
}

.table-premium tbody td {
  border: none;
  padding: 20px;
  vertical-align: middle;
}

.table-premium tbody td:first-child {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}

.table-premium tbody td:last-child {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

.cart-product-img {
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.cart-product-name {
  font-size: 1.15rem;
  font-weight: 700;
  color: #2c3e50;
  text-decoration: none;
}

.cart-product-name:hover {
  color: #f97316;
}

.cart-product-meta {
  font-size: 0.9rem;
  color: #7f8c8d;
  margin-top: 5px;
}

/* Quantity Input */
.cart-qty-group {
  background: #f8f9fa;
  border-radius: 50px;
  padding: 5px;
  display: flex;
  align-items: center;
  width: fit-content;
  margin: 0 auto;
  border: 1px solid #eee;
}

.cart-qty-btn {
  background: transparent;
  border: none;
  color: #7f8c8d;
  width: 28px;
  height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: color 0.2s;
  font-size: 0.85rem;
}

.cart-qty-btn:hover {
  color: #f97316;
}

.cart-qty-group input {
  border: none;
  background: transparent;
  text-align: center;
  font-weight: 700;
  width: 35px;
  box-shadow: none !important;
  padding: 0;
}

.cart-btn-update,
.cart-btn-remove {
  border-radius: 50%;
  width: 35px;
  height: 35px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  transition: all 0.2s;
  margin: 0 3px;
}

.cart-btn-update {
  background: #fff;
  color: #3498db;
  box-shadow: 0 2px 5px rgba(52, 152, 219, 0.2);
}

.cart-btn-update:hover {
  background: #3498db;
  color: #fff;
  transform: scale(1.1);
}

.cart-btn-remove {
  background: #fff;
  color: #f97316;
  box-shadow: 0 2px 5px rgba(255, 71, 87, 0.2);
}

.cart-btn-remove:hover {
  background: #f97316;
  color: #fff;
  transform: scale(1.1);
}

.cart-price,
.cart-total {
  font-weight: 700;
  font-size: 1.1rem;
  color: #2c3e50;
}

.cart-total-text {
  color: #f97316;
  font-size: 1.2rem;
}

/* Totals Table */
.totals-wrap {
  background: linear-gradient(145deg, #ffffff, #f8f9fa);
  border-radius: 16px;
  padding: 25px;
  margin-top: 30px;
  border: 1px solid #eee;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
}

.totals-wrap table {
  margin-bottom: 0;
}

.totals-wrap td {
  border-color: #eee;
  padding: 12px 15px;
  font-size: 1.05rem;
}

.totals-wrap tr:last-child td {
  border-bottom: none;
  font-size: 1.4rem;
  font-weight: 800;
  color: #f97316;
}

/* Action Buttons */
.btn-continue {
  background: #fff;
  border: 2px solid #eee;
  color: #555;
  font-weight: 700;
  padding: 14px 30px;
  border-radius: 50px;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
}

.btn-continue:hover {
  background: #f8f9fa;
  border-color: #ddd;
  color: #333;
  transform: translateY(-2px);
}

.btn-checkout {
  background: linear-gradient(135deg, #ff6b6b, #f97316);
  color: white;
  border: none;
  padding: 8px 20px;
  font-size: 17px;
  font-weight: 600;
  border-radius: 50px;
  transition: all 0.3s ease;
  box-shadow: 0 10px 25px rgba(255, 71, 87, 0.3);
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
}

.btn-checkout:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(255, 71, 87, 0.4);
  background: linear-gradient(135deg, #f97316, #ff6b6b);
  color: white;
}

.accordion-item {
  border-radius: 12px !important;
  border: 1px solid #eee;
  margin-bottom: 10px;
  overflow: hidden;
}

.accordion-button {
  font-weight: 700;
  color: #2c3e50;
  background: #f8f9fa;
  padding: 20px;
}

.accordion-button:not(.collapsed) {
  background: #fff;
  color: #f97316;
  box-shadow: none;
}

.accordion-button:focus {
  box-shadow: none;
}

/* =========================================================
   HF MODERN FOOTER
   Unique classes to avoid theme conflicts
========================================================= */

.hf-footer {
  background: #17202A;
  color: #F8FAFC;
  border-top: 3px solid #f97316;
  margin-top: 0px;
}


/* =========================================================
   MAIN FOOTER
========================================================= */

.hf-footer-main {
  padding: 15px 0 15px;
}


/* =========================================================
   FOOTER COLUMN
========================================================= */

.hf-footer-column {
  height: 100%;
}


/* =========================================================
   FOOTER TITLE
========================================================= */

.hf-footer-title {
  margin: 0;

  color: #ffffff;

  font-size: 17px;
  font-weight: 700;

  text-transform: uppercase;

  letter-spacing: 0.4px;
}


/* Orange underline */

.hf-footer-title-line {
  width: 38px;
  height: 3px;

  margin-top: 10px;
  margin-bottom: 22px;

  background: #ff6b0b;

  border-radius: 3px;
}


/* =========================================================
   FOOTER LINKS
========================================================= */

.hf-footer-links {
  margin: 0;
  padding: 0;

  list-style: none;
}


.hf-footer-links li {
  margin-bottom: 5px;
}


.hf-footer-links li:last-child {
  margin-bottom: 0;
}


.hf-footer-links a {
  display: inline-flex;
  align-items: center;

  gap: 10px;

  color: #fff;

  text-decoration: none;

  font-size: 14px;

  transition:
    color 0.2s ease,
    transform 0.2s ease;
}


/* Small arrow */

.hf-footer-links a i {
  color: #ff6b0b;

  font-size: 8px;

  transition: transform 0.2s ease;
}


/* Hover */

.hf-footer-links a:hover {
  color: #ffffff;

  transform: translateX(4px);
}


.hf-footer-links a:hover i {
  transform: translateX(3px);
}


/* =========================================================
   APP DOWNLOAD
========================================================= */

.hf-footer-app-text {
  margin: 0 0 18px;

  color: #bdbdbd;

  font-size: 14px;

  line-height: 1.7;
}


.hf-footer-apps {
  display: flex;
  flex-direction: column;

  align-items: flex-start;

  gap: 10px;
}


.hf-app-badge {
  display: inline-block;

  transition:
    transform 0.2s ease,
    opacity 0.2s ease;
}


.hf-app-badge img {
  display: block;

  width: 150px;
  height: auto;

  max-width: 100%;
}


.hf-app-badge:hover {
  transform: translateY(-3px);

  opacity: 0.9;
}


/* =========================================================
   FOOTER BOTTOM
========================================================= */

.hf-footer-bottom {
  border-top: 1px solid #334155;
  padding: 10px 0;
}


/* =========================================================
   COPYRIGHT
========================================================= */

.hf-footer-copyright {
  margin: 0;
  color: #fff;
  font-size: 13px;
  line-height: 1.6;
}


.hf-footer-copyright a {
  color: #ffffff;

  text-decoration: none;

  font-weight: 500;

  transition: color 0.2s ease;
}


.hf-footer-copyright a:hover {
  color: #ff6b0b;
}


/* =========================================================
   SOCIAL MEDIA
========================================================= */

.hf-footer-social {
  display: flex;

  justify-content: flex-end;

  align-items: center;

  gap: 10px;
}


.hf-footer-social a {
  display: flex;

  align-items: center;
  justify-content: center;

  width: 38px;
  height: 38px;

  border: 1px solid rgba(255, 255, 255, 0.18);

  border-radius: 50%;

  color: #d4d4d4;

  text-decoration: none;

  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}


.hf-footer-social a i {
  font-size: 14px;
}


.hf-footer-social a:hover {
  background: #ff6b0b;

  border-color: #ff6b0b;

  color: #ffffff;

  transform: translateY(-3px);
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 991.98px) {

  .hf-footer-main {
    padding: 45px 0 35px;
  }

}


@media (max-width: 767.98px) {

  .hf-footer {
    margin-top: 30px;
  }


  .hf-footer-main {
    padding: 40px 0 25px;
  }


  .hf-footer-column {
    margin-bottom: 15px;
  }


  .hf-footer-title {
    font-size: 16px;
  }


  .hf-footer-title-line {
    margin-bottom: 18px;
  }


  .hf-footer-bottom {
    padding: 18px 0;
  }


  .hf-footer-copyright {
    text-align: center;
  }


  .hf-footer-social {
    justify-content: center;

    margin-top: 15px;
  }

}


@media (max-width: 575.98px) {

  .hf-footer-main {
    padding: 35px 0 20px;
  }


  .hf-footer-apps {
    align-items: flex-start;
  }


  .hf-footer-links li {
    margin-bottom: 11px;
  }

}

/* --- Premium Wishlist Grid --- */
.premium-wishlist-grid .wishlist-card {
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  border: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.premium-wishlist-grid .wishlist-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08) !important;
}

.premium-wishlist-grid .wishlist-img-wrapper {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
  background-color: #fcfcfc;
}

.premium-wishlist-grid .wishlist-image {
  max-height: 180px;
  object-fit: contain;
  transition: transform 0.4s ease;
}

.premium-wishlist-grid .wishlist-card:hover .wishlist-image {
  transform: scale(1.05);
}

.premium-wishlist-grid .product-title {
  color: #2b2b2b !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.2s ease;
  min-height: 40px;
}

.premium-wishlist-grid .product-title:hover {
  color: #f26222 !important;
  /* HFs Primary Color Based on Logo */
}

.premium-wishlist-grid .wishlist-remove-btn {
  background-color: white;
  color: #dc3545;
  border: 1px solid #eee;
  opacity: 0;
  transition: all 0.2s ease;
}

.premium-wishlist-grid .wishlist-card:hover .wishlist-remove-btn {
  opacity: 1;
}

.premium-wishlist-grid .wishlist-remove-btn:hover {
  background-color: #dc3545;
  color: white;
  border-color: #dc3545;
  transform: scale(1.1);
}

.premium-wishlist-grid .add-to-cart-btn {
  transition: all 0.3s ease;
  font-size: 0.9rem;
  letter-spacing: 0.5px;
}

.premium-wishlist-grid .add-to-cart-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(242, 98, 34, 0.3) !important;
}

.premium-wishlist-grid .price-new {
  color: #f26222 !important;
  /* HFs Primary Color */
}

.tracking-wide {
  letter-spacing: 0.5px;
}

.transition-all-300 {
  transition: all 0.3s ease;
}

/* Toastr Customization */
#toast-container > .toast-success { background-color: #f97316 !important; }
#toast-container a { color: #111111 !important; text-decoration: underline !important; font-weight: bold !important; }
#toast-container a:hover { color: #333333 !important; text-decoration: none !important; }

/* =========================================================
   CONTACT PAGE
   ========================================================= */

.contact-page {
    padding-bottom: 60px;
}

/* ---------------------------------------------------------
   Page Heading
   --------------------------------------------------------- */

.contact-page-heading {
    text-align: center;
    margin: 20px 0 45px;
}

.contact-page-heading h1 {
    margin: 0 0 12px;
    font-size: 32px;
    font-weight: 700;
    color: #222;
}

.contact-page-heading h1:after {
    content: "";
    display: block;
    width: 48px;
    height: 3px;
    margin: 14px auto 0;
    background: #ff6b00;
    border-radius: 5px;
}

.contact-page-heading p {
    max-width: 650px;
    margin: 15px auto 0;
    color: #777;
    font-size: 15px;
    line-height: 1.7;
}


/* ---------------------------------------------------------
   Main Contact Section
   --------------------------------------------------------- */

.contact-main-section {
    display: grid;
    grid-template-columns: 40% 60%;
    gap: 0;
    margin-bottom: 55px;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
}


/* ---------------------------------------------------------
   Section Titles
   --------------------------------------------------------- */

.contact-section-title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 22px;
}

.contact-section-title .title-line {
    width: 4px;
    height: 25px;
    background: #ff6b00;
    border-radius: 4px;
}

.contact-section-title h3 {
    margin: 0;
    font-size: 21px;
    font-weight: 700;
    color: #222;
}


/* ---------------------------------------------------------
   Contact Information
   --------------------------------------------------------- */

.contact-info-section {
    padding: 40px;
    background: #f8f8f8;
}

.contact-info-card {
    background: #fff;
    border-radius: 10px;
    padding: 25px;
    border: 1px solid #ededed;
}

.contact-info-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 18px 0;
    border-bottom: 1px solid #eeeeee;
}

.contact-info-item:first-child {
    padding-top: 5px;
}

.contact-info-item:last-of-type {
    border-bottom: 0;
}

.contact-icon {
    min-width: 42px;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff1e7;
    color: #ff6b00;
    border-radius: 50%;
    font-size: 16px;
}

.contact-info-content {
    flex: 1;
}

.contact-info-content h4 {
    margin: 0 0 6px;
    font-size: 15px;
    font-weight: 700;
    color: #222;
}

.contact-info-content p,
.contact-info-content address {
    margin: 0;
    font-size: 14px;
    line-height: 1.7;
    color: #666;
    font-style: normal;
}

.contact-info-content a {
    color: #555;
    text-decoration: none;
    font-size: 14px;
}

.contact-info-content a:hover {
    color: #ff6b00;
}

.contact-map-button {
    margin-top: 20px;
}

.contact-location-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 12px 18px;
    background: #ff6b00;
    color: #fff !important;
    border-radius: 6px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.contact-location-btn:hover {
    background: #e85e00;
    color: #fff !important;
    transform: translateY(-2px);
}


/* ---------------------------------------------------------
   Contact Form
   --------------------------------------------------------- */

.contact-form-section {
    padding: 40px;
    background: #fff;
}

.contact-form-card {
    padding: 0;
}

.contact-form-group {
    margin-bottom: 22px;
}

.contact-form-group label {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

.contact-form-group label i {
    color: #ff6b00;
    font-size: 14px;
}

.contact-form-group .form-control {
    width: 100%;
    min-height: 48px;
    padding: 12px 15px;
    border: 1px solid #dedede;
    border-radius: 6px;
    background: #fff;
    color: #333;
    font-size: 14px;
    transition: all 0.25s ease;
    box-shadow: none;
}

.contact-form-group textarea.form-control {
    min-height: 170px;
    resize: vertical;
}

.contact-form-group .form-control::placeholder {
    color: #aaa;
}

.contact-form-group .form-control:focus {
    border-color: #ff6b00;
    box-shadow: 0 0 0 3px rgba(255, 107, 0, 0.08);
    outline: none;
}

.contact-form-group .invalid-feedback {
    margin-top: 6px;
}


/* ---------------------------------------------------------
   Submit Button
   --------------------------------------------------------- */

.contact-submit-wrapper {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
}

.contact-submit-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-width: 145px;
    padding: 13px 22px;
    border: 0;
    border-radius: 6px;
    background: #ff6b00;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.contact-submit-btn i {
    transition: transform 0.3s ease;
}

.contact-submit-btn:hover {
    background: #e85e00;
    color: #fff;
    transform: translateY(-2px);
}

.contact-submit-btn:hover i {
    transform: translateX(4px);
}


/* ---------------------------------------------------------
   Additional Locations
   --------------------------------------------------------- */

.additional-locations {
    margin-top: 30px;
}

.centered-title {
    justify-content: center;
    margin-bottom: 25px;
}

.centered-title h3 {
    font-size: 24px;
}


/* ---------------------------------------------------------
   Location Accordion
   --------------------------------------------------------- */

.locations-accordion {
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
}

.location-accordion-item {
    border-bottom: 1px solid #e5e5e5;
}

.location-accordion-item:last-child {
    border-bottom: 0;
}

.location-accordion-button {
    width: 100%;
    padding: 18px 22px;
    border: 0;
    background: #fff;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.25s ease;
}

.location-accordion-button span {
    display: flex;
    align-items: center;
    gap: 12px;
}

.location-accordion-button span i {
    color: #ff6b00;
}

.location-accordion-button:hover {
    background: #fff8f3;
    color: #ff6b00;
}

.accordion-arrow {
    font-size: 12px;
    color: #888;
    transition: transform 0.3s ease;
}

.location-accordion-button[aria-expanded="true"] .accordion-arrow {
    transform: rotate(180deg);
}

.location-accordion-body {
    padding: 25px;
    background: #fafafa;
    border-top: 1px solid #eeeeee;
}

.location-image img {
    width: 100%;
    border-radius: 8px;
    border: 1px solid #e5e5e5;
}

.location-detail {
    padding: 5px 15px;
}

.location-detail h4 {
    margin: 0 0 10px;
    font-size: 15px;
    font-weight: 700;
    color: #333;
}

.location-detail p,
.location-detail address {
    margin: 0;
    font-size: 14px;
    line-height: 1.7;
    color: #666;
    font-style: normal;
}

.location-detail p i,
.location-detail address i {
    color: #ff6b00;
    margin-right: 5px;
}

.location-map-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 12px;
    color: #ff6b00;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}

.location-map-link:hover {
    color: #e85e00;
}

.location-comment {
    margin-top: 10px;
    font-size: 13px;
    color: #777;
    line-height: 1.6;
}


/* ---------------------------------------------------------
   Responsive
   --------------------------------------------------------- */

@media (max-width: 991px) {

    .contact-main-section {
        grid-template-columns: 1fr;
    }

    .contact-info-section,
    .contact-form-section {
        padding: 30px;
    }

}


@media (max-width: 767px) {

    .contact-page {
        padding-bottom: 40px;
    }

    .contact-page-heading {
        margin: 15px 0 30px;
    }

    .contact-page-heading h1 {
        font-size: 26px;
    }

    .contact-page-heading p {
        font-size: 14px;
    }

    .contact-info-section,
    .contact-form-section {
        padding: 22px;
    }

    .contact-info-card {
        padding: 18px;
    }

    .contact-section-title h3 {
        font-size: 19px;
    }

    .contact-form-group {
        margin-bottom: 18px;
    }

    .contact-submit-wrapper {
        justify-content: stretch;
    }

    .contact-submit-btn {
        width: 100%;
    }

    .location-accordion-body {
        padding: 20px 15px;
    }

    .location-detail {
        margin-top: 20px;
        padding: 0 10px;
    }

}


@media (max-width: 480px) {

    .contact-page-heading h1 {
        font-size: 23px;
    }

    .contact-info-section,
    .contact-form-section {
        padding: 18px;
    }

    .contact-info-card {
        padding: 15px;
    }

    .contact-info-item {
        gap: 12px;
    }

    .contact-icon {
        min-width: 38px;
        width: 38px;
        height: 38px;
        font-size: 14px;
    }

    .contact-info-content h4 {
        font-size: 14px;
    }

    .contact-info-content p,
    .contact-info-content address,
    .contact-info-content a {
        font-size: 13px;
    }

    .location-accordion-button {
        padding: 15px;
        font-size: 14px;
    }

}
/* ========================================
   MODERN SITEMAP
======================================== */

.sitemap-page {
    padding: 10px 0 60px;
}

/* Breadcrumb */
.sitemap-page .modern-breadcrumb-wrapper {
    margin-bottom: 25px;
}

/* Page Header */
.sitemap-header {
    text-align: center;
    margin-bottom: 40px;
}

.sitemap-header h1 {
    margin: 0 0 10px;
    font-size: 34px;
    font-weight: 700;
    color: #222;
}

.sitemap-header p {
    margin: 0;
    color: #777;
    font-size: 15px;
}

/* Main Sitemap Layout */
.sitemap-layout {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(300px, 1fr);
    gap: 30px;
}

/* Section Box */
.sitemap-section {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 14px;
    padding: 28px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.04);
}

.sitemap-section-title {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 25px;
    padding-bottom: 16px;
    border-bottom: 1px solid #eeeeee;
    font-size: 20px;
    font-weight: 700;
    color: #222;
}

.sitemap-section-title i {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #fff1e9;
    color: #ff5a1f;
    font-size: 17px;
}

/* Category Grid */
.sitemap-category-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

/* Category Card */
.sitemap-category-card {
    padding: 18px;
    border: 1px solid #eeeeee;
    border-radius: 10px;
    background: #fafafa;
    transition: all 0.25s ease;
}

.sitemap-category-card:hover {
    background: #fff;
    border-color: #ff6b2c;
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.06);
    transform: translateY(-2px);
}

/* Main Category */
.sitemap-category-title {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 10px;
}

.sitemap-category-title i {
    color: #ff5a1f;
    font-size: 12px;
}

.sitemap-category-title a {
    color: #222;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}

.sitemap-category-title a:hover {
    color: #ff5a1f;
}

/* Sub Categories */
.sitemap-subcategories {
    list-style: none;
    margin: 0;
    padding: 0 0 0 21px;
}

.sitemap-subcategories li {
    position: relative;
    margin: 7px 0;
    padding-left: 13px;
}

.sitemap-subcategories li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #cfcfcf;
}

.sitemap-subcategories a {
    color: #666;
    font-size: 14px;
    text-decoration: none;
    transition: color 0.2s ease;
}

.sitemap-subcategories a:hover {
    color: #ff5a1f;
}

/* Third Level */
.sitemap-third-level {
    list-style: none;
    margin: 6px 0 4px;
    padding-left: 18px;
}

.sitemap-third-level li {
    margin: 5px 0;
}

.sitemap-third-level a {
    font-size: 13px;
    color: #888;
}

/* Quick Links */
.sitemap-links {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.sitemap-link-card {
    display: block;
    padding: 15px 16px;
    border: 1px solid #eeeeee;
    border-radius: 10px;
    background: #fafafa;
    text-decoration: none;
    transition: all 0.25s ease;
}

.sitemap-link-card:hover {
    background: #fff;
    border-color: #ff6b2c;
    transform: translateX(3px);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
}

.sitemap-link-main {
    display: flex;
    align-items: center;
    gap: 12px;
}

.sitemap-link-icon {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    background: #fff1e9;
    color: #ff5a1f;
    font-size: 15px;
}

.sitemap-link-content {
    flex: 1;
}

.sitemap-link-title {
    display: block;
    color: #222;
    font-size: 15px;
    font-weight: 600;
}

.sitemap-link-arrow {
    color: #aaa;
    font-size: 12px;
}

.sitemap-link-card:hover .sitemap-link-title,
.sitemap-link-card:hover .sitemap-link-arrow {
    color: #ff5a1f;
}

/* Sub Links */
.sitemap-sub-links {
    margin: 5px 0 0 50px;
    padding: 0;
    list-style: none;
}

.sitemap-sub-links li {
    margin: 7px 0;
    position: relative;
    padding-left: 14px;
}

.sitemap-sub-links li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #ccc;
}

.sitemap-sub-links a {
    color: #777;
    font-size: 14px;
    text-decoration: none;
}

.sitemap-sub-links a:hover {
    color: #ff5a1f;
}

/* Information Group */
.sitemap-information-group {
    margin-top: 25px;
}

.sitemap-information-group-title {
    font-size: 16px;
    font-weight: 600;
    color: #222;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 9px;
}

.sitemap-information-group-title i {
    color: #ff5a1f;
}

/* Responsive */
@media (max-width: 991px) {
    .sitemap-layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .sitemap-page {
        padding-bottom: 40px;
    }

    .sitemap-header h1 {
        font-size: 28px;
    }

    .sitemap-section {
        padding: 20px;
    }

    .sitemap-category-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {
    .sitemap-header {
        margin-bottom: 25px;
    }

    .sitemap-header h1 {
        font-size: 25px;
    }

    .sitemap-section-title {
        font-size: 18px;
    }

    .sitemap-section-title i {
        width: 36px;
        height: 36px;
    }
}