@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&display=block");
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&display=block");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap");
.outerContainer {
  width: 100%;
  margin: 0;
  text-align: center;
  display: inline-block;
  position: relative;
}
.outerContainer.greyBg {
  background-color: #f2f2f2;
}
.outerContainer.whiteBg {
  background-color: #ffffff;
}
.outerContainer.noStick {
  position: unset;
}
.outerContainer .innerContainer {
  width: 95%;
  display: inline-block;
  max-width: 1400px;
  position: relative;
}
.outerContainer .innerContainer.flexContainer {
  display: inline-flex;
  justify-content: space-between;
}
@media screen and (max-width: 970px) {
  .outerContainer .innerContainer.flexContainer {
    flex-direction: column;
  }
}
.outerContainer .innerContainer.centeredText {
  text-align: center;
  padding: 80px 0;
  color: #515151;
}
.outerContainer .innerContainer.centeredText.noPadding {
  padding: 0;
}
.outerContainer .innerContainer.centeredText h1 {
  font-size: 2.75em;
  font-weight: 300 !important;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 15px;
  margin-top: 0;
  color: #404040;
}
.outerContainer .innerContainer.centeredText h1::after {
  content: "";
  display: block;
  width: 40px;
  margin: 20px auto 0;
  height: 1px;
  background: #888888;
}
@media screen and (max-width: 600px) {
  .outerContainer .innerContainer.centeredText h1 {
    font-size: 30px;
  }
}
.outerContainer .innerContainer.centeredText .sizeDiff {
  font-size: 20px;
}
.outerContainer .innerContainer.centeredText p {
  margin: 0;
  font-size: 20px;
  font-weight: 300;
}
@media screen and (max-width: 600px) {
  .outerContainer .innerContainer.centeredText p {
    font-size: 15px;
  }
}

.crumbsContainer {
  background-color: #ffffff;
  padding: 0;
}
.crumbsContainer .breadCrumbs {
  text-align: left;
}
.crumbsContainer .breadCrumbs p {
  font-family: "Open Sans", sans-serif;
  color: #949494;
  margin: 0;
  font-size: 13px;
  font-weight: 300;
}
.crumbsContainer .breadCrumbs p a {
  color: #404040;
  font-weight: 400;
}
.crumbsContainer .breadCrumbs p b {
  font-weight: 300;
  margin: 0 5px;
}

.centeredText {
  text-align: center;
  padding: 80px 0;
  color: #515151;
}
.centeredText.flexed {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.centeredText.flexed p {
  width: 50%;
}
@media screen and (max-width: 500px) {
  .centeredText.flexed p {
    width: 100%;
  }
}
.centeredText.noPadding {
  padding: 0;
}
.centeredText.loweredPadding {
  padding: 40px 0;
}
.centeredText h1 {
  font-size: 2.75em;
  font-weight: 300 !important;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 15px;
  margin-top: 0;
}
.centeredText h1::after {
  content: "";
  display: block;
  width: 40px;
  margin: 25px auto 0;
  height: 1px;
  background: #888888;
}
@media screen and (max-width: 600px) {
  .centeredText h1 {
    font-size: 30px;
  }
}
.centeredText .sizeDiff {
  font-size: 20px;
}
.centeredText p {
  margin: 0;
  font-size: 20px;
  font-weight: 300;
}
@media screen and (max-width: 600px) {
  .centeredText p {
    font-size: 15px;
  }
}

.sectionTitle {
  display: block;
  margin: 40px 0 10px;
}
.sectionTitle h1 {
  display: inline-block;
  color: #404040;
  font-family: "Open Sans", sans-serif;
  font-size: 1.7em;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
}
@media screen and (max-width: 600px) {
  .sectionTitle h1 {
    font-size: 1.6em;
  }
}

.facebookBox {
  position: fixed;
}

.bg-grey-out {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(64, 64, 64, 0.3);
  left: 0;
  top: 0;
  z-index: 1;
}

.grey-out-content {
  position: relative;
  z-index: 2;
}

.outlineButton {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 10px 30px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
  margin: 10px auto;
  transition: all 0.3s ease-in-out;
}
.outlineButton.black {
  color: #000000;
  border: 3px solid #000000;
}
.outlineButton.black:hover {
  background-color: #000000;
  color: #ffffff;
}
.outlineButton.white {
  color: #ffffff;
  border: 3px solid #ffffff;
}
.outlineButton.white:hover {
  background-color: #ffffff;
  color: #000000;
}

.searchForm {
  display: flex;
  justify-content: center;
  align-items: stretch;
}
.searchForm input {
  background-color: #ffffff;
  padding: 5px 10px;
  border: none;
  border-bottom: 1px solid #404040;
  width: 50%;
  max-width: 400px;
  font-family: "Open Sans", sans-serif;
}
.searchForm input:focus {
  outline: none;
  border-bottom: 2px solid #748863;
}
.searchForm button {
  background-color: #748863;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  border: none;
  padding: 0 10px;
}

.uspBoxOuter {
  display: inline-flex !important;
  justify-content: center;
  gap: 30px;
  width: 100%;
  box-sizing: border-box;
  align-items: center;
  overflow: hidden;
  margin: 40px 0;
  flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  .uspBoxOuter {
    flex-direction: column;
    align-items: center;
  }
}
.uspBoxOuter .uspBox {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 30%;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  gap: 20px;
}
@media screen and (max-width: 900px) {
  .uspBoxOuter .uspBox {
    width: 100%;
    margin-bottom: 10px;
  }
}
.uspBoxOuter .uspBox svg {
  font-size: 50px;
  color: #404040;
}
.uspBoxOuter .uspBox p {
  text-align: left;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}
.uspBoxOuter .uspBox p b {
  line-height: 1.6;
  font-weight: 300;
}

.largeButton {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 10px;
  background: #404040;
  color: #ffffff;
  font-weight: 600;
  font-size: 20px;
  padding: 14px 30px;
  min-width: 20%;
  box-sizing: border-box;
}
.largeButton:hover, .largeButton.selected {
  cursor: pointer;
  background: rgb(17, 94, 89);
  background: -moz-linear-gradient(213deg, rgb(17, 94, 89) 0%, rgb(20, 184, 166) 100%);
  background: -webkit-linear-gradient(213deg, rgb(17, 94, 89) 0%, rgb(20, 184, 166) 100%);
  background: linear-gradient(213deg, rgb(17, 94, 89) 0%, rgb(20, 184, 166) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#115e59",endColorstr="#14b8a6",GradientType=1);
}

.headerOuter {
  position: fixed;
  width: 100%;
  z-index: 10;
  padding-bottom: 10px;
  background-color: #748863;
}

.headerVTop {
  background-color: #748863;
  border-bottom: 1px solid #5b6a4e;
}
.headerVTop .headerVTopInner {
  display: inline-flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  position: relative;
  width: 100%;
}
.headerVTop .headerVTopInner .headTopBox {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.headerVTop .headerVTopInner .headTopBox.left {
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.headerVTop .headerVTopInner .headTopBox svg {
  font-size: 20px;
  color: #ffffff;
}
.headerVTop .headerVTopInner .headTopBox a {
  font-weight: 600;
  color: #ffffff;
  font-size: 18px;
}
.headerVTop .headerVTopInner .headTopBox a.smaller {
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 0 20px;
}
.headerVTop .headerVTopInner .headTopBox img {
  max-height: 40px;
}
.headerVTop .headerVTopInner .headTopBox p {
  color: #ffffff;
  font-size: 16px;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
.headerVTop .headerVTopInner .headTopBox p a {
  color: #4fd1c5;
}

.headerTop {
  background-color: #748863;
  position: relative;
}
.headerTop .headerTopInner {
  display: inline-flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0 0;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .headerTop .headerTopInner {
    align-items: center;
  }
}
.headerTop .headerTopInner .headTopBoxAbs {
  width: 100%;
  position: absolute;
  display: inline-flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  top: 10px;
  left: 0;
}
@media screen and (max-width: 1100px) {
  .headerTop .headerTopInner .headTopBoxAbs {
    display: none;
  }
}
.headerTop .headerTopInner .headTopBoxAbs a {
  color: #404040;
  font-size: 14px;
}
.headerTop .headerTopInner .headTopBoxAbs .topAbsLeft a {
  margin-right: 10px;
}
.headerTop .headerTopInner .headTopBoxAbs .topAbsRight a {
  margin-left: 10px;
}
.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 svg {
  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 svg {
  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;
  gap: 20px;
}
.headerTop .headerTopInner .headTopBox.right svg {
  font-size: 30px;
}
.headerTop .headerTopInner .headTopBox.right .mobileNavBtn {
  display: none;
  flex-direction: column;
}
.headerTop .headerTopInner .headTopBox.right .mobileNavBtn.active .menuLinkOne span {
  transform: rotate(45deg) scale(1.5, 1.1) translate(-1px, 4px);
  -webkit-transform: rotate(45deg) scale(1.5, 1.1) translate(-1px, 4px);
}
.headerTop .headerTopInner .headTopBox.right .mobileNavBtn.active .menuLinkTwo span {
  transform: rotate(135deg) scale(1.5, 1.1) translate(0px, 5px);
  -webkit-transform: rotate(135deg) scale(1.5, 1.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: #0d0d0d;
}
.headerTop .headerTopInner .headTopBox.right .mobileNavBtn span {
  margin: -5px 0;
}
.headerTop .headerTopInner .headTopBox.right .mobileNavBtn span span {
  transform: scale(1.6, 1.1);
  -webkit-transform: scale(1.6, 1.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.right a {
  margin-left: 10px;
}
.headerTop .headerTopInner .headTopBox img {
  height: 70px;
  margin: 10px 0;
}
.headerTop .headerTopInner .headTopBox a {
  color: #404040;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  vertical-align: top;
  display: inline-flex;
  align-items: center;
  position: relative;
}
.headerTop .headerTopInner .headTopBox a.topLogo {
  margin: 0;
}
.headerTop .headerTopInner .headTopBox a .cartIconOuter {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.headerTop .headerTopInner .headTopBox a .cartIndicator {
  background-color: #8ea17d;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  top: -2px;
  right: -10px;
  position: absolute;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  font-weight: 500;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
}
.headerTop .headerTopInner .headTopBox a:hover {
  color: #949494;
}
.headerTop .headerTopInner .headTopBox a p {
  display: inline-block;
  margin: 0;
  font-size: 16px;
  white-space: nowrap;
}
.headerTop .headerTopInner .headTopBox a svg {
  color: #ffffff;
  font-size: 24px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.headerTop .headerTopInner .headTopBox a svg:hover {
  color: #949494;
}
.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: center;
  align-items: stretch;
  margin-right: 0;
  margin-bottom: 0;
  width: 100%;
  max-width: 500px;
}
@media screen and (max-width: 1100px) {
  .headerTop .headerTopInner .headTopBox form {
    display: none;
  }
}
.headerTop .headerTopInner .headTopBox form input {
  border-radius: 0;
  font-family: "Figtree", sans-serif;
  color: #404040;
  background-color: #f9f9f9;
  border: 1px solid #d6d6d6;
  padding: 10px;
  font-size: 16px;
  float: left;
  border-radius: 0;
  width: calc(100% - 46px);
  max-width: 254px;
  box-sizing: border-box;
  margin-right: 10px;
}
.headerTop .headerTopInner .headTopBox form input::placeholder {
  color: #949494;
}
.headerTop .headerTopInner .headTopBox form input:focus {
  outline: none;
}
.headerTop .headerTopInner .headTopBox form button {
  border-radius: 0;
  padding: 12px 30px;
  background-color: #404040;
  left: 0;
  border: 0;
  font-size: 16px;
  color: #ffffff;
  float: left;
  border-radius: 0;
  box-sizing: border-box;
  font-family: "Figtree", sans-serif;
  font-weight: 300;
}
.headerTop .headerTopInner .headTopBox form button svg {
  color: #404040;
}

.headerNav {
  z-index: 2;
  position: relative;
}
.headerNav .headerNavBar {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
}
.headerNav .headerNavBar a {
  color: #404040;
  font-family: "Figtree", sans-serif;
  font-weight: 500;
  padding: 10px 20px;
  font-size: 1.1em;
}
.headerNav .headerNavBar a:hover {
  background-color: #d8d8d8;
}

#navigation {
  padding: 0;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 1100px) {
  #navigation {
    padding: 8px 0;
  }
}
#navigation form {
  display: none;
  margin: 0 auto;
  width: calc(100% - 16px);
}
#navigation form input {
  border-radius: 0;
  border: 1px solid #ffffff;
  font-family: "Open Sans", sans-serif;
  color: #404040;
  padding: 6px;
  font-size: 14px;
  float: left;
  width: calc(100% - 35px);
}
#navigation form input:focus {
  border: 1px solid #404040;
  outline: none;
}
#navigation form button {
  border-radius: 0;
  padding: 5px 0;
  width: 30px;
  background-color: #ffffff;
  left: 0;
  border: 0;
  font-size: 14px;
  border: 1px solid #ffffff;
  float: left;
}
#navigation form button svg {
  color: #404040;
}
@media screen and (max-width: 1100px) {
  #navigation form {
    display: inline-flex;
  }
}
#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: "Open Sans", sans-serif;
  font-weight: 500;
}
#navigation .items-wrapper .item.active {
  background-color: #e5e5e5;
}
#navigation .items-wrapper .item.active .item-link {
  color: #748863;
}
#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: #404040;
  display: block;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 400;
  font-family: "Figtree", sans-serif;
  transition: color 0.3s ease-in-out;
}
#navigation .items-wrapper .item .item-link.clearance {
  background-color: #C99911;
}
#navigation .items-wrapper .item .item-link:hover {
  background-color: #e5e5e5;
  color: #748863;
}
#navigation .items-wrapper .item .submenu-wrapper {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  background-color: #e5e5e5;
  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: #404040;
}
#navigation .items-wrapper .item .submenu-wrapper .item-submenu {
  width: 95%;
  max-width: 1400px;
  max-height: calc(90vh - 240px);
  margin: 20px auto;
  font-size: 14px;
  column-count: 5;
  column-rule: 1px outset #ccc;
  text-align: left;
  display: inline-flex;
  overflow-y: auto;
}
@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: 14px;
  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: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: #748863;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 10px;
}
#navigation .items-wrapper .item .submenu-wrapper .item-submenu .submenu-group .submenu-link {
  color: #404040;
  line-height: 1.3;
  margin-bottom: 5px;
  font-weight: 400;
  font-size: 13px;
}
#navigation .items-wrapper .item .submenu-wrapper .item-submenu .submenu-group .submenu-link:hover {
  color: #404040;
}

.headerSpacer {
  height: 215px;
  top: 0;
  width: 100%;
}
@media screen and (max-width: 1100px) {
  .headerSpacer {
    height: 200px;
  }
}

.headerSocialLinks {
  position: fixed;
  right: 5px;
  top: calc(50vh - 80px);
  display: inline-flex;
  flex-direction: column;
  z-index: 5;
}
.headerSocialLinks .socialLink {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #404040;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 5px 0;
}
.headerSocialLinks .socialLink svg {
  font-size: 30px;
}
.headerSocialLinks .socialLink.facebook {
  background-color: #3b5998;
}
.headerSocialLinks .socialLink.instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}
.headerSocialLinks .socialLink.youtube {
  background-color: #c4302b;
}

.columnHolder {
  max-height: 65vh;
  display: flex;
  flex-flow: wrap column;
}
@media screen and (max-width: 1100px) {
  .columnHolder {
    display: inline-flex;
    flex-direction: column;
    max-height: unset;
  }
}

