body {
  font-family: "Plus Jakarta Sans", serif;
  margin: 0;
  color: #000000;
}
header {
  width: 100%;
}
.strapline {
  background: #000000;
  color: #F5871B;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  padding: 13px 0;
}
.search {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: calc(100% - 100px);
  padding: 0 50px;
  height: 84px;
  position: relative;
}
.logo,
.basket {
  width: 200px;
}
.logo img {
  width: 100%;
  max-width: 214px;
  margin: 0;
}
.basket {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  color: #434343;
  font-size: 16px;
  line-height: 24px
}
.baskettext a {
  text-decoration: none;
  color: #434343;
  margin: 0 10px 0 0;
}
.basketicon i {
  font-size: 36px;
  color: #434343;
}

.searchbox {
  width: calc(100% - 600px);
  margin: 5px 0 0 0;
}
.searchinput {
  width: calc(100% - 10px);
  padding: 5px;
  margin: 5px;
  border-radius: 60px;
  background-color: #EEEEEE;
  height: 50px;
  display: flex;
  align-items: center;
}
.searchinputbox {
  width: calc(100% - 100px);
  height: 30px;
  font-family: "Plus Jakarta Sans", serif;
  font-size: 17px;
  line-height: 24px;
  border: 0;
  background-color: #EEEEEE;
  margin: 0 25px;
}
.searchinput:hover {
  background-color: #DFDFDF;
}
.searchinput:hover:not(:focus) .searchinputbox {
  background-color: #DFDFDF;
}
.searchinput:focus {
  background-color: #EEEEEE;
  border: 2px solid #000000;
  width: calc(100% - 4px);
}
.searchinput:focus-within {
  background-color: #EEEEEE;
  border: 2px solid #000000;
  width: calc(100% - 4px);
}
.searchinputbox:active {
  background-color: #DFDFDF;
  border: 0;
  outline: none;
}
.searchinputbox:focus {
  background-color: #EEEEEE;
  border: 0;
  outline: none;
}
nav {
  width: 100%;
  min-height: 61px;
  background: #000000;
  border-bottom: 1px solid #949390;
}
nav ul {
  width: calc(100% - 100px);
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin: 0 auto;
  list-style-type: none;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}
nav ul li {
  min-height: 61px;
  display: flex;
  align-items: center;
  position: relative;
}
nav ul li a {
  color: #F5871B;
  text-decoration: none;
  border-bottom: 2px solid #000000;
}
nav ul li a:hover {
  color: #F5871B;
  text-decoration: none;
  border-bottom: 2px solid #F5871B;
}
nav ul li ul {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 210px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 12px 16px;
  z-index: 1;
  top: 61px;
}
nav ul li:hover ul {
  display: block;
}
nav ul li:hover ul li ul {
  display: none;
}
nav ul li ul li ul {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 210px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 12px 16px;
  z-index: 1;
  top: 0;
  left: 212px;
}
nav ul li ul li:hover ul {
  display: block;
}
nav ul li ul li a {
  color: #000000;
  border-bottom: 2px solid #FFFFFF;
  font-weight: 600;
}
nav ul li ul li a:hover {
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 2px solid #F5871B;
  text-transform: none;
}
.phone {
  width: 240px;
  display: flex;
  flex-direction: row-reverse;
  border-left: 2px solid #9F9F9F;
  border-image: linear-gradient(to bottom, rgba(159,159,159,0) 25%,rgba(159,159,159,1) 25%,rgba(159,159,159,1) 75%,rgba(159,159,159,0) 75%);
  border-image-slice: 1;
}
.phone a:hover {
  border-bottom: 2px solid #000000;
}

