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;
}
/* OpenCart 4.1.0 Strict Target Rules */
form[id^="form-wishlist"], 
form[id^="form-compare"],
button[title*="Wish List"], 
button[title*="Compare"],
button[formaction*="wishlist"], 
button[formaction*="compare"],
a[href*="account/wishlist"], 
a[href*="product/compare"],
.list-inline-item a[href*="wishlist"] {
    display: none !important;
}

/* Force the Add to Cart button to span across the newly opened space */
.product-thumb .btn-group button[type="submit"]:first-child,
#product-info .btn-group button[type="submit"]:first-child {
    width: 100% !important;
    flex: 1 1 auto !important;
    border-radius: 4px !important;
}
/* OpenCart 4.1.0 - Remove original price with strikethrough */
.price-old, 
span.price-old,
.product-thumb .price-old {
    display: none !important;
}
/* OpenCart 4.1.0 - Remove shadow and border around the brand carousel/banner container */
#carousel-banner-0,
.carousel-inner,
div[id^="carousel-banner-"] {
    box-shadow: none !important;
    border: none !important;
    background: transparent !important;
}

/* If the border is wrapped on a standard card layout element */
div[id^="carousel-banner-"].card,
div[id^="carousel-banner-"] .card-body {
    box-shadow: none !important;
    border: none !important;
    padding: 0 !important;
}
/* OpenCart 4 Default Theme - Perfect Equal Height Layout Alignment */

/* 1. Force the product thumb component container to span the full grid height */
.product-thumb {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    justify-content: space-between !important;
}

/* 2. Target OpenCart 4's primary layout wrapper and make it a flex engine */
.product-thumb .description,
.product-thumb .content {
    display: flex !important;
    flex-direction: column !important;
    flex-grow: 1 !important;
}

/* 3. Handle the headings - let them take up whatever natural text height they need */
.product-thumb h4, 
.product-thumb .description h4 {
    margin-bottom: 0.5rem !important;
    min-height: auto !important;
}

/* 4. MAGIC TRICK: Force the description paragraph to absorb all layout variations */
.product-thumb p,
.product-thumb .description p {
    flex-grow: 1 !important;
    display: block !important;
    margin-bottom: 1.5rem !important; /* Space above the price line */
}

/* 5. Anchor the pricing block solidly at the bottom of the card content */
.product-thumb .price {
    margin-top: auto !important;
    margin-bottom: 1.25rem !important;
    display: block !important;
}

/* 6. Lock the footer cart button container row to the absolute bottom edge */
.product-thumb form,
.product-thumb .button-group {
    margin-top: auto !important;
}
/* OpenCart 4 Default Theme - Restore Safe "ex GST" Text After Alignment Tweak */

/* Force the element to accept text appendages cleanly */
.product-thumb .price {
    display: block !important;
}

/* Re-inject the label right after the base numeric price container */
.product-thumb .price::after {
    content: " ex GST" !important;
    font-size: 0.75rem !important;
    color: #666 !important;
    font-weight: normal !important;
    margin-left: 4px !important;
    display: inline-block !important;
    vertical-align: baseline !important;
}
/* OpenCart 4 Product Page - Transform Radio Inputs into Horizontal Buttons */

/* 1. Set the main options wrapper to flex horizontally and wrap cleanly */
#product-info .mb-3:has(input[type="radio"]) {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
}

/* Force the main "Available Options" heading or single label to span 100% width */
#product-info .mb-3:has(input[type="radio"]) > label.form-label {
    width: 100% !important;
    display: block !important;
    margin-bottom: 0.5rem !important;
}

/* 2. Target the individual label wrappers containing the radios */
#product-info .form-check {
    display: inline-block !important;
    padding-left: 0 !important; /* Remove original radio alignment indentation padding */
    margin-bottom: 0 !important;
}

/* 3. Completely hide the physical default circular input bubble */
#product-info .form-check-input[type="radio"] {
    position: absolute !important;
    clip: rect(0, 0, 0, 0) !important;
    pointer-events: none !important;
}

/* 4. Style the text label to behave like a standard horizontal button component */
#product-info .form-check-label {
    display: inline-block !important;
    padding: 8px 16px !important;
    font-size: 0.9rem !important;
    font-weight: 500 !important;
    color: #444 !important;
    background-color: #f8f9fa !important;
    border: 1px solid #dee2e6 !important;
    border-radius: 4px !important;
    cursor: pointer !important;
    transition: all 0.2s ease-in-out !important;
    user-select: none !important;
}

/* 5. Handle Hover State effects */
#product-info .form-check-label:hover {
    background-color: #e9ecef !important;
    border-color: #ced4da !important;
    color: #000 !important;
}

/* 6. MAGIC TOUCH: Style the button dynamically when the hidden radio is active/clicked */
#product-info .form-check-input[type="radio"]:checked + .form-check-label {
    background-color: #0d6efd !important; /* Bootstrap Primary Blue color accent */
    border-color: #0d6efd !important;
    color: #ffffff !important;
    box-shadow: 0 0 0 2px rgba(13, 110, 253, 0.25) !important;
}
/* OpenCart 4 Default Theme - Collapse large gap above product page options */

/* 1. Remove or dramatically shrink the default horizontal line separator */
#product-info hr,
#product-info .price + hr,
#product-info div:has(> #input-option) pre + hr {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
    opacity: 0.15 !important;
}

