.navbar-brand img {
  max-width: 200px;
}

#page-wrap {
  overflow: hidden!important;
  position: relative;
  background-color: transparent;
  margin-top: 45px;
}

.video-container {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
  top: 0;
}

iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  transform: translate(-50%, -50%);
  pointer-events: none;
  margin: 0;
  padding: 0;
  border: 0;
}

#intro-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#intro-text h1 {
  color: #fff;
  font-family: 'Work Sans', sans-serif;
  font-size: 5rem;
  font-weight: 800;
  text-shadow: 2px 2px 2px #333;
}

@media (min-aspect-ratio: 16/9) {
  .video-container iframe {
    height: 56.25vw;
  }
}

@media (max-aspect-ratio: 16/9) {
  .video-container iframe {
    width: 177.78vh;
  }
}

.pre-header {
  background-color: #ccc;
  min-height: 55px;
  top: 0;
  position: fixed;
  width: 100%;
  z-index: 1020;
}

a {
  color: #292725;
  text-decoration: underline;
}

a:hover {
  color: var(--bs-green);
}

.basket {
  margin-top: 12px;
}

.sticky-top {
  top: 45px;
}

#homehero {
  background-image: url("../../assets/img/woodburning-only-ecodesign-defra-approved-stoves.webp");
  background-size: cover;
  min-height: 700px;
  background-position: inherit;
  background-attachment: fixed;
  background-repeat: no-repeat;
  margin-top: 45px;
}

#heroheader {
  position: relative;
  /*display: block;*/
  background-color: rgba(0,0,0,0.5);
  padding: 2rem;
  margin-top: 10vh;
  margin-bottom: 10vh;
  z-index: 2;
}

#heroheader h1 {
  color: #fff;
  font-size: 4rem;
  font-weight: 800;
}

body {
  font-family: 'Work Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 800;
}

.signature-button:hover {
  color: #212529;
  background-color: #e88423;
  transform: translateY(0%);
}

.signature-button {
  padding: 8px 12px;
  color: #fff;
  background-color: #212529;
  text-decoration: none;
  position: absolute;
  transform: translateY(100%);
  border: 0;
}

#form-contact .btn.btn-primary {
  padding: 8px 12px;
  color: #fff;
  background-color: #212529;
  text-decoration: none;
  position: relative;
  transform: translateY(100%);
  border: 0;
}

#form-contact .btn.btn-primary:hover {
  color: #fff;
  background-color: #e88423;
}

a {
  transition: all 0.3s ease-in;
}

.row.image-bleed h2, #sig-range-intro h2, #single-product h1, #models h1, .row.product-description div.col-lg-6 h3 {
  border-bottom: 3px solid #212529;
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
  display: inline-block;
}

.sig-button {
  position: relative;
  overflow: hidden;
  display: inline-block;
  /*width: 150px;*/
  /*height: 55px;*/
  /*margin: 50px auto;*/
  border: 1px solid #ccc;
  font-size: 1.2em;
  padding: 8px 12px;
  background-color: #212529;
  color: #fff;
}

.sig-button-text {
  position: relative;
  transition: 0.5s;
  display: block;
  color: #fff;
  text-decoration: none;
  text-align: center;
}

.sig-button:before {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  width: 130%;
  height: 55px;
  background-color: #e88423;
  transform: translate(-110%, 0) skew(-30deg);
  transition: 0.5s;
}

.sig-button:hover .sig-button-text:hover {
  color: #212529;
}

.sig-button:hover::before {
  transform: translate(-5%, 0) skew(-15deg);
}

.single-product-image.signature-5 {
  background-image: url("../../assets/img/Signature-5--440x440.webp");
}

.single-product-image.signature-5-wide {
  background-image: url("../../assets/img/Signature-5-Wide-440x440.webp");
}

.single-product-image {
  height: 300px;
}

.product-thumbnail-image {
  height: initial;
}

.single-product-image, .product-thumbnail-image {
  position: relative;
  display: block;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  transition: .3s all ease;
}

.single-product-name {
  transition: .3s all ease-in-out;
  position: absolute;
  bottom: 10%;
  transform: translateY(-20%);
}

.single-product:hover .single-product-name {
  transform: translateY(-60%);
}

footer {
  background-color: #212529;
  color: #fff;
}

footer ul li {
  color: #fff;
}

.single-product {
  position: relative;
  overflow: hidden;
}

.single-product-image:hover, .product-thumbnail-image:hover {
  transform: scale(1.1);
}