.mobileNav {
  position: fixed;
  width: 80%;
  max-width: 600px;
  height: calc(100vh - 160px);
  background-color: #ffffff;
  right: -80%;
  top: 160px;
  display: none;
  opacity: 0;
  visibility: hidden;
  z-index: 9999999;
}
.mobileNav .innerContainer {
  width: 100%;
}
@media screen and (max-width: 1100px) {
  .mobileNav.visible {
    right: 0;
    top: 160px;
    opacity: 1;
    visibility: visible;
    height: calc(100vh - 160px);
    overflow-y: auto;
    position: fixed;
  }
}
@media screen and (max-width: 1100px) {
  .mobileNav {
    opacity: 0;
    visibility: hidden;
  }
  .mobileNav .item-link {
    width: 100% !important;
    margin-left: 0 !important;
    color: #000000;
    padding: 20px;
    border-bottom: 1px solid #000000;
    text-align: left;
    text-transform: uppercase;
    box-sizing: border-box;
  }
  .mobileNav .item-link:hover {
    color: #404040;
  }
  .mobileNav .item a {
    display: inline-block;
    text-align: left;
  }
  .mobileNav .item a.item-link {
    width: calc(100% - 40px);
    color: #000000;
    padding: 20px;
    border-bottom: 1px solid #000000;
    text-align: left;
    text-transform: uppercase;
    display: block !important;
  }
  .mobileNav .item a.item-link:hover {
    color: #404040;
  }
  .mobileNav .item a svg {
    font-size: 14px;
  }
  .mobileNav .item a .fa-chevron-down {
    margin-left: 5px;
  }
  .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 svg {
    color: #ffffff;
    font-size: 14px;
  }
  .mobileNav .item .submenu-wrapper {
    height: 0;
    overflow: hidden;
  }
  .mobileNav .item .submenu-wrapper.visible {
    height: auto;
    visibility: visible;
  }
  .mobileNav .item .submenu-group {
    display: inline-flex;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
  }
  .mobileNav .item .submenu-group.visible {
    height: auto;
  }
  .mobileNav .item .submenu-group .submenu-link-master {
    background-color: #e5e5e5;
    color: #000000;
    margin: 0;
    padding: 15px 20px;
    text-transform: uppercase;
    font-weight: 400;
    border-bottom: 1px solid #949494;
  }
  .mobileNav .item .submenu-group .submenu-link-master:last-child {
    border-bottom: none;
  }
  .mobileNav .item .submenu-group .submenu-link-master:hover {
    color: #404040;
  }
  .mobileNav .item .submenu-group .submenu-link {
    background-color: #f2f2f2;
    color: #000000;
    margin: 0 !important;
    margin-left: 0 !important;
    padding: 10px 20px;
    display: block !important;
  }
  .mobileNav .item .submenu-group .submenu-link:hover {
    color: #404040;
  }
}

.swiper-container {
  width: 100%;
  height: 62vh;
  min-height: 300px;
  margin: 0 auto !important;
}
@media screen and (max-width: 870px) {
  .swiper-container {
    margin: 0 auto !important;
    height: 450px;
  }
}
.swiper-container.indexSwipe {
  height: auto;
  min-height: unset;
  max-width: 1400px;
}
.swiper-container.indexSwipe .swiper-wrapper {
  height: auto;
}
.swiper-container.indexSwipe .swiper-slide {
  height: auto;
}
.swiper-container.indexSwipe .swiper-slide .desktop {
  display: block;
}
@media screen and (max-width: 650px) {
  .swiper-container.indexSwipe .swiper-slide .desktop {
    display: none;
  }
}
.swiper-container.indexSwipe .swiper-slide .mobile {
  display: none;
}
@media screen and (max-width: 650px) {
  .swiper-container.indexSwipe .swiper-slide .mobile {
    display: block;
  }
}
.swiper-container.products {
  margin-top: 0 !important;
  margin-bottom: 30px !important;
  height: auto;
  display: inline-flex;
}
.swiper-container.products .swiper-wrapper {
  align-items: stretch;
}
.swiper-container.products .swiper-slide {
  font-family: "Open Sans", sans-serif;
  display: flex;
  padding: 5px 0 20px;
  flex-direction: column;
  border-radius: 0 0 5px 5px;
  justify-content: flex-start;
  align-items: flex-start;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
}
.swiper-container.products .swiper-slide:hover h2 {
  text-decoration: underline;
}
.swiper-container.products .swiper-slide .flagBubble {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  font-size: 16px;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-family: "Open Sans", sans-serif;
  color: #404040;
  background-color: #e4bc67;
  z-index: 9;
}
.swiper-container.products .swiper-slide .flagBubble.newin {
  background-color: #404040;
  color: #ffffff;
}
.swiper-container.products .swiper-slide .imgBox {
  width: 100%;
  padding-top: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.swiper-container.products .swiper-slide img {
  max-width: 90%;
  max-height: 260px;
  margin: 10px auto;
  display: block;
}
.swiper-container.products .swiper-slide h2 {
  color: #404040;
  font-size: 16px;
  font-weight: 400;
  margin: 10px 5px;
  display: block;
}
.swiper-container.products .swiper-slide h4 {
  margin: 10px auto 5px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  color: #404040;
  font-size: 16px;
  text-align: left;
  width: 100%;
}
.swiper-container.products .swiper-slide h4 small {
  font-family: "Open Sans", sans-serif;
  font-size: 0.9em;
  font-weight: 400;
  letter-spacing: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 13px;
  display: block;
  color: #949494;
  padding: 5px 0;
}
.swiper-container.products .swiper-slide button {
  background-color: #404040;
  color: #ffffff;
  border-radius: 0;
  border: none;
  padding: 6px 10px;
  font-size: 14px;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  margin: 10px 0 0;
}
.swiper-container.products .swiper-slide h5 {
  color: #404040;
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  font-size: 16px;
  text-align: left;
  width: 90%;
  margin: 5px auto 0;
}
.swiper-container.products .swiper-slide b {
  color: #949494;
  text-decoration: line-through;
  text-align: left;
  font-size: 15px;
  font-weight: 800;
  display: block;
  margin: 5px auto 0;
  line-height: 15px;
  text-align: left;
  width: 90%;
}
.swiper-container.products .swiper-slide p {
  font-size: 17px;
  font-weight: 400;
  color: #748863;
  display: block;
  margin: 5px auto 0;
  line-height: 20px;
  text-align: left;
  width: 90%;
}
.swiper-container.products .swiper-slide p small {
  color: #404040;
}
.swiper-container.products .swiper-slide p b {
  color: #748863;
  font-size: 18px;
}
.swiper-container.products .swiper-slide h6 {
  color: #949494;
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
  text-align: left;
  width: 90%;
  margin: 10px auto 0;
}
.swiper-container.products .swiper-slide .addBasketBtn {
  width: calc(100% - 10px);
  padding: 15px 5px;
  background-color: #748863;
  color: #ffffff;
  text-align: center;
  display: inline-block;
  margin: 10px auto 0;
  box-sizing: border-box;
  font-weight: 400;
  text-transform: uppercase;
}
.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;
  /* Center slide text vertically */
  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;
  position: relative;
}
.swiper-container .swiper-slide .slide-grey-out {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(64, 64, 64, 0.2);
}
.swiper-container .swiper-slide .slideInner {
  z-index: 1;
}
.swiper-container .swiper-slide.noLink:hover {
  cursor: default !important;
}
.swiper-container .swiper-slide.imageSlide img {
  max-width: 100%;
  max-height: 100%;
}
.swiper-container .swiper-slide.slideHomeOne {
  background-size: cover;
  background-position: bottom;
}
.swiper-container .swiper-slide.slideHomeOne h1 {
  color: #ffffff;
  font-size: 50px;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 2px;
}
.swiper-container .swiper-slide.slideHomeOne h1.shadowBg {
  text-shadow: 1px 1px 2px #525252;
}
@media screen and (max-width: 870px) {
  .swiper-container .swiper-slide.slideHomeOne h1 {
    max-width: 90%;
    margin: 0 auto;
    font-size: 40px;
  }
}
.swiper-container .swiper-slide.slideHomeOne h4 {
  color: #ffffff;
  margin: 20px 0 10px;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 2px;
}
.swiper-container .swiper-slide.slideHomeOne h4.shadowBg {
  text-shadow: 1px 1px 2px #525252;
}
@media screen and (max-width: 870px) {
  .swiper-container .swiper-slide.slideHomeOne h4 {
    max-width: 90%;
    margin: 10px auto 0;
    font-size: 16px;
  }
}
.swiper-container .swiper-slide.slideHomeOne span {
  margin: 20px auto 0;
  border: 3px solid #ffffff;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  color: #ffffff;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: all 0.3s ease-in-out;
}
.swiper-container .swiper-slide.slideHomeOne span:hover {
  background-color: #ffffff;
  color: #404040;
}
.swiper-container .append-buttons {
  text-align: center;
  display: flex;
  width: 100%;
  margin: 0;
}
.swiper-container .append-buttons a {
  display: inline-block;
  background-color: #404040;
  color: #ffffff;
  text-decoration: none;
  padding: 4px 10px;
  font-size: 13px;
  width: 33%;
}
.swiper-container .append-buttons a:hover {
  background-color: #333333;
}
.swiper-container .append-buttons a:nth-child(2) {
  border-left: 1px solid #404040;
  border-right: 1px solid #404040;
}

