body {
  width: 100%;
  height: 100%;
}
h1, h2, h3, h4, h5, h6 {
  color: #444;
}
legend {
  padding: 7px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
label {
  font-size: 12px;
  font-weight: normal;
}
/* Chrome border line */
button:focus {
  outline: none !important;
}
/* container */
#container {
  width: 100%;
  min-height: 100%;
  position: absolute;
  margin-bottom: 300px;
}
/* content */
#content, #column-left, #column-right {
  padding-bottom: 730px;
}
@media (min-width: 576px) {
  #content, #column-left, #column-right {
    padding-bottom: 400px;
  }
}
#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);
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 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-gray-600);
  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: 10px;
}
#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 {
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
  border: 1px solid #1f90bb;
  border-color: #1f90bb #1f90bb #145e7a;
  min-height: 40px;
  border-radius: 4px;
  padding: 0 1rem;
  margin-bottom: 20px;
}
#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;
  position: absolute;
  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: "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: 45px;
}
.product-thumb .description h4 {
  font-weight: bold;
}
.product-thumb .button {
  display: flex;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.product-thumb .button button {
  width: 33.33%;
  border: none;
  border-top: 1px solid var(--bs-border-color);
  background-color: var(--bs-tertiary-bg);
  color: var(--bs-gray-600);
  line-height: 38px;
  text-align: center;
}
.product-thumb .button button:hover {
  color: var(--bs-gray-600);
  background-color: #ddd;
  text-decoration: none;
  cursor: pointer;
}
.product-thumb .button button + button {
  border-left: 1px solid var(--bs-border-color);
}
@media (min-width: 960px) {
  .product-list .product-thumb {
    display: flex;
  }
  .product-list .product-thumb .image {
    flex-direction: column;
    margin-bottom: 0px;
  }
  .product-list .product-thumb .content {
    flex-direction: column;
    flex: 75%;
    position: relative;
  }
  .product-list .product-thumb .button {
    border-left: 1px solid #ddd;
    width: calc(100% -  15px);
    margin-left: 15px;
  }
}
.rating .fa-stack {
  width: 20px;
}
.rating .fa-star {
  color: #999;
  font-size: 15px;
}
.rating .fa-star {
  color: #FC0;
  font-size: 15px;
}
.rating .fa-star + .fa-star {
  color: #E69500;
}
/* product list */
.price {
  color: #444;
}
.price-new {
  font-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;
}


/* =========================================================
   IRON ACRE OpenCart 4 Theme Styling
   Colors: Dark #131413, Cream #efe9d8, Gold #9d7c40, Rust #6f4a25
   ========================================================= */

:root {
  --ia-dark: #131413;
  --ia-cream: #efe9d8;
  --ia-gold: #9d7c40;
  --ia-rust: #6f4a25;
  --ia-white: #fffaf0;
  --ia-muted: #b8aa8e;
}

body {
  background: var(--ia-cream);
  color: var(--ia-dark);
  font-family: Arial, Helvetica, sans-serif;
}

a {
  color: var(--ia-rust);
}

a:hover {
  color: var(--ia-gold);
}

.ia-topbar {
  background: var(--ia-gold);
  color: var(--ia-dark);
  text-align: center;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 9px 12px;
  font-size: .78rem;
}

.ia-header {
  background: var(--ia-dark);
  border-bottom: 4px solid var(--ia-gold);
  position: sticky;
  top: 0;
  z-index: 999;
}

.ia-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 15px 12px;
}

.ia-logo img {
  max-height: 74px;
  width: auto;
  max-width: 360px;
  filter: invert(92%) sepia(12%) saturate(430%) hue-rotate(355deg) brightness(102%);
}

.ia-nav-links {
  display: flex;
  align-items: center;
  gap: 22px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .9px;
}

.ia-nav-links a,
.ia-header-tools a {
  color: var(--ia-cream);
  text-decoration: none;
}