.single-product-name h3 {
  background-color: #212529;
  padding: 0.5rem 1.75rem;
  color: #fff;
}

.image-bleed {
  background-color: #eee;
}

footer li a, footer a {
  color: #fff;
  text-decoration: none;
}

footer li a:hover, footer a:hover {
  color: #e88423;
  display: block;
}

.boilerplate {
  opacity: 0.8;
  font-size: small;
}

footer li {
  list-style-type: none;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}

#subfooter {
  background-color: #cccccc;
  overflow-x: hidden;
}

.ecosy-logo {
  max-width: 250px;
  width: 100%;
}

.dimensions p img {
  /*padding-right: 28px;*/
  position: relative;
  top: -2px;
  margin-left: auto;
  margin-right: auto;
}

.dimensions p img.depth {
  max-height: 18px;
}

.dimensions p img.width {
  max-width: 20px;
}

.dimensions p img.height {
  max-height: 18px;
}

footer ul {
  margin-left: 0;
  padding-left: 0;
}

body#home #page-wrap {
  margin-top: 0;
}

.page-intro {
  margin: 25px 0;
}

.thumbnails {
  margin-top: 25px;
}

.product-category h3 {
  color: #666;
}

.dimensions p {
  margin-bottom: 4px;
}

h4.certifications {
  color: #666666;
}

h4.certifications img {
  max-height: 25px;
  padding-right: 12px;
}

.dimensions p:nth-child(1) {
  margin-top: 18px;
}

.product-bullets p:nth-child(odd) {
  background-color: #eee;
}

.product-bullets {
  border-top: 1px solid #212529;
  border-bottom: 1px solid #212529;
  padding: 0;
  margin-bottom: 25px;
  margin-top: 25px;
}

.product-bullets p {
  display: block;
  margin: 0;
  padding: 8px 0;
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: -55px;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
  opacity: 1;
}

#testimonials {
  margin-bottom: 75px;
  height: 25vh;
  /*border: 10px solid yellow;*/
}

.carousel-indicators [data-bs-target] {
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  background-color: #212529;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity .6s ease;
}

.carousel-control-next, .carousel-control-prev {
  top: 0;
  bottom: 0;
  z-index: 1;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #212529;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: 1;
  transition: opacity .15s ease;
  /*border: 1px solid red;*/
}

@media (min-width: 1920px) {
  .carousel-control-prev {
    left: -200px;
  }
}

@media (max-width: 1919px) {
  .carousel-control-prev {
    left: 0;
    top: 110px;
  }
}

@media (max-width: 1919px) {
  .carousel-control-next {
    right: 0;
    top: 110px;
  }
}

@media (min-width: 1920px) {
  .carousel-control-next {
    right: -200px;
  }
}

.carousel-control-prev-icon {
  background-image: url("../../assets/img/before.svg");
}

.carousel-control-next-icon {
  background-image: url("../../assets/img/after.svg");
}

#testimonials h4 em {
  font-weight: 300;
  font-style: normal;
}

#testimonials h4 {
  font-weight: 400;
  color: #666;
  padding: 0;
  margin: 0;
}

#single-product {
  margin-bottom: -55px;
}

.carousel-indicators .active {
  opacity: 1;
  background-color: #e88423;
}

#testimonials .carousel-item div {
  /*border: 1px solid red;*/
  /*margin: auto;*/
  /*object-fit: cover;*/
  /*height: 170px;*/
  /*margin: 50px auto;*/
  /*min-height: 150px;*/
  padding: 20px 0;
}

.row.product-description div.col-lg-6 h3 {
  font-weight: 800;
}

ul.feature-list li {
  background-image: url('../../assets/img/fire2.svg');
  background-position: 0 10px;
  background-size: 15px auto;
  background-repeat: no-repeat;
  padding-left: 30px;
  list-style-type: none;
  padding-bottom: 0.4rem;
  padding-top: 0.4rem;
  border-bottom: 1px solid rgba(0,0,0,0.6);
}

ul.feature-list {
  padding-left: 0;
  border-top: 1px solid rgba(0,0,0,0.6);
}

ul.feature-list li:nth-child(odd) {
  background-color: #eee;
}

ul.feature-list li:hover {
  background-color: #eee!important;
}

.row#product-thumbnails .col-6.col-lg-4 {
  overflow: hidden;
}

ul.feature-list:hover li {
  background-color: #fff;
}

.product-category {
  margin-bottom: 55px;
}

.dimensions p span {
  min-width: 30px;
  text-align: center;
  display: inline-block;
}