main {
  width: 100%;
  position: relative;
}
.banner {
  width: 100%;
  height: 78vH;
  min-height: 400px;
  max-height: 924px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  position: relative;
}
.bannertext {
  color: #FFFFFF;
  width: 50%;
  margin: 0 0 0 50px;
}
.bannertext a {
  color: #FFFFFF;
  text-decoration: none;
}
.blogblock {
  width: calc(100% - 100px);
  margin: 0 auto;
  padding: 50px;
}
.blogtextblock {
  width: 69%;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
.blogprodblock {
  width: 30%;
}
.blogimage {
  width: 270px;
  height: 240px;
  border-radius: 10px;
  background-color: #FF0000;
  overflow: hidden;
}
.bloglist {
  margin: 0;
  padding: 0;
  display: flex;
  list-style-type: none;
  flex-wrap: wrap;
}
.bloglist li {
  width: 270px;
  font-size: 18px;
  line-height: 26px;
  margin: 0 15px;
  font-weight: 700;
}
.bloglist li a {
  color: #000000;
  text-decoration: none;
}
.bloglist .fa-solid {
  font-size: 24px;
  text-align: right;
  display: block;
  margin: 20px 0 0 0;
}
.formblock {
  width: calc(100% - 200px);
  background: #EFEFEF;
  margin: 0 auto;
  padding: 50px;
}
.formrow {
  width: 100%;
  display: flex;
  margin: 0 0 25px 0;
  align-items: center;
  justify-content: space-between;
}
.formitem {
  width: 40%;
}
.formitemshort {
  width: 15%;
}
.formitemfull {
  width: 100%;
}
.formheader,
.forminput,
.tickinput,
.ticklabel,
.formerror {
  width: 100%;
  font-size: 13px;
  font-weight: 600px;
  line-height: 20px;
  text-transform: Uppercase;
  text-align: left;
}
.forminput ul {
  width: 100%;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.forminput ul li {
  width: 25%;
  margin: 0 0 20px 0;
}
.forminput ul li label {
  margin: 0 0 0 10px;
}
.highlight,
.mandatory,
.formerror {
  color: #F5871B;
}
.forminput input[type=text] {
  width: calc(100% - 2px);
  border: 1px solid #F5871B;
  font-family: "Plus Jakarta Sans", serif;
  font-size: 16px;
  line-height: 24px;
  height: 50px;
}
.forminput textarea {
  width: calc(100% - 2px);
  border: 1px solid #F5871B;
  font-family: "Plus Jakarta Sans", serif;
  font-size: 16px;
  line-height: 24px;
  height: 150px;
}
.formrow input[type=submit] {
  color: #FFFFFF;
  background-color: #F5871B;
  border: 0;
  width: 140px;
  height: 50px;
  font-family: "Plus Jakarta Sans", serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}
.forminput input[type=password],
.forminput input[type=text] {
  width: calc(100% - 2px);
  border: 1px solid #D0D5DD;
  font-family: "Plus Jakarta Sans", serif;
  font-size: 16px;
  line-height: 24px;
  height: 50px;
}
.forminput textarea {
  width: calc(100% - 2px);
  border: 1px solid #D0D5DD;
  font-family: "Plus Jakarta Sans", serif;
  font-size: 16px;
  line-height: 24px;
  height: 150px;
}
.formrow input[type=submit],
.button {
  color: #FFFFFF;
  background-color: #F5871B;
  border: 0;
  width: 140px;
  height: 50px;
  font-family: "Plus Jakarta Sans", serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.invert {
  background-color: #FFFFFF;
  color: #F5871B;
}
.boxinvert {
  color: #FFFFFF;
  background-color: #F5871B;
  background: linear-gradient(180deg,rgba(255, 255, 255, 1) 25%, rgba(255, 0, 0, 1) 25%);
}
.textblock2 .button {
  margin: 0 auto;
}
.row4 {
  background-image: url(/images/rowback4.png);
  background-position: bottom;
  background-repeat: repeat-x;
}
.rbl {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.rbl li {
  padding: 0 0 10px 0;
  display: flex;
}
.rbl li a {
  float: right;
  background-color: #CF112D;
  color: #FFFFFF;
  border: 0;
  text-transform: uppercase;
  padding: 5px 25px 5px 5px;
  text-decoration: none;
  min-width: 135px;
  position: relative;
}
.rbl li a::after {
  content: "\27A4";
  position: absolute;
  right: 5px;
  bottom: 5px;
}
table {
  width: 100%;
  border-collapse:collapse;
}
th {
  text-align: left;
  color: #4D4D4D;
  font-weight: 600;
  padding: 10px 15px;
  border-bottom: 1px solid #F5871B;
  border-right: 1px solid #E5E5E5;
  border-top: 1px solid #E5E5E5;
  font-size: 14px;
}
th a {
  color: #4D4D4D;
  text-decoration: none;
}
td {
  text-align: left;
  padding: 10px 15px;
  border-right: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  color: #4D4D4D;
  font-size: 14px;
  vertical-align: top;
}
table tr:nth-child(even) td{
  background-color: #F5F5F5;
}
table tr:nth-child(odd) td{
  background-color: #FFFFFF;
}
.quadblock {
  padding: 0;
  margin: 0 auto;
  list-style-type: none;
  width: calc(100% - 100px);
  display: flex;
  flex-wrap: wrap;
}
.quad {
  display: flex;
  width: 25%;
  height: 287px;
  align-items: center;
  text-align: center;
  background-color: #EFEFEF;
}
.quad:first-child,
.quad:last-child {
  color: #FFFFFF;
  background-color: #FF0000;
}
.quad img {
  width: 287px;
}
.quadcontent {
  width: calc(100% - 100px);
  padding: 50px;
}
.homerow3, 
.textblock, 
.prodblock, 
.textblock2 {
  width: 100%;
  padding: 50px 0;
  float: left;
}
.textblock2 {
  padding: 0;
}
.prodblock {
  display: flex;
  justify-content: space-between;
}
.prodblock h2 {
  width: 50%;
}
.homeprodbox {
  padding: 20px;
}

.prodblock .button {
  float: right;
}
.homerow3 {
  background-image: url(/images/home-img-2.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 100%;
  width: calc(100% - 500px);
  padding: 0 500px 0 0;
  min-height: 900px;
}
.tbr {
  float: right;
  padding: 0 0 0 25px;
  max-width: 260px;
}
.tbh,
.tbl {
  float: left;
  padding: 0 25px 0 0;
  max-width: 260px;
}
.tbh {
  max-width: 500px;
  padding: 0 50px;
}
.row4text {
  width: 500px;
  float: right;
  padding: 0 50px 175px 50px;
  
}

.tbc {
  margin: 50px auto;
  width: 100%;
  overflow: hidden;
}
.popout,
.homepopout {
  position: absolute;
  width: 700px;
  background-color: #F5871B;
  padding: 25px;
  color: #FFFFFF;
  display: flex;
  justify-content: space-between;
  float: right;
  right: 50px;
  bottom: -300px;
}
.homepopout {
  right: 50px;
  top: -30px;
  width: 550px;
  bottom: 0;
  padding: 0 15px;
  height: 300px;
}
.ctarow,
.homectarow,
.homectarow2 {
  width: calc(100% - 50px);
  background-color: #F5871B;
  padding: 25px;
  color: #FFFFFF;
  display: flex;
  justify-content: space-between;
}
.homectarow {
  position: relative;
  background-color: transparent;
  color: #000000;
  justify-content: flex-start;
  min-height: 320px;
}
.homectarow2 {
  background-color: #FFFFFF;
  color: #9f9f9f;
  justify-content: space-between;
  flex-wrap: wrap;
}
.homectagreybox,
.ctabox {
  width: calc(25% - 30px);
  padding: 10px;
}
.homectabox {
  width: calc(25% - 70px);
  padding: 10px;
}
.homerow3 .textblock,
.homerow3 .homectarow {
  flex-wrap: wrap;
  padding: 0;
}
.homerow3 .homectarow .homectabox {
  width: calc(50% - 70px);
}
.ctarow {
  width: calc(100% - 50px);
  background-color: #FFFFFF;
  color: #000000;
  padding: 25px;
  margin: 25px 0;
  display: flex;
  justify-content: space-between;
}
.ctabox {
  width: calc(25% - 30px);
  padding: 10px;
  font-size: 0;
}
.ctabox img {
  width: 100%;
  padding: 10px;
}
.ctabox2 {
  width: calc(25% - 30px);
  padding: 10px;
}
.ctabox2 img {
  height: 100%;
  max-height: 153px;
  padding: 10px;
}
.ctatitle {
  width: calc(50% - 30px);
  padding: 10px;
}
.popbox {
  width: calc(30% - 30px);
  padding: 10px;
}
.homepopbox {
  width: calc(50% - 30px);
  padding: 10px;
}
.popbox .fa-solid {
  font-size: 36px;
}
.scroll {
  margin: 400px 0 0 0;
}
.scrollblock {
  width: 200px;
  float: left;
  text-align: center;
  font-size: 20px;
  line-height: 40px;
  font-weight: 700;
  color: #F5871B;
}
.sb2 {
  border-left: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  padding: 0 20px;
  margin: 0 20px;
}
.sb1 .numscroller {
  font-size: 80px;
  line-height: 80px;
  font-weight: 800;
}
.sb2 .numscroller {
  font-size: 80px;
  line-height: 80px;
  font-weight: 800;
}
.sb3 .numscroller {
  font-size: 80px;
  line-height: 80px;
  font-weight: 800;
}
.spacer {
  margin: 300px 0 0 0;
}
footer {
  width: 100%;
}
h2,
h2 a {
  color: #F5871B;
  text-decoration: none;
}
footer {
  width: 100%;
  background-image: url(/images/footerback.png);
  background-position: top;
  background-repeat: repeat-x;
  min-height: 380px;
  background-color: #000000;
  overflow: hidden;
}
footer img {
  margin: 0 auto;
  display: block;
}
.footertail,
.footermain {
  border-bottom: 1px solid #767676;
  color: #FFFFFF;
  width: calc(100% - 100px);
  padding: 0 50px;
  display: block;
  float: left;
}
.footertail {
  border: 0;
  padding: 20px 50px;
}
.footermain a {
  text-decoration: none;
  color: #FFFFFF;
}
.footermain .fa-solid {
  margin: 0 20px 20px 0;
  float: left;
  font-size: 20px;
}
.footermain ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 180px;
}
.fcol1 {
  width: 280px;
  height: 280px;
  background-color: #F5871B;
  padding: 50px;
  float: left;
}
.fcol2 {
  width: 280px;
  float: right;
  margin: 111px 0 0 0;
}
.fcol3 {
  width: 180px;
  float: right;
  margin: 111px 0 0 0;
}
.pageintro {
  width: calc(100% - 100px);
  margin: 25px auto;
  overflow: hidden;
}
.productintro {
  width: 100%;
  margin: 25px auto;
  overflow: hidden;
}

.pageblock {
  width: calc(100% - 100px);
  margin: 0 auto;
  overflow: hidden;
}
.quotepage {
  width: calc(100% - 100px);
  display: flex;
  margin: 0 auto;
  overflow: hidden;
}
.basketbox,
.quote {
  width: Calc(50% - 20px);
  padding: 10px;
}
.basketbox .formblock {
  margin: 0;
  width: calc(100% - 100px);
}
.quoterow {
  width: 100%;
  display: flex;
  border: 1px solid #CCCCCC;
}
.quoteprod {
  width: calc(50% - 20px);
  padding: 0 10px;
  font-size: 13px;
  line-height: 40px;
  color: #33334f;
  border-right: 1px solid #CCCCCC;
  font-family: "Plus Jakarta Sans", serif;
}
.quotedel,
.quoteimg {
  font-family: "Plus Jakarta Sans", serif;
  width: 15%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #CCCCCC;
}
.qupoteimg img {
  width: 46px;
}
.quoteqty {
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.qdel {
  background: #FFFFFF;
  border-radius: 50%;
  width: 30px;
  height: 20px;
  padding: 7px 0 3px 0;
  float: left;
  text-align: center;
  color: #000000;
  text-decoration: none;
}
.qdel:hover {
  background: #FF0000;
  color: #FFFFFF;
  text-decoration: none;
}
.qptitle {
  font-size: 16px;
  font-family: "Plus Jakarta Sans", serif;
  font-weight: 700;
}
.qqty {
  width: 100px;
  border: 1px solid #D0D5DD;
  font-family: "Plus Jakarta Sans", serif;
  font-size: 16px;
  line-height: 24px;
  height: 50px;
}

@media all and (max-width:1200px) {
  .phone {
    width: 180px;
  }
  .products {
    width: 180px;
  }
  nav ul li ul {
    min-width: 150px;
  }
  nav ul li ul li ul {
    min-width: 150px;
    left: 150px;
  }
}
@media all and (max-width:1000px) {
  .phone {
    display: none;
  }
}
@media all and (min-width:800px) {
  .menuicon,
  .searchicon {
    display: none;
  }
}
@media all and (max-width:800px) {
  nav,
  .searchbox,
  .strapline {
    display: none;
  }
  .menuicon,
  .searchicon {
    width: 46px;
    height: 46px;
    background: #F5871B;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 150px;
    top: 20px;
  }
  .searchicon {
    right: 90px;
  }
  .basket {
    font-size: 0;
    width: 46px;
  }
  .menuicon a,
  .searchicon a {
    color: #FFFFFF;
    font-size: 36px;
  }
  .searchicon a {
    font-size: 26px;
  }
  nav ul {
    width: 100%;
    display: block;
  }
  nav ul li {
    min-height: 61px;
    display: flex;
    align-items: center;
    position: relative;
    background-color: #f9f9f9;
    flex-direction: column;
  }
  nav ul li a {
    width: 100%;
    height: 31px;
    padding: 15px 0 15px 15px;
    color: #000000;
    text-decoration: none;
    border: 0;
  }
  nav ul li a:hover {
    color: #FFFFFF;
    text-decoration: none;
    border: 0;
    background-color: #F5871B;
  }
  nav ul li ul,
  nav ul li ul li ul {
    display: none;
    position: relative;
    background-color: #f9f9f9;
    width: 100%;
    box-shadow: none;
    padding: 0;
    top: 0;
    left: 0;
  }
  nav ul li ul li a {
    padding: 15px 0 15px 50px;
  }
  nav ul li ul li ul li a {
    padding: 15px 0 15px 100px;
  }
  nav ul li:hover ul {
    display: none;
  }
  nav ul li:hover ul li ul {
    display: none;
  }
  nav ul li ul li:hover ul {
    display: none;
  }
  .products {
    background: #FFFFFF;
    width: auto;
    justify-content: flex-start;
    flex-direction: column;
  }
  .products a {
    border: 0;
  }
  nav ul li.products ul li a {
    border: 0;
  }
  nav ul li ul li a:hover {
    border: 0;
    color: #FFFFFF;
  }
  nav ul li.products ul li a.mobactive,
  .mobactive {
    color: #FFFFFF;
    text-decoration: none;
    border: 0;
    background-color: #F5871B;
  }
  .bannertext {
    width: 80%;
    margin: 0 auto;
  }
  .formrow {
    margin: 0;
    flex-wrap: wrap;
  }
  .formitem,
  .formitemshort,
  .formitemfull {
    width: 100%;
    margin: 0 0 25px 0;
  }
  .fcol3,
  .fcol2 {
    width: 100%;
    float: none;
    margin: 50px 0;
    display: block;
    overflow: hidden;
  }
}

