@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;600;700&display=swap");
.outerContainer {
  width: 100%;
  margin: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.outerContainer .innerContainer {
  width: 95%;
  display: block;
  max-width: 1200px;
}
.outerContainer .innerContainer.subTitle {
  padding: 20px 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.outerContainer .innerContainer.subTitle .divLine {
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #7b68ee;
}
.outerContainer .innerContainer.subTitle h2 {
  font-size: 36px;
  color: #7b68ee;
  width: auto;
  margin: 20px auto;
  background-color: #ffffff;
  padding: 0 20px;
  z-index: 9;
  max-width: 80%;
}

.megaBtn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #7b68ee;
  padding: 18px 60px;
  display: inline-block;
  margin: 10px 0;
  border-radius: 40px;
}

.pdfLink {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ebebeb;
  padding: 16px 20px;
  border-radius: 4px;
  gap: 80px;
}
.pdfLink p {
  color: #777;
  margin: 0;
}

.privacyContent {
  text-align: left;
  color: #777;
}

.indexBoxes {
  width: 100%;
  margin: 10px 0 0;
  overflow: hidden;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.indexBoxes .indexBox {
  margin: 0 10px 10px;
  background-position: center;
  background-size: cover;
  float: left;
  display: inline-flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-direction: column;
}
.indexBoxes .indexBox .imageBubble {
  display: inline-block;
  width: 170px;
  height: 170px;
  border-radius: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.indexBoxes .indexBox h2 {
  font-size: 20px;
  font-family: "Poppins", system-ui, sans-serif;
  color: #333333;
  font-weight: 600;
  padding: 10px;
  margin: 0;
  width: 100%;
  max-width: 200px;
  text-align: center;
  display: inline-block;
  box-sizing: border-box;
}

.indexFlex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  margin: 40px 0;
  width: 100%;
}
@media screen and (max-width: 700px) {
  .indexFlex {
    flex-direction: column;
  }
}
.indexFlex .boxSide {
  display: inline-flex;
  flex-direction: column;
  width: calc(50% - 10px);
  box-sizing: border-box;
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
}
.indexFlex .boxSide h3 {
  font-weight: 600;
  margin: 10px 0 0;
  font-size: 20px;
  text-align: left;
  color: #333333;
}
.indexFlex .boxSide .waBtn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #455a64;
  padding: 18px 30px;
  display: inline-flex;
  margin: 10px 0;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.indexFlex .boxSide .waBtn svg {
  width: 20px;
}
@media screen and (max-width: 870px) {
  .indexFlex .boxSide .waBtn {
    padding: 6px 12px;
    font-size: 17px;
  }
}
.indexFlex .textArea {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 50px 20px;
  box-sizing: border-box;
  width: 50%;
  min-height: 35vh;
}
@media screen and (max-width: 700px) {
  .indexFlex .textArea {
    width: 100%;
  }
}
.indexFlex .textArea h1 {
  font-size: 22px;
  font-family: "Poppins", system-ui, sans-serif;
  color: #333333;
  font-weight: 500;
  margin: 0 auto 10px;
}
.indexFlex .textArea p {
  color: #333333;
  margin: 0 auto;
  line-height: 1.5;
}
.indexFlex .textArea ul {
  text-align: left;
}
.indexFlex .imageArea {
  width: 40%;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 700px) {
  .indexFlex .imageArea {
    width: 100%;
    height: 30vh;
  }
}
@media screen and (max-width: 700px) {
  .indexFlex.reverseIt {
    flex-direction: column-reverse;
  }
}

.indexServiceBoxes {
  width: 100%;
  margin: 30px 0;
  overflow: hidden;
}
.indexServiceBoxes .indexBox {
  width: 32%;
  background-position: center;
  background-size: cover;
  padding: 10px;
  float: left;
  display: inline-block;
  box-sizing: border-box;
}
.indexServiceBoxes .indexBox.review {
  width: 49%;
  padding: 0 20px;
}
@media screen and (max-width: 800px) {
  .indexServiceBoxes .indexBox.review {
    width: 100%;
  }
}
.indexServiceBoxes .indexBox.review h2 {
  color: #7b68ee;
}
@media screen and (max-width: 800px) {
  .indexServiceBoxes .indexBox {
    width: 100%;
    padding: 30px 0;
  }
}
.indexServiceBoxes .indexBox h2 {
  margin: 0 auto 10px;
  font-size: 24px;
  color: #333333;
  font-weight: 500;
  font-family: "Poppins", system-ui, sans-serif;
}
.indexServiceBoxes .indexBox img {
  width: 100%;
  height: 200px;
}
.indexServiceBoxes .indexBox p {
  font-size: 16px;
  line-height: 1.6;
}

.headerOuter {
  width: 100%;
  z-index: 999;
  padding: 10px 0 40px;
}

.headerTop {
  background-color: #ffffff;
}
.headerTop .headerTopInner {
  display: inline-flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  position: relative;
}
.headerTop .headerTopInner .headTopBox {
  width: calc(50% - 130px);
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-width: 220px;
}
.headerTop .headerTopInner .headTopBox.left {
  justify-content: flex-start;
  min-width: unset;
}
.headerTop .headerTopInner .headTopBox.left .mobileCart {
  display: none;
}
.headerTop .headerTopInner .headTopBox.left .mobileCart i {
  font-size: 26px;
}
@media screen and (max-width: 1100px) {
  .headerTop .headerTopInner .headTopBox.left .mobileCart {
    display: inline-block;
  }
}
.headerTop .headerTopInner .headTopBox.left .mobileAccount {
  display: none;
}
.headerTop .headerTopInner .headTopBox.left .mobileAccount i {
  font-size: 26px;
}
@media screen and (max-width: 1100px) {
  .headerTop .headerTopInner .headTopBox.left .mobileAccount {
    display: inline-block;
    margin-right: 5px;
  }
}
@media screen and (max-width: 1100px) {
  .headerTop .headerTopInner .headTopBox.left a {
    display: none;
  }
}
.headerTop .headerTopInner .headTopBox.right {
  justify-content: flex-end;
  min-width: unset;
}
.headerTop .headerTopInner .headTopBox.right h4 {
  text-align: right;
  font-size: 20px;
  margin: 0;
}
.headerTop .headerTopInner .headTopBox.right h6 {
  font-size: 16px;
  font-weight: 600;
  margin: 10px 0 0 5px;
}
.headerTop .headerTopInner .headTopBox.right .mobileNavBtn {
  display: none;
  flex-direction: column;
}
.headerTop .headerTopInner .headTopBox.right .mobileNavBtn.active .menuLinkOne i {
  transform: rotate(45deg) scale(1.5, 1) translate(-1px, 4px);
  -webkit-transform: rotate(45deg) scale(1.5, 1) translate(-1px, 4px);
}
.headerTop .headerTopInner .headTopBox.right .mobileNavBtn.active .menuLinkTwo i {
  transform: rotate(135deg) scale(1.5, 1) translate(0px, 5px);
  -webkit-transform: rotate(135deg) scale(1.5, 1) translate(0px, 5px);
}
.headerTop .headerTopInner .headTopBox.right .mobileNavBtn.active .menuLinkThree {
  opacity: 0;
}
.headerTop .headerTopInner .headTopBox.right .mobileNavBtn:hover {
  cursor: pointer;
}
.headerTop .headerTopInner .headTopBox.right .mobileNavBtn:hover span {
  color: #3318d8;
}
.headerTop .headerTopInner .headTopBox.right .mobileNavBtn span {
  margin: -5px 0;
}
.headerTop .headerTopInner .headTopBox.right .mobileNavBtn span i {
  transform: scale(1.6, 1);
  -webkit-transform: scale(1.6, 1);
  transition: all 0.3s ease-in-out;
  opacity: 1;
}
@media screen and (max-width: 1100px) {
  .headerTop .headerTopInner .headTopBox.right .mobileNavBtn {
    display: inline-flex;
    width: 32px;
  }
}
@media screen and (max-width: 1100px) {
  .headerTop .headerTopInner .headTopBox.right a {
    display: none;
  }
}
.headerTop .headerTopInner .headTopBox img {
  max-width: 400px;
  max-height: 120px;
  margin: 40px 0;
}
@media screen and (max-width: 600px) {
  .headerTop .headerTopInner .headTopBox img {
    max-width: 60vw;
  }
}
.headerTop .headerTopInner .headTopBox a {
  color: #333333;
  font-family: "Poppins", system-ui, sans-serif;
  font-weight: 300;
  margin-right: 20px;
  vertical-align: top;
  display: inline-flex;
  align-items: center;
  position: relative;
}
.headerTop .headerTopInner .headTopBox a.topLogo {
  margin: 0;
}
.headerTop .headerTopInner .headTopBox a:hover {
  color: #99999a;
}
.headerTop .headerTopInner .headTopBox a p {
  display: inline-block;
  margin: 0;
  font-size: 16px;
  white-space: nowrap;
}
.headerTop .headerTopInner .headTopBox a i {
  color: #333333;
  margin-right: 5px;
  font-size: 24px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.headerTop .headerTopInner .headTopBox a i:hover {
  color: #3318d8;
}
.headerTop .headerTopInner .headTopBox .mobileLogo {
  display: none;
  margin: 0;
}
.headerTop .headerTopInner .headTopBox .mobileLogo img {
  height: 70px;
  width: auto;
}
@media screen and (max-width: 1100px) {
  .headerTop .headerTopInner .headTopBox .mobileLogo {
    display: inline-block;
  }
}
.headerTop .headerTopInner .headTopBox form {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  border: 1px solid #333333;
  border-radius: 20px;
  width: 100%;
  max-width: 300px;
  padding: 0 5px;
}
@media screen and (max-width: 1100px) {
  .headerTop .headerTopInner .headTopBox form {
    display: none;
  }
}
.headerTop .headerTopInner .headTopBox form input {
  border-radius: 0;
  font-family: "Poppins", system-ui, sans-serif;
  color: #333333;
  background: none;
  border: none;
  padding: 3px;
  font-size: 16px;
  float: left;
  border-radius: 0;
  width: calc(100% - 46px);
  max-width: 254px;
  box-sizing: border-box;
}
.headerTop .headerTopInner .headTopBox form input::placeholder {
  color: #333333;
}
.headerTop .headerTopInner .headTopBox form input:focus {
  outline: none;
}
.headerTop .headerTopInner .headTopBox form button {
  border-radius: 0;
  padding: 5px 12px;
  left: 0;
  background: none;
  border: 0;
  font-size: 16px;
  float: left;
  border-radius: 0;
  box-sizing: border-box;
}
.headerTop .headerTopInner .headTopBox form button i {
  color: #333333;
}

.headerNav {
  padding: 0;
  z-index: 2;
  position: relative;
}
.headerNav .headerNavBar {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.headerNav .headerNavBar a {
  color: #333333;
  font-family: "Poppins", system-ui, sans-serif;
  font-weight: 300;
  padding: 10px 20px;
  font-size: 1.1em;
}
.headerNav .headerNavBar a:hover {
  color: #7b68ee;
}

#navigation {
  padding: 0;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 1100px) {
  #navigation {
    padding: 8px 0;
  }
}
#navigation .items-wrapper {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  #navigation .items-wrapper {
    display: none;
  }
}
#navigation .items-wrapper .item {
  display: inline-block;
  font-family: "Poppins", system-ui, sans-serif;
  font-weight: 300;
  margin: 0 10px;
}
#navigation .items-wrapper .item.clearance {
  background-color: #333333;
}
#navigation .items-wrapper .item.mobile-item {
  display: none;
}
#navigation .items-wrapper .item:hover > .submenu-wrapper, #navigation .items-wrapper .item:hover > .arrow {
  visibility: visible;
  opacity: 1;
  z-index: 2;
}
#navigation .items-wrapper .item .item-link {
  color: #333333;
  display: block;
  padding: 12px 20px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  transition: all 0.3s ease-in-out;
}
#navigation .items-wrapper .item .item-link.active {
  font-weight: 600;
  color: #7b68ee;
}
#navigation .items-wrapper .item .item-link:hover {
  color: #7b68ee;
}
#navigation .items-wrapper .item .submenu-wrapper {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  background-color: #ebebeb;
  width: 100%;
  left: 0px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease-in-out;
  z-index: 1;
  padding: 10px 0;
}
#navigation .items-wrapper .item .submenu-wrapper:hover > .item {
  background-color: #262626;
}
#navigation .items-wrapper .item .submenu-wrapper .item-submenu {
  width: 95%;
  max-width: 1400px;
  max-height: calc(100vh - 240px);
  margin: 20px auto;
  font-size: 0px;
  column-count: 5;
  column-rule: 1px outset #ccc;
  text-align: left;
  display: inline-flex;
  overflow-y: scroll;
}
@media (max-width: 1024px) {
  #navigation .items-wrapper .item .submenu-wrapper .item-submenu {
    column-count: 4;
  }
}
@media (max-width: 840px) {
  #navigation .items-wrapper .item .submenu-wrapper .item-submenu {
    column-count: 3;
  }
}
@media (max-width: 480px) {
  #navigation .items-wrapper .item .submenu-wrapper .item-submenu {
    column-count: 2;
  }
}
#navigation .items-wrapper .item .submenu-wrapper .item-submenu .submenu-group {
  font-size: 16px;
  box-sizing: border-box;
  padding: 5px 20px 0px;
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
  break-inside: avoid-column;
}
#navigation .items-wrapper .item .submenu-wrapper .item-submenu .submenu-group .columnHolder {
  max-height: 65vh;
  display: flex;
  flex-flow: wrap column;
}
#navigation .items-wrapper .item .submenu-wrapper .item-submenu .submenu-group:nth-of-type(2n) {
  break-after: column;
  display: block;
}
#navigation .items-wrapper .item .submenu-wrapper .item-submenu .submenu-group .submenu-link-master,
#navigation .items-wrapper .item .submenu-wrapper .item-submenu .submenu-group .submenu-link {
  display: block;
}
#navigation .items-wrapper .item .submenu-wrapper .item-submenu .submenu-group .submenu-link-master:hover,
#navigation .items-wrapper .item .submenu-wrapper .item-submenu .submenu-group .submenu-link:hover {
  text-decoration: none;
}
#navigation .items-wrapper .item .submenu-wrapper .item-submenu .submenu-group .submenu-link-master {
  color: #333333;
  font-family: "Poppins", system-ui, sans-serif;
  font-weight: 400;
  font-size: 1.1em;
  line-height: 1.4em;
  margin-bottom: 15px;
  text-transform: uppercase;
  border-bottom: 1px solid #7b68ee;
  padding-bottom: 5px;
}
#navigation .items-wrapper .item .submenu-wrapper .item-submenu .submenu-group .submenu-link {
  color: #333333;
  line-height: 1.4em;
  margin-bottom: 10px;
}
#navigation .items-wrapper .item .submenu-wrapper .item-submenu .submenu-group .submenu-link:hover {
  color: #7b68ee;
}