/* 2. Tighten up the "Available Options" container margins */
#product-info #option {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* 3. Reduce the top margin of the main options heading title */
#product-info #option h3,
#product-info h3:has(+ .required) {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}

/* 4. Pull the individual option group container closer to the heading */
#product-info .mb-3:has(input[type="radio"]) {
    margin-top: 0.25rem !important;
}
/* OpenCart 4 Default Theme - Total Gap Collapse */

/* 1. Remove massive bottom spacing from the price container layout list */
#product-info ul.list-unstyled {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/* 2. Hide the grey horizontal rule line completely to reclaim vertical space */
#product-info hr {
    display: none !important;
}

/* 3. Strip top margins from the dynamic options wrapper container */
#product-info #form-product > div#option,
#product-info div:has(> #input-option) {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* 4. Remove top spacing from the "Available Options" heading text */
#product-info h3 {
    margin-top: 0 !important;
    padding-top: 0 !important;
    margin-bottom: 0.25rem !important;
}

/* 5. Pull the required field label string directly up against the heading */
#product-info label.form-label.required,
#product-info .text-danger + label {
    margin-top: 0 !important;
    margin-bottom: 0.25rem !important;
}
/* OpenCart 4 Default Theme - Force Collapse Between Price & Options */

/* 1. target the specific price heading element and drop its bottom margin to zero */
#product-info h2 {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/* 2. Strip bottom spacing from the pricing list container */
#product-info .col-sm > ul.list-unstyled:nth-of-type(2) {
    margin-bottom: 0.25rem !important;
    padding-bottom: 0 !important;
}

/* 3. Strip top spacing from the form container holding the options */
#product-info #form-product {
    margin-top: 0 !important;
    padding-top: 0 !important;
}
/* OpenCart 4 Default Theme - Force Option Container Upwards */

/* 1. Target OpenCart 4's main content column layout grid */
#product-info .col-sm {
    display: flex !important;
    flex-direction: column !important;
}

/* 2. Target the exact pricing block and kill any whitespace leaks below it */
#product-info .col-sm > ul:has(h2),
#product-info ul.list-unstyled:nth-of-type(2) {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/* 3. Pull ONLY the specific dynamic options wrapper layout section upwards */
#product-info #form-product {
    margin-top: -30px !important; /* Forces the entire option block upwards */
}

/* 4. Restore the breathing space back to your Qty and Add to Cart row box */
#product-info #form-product > .mb-3:has(#input-quantity),
#product-info #form-product div:has(> #input-quantity) {
    margin-top: 25px !important;
}
/* OpenCart 4 Default Theme - Remove Availability text line */
#product-info .col-sm ul.list-unstyled li:contains("Availability"),
#product-info .col-sm ul.list-unstyled li:has(b:contains("Availability")),
#product-info .col-sm ul.list-unstyled li:nth-child(3) {
    display: none !important;
}
/* OpenCart 4 Default Theme - Strictly Hide Availability (Line 3) */
#product-info .col-sm ul.list-unstyled:first-of-type li:nth-child(3) {
    display: none !important;
}
/* OpenCart 4 Default Theme - Narrow Quantity Box & Pull Add to Cart Left */

/* 1. Target the flex row containing both the Qty input and Add to Cart button */
#product-info #form-product div:has(> #input-quantity) {
    display: flex !important;
    flex-direction: row !important;
    justify-content: flex-start !important; /* Forces components to hug the left edge */
    align-items: center !important;
    gap: 12px !important; /* Uniform gap space between Qty and the button */
    width: 100% !important;
}

/* 2. Narrow down the actual structural input component wrapper box */
#product-info .input-group:has(#input-quantity) {
    max-width: 130px !important; /* Adjust this number to make the box wider/narrower */
    flex-grow: 0 !important;
    margin-bottom: 0 !important;
}

/* 3. Ensure the Add to Cart button sits inline nicely next to it */
#product-info button#button-cart,
#product-info #form-product button[type="submit"] {
    flex-grow: 0 !important;
    width: auto !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
}
/* OpenCart 4 Default Theme - Force Single Line & Smaller Add to Cart Button */
#product-info button#button-cart,
#product-info #form-product button[type="submit"] {
    white-space: nowrap !important;   /* Forces text onto exactly one line */
    padding-top: 6px !important;      /* Reduces top padding to slim the height */
    padding-bottom: 6px !important;   /* Reduces bottom padding to slim the height */
    font-size: 0.95rem !important;    /* Slightly slims the font scale */
    display: inline-flex !important;
    align-items: center !important;
    height: 38px !important;          /* Matches standard Bootstrap 5 input height */
}

/* Ensure the Quantity input block box scales to the exact same vertical height */
#product-info #input-quantity,
#product-info .input-group-text {
    height: 38px !important;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
}

/* Force red asterisks onto custom text inputs using their placeholder attributes */
.custom-field [placeholder*="Address"]::before,
.custom-field [placeholder*="Street"]::before,
.custom-field [placeholder*="Postcode"]::before,
div[class*="custom-field"] label:before {
    content: " *" !important;
    color: #f5365c !important;
    font-weight: bold;
}
/* Remove the newsletter subscribe option block on the registration page */
#account-register fieldset:last-of-type, 
.account-register fieldset:has(input[name="newsletter"]),
div:has(> input[name="newsletter"]) {
    display: none !important;
}