.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: #404040;
  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: #404040;
  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: #404040;
  border-bottom: 2px solid #ffffff;
}
.footerTop.footerBottom {
  border-bottom: none;
}
.footerTop .footerTopInner {
  display: inline-flex !important;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px 0;
}
@media screen and (max-width: 900px) {
  .footerTop .footerTopInner {
    flex-wrap: wrap;
  }
}
.footerTop .footerTopInner.centralColumn {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.footerTop .footerTopInner.centralColumn .footerColumn {
  width: 100%;
  margin: 0;
}
.footerTop .footerTopInner.centralColumn h3 {
  font-weight: 400;
  text-transform: uppercase;
  margin: 20px auto 0;
  text-align: center;
  width: 100%;
}
.footerTop .footerTopInner.centralColumn p {
  text-align: center;
  width: 100%;
}
.footerTop .footerTopInner.centralColumn p a {
  font-weight: 600;
  color: #748863;
  margin: 0 10px;
}
.footerTop .footerTopInner .footerColumn {
  width: calc(30% - 20px);
  margin-right: 40px;
  text-align: left;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 900px) {
  .footerTop .footerTopInner .footerColumn {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.footerTop .footerTopInner .footerColumn:last-of-type {
  margin-right: 0;
}
.footerTop .footerTopInner .footerColumn img {
  max-width: 100%;
  max-height: 60px;
  width: auto;
  margin-bottom: 10px;
  filter: brightness(100);
}
.footerTop .footerTopInner .footerColumn img.payLogo {
  max-height: 40px;
  max-width: 80px;
  margin: 5px 0;
  filter: brightness(1);
}
.footerTop .footerTopInner .footerColumn h3 {
  font-family: "Open Sans", sans-serif;
  color: #ffffff;
  padding: 0;
  font-weight: 500;
  margin: 0 0 10px;
  font-size: 22px;
}
.footerTop .footerTopInner .footerColumn h3.fontSizeLowered {
  font-size: 18px;
}
.footerTop .footerTopInner .footerColumn a {
  font-family: "Open Sans", sans-serif;
  margin: 0 0 10px;
  color: #949494;
  font-weight: 400;
  font-size: 14px;
}
.footerTop .footerTopInner .footerColumn a svg {
  font-size: 24px;
  color: #ffffff;
  margin: 0 5px 0 5px;
}
.footerTop .footerTopInner .footerColumn a.contactLink {
  color: #ffffff;
}
.footerTop .footerTopInner .footerColumn a.contactLink:hover {
  text-decoration: underline;
}
.footerTop .footerTopInner .footerColumn a.contactLink:first-of-type {
  margin-top: 20px;
}
.footerTop .footerTopInner .footerColumn p {
  color: #949494;
  line-height: 1.4em;
  margin: 0 0 5px;
  font-size: 14px;
}
.footerTop .footerTopInner .footerColumn p a {
  display: inline-block;
  margin: 10px 0 0;
}
.footerTop .footerTopInner .footerColumn p.contactInfo {
  font-size: 13px;
}
.footerTop .footerTopInner .footerColumn form input {
  width: calc(100% - 18px);
  padding: 10px;
  font-family: "Open Sans", sans-serif;
  border-radius: 0;
  border: 1px solid #949494;
}
.footerTop .footerTopInner .footerColumn form input:focus {
  outline: none;
  border: 1px solid #404040;
}
.footerTop .footerTopInner .footerColumn form button {
  width: calc(100% - 16px);
  padding: 8px;
  font-family: "Open Sans", sans-serif;
  color: #ffffff;
  background-color: #dc3545;
  font-size: 14px;
  margin: 10px 0;
  border: none;
}
.footerTop .footerTopInner .footerColumn form button:hover {
  cursor: pointer;
  background-color: #333333;
}
.footerTop .footerTopInner .footerColumn .socialLinks {
  display: inline-flex;
  justify-content: flex-start;
}
.footerTop .footerTopInner .footerColumn .socialLinks .socialLink {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #ffffff;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.footerTop .footerTopInner .footerColumn .socialLinks .socialLink svg {
  font-size: 30px;
}
.footerTop .footerTopInner .footerColumn .socialLinks .socialLink.facebook {
  background-color: #3b5998;
}
.footerTop .footerTopInner .footerColumn .socialLinks .socialLink.instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}
.footerTop .footerTopInner .footerColumn .socialLinks .socialLink.youtube {
  background-color: #c4302b;
}

.absBottom {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 13px;
  color: #ffffff;
}
.absBottom a {
  color: #ffffff;
}

.cookieinfo {
  background-color: #404040 !important;
  color: #ffffff !important;
}
.cookieinfo .cookieinfo-close {
  background-color: #748863 !important;
  color: #ffffff !important;
}

.footerSocial {
  background-color: #ffffff;
  padding: 20px 0;
}
.footerSocial .innerContainer {
  display: inline-flex !important;
  justify-content: space-between;
  align-items: center;
}
.footerSocial .innerContainer h3 {
  font-family: "Open Sans", sans-serif;
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
}
.footerSocial .innerContainer div {
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
}
.footerSocial .innerContainer div img {
  height: 30px;
  filter: brightness(100);
  margin-left: 20px;
}

.loginPage {
  margin-bottom: 30px;
}
.loginPage .loginBox {
  width: 100%;
  box-sizing: border-box;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin-right: 10px;
  color: #404040;
}
@media screen and (max-width: 970px) {
  .loginPage .loginBox {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }
}
.loginPage .loginBox .loginHeaders, .loginPage .registerBox .loginHeaders {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.loginPage .loginBox .loginHeaders h2, .loginPage .registerBox .loginHeaders h2 {
  margin-right: 10px;
}
.loginPage .loginBox .loginHeaders h2 a, .loginPage .registerBox .loginHeaders h2 a {
  color: #404040;
}
.loginPage .loginBox .loginHeaders h2.inactive, .loginPage .registerBox .loginHeaders h2.inactive {
  opacity: 0.5;
}
.loginPage .loginBox .registerFlex, .loginPage .registerBox .registerFlex {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.loginPage .loginBox .registerFlex div, .loginPage .registerBox .registerFlex div {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 20px;
}
.loginPage .loginBox .registerFlex div:first-child, .loginPage .registerBox .registerFlex div:first-child {
  margin-left: 0;
}
.loginPage .loginBox .registerFlex div input, .loginPage .registerBox .registerFlex div input {
  width: 100%;
}
.loginPage .loginBox form, .loginPage .registerBox form {
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}
.loginPage .loginBox h2, .loginPage .registerBox h2 {
  margin: 10px 0 5px;
}
.loginPage .loginBox p, .loginPage .registerBox p {
  text-align: left;
}
.loginPage .loginBox p a, .loginPage .registerBox p a {
  color: #949494;
  text-decoration: underline;
}
.loginPage .loginBox label, .loginPage .registerBox label {
  font-weight: 600;
  font-size: 14px;
  margin: 10px 0 0;
  text-align: left;
}
.loginPage .loginBox label small, .loginPage .registerBox label small {
  font-weight: 400;
}
.loginPage .loginBox input, .loginPage .registerBox input {
  padding: 10px 20px;
  font-family: "Open Sans", sans-serif;
  margin: 10px 0;
  font-size: 15px;
  min-width: 50%;
  border: 1px solid #949494;
  border-radius: 5px;
  box-shadow: 0 2px 2px #e5e5e5;
}
.loginPage .loginBox input:focus, .loginPage .registerBox input:focus {
  border: 1px solid #748863;
  outline: none;
}
.loginPage .loginBox button, .loginPage .registerBox button {
  display: inline-block;
  background-color: #404040;
  border: none;
  padding: 10px 20px;
  font-size: 15px;
  color: #ffffff;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  border-radius: 0;
}
.loginPage .loginBox button:hover, .loginPage .registerBox button:hover {
  background: rgb(17, 94, 89);
  background: -moz-linear-gradient(213deg, rgb(17, 94, 89) 0%, rgb(20, 184, 166) 100%);
  background: -webkit-linear-gradient(213deg, rgb(17, 94, 89) 0%, rgb(20, 184, 166) 100%);
  background: linear-gradient(213deg, rgb(17, 94, 89) 0%, rgb(20, 184, 166) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#115e59",endColorstr="#14b8a6",GradientType=1);
}
.loginPage .loginBox h5, .loginPage .registerBox h5 {
  font-size: 20px;
  font-weight: 600;
  margin: 20px 0 0;
}
.loginPage .loginBox .validationMessage, .loginPage .registerBox .validationMessage {
  color: #dc3545;
  margin: 5px 0 10px;
  font-size: 13px;
  text-align: left;
  width: 100%;
}
.loginPage .loginBox .resetLogin, .loginPage .registerBox .resetLogin {
  display: block;
  margin: 20px 0 0;
  font-size: 15px;
  cursor: pointer;
  text-align: left;
}

.accountNav {
  display: inline-flex !important;
  width: 100%;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 20px;
}
.accountNav .navItem, .accountNav a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
  color: #404040;
  background-color: #aeaeae;
  border: 1px solid #404040;
  margin-right: -1px;
  margin-bottom: -1px;
  z-index: 2;
  cursor: pointer;
}
.accountNav .navItem.active, .accountNav a.active {
  background-color: #e5e5e5;
  color: #404040;
  border-bottom: 0;
}
.accountNav a {
  background-color: #dc3545;
  color: #404040;
  margin-left: 10px;
}

.profileArea {
  text-align: left;
}

.profileOuter {
  margin-bottom: 30px;
  background-color: #e5e5e5;
  border: 1px solid #404040;
  padding: 20px;
  box-sizing: border-box;
  text-align: left;
}
@media screen and (max-width: 1100px) {
  .profileOuter {
    flex-direction: column;
  }
}
.profileOuter .accountSelectBox p {
  margin: 20px 0 0;
}
.profileOuter .accountSelectBox select {
  min-width: 300px;
  padding: 8px;
  box-sizing: border-box;
  margin: 8px 0 10px;
  border: 1px solid #404040;
  font-family: "Open Sans", sans-serif;
}
.profileOuter h1 {
  margin: 0 0 10px;
}
.profileOuter .myAccountBox, .profileOuter .usersBox {
  display: none;
  width: 100%;
  border: 1px solid #000000;
  box-sizing: border-box;
  padding: 20px;
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  background-color: #ffffff;
  margin: 0;
}
.profileOuter .myAccountBox.active, .profileOuter .usersBox.active {
  display: inline-flex;
}
.profileOuter .myAccountBox h3, .profileOuter .usersBox h3 {
  font-weight: 600;
  margin: 20px 0 10px;
}
.profileOuter .myAccountBox h3:first-of-type, .profileOuter .usersBox h3:first-of-type {
  margin-top: 0;
}
.profileOuter .myAccountBox h5, .profileOuter .usersBox h5 {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 10px;
}
.profileOuter .myAccountBox p, .profileOuter .usersBox p {
  margin: 10px 0 5px;
}
.profileOuter .myAccountBox p.errorAdd, .profileOuter .usersBox p.errorAdd {
  color: #dc3545;
  font-weight: 600;
}
.profileOuter .myAccountBox input, .profileOuter .usersBox input {
  font-size: 15px;
  border: 1px solid #000000;
  padding: 5px 10px;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  width: 80%;
  margin: 0 0 10px;
}
.profileOuter .myAccountBox input:focus, .profileOuter .usersBox input:focus {
  outline: none;
}
.profileOuter .myAccountBox button, .profileOuter .usersBox button {
  padding: 10px 20px;
  font-family: "Open Sans", sans-serif;
  border: none;
  font-size: 15px;
  color: #404040;
  background-color: #000000;
}
.profileOuter .usersBox form {
  margin: 0;
  width: 100%;
}
.profileOuter .usersBox .userRow {
  display: flex;
  width: 100%;
  justify-content: space-evenly;
  align-items: center;
  padding: 10px;
  background-color: #404040;
  box-sizing: border-box;
}
.profileOuter .usersBox .userRow.header {
  background-color: #949494;
}
.profileOuter .usersBox .userRow.header p {
  color: #404040;
}
.profileOuter .usersBox .userRow.addNew {
  background-color: #c7c7c7;
}
.profileOuter .usersBox .userRow input, .profileOuter .usersBox .userRow p {
  width: calc(33.33% - 30px);
  margin: 0;
  margin-right: 10px;
  overflow: hidden;
}
.profileOuter .usersBox .userRow button {
  width: 90px;
  opacity: 0;
  font-family: "Open Sans", sans-serif;
}
.profileOuter .usersBox .userRow button.removeUser {
  background-color: #dc3545;
  opacity: 1;
  color: #404040;
  border: none;
  padding: 5px 0;
  transition: all 0.3s ease-in-out;
}
.profileOuter .usersBox .userRow button.removeUser:hover {
  cursor: pointer;
  background-color: #bd2130;
}
.profileOuter .usersBox .userRow button.submitBtn {
  background-color: #fd7e14;
  opacity: 1;
  color: #404040;
  border: none;
  padding: 5px 0;
  transition: all 0.3s ease-in-out;
}
.profileOuter .usersBox .userRow button.submitBtn:hover {
  cursor: pointer;
  background-color: #5b6a4e;
}
.profileOuter .usersBox .userRow button.viewOrderDetails {
  background-color: #fd7e14;
  opacity: 1;
  color: #404040;
  border: none;
  padding: 5px;
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;
  border-radius: 20px;
}
.profileOuter .usersBox .userRow button.viewOrderDetails.expanded {
  background-color: #dc3545;
}
.profileOuter .usersBox .userRow button.viewOrderDetails:hover {
  cursor: pointer;
  background-color: #5b6a4e;
}
.profileOuter .usersBox .orderRow {
  background-color: #404040;
  width: 100%;
  padding: 10px;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
}
.profileOuter .usersBox .orderRow .blockWrapper {
  display: inline-flex;
  width: 100%;
  align-items: stretch;
  flex-wrap: wrap;
}
.profileOuter .usersBox .orderRow .pageBlock {
  display: inline-block;
  width: calc(100% - 20px);
  box-sizing: border-box;
  vertical-align: top;
  margin-bottom: 20px;
  margin: 0 10px 20px;
}
.profileOuter .usersBox .orderRow .pageBlock .pageBlock {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.profileOuter .usersBox .orderRow .pageBlock.halfPage {
  width: calc(50% - 20px);
  margin-left: 10px;
  margin-right: 10px;
}
.profileOuter .usersBox .orderRow .pageBlock.thirdPage {
  width: calc(33.33% - 20px);
  margin-left: 10px;
  margin-right: 10px;
}
.profileOuter .usersBox .orderRow .pageBlock.quarterPage {
  width: calc(25% - 20px);
  margin-left: 10px;
  margin-right: 10px;
}
.profileOuter .usersBox .orderRow .pageBlock.noWrap {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  flex-direction: row;
}
.profileOuter .usersBox .orderRow .pageBlock.noMargin {
  margin-top: 0;
  margin-bottom: 0;
}
.profileOuter .usersBox .orderRow .pageBlock.noMarginSide {
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100%;
}
.profileOuter .usersBox .orderRow .pageBlock.spaceBetween {
  justify-content: space-between;
  align-items: flex-start;
  display: inline-flex;
}
.profileOuter .usersBox .orderRow .pageBlock img {
  max-width: 100%;
}
.profileOuter .usersBox .orderRow .pageBlock p {
  white-space: break-spaces;
}
.profileOuter .usersBox .orderRow table {
  border-spacing: 0;
  width: 100%;
  white-space: nowrap;
  table-layout: auto;
}
.profileOuter .usersBox .orderRow table thead tr {
  background-color: #fd7e14;
}
.profileOuter .usersBox .orderRow table thead tr th {
  color: #404040;
  padding: 5px;
}
.profileOuter .usersBox .orderRow table td {
  padding: 5px;
}

.saleBanner {
  display: inline-flex !important;
  justify-content: center;
  padding: 0;
  align-items: center;
  box-sizing: border-box;
  margin: 0 auto;
}
.saleBanner.mobile {
  display: none !important;
}
@media screen and (max-width: 970px) {
  .saleBanner.mobile {
    display: inline-flex !important;
  }
}
.saleBanner.catPage {
  margin: 0;
  padding: 0 20px 0 0;
  box-sizing: border-box;
}
.saleBanner.catPage img {
  max-height: 80px;
}
.saleBanner.catPage h2 {
  font-size: 20px;
}
.saleBanner.prodPage {
  margin: 0;
  padding: 0 20px 0 0;
  width: 100%;
}
.saleBanner.prodPage img {
  max-height: 80px;
}
.saleBanner.prodPage h2 {
  font-size: 20px;
}
.saleBanner img {
  max-height: 150px;
  max-width: 100%;
}
.saleBanner span {
  display: inline-flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: column;
}
.saleBanner h2 {
  font-size: 30px;
  text-align: right;
  margin: 0 0 10px;
  text-shadow: 1px 1px 5px #949494;
}
.saleBanner a {
  padding: 10px 20px;
  box-sizing: border-box;
  border-radius: 30px;
}

.categoryHeader {
  background-position: center;
  background-size: cover;
  margin-top: 30px;
  display: inline-flex !important;
  justify-content: space-between;
  align-items: center;
}
.categoryHeader.noBg {
  margin-top: 0;
  padding: 40px 0;
  flex-direction: column;
  align-items: flex-start;
}
.categoryHeader.noBg h1 {
  color: #404040;
  background-color: unset;
  text-shadow: none;
  margin: 0 0 20px;
  text-align: left;
  text-transform: none;
  padding: 0;
}
@media screen and (max-width: 970px) {
  .categoryHeader.noBg h1 {
    font-size: 26px;
  }
}
.categoryHeader.noBg p {
  text-align: left;
  line-height: 1.6;
  margin: 0 0 10px;
  display: inline-block;
}
.categoryHeader.products {
  height: 135px;
  background-color: #000000;
  background-image: none;
}
.categoryHeader h1 {
  margin: 15vh 0;
  background-color: rgba(64, 64, 64, 0.5);
  color: rgba(255, 255, 255, 0.95);
  font-weight: 400;
  text-transform: uppercase;
  font-size: 50px;
  font-family: "Open Sans", sans-serif;
  text-shadow: 1px 1px 10px #404040;
  padding: 20px;
  box-sizing: border-box;
  width: auto;
  float: left;
}
.categoryHeader h1 small {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  margin-bottom: 20px;
}
@media screen and (max-width: 870px) {
  .categoryHeader h1 {
    margin: 7vh 0;
    max-width: 50%;
    font-size: 30px;
    text-align: left;
  }
}
.categoryHeader .saleCTA {
  position: absolute;
  right: 5%;
  border-radius: 50%;
  padding: 60px 20px;
}
@media screen and (max-width: 870px) {
  .categoryHeader .saleCTA {
    padding: 40px 10px;
  }
}
.categoryHeader .saleCTA img {
  max-height: 80px;
}
@media screen and (max-width: 870px) {
  .categoryHeader .saleCTA img {
    max-height: 60px;
  }
}
.categoryHeader .saleCTA h2 {
  font-size: 30px;
  text-align: right;
  margin: 10px auto;
  max-width: 300px;
  text-align: center;
}
@media screen and (max-width: 870px) {
  .categoryHeader .saleCTA h2 {
    font-size: 18px;
    max-width: 80%;
  }
}
.categoryHeader .saleCTA a {
  padding: 10px 20px;
  box-sizing: border-box;
  border-radius: 30px;
  display: inline-block;
}
@media screen and (max-width: 870px) {
  .categoryHeader .saleCTA a {
    padding: 6px 15px;
  }
}

.bigCategoryCTA {
  width: 100%;
  height: 300px;
  background-position: center;
  background-size: cover;
  display: inline-block;
  margin: 30px 0 0;
}
.bigCategoryCTA:hover h2 {
  background-color: black;
}
.bigCategoryCTA h2 {
  background-color: #000000;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "Open Sans", 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 #949494;
  padding: 20px 1.3%;
}
.popularCategoryContainer .categoryBox:hover {
  border-color: #000000;
}
@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: "Open Sans", sans-serif;
  font-weight: 600;
  color: #000000;
  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: #666666;
  color: #000000;
  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: "Open Sans", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mobileCatNav {
  display: flex !important;
  justify-content: center;
  align-items: stretch;
  margin: 10px auto 0;
  width: 100%;
}
@media screen and (min-width: 971px) {
  .mobileCatNav {
    display: none !important;
  }
}
.mobileCatNav .catNavButton {
  border: 1px solid #000000;
  border-left: 0;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  cursor: pointer;
}
.mobileCatNav select {
  border: 1px solid #000000;
  border-left: 0;
  border-right: 0;
  padding: 10px;
  box-sizing: border-box;
  width: 100%;
  font-family: "Open Sans", sans-serif;
}
.mobileCatNav select:focus {
  outline: none;
}

.mobileCatNavModal {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100vw;
  height: 100vh;
  z-index: 99999;
}
.mobileCatNavModal .modalInner {
  height: 100vh;
  width: 80vw;
  background-color: #ffffff;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  text-align: left;
}
.mobileCatNavModal .modalInner .closeFiltersButton {
  background-color: #000000;
  border-radius: 30px;
  padding: 10px 20px;
  color: #ffffff;
  font-size: 14px;
  display: inline-block;
  text-align: center;
  margin: 10px 0 0;
  width: auto;
}
.mobileCatNavModal .modalInner .selectedKeyword {
  background-color: #e5e5e5;
  padding: 5px;
  box-sizing: border-box;
  margin: 0 5px 5px 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
}
.mobileCatNavModal .modalInner .selectedKeyword svg {
  color: #dc3545;
  margin-right: 5px;
}
.mobileCatNavModal .modalInner form {
  margin: 0;
}
.mobileCatNavModal .modalInner h4 {
  color: #404040;
  background-color: #ffffff;
  margin: 0 0 20px;
  text-align: left;
  width: 100%;
  font-weight: 800;
  position: sticky;
  top: 0;
  z-index: 2;
  display: block;
}
.mobileCatNavModal .modalInner h4 svg {
  display: none;
}
.mobileCatNavModal .modalInner p {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  margin: 10px 0;
  text-align: left;
  width: 100%;
  font-weight: 300;
  padding-bottom: 5px;
  border-bottom: 1px solid #949494;
}
.mobileCatNavModal .modalInner .filterDropdownHead {
  position: relative;
  cursor: pointer;
  color: #949494;
  text-transform: uppercase;
}
.mobileCatNavModal .modalInner .filterDropdownHead.view .fa-circle-plus {
  opacity: 0;
}
.mobileCatNavModal .modalInner .filterDropdownHead.view .fa-circle-minus {
  opacity: 1;
}
.mobileCatNavModal .modalInner .filterDropdownHead .fa-circle-plus {
  opacity: 1;
}
.mobileCatNavModal .modalInner .filterDropdownHead .fa-circle-minus {
  opacity: 0;
}
.mobileCatNavModal .modalInner .filterDropdownHead svg {
  position: absolute;
  right: 0;
  transition: all 0.3s ease-in-out;
}
.mobileCatNavModal .modalInner .checkListHolder {
  width: calc(100% - 20px);
  padding: 0;
  margin: 0;
  text-align: left;
  height: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.mobileCatNavModal .modalInner .checkListHolder.visible {
  height: auto;
}
.mobileCatNavModal .modalInner .checkListHolder #dimensionRangeForm {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.mobileCatNavModal .modalInner .checkListHolder #dimensionRangeForm input {
  margin: 5px 0 10px;
  border: 1px solid #404040;
  font-family: "Open Sans", sans-serif;
  border-radius: 0;
  padding: 5px;
}
.mobileCatNavModal .modalInner .checkListHolder #dimensionRangeForm input:focus {
  outline: none;
  border: 1px solid #000000;
}
.mobileCatNavModal .modalInner .checkListHolder #dimensionRangeForm button {
  background-color: #000000;
  color: #ffffff;
  padding: 5px;
  border: none;
}
.mobileCatNavModal .modalInner .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: "Open Sans", sans-serif;
  font-weight: 300;
}
.mobileCatNavModal .modalInner .checkListHolder .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.mobileCatNavModal .modalInner .checkListHolder .container input:checked ~ .checkmark {
  background-color: #404040;
}
.mobileCatNavModal .modalInner .checkListHolder .container input:checked ~ .checkmark:after {
  display: block;
}
.mobileCatNavModal .modalInner .checkListHolder .container:hover input ~ .checkmark {
  background-color: #ccc;
}
.mobileCatNavModal .modalInner .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);
}
.mobileCatNavModal .modalInner .checkListHolder .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #cccccc;
  border-radius: 50%;
}
.mobileCatNavModal .modalInner .checkListHolder .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.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: #e5e5e5;
  padding: 5px;
  box-sizing: border-box;
  margin: 0 5px 5px 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
}
.categoryOuterBox .categoryNav .selectedKeyword svg {
  color: #dc3545;
  margin-right: 5px;
}
.categoryOuterBox .categoryNav form {
  margin: 0;
}
.categoryOuterBox .categoryNav h4 {
  color: #404040;
  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: #e5e5e5;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
  }
  .categoryOuterBox .categoryNav h4:hover {
    cursor: pointer;
  }
}
.categoryOuterBox .categoryNav p {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  margin: 10px 0;
  text-align: left;
  width: 100%;
  font-weight: 300;
  padding-bottom: 5px;
  border-bottom: 1px solid #949494;
}
.categoryOuterBox .categoryNav .filterDropdownHead {
  position: relative;
  cursor: pointer;
  color: #404040;
  font-weight: 500;
  font-size: 14px;
}
.categoryOuterBox .categoryNav .filterDropdownHead.view .fa-circle-plus {
  opacity: 0;
}
.categoryOuterBox .categoryNav .filterDropdownHead.view .fa-circle-minus {
  opacity: 1;
}
.categoryOuterBox .categoryNav .filterDropdownHead .fa-circle-plus {
  opacity: 1;
}
.categoryOuterBox .categoryNav .filterDropdownHead .fa-circle-minus {
  opacity: 0;
}
.categoryOuterBox .categoryNav .filterDropdownHead svg {
  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 #404040;
  font-family: "Open Sans", sans-serif;
  border-radius: 0;
  padding: 5px;
}
.categoryOuterBox .categoryNav .checkListHolder #dimensionRangeForm input:focus {
  outline: none;
  border: 1px solid #748863;
}
.categoryOuterBox .categoryNav .checkListHolder #dimensionRangeForm button {
  background-color: #748863;
  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: "Open Sans", 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: #404040;
}
.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: #cccccc;
  border-radius: 50%;
}
.categoryOuterBox .categoryNav .checkListHolder .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.categoryOuterBox .sortingFilters {
  display: inline-flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 0 20px;
  float: right;
  width: 100%;
}
@media screen and (max-width: 970px) {
  .categoryOuterBox .sortingFilters {
    display: none;
  }
}
.categoryOuterBox .sortingFilters span p {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #404040;
  text-align: left;
  display: inline-block;
  margin: 9px 0 0;
}
.categoryOuterBox .sortingFilters span select {
  border: 1px solid #404040;
  border-radius: 0;
  padding: 5px;
  font-family: "Open Sans", sans-serif;
  margin-left: 5px;
  float: right;
  font-weight: 300;
  font-size: 14px;
}
.categoryOuterBox .sortingFilters span:nth-child(2n) p {
  text-align: right;
}
.categoryOuterBox .categoryContainer {
  width: calc(75% - 24px);
  float: right;
  margin-bottom: 20px;
}
.categoryOuterBox .categoryContainer.searchPage {
  width: 100%;
}
@media screen and (max-width: 970px) {
  .categoryOuterBox .categoryContainer {
    width: 100%;
  }
}
.categoryOuterBox .categoryContainer .loadMoreButton,
.categoryOuterBox .categoryContainer .loadBackButton {
  display: inline-block;
  padding: 15px 10px;
  width: 100%;
  box-sizing: border-box;
  background-color: #000000;
  color: #ffffff;
  font-size: 16px;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.categoryOuterBox .categoryContainer .loadMoreButton img,
.categoryOuterBox .categoryContainer .loadBackButton img {
  max-height: 16px;
}

.productBoxContainer {
  display: inline-flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 30px;
}
@media screen and (max-width: 910px) {
  .productBoxContainer {
    justify-content: space-between;
  }
}
.productBoxContainer .productBox {
  width: calc(33.33% - 20px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-flex;
  flex-direction: column;
  border: 1px solid #e5e5e5;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  margin: 10px;
  padding: 10px 10px 20px 10px;
  position: relative;
}
@media screen and (max-width: 910px) {
  .productBoxContainer .productBox {
    width: calc(50% - 10px);
    margin: 10px 0;
  }
}
.productBoxContainer .productBox:hover {
  z-index: 2;
  cursor: pointer;
}
.productBoxContainer .productBox:hover .secondImage {
  opacity: 1 !important;
}
.productBoxContainer .productBox .flagBubble {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  font-size: 16px;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-family: "Open Sans", sans-serif;
  color: #404040;
  background-color: #e4bc67;
  z-index: 9;
}
.productBoxContainer .productBox .flagBubble.newin {
  background-color: #404040;
  color: #ffffff;
}
.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;
  background-color: #ffffff;
}
.productBoxContainer .productBox .productImg.secondImage {
  margin: calc(-100% - 10px) -10px 10px -10px !important;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.productBoxContainer .productBox h2 {
  margin: 10px auto 5px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  color: #404040;
  font-size: 16px;
  text-align: left;
  width: 100%;
}
.productBoxContainer .productBox h2 small {
  font-family: "Open Sans", sans-serif;
  font-size: 0.9em;
  font-weight: 400;
  letter-spacing: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 13px;
  display: block;
  color: #949494;
  padding: 5px 0;
}
.productBoxContainer .productBox h3 {
  color: #404040;
}
.productBoxContainer .productBox b {
  color: #949494;
}
.productBoxContainer .productBox p {
  font-size: 14px;
  color: #000000;
  margin: 0;
  line-height: 1.3;
  font-weight: 400;
}
.productBoxContainer .productBox h5 {
  font-size: 13px;
  color: #000000;
  margin: 5px auto 0;
  line-height: 1.3;
  font-weight: 400;
  text-align: center;
  width: 100%;
}
.productBoxContainer .productBox .stockLevel {
  display: inline-block;
  margin: 0;
  color: #85c231;
  font-size: 15px;
}
.productBoxContainer .productBox .stockLevel.grey {
  color: #949494;
}
.productBoxContainer .productBox .stockLevel.red {
  color: #dc3545;
}
.productBoxContainer .productBox button {
  background-color: #404040;
  color: #ffffff;
  border-radius: 0;
  border: none;
  padding: 6px 10px;
  font-size: 14px;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  margin: 10px 0 0;
}
.productBoxContainer .rangeBox {
  width: calc(33.333% - 20px);
  -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: center;
  font-family: "Open Sans", sans-serif;
  margin: 10px;
  padding: 10px 10px 20px 10px;
  position: relative;
}
.productBoxContainer .rangeBox.prodType:hover {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.productBoxContainer .rangeBox.prodType .productImg {
  padding-top: 100%;
}
.productBoxContainer .rangeBox.prodType h2 {
  position: absolute;
  top: 10px;
  width: 100%;
  text-align: center;
  font-weight: 700;
  color: #ffffff;
  font-size: 30px;
  -moz-text-shadow: 0 0 6px #333;
  -webkit-text-shadow: 0 0 6px #333;
  text-shadow: 0 0 6px #333;
  letter-spacing: 0;
}
@media screen and (max-width: 910px) {
  .productBoxContainer .rangeBox {
    width: calc(50% - 10px);
    margin: 10px 0;
  }
}
@media screen and (max-width: 700px) {
  .productBoxContainer .rangeBox {
    width: 100%;
    margin: 10px 0;
  }
}
.productBoxContainer .rangeBox:hover {
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  z-index: 2;
  cursor: pointer;
}
.productBoxContainer .rangeBox .productImg {
  padding-top: 80%;
  width: calc(100% + 20px);
  margin: -10px -10px 10px -10px;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.productBoxContainer .rangeBox h2 {
  margin: 10px auto;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #000000;
  font-size: 15px;
  letter-spacing: 1;
}
.productBoxContainer .rangeBox p {
  font-size: 14px;
  color: #000000;
  margin: 0 auto;
  line-height: 1.3;
  font-weight: 400;
}
.productBoxContainer .endLineRow {
  width: 100%;
  background-color: #aeaeae;
  color: #404040;
  padding: 5%;
  margin: 20px 0;
  display: inline-block;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}

.productPageTop {
  background-size: cover;
  background-position: center;
  padding: 100px 0;
  margin: -25px 0 30px;
}
@media screen and (max-width: 870px) {
  .productPageTop {
    padding: 120px 0;
  }
}
.productPageTop.range_image {
  padding: 200px 0;
}
@media screen and (max-width: 870px) {
  .productPageTop.range_image {
    padding: 140px 0;
  }
}
.productPageTop h1 {
  color: #ffffff;
  font-size: 70px;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 4px;
}
@media screen and (max-width: 870px) {
  .productPageTop h1 {
    max-width: 90%;
    margin: 0 auto;
    font-size: 40px;
  }
}
.productPageTop p {
  color: #ffffff;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 4;
  margin: 0 auto 20px;
}

.breadCrumbs {
  padding: 20px 0;
}
.breadCrumbs p {
  text-align: left;
  color: #c7c7c7;
  margin: 0;
  font-size: 14px;
  text-transform: capitalize;
}
.breadCrumbs p svg {
  margin: 0 10px;
}
.breadCrumbs p a {
  color: #949494;
}

.productDetails h1 {
  font-family: "Open Sans", sans-serif;
  color: #404040;
  margin: 20px auto 0;
  font-weight: 400;
  font-size: 2.4em;
}
.productDetails h3 {
  font-family: "Open Sans", sans-serif;
  color: #404040;
  margin: 20px auto 0;
  font-weight: 400;
  font-size: 26px;
}
.productDetails p {
  font-size: 18px;
  margin: 20px auto 40px;
}
.productDetails p .stockLevel {
  color: #7aab1f;
}
.productDetails p .stockLevel.grey {
  color: #949494;
}
.productDetails p .stockLevel.red {
  color: #dc3545;
}

.pageParaIntro {
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.filtersArea {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0 20px;
}
.filtersArea select {
  padding: 5px;
  border-radius: 0;
  border-color: #a1a1a1;
  font-family: "Open Sans", sans-serif;
  min-width: 140px;
}
.filtersArea select:focus {
  outline: none;
}

.categoriesArea {
  display: inline-flex;
  width: 100%;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
.categoriesArea a {
  border: 1px solid #a1a1a1;
  padding: 8px 12px;
  font-family: "Open Sans", sans-serif;
  color: #000000;
  margin-right: 10px;
  margin-bottom: 10px;
}
.categoriesArea a.selected {
  cursor: default;
  background-color: #e5e5e5;
}
.categoriesArea a:hover {
  background-color: #e5e5e5;
}

.productPageLayout {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.productPageLayout.col {
  flex-direction: column;
}
@media screen and (max-width: 800px) {
  .productPageLayout {
    margin-bottom: 40px;
  }
}
.productPageLayout .imageThumbs {
  display: inline-block;
  width: auto;
  margin-bottom: 40px;
  flex-direction: column;
  max-height: 80vh;
  overflow-y: auto;
  overflow-x: hidden;
}
@media screen and (max-width: 800px) {
  .productPageLayout .imageThumbs {
    display: inline-flex;
    flex-direction: row;
    order: 3;
  }
}
.productPageLayout .imageThumbs .thumbnailBox {
  width: 100px;
  height: 100px;
  margin-bottom: 5px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border: 2px solid #e5e5e5;
}
@media screen and (max-width: 700px) {
  .productPageLayout .imageThumbs .thumbnailBox {
    width: 60px;
    height: 60px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
.productPageLayout .imageThumbs .thumbnailBox.selected {
  border: 2px solid #404040;
}
.productPageLayout .imageThumbs .thumbnailBox.selected:hover {
  cursor: default;
}
.productPageLayout .imageThumbs .thumbnailBox:hover {
  cursor: pointer;
  border-color: #404040;
}
.productPageLayout .productImageSlider {
  display: inline-flex;
  width: 100%;
  flex-direction: row;
  max-height: 60vh;
}
@media screen and (max-width: 800px) {
  .productPageLayout .productImageSlider {
    width: 100%;
    flex-direction: column;
  }
}
.productPageLayout .productImageSlider .imageSliderContainer {
  width: calc(100% - 300px);
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .productPageLayout .productImageSlider .imageSliderContainer {
    width: 100%;
  }
}
.productPageLayout .productImageSlider .imageSliderContainer .slider-next-button,
.productPageLayout .productImageSlider .imageSliderContainer .slider-prev-button {
  cursor: pointer;
}
.productPageLayout .productImageSlider .imageSliderContainer .slider-next-button svg,
.productPageLayout .productImageSlider .imageSliderContainer .slider-prev-button svg {
  color: #949494;
  font-size: 24px;
  transition: all 0.3s ease-in-out;
}
.productPageLayout .productImageSlider .imageSliderContainer .slider-next-button svg:hover,
.productPageLayout .productImageSlider .imageSliderContainer .slider-prev-button svg:hover {
  color: #616161;
}
.productPageLayout .productImageSlider .imageSlides {
  width: calc(100% - 100px);
  margin: 0 10px 20px;
  min-height: 500px;
  height: 100%;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 800px) {
  .productPageLayout .productImageSlider .imageSlides {
    width: 100%;
  }
}
.productPageLayout .productImageSlider .imageSlides .imageSlide {
  height: 100%;
  display: inline-flex;
  width: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  cursor: pointer;
}
.productPageLayout .productImageSlider .imageSlides .imageSlide:hover {
  cursor: zoom-in;
}
.productPageLayout .productImageSlider .imageSlides .imageSlide .photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: transform 0.5s ease-out;
}
.productPageLayout .productInformation {
  width: calc(40% - 20px);
  text-align: left;
}
@media screen and (max-width: 700px) {
  .productPageLayout .productInformation {
    width: 100%;
  }
}
.productPageLayout .productInformation .pdfList {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.productPageLayout .productInformation .bottomPadding {
  padding-bottom: 40px;
}
.productPageLayout .productInformation .centeredText {
  text-align: center;
}
.productPageLayout .productInformation .centeredText h3 {
  font-size: 25px;
  color: #525252;
  font-weight: 100;
}
.productPageLayout .productInformation h1 {
  font-weight: 400;
  font-size: 21px;
  letter-spacing: 1;
  text-transform: uppercase;
  color: #404040;
}
.productPageLayout .productInformation h4 {
  margin: 0 0 10px;
  font-weight: 400;
}
.productPageLayout .productInformation p {
  margin-bottom: 30px;
}
.productPageLayout .productInformation .uspContainer {
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
}
.productPageLayout .productInformation .uspContainer span {
  display: inline-flex;
  flex-direction: row;
  width: 32%;
  justify-content: center;
  align-items: center;
}
.productPageLayout .productInformation .uspContainer span svg {
  max-height: 30px;
  margin-right: 5px;
}
.productPageLayout .productInformation .uspContainer span p {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}
.productPageLayout .productInformation .droppableItem {
  display: inline-block;
  width: 100%;
  border-top: 1px solid #949494;
  border-bottom: 1px solid #949494;
}
.productPageLayout .productInformation .droppableItem .droppableHead {
  width: 100%;
  padding: 15px;
  display: inline-flex;
  justify-content: space-between;
  box-sizing: border-box;
  align-items: center;
}
.productPageLayout .productInformation .droppableItem .droppableHead:hover {
  cursor: pointer;
}
.productPageLayout .productInformation .droppableItem .droppableHead h3 {
  margin: 0;
  text-transform: uppercase;
  font-weight: 400;
}
.productPageLayout .productInformation .droppableItem .droppableHead svg.active {
  transform: rotate(180deg);
}
.productPageLayout .productInformation .droppableItem .droppableContent {
  padding: 10px 10px 30px;
  overflow: hidden;
  box-sizing: border-box;
  transition: height 0.3s ease-in-out;
}
.productPageLayout .productInformation .droppableItem .droppableContent.pdfList {
  display: flex;
  flex-direction: column;
}
.productPageLayout .productInformation .droppableItem .droppableContent.bottomPadding {
  padding-bottom: 40px;
}
.productPageLayout .productInformation .droppableItem .droppableContent.hidden {
  height: 0;
  padding: 0;
}
.productPageLayout .productInformation .droppableItem .droppableContent .listItem {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.productPageLayout .productInformation .droppableItem .droppableContent .listItem p {
  margin-bottom: 0;
}
.productPageLayout .productInformation .droppableItem .droppableContent .pdfLink {
  text-decoration: underline;
  clear: both;
  margin-bottom: 10px;
  color: #000000;
}
.productPageLayout .productInformation .droppableItem .droppableContent .pdfLink svg {
  margin-right: 5px;
  text-decoration: none;
  color: #dc3545;
}

.productImageModal {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
}
.productImageModal .modalInner {
  width: 80%;
  height: 80%;
  box-sizing: border-box;
  padding: 20px;
  background-color: #ffffff;
  margin: 0 auto;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.productImageModal .modalInner img {
  max-width: 100%;
  max-height: 100%;
}

.moreLikeThis {
  background-color: #e5e5e5;
  padding: 20px 0;
}
.moreLikeThis h1 {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  margin: 20px auto 30px;
  font-weight: 400;
  font-size: 40px;
  letter-spacing: 1;
}
.moreLikeThis .productBoxContainer .productBox {
  background-color: #ffffff;
}

.moreOfType {
  padding: 20px 0;
}
.moreOfType h1 {
  text-transform: uppercase;
  margin: 20px auto 30px;
  font-weight: 400;
  font-size: 30px;
  letter-spacing: 1;
}

.productSelection {
  padding: 20px 0;
  display: flex !important;
  justify-content: center;
  width: 100% !important;
  max-width: unset !important;
  align-items: center;
  color: #525252;
  font-weight: 500;
}
.productSelection:hover {
  transition: all 0.3s ease-in-out;
  color: #6c6c6c;
}
@media screen and (max-width: 800px) {
  .productSelection {
    display: none !important;
  }
}
.productSelection .selectionOffers {
  margin: 10px;
  font-size: 14px;
  font-weight: 700;
}

.productMeasures {
  display: inline-flex;
  justify-content: center;
  width: 100%;
}
.productMeasures .Measurement {
  display: inline-flex;
  flex-direction: column;
  text-align: center;
  padding: 10px;
  margin: 10px;
  width: 15%;
}
.productMeasures .Measurement .measureHead {
  margin: 0;
  font-weight: 900;
}

.catBtn {
  padding: 10px;
  font-size: 15px;
  font-weight: 400;
  border: 1px solid #ccc;
  margin: 10px 10px 0;
  color: #949494;
}
.catBtn:hover {
  transition: all 0.3s ease-in-out;
  background-color: #f8f8f8;
}
@media screen and (max-width: 500px) {
  .catBtn {
    display: block;
    margin-bottom: 10px;
  }
}

.productPageSliders {
  margin-bottom: 30px;
}
.productPageSliders .sliderOuterBox {
  padding: 20px 0 0;
  border-top: 1px solid #aeaeae;
  border-bottom: 1px solid #aeaeae;
  margin-top: -1px;
}
.productPageSliders .sectionTitle {
  display: block;
}
.productPageSliders .sectionTitle h1 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  margin: 0 auto;
  font-size: 28px;
  color: #404040;
}
.productPageSliders .sectionTitle.reviewTitle {
  margin-bottom: 20px;
}

.paginationContainer {
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 10px;
}
.paginationContainer .paginateButtons {
  display: inline-flex;
}
.paginationContainer .paginateButtons .paginateItem {
  border: 1px solid #949494;
  width: 35px;
  height: 45px;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  color: #404040;
  margin-right: -1px;
}
.paginationContainer .paginateButtons .paginateItem:first-child {
  border-radius: 10px 0 0 10px;
}
.paginationContainer .paginateButtons .paginateItem:last-child {
  border-radius: 0 10px 10px 0;
}
.paginationContainer .paginateButtons .paginateItem.selected {
  background-color: #404040;
  color: #ffffff;
}
.paginationContainer .paginateButtons .paginateItem:hover {
  cursor: pointer;
}

.droppableItem {
  display: inline-block;
  width: 100%;
}
.droppableItem:first-of-type {
  margin-top: 10px;
}
.droppableItem .droppableHead {
  width: 100%;
  padding: 15px 0 0;
  display: inline-flex;
  justify-content: space-between;
  box-sizing: border-box;
  align-items: center;
}
.droppableItem .droppableHead:hover {
  cursor: pointer;
}
.droppableItem .droppableHead h3 {
  margin: 0;
  font-weight: 400;
  text-decoration: none;
  font-size: 15px;
  color: #949494;
}
.droppableItem .droppableHead svg.active {
  transform: rotate(180deg);
}
.droppableItem .droppableContent {
  padding: 10px 0 30px;
  overflow: hidden;
  box-sizing: border-box;
  transition: height 0.3s ease-in-out;
}
.droppableItem .droppableContent.pdfList {
  display: flex;
  flex-direction: column;
}
.droppableItem .droppableContent.hidden {
  height: 0;
  padding: 0;
}
.droppableItem .droppableContent .listItem {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 5px 0;
}
.droppableItem .droppableContent .listItem p {
  margin-bottom: 0;
}
.droppableItem .droppableContent .pdfLink {
  text-decoration: underline;
  clear: both;
  margin-bottom: 10px;
  color: #000000;
}
.droppableItem .droppableContent .pdfLink svg {
  margin-right: 5px;
  text-decoration: none;
  color: #dc3545;
}

.productInfoLayout {
  float: right;
  width: calc(40% - 20px);
  margin: 30px 0 0;
  text-align: left;
}
@media screen and (max-width: 800px) {
  .productInfoLayout {
    width: 100%;
    float: left;
  }
}
.productInfoLayout .flagBubble {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  font-size: 16px;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-family: "Open Sans", sans-serif;
  color: #404040;
  background-color: #e4bc67;
  z-index: 9;
}
.productInfoLayout .flagBubble.newin {
  background-color: #404040;
  color: #ffffff;
}
.productInfoLayout h1 {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 22px;
  color: #404040;
  text-align: left;
  margin: 10px 0 0;
  border-bottom: 2px solid #404040;
  padding-bottom: 20px;
}
.productInfoLayout h1.saleEventStyle {
  color: #ffc107;
}
.productInfoLayout .storeCTA {
  float: right;
  background-color: #52b3e4;
  padding: 5px 2%;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  margin: 15px 0 0;
  font-weight: 600;
}
.productInfoLayout h4 {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #949494;
  text-align: left;
  margin: 10px 0 0;
  clear: both;
}
.productInfoLayout h3 {
  color: #000000;
  font-family: "Open Sans", 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: #404040;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  text-align: left;
  margin: 20px 0 0;
  font-weight: 300;
  line-height: 24px;
}
.productInfoLayout h2 b {
  font-weight: 300;
}
.productInfoLayout h2.saleEventStyle {
  color: #ffffff;
  background-color: #ffc107;
  font-weight: 600;
}
.productInfoLayout h2.saleEventStyle b {
  font-weight: 600;
}
.productInfoLayout h2 small {
  font-size: 14px;
  font-weight: 600;
}
.productInfoLayout .saleCta {
  background-color: #404040;
  padding: 20px;
  width: calc(100% - 40px);
  margin: 10px 0;
}
.productInfoLayout .saleCta.finance {
  background-color: #ffce3a;
}
.productInfoLayout .saleCta.finance p {
  color: #404040;
}
.productInfoLayout .saleCta p {
  color: #ffffff;
  line-height: 1.4;
}
.productInfoLayout .saleCta p a {
  color: #404040;
}
.productInfoLayout .dividerLine {
  height: 1px;
  background-color: #949494;
  width: 100%;
  margin: 20px 0;
  display: inline-block;
}
.productInfoLayout h6 {
  color: #949494;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  margin: 2px auto 10px;
  width: 100%;
}
.productInfoLayout .productDescription {
  text-align: left;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #404040;
  margin: 20px 0;
  display: block;
  line-height: 1.5;
}
.productInfoLayout .productDescription p {
  text-align: left;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #404040;
  display: none;
  margin: 20px 0;
}
.productInfoLayout .productDescription p:first-of-type {
  display: block;
}
.productInfoLayout h5 {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #404040;
  text-align: left;
  margin: 10px 0 5px;
  clear: both;
  text-transform: uppercase;
}
.productInfoLayout p {
  text-align: left;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 0.9em;
  color: #404040;
  margin: 0;
}
.productInfoLayout .stockLevel {
  padding: 5px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0 0;
  background-color: #2C5E1A;
  color: #ffffff;
  font-size: 15px;
}
.productInfoLayout .stockLevel svg {
  margin-right: 3px;
}
.productInfoLayout .stockLevel.grey {
  background-color: #949494;
}
.productInfoLayout .stockLevel.orange {
  background-color: #FF4500;
}
.productInfoLayout .stockLevel.red {
  background-color: #D01110;
}
.productInfoLayout .productActions {
  margin-top: 30px;
}
@media screen and (max-width: 800px) {
  .productInfoLayout .productActions {
    width: 100%;
    order: 4;
  }
}
.productInfoLayout .productActions span,
.productInfoLayout .productActions a {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  border: 2px solid #949494;
  padding: 5px 10px;
  width: auto;
  margin: 0 10px 20px;
  color: #949494;
  box-sizing: border-box;
}
.productInfoLayout .productActions span svg,
.productInfoLayout .productActions a svg {
  margin-right: 10px;
}
.productInfoLayout .productActions span p,
.productInfoLayout .productActions a p {
  text-align: left;
}
.productInfoLayout .productActions .orderBox {
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  border: 2px solid #949494;
  padding: 10px;
  width: 100%;
  margin-bottom: 20px;
  color: #949494;
  box-sizing: border-box;
}
.productInfoLayout .productActions .orderBox b {
  margin: 0;
  text-decoration: line-through;
}
.productInfoLayout .productActions .orderBox h5 {
  font-size: 20px;
  margin: 5px auto;
  text-align: left;
  width: 100%;
  font-size: 24px;
}
.productInfoLayout .productActions .orderBox form {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin: 0;
}
.productInfoLayout .productActions .orderBox form label {
  margin: 10px 0 0;
}
.productInfoLayout .productActions .orderBox form input {
  text-align: center;
  margin: 5px 0;
  border: 1px solid #949494;
  border-radius: 0;
  font-size: 15px;
  padding: 10px;
  box-sizing: border-box;
}
.productInfoLayout .productActions .orderBox form input:focus {
  outline: none;
}
.productInfoLayout .productActions .orderBox form button {
  background-color: #404040;
  color: #ffffff;
  padding: 10px;
  box-sizing: border-box;
  margin: 10px auto 0;
  border: none;
  width: 100%;
  font-family: "Open Sans", sans-serif;
  border-radius: 20px;
}
.productInfoLayout .productStock {
  display: block;
  padding: 5px;
  background-color: #dc3545;
  color: #ffffff;
  font-size: 18px;
}
.productInfoLayout .productCTA {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 30px;
}
.productInfoLayout .productCTA a {
  background-color: #d8d8d8;
  color: #404040;
  width: 34%;
  padding: 10px 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 15px;
  transition: all 0.3s ease-in-out;
}
.productInfoLayout .productCTA a:hover {
  background-color: #949494;
  color: #ffffff;
}
.productInfoLayout .productCTA a:nth-child(2) {
  background-color: #cccccc;
}
.productInfoLayout .productCTA a:nth-child(2):hover {
  background-color: #949494;
  color: #ffffff;
}
.productInfoLayout .leadTimeBox {
  font-family: "Open Sans", sans-serif;
  margin: 20px 0 0;
  color: #404040;
  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: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1em;
  color: #404040;
}
.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: 15px;
  border: 1px solid #949494;
  font-family: "Open Sans", sans-serif;
  color: #404040;
}
.productInfoLayout .inputWrapper select.quantityBox,
.productInfoLayout .inputWrapper input.quantityBox {
  max-width: 120px;
  text-align: center;
  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: #404040;
  pointer-events: none;
}

.categoryFilters .typeFilter {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 5px 8px;
  border-radius: 10px;
  background-color: #e5e5e5;
  color: #404040;
  margin: 0 5px 10px;
}

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

.productImageSlider {
  display: inline-flex;
  width: 60%;
  flex-direction: row;
  max-height: 60vh;
}
@media screen and (max-width: 800px) {
  .productImageSlider {
    width: 100%;
    flex-direction: column;
    max-height: unset;
  }
}
.productImageSlider .imageSliderContainer {
  width: calc(100% - 100px);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.productImageSlider .imageSliderContainer .imageViewBtn {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 5px;
  background-color: rgba(255, 255, 255, 0.4392156863);
  font-size: 13px;
}
@media screen and (max-width: 800px) {
  .productImageSlider .imageSliderContainer {
    width: 100%;
  }
}
.productImageSlider .imageSliderContainer .slider-next-button,
.productImageSlider .imageSliderContainer .slider-prev-button {
  cursor: pointer;
}
.productImageSlider .imageSliderContainer .slider-next-button svg,
.productImageSlider .imageSliderContainer .slider-prev-button svg {
  color: #949494;
  font-size: 24px;
  transition: all 0.3s ease-in-out;
}
.productImageSlider .imageSliderContainer .slider-next-button svg:hover,
.productImageSlider .imageSliderContainer .slider-prev-button svg:hover {
  color: #616161;
}
.productImageSlider .imageSlides {
  width: calc(100% - 100px);
  margin: 0 10px 20px;
  min-height: 500px;
  height: 100%;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 800px) {
  .productImageSlider .imageSlides {
    width: 100%;
    min-height: 50vh;
  }
}
.productImageSlider .imageSlides .imageSlide {
  height: 100%;
  display: inline-flex;
  width: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
}
.productImageSlider .imageSlides .imageSlide:hover {
  cursor: zoom-in;
}
.productImageSlider .imageSlides .imageSlide .photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: transform 0.5s ease-out;
}
.productImageSlider .imageThumbs {
  display: inline-block;
  width: auto;
  margin-bottom: 40px;
  flex-direction: column;
  max-height: 80vh;
  overflow-y: auto;
  overflow-x: hidden;
}
@media screen and (max-width: 800px) {
  .productImageSlider .imageThumbs {
    display: inline-flex;
    flex-direction: row;
    order: 3;
    margin-bottom: 0;
  }
}
.productImageSlider .imageThumbs .thumbnailBox {
  width: 100px;
  height: 100px;
  margin-bottom: 5px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border: 2px solid #e5e5e5;
}
@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 #404040;
}
.productImageSlider .imageThumbs .thumbnailBox.selected:hover {
  cursor: default;
}
.productImageSlider .imageThumbs .thumbnailBox:hover {
  cursor: pointer;
  border-color: #404040;
}
.productImageSlider .productKeyPoints {
  width: 200px;
}
@media screen and (max-width: 800px) {
  .productImageSlider .productKeyPoints {
    width: 100%;
    order: 4;
  }
}
.productImageSlider .productKeyPoints span, .productImageSlider .productKeyPoints a {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  border: 2px solid #949494;
  padding: 5px 10px;
  width: 100%;
  margin-bottom: 20px;
  color: #949494;
  box-sizing: border-box;
}
@media screen and (max-width: 800px) {
  .productImageSlider .productKeyPoints span, .productImageSlider .productKeyPoints a {
    width: 49%;
  }
}
.productImageSlider .productKeyPoints span svg, .productImageSlider .productKeyPoints a svg {
  margin-right: 10px;
}
.productImageSlider .productKeyPoints span p, .productImageSlider .productKeyPoints a p {
  text-align: left;
}
.productImageSlider .productKeyPoints .orderBox {
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  border: 2px solid #949494;
  padding: 10px;
  width: 100%;
  margin-bottom: 20px;
  color: #949494;
  box-sizing: border-box;
}
.productImageSlider .productKeyPoints .orderBox b {
  margin: 0;
  text-decoration: line-through;
}
.productImageSlider .productKeyPoints .orderBox h5 {
  font-size: 20px;
  margin: 5px auto;
}
.productImageSlider .productKeyPoints .orderBox form {
  display: inline-flex;
  flex-direction: column;
  width: 100%;
  margin: 0;
}
.productImageSlider .productKeyPoints .orderBox form label {
  margin: 10px 0 0;
}
.productImageSlider .productKeyPoints .orderBox form input {
  text-align: center;
  margin: 5px 0;
  border: 1px solid #949494;
  border-radius: 0;
  font-size: 15px;
  padding: 10px;
  box-sizing: border-box;
}
.productImageSlider .productKeyPoints .orderBox form input:focus {
  outline: none;
}
.productImageSlider .productKeyPoints .orderBox form button {
  background-color: #748863;
  color: #ffffff;
  padding: 10px;
  box-sizing: border-box;
  margin: 10px auto 0;
  border: none;
  width: 100%;
}

.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 #748863;
}

.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: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  height: 100vh;
  overflow-y: hidden;
  display: none;
}
.imageModal .innerContainer {
  max-width: none !important;
}
.imageModal .innerContainer img {
  max-width: 90vw;
  max-height: 90vh;
  margin-top: 5vh;
}
.imageModal.visible {
  display: block;
  z-index: 9999999999999;
}
.imageModal svg {
  position: relative;
  right: 2%;
  top: 2%;
  font-size: 20px;
  float: right;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.imageModal svg:hover {
  color: #404040;
  cursor: pointer;
}

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

.imageModal {
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  height: 100vh;
  overflow-y: hidden;
  display: none;
}
.imageModal .innerContainer img {
  max-width: 90vw;
  max-height: 90vh;
  margin-top: 5vh;
}
.imageModal.visible {
  display: block;
}
.imageModal svg {
  position: relative;
  right: 2%;
  top: 2%;
  font-size: 20px;
  float: right;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.imageModal svg:hover {
  color: #404040;
  cursor: pointer;
}

.contentCopy {
  font-family: "Open Sans", sans-serif;
  margin-bottom: 40px;
}
.contentCopy h2 {
  font-size: 30px;
  color: #404040;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
}
.contentCopy h3 {
  font-size: 26px;
  font-weight: 400;
}
.contentCopy p {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
}
.contentCopy img {
  max-width: 100%;
  margin: 20px 0;
}
.contentCopy ul {
  color: #525252;
}
.contentCopy ol {
  padding-inline-start: 10px;
  line-height: 1.8;
  counter-reset: item;
}
.contentCopy ol lsvg {
  display: block;
  margin-bottom: 10px;
}
.contentCopy ol lsvg:before {
  content: counters(item, ".") ". ";
  counter-increment: item;
}
.contentCopy ol p {
  margin-inline-start: 10px;
}
.contentCopy a {
  color: #000000;
  text-decoration: underline;
}
.contentCopy .smallColumn {
  width: 80%;
  margin: 0 auto;
  text-align: left;
}
@media screen and (max-width: 700px) {
  .contentCopy .smallColumn {
    width: 90%;
  }
}
.contentCopy .smallColumn.central {
  text-align: center;
}

.teamUserGrid {
  margin-bottom: 40px;
}
.teamUserGrid .teamMemberBox {
  margin: 10px 2% 20px;
  text-align: center;
  position: relative;
  font-family: "Open Sans", sans-serif;
  display: inline-block;
  max-width: 25%;
  width: 300px;
  vertical-align: top;
}
@media screen and (max-width: 700px) {
  .teamUserGrid .teamMemberBox {
    max-width: 50%;
  }
}
.teamUserGrid .teamMemberBox .usrImgBox {
  max-width: 100%;
  height: 200px;
  width: 200px;
  display: inline-block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
}
.teamUserGrid .teamMemberBox h2 {
  font-size: 18px;
  font-weight: 400;
  margin: 10px auto 5px;
  color: #000000;
  line-height: 1.2;
}
.teamUserGrid .teamMemberBox p {
  font-size: 15px;
  font-weight: 400;
  margin: 0 auto 5px;
  color: #949494;
}
.teamUserGrid .teamMemberBox p.red {
  color: #dc3545;
}
.teamUserGrid .teamMemberBox .start_chat {
  padding: 5px 10px;
  background-color: #404040;
  display: inline-block;
  font-size: 14px;
  color: #000000;
  margin: 3px auto 20px;
}
.teamUserGrid .teamMemberBox .start_chat:hover {
  cursor: pointer;
}

.trioInfoCont {
  display: flex;
}
.trioInfoCont .trioInfoBox {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .trioInfoCont .trioInfoBox {
    flex-direction: column;
  }
}
.trioInfoCont .trioInfoBox .trioBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(33% - 15px);
}
@media screen and (max-width: 900px) {
  .trioInfoCont .trioInfoBox .trioBox {
    width: 100%;
    box-sizing: border-box;
  }
}
.trioInfoCont .trioInfoBox .trioBox svg {
  font-size: 30px;
  color: #949494;
  margin: 20px auto 0;
}
.trioInfoCont .trioInfoBox .trioBox .trioA {
  margin: 3px 0;
  text-decoration: none !important;
  cursor: unset;
  text-align: center;
}
.trioInfoCont .trioInfoBox .trioBox .trioA:first-of-type {
  font-weight: 900;
}
.trioInfoCont .trioInfoBox .trioBox .trioA.noBold {
  font-weight: unset;
}

.duoInfoCont {
  display: flex;
}
.duoInfoCont .duoInfoBox {
  display: flex;
  justify-content: space-between;
  width: 100%;
  box-sizing: border-box;
  gap: 40px;
}
@media screen and (max-width: 900px) {
  .duoInfoCont .duoInfoBox {
    flex-direction: column;
  }
}
.duoInfoCont .duoInfoBox .duoBox {
  text-align: left;
  padding: 0;
  width: 50%;
}
.duoInfoCont .duoInfoBox .duoBox.small {
  width: 30%;
}
.duoInfoCont .duoInfoBox .duoBox.wide {
  width: 70%;
}
@media screen and (max-width: 900px) {
  .duoInfoCont .duoInfoBox .duoBox {
    width: 100%;
    box-sizing: border-box;
  }
}
.duoInfoCont .duoInfoBox .duoBox h4 {
  margin: 20px 0 0;
  font-family: "Open Sans", sans-serif;
  color: #404040;
}
.duoInfoCont .duoInfoBox .duoBox h3 {
  font-weight: 400;
}
.duoInfoCont .duoInfoBox .duoBox p {
  font-weight: 400;
}

.portfolioImages img {
  margin: 0 10px 20px;
  max-width: calc(100% - 20px);
  max-height: calc(100vh - 200px);
}

.contractPortfolio {
  background-color: #e5e5e5;
  margin: 10px 0;
}
.contractPortfolio .imageBox {
  width: 50%;
  position: absolute;
  left: 0;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 800px) {
  .contractPortfolio .imageBox {
    width: 100%;
    position: relative;
    height: 40vh;
  }
}
.contractPortfolio .imageBox.left {
  right: 0;
  left: unset;
}
.contractPortfolio .textBox {
  width: calc(50% - 40px);
  margin: 0 20px;
  padding: 150px 30px;
  box-sizing: border-box;
  text-align: left;
}
@media screen and (max-width: 800px) {
  .contractPortfolio .textBox {
    width: 100%;
    padding: 30px;
    margin: 0;
  }
}
.contractPortfolio .textBox.smallPadding {
  padding: 50px 30px;
}
.contractPortfolio .textBox.right {
  float: right;
}
.contractPortfolio .textBox.left {
  float: left;
}
.contractPortfolio .textBox h2 {
  color: #404040;
  font-weight: 400;
  font-size: 30px;
  margin: 0 0 20px;
}
.contractPortfolio .textBox .fleetImage {
  max-width: 32%;
}
.contractPortfolio .textBox p {
  color: #404040;
  line-height: 1.5;
}
.contractPortfolio .textBox .blackBtn {
  padding: 10px 20px;
  border: 2px solid #404040;
  color: #404040;
  margin: 10px 0 0;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
.contractPortfolio .textBox .blackBtn:hover {
  background-color: #404040;
  color: #e5e5e5;
}

.paymentsTiles {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 30px 4%;
  margin: 50px 0;
}
.paymentsTiles .payMethod {
  width: 30%;
}
.paymentsTiles .payMethod img {
  height: 60px;
  margin: 0 auto 20px;
}
.paymentsTiles .payMethod h3 {
  color: #404040;
}
.paymentsTiles .payMethod p {
  line-height: 1.5;
  font-size: 0.9em;
}

.stockistContainer {
  margin: 40px 0;
}

.storelocator-panel {
  border: 1px solid #ccc;
  overflow: auto;
}
@media screen and (max-width: 750px) {
  .storelocator-panel {
    width: 100% !important;
    max-height: 300px !important;
    display: inline-block;
  }
}

@media screen and (max-width: 750px) {
  #map-canvas {
    width: 100% !important;
    display: inline-block !important;
    margin-top: 20px;
  }
}
#map-canvas .store {
  background-color: #ffffff;
  padding: 0;
}
#map-canvas .store .title {
  font-size: 15px;
}

.storelocator-panel .store-list {
  margin: 0;
  padding: 0;
}

.storelocator-panel .store-list li,
.storelocator-panel .directions-panel {
  padding: 5px 2.5%;
}

.storelocator-panel .directions-panel {
  font-size: 0.8em;
}

.storelocator-panel .store-list li.store:hover {
  cursor: pointer;
  background: #eee;
}

.storelocator-panel .store-list li.highlighted,
.storelocator-panel .store-list li.highlighted:hover {
  background: #404040;
}

.storelocator-panel .directions {
  display: none;
}

.storelocator-panel .location-search {
  padding: 5px;
}
.storelocator-panel .location-search h4 {
  font-family: "Open Sans", sans-serif;
  color: #949494;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.8em;
  margin: 0 0 5px 5px;
  padding: 0;
  text-align: left;
  display: none;
}
.storelocator-panel .location-search input {
  width: 93%;
  padding: 5px;
  font-size: 12px;
  display: inline-block;
  margin: 5px 0 0;
}
@media screen and (max-width: 750px) {
  .storelocator-panel .location-search input {
    float: left;
    margin-left: 1%;
  }
}
.storelocator-panel .location-search input:focus {
  outline: none;
}

.storelocator-panel .store-list .no-stores {
  color: grey;
  background-color: #e5e5e5;
  font-size: 12px;
  display: inline-block;
}

.storelocator-panel .store .features {
  display: none;
}

.storelocator-panel .feature-filter {
  overflow: hidden;
}

.storelocator-panel .feature-filter label {
  display: block;
  font-size: 0.8em;
  margin: 0 0.4em;
  float: left;
}

lsvg.store {
  border-bottom: 1px solid #000000;
}
lsvg.store:last-child {
  border: none;
}

.store {
  text-align: left;
  font-family: "Open Sans", sans-serif;
  overflow: hidden;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  background-color: #f2f2f2;
  padding: 20px;
  box-sizing: border-box;
}
.store a.action {
  color: #000000;
}
.store a.directions {
  display: none;
}
.store.address {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}

.store .title {
  font-family: "Open Sans", sans-serif;
  color: #404040;
  font-weight: 300;
  letter-spacing: 0.8;
  font-size: 20px;
}

.store .address,
.store .phone,
.store .web,
.store .misc {
  font-size: 15px;
  margin-top: 0.2em;
  margin-bottom: 0.5em;
  display: block;
  line-height: 1.5;
}

.store .features {
  overflow: hidden;
  color: grey;
  margin: 0;
  padding: 0;
  font-size: 70%;
  max-width: 250px;
}

.store .features lsvg {
  display: inline;
  float: left;
  padding-right: 0.8em;
}

.store .web a {
  color: green;
}

.store .action {
  font-size: 0.8em;
  color: green;
  margin-right: 0.5em;
}

.retailersDropdownOuter {
  background-color: #e5e5e5;
  margin-bottom: 30px;
  padding: 30px 0;
}
.retailersDropdownOuter h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  margin: 0 auto;
  text-transform: uppercase;
}
.retailersDropdownOuter select {
  margin: 10px auto 0;
  padding: 5px;
  border-radius: 0;
  border: 1px solid #404040;
  min-width: 300px;
  font-family: "Open Sans", sans-serif;
}
.retailersDropdownOuter select:focus {
  outline: none;
}

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

.cartLeftColumn {
  width: calc(70% - 30px);
  display: inline-flex;
  flex-direction: column;
}
@media screen and (max-width: 970px) {
  .cartLeftColumn {
    width: 100%;
  }
}

.cartRightColumn {
  width: 30%;
  background-color: #e5e5e5;
  padding: 0;
  box-sizing: border-box;
  text-align: left;
  margin-bottom: 30px;
}
@media screen and (max-width: 970px) {
  .cartRightColumn {
    width: 100%;
  }
}
.cartRightColumn .checkoutTypeSelect {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cartRightColumn .checkoutTypeSelect a {
  width: 50%;
  color: #ffffff;
  background-color: #404040;
  box-sizing: border-box;
  padding: 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cartRightColumn .checkoutTypeSelect a:hover {
  background-color: #748863;
  cursor: pointer;
}
.cartRightColumn .checkoutTypeSelect a svg {
  display: none;
}
.cartRightColumn .checkoutTypeSelect a.selected {
  background-color: #e5e5e5;
  color: #404040;
}
.cartRightColumn .checkoutTypeSelect a.selected:hover {
  background-color: #e5e5e5;
  cursor: default;
}
.cartRightColumn .checkoutTypeSelect a.selected svg {
  display: block;
  margin-right: 5px;
}
.cartRightColumn #checkout_area {
  padding: 20px;
}
.cartRightColumn h3 {
  margin: 10px 0 20px;
}
.cartRightColumn p {
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
}
.cartRightColumn .cartSubmit {
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  width: 100%;
}
.cartRightColumn .cartSubmit .cartSubmitOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
}
.cartRightColumn .cartSubmit .cartSubmitOverlay img {
  width: 50%;
}
.cartRightColumn .cartSubmit label {
  margin: 10px 0 5px;
  font-size: 14px;
  font-weight: 400;
}
.cartRightColumn .cartSubmit input, .cartRightColumn .cartSubmit select {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
}
.cartRightColumn .cartSubmit input:focus, .cartRightColumn .cartSubmit select:focus {
  outline: none;
}
.cartRightColumn .cartSubmit .cartButtons {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.cartRightColumn .cartSubmit button, .cartRightColumn .cartSubmit .picklistSubmit {
  background-color: #404040;
  font-family: "Open Sans", sans-serif;
  color: #ffffff;
  font-size: 15px;
  margin: 20px 0 0;
  border: none;
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 8px 12px;
  width: auto;
  cursor: pointer;
  flex-direction: unset;
}
.cartRightColumn .cartSubmit button c, .cartRightColumn .cartSubmit .picklistSubmit c {
  display: inline-flex;
  margin: 0 0 3px;
  justify-content: center;
  align-items: center;
  gap: 0;
}
.cartRightColumn .cartSubmit button.cardPayButton, .cartRightColumn .cartSubmit .picklistSubmit.cardPayButton {
  background-color: #25D366;
  width: 100%;
  padding: 10px;
  flex-direction: column;
}
.cartRightColumn .cartSubmit button b, .cartRightColumn .cartSubmit .picklistSubmit b {
  margin-right: 5px;
}
.cartRightColumn .cartSubmit span {
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  background-color: white;
  border: 1px sold #949494;
  padding: 10px;
  box-sizing: border-box;
  margin: 10px 0;
}
.cartRightColumn .cartSubmit span p {
  font-size: 15px;
  font-weight: 600;
  margin: 10px 0 0;
  width: 100%;
  padding-bottom: 2px;
  border-bottom: 1px solid #404040;
}
.cartRightColumn .cartSubmit span p:first-of-type {
  margin: 0;
}
.cartRightColumn .cartSubmit span h5 {
  margin: 10px 0 0;
}
.cartRightColumn .cartSubmit span h5 a {
  color: #404040;
}
.cartRightColumn .cartSubmit .orderTerms {
  display: inline-flex;
  width: 100%;
  margin: 5px 0;
  align-items: center;
  justify-content: flex-start;
}
.cartRightColumn .cartSubmit .orderTerms input {
  display: inline-block;
  max-width: 20px;
}
.cartRightColumn .cartSubmit .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: 400;
  line-height: 1.4;
}
.cartRightColumn .cartSubmit .orderTerms p a {
  padding: 0;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  background: none;
  text-transform: none;
  display: inline;
  float: none;
}
.cartRightColumn .cartSubmit .delAddressArea {
  background-color: #ffffff;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
}
.cartRightColumn .cartSubmit .delAddressArea.hidden {
  display: none;
}
.cartRightColumn .cartSubmit .delAddressArea span {
  padding: 0;
}
.cartRightColumn .cartSubmit .delAddressArea label {
  margin: 10px 0 5px;
  display: block;
}

.productsAdded {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.productsAdded .contactInfo {
  display: inline-flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: #e5e5e5;
  padding: 5px 10px;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  margin-top: -10px;
}
.productsAdded .contactInfo h3 {
  margin: 0;
  font-size: 18px;
}
.productsAdded .contactInfo p {
  margin: 10px 0 0;
}
.productsAdded .contactInfo a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  box-sizing: border-box;
  background-color: #6f42c1;
  color: #ffffff;
  margin: 5px 0;
  text-align: center;
}
.productsAdded .contactInfo a b {
  font-weight: 400;
}
@media screen and (max-width: 970px) {
  .productsAdded .contactInfo a b {
    display: none;
  }
}
.productsAdded .contactInfo a svg {
  font-size: 18px;
  margin-right: 6px;
}
@media screen and (max-width: 970px) {
  .productsAdded .contactInfo a svg {
    margin: 0;
  }
}
.productsAdded .contactInfo a.waBtn {
  background-color: #25D366;
}
.productsAdded.orderProcessView {
  margin-bottom: 50px;
}
.productsAdded h1 {
  text-align: left;
  font-size: 40px;
  color: #000000;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}
.productsAdded h2 {
  background-color: #949494;
  color: #ffffff;
  text-align: left;
  padding: 10px;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: 400;
}
.productsAdded p {
  text-align: left;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}
.productsAdded .productAddedRow {
  background-color: #ffffff;
  border: 2px solid #cccccc;
  font-family: "Open Sans", 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: #000000;
}
.productsAdded .productAddedRow .productDetails h1 {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  color: #000000;
}
.productsAdded .productAddedRow .productDetails h3 {
  color: #404040;
  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: 400;
}
.productsAdded .productAddedRow .productDetails p b {
  font-weight: 600;
  line-height: 20px;
}
.productsAdded .productAddedRow .productDetails h5 {
  margin: 10px 0 0;
}
.productsAdded .productAddedRow .productDetails .stockLevel {
  padding: 2px 4px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 5px 0 0;
  background-color: #2C5E1A;
  color: #ffffff;
  font-size: 12px;
  margin-right: 4px;
}
.productsAdded .productAddedRow .productDetails .stockLevel svg {
  margin-right: 3px;
}
.productsAdded .productAddedRow .productDetails .stockLevel.grey {
  background-color: #949494;
}
.productsAdded .productAddedRow .productDetails .stockLevel.orange {
  background-color: #FF4500;
}
.productsAdded .productAddedRow .productDetails .stockLevel.red {
  background-color: #D01110;
}
.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;
  font-family: "Open Sans", sans-serif;
}
@media screen and (max-width: 600px) {
  .productsAdded .productAddedRow .quantityBox input {
    padding: 5px 2px;
  }
}
.productsAdded .productAddedRow .quantityBox form {
  margin: 5px 0 0;
  display: inline-block;
}
.productsAdded .productAddedRow .quantityBox form button {
  background: none;
  border: none;
  color: #000000;
  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: #404040;
  padding: 5px 15px;
  display: inline-block;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
}
@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: #949494;
  margin-top: 6px;
}

.cartTotals {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
  position: relative;
}
.cartTotals p {
  text-align: left;
  line-height: 1.5;
}
.cartTotals p a {
  color: #17a2b8;
  text-decoration: underline;
}
.cartTotals .cartTotalBox {
  width: 100%;
  display: flex;
  background-color: #d8d8d8;
  color: #404040;
  font-family: "Open Sans", sans-serif;
  margin: 5px 0;
}
.cartTotals .cartTotalBox.total {
  background-color: #cccccc;
}
.cartTotals .cartTotalBox.total h2 {
  padding: 20px 10px !important;
}
.cartTotals .cartTotalBox.total h1 {
  padding: 20px 10px !important;
}
.cartTotals .cartTotalBox.ifcCta {
  background-color: #ffdb6d;
}
.cartTotals .cartTotalBox.ifcCta h6 {
  color: #a07800 !important;
  padding: 14px !important;
  font-size: 15px;
  font-weight: 400;
  margin: 0;
}
.cartTotals .cartTotalBox.discount {
  background-color: #6f42c1;
}
.cartTotals .cartTotalBox.discount h2,
.cartTotals .cartTotalBox.discount h1 {
  color: #404040 !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: "Open Sans", 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: "Open Sans", sans-serif !important;
  color: #404040;
}
.cartTotals h6 {
  color: #949494;
  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: "Open Sans", sans-serif;
  font-weight: 600;
  vertical-align: top;
  margin: 10px 0 0;
  font-size: 13px;
  color: #404040;
  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: #404040;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  background-color: #fae3e5;
  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: #6f42c1;
  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: #424d38;
}
.cartTotals .leadTimeBox .prevBtn {
  background-color: #404040;
  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: #272727;
}

.errorMessage {
  background-color: #eb8c95;
  color: #921925;
  border: 2px solid #dc3545;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  margin: 10px 0;
  display: inline-block;
}

.cardPaymentBox {
  display: inline-flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  flex-direction: column;
  border: 2px solid #000000;
  margin-bottom: 20px;
}
.cardPaymentBox h4 {
  background-color: #6f42c1;
  color: #ffffff;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  text-align: left;
  margin: 0 0 10px;
}
.cardPaymentBox h4 svg {
  font-size: 12px;
}
.cardPaymentBox .formBox {
  padding: 0 10px;
  box-sizing: border-box;
}
.cardPaymentBox .formBox input {
  border: 1px solid #404040 !important;
  border-radius: 0;
}
.cardPaymentBox .formBox input:focus {
  border-color: #000000;
}
.cardPaymentBox .formBox .inputWrapper .cardInput {
  border: 1px solid #404040 !important;
  border-radius: 0;
}
.cardPaymentBox .formBox .inputWrapper .cardInput:focus {
  border-color: #000000 !important;
}
.cardPaymentBox .submitCardBtn {
  margin: 0;
  width: 100%;
  max-width: 100%;
  background-color: #6f42c1;
  border: none;
  outline: none;
  padding: 10px 0;
  font-family: "Open Sans", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  margin: 10px 0 0;
  font-weight: 600;
}

.paymentDivide {
  display: inline-block;
  width: 100%;
  margin: 10px 0 30px;
  background-color: #949494;
  height: 1px;
  overflow: visible;
}
.paymentDivide p {
  background-color: #ffffff;
  margin: -8px auto 0;
  display: inline-block;
  padding: 0 10px;
}

.orderSubmitForm {
  font-family: "Open Sans", sans-serif;
}
.orderSubmitForm h1 {
  font-size: 30px;
  color: #000000;
  font-weight: 400;
  margin: 30px 0 20px;
  text-align: left;
  font-family: "Open Sans", sans-serif;
}
.orderSubmitForm .nextStageForm {
  width: calc(100% - 42px);
  padding: 20px;
  border: 2px solid #cccccc;
  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: "Open Sans", sans-serif;
}
.orderSubmitForm .nextStageForm .nextStageBox h2 {
  font-size: 24px;
  font-family: "Open Sans", sans-serif;
  margin: 0;
  font-weight: 400;
  color: #000000;
}
.orderSubmitForm .nextStageForm .nextStageBox p {
  margin: 10px 0;
  font-size: 15px;
  color: #404040;
  font-weight: 400;
}
.orderSubmitForm .nextStageForm .nextStageBox p a {
  color: #000000;
}
.orderSubmitForm .nextStageForm .nextStageBox input {
  display: block;
  margin: 20px 0 10px;
  padding: 8px;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  width: 80%;
  border: 1px solid #949494;
}
.orderSubmitForm .nextStageForm .nextStageBox input:focus {
  outline: none;
  border: 1px solid #dc3545;
}
.orderSubmitForm .nextStageForm .nextStageBox button {
  background-color: #d8d8d8;
  color: #404040;
  border: none;
  outline: none;
  padding: 10px 16px;
  transition: all 0.5s ease-in-out;
  font-family: "Open Sans", sans-serif;
}
.orderSubmitForm .nextStageForm .nextStageBox button:hover {
  color: #ffffff;
  background-color: #949494;
}
.orderSubmitForm .nextStageForm .nextStageBox .codeValidate {
  font-size: 12px;
  color: #000000;
  background-color: #f3b7bd;
  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 #949494;
}
.orderSubmitForm .nextStageForm .nextStageBox .nextStageContainer .inputRadioWrapper.disabled {
  background-color: #e5e5e5;
}
.orderSubmitForm .nextStageForm .nextStageBox .nextStageContainer .inputRadioWrapper.disabled label {
  color: #949494;
}
.orderSubmitForm .nextStageForm .nextStageBox .nextStageContainer .inputRadioWrapper h6 {
  font-weight: 400;
  margin: 10px 0 0;
}
.orderSubmitForm .nextStageForm .nextStageBox .nextStageContainer .inputRadioWrapper h6 a {
  color: #949494;
}
.orderSubmitForm .nextStageForm .nextStageBox .nextStageContainer .paymentTypes {
  display: block;
  position: relative;
  clear: both;
}
.orderSubmitForm .nextStageForm .nextStageBox .nextStageContainer .paymentTypes p {
  font-size: 12px;
  color: #949494;
  margin: 0;
  line-height: 20px;
}
.orderSubmitForm .nextStageForm .nextStageBox .nextStageContainer .paymentTypes p svg {
  font-size: 26px;
  color: #404040;
  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: #e5e5e5;
}
.orderSubmitForm .nextStageForm .nextStageBox .nextStageContainer form button.submitBtn {
  background-color: #6f42c1;
  color: #ffffff;
  padding: 10px 15px;
  font-size: 15px;
  border: none;
}
.orderSubmitForm .nextStageForm .nextStageBox .nextStageContainer form button.submitBtn:hover {
  color: #ffffff;
  background-color: #5b6a4e;
}
.orderSubmitForm .nextStageForm .nextStageBox .nextStageContainer form button:hover {
  color: #404040;
  background-color: #d8d8d8;
}
.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: #404040;
}
.orderSubmitForm .nextStageForm .nextStageBox .nextStageContainer label small {
  color: #949494;
}
.orderSubmitForm .nextStageForm .nextStageBox .nextStageContainer label small a {
  color: #949494;
}
.orderSubmitForm .nextStageForm .submitBtn {
  background-color: #6f42c1;
  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: "Open Sans", 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: #424d38;
}
.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 #949494;
  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: #7b7b7b;
  background-color: #e5e5e5;
  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: #7b7b7b;
  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: #6f42c1;
  color: #ffffff;
  border-color: #000000;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitSteps .orderSubmitStep.active div {
  background-color: #ffffff;
  color: #000000;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitSteps .orderSubmitStep.active:hover {
  cursor: default;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitSteps .orderSubmitStep.past {
  background-color: #6f42c1;
  color: #ffffff;
  border-color: #000000;
  opacity: 0.5;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitSteps .orderSubmitStep.past div {
  background-color: #ffffff;
  color: #000000;
}
.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: #ffce3a;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .returnCustomerMsg {
  margin: 20px auto -10px;
  padding: 10px 0;
  background-color: #8ea17d;
}
.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: #000000;
  font-size: 15px;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox.checkoutStage p {
  font-size: 18px;
  text-align: left;
  color: #404040;
  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 #949494;
}
@media screen and (max-width: 800px) {
  .orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .columnLayout {
    width: calc(100% - 42px);
  }
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .columnLayout input {
  border: 1px solid #404040;
  font-weight: 400;
  padding: 10px;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  color: #404040;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .columnLayout input:disabled {
  background-color: #aeaeae;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .columnLayout input:disabled:hover {
  cursor: not-allowed;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .columnLayout input:focus {
  outline: none;
  border: 1px solid #dc3545;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .columnLayout h2 {
  margin-top: 0;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .columnLayout.guestBox {
  background-color: #f6f6f6;
  justify-content: center;
  align-items: center;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .columnLayout .emailSubmitButton,
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .columnLayout .generalSubmitButton,
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .columnLayout .pinSubmitButton {
  float: left;
  padding: 10px 20px;
  background-color: #6f42c1;
  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: #e5e5e5;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .columnLayout:nth-of-type(2n) {
  float: right;
}
.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: #e5e5e5;
  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 .orderTypeNotice {
  width: 96%;
  padding: 10px 2%;
  display: inline-block;
  margin: 20px 0 0;
  text-align: left;
  background-color: #737373;
}
.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: #e5e5e5;
  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: #6f42c1;
  color: #ffffff;
  font-size: 15px;
  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: #bd2130;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .formBox .customerDiscountWrapper p {
  background-color: rgba(220, 53, 69, 0.5);
  color: #000000;
  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: #e5e5e5;
}
@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: #000000;
  font-weight: 400;
  margin: 0 0 20px;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .formBox .customerInfoWrapper p {
  font-weight: 400;
  color: #404040;
  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: #404040;
  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: #000000;
  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 #404040;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .formBox .discountCodeBox button {
  width: 80px;
  border: none;
  background-color: #6f42c1;
  color: #ffffff;
  font-family: "Open Sans", 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: #a7b69b;
  color: #5b6a4e;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .formBox .discountCodeBox p.discountError {
  background-color: #eb8c95;
  color: #bd2130;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .formBox .discountCodeBox p.codesApplied {
  line-height: 1.4;
  background-color: #ffc107;
  color: #404040;
}
.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: #000000;
  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: #6f42c1;
  color: #ffffff;
  border: none;
  border-radius: 0;
  font-family: "Open Sans", 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: "Open Sans", sans-serif;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .formBox .postcodeLookupForm select.validation {
  background-color: #f3b7bd;
  border: 2px #dc3545 solid;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .formBox .postcodeLookupForm select.validation:focus {
  outline: none;
  border: 2px #dc3545 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: #000000;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .productsAdded p {
  text-align: left;
  font-family: "Open Sans", sans-serif;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .productsAdded .productAddedRow {
  background-color: #ffffff;
  border: 2px solid #949494;
  font-family: "Open Sans", 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: #000000;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .productsAdded .productAddedRow .productRight h1 {
  font-size: 20px;
  font-weight: 600;
  margin: 2% 0 0;
  color: #000000;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .productsAdded .productAddedRow .productRight h3 {
  color: #404040;
  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: #666666;
  padding: 5px 5% 5px 5px;
  display: inline-block;
  text-align: left;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
}
.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: #000000;
  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: #404040;
  font-weight: 400;
  margin: 30px 0 10px;
  text-align: left;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .validationMessage {
  border: 2px solid #dc3545;
  background-color: #eb8c95;
  color: #bd2130;
  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 #dc3545;
  background-color: #eb8c95;
  color: #bd2130;
  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: 400;
  padding: 10px;
  font-size: 14px;
  border: 1px solid #404040;
  font-family: "Open Sans", 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: #f3b7bd;
  border: 2px #dc3545 solid;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .selectBoxHolder select.validation:focus {
  outline: none;
  border: 2px #dc3545 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 #404040;
  font-weight: 400;
  padding: 10px;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .inputWrapper input:focus {
  outline: none;
  border: 1px solid #dc3545;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .costcoWrapper {
  background-color: #e5e5e5;
  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: #000000;
  font-size: 14px;
  font-weight: 400;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes input,
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes textarea {
  width: calc(100% - 14px);
  padding: 10px 5px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  text-align: left;
  float: left;
  margin: 0 0 10px;
  border: 2px solid #949494;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes input:focus,
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes textarea:focus {
  outline: none;
  border: 2px #000000 solid;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes input:-webkit-autofill,
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #e5e5e5 inset;
  box-shadow: 0 0 0px 1000px #e5e5e5 inset;
  background-color: #e5e5e5;
  border: 2px solid #949494;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes input.validation,
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes textarea.validation {
  background-color: #f3b7bd;
  border: 2px #dc3545 solid;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes input.validation:focus,
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes textarea.validation:focus {
  outline: none;
  border: 2px #dc3545 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: #404040;
  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: #272727;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .nextBtn,
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .deliveryNextBtn {
  background-color: #6f42c1;
  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: #aeaeae;
  cursor: not-allowed;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .nextBtn.disabled:hover,
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .deliveryNextBtn.disabled:hover {
  cursor: not-allowed;
  background-color: #aeaeae;
}
@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: #424d38;
}
.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: #000000;
  background: none;
  text-transform: none;
  font-size: unset;
  display: unset;
  clear: unset;
  float: unset;
  margin: unset;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .termsLine a:hover {
  color: #e4606d;
  background: unset;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .prevBtn {
  background-color: #404040;
  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: #272727;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .submitBtn {
  background-color: #6f42c1;
  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: "Open Sans", 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: #424d38;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .submitBtn.disabled {
  background-color: #949494;
  border: none;
  color: #ffffff;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .submitBtn.disabled:hover {
  cursor: not-allowed;
}

.orderCompleteBox {
  background-color: white;
  border: 2px solid #dc3545;
  padding: 20px;
  width: calc(95% - 44px) !important;
  font-family: "Open Sans", 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: #000000;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}
.orderCompleteBox p {
  color: #404040;
  text-align: left;
  font-size: 18px;
  margin: 0;
  line-height: 1.6em;
}
.orderCompleteBox p b {
  color: #000000;
}
.orderCompleteBox a {
  overflow: hidden;
  float: left;
  margin: 20px 0 0;
  background-color: #6f42c1;
  color: #ffffff;
  padding: 10px 20px;
}

.paymentOptionsArea {
  border: none !important;
}
.paymentOptionsArea .financeSummary {
  box-sizing: border-box;
  background-color: rgba(116, 136, 99, 0.3);
  border: 2px solid #748863;
  padding: 20px;
  width: 100%;
}
.paymentOptionsArea .financeSummary.red {
  background-color: rgba(220, 53, 69, 0.3);
  border: 2px solid #dc3545;
}
.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 #cccccc;
}
.paymentOptionsArea .paymentOption .optionHead p {
  font-size: 15px;
  margin: 0;
  max-width: 80%;
  display: inline-flex;
  justify-content: center;
  color: #404040;
}
.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: #eb8c95;
  color: #bd2130;
  border: 2px solid #dc3545;
  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: "Open Sans", sans-serif;
}
.paymentOptionsArea .paymentOption .optionContent .financeCalculator {
  display: inline-block;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  border: 2px solid #dc3545;
  margin: 10px 0 0;
}
.paymentOptionsArea .paymentOption .optionContent .financeCalculator p {
  margin: 0;
}
.paymentOptionsArea .paymentOption .optionContent .financeCalculator p.monthlyPaymentLine {
  font-size: 30px;
  font-weight: 400;
  color: #000000;
  margin: 5px 0 0;
}
.paymentOptionsArea .paymentOption .optionContent .financeCalculator p.depositLine {
  font-size: 20px;
  font-weight: 400;
  color: #000000;
  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 #dc3545;
  color: #000000;
  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: #efa2a9;
  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: #6f42c1;
  color: #ffffff;
}
.paymentOptionsArea .paymentOption .optionContent .financeApplyButton {
  display: inline-block;
  width: 100%;
  padding: 20px 10px;
  color: #ffffff;
  margin-top: -1px;
  border: none;
  background-color: #6f42c1;
  font-family: "Open Sans", sans-serif;
}
.paymentOptionsArea .paymentOption .optionContent .financeApplyButton img {
  max-height: 20px;
}
.paymentOptionsArea .paymentOption .optionContent .financeTerms {
  color: #949494;
  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 #cccccc;
  font-family: "Open Sans", 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: #000000;
}
.productsAddedSmall .productAddedRow .productDetails h1 {
  font-size: 15px;
  font-weight: 400;
  margin: 0;
  color: #000000;
}
.productsAddedSmall .productAddedRow .productDetails p {
  margin: 5px 0 0;
  font-size: 14px;
  font-weight: 400;
}
.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: #fae3e5;
  padding: 5px 15px;
  display: inline-block;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #404040;
}
@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: #949494;
  margin-top: 6px;
  max-width: unset;
}

.discountForm {
  display: inline-block;
  text-align: left;
  margin: 0 auto 20px;
  overflow: hidden;
  width: 100%;
}
.discountForm h3 {
  font-size: 14px;
  color: #000000;
  margin: 0 0 10px;
}
.discountForm p {
  font-size: 14px;
  margin: 0 0 10px;
}
.discountForm input {
  border: 1px solid #dc3545;
  border-radius: 0;
}
.discountForm .discountAccepted {
  background-color: rgba(116, 136, 99, 0.3);
  box-sizing: border-box;
  padding: 10px;
  color: #5b6a4e;
  font-size: 15px;
  width: 100%;
  display: block;
}
.discountForm .discountAccepted.rejected {
  background-color: rgba(220, 53, 69, 0.3);
  color: #bd2130;
}
.discountForm .discountSubmit {
  background-color: #6f42c1;
  color: #ffffff;
  border: none;
  border-radius: 0;
  padding: 10px 20px;
  font-family: "Open Sans", sans-serif;
  display: inline-block;
  cursor: pointer;
}

.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: #e5e5e5;
  box-sizing: border-box;
  padding: 10px;
}
.deliveryOptionsContainer .deliveryOption {
  border: 2px solid #949494;
  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: #000000;
}
.deliveryOptionsContainer .deliveryOption:hover .delOptionRight .delOptionCheckBox {
  background-color: #6f42c1;
  border-color: #bd2130;
}
.deliveryOptionsContainer .deliveryOption.selected {
  border-color: #000000;
}
.deliveryOptionsContainer .deliveryOption.selected .delOptionRight .delOptionCheckBox {
  background-color: #6f42c1;
  border-color: #bd2130;
}
.deliveryOptionsContainer .deliveryOption .delOptionLeft {
  text-align: left;
}
.deliveryOptionsContainer .deliveryOption .delOptionLeft h2 {
  color: #404040;
  font-size: 17px;
  margin: 0 0 10px;
}
.deliveryOptionsContainer .deliveryOption .delOptionLeft p {
  font-size: 15px;
  color: #404040;
  margin: 5px 0 0;
}
.deliveryOptionsContainer .deliveryOption .delOptionRight .delOptionCheckBox {
  float: right;
  border: 2px solid #949494;
  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: #000000;
}

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

.orderConfirm {
  padding: 20px;
  box-sizing: border-box;
  background-color: #e5e5e5;
  max-width: 80% !important;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 800px) {
  .orderConfirm {
    max-width: 95% !important;
    position: relative;
    top: 0;
  }
}
.orderConfirm .productsAdded {
  padding: 10px 10px 20px;
  background-color: #ffffff;
  box-sizing: border-box;
  margin-top: 40px;
  display: flex;
  align-items: flex-end;
}
.orderConfirm .productsAdded .cartTotalBox {
  max-width: 100%;
  width: 400px;
  display: flex;
  color: #404040;
  font-family: "Open Sans", sans-serif;
  margin: 0;
  float: right;
  border-bottom: 1px solid #949494;
  padding: 5px 0;
}
.orderConfirm .productsAdded .cartTotalBox.total {
  background-color: #000000;
  border: none;
}
.orderConfirm .productsAdded .cartTotalBox.total h2 {
  color: #ffffff !important;
  padding: 10px !important;
}
.orderConfirm .productsAdded .cartTotalBox.total h1 {
  color: #ffffff !important;
  padding: 10px !important;
}
.orderConfirm .productsAdded .cartTotalBox.discount {
  background-color: #dc3545;
}
.orderConfirm .productsAdded .cartTotalBox.discount h2,
.orderConfirm .productsAdded .cartTotalBox.discount h1 {
  color: #ffffff !important;
}
.orderConfirm .productsAdded .cartTotalBox h2 {
  width: 30% !important;
  padding: 10px 0 10px 10px !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
  text-align: left !important;
  margin: 0 !important;
  font-family: "Open Sans", sans-serif !important;
  border: none;
}
.orderConfirm .productsAdded .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: "Open Sans", sans-serif !important;
  color: #404040;
}
.orderConfirm h2 {
  font-size: 1.2em;
  width: 100%;
  border-bottom: 1px solid #000000;
  margin: 0 auto;
  padding: 10px 0;
}
@media screen and (max-width: 700px) {
  .orderConfirm h2 {
    font-size: 15px;
  }
}
.orderConfirm .cartItem {
  display: inline-flex;
  flex-direction: row;
  border-bottom: 1px solid #949494;
  padding: 10px 0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.orderConfirm .cartItem img {
  max-width: 30%;
  width: 150px;
}
.orderConfirm .cartItem h3 {
  font-size: 18px;
  margin: 0 10px;
  text-align: left;
  width: 90%;
}
@media screen and (max-width: 700px) {
  .orderConfirm .cartItem h3 {
    font-size: 16px;
  }
}
.orderConfirm .cartItem h4 {
  color: #949494;
  text-align: right;
}
.orderConfirm .total {
  display: inline-flex;
  flex-direction: row;
  width: 100%;
  box-sizing: border-box;
  color: #000000;
  margin: 0;
  border-top: 1px solid #000000;
  padding: 10px 0;
}
.orderConfirm .total h4 {
  width: 100%;
  text-align: right;
  margin: 0;
  font-size: 20px;
}

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

.margin-bottom-big {
  margin-bottom: 40px !important;
}

.material-symbols-outlined.fill, .material-symbols-rounded.fill {
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
}

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