.mobileNav {
  position: fixed;
  width: 100%;
  height: calc(100vh - 154px);
  background-color: #7b68ee;
  right: -80%;
  top: 154px;
  display: none;
  opacity: 0;
  visibility: hidden;
  z-index: 9999999;
}
.mobileNav.visible {
  right: 0;
  opacity: 1;
  visibility: visible;
  max-height: 100%;
  overflow-y: scroll;
}
@media screen and (max-width: 1100px) {
  .mobileNav {
    opacity: 0;
    visibility: hidden;
  }
  .mobileNav .item.clearance {
    background-color: #333333;
  }
  .mobileNav .item a {
    display: inline-block !important;
    text-align: left;
  }
  .mobileNav .item a.item-link {
    width: calc(100% - 40px);
    color: #ffffff;
    padding: 20px;
    border-bottom: 1px solid #1a1a1a;
    text-align: left;
  }
  .mobileNav .item a.item-link:hover {
    background-color: #1a1a1a;
    color: #ffffff;
  }
  .mobileNav .item.mobile-item {
    margin: 10px 0 0;
  }
  .mobileNav .item.mobile-item:last-of-type {
    margin: 0 0 0;
  }
  .mobileNav .item.mobile-item a {
    width: calc(100% - 40px);
    color: #ffffff;
    padding: 10px 20px;
    text-align: left;
  }
  .mobileNav .item.mobile-item a:hover {
    background-color: none;
    color: #ffffff;
  }
  .mobileNav .item.mobile-item a i {
    color: #ffffff;
    font-size: 16px;
  }
  .mobileNav .item .submenu-wrapper {
    height: 0;
    overflow: hidden;
  }
  .mobileNav .item .submenu-wrapper.visible {
    height: auto;
  }
  .mobileNav .item .submenu-group {
    display: inline-flex;
    height: 48px;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
  }
  .mobileNav .item .submenu-group.visible {
    height: auto;
  }
  .mobileNav .item .submenu-group .submenu-link-master {
    background-color: #4d4d4d;
    color: #ffffff;
    margin: 0;
    padding: 15px 20px;
  }
  .mobileNav .item .submenu-group .submenu-link-master:hover {
    background-color: #3d3d3d;
    color: #ffffff;
  }
  .mobileNav .item .submenu-group .submenu-link {
    background-color: #ebebeb;
    color: #333333;
    margin: 0;
    padding: 10px 20px;
  }
  .mobileNav .item .submenu-group .submenu-link:hover {
    background-color: #d7d7d7;
    color: #333333;
  }
}

/*
 * Stellarnav.js 2.5.0
 * Responsive, lightweight, multi-level dropdown menu.
 * Copyright (c) 2018 Vinny Moreira - http://vinnymoreira.com
 * Released under the MIT license
 */
/* all nav */
.stellarnav {
  position: relative;
  width: 100%;
  z-index: 9900;
  line-height: normal;
}

.stellarnav a {
  color: #777;
}

.stellarnav ul {
  margin: 0;
  padding: 0;
  text-align: center;
}

.stellarnav li {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  line-height: normal;
  vertical-align: middle;
}
.stellarnav li.mobile-item {
  display: none;
}

.stellarnav li a {
  padding: 6px 10px;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #777;
  font-size: inherit;
  font-family: inherit;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 1100px) {
  .stellarnav li a {
    display: block;
  }
}

/* main level */
.stellarnav > ul > li {
  display: inline-block;
}

.stellarnav > ul > li > a {
  padding: 12px;
  font-size: 15px;
}

/* first level dd */
.stellarnav ul ul {
  top: auto;
  width: 300px;
  position: absolute;
  z-index: 9900;
  text-align: left;
  display: none;
  background: #ddd;
}

.stellarnav li li {
  display: block;
}
.stellarnav li li a {
  font-weight: 400;
  font-size: 14px;
  display: block;
}

/* second level dd */
.stellarnav ul ul ul {
  top: 0;
  /* dd animtion - change to auto to remove */
  left: 290px;
}

.stellarnav > ul > li:hover > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  top: 0;
}

/* .drop-left */
.stellarnav > ul > li.drop-left > ul {
  right: 0;
}

.stellarnav li.drop-left ul ul {
  left: auto;
  right: 290px;
}

.stellarnav.light li a {
  color: #fff;
}

/* dark theme */
.stellarnav.dark {
  background-color: #333333;
}

.stellarnav.dark a {
  color: #fff;
}

.stellarnav.dark li ul li {
  background-color: #1a1a1a;
}
.stellarnav.dark li ul li .dd-toggle {
  height: 38px;
}
.stellarnav.dark li ul li:hover {
  background-color: #050505;
}
.stellarnav.dark li ul li ul li {
  background-color: black;
}
.stellarnav.dark li ul li ul li:hover {
  background-color: black;
}
.stellarnav.dark li ul li ul li a:hover {
  background-color: black;
}

.stellarnav.dark li a {
  color: #fff;
}
.stellarnav.dark li a:hover {
  background-color: black;
}

/* sticky nav */
.stellarnav.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
}

/* only used when 'scrollbarFix' is set to true in the js. This fixes horizontal scrollbar caused by the dd menus that are very long.*/
body.stellarnav-noscroll-x {
  overflow-x: hidden;
}

/* general styling */
.stellarnav li.has-sub > a:after {
  content: "";
  margin-left: 10px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
  display: inline-block;
}

.stellarnav li li.has-sub > a:after {
  margin-left: 10px;
  float: right;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #fff;
  position: absolute;
  top: calc(50% - 6px);
  right: 4px;
}

.stellarnav li.drop-left li.has-sub > a:after {
  transform: rotate(180deg);
}

.stellarnav.hide-arrows li.has-sub > a:after,
.stellarnav.hide-arrows li li.has-sub > a:after,
.stellarnav.hide-arrows li.drop-left li.has-sub > a:after {
  display: none;
}

.stellarnav .menu-toggle,
.stellarnav .close-menu,
.stellarnav .call-btn-mobile,
.stellarnav .location-btn-mobile {
  display: none;
  text-transform: uppercase;
  text-decoration: none;
}

.stellarnav .dd-toggle {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  width: 48px;
  height: 55px;
  text-align: center;
  z-index: 9999;
  border: 0;
}

.stellarnav.desktop.hide-arrows li.has-sub a {
  padding-right: 15px;
}

.stellarnav.mobile > ul > li > a.dd-toggle {
  padding: 0;
}

.stellarnav li.call-btn-mobile,
.stellarnav li.location-btn-mobile {
  display: none;
}

/* svg icons */
.stellarnav svg {
  fill: currentColor;
  width: 1em;
  height: 1em;
  position: relative;
  top: 2px;
}

/* svg icons */
.stellarnav a.dd-toggle .icon-plus {
  box-sizing: border-box;
  transition: transform 0.3s;
  width: 12px;
  height: 100%;
  position: relative;
  vertical-align: middle;
  display: inline-block;
}

.stellarnav a.dd-toggle .icon-plus:before {
  content: "";
  display: block;
  width: 12px;
  height: 0px;
  border-bottom: solid 3px #777;
  position: absolute;
  top: 50%;
  transform: rotate(90deg);
  transition: width 0.3s;
}

.stellarnav a.dd-toggle .icon-plus:after {
  content: "";
  display: block;
  width: 12px;
  height: 0px;
  top: 50%;
  border-bottom: solid 3px #777;
  position: absolute;
}