.ia-nav-links a:hover,
.ia-header-tools a:hover {
  color: var(--ia-gold);
}

.ia-header-tools {
  display: flex;
  align-items: center;
  gap: 12px;
}

.ia-search {
  min-width: 220px;
}

.ia-search input {
  background: #fffaf0;
  border: 2px solid var(--ia-gold);
}

.ia-cart-link {
  background: var(--ia-gold);
  color: var(--ia-dark) !important;
  padding: 10px 14px;
  font-weight: 900;
  text-transform: uppercase;
}

#menu {
  background: #20211f;
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
}

#menu .navbar-nav > li > a,
#menu .nav-link {
  color: var(--ia-cream) !important;
  font-weight: 800;
  text-transform: uppercase;
}

#menu .navbar-nav > li > a:hover,
#menu .nav-link:hover {
  color: var(--ia-gold) !important;
}

.ia-hero {
  min-height: 72vh;
  position: relative;
  display: grid;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(19,20,19,.95), rgba(19,20,19,.62), rgba(19,20,19,.18)),
    url("../../../image/catalog/iron-acre/blacksmith-workshop.png") center/cover no-repeat;
  color: var(--ia-cream);
}

.ia-hero-content {
  position: relative;
  z-index: 2;
  padding: 90px 15px;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

.ia-kicker {
  color: var(--ia-gold);
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.ia-hero h1,
.ia-section h2,
.ia-product-page h1,
.ia-category-page h1,
.ia-footer h5 {
  font-family: Georgia, "Times New Roman", serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: .95;
}

.ia-hero h1 {
  font-size: clamp(3.4rem, 10vw, 8rem);
  margin: 0 0 20px;
}

.ia-hero p,
.ia-lead {
  font-size: clamp(1.08rem, 2vw, 1.35rem);
  line-height: 1.65;
}

.ia-hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
}

.ia-btn-gold,
.btn-primary {
  background: var(--ia-gold) !important;
  border-color: var(--ia-gold) !important;
  color: var(--ia-dark) !important;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .8px;
  border-radius: 0;
}

.ia-btn-dark {
  background: var(--ia-dark) !important;
  border: 2px solid var(--ia-gold) !important;
  color: var(--ia-cream) !important;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .8px;
  border-radius: 0;
}

.ia-btn-outline {
  background: transparent !important;
  border: 2px solid var(--ia-cream) !important;
  color: var(--ia-cream) !important;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .8px;
  border-radius: 0;
}

.ia-section {
  padding: 76px 0;
}

.ia-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 54px;
  align-items: center;
}

.ia-section h2 {
  font-size: clamp(2.1rem, 5vw, 4.1rem);
}

.ia-card {
  background: var(--ia-white);
  border: 1px solid rgba(19,20,19,.14);
  box-shadow: 0 18px 40px rgba(19,20,19,.16);
  padding: 28px;
}

.ia-dark-band {
  background: var(--ia-dark);
  color: var(--ia-cream);
  padding: 60px 0;
}

.ia-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.ia-feature-grid > div {
  border-top: 5px solid var(--ia-gold);
  background: rgba(255,255,255,.045);
  padding: 22px;
}

.ia-feature-grid strong {
  display: block;
  color: var(--ia-gold);
  text-transform: uppercase;
  letter-spacing: .8px;
  margin-bottom: 8px;
}

.ia-opencart-home {
  padding-top: 45px;
  padding-bottom: 60px;
}

/* Product page */
.ia-product-page,
.ia-category-page {
  padding-top: 38px;
  padding-bottom: 70px;
}

.breadcrumb {
  background: transparent;
  font-size: .9rem;
}

.ia-product-layout {
  background: var(--ia-white);
  border: 1px solid rgba(19,20,19,.12);
  box-shadow: 0 15px 35px rgba(19,20,19,.12);
  padding: 28px;
}