.dimensions p strong {
  margin-left: 20px;
  display: inline-block;
  margin-right: 20px;
  width: 56px;
  text-align: center;
  border: 0;
}

#product-thumbnails {
  margin-bottom: 25px;
}

.register-now {
  border: 1px solid #212529;
  background: linear-gradient(336deg, rgba(238,238,238,1) 0%, rgba(208,211,217,1) 49%, rgba(255,255,255,1) 100%);
}

.form-label {
  margin-top: 0.5rem;
}

.contact-signature {
  background-color: #eee;
}

.reseller-registration {
  background-color: #eee;
  margin-top: 25px;
}

.navbar.navbar-shrink #logo {
  max-height: 62px;
  transition: 0.6s;
}

img#logo {
  transition: .3s all ease;
}

#mainNav {
  transition: .3s all ease;
  padding-top: 12px;
  padding-bottom: 12px;
}

#mainNav.navbar-shrink {
  padding-top: 5px;
  padding-bottom: 5px;
}

.sticky-top {
  z-index: 1000;
}

#header-cart .btn-inverse {
  background-color: transparent;
  border: 0;
  background-image: none;
  color: #333;
}

body.common-home #homehero {
  margin-top: 0!important;
}

:root {
  --bs-body-font-size: 1rem;
  --bs-body-font-family: 'Work Sans', sans-serif;
  --bs-btn-active-bg: #212529!important;
  --bs-btn-hover-bg: #212529!important;
  --bs-btn-bg: #212529!important;
  --bs-btn-border-color: #212529!important;
  --bs-btn-hover-border-color: #212529!important;
  --bs-btn-active-border-color: #212529!important;
  --bs-btn-disabled-bg: #212529!important;
  --bs-btn-disabled-border-color: #212529!important;
}

p {
  font-size: var(--bs-body-font-size);
}

p.lead {
  font-size: 1.25rem;
}

.carousel {
  box-shadow: none;
  margin-top: 35px;
}

.btn:active, .btn:focus-visible {
  background-color: #212529!important;
  border: 0!important;
}

.btn {
  border: 0!important;
}

body.checkout-checkout #checkout-shipping-method.hide, body.checkout-checkout #checkout-payment-method.hide {
  /*opacity: 0.2;*/
}

h4.discount-price {
  color: #212529;
}

.facts_and_figures_ajax {
  animation: pulse 3s infinite;
  min-height: 500px;
  box-shadow: inset 0 0 60px #ffffff;
}

@keyframes pulse {
  0%, 100% {
    background-color: #d6d6d6;
  }
  50% {
    background-color: #c5c4c4;
  }
}

#map_canvas {
  width: 70%;
  padding-bottom: 40%;
  float: left;
  border: 10px solid yellow;
}

ul#marker_list {
  float: left;
  width: 20%;
  background: #f9f9f9;
  border: 1px solid #888;
  margin: 0 0 0 5px;
  padding: 0;
}

ul#marker_list li {
  padding: 5px;
  list-style-type: none;
  color: #444;
  border-bottom: 1px solid #888;
}

#content {
  min-height: inherit;
}

body.account-register #account-register #content h1 {
  text-align: center;
}

@media (min-width: 768px) {
  #factory {
    background-image: url("../../assets/img/stock-photo-operator-working-cut-and-bending-metal-sheet-by-high-precision-metal-sheet-bending-machine-cnc.webp");
    width: 100%;
    background-size: 100%;
    min-height: 400px;
    background-attachment: fixed;
    /*background-position: 0 -200px;*/
    background-repeat: no-repeat;
  }
}

#factory {
  width: 100%;
  background-size: cover;
  min-height: 400px;
}

@media (max-width: 991px) {
  .manufactured-to-last {
    background-color: rgba(0,0,0,0.5);
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 992px) {
  .manufactured-to-last {
    background-color: rgba(0,0,0,0.5);
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 1200px) {
  .manufactured-to-last {
    max-width: 75%;
  }
}

#factory h1 {
  border-bottom: 3px solid #ffffff;
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
  display: inline-block;
  color: #fff;
}

@media (max-width: 575px) {
  #homehero {
    background-position: 50% 50%;
  }
}

.single-product-name h3 a {
  color: #fff;
  text-decoration: none;
}

@media (min-width: 992px) {
  #internal-shell {
    min-height: 550px;
  }
}

@media (min-width:768px) and (max-width: 1199px) {
  .nav-link .fas {
    display: none;
  }
}

#factory h4 {
  color: #fff;
}