.stellarnav li.open > a.dd-toggle .icon-plus {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.stellarnav.light a.dd-toggle .icon-plus:before {
  border-color: #fff;
}

.stellarnav.light a.dd-toggle .icon-plus:after {
  border-color: #fff;
}

.stellarnav.dark a.dd-toggle .icon-plus:before {
  border-color: #FFF;
}

.stellarnav.dark a.dd-toggle .icon-plus:after {
  border-color: #FFF;
}

.stellarnav .icon-close {
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  position: relative;
  display: inline-block;
}

.stellarnav .icon-close:before {
  content: "";
  display: block;
  width: 12px;
  height: 0px;
  border-bottom: solid 3px #777;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
}

.stellarnav .icon-close:after {
  content: "";
  display: block;
  width: 12px;
  height: 0px;
  top: 50%;
  border-bottom: solid 3px #777;
  position: absolute;
  transform: rotate(-45deg);
}

.stellarnav.light .icon-close:before {
  border-color: #fff;
}

.stellarnav.light .icon-close:after {
  border-color: #fff;
}

.stellarnav.dark .icon-close:before {
  border-color: #FFF;
}

.stellarnav.dark .icon-close:after {
  border-color: #FFF;
}

/* mobile nav */
.stellarnav .menu-toggle,
.stellarnav .call-btn-mobile,
.stellarnav .location-btn-mobile,
.stellarnav .close-menu {
  padding: 15px;
  box-sizing: border-box;
}

.stellarnav .menu-toggle span.bars {
  display: inline-block;
  margin-right: 7px;
  position: relative;
  top: 3px;
}

.stellarnav .menu-toggle span.bars span {
  display: block;
  width: 15px;
  height: 2px;
  border-radius: 6px;
  background: #777;
  margin: 0 0 3px;
}

.stellarnav .full {
  width: 100%;
}

.stellarnav .half {
  width: 50%;
}

.stellarnav .third {
  width: 33%;
  text-align: center;
}

.stellarnav .location-btn-mobile.third {
  text-align: center;
}

.stellarnav .location-btn-mobile.half {
  text-align: right;
}

.stellarnav.light .third,
.stellarnav.light .half {
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}

.stellarnav.light.left .third,
.stellarnav.light.left .half {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.stellarnav.light.right .third,
.stellarnav.light.right .half {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.stellarnav.light .third:first-child,
.stellarnav.light .half:first-child {
  border-left: 0;
}

.stellarnav.dark .third,
.stellarnav.dark .half {
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.stellarnav.dark.left .third,
.stellarnav.dark.left .half {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.stellarnav.dark.right .third,
.stellarnav.dark.right .half {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.stellarnav.light.left .menu-toggle,
.stellarnav.light.right .menu-toggle {
  border-bottom: 0;
}

.stellarnav.dark.left .menu-toggle,
.stellarnav.dark.right .menu-toggle {
  border-bottom: 0;
}

.stellarnav.dark .third:first-child,
.stellarnav.dark .half:first-child {
  border-left: 0;
}

.stellarnav.light .menu-toggle span.bars span {
  background: #777;
}

.stellarnav.dark .menu-toggle span.bars span {
  background: #777;
}

.stellarnav.mobile {
  position: static;
}

.stellarnav.mobile.fixed {
  position: static;
}

.stellarnav.mobile ul {
  position: relative;
  display: none;
}

.stellarnav.mobile.active {
  padding-bottom: 0;
}

.stellarnav.mobile.active > ul {
  display: block;
}

.stellarnav.mobile ul {
  text-align: left;
}

.stellarnav.mobile > ul > li {
  display: block;
}
.stellarnav.mobile > ul > li.mobile-item {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
.stellarnav.mobile > ul > li.mobile-item a {
  width: 100%;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
}
.stellarnav.mobile > ul > li.mobile-item a i {
  margin-right: 10px;
}

.stellarnav.mobile > ul > li > a {
  padding: 15px;
}

.stellarnav.mobile ul {
  background: rgb(221, 221, 221);
}

.stellarnav.mobile ul ul {
  position: relative;
  opacity: 1;
  visibility: visible;
  width: auto;
  display: none;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: color 0 ease-in;
  transition: none;
}

.stellarnav.mobile ul ul ul {
  left: auto;
  top: auto;
}

.stellarnav.mobile li.drop-left ul ul {
  right: auto;
}

.stellarnav.mobile li a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.stellarnav.mobile > ul {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.stellarnav.mobile.light li a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.stellarnav.mobile.light > ul {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.stellarnav.mobile li a.dd-toggle {
  border: 0;
}

.stellarnav.mobile.light li a.dd-toggle {
  border: 0;
}

.stellarnav.mobile .menu-toggle,
.stellarnav.mobile .close-menu,
.stellarnav.mobile .call-btn-mobile,
.stellarnav.mobile .location-btn-mobile {
  display: none;
}

.stellarnav.mobile .dd-toggle {
  display: block;
}

.stellarnav.mobile li.call-btn-mobile {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  box-sizing: border-box;
}

.stellarnav.mobile li.call-btn-mobile,
.stellarnav.mobile li.location-btn-mobile {
  display: inline-block;
  width: 50%;
  text-transform: uppercase;
  text-align: center;
}

.stellarnav.mobile li.call-btn-mobile.full,
.stellarnav.mobile li.location-btn-mobile.full {
  display: block;
  width: 100%;
  text-transform: uppercase;
  border-right: 0;
  text-align: left;
}

.stellarnav.mobile.light ul {
  background: #333333;
}

.stellarnav.mobile.dark ul {
  background: #333333;
  border-left: 1px solid #333333;
}

.stellarnav.mobile.dark ul ul {
  background: #d2d2d2;
}

.stellarnav.mobile.light li.call-btn-mobile {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.stellarnav.mobile.top {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
}

.stellarnav.mobile li.has-sub > a:after,
.stellarnav.mobile li li.has-sub > a:after,
.stellarnav.mobile li.drop-left li.has-sub > a:after {
  display: none;
}

/* left and right positions */
.stellarnav.mobile.right > ul,
.stellarnav.mobile.left > ul {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 60vw;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.stellarnav.mobile.right > ul {
  right: 0;
}

.stellarnav.mobile.right .close-menu,
.stellarnav.mobile.left .close-menu {
  display: inline-block;
  text-align: right;
}

.stellarnav.mobile.left > ul {
  left: 0;
}

.stellarnav.mobile.right .location-btn-mobile.half,
.stellarnav.mobile.right .call-btn-mobile.half,
.stellarnav.mobile.right .close-menu.half {
  text-align: center;
}

.stellarnav.mobile.right .location-btn-mobile.third,
.stellarnav.mobile.right .call-btn-mobile.third,
.stellarnav.mobile.right .close-menu.third {
  text-align: center;
}

.stellarnav.mobile.left .location-btn-mobile.half,
.stellarnav.mobile.left .call-btn-mobile.half,
.stellarnav.mobile.left .close-menu.half {
  text-align: center;
}

.stellarnav.mobile.left .location-btn-mobile.third,
.stellarnav.mobile.left .call-btn-mobile.third,
.stellarnav.mobile.left .close-menu.third {
  text-align: center;
}

.stellarnav.mobile.left .menu-toggle.half,
.stellarnav.mobile.left .menu-toggle.third,
.stellarnav.mobile.right .menu-toggle.half,
.stellarnav.mobile.right .menu-toggle.third {
  text-align: left;
}

.stellarnav.mobile.left .close-menu.third span,
.stellarnav.mobile.right .close-menu.third span {
  display: none;
}

/* left and right positions */
/* mega dd */
.stellarnav.desktop li.mega ul ul {
  background: none;
}

.stellarnav.desktop li.mega li {
  display: inline-block;
  vertical-align: top;
  margin-left: -4px;
}

.stellarnav.desktop li.mega li li {
  display: block;
  position: relative;
  left: 4px;
}

.stellarnav.desktop li.mega ul ul {
  width: auto;
}

.stellarnav.desktop > ul > li.mega {
  position: inherit;
}

.stellarnav.desktop > ul > li.mega > ul {
  width: 100%;
}

.stellarnav.desktop > ul > li.mega > ul li.has-sub ul {
  display: block;
  position: relative;
  left: auto;
}

.stellarnav.desktop > ul > li.mega > ul > li {
  padding-bottom: 15px;
  box-sizing: border-box;
}

.stellarnav.desktop li.mega li li a {
  padding: 5px 15px;
}

.stellarnav.desktop li.mega li.has-sub a:after {
  display: none;
}

.stellarnav.desktop > ul > li.mega > ul > li > a {
  color: yellow;
}

/* mega dd */
/* Fallback for slow javascript load */
@media screen and (max-height: 900px), screen and (max-width: 1100px) {
  .stellarnav {
    overflow: hidden;
    display: block;
  }
  .stellarnav ul {
    position: relative;
    display: none;
  }
}
/* mobile nav */
@media only screen and (max-width: 420px) {
  .stellarnav.mobile .call-btn-mobile.third span,
.stellarnav.mobile .location-btn-mobile.third span {
    display: none;
  }
}
.swiper-container {
  width: 100%;
  height: 500px;
  margin: 0 auto !important;
  max-width: 1800px;
}
@media screen and (max-width: 870px) {
  .swiper-container {
    margin: 0 auto !important;
    height: 450px;
  }
}
.swiper-container .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") !important;
  margin-top: -20px !important;
}
@media screen and (max-width: 870px) {
  .swiper-container .swiper-button-prev {
    margin-top: -20px !important;
  }
}
.swiper-container .swiper-button-prev:focus {
  outline: none;
}
.swiper-container .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") !important;
  margin-top: -20px !important;
}
@media screen and (max-width: 870px) {
  .swiper-container .swiper-button-next {
    margin-top: -20px !important;
  }
}
.swiper-container .swiper-button-next:focus {
  outline: none;
}
.swiper-container .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.5);
}
.swiper-container .swiper-pagination-bullet-active {
  background: rgba(255, 255, 255, 0.9);
}
.swiper-container .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-size: cover;
}
.swiper-container .swiper-slide .slideInner {
  width: 60%;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  font-family: "Poppins", system-ui, sans-serif;
  background-color: #ffffff;
  padding: 20px;
  box-sizing: border-box;
}
.swiper-container .swiper-slide .slideInner h1 {
  color: #7b68ee;
  font-size: 50px;
  font-weight: 800;
  margin: 5px auto 0;
  display: inline-block;
}
.swiper-container .swiper-slide .slideInner h4 {
  font-weight: 400;
  color: #333333;
}
.swiper-container .swiper-slide .slideInner a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #7b68ee;
  padding: 18px 30px;
  display: inline-block;
  margin: 10px 0;
  border-radius: 40px;
}
@media screen and (max-width: 870px) {
  .swiper-container .swiper-slide .slideInner a {
    padding: 6px 12px;
    font-size: 17px;
  }
}
.swiper-container .append-buttons {
  text-align: center;
  display: flex;
  width: 100%;
  margin: 0;
}
.swiper-container .append-buttons a {
  display: inline-block;
  background-color: #333333;
  color: #ffffff;
  text-decoration: none;
  padding: 4px 10px;
  font-size: 13px;
  width: 33%;
}
.swiper-container .append-buttons a:hover {
  background-color: #262626;
}
.swiper-container .append-buttons a:nth-child(2) {
  border-left: 1px solid #333333;
  border-right: 1px solid #333333;
}

.sliderBadgeHolder {
  display: inline-flex;
  z-index: 5;
  justify-content: center;
  align-items: center;
  margin: -50px auto 0;
  position: relative;
  width: 100%;
}
.sliderBadgeHolder img {
  height: 100px;
}

.products-prev {
  background-color: #333333;
  border-radius: 50%;
  position: relative !important;
  border-radius: 50%;
  position: relative !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 10px 20px !important;
  width: 40px !important;
  height: 40px !important;
  z-index: 5 !important;
  background-image: unset !important;
  color: #ffffff;
  font-size: 14px;
}

.products-next {
  background-color: #333333;
  border-radius: 50%;
  position: relative !important;
  border-radius: 50%;
  position: relative !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 10px 20px !important;
  width: 40px !important;
  height: 40px !important;
  z-index: 5 !important;
  background-image: unset !important;
  color: #ffffff;
  font-size: 14px;
}

.slideInnerImage {
  margin-top: -20px;
}
@media screen and (min-width: 870px) {
  .slideInnerImage {
    margin-top: 150px;
  }
}

.bestSellers {
  margin-bottom: 40px;
}

.footerTop {
  background-color: #f3f3f3;
  margin-top: 40px;
}
.footerTop .footerTopInner {
  display: inline-flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
}
.footerTop .footerTopInner a {
  color: #7b68ee;
  margin: 0 6px 5px;
}
.footerTop .footerTopInner p {
  margin: 20px 0 0;
  line-height: 1.5;
}

.footerBottom {
  padding: 10px 0;
  background-color: #f8f8f8;
  box-shadow: 0 50vh 0 50vh #f8f8f8;
}
.footerBottom p {
  font-size: 14px;
  margin: 10px auto;
  max-width: 95%;
  color: #333333;
  font-family: "Poppins", system-ui, sans-serif;
}
.footerBottom p a {
  color: #fb2200;
}

.cookieinfo {
  background-color: #fb2200 !important;
  color: #333333 !important;
}
.cookieinfo .cookieinfo-close {
  background-color: #333333 !important;
  color: #ffffff !important;
}

.categoryHeader {
  background-position: center;
  background-size: cover;
}
.categoryHeader.noBg h1 {
  color: #333333;
  text-shadow: none;
  margin: 10vh 0;
  text-align: left;
  text-transform: none;
}
.categoryHeader.products {
  height: 135px;
  background-color: #fb2200;
  background-image: none;
}
.categoryHeader h1 {
  margin: 15vh auto;
  color: rgba(255, 255, 255, 0.95);
  font-weight: 400;
  text-transform: uppercase;
  font-size: 50px;
  font-family: "Poppins", system-ui, sans-serif;
  text-shadow: 1px 1px 10px #333333;
}
.categoryHeader h1 small {
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 18px;
  margin-bottom: 20px;
}
@media screen and (max-width: 870px) {
  .categoryHeader h1 {
    margin: 280px auto 70px;
  }
}

.bigCategoryCTA {
  width: 100%;
  height: 300px;
  background-position: center;
  background-size: cover;
  display: inline-block;
  margin: 30px 0 0;
}
.bigCategoryCTA:hover h2 {
  background-color: #c81b00;
}
.bigCategoryCTA h2 {
  background-color: #fb2200;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "Poppins", system-ui, sans-serif;
  font-weight: 400;
  text-align: left;
  padding: 10px 15px;
  font-size: 28px;
  float: left;
  margin-top: 220px;
  transition: all 0.3s ease-in-out;
}

.popularCategoryContainer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.popularCategoryContainer .categoryBox {
  width: 30%;
  margin: 10px 0 0;
  border: 2px solid #99999a;
  padding: 20px 1.3%;
}
.popularCategoryContainer .categoryBox:hover {
  border-color: #fb2200;
}
@media screen and (max-width: 920px) {
  .popularCategoryContainer .categoryBox {
    width: 46%;
    padding: 20px 1.5%;
  }
}
@media screen and (max-width: 820px) {
  .popularCategoryContainer .categoryBox {
    width: 45%;
    padding: 20px 1.5%;
  }
}
.popularCategoryContainer .categoryBox img {
  max-width: 90%;
  max-height: 180px;
}
.popularCategoryContainer .categoryBox h3 {
  font-family: "Poppins", system-ui, sans-serif;
  font-weight: 600;
  color: #fb2200;
  text-transform: uppercase;
  font-size: 24px;
  margin: 5px 0 0;
  line-height: 24px;
}
@media screen and (max-width: 990px) {
  .popularCategoryContainer .categoryBox h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 680px) {
  .popularCategoryContainer .categoryBox h3 {
    min-height: 50px;
  }
}

.allCategoryLinks {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.allCategoryLinks .categoryBox {
  width: 32%;
  background-color: #7370df;
  color: #fb2200;
  margin: 1% 0 0;
}
.allCategoryLinks .categoryBox.fillerBox {
  opacity: 0;
}
.allCategoryLinks .categoryBox.fillerBox:hover {
  cursor: default;
}
@media screen and (max-width: 820px) {
  .allCategoryLinks .categoryBox.fillerBox {
    display: none;
  }
}
@media screen and (max-width: 820px) {
  .allCategoryLinks .categoryBox {
    width: 49%;
    margin: 1.5% 0 0;
  }
}
.allCategoryLinks .categoryBox h3 {
  margin: 0;
  padding: 1%;
  font-family: "Poppins", system-ui, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.categoryOuterBox {
  width: calc(100% - 120px);
  margin: 20px auto 0;
  max-width: 1800px;
  display: inline-block;
}
@media screen and (max-width: 910px) {
  .categoryOuterBox {
    width: calc(100% - 80px);
  }
}
.categoryOuterBox .categoryNav {
  width: 25%;
  margin-right: 20px;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  position: -webkit-sticky;
  position: sticky;
  top: 230px;
  max-height: calc(100vh - 250px);
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  text-align: left;
}
@media screen and (max-width: 970px) {
  .categoryOuterBox .categoryNav {
    width: 100%;
    height: 40px;
    overflow: hidden;
    position: relative;
    top: 0;
  }
  .categoryOuterBox .categoryNav.expanded {
    height: auto;
    overflow-y: scroll;
  }
}
.categoryOuterBox .categoryNav::-webkit-scrollbar {
  display: none;
}
.categoryOuterBox .categoryNav .selectedKeyword {
  background-color: #ebebeb;
  padding: 5px;
  box-sizing: border-box;
  margin: 0 5px 5px 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.categoryOuterBox .categoryNav .selectedKeyword i {
  color: #fb2200;
  margin-right: 5px;
}
.categoryOuterBox .categoryNav form {
  margin: 0;
}
.categoryOuterBox .categoryNav h4 {
  color: #333333;
  background-color: #ffffff;
  margin: 0 0 20px;
  text-align: left;
  width: 100%;
  font-weight: 800;
  position: sticky;
  top: 0;
  z-index: 2;
  display: block;
}
@media screen and (max-width: 970px) {
  .categoryOuterBox .categoryNav h4 {
    background-color: #ebebeb;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
  }
  .categoryOuterBox .categoryNav h4:hover {
    cursor: pointer;
  }
}
.categoryOuterBox .categoryNav p {
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 16px;
  margin: 10px 0;
  text-align: left;
  width: 100%;
  font-weight: 300;
  padding-bottom: 5px;
  border-bottom: 1px solid #99999a;
}
.categoryOuterBox .categoryNav .filterDropdownHead {
  position: relative;
  cursor: pointer;
  color: #99999a;
  text-transform: uppercase;
}
.categoryOuterBox .categoryNav .filterDropdownHead.view .fa-plus-circle {
  opacity: 0;
}
.categoryOuterBox .categoryNav .filterDropdownHead.view .fa-minus-circle {
  opacity: 1;
}
.categoryOuterBox .categoryNav .filterDropdownHead .fa-plus-circle {
  opacity: 1;
}
.categoryOuterBox .categoryNav .filterDropdownHead .fa-minus-circle {
  opacity: 0;
}
.categoryOuterBox .categoryNav .filterDropdownHead i {
  position: absolute;
  right: 0;
  transition: all 0.3s ease-in-out;
}
.categoryOuterBox .categoryNav .checkListHolder {
  width: calc(100% - 20px);
  padding: 0;
  margin: 0;
  text-align: left;
  height: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.categoryOuterBox .categoryNav .checkListHolder.visible {
  height: auto;
}
.categoryOuterBox .categoryNav .checkListHolder #dimensionRangeForm {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.categoryOuterBox .categoryNav .checkListHolder #dimensionRangeForm input {
  margin: 5px 0 10px;
  border: 1px solid #333333;
  font-family: "Poppins", system-ui, sans-serif;
  border-radius: 0;
  padding: 5px;
}
.categoryOuterBox .categoryNav .checkListHolder #dimensionRangeForm input:focus {
  outline: none;
  border: 1px solid #fb2200;
}
.categoryOuterBox .categoryNav .checkListHolder #dimensionRangeForm button {
  background-color: #fb2200;
  color: #ffffff;
  padding: 5px;
  border: none;
}
.categoryOuterBox .categoryNav .checkListHolder .container {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: "Poppins", system-ui, sans-serif;
  font-weight: 300;
}
.categoryOuterBox .categoryNav .checkListHolder .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.categoryOuterBox .categoryNav .checkListHolder .container input:checked ~ .checkmark {
  background-color: #333333;
}
.categoryOuterBox .categoryNav .checkListHolder .container input:checked ~ .checkmark:after {
  display: block;
}
.categoryOuterBox .categoryNav .checkListHolder .container:hover input ~ .checkmark {
  background-color: #ccc;
}
.categoryOuterBox .categoryNav .checkListHolder .container .checkmark:after {
  left: 6px;
  top: 2px;
  width: 4px;
  height: 8px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.categoryOuterBox .categoryNav .checkListHolder .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #d2d2d2;
  border-radius: 50%;
}
.categoryOuterBox .categoryNav .checkListHolder .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.categoryOuterBox .categoryContainer {
  width: calc(75% - 24px);
  float: right;
  margin-bottom: 20px;
}
@media screen and (max-width: 970px) {
  .categoryOuterBox .categoryContainer {
    width: 100%;
  }
}
.categoryOuterBox .categoryContainer .sortingFilters {
  display: inline-flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  margin: 0 0 20px;
}
.categoryOuterBox .categoryContainer .sortingFilters span p {
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 14px;
  color: #333333;
  text-align: left;
  display: inline-block;
  margin: 9px 0 0;
}
.categoryOuterBox .categoryContainer .sortingFilters span select {
  border: 1px solid #333333;
  border-radius: 0;
  padding: 5px;
  font-family: "Poppins", system-ui, sans-serif;
  margin-left: 5px;
  float: right;
  font-weight: 300;
  font-size: 14px;
}
.categoryOuterBox .categoryContainer .sortingFilters span:nth-child(2n) p {
  text-align: right;
}
.categoryOuterBox .categoryContainer .loadMoreButton, .categoryOuterBox .categoryContainer .loadBackButton {
  display: block;
  padding: 15px 10px;
  width: 100%;
  box-sizing: border-box;
  background-color: #fb2200;
  color: #ffffff;
  font-size: 16px;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.categoryOuterBox .categoryContainer .loadMoreButton img, .categoryOuterBox .categoryContainer .loadBackButton img {
  max-height: 16px;
}
.categoryOuterBox .categoryContainer .productBoxContainer {
  display: inline-flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}
@media screen and (max-width: 910px) {
  .categoryOuterBox .categoryContainer .productBoxContainer {
    justify-content: space-between;
  }
}
.categoryOuterBox .categoryContainer .productBoxContainer .productBox {
  width: calc(25% - 10px);
  border-bottom: 1px solid #99999a;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  font-family: "Poppins", system-ui, sans-serif;
  margin: 10px 5px;
  padding: 10px;
  position: relative;
}
@media screen and (max-width: 910px) {
  .categoryOuterBox .categoryContainer .productBoxContainer .productBox {
    width: calc(33% - 7px);
    margin-right: 0;
  }
}
@media screen and (max-width: 630px) {
  .categoryOuterBox .categoryContainer .productBoxContainer .productBox {
    width: calc(50% - 7px);
    margin-right: 0;
  }
}
.categoryOuterBox .categoryContainer .productBoxContainer .productBox:hover {
  border-bottom: 1px solid #fb2200;
}
.categoryOuterBox .categoryContainer .productBoxContainer .productBox .productImg {
  padding-top: 100%;
  width: calc(100% + 20px);
  margin: -10px -10px 10px -10px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.categoryOuterBox .categoryContainer .productBoxContainer .productBox .saveBubble {
  position: absolute;
  top: 5px;
  right: 5px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  background-color: #000000;
}
@media screen and (max-width: 910px) {
  .categoryOuterBox .categoryContainer .productBoxContainer .productBox .saveBubble {
    width: 50px;
    height: 50px;
  }
}
.categoryOuterBox .categoryContainer .productBoxContainer .productBox .saveBubble p {
  margin: 0;
  color: #ffffff;
  text-align: center;
}
.categoryOuterBox .categoryContainer .productBoxContainer .productBox h2 {
  margin: 10px 0;
  font-family: "Poppins", system-ui, sans-serif;
  font-weight: 400;
  color: #333333;
  font-size: 20px;
}
.categoryOuterBox .categoryContainer .productBoxContainer .productBox p {
  font-size: 14px;
  color: #99999a;
  margin: 0 0 5px;
  line-height: 1.3;
  font-weight: 300;
}
.categoryOuterBox .categoryContainer .productBoxContainer .productBox h4 {
  color: #000000;
  margin: 10px 0 0;
  font-size: 16px;
  font-weight: 400;
  text-decoration: line-through;
}
.categoryOuterBox .categoryContainer .productBoxContainer .productBox h3 {
  color: #fb2200;
  font-weight: 400;
  margin: 5px 0 10px;
  font-size: 20px;
}
.categoryOuterBox .categoryContainer .productBoxContainer .productBox h6 {
  color: #99999a;
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
  text-align: left;
  margin: -5px 0 10px;
}
.categoryOuterBox .categoryContainer .productBoxContainer .productBox button {
  float: left;
  margin: 10px 0 0;
  padding: 8px 16px;
  color: #ffffff;
  background-color: #fb2200;
  font-family: "Poppins", system-ui, sans-serif;
  font-weight: 600;
  border: 0;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
}
.categoryOuterBox .categoryContainer .productBoxContainer .productBox button:hover {
  background-color: #c81b00;
}
.categoryOuterBox .categoryContainer .productBoxContainer .endLineRow {
  width: 100%;
  background-color: #b3b3b3;
  color: #333333;
  padding: 5%;
  margin: 20px 0;
  display: inline-block;
  font-weight: 300;
  font-family: "Poppins", system-ui, sans-serif;
}

#buildDownArea {
  margin-top: 30px;
}

.productInfoLayout {
  float: right;
  width: calc(50% - 20px);
  margin: 30px 0 0;
}
@media screen and (max-width: 800px) {
  .productInfoLayout {
    width: 100%;
    float: left;
  }
}
.productInfoLayout h1 {
  font-family: "Poppins", system-ui, sans-serif;
  font-weight: 400;
  font-size: 30px;
  color: #333333;
  text-align: left;
  margin: 10px 0 0;
}
.productInfoLayout h1.saleEventStyle {
  color: #F2D216;
}
.productInfoLayout .storeCTA {
  float: right;
  background-color: #52b3e4;
  padding: 5px 2%;
  color: #ffffff;
  font-family: "Poppins", system-ui, sans-serif;
  margin: 15px 0 0;
  font-weight: 600;
}
.productInfoLayout h4 {
  font-family: "Poppins", system-ui, sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #99999a;
  text-align: left;
  margin: 10px 0 0;
  clear: both;
  padding-bottom: 20px;
  border-bottom: 1px solid #99999a;
}
.productInfoLayout h3 {
  color: #000000;
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 20px;
  text-align: left;
  margin: 20px 0 0;
  font-weight: 400;
  text-decoration: line-through;
}
.productInfoLayout h3.saleEventStyle {
  color: #000000;
  font-weight: 400;
}
.productInfoLayout h2 {
  color: #fb2200;
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 34px;
  text-align: left;
  margin: 20px 0 0;
  font-weight: 600;
  line-height: 24px;
}
.productInfoLayout h2 b {
  font-weight: 600;
}
.productInfoLayout h2 small, .productInfoLayout h2 c {
  font-weight: 300;
  font-size: 16px;
  color: #333333;
}
.productInfoLayout .saleCta {
  background-color: #fb2200;
  padding: 20px;
  width: calc(100% - 40px);
  margin: 10px 0;
}
.productInfoLayout .saleCta.finance {
  background-color: #f5db46;
}
.productInfoLayout .saleCta.finance p {
  color: #333333;
}
.productInfoLayout .saleCta p {
  color: #ffffff;
  line-height: 1.4;
}
.productInfoLayout .saleCta p a {
  color: #333333;
}
.productInfoLayout .dividerLine {
  height: 1px;
  background-color: #99999a;
  width: 100%;
  margin: 20px 0;
  display: inline-block;
}
.productInfoLayout h6 {
  color: #99999a;
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
  text-align: left;
  margin: 10px auto 0;
  width: 100%;
}
.productInfoLayout .productDescription {
  text-align: left;
  font-family: "Poppins", system-ui, sans-serif;
  font-weight: 400;
  color: #333333;
  margin: 20px 0;
  display: block;
}
.productInfoLayout .productDescription p {
  text-align: left;
  font-family: "Poppins", system-ui, sans-serif;
  font-weight: 400;
  color: #333333;
  display: none;
  margin: 20px 0;
}
.productInfoLayout .productDescription p:first-of-type {
  display: block;
}
.productInfoLayout h5 {
  font-family: "Poppins", system-ui, sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  text-align: left;
  margin: 10px 0 5px;
  clear: both;
  text-transform: uppercase;
}
.productInfoLayout p {
  text-align: left;
  font-family: "Poppins", system-ui, sans-serif;
  font-weight: 300;
  color: #333333;
  margin: 0;
}
.productInfoLayout .addEnquiryForm {
  display: block;
  transition: all 0.3s ease-in-out;
}
.productInfoLayout .addEnquiryForm form {
  margin: 30px 0 0;
}
.productInfoLayout .addEnquiryForm button, .productInfoLayout .addEnquiryForm .submitBtnSoon {
  background-color: #fb2200;
  color: #ffffff;
  font-family: "Poppins", system-ui, sans-serif;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0 auto;
  padding: 16px 0;
  font-size: 18px;
  border: none;
  width: 100%;
  border-radius: 5px 5px 0 0;
  display: block;
}
.productInfoLayout .addEnquiryForm button:hover, .productInfoLayout .addEnquiryForm .submitBtnSoon:hover {
  background-color: #c81b00;
  cursor: pointer;
}
.productInfoLayout .addEnquiryForm button.disabled, .productInfoLayout .addEnquiryForm .submitBtnSoon.disabled {
  background-color: #ebebeb;
}
.productInfoLayout .addEnquiryForm button.disabled:hover, .productInfoLayout .addEnquiryForm .submitBtnSoon.disabled:hover {
  background-color: #ebebeb;
  cursor: not-allowed;
}
.productInfoLayout .addEnquiryForm button i, .productInfoLayout .addEnquiryForm .submitBtnSoon i {
  margin-right: 5px;
}
.productInfoLayout .productStock {
  display: block;
  padding: 5px;
  background-color: #fb2200;
  color: #ffffff;
  font-size: 18px;
}
.productInfoLayout .productCTA {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 20px 0 30px;
}
.productInfoLayout .productCTA a {
  color: #333333;
  border-bottom: 1px solid #99999a;
  width: 100%;
  padding: 10px 0;
  font-family: "Poppins", system-ui, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 15px;
  transition: all 0.3s ease-in-out;
  text-align: left;
  cursor: pointer;
}
.productInfoLayout .productCTA a i {
  margin-right: 10px;
  color: #fb2200;
}
.productInfoLayout .productCTA a:hover {
  background-color: #ebebeb;
}
.productInfoLayout .leadTimeBox {
  font-family: "Poppins", system-ui, sans-serif;
  margin: 20px 0 0;
  color: #333333;
  font-size: 14px;
  line-height: 1.5;
}
.productInfoLayout .leadTimeBox b {
  font-weight: 600;
}
.productInfoLayout .inputWrapper {
  position: relative;
  display: block;
  overflow: hidden;
}
.productInfoLayout .inputWrapper p {
  margin: 30px 0 0;
  font-family: "Poppins", system-ui, sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1em;
  color: #333333;
}
.productInfoLayout .inputWrapper p a {
  font-size: 12px;
  float: right;
  margin-top: 5px;
}
.productInfoLayout .inputWrapper select,
.productInfoLayout .inputWrapper input {
  margin: 10px 0 0;
  display: inline-block;
  width: 100%;
  font-weight: 400;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #99999a;
  font-family: "Poppins", system-ui, sans-serif;
  color: #333333;
}
.productInfoLayout .inputWrapper select.quantityBox,
.productInfoLayout .inputWrapper input.quantityBox {
  max-width: 120px;
  text-align: left;
  padding: 10px 0 10px 10px;
}
.productInfoLayout .inputWrapper select:focus,
.productInfoLayout .inputWrapper input:focus {
  outline: 0;
}
.productInfoLayout .inputWrapper select {
  border-radius: 0;
  background-color: #ffffff;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  z-index: 2;
  position: relative;
  display: block;
}
.productInfoLayout .inputWrapper select:hover {
  cursor: pointer;
}
.productInfoLayout .inputWrapper .selectArrow {
  position: absolute;
  top: 65px;
  right: 5px;
  z-index: 11;
  font-size: 1em;
  color: #333333;
  pointer-events: none;
}

.productInfo {
  margin: 40px 0;
}
.productInfo .sectionHeader {
  overflow: hidden;
}
.productInfo .sectionHeader button {
  max-width: 30%;
  width: 20%;
  float: left;
  padding: 20px 0;
  text-align: left;
  font-family: "Poppins", system-ui, sans-serif;
  font-weight: 300;
  color: #7f7f81;
  background-color: #ebebeb;
  border: 2px solid #99999a;
  margin-right: -2px;
}
.productInfo .sectionHeader button#interestFree {
  background-color: #fb2200;
  color: #ffffff;
  border-color: #c81b00;
}
.productInfo .sectionHeader button#interestFree.selected {
  background-color: #ff4b2f;
  color: #c81b00;
  border-bottom: 2px solid #ffffff;
}
@media screen and (max-width: 800px) {
  .productInfo .sectionHeader button {
    width: 25%;
    max-width: 33%;
    min-height: 80px;
  }
}
.productInfo .sectionHeader button.selected {
  background-color: #ffffff;
  border-bottom: 2px solid #ffffff;
}
.productInfo .sectionHeader button.selected:hover {
  cursor: default;
}
.productInfo .sectionHeader button:focus {
  outline: none;
}
.productInfo .sectionContent {
  margin-top: -2px;
  margin-bottom: 10px;
}
.productInfo .sectionContent .contentBox {
  width: 96%;
  padding: 2%;
  border: 2px solid #99999a;
  clear: both;
  display: none;
  text-align: left;
}
.productInfo .sectionContent .contentBox h4 {
  font-family: "Poppins", system-ui, sans-serif;
  font-weight: 600;
  color: #333333;
  font-size: 15px;
  margin: 20px 0 0;
  line-height: 21px;
  text-transform: uppercase;
}
.productInfo .sectionContent .contentBox h4:first-child {
  margin: 0;
}
.productInfo .sectionContent .contentBox p {
  font-family: "Poppins", system-ui, sans-serif;
  font-weight: 400;
  color: #333333;
  font-size: 15px;
  margin: 15px 0 0;
  line-height: 21px;
}
.productInfo .sectionContent .contentBox p:first-child {
  margin: 0;
}
.productInfo .sectionContent .contentBox a {
  background-color: #333333;
  padding: 10px;
  color: #ffffff;
  font-family: "Poppins", system-ui, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  border: none;
  display: inline-block;
  margin: 20px 0 0;
}
.productInfo .sectionContent .contentBox a:hover {
  background-color: black;
}
.productInfo .sectionContent .contentBox.selected {
  display: block;
}

.dd-container {
  max-width: calc(100% - 2px) !important;
  border: 1px solid #a6a6a7 !important;
  background-color: #ffffff !important;
  font-family: "Poppins", system-ui, sans-serif !important;
  text-align: left !important;
  font-weight: 400 !important;
  margin-top: 8px !important;
}
.dd-container .dd-select {
  max-width: calc(100% - 2px) !important;
  background-color: #ffffff !important;
}
.dd-container .dd-select label {
  font-weight: 400 !important;
}
.dd-container .dd-select .dd-selected {
  display: flex !important;
  align-items: center !important;
}
.dd-container .dd-select .dd-selected label {
  line-height: 20px !important;
}
.dd-container .dd-select .dd-selected .dd-selected-image {
  max-height: 50px !important;
  max-width: unset !important;
  margin-right: 10px !important;
}
.dd-container .dd-options {
  position: relative !important;
  max-height: 300px;
  overflow-y: scroll !important;
  max-width: calc(100% - 2px) !important;
}
.dd-container .dd-options li:first-of-type {
  display: none;
}
.dd-container .dd-options li .dd-option {
  padding: 15px 10px !important;
}
@media screen and (max-width: 600px) {
  .dd-container .dd-options li .dd-option .dd-option-image {
    max-width: 50px !important;
  }
}
.dd-container .dd-options li .dd-option .dd-option-text {
  text-overflow: ellipsis;
  overflow-y: hidden;
  white-space: nowrap;
}
@media screen and (max-width: 600px) {
  .dd-container .dd-options li .dd-option .dd-option-text {
    width: calc(100% - 60px) !important;
    float: left;
    text-align: left;
  }
}
.dd-container .dd-options li .dd-option-image {
  transition: all 0.5s ease-in-out;
  margin-right: 10px !important;
}
.dd-container .dd-options li .dd-option-image:hover {
  transform: scale(2);
  margin-right: 50px !important;
}

.productPageSliders {
  margin-bottom: 30px;
}
.productPageSliders .sliderOuterBox {
  padding: 20px 0 0;
  border-top: 1px solid #b3b3b3;
  border-bottom: 1px solid #b3b3b3;
  margin-top: -1px;
}
.productPageSliders .sectionTitle {
  display: block;
}
.productPageSliders .sectionTitle h1 {
  font-family: "Poppins", system-ui, sans-serif;
  font-weight: 400;
  margin: 0 auto;
  font-size: 28px;
  color: #951400;
}
.productPageSliders .sectionTitle.reviewTitle {
  margin-bottom: 20px;
}

.trustpilorSliderOuter {
  background-color: #fb2200;
  padding: 20px 0 0;
}

.productSellingBlock {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin: 40px 0 20px;
}
.productSellingBlock .sellingImage {
  width: 40%;
  background-size: cover;
  background-position: center;
  padding: 10% 0;
}
.productSellingBlock .sellingText {
  display: inline-flex;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
  flex-direction: column;
  width: 60%;
  background-color: #f8f8f8;
  padding: 40px 20px;
  box-sizing: border-box;
}
.productSellingBlock .sellingText h2 {
  margin: 0 0 10px;
  font-family: "Poppins", system-ui, sans-serif;
}
.productSellingBlock .sellingText p {
  line-height: 1.4;
  margin: 5px 0;
}
.productSellingBlock .sellingText a {
  background-color: #333333;
  padding: 8px 12px;
  color: #ffffff;
  cursor: pointer;
  margin: 10px 0 0;
}
.productSellingBlock .sellingText ul {
  margin-block-start: 10px;
  padding-inline-start: 15px;
  line-height: 1.4;
}

.wrapper {
  margin: 0 auto;
  width: 80%;
  text-align: center;
  position: relative;
}

.productImageSlider {
  width: 50%;
  float: left;
}
@media screen and (max-width: 700px) {
  .productImageSlider {
    width: 100%;
  }
}
.productImageSlider .imageSliderContainer {
  width: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.productImageSlider .imageSliderContainer .slider-next-button, .productImageSlider .imageSliderContainer .slider-prev-button {
  cursor: pointer;
}
.productImageSlider .imageSliderContainer .slider-next-button i, .productImageSlider .imageSliderContainer .slider-prev-button i {
  color: #99999a;
  font-size: 24px;
  transition: all 0.3s ease-in-out;
}
.productImageSlider .imageSliderContainer .slider-next-button i:hover, .productImageSlider .imageSliderContainer .slider-prev-button i:hover {
  color: #666667;
}
.productImageSlider .imageSliderContainer .imageViewBtn {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 5px;
  background-color: rgba(255, 255, 255, 0.4392156863);
  font-size: 13px;
}
.productImageSlider .imageSlides {
  width: calc(100% - 100px);
  margin: 0 10px 20px;
  height: 500px;
  overflow: hidden;
}
.productImageSlider .imageSlides .imageSlide {
  height: 500px;
  display: inline-flex;
  width: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.productImageSlider .imageThumbs {
  display: inline-flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 40px;
}
.productImageSlider .imageThumbs .thumbnailBox {
  width: 100px;
  height: 100px;
  margin-right: 15px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border: 2px solid #ebebeb;
}
@media screen and (max-width: 700px) {
  .productImageSlider .imageThumbs .thumbnailBox {
    width: 60px;
    height: 60px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
.productImageSlider .imageThumbs .thumbnailBox.selected {
  border: 2px solid #333333;
}
.productImageSlider .imageThumbs .thumbnailBox.selected:hover {
  cursor: default;
}
.productImageSlider .imageThumbs .thumbnailBox:hover {
  cursor: pointer;
  border-color: #333333;
}

.primary,
.thumbnails {
  display: table-cell;
}

.thumbnails {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-flow: row wrap;
}
@media screen and (max-width: 900px) {
  .thumbnails {
    justify-content: center;
  }
}
.thumbnails a {
  display: inline-block;
  width: 16%;
  margin-right: 8px;
}
.thumbnails a .thumbnail-image {
  width: 98%;
  height: 60px;
  display: inline-block;
  margin: 10px 0;
}

.primary {
  padding-top: 80%;
  background-color: #ffffff;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  display: block;
}
.primary:hover {
  cursor: pointer;
}

.thumbnail:hover .thumbnail-image, .selected .thumbnail-image {
  border: 2px solid #fb2200;
}

.thumbnail-image {
  width: 100px;
  height: 100px;
  margin: 20px auto;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border: 2px solid transparent;
}

.imageModal {
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  height: 100vh;
  overflow-y: hidden;
  display: none;
}
.imageModal .innerContainer {
  max-width: none !important;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.imageModal .innerContainer .image-modal-next, .imageModal .innerContainer .image-modal-prev {
  width: 80px;
  text-align: center;
}
.imageModal .innerContainer .image-modal-next i, .imageModal .innerContainer .image-modal-prev i {
  position: relative;
  float: unset;
  top: unset;
  right: unset;
  font-size: 30px;
}
.imageModal .innerContainer img {
  max-width: calc(90vw - 100px);
  max-height: 90vh;
}
.imageModal.visible {
  display: block;
  z-index: 9999999999999;
}
.imageModal i {
  position: fixed;
  right: 2%;
  top: 2%;
  font-size: 20px;
  float: right;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.imageModal i:hover {
  color: #1a186b;
  cursor: pointer;
}

.noScroll {
  overflow: hidden;
  height: 100vh;
}

.orderCartEmpty {
  background-color: #ffa395;
  border: 2px solid #fb2200;
  padding: 60px 0;
  margin-bottom: 40vh !important;
  margin-top: 20px !important;
}
.orderCartEmpty h1 {
  color: #fb2200 !important;
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 18px !important;
  margin: 0 !important;
  font-weight: 600 !important;
  text-align: center !important;
}

.productsAdded {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.productsAdded.orderProcessView {
  margin-bottom: 50px;
}
.productsAdded h1 {
  text-align: left;
  font-size: 40px;
  color: #fb2200;
  font-family: "Poppins", system-ui, sans-serif;
  font-weight: 400;
}
.productsAdded p {
  text-align: left;
  font-family: "Poppins", system-ui, sans-serif;
  font-weight: 300;
}
.productsAdded .productAddedRow {
  background-color: #ffffff;
  border: 2px solid #d2d2d2;
  font-family: "Poppins", system-ui, sans-serif;
  padding: 10px;
  margin-bottom: -2px;
  display: inline-flex;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .productsAdded .productAddedRow {
    padding: 20px 10px;
  }
}
@media screen and (max-width: 640px) {
  .productsAdded .productAddedRow {
    display: inline-block;
    padding: 10px;
  }
}
.productsAdded .productAddedRow .productLeft {
  width: 20%;
  float: left;
  max-height: 230px;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .productsAdded .productAddedRow .productLeft {
    width: 40%;
  }
}
@media screen and (max-width: 640px) {
  .productsAdded .productAddedRow .productLeft {
    width: 100%;
  }
}
.productsAdded .productAddedRow .productLeft img {
  max-width: 100%;
  max-height: 160px;
}
@media screen and (max-width: 800px) {
  .productsAdded .productAddedRow .productLeft img {
    max-height: 200px;
    margin: 0 0 10px;
  }
}
.productsAdded .productAddedRow .productDetails {
  width: 40%;
  float: left;
  margin-left: 10px;
  text-align: left;
  margin-top: 0;
}
@media screen and (max-width: 800px) {
  .productsAdded .productAddedRow .productDetails {
    width: 50%;
    margin: 0;
  }
}
@media screen and (max-width: 640px) {
  .productsAdded .productAddedRow .productDetails {
    width: 100%;
    margin: 0 auto 30px;
  }
}
.productsAdded .productAddedRow .productDetails a {
  color: #fb2200;
}
.productsAdded .productAddedRow .productDetails h1 {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  color: #fb2200;
}
.productsAdded .productAddedRow .productDetails h3 {
  color: #333333;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 14px;
  margin: 0 0 10px;
}
.productsAdded .productAddedRow .productDetails p {
  margin: 5px 0 0;
  font-size: 14px;
  font-weight: 300;
}
.productsAdded .productAddedRow .productDetails p b {
  font-weight: 600;
  line-height: 20px;
}
.productsAdded .productAddedRow .productDetails h5 {
  margin: 10px 0 0;
}
.productsAdded .productAddedRow .quantityBox {
  max-width: 45%;
  float: left;
  max-height: 230px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .productsAdded .productAddedRow .quantityBox {
    overflow: hidden;
  }
}
.productsAdded .productAddedRow .quantityBox input {
  max-width: 80px;
  text-align: center;
  padding: 5px 2px 5px 13px;
}
@media screen and (max-width: 600px) {
  .productsAdded .productAddedRow .quantityBox input {
    padding: 5px 2px;
  }
}
.productsAdded .productAddedRow .quantityBox form {
  margin: 5px 0 0;
}
.productsAdded .productAddedRow .quantityBox form button {
  background: none;
  border: none;
  color: #fb2200;
  font-weight: 600;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 5px 0 0;
  padding: 0;
}
.productsAdded .productAddedRow .quantityBox form button:focus {
  outline: none;
}
.productsAdded .productAddedRow .quantityBox form button:hover {
  cursor: pointer;
}
.productsAdded .productAddedRow .productRight {
  float: right;
  width: 50%;
  text-align: right;
}
.productsAdded .productAddedRow .productRight h4 {
  margin: 10px 0 0;
  background-color: #ff7762;
  padding: 5px 15px;
  display: inline-block;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
}
@media screen and (max-width: 640px) {
  .productsAdded .productAddedRow .productRight h4 {
    margin: 0;
  }
}
.productsAdded .productAddedRow .productRight h4 b {
  font-weight: 400;
}
.productsAdded .productAddedRow .productRight p {
  font-size: 12px;
  text-align: right;
  color: #99999a;
  margin-top: 6px;
}

.discountForm {
  display: inline-block;
  text-align: left;
  margin: 0 auto 20px;
  overflow: hidden;
  width: 100%;
}
.discountForm h3 {
  font-size: 14px;
  color: #fb2200;
  margin: 0 0 10px;
}
.discountForm p {
  font-size: 14px;
  margin: 0 0 10px;
}
.discountForm input {
  border: 1px solid #fb2200;
  border-radius: 0;
}
.discountForm .discountAccepted {
  background-color: rgba(98, 191, 160, 0.3);
  box-sizing: border-box;
  padding: 10px;
  color: #45a988;
  font-size: 15px;
  width: 100%;
  display: block;
}
.discountForm .discountAccepted.rejected {
  background-color: rgba(251, 34, 0, 0.3);
  color: #c81b00;
}
.discountForm .discountSubmit {
  background-color: #fb2200;
  color: #ffffff;
  border: none;
  border-radius: 0;
  padding: 10px 20px;
  font-family: "Poppins", system-ui, sans-serif;
  display: inline-block;
  cursor: pointer;
}

.cartTotals {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
  position: relative;
}
.cartTotals .cartTotalBox {
  width: 100%;
  display: flex;
  background-color: #d2d2d2;
  color: #333333;
  font-family: "Poppins", system-ui, sans-serif;
  margin: 5px 0;
}
.cartTotals .cartTotalBox.total {
  background-color: #fb2200;
}
.cartTotals .cartTotalBox.total h2 {
  color: #ffffff !important;
  padding: 20px 10px !important;
}
.cartTotals .cartTotalBox.total h1 {
  color: #ffffff !important;
  padding: 20px 10px !important;
}
.cartTotals .cartTotalBox.ifcCta {
  background-color: #f7e577;
}
.cartTotals .cartTotalBox.ifcCta h6 {
  color: #998409 !important;
  padding: 14px !important;
  font-size: 16px;
  font-weight: 300;
  margin: 0;
}
.cartTotals .cartTotalBox.discount {
  background-color: #F2D216;
}
.cartTotals .cartTotalBox.discount h2,
.cartTotals .cartTotalBox.discount h1 {
  color: #333333 !important;
}
.cartTotals .cartTotalBox h2 {
  width: 30% !important;
  padding: 10px !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
  text-align: left !important;
  margin: 0 !important;
  font-family: "Poppins", system-ui, sans-serif !important;
}
.cartTotals .cartTotalBox h1 {
  width: 70% !important;
  padding: 10px !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
  text-align: right !important;
  margin: 0 !important;
  font-family: "Poppins", system-ui, sans-serif !important;
}
.cartTotals h6 {
  color: #99999a;
  font-style: italic;
  font-weight: 400;
  font-size: 18px;
  text-align: right;
  margin: 20px auto;
  width: 100%;
}
.cartTotals .disclaimerBox {
  float: left;
  padding: 10px 0;
  max-width: 50%;
  vertical-align: top;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 560px) {
  .cartTotals .disclaimerBox {
    padding: 10px 0;
    float: right;
    width: 100%;
    max-width: 100%;
    text-align: center;
    position: relative;
  }
}
.cartTotals .disclaimerBox p {
  font-family: "Poppins", system-ui, sans-serif;
  font-weight: 600;
  vertical-align: top;
  margin: 10px 0 0;
  font-size: 13px;
  color: #333333;
  text-align: left;
}
.cartTotals .disclaimerBox img {
  max-height: 40px;
  margin-right: 10px;
}
.cartTotals .leadTimeBox {
  width: 100%;
  float: right;
  margin-top: 10px;
}
.cartTotals .leadTimeBox p {
  margin: 0;
  max-width: 48%;
  color: #333333;
  font-size: 16px;
  font-family: "Poppins", system-ui, sans-serif;
  background-color: #ff7762;
  float: left;
  padding: 10px 30px;
}
@media screen and (max-width: 800px) {
  .cartTotals .leadTimeBox p {
    float: unset;
    width: calc(100% - 60px);
    display: inline-block;
    max-width: unset;
    margin: 0 0 10px;
  }
}
.cartTotals .leadTimeBox .nextBtn {
  background-color: #62bfa0;
  padding: 20px 30px;
  color: #ffffff;
  text-transform: uppercase;
  float: right;
  max-width: 45%;
  font-weight: 600;
  margin: 0 0 10px;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 800px) {
  .cartTotals .leadTimeBox .nextBtn {
    float: unset;
    width: calc(100% - 60px);
    display: inline-block;
    max-width: unset;
  }
}
@media screen and (max-width: 380px) {
  .cartTotals .leadTimeBox .nextBtn {
    width: 100%;
    max-width: 100%;
    padding: 20px 0;
    text-align: center;
  }
}
.cartTotals .leadTimeBox .nextBtn:hover {
  cursor: pointer;
  background-color: #36856b;
}
.cartTotals .leadTimeBox .prevBtn {
  background-color: #333333;
  padding: 20px 30px;
  color: #ffffff;
  text-transform: uppercase;
  float: left;
  max-width: 45%;
  font-weight: 600;
  margin: 0 0 10px;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 800px) {
  .cartTotals .leadTimeBox .prevBtn {
    float: unset;
    width: calc(100% - 60px);
    display: inline-block;
    max-width: unset;
    margin: 0;
  }
}
@media screen and (max-width: 380px) {
  .cartTotals .leadTimeBox .prevBtn {
    width: 100%;
    max-width: 100%;
    padding: 10px 0;
    text-align: center;
  }
}
.cartTotals .leadTimeBox .prevBtn:hover {
  cursor: pointer;
  background-color: #1a1a1a;
}

.orderSubmitForm {
  font-family: "Poppins", system-ui, sans-serif;
}
.orderSubmitForm h1 {
  font-size: 30px;
  color: #333333;
  font-weight: 400;
  margin: 30px 0 20px;
  text-align: left;
  font-family: "Poppins", system-ui, sans-serif;
}
.orderSubmitForm .nextStageForm {
  width: calc(100% - 42px);
  padding: 20px;
  border: 2px solid #d2d2d2;
  text-align: left;
  margin-top: 30px;
  clear: both;
}
@media screen and (max-width: 560px) {
  .orderSubmitForm .nextStageForm {
    max-width: unset;
    width: calc(100% - 44px);
  }
}
.orderSubmitForm .nextStageForm .nextStageBox {
  text-align: left;
  font-family: "Poppins", system-ui, sans-serif;
}
.orderSubmitForm .nextStageForm .nextStageBox h2 {
  font-size: 24px;
  font-family: "Poppins", system-ui, sans-serif;
  margin: 0;
  font-weight: 400;
  color: #fb2200;
}
.orderSubmitForm .nextStageForm .nextStageBox p {
  margin: 10px 0;
  font-size: 16px;
  color: #333333;
  font-weight: 300;
}
.orderSubmitForm .nextStageForm .nextStageBox p a {
  color: #333333;
}
.orderSubmitForm .nextStageForm .nextStageBox input {
  display: block;
  margin: 20px 0 10px;
  padding: 8px;
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 16px;
  width: 80%;
  border: 1px solid #99999a;
}
.orderSubmitForm .nextStageForm .nextStageBox input:focus {
  outline: none;
  border: 1px solid #fb2200;
}
.orderSubmitForm .nextStageForm .nextStageBox button {
  background-color: #dedede;
  color: #333333;
  border: none;
  outline: none;
  padding: 10px 16px;
  transition: all 0.5s ease-in-out;
  font-family: "Poppins", system-ui, sans-serif;
}
.orderSubmitForm .nextStageForm .nextStageBox button:hover {
  color: #ffffff;
  background-color: #99999a;
}
.orderSubmitForm .nextStageForm .nextStageBox .codeValidate {
  font-size: 12px;
  color: #fb2200;
  background-color: #ffa395;
  padding: 5px;
}
.orderSubmitForm .nextStageForm .nextStageBox .nextStageContainer h2 {
  margin-bottom: 10px;
}
.orderSubmitForm .nextStageForm .nextStageBox .nextStageContainer .inputRadioWrapper {
  display: inline-block;
  overflow: hidden;
  clear: both;
  width: calc(100% - 32px);
  margin: 0 0 -1px;
  padding: 15px;
  border: 1px solid #99999a;
}
.orderSubmitForm .nextStageForm .nextStageBox .nextStageContainer .inputRadioWrapper.disabled {
  background-color: #ebebeb;
}
.orderSubmitForm .nextStageForm .nextStageBox .nextStageContainer .inputRadioWrapper.disabled label {
  color: #99999a;
}
.orderSubmitForm .nextStageForm .nextStageBox .nextStageContainer .inputRadioWrapper h6 {
  font-weight: 400;
  margin: 10px 0 0;
}
.orderSubmitForm .nextStageForm .nextStageBox .nextStageContainer .inputRadioWrapper h6 a {
  color: #99999a;
}
.orderSubmitForm .nextStageForm .nextStageBox .nextStageContainer .paymentTypes {
  display: block;
  position: relative;
  clear: both;
}
.orderSubmitForm .nextStageForm .nextStageBox .nextStageContainer .paymentTypes p {
  font-size: 12px;
  color: #99999a;
  margin: 0;
  line-height: 20px;
}
.orderSubmitForm .nextStageForm .nextStageBox .nextStageContainer .paymentTypes p i {
  font-size: 26px;
  color: #333333;
  margin-right: 5px;
}
.orderSubmitForm .nextStageForm .nextStageBox .nextStageContainer .deliveringPara {
  display: inline-block;
}
.orderSubmitForm .nextStageForm .nextStageBox .nextStageContainer form {
  display: inline-block;
  margin: 0 0 10px;
  overflow: hidden;
  float: right;
}
.orderSubmitForm .nextStageForm .nextStageBox .nextStageContainer form.deliveryBoxForm {
  display: block;
  float: unset;
  width: 100%;
}
.orderSubmitForm .nextStageForm .nextStageBox .nextStageContainer form button {
  font-size: 12px;
  background-color: #ebebeb;
}
.orderSubmitForm .nextStageForm .nextStageBox .nextStageContainer form button.submitBtn {
  background-color: #62bfa0;
  color: #ffffff;
  padding: 10px 15px;
  font-size: 16px;
  border: none;
}
.orderSubmitForm .nextStageForm .nextStageBox .nextStageContainer form button.submitBtn:hover {
  color: #ffffff;
  background-color: #45a988;
}
.orderSubmitForm .nextStageForm .nextStageBox .nextStageContainer form button:hover {
  color: #333333;
  background-color: #dedede;
}
.orderSubmitForm .nextStageForm .nextStageBox .nextStageContainer input {
  float: left;
  width: 20px;
  height: 20px;
  margin: 0;
}
.orderSubmitForm .nextStageForm .nextStageBox .nextStageContainer input:hover {
  cursor: pointer;
}
.orderSubmitForm .nextStageForm .nextStageBox .nextStageContainer label {
  margin: 4px 0 0 10px;
  color: #c81b00;
}
.orderSubmitForm .nextStageForm .nextStageBox .nextStageContainer label small {
  color: #99999a;
}
.orderSubmitForm .nextStageForm .nextStageBox .nextStageContainer label small a {
  color: #99999a;
}
.orderSubmitForm .nextStageForm .submitBtn {
  background-color: #62bfa0;
  padding: 10px 30px;
  color: #ffffff;
  text-transform: uppercase;
  max-width: 45%;
  font-weight: 600;
  margin: 20px 0;
  transition: all 0.3s ease-in-out;
  border: none;
  font-family: "Poppins", system-ui, sans-serif;
  display: inline-block;
}
@media screen and (max-width: 500px) {
  .orderSubmitForm .nextStageForm .submitBtn {
    padding: 10px 0;
    float: right;
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
}
.orderSubmitForm .nextStageForm .submitBtn:hover {
  cursor: pointer;
  background-color: #36856b;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitSteps {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  width: 100%;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitSteps .orderSubmitStep {
  border: 1px solid #99999a;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  width: 50%;
  font-weight: 400;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  color: #7f7f81;
  background-color: #ebebeb;
  height: 100%;
  text-align: center;
}
@media screen and (max-width: 655px) {
  .orderSubmitForm .orderSubmitContainer .orderSubmitSteps .orderSubmitStep {
    padding: 6px 0;
    max-height: 40px;
  }
}
.orderSubmitForm .orderSubmitContainer .orderSubmitSteps .orderSubmitStep div {
  display: block;
  background-color: #7f7f81;
  color: #ffffff;
  padding: 4px 3px 3px;
  border-radius: 50%;
  width: 20px;
  height: 19px;
  margin: 0 auto;
}
@media screen and (max-width: 920px) {
  .orderSubmitForm .orderSubmitContainer .orderSubmitSteps .orderSubmitStep div {
    display: block;
    margin: 0 auto 5px;
  }
}
@media screen and (max-width: 655px) {
  .orderSubmitForm .orderSubmitContainer .orderSubmitSteps .orderSubmitStep div {
    margin: 0 auto;
  }
}
.orderSubmitForm .orderSubmitContainer .orderSubmitSteps .orderSubmitStep p {
  margin: 10px 0 0;
  clear: both;
}
@media screen and (max-width: 655px) {
  .orderSubmitForm .orderSubmitContainer .orderSubmitSteps .orderSubmitStep p {
    display: none;
  }
}
.orderSubmitForm .orderSubmitContainer .orderSubmitSteps .orderSubmitStep:hover {
  cursor: default;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitSteps .orderSubmitStep.active {
  background-color: #fb2200;
  color: #ffffff;
  border-color: #fb2200;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitSteps .orderSubmitStep.active div {
  background-color: #ffffff;
  color: #fb2200;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitSteps .orderSubmitStep.active:hover {
  cursor: default;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitSteps .orderSubmitStep.past {
  background-color: #fb2200;
  color: #ffffff;
  border-color: #fb2200;
  opacity: 0.5;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitSteps .orderSubmitStep.past div {
  background-color: #ffffff;
  color: #fb2200;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitSteps .orderSubmitStep.past div:hover {
  cursor: pointer !important;
  opacity: 0.9;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .newCustomerMsg {
  margin: 20px auto -10px;
  padding: 10px 0;
  background-color: #f5db46;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .returnCustomerMsg {
  margin: 20px auto -10px;
  padding: 10px 0;
  background-color: #86ceb6;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  margin: 20px 0 0;
}
@media screen and (max-width: 800px) {
  .orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox {
    margin: 0;
  }
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox.checkoutStage h1 {
  margin: 10px 0;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox.checkoutStage h4 {
  font-weight: 400;
  text-align: left;
  margin: 0 0 10px;
  color: #fb2200;
  font-size: 16px;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox.checkoutStage p {
  font-size: 18px;
  text-align: left;
  color: #333333;
  line-height: 26px;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .columnLayout {
  width: calc(49% - 50px);
  padding: 20px;
  float: left;
  overflow: hidden;
  margin: 20px 0 0;
  border: 1px solid #99999a;
}
@media screen and (max-width: 800px) {
  .orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .columnLayout {
    width: calc(100% - 42px);
  }
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .columnLayout input {
  border: 1px solid #333333;
  font-weight: 400;
  padding: 10px;
  font-size: 14px;
  font-family: "Poppins", system-ui, sans-serif;
  color: #333333;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .columnLayout input:disabled {
  background-color: #b3b3b3;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .columnLayout input:disabled:hover {
  cursor: not-allowed;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .columnLayout input:focus {
  outline: none;
  border: 1px solid #fb2200;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .columnLayout h2 {
  margin-top: 0;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .columnLayout.guestBox {
  background-color: #ebebeb;
  justify-content: center;
  align-items: center;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .columnLayout .emailSubmitButton,
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .columnLayout .pinSubmitButton,
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .columnLayout .generalSubmitButton {
  float: left;
  padding: 10px 20px;
  background-color: #fb2200;
  color: #ffffff;
  cursor: pointer;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .columnLayout.wideColumn {
  clear: both;
  width: 100%;
  box-sizing: border-box;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .columnLayout.wideColumn p {
  text-align: left;
  margin: 5px 0;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .columnLayout.fullWidth {
  clear: both;
  width: 100%;
  border: none;
  padding: 0;
}
@media screen and (max-width: 800px) {
  .orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .columnLayout.fullWidth {
    width: 100%;
    text-align: center;
  }
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .columnLayout.faded {
  background-color: #ebebeb;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .columnLayout:nth-of-type(2n) {
  float: right;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .columnLayout .orderTerms {
  display: inline-block;
  width: 100%;
  margin: 10px 0;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .columnLayout .orderTerms input {
  display: inline-block;
  max-width: 20px;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .columnLayout .orderTerms p {
  float: left;
  margin-left: 10px;
  margin-bottom: 0;
  margin-top: 0;
  font-size: 13px;
  max-width: calc(98% - 30px);
  text-align: left;
  font-weight: 300;
  line-height: 1.4;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .columnLayout .orderTerms p a {
  padding: 0;
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  background: none;
  text-transform: none;
  display: inline;
  float: none;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox.active {
  display: inline-block;
  opacity: 1;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .skipDeliveryAddress {
  display: inline-block;
  width: 95%;
  padding: 12px 2% 8px;
  background-color: #ebebeb;
  margin: 10px 0;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .skipDeliveryAddress .skipDelivery {
  display: inline-block;
  max-width: 20px;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .skipDeliveryAddress p {
  float: left;
  margin-left: 10px;
  margin-bottom: 0;
  max-width: 80%;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .formBox {
  overflow: hidden;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 800px) {
  .orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .formBox {
    text-align: center;
  }
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .formBox#cartReview {
  min-height: 10vh;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .formBox#cartReview h1 {
  margin-top: 0;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .formBox.hidden input,
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .formBox.hidden label,
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .formBox.hidden div,
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .formBox.hidden span {
  opacity: 0;
  display: none;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .formBox.hidden .prevBtn,
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .formBox.hidden .nextBtn {
  opacity: 1;
  display: inline-block;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .formBox .delAddressArea.hidden input,
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .formBox .delAddressArea.hidden label,
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .formBox .delAddressArea.hidden div,
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .formBox .delAddressArea.hidden span {
  opacity: 0;
  display: none;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .formBox .orderTypeNotice {
  width: 96%;
  padding: 10px 2%;
  display: inline-block;
  margin: 20px 0 0;
  text-align: left;
  background-color: #666666;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .formBox .orderTypeNotice p {
  margin: 0;
  font-size: 14px;
  color: #ffffff;
  line-height: 20px;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .formBox .customerDiscountWrapper {
  background-color: #ebebeb;
  padding: 20px;
  overflow: hidden;
  display: inline-block;
  width: calc(100% - 40px);
  margin-bottom: 30px;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .formBox .customerDiscountWrapper.hidden {
  display: none;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .formBox .customerDiscountWrapper h2 {
  margin: 0 0 10px;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .formBox .customerDiscountWrapper input {
  max-width: 80%;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .formBox .customerDiscountWrapper a {
  border: none;
  background-color: #fb2200;
  color: #ffffff;
  font-size: 16px;
  padding: 11px;
  display: inline-block;
  float: left;
  margin-left: 10px;
  max-width: 14%;
  margin-top: 0;
  margin-bottom: 0;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .formBox .customerDiscountWrapper a:hover {
  background-color: #c81b00;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .formBox .customerDiscountWrapper p {
  background-color: rgba(251, 34, 0, 0.5);
  color: #fb2200;
  padding: 5px;
  font-size: 12px;
  margin: 10px 0 0;
  float: left;
  display: none;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .formBox .customerInfoWrapper {
  text-align: left;
  width: 100%;
  float: left;
  background-color: #ebebeb;
}
@media screen and (max-width: 800px) {
  .orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .formBox .customerInfoWrapper {
    width: 100%;
  }
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .formBox .customerInfoWrapper:nth-child(2n) {
  float: right;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .formBox .customerInfoWrapper h2 {
  color: #fb2200;
  font-weight: 400;
  margin: 0 0 20px;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .formBox .customerInfoWrapper p {
  font-weight: 400;
  color: #333333;
  margin: 0 0 10px;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .formBox .customerInfoWrapper p.addressLine {
  margin-bottom: 4px;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .formBox .customerInfoWrapper h4 {
  font-weight: 400;
  color: #333333;
  margin: 0 0 10px;
  font-size: 15px;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .formBox .discountCodeBox {
  text-align: left;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .formBox .discountCodeBox h4 {
  font-weight: 400;
  color: #fb2200;
  margin: 10px 0;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .formBox .discountCodeBox input {
  width: calc(100% - 90px);
  float: left;
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid #333333;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .formBox .discountCodeBox button {
  width: 80px;
  border: none;
  background-color: #62bfa0;
  color: #ffffff;
  font-family: "Poppins", system-ui, sans-serif;
  padding: 10px;
  box-sizing: border-box;
  float: right;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .formBox .discountCodeBox p {
  width: 100%;
  box-sizing: border-box;
  margin: 5px 0;
  padding: 10px;
  font-size: 15px;
  clear: left;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .formBox .discountCodeBox p.discountApproved {
  background-color: #aaddcc;
  color: #45a988;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .formBox .discountCodeBox p.discountError {
  background-color: #ff7762;
  color: #c81b00;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .formBox .discountCodeBox p.codesApplied {
  line-height: 1.4;
  background-color: #F2D216;
  color: #333333;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .formBox .buttonWrap {
  display: inline-block;
  width: 100%;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .formBox .buttonWrap h3 {
  display: inline-block;
  width: 100%;
  text-align: left;
  font-weight: 600;
  margin: 10px 0;
  text-transform: uppercase;
  font-size: 18px;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .formBox .buttonWrap .orderTerms {
  display: inline-block;
  width: 100%;
  margin: 10px 0;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .formBox .buttonWrap .orderTerms input {
  display: inline-block;
  max-width: 20px;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .formBox .buttonWrap .orderTerms p {
  float: left;
  margin-left: 10px;
  margin-bottom: 0;
  font-size: 14px;
  max-width: calc(98% - 30px);
  text-align: left;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .formBox .buttonWrap .orderTerms p a {
  padding: 0;
  color: #fb2200;
  font-size: 14px;
  font-weight: 400;
  background: none;
  text-transform: none;
  display: inline;
  float: none;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .formBox .postcodeLookupForm button {
  float: left;
  background-color: #fb2200;
  color: #ffffff;
  border: none;
  border-radius: 0;
  font-family: "Poppins", system-ui, sans-serif;
  padding: 6px 10px;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .formBox .postcodeLookupForm select {
  border-radius: 0;
  background-color: #ffffff;
  -webkit-border-radius: 0px;
  z-index: 2;
  position: relative;
  display: block;
  background: none;
  clear: both;
  margin-top: 10px;
  width: calc(100% - 15px);
  box-sizing: border-box;
  padding: 10px;
  float: left;
  font-family: "Poppins", system-ui, sans-serif;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .formBox .postcodeLookupForm select.validation {
  background-color: #ffa395;
  border: 2px #fb2200 solid;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .formBox .postcodeLookupForm select.validation:focus {
  outline: none;
  border: 2px #fb2200 solid;
  background-color: #ffffff;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .formBox .postcodeLookupForm select:hover {
  cursor: pointer;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .productsAdded {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .productsAdded h1 {
  text-align: left;
  font-size: 40px;
  color: #fb2200;
  font-family: "Poppins", system-ui, sans-serif;
  font-weight: 400;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .productsAdded p {
  text-align: left;
  font-family: "Poppins", system-ui, sans-serif;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .productsAdded .productAddedRow {
  background-color: #ffffff;
  border: 2px solid #99999a;
  font-family: "Poppins", system-ui, sans-serif;
  padding: 2%;
  margin-bottom: 10px;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .productsAdded .productAddedRow .productLeft {
  width: 30%;
  float: left;
  max-height: 230px;
  text-align: center;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .productsAdded .productAddedRow .productLeft img {
  max-width: 100%;
  max-height: 230px;
}
@media screen and (max-width: 800px) {
  .orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .productsAdded .productAddedRow .productLeft img {
    max-height: 180px;
    margin: 0 0 10px;
  }
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .productsAdded .productAddedRow .productRight {
  width: 65%;
  float: left;
  margin-left: 5%;
  text-align: left;
  margin-top: 20px;
}
@media screen and (max-width: 800px) {
  .orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .productsAdded .productAddedRow .productRight {
    width: 100%;
    margin: 0;
  }
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .productsAdded .productAddedRow .productRight a {
  color: #fb2200;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .productsAdded .productAddedRow .productRight h1 {
  font-size: 20px;
  font-weight: 600;
  margin: 2% 0 0;
  color: #fb2200;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .productsAdded .productAddedRow .productRight h3 {
  color: #333333;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 14px;
  margin: 0 0 10px;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .productsAdded .productAddedRow .productRight p {
  margin: 5px 0 0;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .productsAdded .productAddedRow .productRight p b {
  font-weight: 400;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .productsAdded .productAddedRow .productRight h4 {
  margin: 5px 0 10px;
  background-color: #ff7762;
  padding: 5px 5% 5px 5px;
  display: inline-block;
  text-align: left;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .productsAdded .productAddedRow .productRight h5 {
  margin: 10px 0 0;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .productsAdded .productAddedRow .productRight form button {
  background: none;
  border: none;
  color: #fb2200;
  font-weight: 600;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 5px 0 0;
  padding: 0;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .productsAdded .productAddedRow .productRight form button:focus {
  outline: none;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .productsAdded .productAddedRow .productRight form button:hover {
  cursor: pointer;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes h2 {
  font-size: 20px;
  color: #333333;
  font-weight: 400;
  margin: 30px 0 10px;
  text-align: left;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .validationMessage {
  border: 2px solid #fb2200;
  background-color: #ff7762;
  color: #c81b00;
  font-size: 14px;
  font-weight: 600;
  width: 95%;
  padding: 10px 2%;
  margin: 0 0 10px;
  display: none;
  opacity: 0;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .validationMessage.active {
  display: inline-block;
  opacity: 1;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .emailMessage {
  border: 2px solid #fb2200;
  background-color: #ff7762;
  color: #c81b00;
  font-size: 14px;
  font-weight: 600;
  width: 95%;
  padding: 10px 2%;
  margin: 0 0 10px;
  display: none;
  opacity: 0;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .emailMessage.active {
  display: inline-block;
  opacity: 1;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .selectBoxHolder {
  position: relative;
  overflow: hidden;
  width: 100%;
  clear: both;
  display: inline-block;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .selectBoxHolder p {
  margin: 0;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .selectBoxHolder select,
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .selectBoxHolder input {
  margin: 0 0 5px;
  display: block;
  width: calc(45% - 20px);
  font-weight: 300;
  padding: 10px;
  font-size: 14px;
  border: 1px solid #333333;
  font-family: "Poppins", system-ui, sans-serif;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .selectBoxHolder select:focus,
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .selectBoxHolder input:focus {
  outline: 0;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .selectBoxHolder select {
  border-radius: 0;
  background-color: #ffffff;
  -webkit-border-radius: 0px;
  z-index: 2;
  position: relative;
  display: block;
  background: none;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .selectBoxHolder select.validation {
  background-color: #ffa395;
  border: 2px #fb2200 solid;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .selectBoxHolder select.validation:focus {
  outline: none;
  border: 2px #fb2200 solid;
  background-color: #ffffff;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .selectBoxHolder select:hover {
  cursor: pointer;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .inputWrapper {
  float: left;
  width: calc(50% - 10px);
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .inputWrapper.right {
  float: right;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .inputWrapper input {
  width: calc(100% - 14px);
  border: 1px solid #333333;
  font-weight: 300;
  padding: 10px;
  font-size: 14px;
  font-family: "Poppins", system-ui, sans-serif;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .inputWrapper input:focus {
  outline: none;
  border: 1px solid #fb2200;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .costcoWrapper {
  background-color: #ebebeb;
  padding: 10px 30px;
  width: calc(100% - 60px);
  display: inline-block;
  overflow: hidden;
  margin: 10px 0;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .costcoWrapper .costcoField {
  width: calc(50% - 20px);
  float: left;
  padding: 20px 0;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .costcoWrapper .costcoField img {
  max-height: 40px;
  float: left;
  margin-top: 40px;
}
@media screen and (max-width: 670px) {
  .orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .costcoWrapper .costcoField img {
    margin-top: 10px;
  }
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .costcoWrapper .costcoField:nth-child(2n) {
  width: calc(50% - 20px);
  float: right;
  text-align: center;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .costcoWrapper .costcoField:nth-child(2n) img {
  max-height: 250px;
  vertical-align: top;
  margin-top: 0;
  max-width: 100%;
  float: none;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .costcoWrapper .costcoField p {
  font-size: 12px;
  font-weight: 400;
  margin: 5px 0 0;
  text-align: left;
  float: left;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes label {
  width: calc(100% - 14px);
  font-size: 12px;
  text-transform: uppercase;
  margin: 10px 0 5px;
  font-weight: 600;
  text-align: left;
  float: left;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes label small {
  color: #fb2200;
  font-size: 14px;
  font-weight: 400;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes input,
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes textarea {
  width: calc(100% - 14px);
  padding: 10px 5px;
  font-family: "Poppins", system-ui, sans-serif;
  font-weight: 400;
  text-align: left;
  float: left;
  margin: 0 0 10px;
  border: 2px solid #99999a;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes input:focus,
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes textarea:focus {
  outline: none;
  border: 2px #fb2200 solid;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes input:-webkit-autofill,
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #ebebeb inset;
  box-shadow: 0 0 0px 1000px #ebebeb inset;
  background-color: #ebebeb;
  border: 2px solid #99999a;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes input.validation,
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes textarea.validation {
  background-color: #ffa395;
  border: 2px #fb2200 solid;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes input.validation:focus,
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes textarea.validation:focus {
  outline: none;
  border: 2px #fb2200 solid;
  background-color: #ffffff;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes input.captcha,
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes textarea.captcha {
  display: none !important;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes textarea {
  resize: none;
  height: 200px;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes a {
  background-color: #333333;
  padding: 10px 30px;
  color: #ffffff;
  text-transform: uppercase;
  float: left;
  max-width: 45%;
  font-weight: 600;
  margin: 20px 0 50px;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 380px) {
  .orderSubmitForm .orderSubmitContainer .orderSubmitBoxes a {
    width: 100%;
    max-width: 100%;
    padding: 10px 0;
    text-align: center;
  }
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes a:hover {
  cursor: pointer;
  background-color: #1a1a1a;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .nextBtn,
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .deliveryNextBtn {
  background-color: #62bfa0;
  padding: 10px 30px;
  color: #ffffff;
  text-transform: uppercase;
  float: right;
  max-width: 45%;
  font-weight: 600;
  margin: 20px 0 10px;
  transition: all 0.3s ease-in-out;
  border: none;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .nextBtn.disabled,
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .deliveryNextBtn.disabled {
  background-color: #b3b3b3;
  cursor: not-allowed;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .nextBtn.disabled:hover,
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .deliveryNextBtn.disabled:hover {
  cursor: not-allowed;
  background-color: #b3b3b3;
}
@media screen and (max-width: 800px) {
  .orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .nextBtn,
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .deliveryNextBtn {
    float: unset;
    width: calc(100% - 60px);
    display: inline-block;
    max-width: unset;
  }
}
@media screen and (max-width: 380px) {
  .orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .nextBtn,
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .deliveryNextBtn {
    width: 100%;
    max-width: 100%;
    padding: 10px 0;
    text-align: center;
    margin: 20px 0 0;
  }
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .nextBtn:hover,
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .deliveryNextBtn:hover {
  cursor: pointer;
  background-color: #36856b;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .termsLine {
  position: relative;
  clear: both;
  text-align: right;
  font-size: 13px;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .termsLine.left {
  text-align: left;
}
@media screen and (max-width: 800px) {
  .orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .termsLine {
    text-align: center;
    margin: 20px 0 0;
  }
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .termsLine a {
  padding: 0;
  color: #fb2200;
  background: none;
  text-transform: none;
  font-size: unset;
  display: unset;
  clear: unset;
  float: unset;
  margin: unset;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .termsLine a:hover {
  color: #ff4b2f;
  background: unset;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .prevBtn {
  background-color: #333333;
  padding: 10px 30px;
  color: #ffffff;
  text-transform: uppercase;
  float: left;
  max-width: 45%;
  font-weight: 600;
  margin: 20px 0 50px;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 800px) {
  .orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .prevBtn {
    float: unset;
    width: calc(100% - 60px);
    display: inline-block;
    max-width: unset;
    margin: 0;
  }
}
@media screen and (max-width: 380px) {
  .orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .prevBtn {
    width: 100%;
    max-width: 100%;
    padding: 10px 0;
    text-align: center;
  }
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .prevBtn:hover {
  cursor: pointer;
  background-color: #1a1a1a;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .submitBtn {
  background-color: #62bfa0;
  padding: 10px 30px;
  color: #ffffff;
  text-transform: uppercase;
  float: right;
  max-width: 45%;
  font-weight: 600;
  margin: 20px 0 50px;
  transition: all 0.3s ease-in-out;
  border: none;
  font-family: "Poppins", system-ui, sans-serif;
}
@media screen and (max-width: 380px) {
  .orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .submitBtn {
    width: 100%;
    max-width: 100%;
    padding: 10px 0;
    text-align: center;
    margin: 20px 0 0;
  }
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .submitBtn:hover {
  cursor: pointer;
  background-color: #36856b;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .submitBtn.disabled {
  background-color: #99999a;
  border: none;
  color: #ffffff;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .submitBtn.disabled:hover {
  cursor: not-allowed;
}

.orderCompleteBox {
  background-color: #fffcfb;
  border: 2px solid #fb2200;
  padding: 20px;
  width: calc(95% - 44px) !important;
  font-family: "Poppins", system-ui, sans-serif;
  overflow: hidden;
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}
.orderCompleteBox h1 {
  font-size: 28px;
  text-align: left;
  margin: 0 0 20px;
  color: #fb2200;
  font-family: "Poppins", system-ui, sans-serif;
  font-weight: 600;
}
.orderCompleteBox p {
  color: #333333;
  text-align: left;
  font-size: 18px;
  margin: 0;
  line-height: 1.6em;
}
.orderCompleteBox p b {
  color: #fb2200;
}
.orderCompleteBox a {
  overflow: hidden;
  float: left;
  margin: 20px 0 0;
  background-color: #fb2200;
  color: #ffffff;
  padding: 10px 20px;
}

.paymentOptionsArea {
  border: none !important;
}
.paymentOptionsArea .financeSummary {
  box-sizing: border-box;
  background-color: rgba(98, 191, 160, 0.3);
  border: 2px solid #62bfa0;
  padding: 20px;
  width: 100%;
}
.paymentOptionsArea .financeSummary.red {
  background-color: rgba(251, 34, 0, 0.3);
  border: 2px solid #fb2200;
}
.paymentOptionsArea .paymentOption {
  width: 100%;
}
.paymentOptionsArea .paymentOption form {
  display: inline-block;
  width: 100%;
  margin: 0;
}
.paymentOptionsArea .paymentOption .optionHead {
  padding: 15px 0 20px;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border-bottom: 2px solid #d2d2d2;
}
.paymentOptionsArea .paymentOption .optionHead p {
  font-size: 16px;
  margin: 0;
  max-width: 80%;
  display: inline-flex;
  justify-content: center;
  color: #333333;
}
.paymentOptionsArea .paymentOption .optionHead p input {
  width: 10px;
  display: inline-block;
  margin: 2px 10px 0 0;
}
.paymentOptionsArea .paymentOption .optionHead img {
  max-height: 40px;
}
.paymentOptionsArea .paymentOption .optionHead .paymentIcons {
  font-size: 20px;
}
.paymentOptionsArea .paymentOption .optionContent {
  display: none;
  text-align: left;
}
.paymentOptionsArea .paymentOption .optionContent h4 {
  font-weight: 400;
}
.paymentOptionsArea .paymentOption .optionContent .errorMessage {
  background-color: #ff7762;
  color: #c81b00;
  border: 2px solid #fb2200;
  padding: 10px;
  width: calc(100% - 20px);
  margin: 10px 0;
  display: inline-block;
}
.paymentOptionsArea .paymentOption .optionContent .nextBtn {
  float: left;
  border: 0;
  margin-bottom: 30px;
  font-family: "Poppins", system-ui, sans-serif;
}
.paymentOptionsArea .paymentOption .optionContent .financeCalculator {
  display: inline-block;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  border: 2px solid #fb2200;
  margin: 10px 0 0;
}
.paymentOptionsArea .paymentOption .optionContent .financeCalculator p {
  margin: 0;
}
.paymentOptionsArea .paymentOption .optionContent .financeCalculator p.monthlyPaymentLine {
  font-size: 30px;
  font-weight: 400;
  color: #fb2200;
  margin: 5px 0 0;
}
.paymentOptionsArea .paymentOption .optionContent .financeCalculator p.depositLine {
  font-size: 20px;
  font-weight: 400;
  color: #fb2200;
  margin-bottom: 20px;
}
.paymentOptionsArea .paymentOption .optionContent .financeCalculator .termSelect {
  display: inline-flex;
  justify-content: space-evenly;
  align-items: stretch;
  margin: 10px 0 15px;
}
.paymentOptionsArea .paymentOption .optionContent .financeCalculator .termSelect .termOption {
  border: 1px solid #fb2200;
  color: #fb2200;
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: -1px;
}
.paymentOptionsArea .paymentOption .optionContent .financeCalculator .termSelect .termOption:hover {
  background-color: #ff8d7c;
  cursor: pointer;
}
.paymentOptionsArea .paymentOption .optionContent .financeCalculator .termSelect .termOption:first-of-type {
  border-radius: 6px 0 0 6px;
}
.paymentOptionsArea .paymentOption .optionContent .financeCalculator .termSelect .termOption:last-of-type {
  border-radius: 0 6px 6px 0;
}
.paymentOptionsArea .paymentOption .optionContent .financeCalculator .termSelect .termOption.selected {
  background-color: #fb2200;
  color: #ffffff;
}
.paymentOptionsArea .paymentOption .optionContent .financeApplyButton {
  display: inline-block;
  width: 100%;
  padding: 20px 10px;
  color: #ffffff;
  margin-top: -1px;
  border: none;
  background-color: #fb2200;
  font-family: "Poppins", system-ui, sans-serif;
}
.paymentOptionsArea .paymentOption .optionContent .financeApplyButton img {
  max-height: 20px;
}
.paymentOptionsArea .paymentOption .optionContent .financeTerms {
  color: #99999a;
  font-size: 13px;
  margin: 10px 0 0;
}
.paymentOptionsArea .paymentOption.selected .optionContent {
  padding: 20px 0;
  margin-bottom: 30px;
  display: block;
}

.productsAddedSmall {
  display: inline-flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.productsAddedSmall .productAddedRow {
  display: inline-flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
  border: 2px solid #d2d2d2;
  font-family: "Poppins", system-ui, sans-serif;
  padding: 10px;
  margin-bottom: -2px;
}
.productsAddedSmall .productAddedRow img {
  max-width: 20%;
  margin-right: 10px;
}
.productsAddedSmall .productAddedRow .productDetails {
  max-width: 40%;
  text-align: left;
  margin-top: 0;
  display: inline-block;
}
.productsAddedSmall .productAddedRow .productDetails a {
  color: #fb2200;
}
.productsAddedSmall .productAddedRow .productDetails h1 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  color: #fb2200;
}
.productsAddedSmall .productAddedRow .productDetails p {
  margin: 5px 0 0;
  font-size: 14px;
  font-weight: 300;
}
.productsAddedSmall .productAddedRow .productDetails p b {
  font-weight: 600;
  line-height: 20px;
}
.productsAddedSmall .productAddedRow .productDetails h5 {
  margin: 10px 0 0;
}
.productsAddedSmall .productAddedRow p {
  display: inline-block;
  max-width: 30%;
}
.productsAddedSmall .productAddedRow .productRight {
  max-width: 30%;
  text-align: right;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}
.productsAddedSmall .productAddedRow .productRight h4 {
  margin: 10px 0 0;
  background-color: #ff7762;
  padding: 5px 15px;
  display: inline-block;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
}
@media screen and (max-width: 640px) {
  .productsAddedSmall .productAddedRow .productRight h4 {
    margin: 0;
  }
}
.productsAddedSmall .productAddedRow .productRight h4 b {
  font-weight: 400;
}
.productsAddedSmall .productAddedRow .productRight p {
  font-size: 12px;
  text-align: right;
  color: #99999a;
  margin-top: 6px;
  max-width: unset;
}

.vatToolForm {
  display: inline-block;
  text-align: left;
  margin: 0 auto 20px;
  overflow: hidden;
  width: 100%;
}

.deliveryOptionsContainer {
  display: flex;
  flex-direction: column;
}
.deliveryOptionsContainer h4 {
  width: 100%;
  text-align: left;
  background-color: #ebebeb;
  box-sizing: border-box;
  padding: 10px;
}
.deliveryOptionsContainer .deliveryOption {
  border: 2px solid #99999a;
  background-color: #ffffff;
  padding: 10px;
  box-sizing: border-box;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.deliveryOptionsContainer .deliveryOption:hover {
  cursor: pointer;
  border-color: #fb2200;
}
.deliveryOptionsContainer .deliveryOption:hover .delOptionRight .delOptionCheckBox {
  background-color: #fb2200;
  border-color: #c81b00;
}
.deliveryOptionsContainer .deliveryOption.selected {
  border-color: #fb2200;
}
.deliveryOptionsContainer .deliveryOption.selected .delOptionRight .delOptionCheckBox {
  background-color: #fb2200;
  border-color: #c81b00;
}
.deliveryOptionsContainer .deliveryOption .delOptionLeft {
  text-align: left;
}
.deliveryOptionsContainer .deliveryOption .delOptionLeft h2 {
  color: #333333;
  font-size: 17px;
  margin: 0 0 10px;
}
.deliveryOptionsContainer .deliveryOption .delOptionLeft p {
  font-size: 15px;
  color: #333333;
  margin: 5px 0 0;
}
.deliveryOptionsContainer .deliveryOption .delOptionRight .delOptionCheckBox {
  float: right;
  border: 2px solid #99999a;
  background-color: #ffffff;
  cursor: pointer;
  width: 15px;
  height: 15px;
  border-radius: 50px;
}

.sendCloudOuter {
  display: block;
  text-align: center;
}
.sendCloudOuter h2 {
  text-align: left;
}
.sendCloudOuter h3 {
  text-align: center;
  color: #fb2200;
}

.paypal-buttons {
  z-index: 10;
}

.stripeContainer {
  float: right;
  width: 45%;
  /* Buttons and links */
  /* spinner/processing state, errors */
}
@media screen and (max-width: 800px) {
  .stripeContainer {
    width: 100%;
  }
}
.stripeContainer h2 {
  font-family: "Poppins", system-ui, sans-serif;
  margin-top: 15px !important;
  color: #333333;
  font-weight: 600 !important;
}
.stripeContainer .poweredByLine {
  text-align: left;
  font-family: "Poppins", system-ui, sans-serif;
}
.stripeContainer .poweredByLine b {
  vertical-align: top;
  float: left;
  font-weight: 400;
  color: #99999a;
  margin-top: 6px;
  font-size: 14px;
}
.stripeContainer .poweredByLine i {
  font-size: 30px;
  color: #008cdd;
  margin-left: 6px;
}
.stripeContainer .paymentTypes {
  display: block;
  text-align: left;
  margin-bottom: 6px;
}
.stripeContainer .paymentTypes p {
  font-size: 12px;
  color: #99999a;
  margin: 0;
  line-height: 20px;
}
.stripeContainer .paymentTypes p i {
  font-size: 26px;
  color: #333333;
  margin-right: 5px;
}
.stripeContainer input {
  border-radius: 6px;
  margin-bottom: 6px;
  padding: 12px;
  border: 1px solid rgba(50, 50, 93, 0.1);
  height: 44px;
  font-size: 16px;
  width: 100%;
  background: white;
}
.stripeContainer .result-message {
  line-height: 22px;
  font-size: 16px;
}
.stripeContainer .result-message a {
  color: rgb(89, 111, 214);
  font-weight: 600;
  text-decoration: none;
}
.stripeContainer .hidden {
  display: none;
}
.stripeContainer #card-error {
  color: rgb(105, 115, 134);
  text-align: left;
  font-size: 13px;
  line-height: 17px;
  margin-top: 6px;
  display: inline-block;
}
.stripeContainer #card-element {
  border-radius: 4px 4px 0 0;
  padding: 12px;
  border: 1px solid #99999a;
  width: calc(100% - 26px);
  background: white;
}
.stripeContainer #payment-request-button {
  margin-bottom: 32px;
}
.stripeContainer #stripeBtn {
  background: #2ECC40;
  color: #ffffff;
  font-family: Arial, sans-serif;
  border-radius: 0 0 4px 4px;
  border: 0;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  display: block;
  transition: all 0.2s ease;
  box-shadow: 0px 4px 5.5px 0px rgba(0, 0, 0, 0.07);
  width: calc(100% - 32px);
}
.stripeContainer button:hover {
  filter: contrast(115%);
}
.stripeContainer button:disabled {
  opacity: 0.5;
  cursor: default;
}
.stripeContainer .spinner,
.stripeContainer .spinner:before,
.stripeContainer .spinner:after {
  border-radius: 50%;
}
.stripeContainer .spinner {
  color: #ffffff;
  font-size: 22px;
  text-indent: -99999px;
  margin: 0px auto;
  position: relative;
  width: 20px;
  height: 20px;
  box-shadow: inset 0 0 0 2px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.stripeContainer .spinner:before,
.stripeContainer .spinner:after {
  position: absolute;
  content: "";
}
.stripeContainer .spinner:before {
  width: 10.4px;
  height: 20.4px;
  background: #2ECC40;
  border-radius: 20.4px 0 0 20.4px;
  top: -0.2px;
  left: -0.2px;
  -webkit-transform-origin: 10.4px 10.2px;
  transform-origin: 10.4px 10.2px;
  -webkit-animation: loading 2s infinite ease 1.5s;
  animation: loading 2s infinite ease 1.5s;
}
.stripeContainer .spinner:after {
  width: 10.4px;
  height: 10.2px;
  background: #2ECC40;
  border-radius: 0 10.2px 10.2px 0;
  top: -0.1px;
  left: 10.2px;
  -webkit-transform-origin: 0px 10.2px;
  transform-origin: 0px 10.2px;
  -webkit-animation: loading 2s infinite ease;
  animation: loading 2s infinite ease;
}
@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@media only screen and (max-width: 600px) {
  .stripeContainer form {
    width: 80vw;
  }
}

.contentColumns {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin: 40px 0 100px;
}
@media screen and (max-width: 820px) {
  .contentColumns {
    flex-direction: column-reverse;
  }
}
.contentColumns .contentLeftColumn {
  display: inline-flex;
  width: 20%;
  margin-right: 50px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 820px) {
  .contentColumns .contentLeftColumn {
    width: 100%;
    margin-top: 30px;
  }
}
.contentColumns .contentLeftColumn h4 {
  margin: 0 0 20px;
}
.contentColumns .contentLeftColumn a {
  color: #99999a;
  text-align: left;
  padding: 8px 5px;
  border-bottom: 1px solid #99999a;
  box-sizing: border-box;
  width: 100%;
}
.contentColumns .contentLeftColumn a.active {
  background-color: #fb2200;
  color: #ffffff;
  border-bottom: none;
}
.contentColumns .contentRightColumn {
  text-align: left;
  width: calc(80% - 50px);
}
@media screen and (max-width: 820px) {
  .contentColumns .contentRightColumn {
    width: 100%;
  }
}
.contentColumns .contentRightColumn h1,
.contentColumns .contentRightColumn h2,
.contentColumns .contentRightColumn h3,
.contentColumns .contentRightColumn h4 {
  color: #333333;
}
.contentColumns .contentRightColumn p {
  line-height: 1.4;
  font-weight: 400;
}
.contentColumns .contentRightColumn .contactOuter h1 {
  font-size: 30px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 20px;
  color: #333333;
}
.contentColumns .contentRightColumn .contactOuter h2 {
  font-size: 25px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 30px 0 10px;
  color: #333333;
}
.contentColumns .contentRightColumn .contactOuter a {
  color: #fb2200;
  font-weight: 400;
  transition: all 0.3s ease-in-out;
}
.contentColumns .contentRightColumn .contactOuter a.socialIcon {
  font-size: 30px;
  margin-right: 10px;
  color: #333333;
}
.contentColumns .contentRightColumn .contactOuter a:hover {
  color: #c81b00;
}
.contentColumns .contentRightColumn .contactOuter p {
  color: #000000;
  font-weight: 400;
  margin: 0;
}
.contentColumns .contentRightColumn .contactOuter iframe {
  width: 100%;
  height: 500px;
  margin-top: 20px;
}

.aboutIntroImage {
  display: inline-flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 0 0 10px;
  border-bottom: 2px solid #333333;
  margin: 10px 0;
}
.aboutIntroImage h2 {
  text-align: left;
  margin: 10px 0 0;
  font-weight: 400;
  font-family: "Poppins", system-ui, sans-serif;
}

.contactBox {
  margin: 30px auto;
  display: flex !important;
}
.contactBox.reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 800px) {
  .contactBox.reverse {
    flex-direction: column;
  }
}
@media screen and (max-width: 800px) {
  .contactBox {
    flex-direction: column;
  }
}
.contactBox .contactLeft {
  width: 48%;
  display: inline-block;
  padding: 20px;
  box-sizing: border-box;
  background-color: #ebebeb;
  text-align: left;
}
@media screen and (max-width: 800px) {
  .contactBox .contactLeft {
    width: 100%;
    display: block;
    padding: 40px 0;
    text-align: center;
  }
}
.contactBox .contactLeft h1 {
  font-size: 30px;
  font-family: "Poppins", system-ui, sans-serif;
  font-weight: 400;
  margin: 0 0 10px;
  color: #333333;
}
.contactBox .contactLeft h2 {
  font-size: 25px;
  font-family: "Poppins", system-ui, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  margin: 30px 0 10px;
  color: #333333;
}
.contactBox .contactLeft a {
  color: #333333;
  text-decoration: underline;
  font-family: "Poppins", system-ui, sans-serif;
  font-weight: 300;
  transition: all 0.3s ease-in-out;
  display: inline-block;
}
.contactBox .contactLeft a.socialIcon {
  font-size: 30px;
  margin: 0 10px 40px 0;
}
.contactBox .contactLeft a:hover {
  color: #ffffff;
}
.contactBox .contactLeft p {
  color: #000000;
  font-family: "Poppins", system-ui, sans-serif;
  font-weight: 300;
  margin: 0;
}
.contactBox .contactRight {
  width: 52%;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 800px) {
  .contactBox .contactRight {
    width: 100%;
  }
}
.contactBox .contactRight iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 800px) {
  .contactBox .contactRight iframe {
    width: 100%;
    height: 400px;
  }
}

.contentPageTop {
  background-color: #fb2200;
}
.contentPageTop .textBox {
  max-width: 50%;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  float: left;
  text-align: left;
  padding: 10% 40px 10% 0;
  box-sizing: border-box;
}
@media screen and (max-width: 700px) {
  .contentPageTop .textBox {
    max-width: 100%;
  }
}
.contentPageTop .textBox h1, .contentPageTop .textBox h4, .contentPageTop .textBox p {
  color: #ffffff;
}
.contentPageTop .textBox h1 {
  margin: 20px 0 10px;
}
.contentPageTop .textBox h4 {
  margin: 0;
  font-weight: 700;
}
.contentPageTop .textBox p {
  font-weight: 300;
  line-height: 1.5;
}

.categoryImgHeadBox {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  background-size: cover;
  background-position: center;
  height: 100%;
}
@media screen and (max-width: 700px) {
  .categoryImgHeadBox {
    display: none;
  }
}

.insetFlex {
  display: inline-flex;
  width: 100%;
  justify-content: space-between;
  align-items: stretch;
  margin: 40px auto;
}
@media screen and (max-width: 800px) {
  .insetFlex {
    flex-direction: column;
  }
}
.insetFlex .textBox {
  width: 50%;
  margin-right: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 40px 0;
  box-sizing: border-box;
}
@media screen and (max-width: 900px) {
  .insetFlex .textBox {
    width: 100%;
    margin: 0;
  }
}
.insetFlex .textBox.leftAlign {
  align-items: flex-start;
  text-align: left;
}
.insetFlex .textBox.leftAlign p {
  margin: 10px 0;
}
.insetFlex .textBox h2 {
  font-family: "Poppins", system-ui, sans-serif;
  color: #333333;
  font-size: 40px;
  margin: 0 auto 10px;
}
.insetFlex .textBox h4 {
  margin: 0 auto 20px;
}
.insetFlex .textBox p {
  max-width: 90%;
  margin: 10px auto;
  line-height: 1.5;
  text-align: left;
}
.insetFlex .textBox ul {
  padding-inline-start: 15px;
  line-height: 1.5;
}
.insetFlex .textBox img {
  max-height: 50px;
  max-width: 30%;
}
.insetFlex .textBox a {
  border-radius: 5px;
  background-color: #333333;
  padding: 10px 20px;
  font-family: "Poppins", system-ui, sans-serif;
  font-weight: 700;
  color: #ffffff;
  margin: 20px 0 0;
}
.insetFlex .imgBox {
  width: calc(50% - 20px);
  padding-top: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 800px) {
  .insetFlex .imgBox {
    width: 100%;
  }
}
.insetFlex .imgBox.smaller {
  padding-top: 35%;
}

.rangeBoxContainer {
  overflow: hidden;
  display: flex !important;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 20px auto 0;
  flex-wrap: wrap;
}
.rangeBoxContainer .rangeBox {
  width: calc(33.3% - 20px);
  margin: 0 10px 20px;
  display: inline-block;
  vertical-align: top;
}
@media screen and (min-width: 901px) {
  .rangeBoxContainer .rangeBox.fillerBox h2 {
    background-color: #fb2200;
  }
}
@media screen and (max-width: 900px) {
  .rangeBoxContainer .rangeBox {
    width: 49%;
    margin: 0 1% 20px;
    float: left;
  }
}
@media screen and (max-width: 650px) {
  .rangeBoxContainer .rangeBox {
    width: 100%;
    margin: 0 0 20px;
  }
}
.rangeBoxContainer .rangeBox .range {
  padding-top: 80%;
  width: 100%;
  background-color: #fb2200;
  display: inline-block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.rangeBoxContainer .rangeBox h2 {
  color: #333333;
  font-weight: 300;
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 2em;
  text-align: left;
  background-color: #ffffff;
  display: inline-block;
  width: auto;
  padding: 10px 0;
  width: 100%;
  margin: 0;
  transition: all 0.3s ease-in-out;
  border-bottom: 2px solid #ffffff;
}
.rangeBoxContainer .rangeBox h2 small {
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 17px;
}
.rangeBoxContainer .rangeBox:hover h2 {
  border-bottom: 2px solid #fb2200;
}

body {
  margin: 0;
  font-family: "Poppins", system-ui, sans-serif;
}
body.stop-scrolling {
  height: 100%;
  overflow: hidden;
}
body a {
  text-decoration: none;
}
body a:hover {
  cursor: pointer;
}
body button {
  cursor: pointer;
}

/*# sourceMappingURL=main.css.map */