.ia-product-media .img-thumbnail {
  background: var(--ia-cream);
  border: 0;
  border-radius: 0;
}

.ia-product-info h1 {
  font-size: clamp(2.2rem, 5vw, 4.2rem);
  margin-bottom: 10px;
}

.ia-scent-strip {
  display: inline-block;
  background: var(--ia-dark);
  color: var(--ia-cream);
  padding: 9px 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .7px;
  margin-bottom: 18px;
}

.price-new,
.ia-product-info h2 {
  color: var(--ia-rust);
  font-weight: 900;
}

#button-cart {
  min-width: 190px;
}

.input-group-text {
  background: var(--ia-dark);
  color: var(--ia-cream);
  border-color: var(--ia-dark);
  font-weight: 900;
  text-transform: uppercase;
}

.form-control,
.form-select {
  border-radius: 0;
  border-color: rgba(19,20,19,.3);
}

.ia-product-callouts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin: 28px 0;
}

.ia-callout {
  background: var(--ia-dark);
  color: var(--ia-cream);
  border-top: 5px solid var(--ia-gold);
  padding: 22px;
}

.ia-callout h3 {
  color: var(--ia-gold);
  text-transform: uppercase;
  letter-spacing: .8px;
  margin-top: 0;
}

/* Product/category cards */
.product-thumb,
.product-list,
.product-grid {
  border-radius: 0 !important;
}

.product-thumb {
  background: var(--ia-white);
  border: 1px solid rgba(19,20,19,.12);
  box-shadow: 0 12px 28px rgba(19,20,19,.11);
  overflow: hidden;
}

.product-thumb .content,
.product-thumb .caption {
  padding: 16px;
}

.product-thumb h4,
.product-thumb .description h4 {
  font-family: Georgia, "Times New Roman", serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.product-thumb .button-group button,
.product-thumb .button-group .btn {
  background: var(--ia-dark) !important;
  color: var(--ia-cream) !important;
  border-color: var(--ia-gold) !important;
}

.ia-category-page h1 {
  font-size: clamp(2.6rem, 6vw, 5rem);
}

/* Footer */
.ia-footer {
  background: #080908;
  color: var(--ia-muted);
  border-top: 5px solid var(--ia-gold);
  padding: 50px 0 26px;
}

.ia-footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.3fr;
  gap: 36px;
}

.ia-footer-logo {
  max-width: 340px;
  filter: invert(92%) sepia(12%) saturate(430%) hue-rotate(355deg) brightness(102%);
  margin-bottom: 16px;
}

.ia-footer h5 {
  color: var(--ia-cream);
}

.ia-footer a {
  color: var(--ia-muted);
}

.ia-footer a:hover {
  color: var(--ia-gold);
}

.ia-footer-bottom {
  border-top: 1px solid rgba(239,233,216,.14);
  margin-top: 28px;
  padding-top: 20px;
  text-align: center;
}

/* Hide default top header remnants if any extension outputs them */
#top {
  display: none;
}

@media (max-width: 992px) {
  .ia-header-inner,
  .ia-header-tools,
  .ia-nav-links {
    flex-wrap: wrap;
  }

  .ia-logo img {
    max-width: 280px;
  }

  .ia-search {
    order: 5;
    width: 100%;
  }

  .ia-search .input-group,
  .ia-search form {
    width: 100%;
  }

  .ia-split,
  .ia-feature-grid,
  .ia-product-callouts,
  .ia-footer-grid {
    grid-template-columns: 1fr;
  }

  .ia-hero {
    min-height: auto;
  }
}

@media (max-width: 576px) {
  .ia-header-inner {
    align-items: flex-start;
  }

  .ia-nav-links {
    gap: 12px;
    font-size: .85rem;
  }

  .ia-logo img {
    max-width: 235px;
  }

  .ia-hero-content {
    padding: 70px 15px;
  }

  .ia-product-layout {
    padding: 18px;
  }
}
