label {
  font-family: 'Lato', sans-serif;
}

h1 {
  font-family: 'Lato', sans-serif;
}

h2 {
  font-family: 'Lato', sans-serif;
}

h3 {
  font-family: 'Lato', sans-serif;
}

/* zocial */
/*All devices and mobile phone*/
header {
  left: 0;
  top: 0;
  position: fixed;
  width: 100vw;
  z-index: 99;
  background-color: #fff;
  -webkit-flex: 0 0 content;
  -ms-flex: 0 0 content;
  flex: 0 0 content;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

header #logo {
  -webkit-flex: 0 0 60%;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  text-align: center;
  padding-top: 1.5em;
  padding-right: 0.6em;
}

header #logo a {
  outline: 0;
}

header #logo a img {
  max-width: 13em;
}

header #bars {
  color: #33687a;
  font-size: 2.5em;
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  height: 2.0em;
  text-align: center;
  padding-top: 0.3em;
  transition: all ease 1s;
}

header .barsHide {
  display: none;
  transition: all ease 1s;
}

header .exitHide {
  display: none;
  transition: all ease 1s;
}

header #exitNav {
  color: #33687a;
  font-size: 2.5em;
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  height: 2.0em;
  text-align: center;
  padding-top: 0.3em;
  transition: all ease 1s;
}

header * {
  -webkit-font-smoothing: antialiased;
}

header #nav {
  list-style-type: none;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  transition: all 1.2s ease;
  font-family: "Lato", sans-serif;
  text-decoration: none;
}

header #nav.show {
  height: 100vh !important;
  background-color: #33687a;
  text-align: center;
}

header #nav li {
  padding-top: 0.5em;
  height: 3.0em;
}

header #nav li a {
  font-family: "Lato", sans-serif;
  display: block;
  text-align: center;
  line-height: 2.3em;
  text-decoration: none;
  font-size: 1.5em;
  color: #fff;
  font-weight: normal !important;
}

header #nav li :hover {
  color: #fff;
  transition: all 1.2s ease;
}

main {
  width: 100vw;
  box-sizing: border-box;
}

main .otherhr {
  display: none;
}

main section {
  min-height: content;
  top: 0;
  left: 0;
  padding-top: 1px;
  box-sizing: border-box;
}

main .errorPages {
  height: 100vh;
  background-color: #fff;
}

main .errorPages p {
  font-family: 'Open Sans', sans-serif;
  padding-left: 1em;
  padding-right: 1em;
  text-align: center;
}

main .errorPages h3 {
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  padding-top: 8em;
  display: block;
  font-size: 18px;
}

main #tablePage {
  min-height: 100vh;
  padding-bottom: 1em;
  background-color: #fff;
}

main #tablePage .ghostBox {
  margin: auto;
  width: 12em;
  height: 4em;
  margin-top: 6em;
}

main #tablePage .ghostBox .headings {
  text-align: center;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  letter-spacing: 0.1em;
}

main #tablePage .tablePage-buttons-wrapper {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3em;
}

main #tablePage .tablePage-buttons-wrapper .tablePage-buttons-primary {
  margin-bottom: 1em;
  margin-left: auto !important;
  margin-right: 5em !important;
  display: block !important;
  width: 10% !important;
}

main #tablePage .tablePage-buttons-wrapper .tablePage-buttons-calltoaction {
  margin-bottom: 1em;
  margin-left: auto !important;
  margin-right: 5em !important;
  display: block !important;
  width: 10% !important;
}

main #tablePage .tablePage-buttons-wrapper .tablePage-buttons-calltoaction a button {
  background-color: #4FAFF3 !important;
  border: 1px #4FAFF3 solid !important;
}

main #tablePage .tablePage-buttons-wrapper .tablePage-buttons-calltoaction a button:hover {
  background-color: #00acc1 !important;
  border: 1px #00acc1 solid !important;
}

main #tablePage .tablePage-wrapper {
  width: 90% !important;
  max-height: 20em;
  margin-left: auto;
  margin-right: auto;
  overflow: scroll;
}

main #tablePage .tablePage-wrapper .primexTable {
  display: block;
  margin-left: auto !important;
  margin-right: auto !important;
}

main #tablePage .tablePage-wrapper .primexTable .primexTable-headings {
  background-color: rgba(51, 104, 122, 0.8);
}

main #tablePage .tablePage-wrapper .primexTable .primexTable-headings th {
  color: #fff;
  font-family: "Lato", sans-serif;
  font-weight: 900 !important;
  height: 3em !important;
}

main #tablePage .tablePage-wrapper .primexTable tr td {
  min-width: 1.5em;
  height: 1.5em;
  font-size: 1em;
}

main #tablePage .tablePage-wrapper .primexTable .odd-row-tr {
  background-color: rgba(81, 81, 81, 0.2);
}

main #customer-accountSettings {
  min-height: 100vh;
  background: #fff;
  height: auto;
  padding-bottom: 2em;
}

main #customer-accountSettings .ghostBox {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

main #customer-accountSettings .ghostBox .headings {
  margin-top: 6em !important;
  text-align: center;
  font-weight: bold;
  font-family: "Lato", sans-serif;
}

main #customer-accountSettings .account-settings-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 3em;
  padding-bottom: 1em;
}

main #customer-accountSettings .account-settings-wrapper .left-account-settings {
  -webkit-flex: 0 0 90%;
  -ms-flex: 0 0 90%;
  flex: 0 0 90%;
}

main #customer-accountSettings .account-settings-wrapper .left-account-settings .account-settingChange {
  padding-bottom: 2em;
}

main #customer-accountSettings .account-settings-wrapper .left-account-settings .account-settingChange a {
  text-decoration: none;
}

main #customer-accountSettings .account-settings-wrapper .left-account-settings .account-settingChange a .account-icons {
  color: #84d27a;
  font-size: 3em;
  text-align: center;
}

main #customer-accountSettings .account-settings-wrapper .left-account-settings .account-settingChange a .account-naming {
  color: #262626;
  font-size: 1.25em;
  text-align: center;
}

main #customer-accountSettings .account-settings-wrapper .right-account-settings {
  -webkit-flex: 0 0 90%;
  -ms-flex: 0 0 90%;
  flex: 0 0 90%;
  background-color: #84d27a;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 2em;
}

main #customer-accountSettings .account-settings-wrapper .right-account-settings .account-change-title .account-icons-closeup {
  text-align: center;
}

main #customer-accountSettings .account-settings-wrapper .right-account-settings .account-change-title .account-icons-closeup i {
  font-size: 4em;
  color: #fff;
  text-align: center;
  margin-top: 1em;
  margin-bottom: 0.2em;
}

main #customer-accountSettings .account-settings-wrapper .right-account-settings .account-change-title .account-name-closeup h4 {
  margin-top: 0;
  font-size: 1.8em;
  color: #fff;
  font-family: "Lato", sans-serif;
  text-align: center;
}

main #customer-accountSettings .account-settings-wrapper .right-account-settings .right-account-settings-form {
  -webkit-flex: 0 0 90%;
  -ms-flex: 0 0 90%;
  flex: 0 0 90%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 1.5em;
}

main #customer-accountSettings .account-settings-wrapper .right-account-settings .right-account-settings-form .right-account-settings-form-label {
  color: #262626;
  font-size: 1.2em;
  text-align: center;
  -webkit-flex: 0 0 90%;
  -ms-flex: 0 0 90%;
  flex: 0 0 90%;
  height: 2em;
  padding-top: 0.7em;
}

main #customer-accountSettings .account-settings-wrapper .right-account-settings .right-account-settings-form .right-account-settings-form-input {
  -webkit-flex: 0 0 90%;
  -ms-flex: 0 0 90%;
  flex: 0 0 90%;
  height: 3em;
  display: block !important;
  margin-left: auto;
  margin-right: auto;
  min-width: 300px;
}

main #customer-accountSettings .account-settings-wrapper .right-account-settings .right-account-settings-form .right-account-settings-form-input select {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

main #customer-accountSettings .account-settings-wrapper .right-account-settings .right-account-settings-form .right-account-settings-form-input input {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

main #customer-accountSettings .account-settings-wrapper .right-account-settings .right-account-settings-form .right-account-settings-form-input .account-update-button {
  height: 3em;
  padding-top: 0.5em;
}

main #customer-accountSettings .account-settings-wrapper .right-account-settings .right-account-settings-form .right-account-settings-form-input .account-update-button a {
  vertical-align: middle;
  text-decoration: none;
}

main #customer-accountSettings .account-settings-wrapper .right-account-settings .right-account-settings-form .right-account-settings-form-input .account-update-button a i {
  font-size: 1.5em;
  vertical-align: middle;
}

main #customer-accountSettings .account-settings-wrapper .right-account-settings .right-account-settings-form .right-account-settings-form-input .account-update-button a button {
  border: 1px #fff solid !important;
  display: block;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  vertical-align: middle;
  font-size: 20px;
}

main #customer-accountSettings .account-settings-wrapper .right-account-settings .right-account-settings-form .right-account-settings-form-input .account-update-button a button:hover {
  border: 1px #fff solid !important;
  display: block;
  margin-left: auto;
  margin-right: auto;
  transition: all ease 0.8s;
  background-color: #33687a !important;
  color: #fff;
  font-weight: bold;
}

main #supplier-accountSettings {
  min-height: 100vh;
  background: #fff;
  height: auto;
  padding-bottom: 1em;
}

main #supplier-accountSettings .ghostBox {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

main #supplier-accountSettings .ghostBox .headings {
  margin-top: 6em !important;
  text-align: center;
  font-weight: bold;
  font-family: "Lato", sans-serif;
}

main #supplier-accountSettings .account-settings-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 4em;
  padding-bottom: 1em;
}

main #supplier-accountSettings .account-settings-wrapper .left-account-settings {
  -webkit-flex: 0 0 90%;
  -ms-flex: 0 0 90%;
  flex: 0 0 90%;
}

main #supplier-accountSettings .account-settings-wrapper .left-account-settings .account-settingChange {
  padding-bottom: 2em;
}

main #supplier-accountSettings .account-settings-wrapper .left-account-settings .account-settingChange a {
  text-decoration: none;
}

main #supplier-accountSettings .account-settings-wrapper .left-account-settings .account-settingChange a .account-icons {
  color: #84d27a;
  font-size: 3em;
  text-align: center;
}

main #supplier-accountSettings .account-settings-wrapper .left-account-settings .account-settingChange a .account-naming {
  color: #262626;
  font-size: 1.45em;
  text-align: center;
}

main #supplier-accountSettings .account-settings-wrapper .right-account-settings {
  -webkit-flex: 0 0 90%;
  -ms-flex: 0 0 90%;
  flex: 0 0 90%;
  background-color: #84d27a;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 3em;
}

main #supplier-accountSettings .account-settings-wrapper .right-account-settings .account-change-title {
  width: 100%;
}

main #supplier-accountSettings .account-settings-wrapper .right-account-settings .account-change-title .account-icons-closeup {
  text-align: center;
}

main #supplier-accountSettings .account-settings-wrapper .right-account-settings .account-change-title .account-icons-closeup i {
  font-size: 4em;
  color: #fff;
  text-align: center;
  margin-top: 1em;
  margin-bottom: 0.2em;
}

main #supplier-accountSettings .account-settings-wrapper .right-account-settings .account-change-title .account-name-closeup h4 {
  margin-top: 0;
  font-size: 2.8em;
  color: #fff;
  font-family: "Lato", sans-serif;
  text-align: center;
}

main #supplier-accountSettings .account-settings-wrapper .right-account-settings .right-account-settings-form {
  -webkit-flex: 0 0 90%;
  -ms-flex: 0 0 90%;
  flex: 0 0 90%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

main #supplier-accountSettings .account-settings-wrapper .right-account-settings .right-account-settings-form .right-account-settings-form-label {
  color: #262626;
  font-size: 1em;
  text-align: center;
  -webkit-flex: 0 0 90%;
  -ms-flex: 0 0 90%;
  flex: 0 0 90%;
  padding-top: 0.8em;
}

main #supplier-accountSettings .account-settings-wrapper .right-account-settings .right-account-settings-form .right-account-settings-form-input {
  -webkit-flex: 0 0 90%;
  -ms-flex: 0 0 90%;
  flex: 0 0 90%;
  height: 2em;
  display: block !important;
  margin-left: auto;
  margin-right: auto;
}

main #supplier-accountSettings .account-settings-wrapper .right-account-settings .right-account-settings-form .right-account-settings-form-input select {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

main #supplier-accountSettings .account-settings-wrapper .right-account-settings .right-account-settings-form .right-account-settings-form-input input {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

main #supplier-accountSettings .account-settings-wrapper .right-account-settings .right-account-settings-form .right-account-settings-form-input .account-update-button {
  height: 3em;
  padding-top: 0.5em;
}

main #supplier-accountSettings .account-settings-wrapper .right-account-settings .right-account-settings-form .right-account-settings-form-input .account-update-button a {
  vertical-align: middle;
  text-decoration: none;
}

main #supplier-accountSettings .account-settings-wrapper .right-account-settings .right-account-settings-form .right-account-settings-form-input .account-update-button a i {
  font-size: 1.5em;
  vertical-align: middle;
}

main #supplier-accountSettings .account-settings-wrapper .right-account-settings .right-account-settings-form .right-account-settings-form-input .account-update-button a button {
  margin-top: 1em;
  border: 1px #fff solid !important;
  display: block;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  vertical-align: middle;
  margin-bottom: 1em;
}

main #supplier-accountSettings .account-settings-wrapper .right-account-settings .right-account-settings-form .right-account-settings-form-input .account-update-button a button:hover {
  border: 1px #fff solid !important;
  display: block;
  margin-left: auto;
  margin-right: auto;
  transition: all ease 0.8s;
  background-color: #33687a !important;
  color: #fff;
  font-weight: bold;
}

main #howitworks {
  min-height: 100vh;
  padding-bottom: 1em;
  background: #fff;
  height: auto;
}

main #howitworks p {
  font-family: 'Open Sans', sans-serif;
}

main #howitworks .ghostBox {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

main #howitworks .ghostBox .headings {
  margin-top: 6em !important;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-weight: bold;
}

main #howitworks #howitworks-wrapper {
  margin-top: 3.5em;
}

main #howitworks #howitworks-wrapper .bg1 {
  background-color: #87C771;
}

main #howitworks #howitworks-wrapper .bg2 {
  background-color: #007197;
}

main #howitworks #howitworks-wrapper .bg3 {
  background-color: #272727;
}

main #howitworks #howitworks-wrapper .typeheading {
  padding-left: 5px;
  padding-right: 5px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4em;
}

main #howitworks #howitworks-wrapper .typeheading .howitworks-headings {
  font-weight: bolder;
  font-size: 1.8em;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 1em;
  padding-right: 1em;
}

main #howitworks #howitworks-wrapper .typeheading .howitworks-headings-3 {
  font-weight: bolder;
  font-size: 22px;
  text-align: center;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 0px;
  color: #fff;
}

main #howitworks #howitworks-wrapper .typeheading .howitworks-3-p {
  color: #fff;
}

main #howitworks #howitworks-wrapper .typeheading p {
  font-weight: normal;
  font-size: 18px;
  text-align: center;
  padding-bottom: 10px;
}

main #howitworks #howitworks-wrapper .howitworks-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 4em;
  margin-top: 2em !important;
}

main #howitworks #howitworks-wrapper .howitworks-item .howitworks-item-inner {
  -webkit-flex: 0 0 80%;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

main #howitworks #howitworks-wrapper .howitworks-item .howitworks-item-inner .howitworks-images-wrapper {
  -webkit-flex: 0 0 30%;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1em;
}

main #howitworks #howitworks-wrapper .howitworks-item .howitworks-item-inner .howitworks-item-text {
  margin-bottom: 1em;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

main #howitworks #howitworks-wrapper .howitworks-item .howitworks-item-inner .howitworks-item-text hr {
  margin-top: 1em;
  opacity: 0.6;
  margin-bottom: 0em !important;
}

main #howitworks #howitworks-wrapper .howitworks-item .howitworks-item-inner .howitworks-item-text button {
  margin-top: 0.3em;
  margin-left: auto;
  margin-right: 0;
  display: block;
  margin-bottom: 0em;
  background-color: #fff !important;
  border: black !important;
  font-style: sans-serif;
}

main #howitworks #howitworks-wrapper .howitworks-item .howitworks-item-inner .howitworks-item-text button:hover {
  color: #6ab554;
  border: black !important;
}

main #howitworks #howitworks-wrapper .howitworks-item .howitworks-item-inner .howitworks-item-text #howitworks-more-0 {
  display: none;
  transition: all ease 1s;
}

main #howitworks #howitworks-wrapper .howitworks-item .howitworks-item-inner .howitworks-item-text #howitworks-more-1 {
  display: none;
  transition: all ease 1s;
}

main #howitworks #howitworks-wrapper .howitworks-item .howitworks-item-inner .howitworks-item-text #howitworks-more-2 {
  display: none;
  transition: all ease 1s;
}

main #howitworks #howitworks-wrapper .howitworks-item .howitworks-item-inner .howitworks-item-text #howitworks-more-3 {
  display: none;
  transition: all ease 1s;
}

main #howitworks #howitworks-wrapper .howitworks-item .howitworks-item-inner .howitworks-item-text #howitworks-more-4 {
  display: none;
  transition: all ease 1s;
}

main #howitworks #howitworks-wrapper .howitworks-item .howitworks-item-inner .howitworks-item-text #howitworks-more-5 {
  display: none;
  transition: all ease 1s;
}

main #howitworks #howitworks-wrapper .howitworks-item .howitworks-item-inner .howitworks-item-text #howitworks-more-6 {
  display: none;
  transition: all ease 1s;
}

main #howitworks #howitworks-wrapper .howitworks-item .howitworks-item-inner .howitworks-item-text #howitworks-more-7 {
  display: none;
  transition: all ease 1s;
}

main #howitworks #howitworks-wrapper .howitworks-item .howitworks-item-inner .howitworks-item-text #howitworks-more-8 {
  display: none;
  transition: all ease 1s;
}

main #howitworks #howitworks-wrapper .howitworks-item .howitworks-item-inner .howitworks-item-text #howitworks-more-9 {
  display: none;
  transition: all ease 1s;
}

main #howitworks #howitworks-wrapper .howitworks-item .howitworks-item-inner .howitworks-item-text #howitworks-more-10 {
  display: none;
  transition: all ease 1s;
}

main #howitworks #howitworks-wrapper .howitworks-item .howitworks-item-inner .howitworks-item-text #howitworks-more-11 {
  display: none;
  transition: all ease 1s;
}

main #howitworks #howitworks-wrapper .howitworks-item .howitworks-item-inner .howitworks-item-text .exit-buttonHide {
  display: none;
}

main #howitworks #howitworks-wrapper .howitworks-item .howitworks-item-inner .howitworks-item-text .buttonHide {
  display: none;
  transition: all ease 1s;
}

main #howitworks #howitworks-wrapper .howitworks-item .howitworks-item-inner .howitworks-item-text .buttonShow {
  display: block;
  transition: all ease 1s;
}

main #howitworks #howitworks-wrapper .howitworks-item .howitworks-item-inner .howitworks-item-text .show {
  display: block !important;
  height: auto;
}

main #howitworks #howitworks-wrapper .howitworks-item .howitworks-item-inner .howitworks-item-text p {
  max-width: 50em;
}

main #howitworks #howitworks-wrapper .howitworks-item .howitworks-item-inner .howitworks-item-text .typeHeading {
  font-size: 2em !important;
  text-align: center;
}

main #howitworks #howitworks-wrapper .howitworks-item .howitworks-item-inner .howitworks-item-text .howitworks-subheadings {
  font-weight: bolder;
  font-size: 18px;
}

main #howitworks #howitworks-wrapper .howitworks-item .howitworks-item-inner .howitworks-item-text .sh1 {
  color: #87C771;
}

main #howitworks #howitworks-wrapper .howitworks-item .howitworks-item-inner .howitworks-item-text .sh2 {
  color: #007197;
}

main #howitworks #howitworks-wrapper .howitworks-item .howitworks-item-inner .howitworks-item-text .sh3 {
  color: #272727;
}

main .template-withtabs-wrapper-payment-dibs {
  padding-bottom: 1em;
  min-height: 100vh;
  background-color: #fff;
  /*----- Tabs -----*/
  /*----- Tab Links -----*/
  /* Clearfix */
  /*----- Content of Tabs -----*/
}

main .template-withtabs-wrapper-payment-dibs .ghostBox {
  margin: auto;
  width: 12em;
  height: 4em;
  margin-top: 6em;
}

main .template-withtabs-wrapper-payment-dibs .ghostBox .headings {
  text-align: center;
  font-family: "Lato", sans-serif !important;
  letter-spacing: 0.1em;
  font-family: "Lato", sans-serif;
  font-weight: bold;
}

main .template-withtabs-wrapper-payment-dibs .flock-checkout-summary h4 {
  padding: 50px 20px 10px 0px;
  margin-left: 20px;
  margin-right: 20px;
  border-bottom: 1px #bbb solid;
}

main .template-withtabs-wrapper-payment-dibs .flock-checkout-summary table {
  padding: 25px 20px 20px 20px;
}

main .template-withtabs-wrapper-payment-dibs .flock-checkout-summary table th {
  padding-top: 10px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  vertical-align: top;
}

main .template-withtabs-wrapper-payment-dibs .flock-checkout-summary table th a {
  font-weight: 350;
  font-size: 12px;
  text-transform: lowercase;
}

main .template-withtabs-wrapper-payment-dibs .flock-checkout-summary table tr {
  text-transform: uppercase;
  font-weight: 350;
  font-size: 12px;
}

main .template-withtabs-wrapper-payment-dibs .tabs {
  margin-top: 4em;
  width: 100%;
  display: inline-block;
}

main .template-withtabs-wrapper-payment-dibs .tab-links:after {
  display: block;
  clear: both;
  content: '';
}

main .template-withtabs-wrapper-payment-dibs .tab-links li {
  margin: 5px 5px;
  float: none;
  list-style: none;
  font-family: "Open Sans", sans-serif !important;
}

main .template-withtabs-wrapper-payment-dibs .tab-links a {
  padding: 9px 15px;
  display: inline-block;
  border-radius: 3px 3px 0px 0px;
  background: #005b78;
  font-size: 16px;
  font-weight: 450;
  color: #fff;
  transition: all linear 0.15s;
}

main .template-withtabs-wrapper-payment-dibs .tab-links a:hover {
  background: #a7cce5;
  text-decoration: none;
}

main .template-withtabs-wrapper-payment-dibs li.active a,
main .template-withtabs-wrapper-payment-dibs li.active a:hover {
  background: #fff;
  color: #4c4c4c;
}

main .template-withtabs-wrapper-payment-dibs .tab-content {
  padding: 15px;
  border-radius: 3px;
  background: #fff;
}

main .template-withtabs-wrapper-payment-dibs .tab-content h2 {
  display: block;
  text-align: center;
  padding-bottom: 24px;
  color: #005b78;
  font-family: "Open Sans", sans-serif !important;
}

main .template-withtabs-wrapper-payment-dibs .tab {
  display: none;
}

main .template-withtabs-wrapper-payment-dibs .tab.active {
  display: block;
}

main .template-withtabs-wrapper-payment-dibs .template-withtabs-content #poli-payment div #poli-image {
  height: 80px !important;
  padding: 10px 0px 10px 70px;
}

main .template-withtabs-wrapper-payment-dibs .template-withtabs-content #poli-payment a {
  color: #43a047 !important;
  padding: 0px 0px 20px 50px;
  font-size: 18px;
}

main .template-withtabs-wrapper-payment-dibs .template-withtabs-content #Direct-debit-payment .direct-debit-item .careful-text {
  font-size: 12px;
  font-weight: 600;
}

main .template-withtabs-wrapper-payment-dibs .template-withtabs-content #Direct-debit-payment .direct-debit-item p {
  text-transform: uppercase;
  font-size: 14px;
  padding-left: 18px;
}

main .template-withtabs-wrapper-payment-dibs .template-withtabs-content #Direct-debit-payment .direct-debit-item form {
  display: block;
}

main .template-withtabs-wrapper-payment-dibs .template-withtabs-content #Direct-debit-payment .direct-debit-item form label {
  margin-left: 16px;
  Padding-top: 12px;
  font-weight: 500;
}

main .template-withtabs-wrapper-payment-dibs .template-withtabs-content #Direct-debit-payment .direct-debit-item form #sub-Button-dibs {
  margin-top: 16px;
  margin-left: 16px;
  background-color: #43a047 !important;
  color: #fff;
  border: 1px solid #43a047;
  width: auto !important;
  padding: 0px 20px 0px 20px;
}

main .template-withtabs-wrapper-payment-dibs .template-withtabs-content #Direct-debit-payment .direct-debit-item form #sub-Button-dibs:hover {
  background-color: #66bb6a !important;
  border: 1px solid #66bb6a;
}

main .template-withtabs-wrapper-payment-dibs .template-withtabs-content #Direct-debit-payment .direct-debit-item form input {
  margin-left: 16px;
  display: block;
}

main .template-withtabs-wrapper-payment-dibs .template-withtabs-content #Direct-debit-payment .direct-debit-item form ::-webkit-input-placeholder {
  font-size: 10px;
  font-size: 10px;
}

main .template-withtabs-wrapper-payment-dibs .template-withtabs-content #Direct-debit-payment .direct-debit-item form :-moz-placeholder {
  /* Firefox 18- */
  font-size: 10px;
}

main .template-withtabs-wrapper-payment-dibs .template-withtabs-content #Direct-debit-payment .direct-debit-item form ::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 10px;
}

main .template-withtabs-wrapper-payment-dibs .template-withtabs-content #Direct-debit-payment .direct-debit-item form :-ms-input-placeholder {
  font-size: 10px;
}

main .template-withtabs-wrapper-payment-dibs .template-withtabs-content ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0px;
}

main .template-withtabs-wrapper-payment-dibs .template-withtabs-content ul li {
  -webkit-flex: 0 0 95%;
  -ms-flex: 0 0 95%;
  flex: 0 0 95%;
  outline: 0.5px #bbb solid;
  margin-top: 16px;
  background-image: linear-gradient(#eeeeee 10%, #e0e0e0 90%);
  box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.1);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

main .template-withtabs-wrapper-payment-dibs .template-withtabs-content ul li #payment-card-saved-table th {
  font-size: 13px;
  padding: 20px 0px 5px 0px;
}

main .template-withtabs-wrapper-payment-dibs .template-withtabs-content ul li #payment-card-saved-table tr td {
  font-size: 15px;
}

main .template-withtabs-wrapper-payment-dibs .template-withtabs-content ul li form {
  padding: 15px 20px 15px 20px;
}

main .template-withtabs-wrapper-payment-dibs .template-withtabs-content ul li form img {
  padding: 25px 0px 0px 0px;
  width: 150px;
  height: auto;
  display: block;
}

main .template-withtabs-wrapper-payment-dibs .template-withtabs-content ul li form #sub-Button-dibs {
  background-color: #43a047 !important;
  color: #fff;
  border: 1px solid #43a047;
  width: auto !important;
  padding: 0px 20px 0px 20px;
}

main .template-withtabs-wrapper-payment-dibs .template-withtabs-content ul li form #sub-Button-dibs:hover {
  background-color: #66bb6a !important;
  border: 1px solid #66bb6a;
}

main .template-withtabs-wrapper-payment-dibs .template-withtabs-content ul li form button {
  background-color: #ef5350 !important;
  border: 1px solid #ef5350;
  color: #fff;
  padding: 0 20px;
  display: inline-block;
}

main .template-withtabs-wrapper-payment-dibs .template-withtabs-content ul li form button:hover {
  background-color: #d32f2f !important;
}

main .template-withtabs-wrapper-payment-dibs .template-withtabs-content ul li form select {
  display: block;
  width: 180px !important;
  margin: 0;
}

main .template-withtabs-wrapper-payment-dibs .template-withtabs-content ul li form input {
  display: inline-block;
  width: 180px !important;
  margin: 0;
}

main .template-withtabs-wrapper-payment-dibs .template-withtabs-content ul li form label {
  display: block;
  font-size: 13px;
  padding: 20px 0px 5px 0px;
  margin: 0;
}

main .template-withtabs-wrapper-payment-dibs .template-withtabs-content ul li form #securityCode {
  display: inline-block !important;
  width: 180px !important;
  margin: 0;
}

main .template-withtabs-wrapper-payment-dibs .template-withtabs-content ul li form div {
  padding: 10px 10px 10px 40px;
}

main .template-withtabs-wrapper-payment-dibs .template-withtabs-content ul li form div #checkbox-style {
  display: inline-block;
  width: 60px !important;
  vertical-align: middle;
  margin-bottom: 25px;
}

main .template-withtabs-wrapper-payment-dibs .template-withtabs-content ul li form div #checkbox-style-text {
  display: inline-block;
  font-size: 10px;
  width: 150px;
}

main .template-withtabs-wrapper-payment-dibs .template-withtabs-content ul li form a {
  display: inline-block;
  font-size: 10px;
}

main #home {
  padding-bottom: 0em;
  min-height: auto !important;
}

main #home .mobile-welcome {
  background-color: rgba(51, 104, 122, 0.8);
  margin-top: 1em;
}

main #home .mobile-welcome .mobile-welcome-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 10px 20px 10px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

main #home .mobile-welcome .mobile-welcome-wrapper .mobile-welcome-sentence1-wrapper {
  -webkit-flex: 0 0 99%;
  -ms-flex: 0 0 99%;
  flex: 0 0 99%;
}

main #home .mobile-welcome .mobile-welcome-wrapper .mobile-welcome-sentence1-wrapper .mobile-welcome-sentence1-text {
  font-size: 1.5em;
  font-weight: normal;
  /* text-transform: uppercase; */
  margin: 0;
  color: #fff;
  letter-spacing: 1px;
  text-align: center;
}

main #home .mobile-welcome .mobile-welcome-wrapper .mobile-welcome-sentence2-wrapper {
  -webkit-flex: 0 0 99%;
  -ms-flex: 0 0 99%;
  flex: 0 0 99%;
}

main #home .mobile-welcome .mobile-welcome-wrapper .mobile-welcome-sentence2-wrapper .mobile-welcome-sentence2-text {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
  color: #84d27a;
  line-height: 24px;
  padding-bottom: 20px;
  text-align: center;
}

main #home .mobile-welcome .mobile-welcome-wrapper .mobile-welcome-sentence-loggedin-wrapper {
  -webkit-flex: 0 0 99%;
  -ms-flex: 0 0 99%;
  flex: 0 0 99%;
}

main #home .mobile-welcome .mobile-welcome-wrapper .mobile-welcome-sentence-loggedin-wrapper a {
  text-decoration: none;
}

main #home .mobile-welcome .mobile-welcome-wrapper .mobile-welcome-sentence-loggedin-wrapper a .mobile-welcome-sentence-loggedin-text {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
  color: #444444;
  line-height: 24px;
  padding-bottom: 14px;
  text-align: center;
}

main #home .mobile-welcome .mobile-welcome-wrapper .mobile-welcome-sentence3-wrapper {
  -webkit-flex: 0 0 40%;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
}

main #home .mobile-welcome .mobile-welcome-wrapper .mobile-welcome-sentence3-wrapper .mobile-welcome-sentence3-text {
  font-size: 22px;
  font-weight: normal;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1px;
  padding-bottom: 0em;
  text-align: center;
  margin-bottom: 10px;
}

main #home .mobile-welcome .mobile-welcome-wrapper .mobile-welcome-sentence4-wrapper {
  -webkit-flex: 0 0 99%;
  -ms-flex: 0 0 99%;
  flex: 0 0 99%;
}

main #home .mobile-welcome .mobile-welcome-wrapper .mobile-welcome-sentence4-wrapper .mobile-welcome-sentence4-input {
  margin-bottom: 10px !important;
  padding: 2px 2px !important;
  height: 28px !important;
  width: 140px !important;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

main #home .mobile-welcome .mobile-welcome-wrapper .mobile-welcome-sentence4-wrapper .mobile-welcome-sentence4-input::-webkit-input-placeholder {
  font-size: 13px;
  padding-left: 4px;
}

main #home .mobile-welcome .mobile-welcome-wrapper .mobile-welcome-sentence4-wrapper .mobile-welcome-sentence4-input::-moz-placeholder {
  font-size: 13px;
  padding-left: 4px;
}

main #home .mobile-welcome .mobile-welcome-wrapper .mobile-welcome-sentence4-wrapper .mobile-welcome-sentence4-input:-ms-input-placeholder {
  font-size: 13px;
  padding-left: 4px;
}

main #home .mobile-welcome .mobile-welcome-wrapper .mobile-welcome-sentence4-wrapper .mobile-welcome-sentence4-input::placeholder {
  font-size: 13px;
  padding-left: 4px;
}

main #home .mobile-welcome .mobile-welcome-wrapper .mobile-welcome-sentence5-wrapper {
  -webkit-flex: 0 0 99%;
  -ms-flex: 0 0 99%;
  flex: 0 0 99%;
}

main #home .mobile-welcome .mobile-welcome-wrapper .mobile-welcome-sentence5-wrapper .mobile-welcome-sentence5-input {
  margin-bottom: 10px !important;
  padding: 2px 2px !important;
  height: 28px !important;
  width: 140px !important;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

main #home .mobile-welcome .mobile-welcome-wrapper .mobile-welcome-sentence5-wrapper .mobile-welcome-sentence5-input::-webkit-input-placeholder {
  font-size: 13px;
  padding-left: 4px;
}

main #home .mobile-welcome .mobile-welcome-wrapper .mobile-welcome-sentence5-wrapper .mobile-welcome-sentence5-input::-moz-placeholder {
  font-size: 13px;
  padding-left: 4px;
}

main #home .mobile-welcome .mobile-welcome-wrapper .mobile-welcome-sentence5-wrapper .mobile-welcome-sentence5-input:-ms-input-placeholder {
  font-size: 13px;
  padding-left: 4px;
}

main #home .mobile-welcome .mobile-welcome-wrapper .mobile-welcome-sentence5-wrapper .mobile-welcome-sentence5-input::placeholder {
  font-size: 13px;
  padding-left: 4px;
}

main #home .mobile-welcome .mobile-welcome-wrapper .mobile-welcome-sentence6-and-sentence7-wrapper {
  -webkit-flex: 0 0 80%;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

main #home .mobile-welcome .mobile-welcome-wrapper .mobile-welcome-sentence6-and-sentence7-wrapper .mobile-welcome-sentence6-wrapper {
  -webkit-flex: 0 0 90%;
  -ms-flex: 0 0 90%;
  flex: 0 0 90%;
}

main #home .mobile-welcome .mobile-welcome-wrapper .mobile-welcome-sentence6-and-sentence7-wrapper .mobile-welcome-sentence6-wrapper .mobile-welcome-sentence6-button {
  margin-left: auto !important;
  margin-right: auto !important;
  display: block;
  width: 118px;
}

main #home .mobile-welcome .mobile-welcome-wrapper .mobile-welcome-sentence6-and-sentence7-wrapper .mobile-welcome-sentence6-wrapper .mobile-welcome-sentence6-button button {
  width: 117.9px;
  display: inline-block;
  height: 28px;
  padding: 2px 2px 6px 2px !important;
  line-height: 24px !important;
  margin-left: 2px;
  background-color: #4FAFF3 !important;
  border: 1px solid #4FAFF3 !important;
  color: #000;
}

main #home .mobile-welcome .mobile-welcome-wrapper .mobile-welcome-sentence6-and-sentence7-wrapper .mobile-welcome-sentence6-wrapper .mobile-welcome-sentence6-button button:hover {
  background-color: #00acc1 !important;
  border: 1px solid #00acc1 !important;
}

main #home .mobile-welcome .mobile-welcome-wrapper .mobile-welcome-sentence6-and-sentence7-wrapper .mobile-welcome-sentence7-wrapper {
  -webkit-flex: 0 0 90%;
  -ms-flex: 0 0 90%;
  flex: 0 0 90%;
  padding-top: 15px;
}

main #home .mobile-welcome .mobile-welcome-wrapper .mobile-welcome-sentence6-and-sentence7-wrapper .mobile-welcome-sentence7-wrapper .mobile-welcome-sentence7-button {
  margin-left: auto !important;
  margin-right: auto !important;
  display: block;
  width: 173px;
}

main #home .mobile-welcome .mobile-welcome-wrapper .mobile-welcome-sentence6-and-sentence7-wrapper .mobile-welcome-sentence7-wrapper .mobile-welcome-sentence7-button button {
  width: 172.9px;
  display: inline-block;
  height: 28px;
  padding: 2px 2px 6px 2px !important;
  line-height: 24px !important;
  margin-left: 2px;
  background-color: #84d27a !important;
  border: 1px solid #84d27a !important;
  color: #000;
}

main #home .mobile-welcome .mobile-welcome-wrapper .mobile-welcome-sentence6-and-sentence7-wrapper .mobile-welcome-sentence7-wrapper .mobile-welcome-sentence7-button button:hover {
  background-color: rgba(132, 210, 122, 0.8) !important;
  border: 1px solid rgba(132, 210, 122, 0.8) !important;
}

main #home #landingImage {
  padding-bottom: 0em;
  padding-top: 5em;
  width: 100%;
}

main #home #mainImage {
  display: none;
  background-color: rgba(0, 255, 0, 0.1);
  background-image: url('../imgs/home_handshake.jpg');
  background-size: cover;
  background-attachment: fixed;
  background-position: bottom;
  position: relative;
  width: 100%;
  height: 610px;
  margin-left: auto;
  margin-right: auto;
  max-height: 90vh;
}

main #home #toTabletSubhead {
  display: block;
  padding-top: 2em;
  margin-left: 12%;
  color: rgba(84, 121, 128, 0.8);
  font-weight: 500;
  font-size: 2em;
  font-family: "Lato", sans-serif;
}

main #home #searchbox-wrapper {
  margin-top: 4em;
  margin-bottom: 4em;
  width: 80%;
  margin-left: 12%;
}

main #home #searchbox-wrapper input {
  margin-right: auto;
  margin-left: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

main #home #searchbox-wrapper button {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 1em;
  margin-right: auto;
  background-color: #84d27a !important;
  border: 1px solid #84d27a !important;
}

main #home #searchbox-wrapper button:hover {
  background-color: rgba(132, 210, 122, 0.8) !important;
  border: 1px solid rgba(132, 210, 122, 0.8) !important;
}

main #home #split3 {
  padding-left: 10px;
  padding-right: 10px;
  height: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 15px;
  background-color: #f2f2f2;
}

main #home #split3 a {
  text-decoration: none;
}

main #home #split3 .split3Item {
  margin-top: 15px;
  height: content;
  -webkit-flex: 0 0 90%;
  -ms-flex: 0 0 90%;
  flex: 0 0 90%;
  background-color: rgba(51, 104, 122, 0.8);
}

main #home #split3 .split3Item1 {
  padding-left: 10px;
  padding-right: 10px;
}

main #home #split3 .split3Item1 p {
  font-size: 24px;
  color: #84d27a;
  font-family: 'Open Sans', sans-serif;
  font-weight: 800 !important;
  margin-left: 0px;
  margin-top: 10px;
  line-height: 34px;
}

main #home #split3 .split3Item1 .startHere {
  text-decoration: none;
}

main #home #split3 .split3Item1 .startHere p {
  font-size: 15px;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400 !important;
  margin-left: 5px;
  margin-top: 10px;
  line-height: 20px;
}

main #home #split3 .split3Item1 .startHere a p {
  font-weight: 900 !important;
  color: #4FAFF3;
  opacity: 0.9;
}

main #home #split3 .split3Item1 .startHere a p:hover {
  color: #00acc1;
  opacity: 1;
  transition: all ease 0.5s;
}

main #home #split3 .split3Item2 {
  padding-left: 10px;
  padding-right: 10px;
}

main #home #split3 .split3Item2 p {
  font-size: 24px;
  color: #84d27a;
  font-family: 'Open Sans', sans-serif;
  font-weight: 800 !important;
  margin-left: 0px;
  margin-top: 10px;
  line-height: 34px;
}

main #home #split3 .split3Item2 p em {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  margin-left: -3px;
  margin-bottom: 2px;
}

main #home #split3 .split3Item2 .startHere {
  text-decoration: none;
}

main #home #split3 .split3Item2 .startHere p {
  font-size: 15px;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400 !important;
  margin-left: 5px;
  margin-top: 10px;
  line-height: 20px;
}

main #home #split3 .split3Item2 .startHere a p {
  font-weight: 900 !important;
  color: #4FAFF3;
  opacity: 0.9;
}

main #home #split3 .split3Item2 .startHere a p:hover {
  color: #00acc1;
  opacity: 1;
  transition: all ease 0.5s;
}

main #home #split3 .split3Item3 {
  padding-left: 10px;
  padding-right: 10px;
}

main #home #split3 .split3Item3 p {
  font-size: 24px;
  color: #84d27a;
  font-family: 'Open Sans', sans-serif;
  font-weight: 800 !important;
  margin-left: 0px;
  margin-top: 10px;
  line-height: 34px;
}

main #home #split3 .split3Item3 .startHere {
  text-decoration: none;
}

main #home #split3 .split3Item3 .startHere p {
  font-size: 15px;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400 !important;
  margin-left: 5px;
  margin-top: 10px;
  line-height: 20px;
}

main #home #split3 .split3Item3 .startHere a p {
  font-weight: 900 !important;
  color: #4FAFF3;
  opacity: 0.9;
}

main #home #split3 .split3Item3 .startHere a p:hover {
  color: #00acc1;
  opacity: 1;
  transition: all ease 0.5s;
}

main #home2 {
  min-height: 70vh;
  padding-bottom: 1em;
}

main #home2 a {
  text-decoration: none;
}

main #home2 .ghostBox {
  margin: auto;
  width: 12em;
  height: 4em;
  margin-top: 6em;
}

main #home2 .ghostBox .headings {
  text-align: center;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.1em;
  font-family: "Lato", sans-serif;
  font-weight: bold;
}

main #home2 ul {
  list-style-type: none;
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

main #home2 ul li {
  margin-top: 1em;
  margin-bottom: 1em;
  -webkit-flex: 0 0 60%;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  width: 10em !important;
  height: auto;
}

main #home2 ul li img {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding-top: 1em;
}

main #home2 ul li p {
  text-align: center;
  color: #005b78;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: 1.5em;
  padding-bottom: 1em;
}

main #home2 #moreProductsHome {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1em;
  margin-bottom: 1em;
  background-color: #84d27a !important;
  border: 1px solid #84d27a !important;
}

main #home2 #moreProductsHome:hover {
  background-color: rgba(132, 210, 122, 0.8) !important;
  border: 1px solid rgba(132, 210, 122, 0.8) !important;
}

main #search {
  min-height: 100vh;
  padding-bottom: 1em;
  height: auto;
  background-color: #fff;
}

main #search #seachBox #formFlex .formFlexItem label {
  color: #fff !important;
  letter-spacing: 0.3px;
}

main .template-withtabs-wrapper {
  padding-bottom: 1em;
  min-height: 100vh;
  background-color: #fff;
  /*----- Tabs -----*/
  /*----- Tab Links -----*/
  /* Clearfix */
  /*----- Content of Tabs -----*/
}

main .template-withtabs-wrapper .ghostBox {
  margin: auto;
  width: 12em;
  height: 4em;
  margin-top: 6em;
}

main .template-withtabs-wrapper .ghostBox .headings {
  text-align: center;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  letter-spacing: 0.1em;
}

main .template-withtabs-wrapper #seachBox {
  padding-bottom: 1.5em;
  height: auto;
  background-image: linear-gradient(#33687a 10%, #33687a 90%);
  box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.2);
}

main .template-withtabs-wrapper #seachBox #formFlex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

main .template-withtabs-wrapper #seachBox #formFlex .formFlexItem {
  margin-top: 1.5em;
  -webkit-flex: 0 0 80%;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
}

main .template-withtabs-wrapper #seachBox #formFlex .formFlexItem input {
  width: 60%;
  display: inline-block;
  height: 2em;
  margin-bottom: 0em;
}

main .template-withtabs-wrapper #seachBox #formFlex .formFlexItem button {
  padding: 0px 10px;
}

main .template-withtabs-wrapper #seachBox #formFlex .formFlexItem #closingtenders {
  height: 15px;
  width: 15px;
}

main .template-withtabs-wrapper #seachBox #formFlex .formFlexItem select {
  display: block;
  margin-left: auto;
  margin-right: 0 !important;
}

main .template-withtabs-wrapper .tabs {
  margin-top: 4em;
  width: 100%;
  display: inline-block;
}

main .template-withtabs-wrapper .tab-links:after {
  display: block;
  clear: both;
  content: '';
}

main .template-withtabs-wrapper .tab-links li {
  margin: 5px 5px;
  float: none;
  list-style: none;
  font-family: "Open Sans", sans-serif !important;
}

main .template-withtabs-wrapper .tab-links a {
  padding: 9px 15px;
  display: inline-block;
  border-radius: 3px 3px 0px 0px;
  background: #005b78;
  font-size: 16px;
  font-weight: 450;
  color: #fff;
  transition: all linear 0.15s;
}

main .template-withtabs-wrapper .tab-links a:hover {
  background: #a7cce5;
  text-decoration: none;
}

main .template-withtabs-wrapper li.active a,
main .template-withtabs-wrapper li.active a:hover {
  background: #fff;
  color: #4c4c4c;
}

main .template-withtabs-wrapper .tab-content {
  padding: 15px;
  border-radius: 3px;
  background: #fff;
}

main .template-withtabs-wrapper .tab-content h2 {
  display: block;
  text-align: center;
  padding-bottom: 24px;
  color: #005b78;
  font-family: "Open Sans", sans-serif !important;
}

main .template-withtabs-wrapper .tab {
  display: none;
}

main .template-withtabs-wrapper .tab.active {
  display: block;
}

main .template-withtabs-wrapper .template-withtabs-content ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0px;
}

main .template-withtabs-wrapper .template-withtabs-content ul li {
  -webkit-flex: 0 0 95%;
  -ms-flex: 0 0 95%;
  flex: 0 0 95%;
  outline: 1px #bbb solid;
  margin-top: 16px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #eaf4f7;
}

main .template-withtabs-wrapper .template-withtabs-content ul li .template-withtabs-content-flexitem1 {
  padding-top: 8px;
  -webkit-flex: 0 0 95%;
  -ms-flex: 0 0 95%;
  flex: 0 0 95%;
  border-bottom: 1px solid #bbb;
}

main .template-withtabs-wrapper .template-withtabs-content ul li .template-withtabs-content-flexitem1 .rowOne-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

main .template-withtabs-wrapper .template-withtabs-content ul li .template-withtabs-content-flexitem1 .rowOne-wrapper .rowOne-name {
  -webkit-flex: 0 0 60%;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  font-size: 1.5em;
  color: #33687a;
}

main .template-withtabs-wrapper .template-withtabs-content ul li .template-withtabs-content-flexitem1 .rowOne-wrapper .rowOne-number {
  -webkit-flex: 0 0 39%;
  -ms-flex: 0 0 39%;
  flex: 0 0 39%;
}

main .template-withtabs-wrapper .template-withtabs-content ul li .template-withtabs-content-flexitem1 .rowOne-wrapper .rowOne-number div {
  text-align: right;
  color: #84d27a;
}

main .template-withtabs-wrapper .template-withtabs-content ul li .template-withtabs-content-flexitem1 .rowTwo-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

main .template-withtabs-wrapper .template-withtabs-content ul li .template-withtabs-content-flexitem1 .rowTwo-wrapper .rowTwo-description {
  -webkit-flex: 0 0 90%;
  -ms-flex: 0 0 90%;
  flex: 0 0 90%;
}

main .template-withtabs-wrapper .template-withtabs-content ul li .template-withtabs-content-flexitem1 .rowTwo-wrapper .rowTwo-moreinfo {
  -webkit-flex: 0 0 9%;
  -ms-flex: 0 0 9%;
  flex: 0 0 9%;
  font-size: 18px;
}

main .template-withtabs-wrapper .template-withtabs-content ul li .template-withtabs-content-flexitem1 .rowTwo-wrapper .rowTwo-moreinfo a {
  color: #33687a;
}

main .template-withtabs-wrapper .template-withtabs-content ul li .template-withtabs-content-flexitem2 {
  -webkit-flex: 0 0 95%;
  -ms-flex: 0 0 95%;
  flex: 0 0 95%;
}

main .template-withtabs-wrapper .template-withtabs-content ul li .template-withtabs-content-flexitem2 .rowThree-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

main .template-withtabs-wrapper .template-withtabs-content ul li .template-withtabs-content-flexitem2 .rowThree-wrapper .rowThree-region {
  -webkit-flex: 0 0 99%;
  -ms-flex: 0 0 99%;
  flex: 0 0 99%;
  font-size: 18px;
  color: #33687a;
  padding-bottom: 0.5em;
}

main .template-withtabs-wrapper .template-withtabs-content ul li .template-withtabs-content-flexitem2 .rowFour-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

main .template-withtabs-wrapper .template-withtabs-content ul li .template-withtabs-content-flexitem2 .rowFour-wrapper .rowFour-wrapper-image {
  -webkit-flex: 0 0 99%;
  -ms-flex: 0 0 99%;
  flex: 0 0 99%;
}

main .template-withtabs-wrapper .template-withtabs-content ul li .template-withtabs-content-flexitem2 .rowFour-wrapper .rowFour-wrapper-image .rowFour-image {
  width: 180px;
  height: 180px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

main .template-withtabs-wrapper .template-withtabs-content ul li .template-withtabs-content-flexitem2 .rowFour-wrapper .rowFour-wrapper-table {
  -webkit-flex: 0 0 99%;
  -ms-flex: 0 0 99%;
  flex: 0 0 99%;
}

main .template-withtabs-wrapper .template-withtabs-content ul li .template-withtabs-content-flexitem2 .rowFour-wrapper .rowFour-wrapper-table div {
  width: 180px;
  height: 180px;
  overflow: scroll;
  margin-left: auto;
  margin-right: auto;
}

main .template-withtabs-wrapper .template-withtabs-content ul li .template-withtabs-content-flexitem2 .rowFour-wrapper .rowFour-wrapper-table div table .heads-table {
  padding-top: 0;
  font-weight: bold;
}

main .template-withtabs-wrapper .template-withtabs-content ul li .template-withtabs-content-flexitem2 .template-flexitem2-units-description .rowFive-wrapper {
  width: 100%;
  height: 1.5em;
  margin: 0;
}

main .template-withtabs-wrapper .template-withtabs-content ul li .template-withtabs-content-flexitem2 .template-flexitem2-units-description .rowFive-wrapper .rowFive-status {
  padding: 0.1em 0em 0.1em 0em;
  margin: 0;
  font-size: 0.9em;
}

main .template-withtabs-wrapper .template-withtabs-content ul li .template-withtabs-content-flexitem2 .template-flexitem2-units-description .rowFive-wrapper .rowFive-status div {
  text-align: center;
}

main .template-withtabs-wrapper .template-withtabs-content ul li .template-withtabs-content-flexitem2 .template-flexitem2-units-description .rowSix-wrapper {
  width: 100%;
  height: 3em;
}

main .template-withtabs-wrapper .template-withtabs-content ul li .template-withtabs-content-flexitem2 .template-flexitem2-units-description .rowSix-wrapper .rowSix-clock div {
  text-align: center;
}

main .template-withtabs-wrapper .template-withtabs-content ul li .template-withtabs-content-flexitem2 .template-flexitem2-units-description .rowSeven-wrapper {
  width: 100%;
  height: 1.5em;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

main .template-withtabs-wrapper .template-withtabs-content ul li .template-withtabs-content-flexitem2 .template-flexitem2-units-description .rowSeven-wrapper .rowSeven-units {
  -webkit-flex: 0 0 99%;
  -ms-flex: 0 0 99%;
  flex: 0 0 99%;
}

main .template-withtabs-wrapper .template-withtabs-content ul li .template-withtabs-content-flexitem2 .template-flexitem2-units-description .rowSeven-wrapper .rowSeven-units div {
  text-align: center;
}

main .template-withtabs-wrapper .template-withtabs-content ul li .template-withtabs-content-flexitem2 .template-flexitem2-units-description .rowEight-wrapper {
  width: 100%;
  height: 1.5em;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

main .template-withtabs-wrapper .template-withtabs-content ul li .template-withtabs-content-flexitem2 .template-flexitem2-units-description .rowEight-wrapper .rowEight-description {
  -webkit-flex: 0 0 99%;
  -ms-flex: 0 0 99%;
  flex: 0 0 99%;
}

main .template-withtabs-wrapper .template-withtabs-content ul li .template-withtabs-content-flexitem2 .template-flexitem2-units-description .rowEight-wrapper .rowEight-description div {
  text-align: center;
}

main .template-withtabs-wrapper .template-withtabs-content ul li .template-withtabs-content-flexitem3 {
  -webkit-flex: 0 0 95%;
  -ms-flex: 0 0 95%;
  flex: 0 0 95%;
}

main .template-withtabs-wrapper .template-withtabs-content ul li .template-withtabs-content-flexitem3 .Rowdescription-wrapper {
  width: 100%;
  height: 1.5em;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-bottom: 3px;
}

main .template-withtabs-wrapper .template-withtabs-content ul li .template-withtabs-content-flexitem3 .Rowdescription-wrapper .Rowdescription-description {
  -webkit-flex: 0 0 69%;
  -ms-flex: 0 0 69%;
  flex: 0 0 69%;
  text-align: left;
  font-weight: bold;
}

main .template-withtabs-wrapper .template-withtabs-content ul li .template-withtabs-content-flexitem3 .Rowdescription-wrapper .Rowdescription-description div {
  margin-left: 0;
  margin-right: auto;
}

main .template-withtabs-wrapper .template-withtabs-content ul li .template-withtabs-content-flexitem3 .Rowdescription-wrapper .Rowdescription-result {
  -webkit-flex: 0 0 30%;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  font-size: 0.6em;
}

main .template-withtabs-wrapper .template-withtabs-content ul li .template-withtabs-content-flexitem3 .Rowdescription-wrapper .Rowdescription-submit {
  -webkit-flex: 0 0 30%;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
}

main .template-withtabs-wrapper .template-withtabs-content ul li .template-withtabs-content-flexitem3 .Rowdescription-wrapper .Rowdescription-submit a {
  color: #33687a;
}

main .template-withtabs-wrapper .template-withtabs-content ul li .template-withtabs-content-flexitem3 .RowQty-wrapper {
  width: 100%;
  height: 3em;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

main .template-withtabs-wrapper .template-withtabs-content ul li .template-withtabs-content-flexitem3 .RowQty-wrapper .RowQty-description {
  -webkit-flex: 0 0 39%;
  -ms-flex: 0 0 39%;
  flex: 0 0 39%;
  text-align: left;
}

main .template-withtabs-wrapper .template-withtabs-content ul li .template-withtabs-content-flexitem3 .RowQty-wrapper .RowQty-description div {
  margin-left: 0;
  margin-right: auto;
  padding-top: 0.3em;
}

main .template-withtabs-wrapper .template-withtabs-content ul li .template-withtabs-content-flexitem3 .RowQty-wrapper .Rowdescription-Qty {
  padding-top: 0.3em;
  -webkit-flex: 0 0 59%;
  -ms-flex: 0 0 59%;
  flex: 0 0 59%;
}

main .template-withtabs-wrapper .template-withtabs-content ul li .template-withtabs-content-flexitem3 .RowQty-wrapper .Rowdescription-Qty .numberInput {
  width: 100%;
}

main .template-withtabs-wrapper .template-withtabs-content ul li .template-withtabs-content-flexitem3 .RowTandC-wrapper {
  width: 100%;
  height: 1.5em;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

main .template-withtabs-wrapper .template-withtabs-content ul li .template-withtabs-content-flexitem3 .RowTandC-wrapper .RowTandC-description {
  -webkit-flex: 0 0 89%;
  -ms-flex: 0 0 89%;
  flex: 0 0 89%;
  text-align: left;
}

main .template-withtabs-wrapper .template-withtabs-content ul li .template-withtabs-content-flexitem3 .RowTandC-wrapper .RowTandC-description div {
  padding-top: 0.3em;
  margin-left: 0;
  margin-right: auto;
  font-size: 0.7em;
}

main .template-withtabs-wrapper .template-withtabs-content ul li .template-withtabs-content-flexitem3 .RowTandC-wrapper .RowTandC-result {
  -webkit-flex: 0 0 10%;
  -ms-flex: 0 0 10%;
  flex: 0 0 10%;
}

main .template-withtabs-wrapper .template-withtabs-content ul li .template-withtabs-content-flexitem3 .RowRecievedInFull-wrapper {
  width: 100%;
  height: 1.5em;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

main .template-withtabs-wrapper .template-withtabs-content ul li .template-withtabs-content-flexitem3 .RowRecievedInFull-wrapper .RowRecievedInFull-description {
  -webkit-flex: 0 0 60%;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  text-align: left;
}

main .template-withtabs-wrapper .template-withtabs-content ul li .template-withtabs-content-flexitem3 .RowRecievedInFull-wrapper .RowRecievedInFull-description div {
  padding-top: 0.3em;
  margin-left: 0;
  margin-right: auto;
  font-size: 0.8em;
}

main .template-withtabs-wrapper .template-withtabs-content ul li .template-withtabs-content-flexitem3 .RowRecievedInFull-wrapper .RowRecievedInFull-result {
  -webkit-flex: 0 0 39%;
  -ms-flex: 0 0 39%;
  flex: 0 0 39%;
}

main .template-withtabs-wrapper .template-withtabs-content ul li .template-withtabs-content-flexitem3 .RowRecievedInFull-wrapper .RowRecievedInFull-result .radioInput1 {
  padding-top: 0.3em;
}

main .template-withtabs-wrapper .template-withtabs-content ul li .template-withtabs-content-flexitem3 .RowRecievedInFull-wrapper .RowRecievedInFull-result .radioInput2 {
  padding-top: 0.3em;
}

main .template-withtabs-wrapper .template-withtabs-content ul li .template-withtabs-content-flexitem3 .RowRecievedInFull-wrapper .RowRecievedInFull-result .label1 {
  font-size: 0.8em;
  padding-left: 0.5em;
  padding-top: 0.3em;
  font-weight: normal;
}

main .template-withtabs-wrapper .template-withtabs-content ul li .template-withtabs-content-flexitem3 .RowRecievedInFull-wrapper .RowRecievedInFull-result .label2 {
  font-size: 0.8em;
  padding-left: 0.5em;
  padding-top: 0.3em;
  font-weight: normal;
}

main .template-withtabs-wrapper .template-withtabs-content ul li .template-withtabs-content-flexitem3 .RowFeedback-wrapper {
  width: 100%;
  height: 6em;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

main .template-withtabs-wrapper .template-withtabs-content ul li .template-withtabs-content-flexitem3 .RowFeedback-wrapper .RowFeedback-description {
  -webkit-flex: 0 0 29%;
  -ms-flex: 0 0 29%;
  flex: 0 0 29%;
  text-align: left;
}

main .template-withtabs-wrapper .template-withtabs-content ul li .template-withtabs-content-flexitem3 .RowFeedback-wrapper .RowFeedback-description div {
  padding-top: 0.3em;
  margin-left: 0;
  margin-right: auto;
  font-size: 0.8em;
}

main .template-withtabs-wrapper .template-withtabs-content ul li .template-withtabs-content-flexitem3 .RowFeedback-wrapper .RowFeedback-result {
  -webkit-flex: 0 0 70%;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
}

main .template-withtabs-wrapper .template-withtabs-content ul li .template-withtabs-content-flexitem3 .RowFeedback-wrapper .RowFeedback-result textarea {
  max-width: 80% !important;
  margin-top: 0.3em;
  height: auto;
}

main .template-withtabs-wrapper .template-withtabs-content ul li .template-withtabs-content-flexitem4 .Rowdescription-wrapper {
  width: 100%;
  height: 1.5em;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-bottom: 3px;
  margin-top: 15px;
  margin-left: 2em;
  margin-right: 3em;
}

main .template-withtabs-wrapper .template-withtabs-content ul li .template-withtabs-content-flexitem4 .utilsubwrap {
  margin-left: 5em;
}

main #OneItemBuyNow {
  background-color: #fff;
  min-height: 100vh;
  padding-bottom: 2em !important;
  height: auto;
  background-color: #fff;
  min-height: 100vh !important;
  padding-bottom: 1em;
}

main #OneItemBuyNow .ghostBox {
  margin: auto;
  width: 12em;
  height: 4em;
  margin-top: 6em;
}

main #OneItemBuyNow .ghostBox .headings {
  text-align: center;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.1em;
  font-weight: bold !important;
}

main #OneItemBuyNow #search-wrapper {
  margin-top: 0;
  width: 90%;
  height: content;
  margin-left: auto;
  margin-right: auto;
}

main #OneItemBuyNow #seachResults {
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}

main #OneItemBuyNow #seachResults ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding-left: 0px;
}

main #OneItemBuyNow #seachResults ul li {
  -webkit-flex: 0 0 90%;
  -ms-flex: 0 0 90%;
  flex: 0 0 90%;
  outline: 1px #bbb solid;
  margin-top: 16px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

main #OneItemBuyNow #seachResults ul li .template-withtabs-content-flexitem1 {
  padding-top: 8px;
  -webkit-flex: 0 0 90%;
  -ms-flex: 0 0 90%;
  flex: 0 0 90%;
}

main #OneItemBuyNow #seachResults ul li .template-withtabs-content-flexitem1 p {
  margin-bottom: 0px;
  padding-bottom: 8px;
}

main #OneItemBuyNow #seachResults ul li .template-withtabs-content-flexitem1 .template-productImage {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

main #OneItemBuyNow #seachResults ul li .template-withtabs-content-flexitem1 .template-productImage a img {
  padding-top: 10px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 160px;
  max-height: 160px;
}

main #OneItemBuyNow #seachResults ul li .template-withtabs-content-flexitem2 {
  -webkit-flex: 0 0 95%;
  -ms-flex: 0 0 95%;
  flex: 0 0 95%;
}

main #OneItemBuyNow #seachResults ul li .template-withtabs-content-flexitem2 .template-flexitem2-units-description {
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding-top: 6px;
  text-align: center;
}

main #OneItemBuyNow #seachResults ul li .template-withtabs-content-flexitem2 .template-flexitem2-units-description p {
  margin-bottom: 14px;
  display: inline-block;
  padding-left: 8px;
  padding-top: 0px;
}

main #OneItemBuyNow #seachResults ul li .template-withtabs-content-flexitem2 .template-flexitem2-units-description .product-Main-Heading-template {
  width: 100%;
  height: 1.6em;
  font-size: 1.35em;
  font-weight: 600;
}

main #OneItemBuyNow #seachResults ul li .template-withtabs-content-flexitem2 .template-flexitem2-units-description .product-Sub-Heading-template {
  width: 100%;
  height: 2.6em;
  font-size: 1em;
  font-weight: 600;
}

main #OneItemBuyNow #seachResults ul li .template-withtabs-content-flexitem2 .template-flexitem2-units-description .product-Sub-Heading-template div {
  font-weight: 600 !important;
  font-size: 1.25em;
  display: inline-block !important;
  padding-left: 5px;
  margin-right: auto;
  margin-left: 0;
}

main #OneItemBuyNow #seachResults ul li .template-withtabs-content-flexitem2 .template-flexitem2-units-description .product-Sub-Heading-template div .infoProduct {
  border: 0px;
  background-color: #fff !important;
  padding: 0px;
}

main #OneItemBuyNow #seachResults ul li .template-withtabs-content-flexitem2 .template-flexitem2-units-description .product-Sub-Heading-template div .infoProduct i {
  font-size: 1.25em;
  color: #01579b;
}

main #OneItemBuyNow #seachResults ul li .template-withtabs-content-flexitem2 .template-flexitem2-units-description .product-Units-Heading-template {
  width: 100%;
  height: 2em;
  font-size: 1.2em;
  font-weight: 350;
  padding-top: 2px;
}

main #OneItemBuyNow #seachResults ul li .template-withtabs-content-flexitem2 .template-flexitem2-units-description .product-Savings-Heading-template {
  width: 100%;
  height: 2.2em;
  font-size: 1em;
  font-weight: 400;
}

main #OneItemBuyNow #seachResults ul li .template-withtabs-content-flexitem2 .template-flexitem2-units-description .product-Savings-Heading-template div {
  font-weight: 600 !important;
  font-size: 1.1em;
  display: inline-block;
  padding-left: 5px;
}

main #OneItemBuyNow #seachResults ul li .template-withtabs-content-flexitem2 .template-flexitem2-units-description .product-Region-Heading-template {
  width: 100%;
  height: 1.5em;
  font-size: 1em;
  font-weight: 500;
  padding-top: 5px;
}

main #OneItemBuyNow #seachResults ul li .template-withtabs-content-flexitem2 .template-flexitem2-units-description .template-flexitem2-units-description2 {
  margin-top: 10px;
  margin-bottom: 10px;
}

main #OneItemBuyNow #seachResults ul li .template-withtabs-content-flexitem3 {
  -webkit-flex: 0 0 85%;
  -ms-flex: 0 0 85%;
  flex: 0 0 85%;
  padding-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

main #OneItemBuyNow #seachResults ul li .template-withtabs-content-flexitem3 table {
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding-left: 0.5em;
  padding-right: 0.5em;
  min-width: 200px;
}

main #OneItemBuyNow #seachResults ul li .template-withtabs-content-flexitem3 table tr {
  margin-left: auto;
  margin-right: auto;
  width: 200px;
  display: block;
}

main #OneItemBuyNow #seachResults ul li .template-withtabs-content-flexitem3 table tr th {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

main #OneItemBuyNow #seachResults ul li .template-withtabs-content-flexitem3 table tr th input {
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

main #OneItemBuyNow #seachResults ul li .template-withtabs-content-flexitem3 table tr th a {
  width: 140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

main #OneItemBuyNow #seachResults ul li .template-withtabs-content-flexitem3 table .addCart {
  background-color: #4caf50;
  width: 73px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: center;
}

main #OneItemBuyNow #seachResults ul li .template-withtabs-content-flexitem3 table .removeFrom {
  background-color: #ef5350;
  width: 73px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: center;
}

main #OneItemBuyNow .pagination {
  margin-left: auto;
  margin-right: auto;
}

main #OneItemBuyNow .pagination .pagination-wrapper {
  width: 190px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

main #OneItemBuyNow .pagination .pagination-wrapper .page-number {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

main #OneItemBuyNow .pagination .pagination-wrapper a {
  font-size: 14px;
  text-align: center;
}

main #Favs {
  background-color: #fff;
  min-height: 100vh;
  padding-bottom: 2em !important;
  height: auto;
  background-color: #fff;
  min-height: 100vh !important;
  padding-bottom: 1em;
}

main #Favs .ghostBox {
  margin: auto;
  width: 12em;
  height: 4em;
  margin-top: 6em;
}

main #Favs .ghostBox .headings {
  text-align: center;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.1em;
  font-weight: bold !important;
}

main #Favs #search-wrapper {
  margin-top: 0;
  width: 90%;
  height: content;
  margin-left: auto;
  margin-right: auto;
}

main #Favs #seachResults {
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}

main #Favs #seachResults ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding-left: 0px;
}

main #Favs #seachResults ul li {
  -webkit-flex: 0 0 90%;
  -ms-flex: 0 0 90%;
  flex: 0 0 90%;
  outline: 1px #bbb solid;
  margin-top: 16px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

main #Favs #seachResults ul li .template-withtabs-content-flexitem1 {
  padding-top: 8px;
  -webkit-flex: 0 0 90%;
  -ms-flex: 0 0 90%;
  flex: 0 0 90%;
}

main #Favs #seachResults ul li .template-withtabs-content-flexitem1 p {
  margin-bottom: 0px;
  padding-bottom: 8px;
}

main #Favs #seachResults ul li .template-withtabs-content-flexitem1 .template-productImage {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

main #Favs #seachResults ul li .template-withtabs-content-flexitem1 .template-productImage a img {
  padding-top: 10px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 160px;
  max-height: 160px;
}

main #Favs #seachResults ul li .template-withtabs-content-flexitem2 {
  -webkit-flex: 0 0 95%;
  -ms-flex: 0 0 95%;
  flex: 0 0 95%;
}

main #Favs #seachResults ul li .template-withtabs-content-flexitem2 .template-flexitem2-units-description {
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding-top: 6px;
  text-align: center;
}

main #Favs #seachResults ul li .template-withtabs-content-flexitem2 .template-flexitem2-units-description p {
  margin-bottom: 14px;
  display: inline-block;
  padding-left: 8px;
  padding-top: 0px;
}

main #Favs #seachResults ul li .template-withtabs-content-flexitem2 .template-flexitem2-units-description .product-Main-Heading-template {
  width: 100%;
  height: 1.6em;
  font-size: 1.35em;
  font-weight: 600;
}

main #Favs #seachResults ul li .template-withtabs-content-flexitem2 .template-flexitem2-units-description .product-Sub-Heading-template {
  width: 100%;
  height: 2.6em;
  font-size: 1em;
  font-weight: 600;
}

main #Favs #seachResults ul li .template-withtabs-content-flexitem2 .template-flexitem2-units-description .product-Sub-Heading-template div {
  font-weight: 600 !important;
  font-size: 1.25em;
  display: inline-block !important;
  padding-left: 5px;
  margin-right: auto;
  margin-left: 0;
}

main #Favs #seachResults ul li .template-withtabs-content-flexitem2 .template-flexitem2-units-description .product-Sub-Heading-template div .infoProduct {
  border: 0px;
  background-color: #fff !important;
  padding: 0px;
}

main #Favs #seachResults ul li .template-withtabs-content-flexitem2 .template-flexitem2-units-description .product-Sub-Heading-template div .infoProduct i {
  font-size: 1.25em;
  color: #01579b;
}

main #Favs #seachResults ul li .template-withtabs-content-flexitem2 .template-flexitem2-units-description .product-Units-Heading-template {
  width: 100%;
  height: 2em;
  font-size: 1.2em;
  font-weight: 350;
  padding-top: 2px;
}

main #Favs #seachResults ul li .template-withtabs-content-flexitem2 .template-flexitem2-units-description .product-Savings-Heading-template {
  width: 100%;
  height: 2.2em;
  font-size: 1em;
  font-weight: 400;
}

main #Favs #seachResults ul li .template-withtabs-content-flexitem2 .template-flexitem2-units-description .product-Savings-Heading-template div {
  font-weight: 600 !important;
  font-size: 1.1em;
  display: inline-block;
  padding-left: 5px;
}

main #Favs #seachResults ul li .template-withtabs-content-flexitem2 .template-flexitem2-units-description .product-Region-Heading-template {
  width: 100%;
  height: 1.5em;
  font-size: 1em;
  font-weight: 500;
  padding-top: 5px;
}

main #Favs #seachResults ul li .template-withtabs-content-flexitem2 .template-flexitem2-units-description .template-flexitem2-units-description2 {
  margin-top: 10px;
  margin-bottom: 10px;
}

main #Favs #seachResults ul li .template-withtabs-content-flexitem3 {
  -webkit-flex: 0 0 85%;
  -ms-flex: 0 0 85%;
  flex: 0 0 85%;
  padding-bottom: 16px;
}

main #Favs #seachResults ul li .template-withtabs-content-flexitem3 table {
  padding-left: 0.5em;
  padding-right: 0.5em;
  min-width: 200px;
}

main #Favs #seachResults ul li .template-withtabs-content-flexitem3 table a {
  width: 140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

main #Favs #seachResults ul li .template-withtabs-content-flexitem3 table .addCart {
  background-color: #4caf50;
}

main #Favs #seachResults ul li .template-withtabs-content-flexitem3 table .addWatchlist {
  background-color: #ff9800;
}

main #Favs #seachResults ul li .template-withtabs-content-flexitem3 table .addFavs {
  background-color: #01579b;
}

main #Favs #seachResults ul li .template-withtabs-content-flexitem3 table .removeFrom {
  background-color: #ef5350;
}

main #Favs #seachResults ul li .template-withtabs-content-flexitem3 table .fa-plus {
  font-size: 0.8em;
}

main #Favs #seachResults ul li .template-withtabs-content-flexitem3 table .fa-minus {
  font-size: 0.8em;
}

main #Favs #seachResults ul li .template-withtabs-content-flexitem3 table .fa-binoculars {
  font-size: 1.2em;
  padding-left: 10px;
}

main #Favs #seachResults ul li .template-withtabs-content-flexitem3 table .fa-shopping-cart {
  font-size: 1.2em;
  padding-left: 10px;
}

main #Favs #seachResults ul li .template-withtabs-content-flexitem3 table .fa-star {
  font-size: 1.2em;
  padding-left: 10px;
}

main #Favs #seachResults ul li .template-withtabs-content-flexitem3 table .fa-trash-o {
  font-size: 1.2em;
  padding-left: 10px;
}

main #Favs .pagination {
  margin-left: auto;
  margin-right: auto;
}

main #Favs .pagination .pagination-wrapper {
  width: 190px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

main #Favs .pagination .pagination-wrapper .page-number {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

main #Favs .pagination .pagination-wrapper a {
  font-size: 14px;
  text-align: center;
}

main #search {
  background-color: #fff;
  min-height: 100vh;
  padding-bottom: 2em !important;
  height: auto;
  background-color: #fff;
  min-height: 100vh !important;
  padding-bottom: 1em;
}

main #search .ghostBox {
  margin: auto;
  width: 12em;
  height: 4em;
  margin-top: 6em;
}

main #search .ghostBox .headings {
  text-align: center;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.1em;
  font-weight: bold !important;
}

main #search #search-wrapper {
  margin-top: 0;
  width: 90%;
  height: content;
  margin-left: auto;
  margin-right: auto;
}

main #search #seachBox {
  padding-bottom: 0em;
  height: auto;
  box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.2);
}

main #search #seachBox #formFlex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}


main #search #seachBox #formFlex .formFlexItem input {
  width: 70%;
  display: inline-block;
  height: 1.9em;
  margin-bottom: 0em;
  margin-left: 2em;
  border: #005B78 1px solid;
}

main #search #seachBox #formFlex .formFlexItem #closingtenders {
  height: 15px;
  width: 15px;
}

main #search #seachBox #formFlex .formFlexItem label {
  text-transform: uppercase;
  width: 100%;
  text-align: center;
}

main #search #seachBox #formFlex .formFlexItem select {
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.8em !important;
  /* margin-right: 0 !important; */
  /* height: auto !important; */
  /* width: 80% !important; */
}

main #search #seachBox #formFlex .formFlexItem button {
  vertical-align: middle;
  display: inline-block;
  padding: 0px 0px;
  width: 35px;
  height: 35px;
  font-size: 1em;
  background-color: rgba(255, 255, 255, 0) !important;
  border: 1px #fff solid;
  border-radius: 50%;
  margin-right: 5px;
  margin-left: 5px;
}

main #search #seachBox #formFlex .formFlexItem button i {
  padding: 0em;
  margin: -0.25em -0.2em 0em 0em;
}

main #search #seachBox #formFlex .formFlexItem button:hover {
  background-color: #84d27a !important;
  border: 1px #33687a solid;
  transition: 0.3s all ease;
}

main #search #seachBox #formFlex .formFlexItem button:hover i {
  color: #000 !important;
}

main #search #search-wrapper #seachBox #formFlex #regiondiv {
  display: none !important;
}

main #search #search-wrapper #seachBox #formFlex #categorydiv {
  display: none !important;
}

main #search #browseProduct {
  display: none !important;
}

main #search #productNav {
  display: none !important;
}

main #search #seachResults {
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

main #search #seachResults ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding-left: 0px;
}

main #search #seachResults ul li {
  -webkit-flex: 0 0 99%;
  -ms-flex: 0 0 99%;
  flex: 0 0 99%;
  outline: 1px #bbb solid;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* margin-top: 16px;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; */
}


main #search #seachResults ul li .template-withtabs-content-flexitem1 {
  padding-top: 8px;
  padding-bottom: 8px;
  height: auto;
  margin-left: 2px;
}

main #search #seachResults ul li .template-withtabs-content-flexitem1 p {
  margin-bottom: 0px;
  padding-bottom: 8px;
}

main #search #seachResults ul li .template-withtabs-content-flexitem1 .template-productImage {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

main #search #seachResults ul li .template-withtabs-content-flexitem1 .template-productImage a img {
  padding-top: 10px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 160px;
  max-height: 160px;
}

main #search #seachResults ul li .template-withtabs-content-flexitem2 {
  -webkit-flex: 3;
  -ms-flex: 3;
  flex: 3;
  margin-left: 0.5em;
}

main #search #seachResults ul li .template-withtabs-content-flexitem2 .template-flexitem2-units-description {
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: left;
  padding-top: 0px;
  display: inline-table;
}

main #search #seachResults ul li .template-withtabs-content-flexitem2 .template-flexitem2-units-description p {
  margin-bottom: 14px;
  display: inline-block;
  padding-left: 8px;
  padding-top: 0px;
}

main #search #seachResults ul li .template-withtabs-content-flexitem2 .template-flexitem2-units-description .product-Main-Heading-template {
  width: 100%;
  height: 1em;
  font-size: 0.8em;
  font-weight: 600;
}

main #search #seachResults ul li .template-withtabs-content-flexitem2 .template-flexitem2-units-description .product-Sub-Heading-template {
  width: 100%;
  height: auto;
  font-size: 0.7em;
  font-weight: 500;
}

main #search #seachResults ul li .template-withtabs-content-flexitem2 .template-flexitem2-units-description .product-Sub-Heading-template div {
  font-weight: 600 !important;
  font-size: 1.25em;
  display: inline !important;
  padding-left: 5px;
  margin-right: auto;
  margin-left: 0;
}

main #search #seachResults ul li .template-withtabs-content-flexitem2 .template-flexitem2-units-description .product-Sub-Heading-template div .infoProduct {
  border: 0px;
  background-color: #fff !important;
  padding: 0px;
  display: contents;
}

main #search #seachResults ul li .template-withtabs-content-flexitem2 .template-flexitem2-units-description .product-Sub-Heading-template div .infoProduct i {
  font-size: 1.2em;
  color: #4d677a;
}

main #search #seachResults ul li .template-withtabs-content-flexitem2 .template-flexitem2-units-description .product-Units-Heading-template {
  width: 100%;
  height: auto;
  font-size: 0.9em;
  font-weight: 350;
  padding-top: 2px;
}

main #search #seachResults ul li .template-withtabs-content-flexitem2 .template-flexitem2-units-description .product-Savings-Heading-template {
  width: 100%;
  height: 2.2em;
  font-size: 1em;
  font-weight: 400;
}

main #search #seachResults ul li .template-withtabs-content-flexitem2 .template-flexitem2-units-description .product-Savings-Heading-template div {
  font-weight: 600 !important;
  font-size: 1em;
  display: inline-block;
  /* padding-left: 5px; */
}

main #search #seachResults ul li .template-withtabs-content-flexitem2 .template-flexitem2-units-description .product-Region-Heading-template {
  width: 100%;
  height: auto !important;
  font-size: 0.9em;
  font-weight: 500;
  margin: 0px !important;
}

main #search #seachResults ul li .template-withtabs-content-flexitem2 .template-flexitem2-units-description .template-flexitem2-units-description2 {
  margin-top: 10px;
  margin-bottom: 10px;
}

main #search #seachResults ul li .template-withtabs-content-flexitem2 .template-flexitem2-units-description .template-flexitem2-units-sub-description {
  display: none !important;
}

main #search #seachResults ul li .template-withtabs-content-flexitem3 {
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
  margin-right: 0.5em;
}

main #search #seachResults ul li .template-withtabs-content-flexitem3 #shareButton {
  display: none;
}

main #search #seachResults ul li .template-withtabs-content-flexitem3 #share-icon {
  display: block;
  margin-bottom: 0.5em;
  text-align: right;
  
}


.dashbadge.share {
  background-color: transparent !important;
}

.dashbadge a {
  color: #42a5f5 !important;
  font-size: 1.4em;
  padding-right: 0.5em;
}


.template-withtabs-content-flexitem3 th {
  text-align: center;
  padding: 0.5em !important;
  margin: 0 auto !important;
  font-size: 0.7em !important;
}

.template-withtabs-content-flexitem3 td {
    font-size: 0.7em !important;
}

main #search #seachResults ul li .template-withtabs-content-flexitem3 table a {
  width: auto !important;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

main #search #seachResults ul li .template-withtabs-content-flexitem3 table .addCart {
  background-color: #4caf50;
}

main #search #seachResults ul li .template-withtabs-content-flexitem3 table .addWatchlist {
  background-color: #ff9800;
}

main #search #seachResults ul li .template-withtabs-content-flexitem3 table .addFavs {
  color: #fff;
  background-color: #01579b;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}

main #search #seachResults ul li .template-withtabs-content-flexitem3 table .removeFrom {
  background-color: #ef5350;
}

main #search #seachResults ul li .template-withtabs-content-flexitem3 table .fa-plus {
  font-size: 0.8em;
}

main #search #seachResults ul li .template-withtabs-content-flexitem3 table .fa-minus {
  font-size: 0.8em;
}

main #search #seachResults ul li .template-withtabs-content-flexitem3 table .fa-dollar-sign {
  font-size: 0.8em;
}

main #search #seachResults ul li .template-withtabs-content-flexitem3 table .fa-binoculars {
  font-size: 1.2em;
  padding-left: 10px;
}

main #search #seachResults ul li .template-withtabs-content-flexitem3 table .fa-shopping-cart {
  font-size: 0.8em;
  padding-left: 0px;
}

main #search #seachResults ul li .template-withtabs-content-flexitem3 table .fa-star {
  font-size: 1.2em;
  padding-left: 10px;
}

main #search #seachResults ul li .template-withtabs-content-flexitem3 table .fa-trash-o {
  font-size: 1.2em;
  padding-left: 10px;
}

main #search #search-wrapper #pagination-nav {
  width: fit-content;
  margin-top: 1em;
  margin-left: auto;
  margin-right: auto;
}

main #search .pagination {
  margin-left: auto;
  margin-right: auto;
}

main #search .pagination .pagination-wrapper {
  width: 190px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

main #search .pagination .pagination-wrapper .page-number {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

main #search .pagination .pagination-wrapper a {
  font-size: 14px;
  text-align: center;
}

main #about {
  background-color: #fff;
  min-height: 100vh;
  padding-bottom: 1em;
}

main #about .ghostBox {
  margin: auto;
  width: 12em;
  height: 4em;
  margin-top: 6em;
}

main #about .ghostBox .headings {
  text-align: center;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  letter-spacing: 0.1em;
}

main #about #about-wrapper {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

main #about #about-wrapper .about-text {
  padding-bottom: 4em;
}

main #about #about-wrapper .about-text p {
  font-family: "Lato", sans-serif;
}

main #about #about-wrapper .about-text img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

main #about #about-wrapper .about-Image .desktop-aboutImage {
  display: none;
}

main #register {
  background-color: #fff;
  min-height: 100vh;
}

main #register .ghostBox {
  margin: auto;
  width: 12em;
  height: 4em;
  margin-top: 8em;
}

main #register .ghostBox .headings {
  text-align: center;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.1em;
  font-weight: bold !important;
}

main #register #register-wrapper {
  margin-top: 2em;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: content;
}

main #register #register-wrapper #supplierAcc {
  width: 6em;
  height: content;
  -webkit-flex: 0 0 80%;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
}

main #register #register-wrapper #supplierAcc p {
  max-width: 6em;
  border: 1px rgba(51, 104, 122, 0.8) solid;
  margin-top: 0.5em;
  font-size: 2em;
  color: #33687a;
  letter-spacing: 0.05em;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1em;
  padding-bottom: 1em;
}

main #register #register-wrapper #supplierAcc a {
  text-decoration: none;
}

main #register #register-wrapper #supplierAcc p:hover {
  transition: all ease 1s;
  background-color: #33687a;
  color: #fff;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

main #register #register-wrapper #customer {
  width: 6em;
  height: 8em;
  margin-top: 2em;
  -webkit-flex: 0 0 80%;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
}

main #register #register-wrapper #customer p {
  max-width: 6em;
  border: 1px #33687a solid;
  margin-top: 0.5em;
  font-size: 2em;
  color: #547980;
  letter-spacing: 0.05em;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1em;
  padding-bottom: 1em;
}

main #register #register-wrapper #customer p:hover {
  transition: all ease 1.25s;
  background-color: #33687a;
  color: #fff;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

main #register #register-wrapper #customer a {
  text-decoration: none;
}

main #contact {
  background-color: #fff;
  min-height: 100vh;
  padding-bottom: 1em;
}

main #contact .ghostBox {
  margin: auto;
  width: 12em;
  height: 4em;
  margin-top: 8em;
}

main #contact .ghostBox .headings {
  text-align: center;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.1em;
  font-weight: bold !important;
}

main #contact #contact-wrapper {
  margin-top: 2em;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

main #contact #contact-wrapper .contact-flexOne {
  -webkit-flex: 0 0 90%;
  -ms-flex: 0 0 90%;
  flex: 0 0 90%;
}

main #contact #contact-wrapper .contact-flexOne ul {
  border: thick #84d27a solid;
  padding: 1em 0em 1em 0em;
  list-style-type: none;
  height: content;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

main #contact #contact-wrapper .contact-flexOne ul li {
  margin-top: 1.5em;
  -webkit-flex: 0 0 80%;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
}

main #contact #contact-wrapper .contact-flexOne ul li p {
  padding-top: 1em;
  text-align: center;
  color: #33687a;
}

main #contact #contact-wrapper .contact-flexOne ul li i {
  font-size: 1.5em;
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  color: #84d27a;
}

main #contact #contact-wrapper .contact-flexTwo {
  -webkit-flex: 0 0 90%;
  -ms-flex: 0 0 90%;
  flex: 0 0 90%;
}

main #contact #contact-wrapper .contact-flexTwo .contact-flexTwo-wrapper {
  width: 80%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

main #contact #contact-wrapper .contact-flexTwo .contact-flexTwo-wrapper .contact-form-heading {
  font-size: 1em;
  color: #84d27a;
  margin-top: 2.5em;
}

main #contact #contact-wrapper .contact-flexTwo .contact-flexTwo-wrapper form label {
  display: block;
  margin-top: 0.5em;
  color: #33687a;
}

main #contact #contact-wrapper .contact-flexTwo .contact-flexTwo-wrapper form #contact-message {
  width: 75%;
}

main #contact #contact-wrapper .contact-flexTwo .contact-flexTwo-wrapper form button {
  display: block;
  margin-top: 1em;
}

main #contact #contact-wrapper .contact-flexTwo .contact-flexTwo-wrapper .errormsg {
  margin-left: auto;
  margin-right: auto;
  display: block;
  list-style-type: none;
}

main #contact #contact-wrapper .contact-flexTwo .contact-flexTwo-wrapper .errormsg ul {
  list-style-type: none;
  padding-top: 30px;
}

main #contact #contact-wrapper .contact-flexTwo .contact-flexTwo-wrapper .errormsg ul li {
  padding-top: 10px;
  color: red;
}

main #contact #contact-wrapper .contact-flexThree {
  -webkit-flex: 0 0 90%;
  -ms-flex: 0 0 90%;
  flex: 0 0 90%;
}

main #contact #contact-wrapper .contact-flexThree .support-wrapper {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}

main #contact #contact-wrapper .contact-flexThree .support-wrapper .havingIssues {
  font-size: 1em;
  margin-top: 2.5em;
  margin-bottom: 0.2em;
  border-bottom: 1px solid #bbb;
}

main #productSpec {
  background-color: #fff;
  min-height: 100vh;
  padding-bottom: 1em;
}

main #productSpec .ghostBox {
  margin: auto;
  width: 12em;
  height: 4em;
  margin-top: 8em;
}

main #productSpec .ghostBox .headings {
  text-align: center;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.1em;
  font-weight: bold !important;
}

main #productSpec #productSpec-wrapper {
  margin-bottom: 2em;
  margin-top: 2em;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  height: content;
  /*----- Tabs -----*/
  /*----- Tab Links -----*/
  /* Clearfix */
  /*----- Content of Tabs -----*/
}

main #productSpec #productSpec-wrapper .product-specifications-summary table {
  padding: 20px 0px 20px 0px;
}

main #productSpec #productSpec-wrapper .product-specifications-summary table #product-specifications-region {
  font-size: 12px;
  font-weight: 400;
  padding-bottom: 15px;
}

main #productSpec #productSpec-wrapper .product-specifications-summary table th {
  display: block;
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 15px;
}

main #productSpec #productSpec-wrapper .product-specifications-summary table tr {
  display: block;
}

main #productSpec #productSpec-wrapper .product-specifications-summary table tr td {
  vertical-align: middle;
  display: block;
}

main #productSpec #productSpec-wrapper .product-specifications-summary table tr td img {
  max-width: 160px;
}

main #productSpec #productSpec-wrapper .tabs {
  margin-top: 4em;
  width: 100%;
  display: inline-block;
}

main #productSpec #productSpec-wrapper .tab-links:after {
  display: block;
  clear: both;
  content: '';
}

main #productSpec #productSpec-wrapper .tab-links li {
  margin: 0px 5px;
  float: left;
  list-style: none;
  font-family: "Open Sans", sans-serif !important;
}

main #productSpec #productSpec-wrapper .tab-links a {
  padding: 9px 15px;
  display: inline-block;
  border-radius: 3px 3px 0px 0px;
  background: #005b78;
  font-size: 16px;
  font-weight: 450;
  color: #fff;
  transition: all linear 0.15s;
}

main #productSpec #productSpec-wrapper .tab-links a:hover {
  background: #a7cce5;
  text-decoration: none;
}

main #productSpec #productSpec-wrapper li.active a,
main #productSpec #productSpec-wrapper li.active a:hover {
  background: #fff;
  color: #4c4c4c;
}

main #productSpec #productSpec-wrapper .tab-content {
  padding: 15px;
  border-radius: 3px;
  background: #fff;
}

main #productSpec #productSpec-wrapper .tab-content h2 {
  display: block;
  text-align: center;
  padding-bottom: 24px;
  color: #005b78;
  font-family: "Open Sans", sans-serif !important;
}

main #productSpec #productSpec-wrapper .tab {
  display: none;
}

main #productSpec #productSpec-wrapper .tab.active {
  display: block;
}

main #productSpec #productSpec-wrapper .template-withtabs-content {
  padding-bottom: 300px;
}

main #productSpec #productSpec-wrapper .template-withtabs-content ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0px;
}

main #productSpec #productSpec-wrapper .template-withtabs-content ul li {
  -webkit-flex: 0 0 45%;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  margin-top: 24px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

main #account {
  background-color: #fff;
  min-height: 100vh;
  padding-bottom: 1em;
}

main #account .ghostBox {
  margin: auto;
  width: 12em;
  height: 4em;
  margin-top: 8em;
}

main #account .ghostBox .headings {
  text-align: center;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.1em;
  font-weight: bold !important;
}

main #account #account-topInfo {
  background-color: #547980;
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2em;
  margin-bottom: 2em;
}

main #account #account-topInfo .topInfo {
  width: 80%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 1em;
  padding-right: 1em;
}

main #account #account-topInfo .topInfo li {
  -webkit-flex: 0 0 80%;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

main #account #account-topInfo .topInfo li .topInfo-labelName {
  font-size: 1.25em;
  -webkit-flex: 0 0 80%;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  padding-right: 2em;
  color: rgba(255, 255, 255, 0.9);
  letter-spacing: 0.03em;
}

main #account #account-topInfo .topInfo li div {
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  text-align: center;
}

main #account #account-topInfo .topInfo li div p {
  font-size: 1.1em;
  text-align: center;
  background-color: #fff;
}

main #account #account-wrapper #account-list {
  padding: 0;
  list-style-type: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

main #account #account-wrapper #account-list li {
  -webkit-flex: 0 0 80%;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  outline: 3px #bbb solid;
  height: content;
  margin-top: 2.5em;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

main #account #account-wrapper #account-list li #accountPlaceholderImg {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2em;
  box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.2);
}

main #account #account-wrapper #account-list li h3 {
  -webkit-flex: 0 0 80%;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
}

main #account #account-wrapper #account-list li label {
  -webkit-flex: 0 0 80%;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
}

main #account #account-wrapper #account-list li p {
  -webkit-flex: 0 0 80%;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  text-align: right;
}

main #account #account-wrapper #account-list li .orderStatus {
  -webkit-flex: 0 0 90%;
  -ms-flex: 0 0 90%;
  flex: 0 0 90%;
  margin-bottom: 1em;
  background-image: linear-gradient(#eeeeee 10%, #e0e0e0 90%);
}

main #account #account-wrapper #account-list li .orderStatus p {
  text-align: center;
  font-size: 1.2em;
}

main #account #account-wrapper #account-list li .orderStatus h3 {
  display: block;
  margin-left: 1em;
  margin-right: auto;
}

main #account #account-wrapper #account-list li .orderStatus button {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.8em;
  margin-bottom: 2em;
}

main #list {
  background-color: #fff;
  min-height: 90vh;
  padding-bottom: 2em;
}

main #list .ghostBox {
  margin: auto;
  width: 12em;
  height: 4em;
  margin-top: 8em;
}

main #list .ghostBox .headings {
  text-align: center;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.1em;
  font-weight: bold !important;
}

main #list #list-top-wrapper {
  transition: all ease 1.5s;
  width: 100%;
  background-image: linear-gradient(#eeeeee 10%, #e0e0e0 90%);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

main #list #list-top-wrapper #list-top-item1 {
  -webkit-flex: 0 0 90%;
  -ms-flex: 0 0 90%;
  flex: 0 0 90%;
}

main #list #list-top-wrapper #list-top-item1 div {
  padding-top: 2em;
}

main #list #list-top-wrapper #list-top-item1 div input {
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

main #list #list-top-wrapper #list-top-item1 label {
  text-align: center;
  display: block;
  margin-top: 1em;
}

main #list #list-top-wrapper #list-top-item1 input {
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1em;
}

main #list #list-top-wrapper #list-top-item1 button {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}

main #list #list-top-wrapper #list-top-item1 .subButton {
  background-color: #1e88e5 !important;
  color: #fff;
  border: 1px solid #1e88e5 !important;
}

main #list #list-top-wrapper #list-top-item1 .subButton:hover {
  background-color: #0d47a1 !important;
  border: 1px solid #0d47a1 !important;
}

main #list #list-top-wrapper #list-top-item1 .filterbutton i {
  color: #fff !important;
}

main #list #list-top-wrapper #list-top-item1 .filterbutton:hover i {
  transition: all ease 0.8s;
  color: #84d27a !important;
}

main #list #list-top-wrapper #list-top-item2 {
  -webkit-flex: 0 0 90%;
  -ms-flex: 0 0 90%;
  flex: 0 0 90%;
  margin-top: 1em;
  padding-top: 1em;
}

main #list #list-top-wrapper #list-top-item2 ul {
  padding: 0;
  list-style-type: none;
}

main #list #list-top-wrapper #list-top-item2 ul li p {
  text-align: center;
}

main #list #list-top-wrapper #list-top-item2 ul li label {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

main #list #list-wrapper {
  border-bottom: 0.8px #000 solid;
}

main #list #list-wrapper .no-items-wrapper {
  display: block;
  width: 100%;
  min-height: 80vh;
}

main #list #list-wrapper .no-items-wrapper .no-items-in-list {
  color: #bbb;
  font-size: 25px;
  text-align: center;
  font-weight: 200;
}

main #list #list-wrapper #listName {
  text-align: center;
  display: block;
  font-size: 1.2em;
  font-family: "Lato", sans-serif;
  color: #000;
  font-weight: 700;
  margin-top: 2em;
}

main #list #list-wrapper #list-list {
  transition: all ease 1.5s;
  padding: 0em 0em 1em 0em;
  list-style-type: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

main #list #list-wrapper #list-list .template-Bookend {
  background-color: #eee;
  -webkit-flex: 0 0 80% !important;
  -ms-flex: 0 0 80% !important;
  flex: 0 0 80% !important;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

main #list #list-wrapper #list-list .template-Bookend input[type="text"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 150px;
}

main #list #list-wrapper #list-list .template-Bookend input::-webkit-input-placeholder {
  font-size: 0.8em;
}

main #list #list-wrapper #list-list .template-Bookend input::-moz-placeholder {
  font-size: 0.8em;
}

main #list #list-wrapper #list-list .template-Bookend input:-ms-input-placeholder {
  font-size: 0.8em;
}

main #list #list-wrapper #list-list .template-Bookend input::placeholder {
  font-size: 0.8em;
}

main #list #list-wrapper #list-list .template-Bookend div {
  -webkit-flex: 0 0 90%;
  -ms-flex: 0 0 90%;
  flex: 0 0 90%;
}

main #list #list-wrapper #list-list .template-Bookend div h3 {
  -webkit-flex: 0 0 90%;
  -ms-flex: 0 0 90%;
  flex: 0 0 90%;
}

main #list #list-wrapper #list-list .template-Bookend div .save-wrapper {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 78.2px;
  margin-top: 0.5em;
}

main #list #list-wrapper #list-list .template-Bookend div .save-wrapper a {
  font-size: 0.8em;
}

main #list #list-wrapper #list-list .template-Bookend .template-Bookend-mainContent {
  -webkit-flex: 0 0 90%;
  -ms-flex: 0 0 90%;
  flex: 0 0 90%;
  padding-top: 10px;
}

main #list #list-wrapper #list-list .template-Bookend .template-Bookend-mainContent div {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.5em;
  width: 95%;
  font-size: 0.8em;
}

main #list #list-wrapper #list-list .template-Bookend .template-Bookend-mainContent .template-Bookend-heads {
  font-weight: 700 !important;
  font-family: "Lato", sans-serif;
  font-size: 1.1em;
}

main #list #list-wrapper #list-list .template-Bookend .template-Bookend-mainContent .template-Bookend-t-c {
  margin-top: 0.5em;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

main #list #list-wrapper #list-list .template-Bookend .template-Bookend-mainContent .template-Bookend-t-c div {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

main #list #list-wrapper #list-list .template-Bookend .template-Bookend-mainContent .template-Bookend-t-c div p {
  font-size: 11px !important;
}

main #list #list-wrapper #list-list .template-Bookend .template-Bookend-mainContent .template-Bookend-t-c div input {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 20px;
}

main #list #list-wrapper #list-list .template-Bookend .template-Bookend-mainContent .template-Bookend-action {
  text-align: center;
  padding-bottom: 1em;
}

main #list #list-wrapper #list-list .template-Bookend .template-Bookend-mainContent .template-Bookend-action a {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

main #list #list-wrapper #list-list .template-Bookend .template-Bookend-mainContent .template-Bookend-action div {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

main #list #list-wrapper #list-list .template-Bookend .template-Bookend-mainContent .template-Bookend-action div .myTender {
  background-color: #ff9800;
}

main #list #list-wrapper #list-list .template-Bookend .template-Bookend-mainContent .template-Bookend-action div .myTender i {
  font-size: 0.8em;
}

main #list #list-wrapper #list-list .template-Bookend .template-Bookend-mainContent .template-Bookend-action div .buyNow {
  background-color: #4caf50;
}

main #list #list-wrapper #list-list .template-Bookend .template-Bookend-mainContent .template-Bookend-action div .buyNow i {
  font-size: 0.8em;
}

main #list #list-wrapper #list-list li {
  -webkit-flex: 0 0 80%;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  outline: 0.5px #bbb solid;
  height: content;
  margin-top: 2.5em;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

main #list #list-wrapper #list-list li p {
  margin: 2.5px;
}

main #list #list-wrapper #list-list li .product-name {
  margin: 5px 0px 10px 0px;
}

main #list #list-wrapper #list-list li #accountPlaceholderImg {
  height: 8em;
  width: 8em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2em;
}

main #list #list-wrapper #list-list li .template-buyNow-specs-subhead {
  font-size: 14px;
}

main #list #list-wrapper #list-list li .template-buyNow-specs-wrapper {
  padding-bottom: 1em;
  font-size: 0.8em;
  -webkit-flex: 0 0 85%;
  -ms-flex: 0 0 85%;
  flex: 0 0 85%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

main #list #list-wrapper #list-list li .template-buyNow-specs-wrapper a {
  margin: 0.2em;
}

main #list #list-wrapper #list-list li .template-buyNow-specs-wrapper .adj-qty-wrapper {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

main #list #list-wrapper #list-list li .template-buyNow-specs-wrapper .adj-qty-wrapper div {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100px;
}

main #list #list-wrapper #list-list li .template-buyNow-specs-wrapper .adj-qty-wrapper div input {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100px;
}

main #list #list-wrapper #list-list li .template-buyNow-specs-wrapper .buyNow-save-wrapper {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

main #list #list-wrapper #list-list li .template-buyNow-specs-wrapper .buyNow-save-wrapper div {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 78.2px;
  margin-top: 0.5em;
}

main #list #list-wrapper #list-list li .template-buyNow-specs-wrapper .buyNow-save-wrapper div a {
  font-size: 0.8em;
}

main #list #list-wrapper #list-list li .template-buyNow-specs-wrapper .tnC-sentence {
  padding-bottom: 0.5em;
  padding-top: 0.5em;
  font-size: 0.8em;
}

main #list #list-wrapper #list-list li .template-buyNow-specs-wrapper .template-Bookend-action .buyNow-buy-wrapper {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

main #list #list-wrapper #list-list li .template-buyNow-specs-wrapper .template-Bookend-action .buyNow-buy-wrapper div {
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.8em;
  margin-top: 1em;
}

main #list #list-wrapper #list-list li .template-buyNow-specs-wrapper .template-Bookend-action .buyNow-buy-wrapper div a {
  background-color: #4caf50;
  font-size: 0.99em;
}

main #list #list-wrapper #list-list li .template-buyNow-specs-wrapper .template-Bookend-action .buyNow-remove-wrapper {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

main #list #list-wrapper #list-list li .template-buyNow-specs-wrapper .template-Bookend-action .buyNow-remove-wrapper div {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.5em;
  font-size: 0.8em;
}

main #list #list-wrapper #list-list li .template-buyNow-specs-wrapper .template-Bookend-action .buyNow-remove-wrapper div a {
  background-color: #ef5350;
  font-size: 0.99em;
}

main #list #list-wrapper #list-list li .template-buyNow-specs-wrapper div {
  -webkit-flex: 0 0 90%;
  -ms-flex: 0 0 90%;
  flex: 0 0 90%;
}

main #list #list-wrapper #list-list li .template-buyNow-specs-wrapper div p {
  display: inline-block;
}

main #list #list-wrapper #list-list li .template-buyNow-specs-wrapper .userAgreements {
  flex: initial;
}

main #list #list-wrapper #list-list li .template-buyNow-specs-wrapper .userAgreements p {
  display: block;
  font-size: 1.2em;
  overflow: hidden;
  padding-left: 0.5em;
  width: max-content;
  font-weight: 600;
}

main #list #list-wrapper #list-list li .template-buyNow-specs-wrapper div textarea {
  width: 100%;
}


main #list #list-wrapper #list-list li .template-buyNow-specs-wrapper div .template-buyNow-specs-result {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin: 0.2em;
}

main #list #list-wrapper #list-list li .template-buyNow-specs-wrapper div .template-buyNow-remove {
  text-align: center;
  display: block;
  color: red;
  padding-top: 10px;
  padding-bottom: 10px;
}

main #list #list-wrapper #list-list li .template-buyNow-specs-wrapper div input[type="checkbox"] {
  margin-top: 0.4em;
  float: left;
  margin-left: 12px;
}

main #list #list-wrapper #list-list li .template-buyNow-specs-wrapper div input {
  display: block;
}

main #list #list-wrapper #list-list li .template-buyNow-specs-wrapper div input[type="number"] {
  margin-bottom: 0.5em;
  max-width: 100px;
}

main #list #list-wrapper #list-list li .template-buyNow-specs-wrapper div .template-buyNow-heads-2 {
  font-weight: 700 !important;
  font-family: "Lato", sans-serif;
  font-size: 1.1em;
  margin: 0.2em;
}

main #list #list-wrapper #list-list li h3 {
  -webkit-flex: 0 0 80%;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  text-align: center;
}

main #list #list-wrapper #list-list li label {
  -webkit-flex: 0 0 80%;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
}

main #list #list-wrapper #list-list li p {
  -webkit-flex: 0 0 80%;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  text-align: center;
}

main #list #list-wrapper #list-list li button {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2em;
  margin-bottom: 2em;
}

main #list #list-wrapper #list-list li .qtyRequired {
  -webkit-flex: 0 0 90%;
  -ms-flex: 0 0 90%;
  flex: 0 0 90%;
  margin-bottom: 1em;
}

main #list #list-wrapper #list-list li .qtyRequired p {
  text-align: center;
  font-size: 1.2em;
}

main #list #list-wrapper #list-list li .qtyRequired h3 {
  display: block;
  margin-left: 1em;
  margin-right: auto;
}

main #list #list-wrapper #list-list li .qtyRequired label {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5em;
  text-align: center;
}

main #list #list-wrapper #list-list li .qtyRequired input {
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

main #list #list-wrapper #list-list li .qtyRequired button {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2em;
  margin-bottom: 1em;
}

main #list #list-wrapper #list-list li .qtyRequired .remove1:hover {
  background-color: #e53935 !important;
  border: 1px #e53935 solid !important;
  color: #fff;
}

main #list #list-wrapper #list-list li .qtyRequired .remove1 {
  color: #fff;
  background-color: rgba(244, 67, 54, 0.8) !important;
  border: 1px rgba(244, 67, 54, 0.8) solid !important;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2em;
  margin-bottom: 1em;
}

main #auxtionManagement {
  background-color: #fff;
  height: content !important;
  padding-bottom: 1em;
}

main #auxtionManagement .ghostBox {
  margin: auto;
  width: 12em;
  height: 4em;
  margin-top: 6em;
  margin-bottom: 4em;
}

main #auxtionManagement .ghostBox .headings {
  text-align: center;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.1em;
  font-weight: bold !important;
}

main #auxtionManagement #auxtionManagement-wrapper {
  margin-top: 0;
  width: 90%;
  height: content;
  margin-left: auto;
  margin-right: auto;
}

main #auxtionManagement #auxtionManagement-seachBox {
  height: content;
  background-color: #4caf50;
  padding-bottom: 1.5em;
}

main #auxtionManagement #auxtionManagement-seachBox #formFlex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

main #auxtionManagement #auxtionManagement-seachBox #formFlex .formFlexItem {
  margin-top: 1.5em;
  -webkit-flex: 0 0 80%;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
}

main #auxtionManagement #auxtionManagement-seachBox #formFlex .formFlexItem select {
  display: block;
  margin-left: auto;
  margin-right: 0 !important;
}

main #auxtionManagement #auxtionManagement-seachBox .filterbutton i {
  color: #fff !important;
}

main #auxtionManagement #auxtionManagement-seachBox .filterbutton:hover i {
  transition: all ease 0.8s;
  color: #84d27a !important;
}

main #auxtionManagement #auxtionManagement-seachResults {
  margin-top: 1em;
}

main #auxtionManagement #auxtionManagement-seachResults h3 {
  text-align: center;
  padding-top: 1em;
  padding-bottom: 1.5em;
  font-size: 1.5em;
}

main #auxtionManagement #auxtionManagement-seachResults ul {
  outline: 1px #bbb solid;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
}

main #auxtionManagement #auxtionManagement-seachResults ul li {
  -webkit-flex: 0 0 90%;
  -ms-flex: 0 0 90%;
  flex: 0 0 90%;
  margin-top: 1em;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  height: content;
}

main #auxtionManagement #auxtionManagement-seachResults ul li div .exceptionsHeading {
  font-size: 1.15em;
  font-weight: bold;
}

main #auxtionManagement #auxtionManagement-seachResults ul li button {
  margin-top: 1em;
  margin-bottom: 1em;
}

main #productManagement {
  background-color: #fff;
  height: content !important;
  padding-bottom: 1em;
}

main #productManagement .ghostBox {
  margin: auto;
  width: 12em;
  height: 4em;
  margin-top: 6em;
  margin-bottom: 4em;
}

main #productManagement .ghostBox .headings {
  text-align: center;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.1em;
  font-weight: bold !important;
}

main #productManagement #productManagement-wrapper {
  margin-top: 0;
  width: 90%;
  height: content;
  margin-left: auto;
  margin-right: auto;
}

main #productManagement #productManagement-seachBox {
  height: content;
  background-color: #4caf50;
  padding-bottom: 1.5em;
}

main #productManagement #productManagement-seachBox #formFlex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

main #productManagement #productManagement-seachBox #formFlex .formFlexItem {
  margin-top: 1.5em;
  -webkit-flex: 0 0 80%;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
}

main #productManagement #productManagement-seachBox #formFlex .formFlexItem select {
  display: block;
  margin-left: auto;
  margin-right: 0 !important;
}

main #productManagement #productManagement-seachBox .filterbutton i {
  color: #fff !important;
}

main #productManagement #productManagement-seachBox .filterbutton:hover i {
  transition: all ease 0.8s;
  color: #84d27a !important;
}

main #productManagement #productManagement-seachResults {
  margin-top: 1em;
}

main #productManagement #productManagement-seachResults h3 {
  text-align: center;
  padding-top: 1em;
  padding-bottom: 1.5em;
  font-size: 1.5em;
}

main #productManagement #productManagement-seachResults table {
  max-width: 100%;
}

main #productManagement #productManagement-seachResults table tbody {
  max-width: 100%;
}

main #favourites {
  background-color: #fff;
  padding-bottom: 1em;
  min-height: 100vh;
}

main #favourites .ghostBox {
  margin: auto;
  width: 12em;
  height: 4em;
  margin-top: 8em;
}

main #favourites .ghostBox .headings {
  text-align: center;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.1em;
  font-weight: bold !important;
}

main #favourites .tab-groupBuy-wrapper .template-withtabs-content ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0px;
}

main #favourites .tab-groupBuy-wrapper .template-withtabs-content ul li {
  -webkit-flex: 0 0 95%;
  -ms-flex: 0 0 95%;
  flex: 0 0 95%;
  outline: 1px #bbb solid;
  margin-top: 16px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

main #favourites .tab-groupBuy-wrapper .template-withtabs-content ul li .template-withtabs-content-flexitem1 {
  padding-top: 8px;
  -webkit-flex: 0 0 95%;
  -ms-flex: 0 0 95%;
  flex: 0 0 95%;
  border-bottom: 1px solid #bbb;
}

main #favourites .tab-groupBuy-wrapper .template-withtabs-content ul li .template-withtabs-content-flexitem1 p {
  margin-bottom: 0px;
  padding-bottom: 8px;
}

main #favourites .tab-groupBuy-wrapper .template-withtabs-content ul li .template-withtabs-content-flexitem2 {
  -webkit-flex: 0 0 95%;
  -ms-flex: 0 0 95%;
  flex: 0 0 95%;
}

main #favourites .tab-groupBuy-wrapper .template-withtabs-content ul li .template-withtabs-content-flexitem2 p {
  text-align: center;
  padding-top: 8px;
}

main #favourites .tab-groupBuy-wrapper .template-withtabs-content ul li .template-withtabs-content-flexitem2 .imgortable-Placeholder {
  height: 160px;
  width: 160px;
  background-color: #bbb;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

main #favourites .tab-groupBuy-wrapper .template-withtabs-content ul li .template-withtabs-content-flexitem2 .template-productImage {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

main #favourites .tab-groupBuy-wrapper .template-withtabs-content ul li .template-withtabs-content-flexitem2 .template-productImage a img {
  padding-top: 10px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 160px;
  max-height: 160px;
}

main #favourites .tab-groupBuy-wrapper .template-withtabs-content ul li .template-withtabs-content-flexitem2 .template-flexitem2-units-description {
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding-top: 16px;
}

main #favourites .tab-groupBuy-wrapper .template-withtabs-content ul li .template-withtabs-content-flexitem2 .template-flexitem2-units-description p {
  margin-bottom: 8px;
  display: inline-block;
  padding-left: 8px;
  padding-top: 0px;
}

main #favourites .tab-groupBuy-wrapper .template-withtabs-content ul li .template-withtabs-content-flexitem3 {
  -webkit-flex: 0 0 95%;
  -ms-flex: 0 0 95%;
  flex: 0 0 95%;
}

main #favourites .tab-groupBuy-wrapper .template-withtabs-content ul li .template-withtabs-content-flexitem3 .template-withtabs-content-flexitem3-status {
  padding-top: 16px;
}

main #favourites .tab-groupBuy-wrapper .template-withtabs-content ul li .template-withtabs-content-flexitem3 p {
  text-align: center;
}

main #favourites .tab-groupBuy-wrapper .template-withtabs-content ul li .template-withtabs-content-flexitem3 div {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

main #favourites .tab-groupBuy-wrapper .template-withtabs-content ul li .template-withtabs-content-flexitem3 div p {
  -webkit-flex: 0 0 45%;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  display: inline-block;
  padding-left: 8px;
  word-wrap: normal;
  margin-bottom: 10px;
}

main #favourites .tab-groupBuy-wrapper .template-withtabs-content ul li .template-withtabs-content-flexitem3 div a {
  -webkit-flex: 0 0 45%;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  display: inline-block;
  padding-left: 8px;
  word-wrap: normal;
  margin-bottom: 10px;
}

main #favourites .tab-groupBuy-wrapper .template-withtabs-content ul li .template-withtabs-content-flexitem3 div input {
  max-width: 60px;
  -webkit-flex: 0 0 45%;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  display: inline-block;
  margin-left: 8px;
  word-wrap: normal;
  margin-bottom: 10px;
}

main #login {
  background-color: #fff;
  min-height: 100vh;
}

main #login .ghostBox {
  margin: auto;
  width: 12em;
  height: 4em;
  margin-top: 8em;
}

main #login .ghostBox .headings {
  text-align: center;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.1em;
  font-weight: bold !important;
}

main #login #login-wrapper {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

main #login #login-wrapper form {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

main #login #login-wrapper form button {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

main #login #login-wrapper .errormsg {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

main #login #login-wrapper .errormsg ul {
  list-style-type: none;
  padding-top: 30px;
}

main #login #login-wrapper .errormsg ul li {
  padding-top: 10px;
  color: red;
}

main #registerSupplier {
  background-color: #fff;
  min-height: 100vh;
  padding-bottom: 2em;
}

main #registerSupplier .registerSupplier-subhead {
  text-align: center;
  font-style: italic;
  margin-left: auto;
  margin-right: auto;
}

main #registerSupplier .ghostBox {
  margin: auto;
  width: 20em;
  height: 4em;
  margin-top: 8em;
}

main #registerSupplier .ghostBox .headings {
  text-align: center;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.1em;
  font-weight: bold !important;
}

main #registerSupplier #registerSupplier-wrapper {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

main #registerSupplier #registerSupplier-wrapper h3 {
  margin-top: 2.5em;
  margin-bottom: 1.5em;
}

main #registerSupplier #registerSupplier-wrapper .notRobot {
  margin-top: 2.5em;
  margin-bottom: 1.5em;
}

main #registerSupplier #registerSupplier-wrapper .notRobot p {
  display: inline-block;
  width: 8em;
}

main #registerSupplier #registerSupplier-wrapper .notRobot input {
  display: inline-block;
  width: 5em;
}

main #registerSupplier #registerSupplier-wrapper form {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

main #registerSupplier #registerSupplier-wrapper form button {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

main #registerSupplier #registerSupplier-wrapper .errormsg {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

main #registerSupplier #registerSupplier-wrapper .errormsg ul {
  list-style-type: none;
  padding-top: 30px;
}

main #registerSupplier #registerSupplier-wrapper .errormsg ul li {
  padding-top: 10px;
  color: red;
}

main #registerCustomer {
  background-color: #fff;
  min-height: 100vh;
  padding-bottom: 2em;
}

main #registerCustomer .registerCustomer-subhead {
  padding-top: 0.5em;
  text-align: center;
  font-style: italic;
}

main #registerCustomer .ghostBox {
  margin: auto;
  width: 15em;
  height: 4em;
  margin-top: 8em;
}

main #registerCustomer .ghostBox .headings {
  text-align: center;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.1em;
  font-weight: bold !important;
}

main #registerCustomer #registerCustomer-wrapper {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

main #registerCustomer #registerCustomer-wrapper h3 {
  margin-top: 2.5em;
  margin-bottom: 1.5em;
}

main #registerCustomer #registerCustomer-wrapper .notRobot {
  margin-top: 2.5em;
  margin-bottom: 1.5em;
}

main #registerCustomer #registerCustomer-wrapper .notRobot p {
  display: inline-block;
  width: 8em;
}

main #registerCustomer #registerCustomer-wrapper .notRobot input {
  display: inline-block;
  width: 5em;
}

main #registerCustomer #registerCustomer-wrapper form {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

main #registerCustomer #registerCustomer-wrapper form button {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

main #registerCustomer #registerCustomer-wrapper .errormsg {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

main #registerCustomer #registerCustomer-wrapper .errormsg ul {
  list-style-type: none;
  padding-top: 30px;
}

main #registerCustomer #registerCustomer-wrapper .errormsg ul li {
  padding-top: 10px;
  color: red;
}

main #supplier {
  background-color: #fff;
  height: content !important;
  padding-bottom: 1em;
}

main #supplier .ghostBox {
  margin: auto;
  width: 12em;
  height: 4em;
  margin-top: 6em;
}

main #supplier .ghostBox .headings {
  text-align: center;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.1em;
  font-weight: bold !important;
}

main #supplier #supplier-topInfo {
  background-color: #547980;
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2em;
  margin-bottom: 2em;
}

main #supplier #supplier-topInfo .topInfo {
  width: 80%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 1em;
  padding-right: 1em;
}

main #supplier #supplier-topInfo .topInfo li {
  -webkit-flex: 0 0 80%;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

main #supplier #supplier-topInfo .topInfo li .topInfo-labelName {
  font-size: 1.25em;
  -webkit-flex: 0 0 80%;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  padding-right: 2em;
  color: rgba(255, 255, 255, 0.9);
  letter-spacing: 0.03em;
}

main #supplier #supplier-topInfo .topInfo li div {
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  text-align: center;
}

main #supplier #supplier-topInfo .topInfo li div p {
  font-size: 1.1em;
  text-align: center;
  background-color: #fff;
}

main #supplier #supplier-search-wrapper {
  margin-top: 0;
  width: 90%;
  height: content;
  margin-left: auto;
  margin-right: auto;
}

main #supplier #supplier-seachBox {
  height: content;
  background-color: #4caf50;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

main #supplier #supplier-seachBox #supplier-formFlex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

main #supplier #supplier-seachBox #supplier-formFlex .formFlexItem {
  margin-top: 1.5em;
  -webkit-flex: 0 0 80%;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
}

main #supplier #supplier-seachBox #supplier-formFlex .formFlexItem select {
  display: block;
  margin-left: auto;
  margin-right: 0 !important;
}

main #supplier #supplier-seachBox .filterbutton i {
  color: #fff !important;
}

main #supplier #supplier-seachBox .filterbutton:hover i {
  transition: all ease 0.8s;
  color: #84d27a !important;
}

main #supplier #supplier-seachResults {
  margin-top: 1em;
}

main #supplier #supplier-seachResults ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
}

main #supplier #supplier-seachResults ul li {
  margin-top: 1em;
  text-align: center;
  outline: 1px rgba(37, 166, 64, 0.6) solid;
  -webkit-flex: 0 0 90%;
  -ms-flex: 0 0 90%;
  flex: 0 0 90%;
  margin-left: auto;
  margin-right: auto;
  height: content;
}

main #supplier #supplier-seachResults ul li #supplier-result-item-contents-pricing ul li {
  outline: 0px solid !important;
  border-bottom: 1px #bbb solid;
}

main #supplier #supplier-seachResults ul li .supplier-result-item-contents .newPriceHeading {
  margin-top: 1.5em;
}

main #supplier #supplier-seachResults ul li .supplier-result-item-contents .filterbutton i {
  color: #fff !important;
}

main #supplier #supplier-seachResults ul li .supplier-result-item-contents .filterbutton:hover i {
  transition: all ease 0.8s;
  color: #84d27a !important;
}

main #supplier #supplier-seachResults ul li .supplier-result-item-contents #autoBid {
  display: inline-block !important;
  margin-right: 2em !important;
  margin-left: 2em !important;
}

main #supplier #supplier-seachResults ul li .supplier-result-item-contents .subButton {
  background-color: #1e88e5 !important;
  color: #fff;
  border: 1px solid #1e88e5 !important;
}

main #supplier #supplier-seachResults ul li .supplier-result-item-contents .subButton:hover {
  background-color: #0d47a1 !important;
  border: 1px solid #0d47a1 !important;
}

main #supplier #supplier-seachResults ul li .supplier-result-item-contents .boldP {
  font-weight: bold !important;
}

main #supplier #supplier-seachResults ul li .supplier-result-item-contents .largerBidding {
  font-size: 1.5em;
}

main #supplier #supplier-seachResults ul li .supplier-result-item-contents p {
  color: #000;
}

main #supplier #supplier-seachResults ul li img {
  width: 10em;
  height: 10em;
  background-color: #bbb;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 1.5em;
}

main #supplier #supplier-seachResults ul li button {
  margin-top: 1em;
  margin-bottom: 1em;
}

main #supplier #supplier-seachResults ul li .specButton {
  padding: 0 18px;
}


@media only screen and (min-width: 40em) {
  main .otherhr {
    display: none;
  }

  main #home #toTabletSubhead {
    display: block;
    padding-top: 2em;
    margin-left: 18%;
    padding-left: 10px;
    color: rgba(84, 121, 128, 0.8);
    font-weight: 500;
    font-size: 2em;
    font-family: "Lato", sans-serif;
  }

  main #home #searchbox-wrapper {
    margin-left: 18%;
    margin-top: 1em;
  }

  main #list #list-wrapper #list-top-wrapper #list-list input {
    width: 80% !important;
  }

  main #list #list-wrapper #list-top-wrapper #list-top-item1 button {
    -webkit-flex: 0 0 30% !important;
    -ms-flex: 0 0 30% !important;
    flex: 0 0 30% !important;
  }
}

footer {
  background-color: #262626;
  height: auto;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

footer #footerControl {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

footer #footerControl .copy-r-flocknsave-wrapper {
  -webkit-flex: 0 0 70%;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

footer #footerControl .copy-r-flocknsave-wrapper .copy-r-flocknsave {
  -webkit-flex: 0 0 40% !important;
  -ms-flex: 0 0 40% !important;
  flex: 0 0 40% !important;
  font-size: 0.8em;
  margin-bottom: 1em;
  font-family: "Lato", sans-serif;
  color: #fff;
}

footer #footerControl .copy-r-flocknsave-wrapper .contact-via-support {
  -webkit-flex: 0 0 80%;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  font-size: 1.4em;
  font-family: "Lato", sans-serif;
  color: #fff;
  margin-right: 12px;
}

footer #footerControl .copy-r-flocknsave-wrapper .contact-via-support {
  -webkit-flex: 0 0 80%;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
}

footer #footerControl .copy-r-flocknsave-wrapper .contact-via-support a {
  text-decoration: none;
}

footer #footerControl .copy-r-flocknsave-wrapper .contact-via-support a p {
  font-size: 0.6em;
  color: #fff;
}

footer #footerControl .copy-r-flocknsave-wrapper .contact-via-support-social {
  -webkit-flex: 0 0 80%;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

footer #footerControl .copy-r-flocknsave-wrapper .contact-via-support-social #social-block {
  display: none !important;
}

footer #footerControl .copy-r-flocknsave-wrapper .contact-via-support-social div {
  margin-left: 0;
  margin-top: 0em;
  margin-right: 0.8em;
  -webkit-flex: 0 0 10%;
  -ms-flex: 0 0 10%;
  flex: 0 0 10%;
}

footer #footerControl .copy-r-flocknsave-wrapper .contact-via-support-social div p {
  font-size: 0.6em;
  color: #fff;
}

footer #footerControl .copy-r-flocknsave-wrapper .contact-via-support-social div p i {
  font-size: 4em !important;
  color: #fff;
}

footer #footerControl .copy-r-flocknsave-wrapper .contact-via-support-social div p i:hover {
  color: #84d27a;
}

@media only screen and (min-width: 34em) {
  header #logo {
    transition: ease 1s;
    -webkit-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
  }

  header #logo a img {
    max-width: 13em;
  }

  main #home2 #aboutFirstLine {
    padding-top: 4.5em !important;
  }

  main #home2 .aboutWidthLess {
    width: 70% !important;
  }
}

/*Search list: 2 colomns listview */
@media only screen and (min-width: 40em) and (max-width: 44em){

  main #search #productNav {
    display: none !important;
  }
  
  main #search #seachResults ul li {
    -webkit-flex: 0 0 49% !important;
    -ms-flex: 0 0 49% !important;
    flex: 0 0 49% !important;
    outline: 1px #bbb solid;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #seachResults li {
    outline-color: transparent !important;
    border: 1px solid #bbb;
    border-radius: 0px !important;
    border-bottom: 1px solid #33687a !important;
    border-top: 1px solid #33687a !important;
    border-left: 1px solid #33687a !important;
    border-right: 1px solid #33687a !important;
    min-width: 14em !important;
    margin-top: 7px;
  }

  main #search #seachResults ul li .template-withtabs-content-flexitem2 .template-flexitem2-units-description {
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: left;
    padding-top: 3px;
    padding-bottom: 3px;
    display: inline-table;
  }

  main #search #seachResults ul li .template-withtabs-content-flexitem2 .template-flexitem2-units-description .product-Main-Heading-template {
    width: 100%;
    height: 1em;
    font-size: 0.7em;
    font-weight: 600;
  }

  main #search #seachResults ul li .template-withtabs-content-flexitem2 .template-flexitem2-units-description .product-Sub-Heading-template {
    width: 100%;
    height: auto;
    font-size: 0.65em;
    font-weight: 500;
  }

  main #search #seachResults ul li .template-withtabs-content-flexitem2 .template-flexitem2-units-description .product-Sub-Heading-template div {
    font-weight: 600 !important;
    font-size: 0.8em;
    display: inline !important;
    padding-left: 0px !important;
    margin-right: auto;
    margin-left: 0;
  }

  main #search #seachResults ul li .template-withtabs-content-flexitem2 .template-flexitem2-units-description .product-Region-Heading-template {
    width: 100%;
    height: auto !important;
    font-size: 0.8em;
    font-weight: 600 !important;
    margin: 0px !important;
  }

  main #search #seachResults ul li .template-withtabs-content-flexitem2 .template-flexitem2-units-description .product-Savings-Heading-template {
    width: 100%;
    height: 2.2em;
    font-size: 0.7em;
    font-weight: 400;
  }

  .template-withtabs-content-flexitem3 th {
    text-align: center;
    padding: 0.5em !important;
    margin: 0 auto !important;
    font-size: 0.6em !important;
  }
}



@media only screen and (min-width: 34em) and (min-width: 44em) {
  main #OneItemBuyNow {
    background-color: #fff;
    min-height: 100vh;
    padding-bottom: 2em !important;
    height: auto;
    background-color: #fff;
    min-height: 100vh !important;
    padding-bottom: 1em;
  }

  main #OneItemBuyNow .ghostBox {
    margin: auto;
    width: 12em;
    height: 4em;
    margin-top: 6em;
  }

  main #OneItemBuyNow .ghostBox .headings {
    text-align: center;
    font-family: "Lato", sans-serif;
    letter-spacing: 0.1em;
    font-weight: bold !important;
  }

  main #OneItemBuyNow #search-wrapper {
    margin-top: 0;
    width: 90%;
    height: content;
    margin-left: auto;
    margin-right: auto;
  }

  main #OneItemBuyNow #seachResults {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 95%;
  }

  main #OneItemBuyNow #seachResults ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding-left: 0px;
  }

  main #OneItemBuyNow #seachResults ul li {
    -webkit-flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    outline: 1px #bbb solid;
    margin-top: 16px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  main #OneItemBuyNow #seachResults ul li .template-withtabs-content-flexitem1 {
    padding-top: 8px;
    -webkit-flex: 0 0 90%;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
  }

  main #OneItemBuyNow #seachResults ul li .template-withtabs-content-flexitem1 p {
    margin-bottom: 0px;
    padding-bottom: 8px;
  }

  main #OneItemBuyNow #seachResults ul li .template-withtabs-content-flexitem1 .template-productImage {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  main #OneItemBuyNow #seachResults ul li .template-withtabs-content-flexitem1 .template-productImage a img {
    padding-top: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 160px;
    max-height: 160px;
  }

  main #OneItemBuyNow #seachResults ul li .template-withtabs-content-flexitem2 {
    -webkit-flex: 0 0 95%;
    -ms-flex: 0 0 95%;
    flex: 0 0 95%;
  }

  main #OneItemBuyNow #seachResults ul li .template-withtabs-content-flexitem2 .template-flexitem2-units-description {
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding-top: 6px;
    text-align: center;
  }

  main #OneItemBuyNow #seachResults ul li .template-withtabs-content-flexitem2 .template-flexitem2-units-description p {
    margin-bottom: 14px;
    display: inline-block;
    padding-left: 8px;
    padding-top: 0px;
  }

  main #OneItemBuyNow #seachResults ul li .template-withtabs-content-flexitem2 .template-flexitem2-units-description .product-Main-Heading-template {
    width: 100%;
    height: 1.6em;
    font-size: 1.35em;
    font-weight: 600;
  }

  main #OneItemBuyNow #seachResults ul li .template-withtabs-content-flexitem2 .template-flexitem2-units-description .product-Sub-Heading-template {
    width: 100%;
    height: 2.6em;
    font-size: 1em;
    font-weight: 600;
  }

  main #OneItemBuyNow #seachResults ul li .template-withtabs-content-flexitem2 .template-flexitem2-units-description .product-Sub-Heading-template div {
    font-weight: 600 !important;
    font-size: 1.25em;
    display: inline-block !important;
    padding-left: 5px;
    margin-right: auto;
    margin-left: 0;
  }

  main #OneItemBuyNow #seachResults ul li .template-withtabs-content-flexitem2 .template-flexitem2-units-description .product-Sub-Heading-template div .infoProduct {
    border: 0px;
    background-color: #fff !important;
    padding: 0px;
  }

  main #OneItemBuyNow #seachResults ul li .template-withtabs-content-flexitem2 .template-flexitem2-units-description .product-Sub-Heading-template div .infoProduct i {
    font-size: 1.25em;
    color: #01579b;
  }

  main #OneItemBuyNow #seachResults ul li .template-withtabs-content-flexitem2 .template-flexitem2-units-description .product-Units-Heading-template {
    width: 100%;
    height: 2em;
    font-size: 1.2em;
    font-weight: 350;
    padding-top: 2px;
  }

  main #OneItemBuyNow #seachResults ul li .template-withtabs-content-flexitem2 .template-flexitem2-units-description .product-Savings-Heading-template {
    width: 100%;
    height: 2.2em;
    font-size: 1em;
    font-weight: 400;
  }

  main #OneItemBuyNow #seachResults ul li .template-withtabs-content-flexitem2 .template-flexitem2-units-description .product-Savings-Heading-template div {
    font-weight: 600 !important;
    font-size: 1.1em;
    display: inline-block;
    padding-left: 5px;
  }

  main #OneItemBuyNow #seachResults ul li .template-withtabs-content-flexitem2 .template-flexitem2-units-description .product-Region-Heading-template {
    width: 100%;
    height: 1.5em;
    font-size: 1em;
    font-weight: 500;
    padding-top: 5px;
  }

  main #OneItemBuyNow #seachResults ul li .template-withtabs-content-flexitem2 .template-flexitem2-units-description .template-flexitem2-units-description2 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  main #OneItemBuyNow #seachResults ul li .template-withtabs-content-flexitem3 {
    -webkit-flex: 0 0 85%;
    -ms-flex: 0 0 85%;
    flex: 0 0 85%;
    padding-bottom: 16px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  main #OneItemBuyNow #seachResults ul li .template-withtabs-content-flexitem3 table {
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding-left: 0.5em;
    padding-right: 0.5em;
    min-width: 200px;
  }

  main #OneItemBuyNow #seachResults ul li .template-withtabs-content-flexitem3 table tr {
    margin-left: auto;
    margin-right: auto;
    width: 200px;
    display: block;
  }

  main #OneItemBuyNow #seachResults ul li .template-withtabs-content-flexitem3 table tr th {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  main #OneItemBuyNow #seachResults ul li .template-withtabs-content-flexitem3 table tr th input {
    width: 100px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  main #OneItemBuyNow #seachResults ul li .template-withtabs-content-flexitem3 table tr th a {
    width: 140px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  main #OneItemBuyNow #seachResults ul li .template-withtabs-content-flexitem3 table .addCart {
    background-color: #4caf50;
    width: 73px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
  }

  main #OneItemBuyNow #seachResults ul li .template-withtabs-content-flexitem3 table .removeFrom {
    background-color: #ef5350;
    width: 73px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
  }

  main #OneItemBuyNow .pagination {
    margin-left: auto;
    margin-right: auto;
  }

  main #OneItemBuyNow .pagination .pagination-wrapper {
    width: 190px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  main #OneItemBuyNow .pagination .pagination-wrapper .page-number {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }

  main #OneItemBuyNow .pagination .pagination-wrapper a {
    font-size: 14px;
    text-align: center;
  }

  main #Favs {
    background-color: #fff;
    min-height: 100vh;
    padding-bottom: 2em !important;
    height: auto;
    background-color: #fff;
    min-height: 100vh !important;
    padding-bottom: 1em;
  }

  main #Favs .ghostBox {
    margin: auto;
    width: 12em;
    height: 4em;
    margin-top: 6em;
  }

  main #Favs .ghostBox .headings {
    text-align: center;
    font-family: "Lato", sans-serif;
    letter-spacing: 0.1em;
    font-weight: bold !important;
  }

  main #Favs #search-wrapper {
    margin-top: 0;
    width: 90%;
    height: content;
    margin-left: auto;
    margin-right: auto;
  }

  main #Favs #seachResults {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 95%;
  }

  main #Favs #seachResults ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding-left: 0px;
  }

  main #Favs #seachResults ul li {
    -webkit-flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    outline: 1px #bbb solid;
    margin-top: 16px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  main #Favs #seachResults ul li .template-withtabs-content-flexitem1 {
    padding-top: 8px;
    -webkit-flex: 0 0 90%;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
  }

  main #Favs #seachResults ul li .template-withtabs-content-flexitem1 p {
    margin-bottom: 0px;
    padding-bottom: 8px;
  }

  main #Favs #seachResults ul li .template-withtabs-content-flexitem1 .template-productImage {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  main #Favs #seachResults ul li .template-withtabs-content-flexitem1 .template-productImage a img {
    padding-top: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 160px;
    max-height: 160px;
  }

  main #Favs #seachResults ul li .template-withtabs-content-flexitem2 {
    -webkit-flex: 0 0 95%;
    -ms-flex: 0 0 95%;
    flex: 0 0 95%;
  }

  main #Favs #seachResults ul li .template-withtabs-content-flexitem2 .template-flexitem2-units-description {
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding-top: 6px;
    text-align: center;
  }

  main #Favs #seachResults ul li .template-withtabs-content-flexitem2 .template-flexitem2-units-description p {
    margin-bottom: 14px;
    display: inline-block;
    padding-left: 8px;
    padding-top: 0px;
  }

  main #Favs #seachResults ul li .template-withtabs-content-flexitem2 .template-flexitem2-units-description .product-Main-Heading-template {
    width: 100%;
    height: 1.6em;
    font-size: 1.35em;
    font-weight: 600;
  }

  main #Favs #seachResults ul li .template-withtabs-content-flexitem2 .template-flexitem2-units-description .product-Sub-Heading-template {
    width: 100%;
    height: 2.6em;
    font-size: 1em;
    font-weight: 600;
  }

  main #Favs #seachResults ul li .template-withtabs-content-flexitem2 .template-flexitem2-units-description .product-Sub-Heading-template div {
    font-weight: 600 !important;
    font-size: 1.25em;
    display: inline-block !important;
    padding-left: 5px;
    margin-right: auto;
    margin-left: 0;
  }

  main #Favs #seachResults ul li .template-withtabs-content-flexitem2 .template-flexitem2-units-description .product-Sub-Heading-template div .infoProduct {
    border: 0px;
    background-color: #fff !important;
    padding: 0px;
  }

  main #Favs #seachResults ul li .template-withtabs-content-flexitem2 .template-flexitem2-units-description .product-Sub-Heading-template div .infoProduct i {
    font-size: 1.25em;
    color: #01579b;
  }

  main #Favs #seachResults ul li .template-withtabs-content-flexitem2 .template-flexitem2-units-description .product-Units-Heading-template {
    width: 100%;
    height: 2em;
    font-size: 1.2em;
    font-weight: 350;
    padding-top: 2px;
  }

  main #Favs #seachResults ul li .template-withtabs-content-flexitem2 .template-flexitem2-units-description .product-Savings-Heading-template {
    width: 100%;
    height: 2.2em;
    font-size: 1em;
    font-weight: 400;
  }

  main #Favs #seachResults ul li .template-withtabs-content-flexitem2 .template-flexitem2-units-description .product-Savings-Heading-template div {
    font-weight: 600 !important;
    font-size: 1.1em;
    display: inline-block;
    padding-left: 5px;
  }

  main #Favs #seachResults ul li .template-withtabs-content-flexitem2 .template-flexitem2-units-description .product-Region-Heading-template {
    width: 100%;
    height: 1.5em;
    font-size: 1em;
    font-weight: 500;
    padding-top: 5px;
  }

  main #Favs #seachResults ul li .template-withtabs-content-flexitem2 .template-flexitem2-units-description .template-flexitem2-units-description2 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  main #Favs #seachResults ul li .template-withtabs-content-flexitem3 {
    -webkit-flex: 0 0 85%;
    -ms-flex: 0 0 85%;
    flex: 0 0 85%;
    padding-bottom: 16px;
  }

  main #Favs #seachResults ul li .template-withtabs-content-flexitem3 table {
    padding-left: 0.5em;
    padding-right: 0.5em;
    min-width: 200px;
  }

  main #Favs #seachResults ul li .template-withtabs-content-flexitem3 table a {
    width: 140px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  main #Favs #seachResults ul li .template-withtabs-content-flexitem3 table .addCart {
    background-color: #4caf50;
  }

  main #Favs #seachResults ul li .template-withtabs-content-flexitem3 table .addWatchlist {
    background-color: #ff9800;
  }

  main #Favs #seachResults ul li .template-withtabs-content-flexitem3 table .addFavs {
    background-color: #01579b;
  }

  main #Favs #seachResults ul li .template-withtabs-content-flexitem3 table .removeFrom {
    background-color: #ef5350;
  }

  main #Favs #seachResults ul li .template-withtabs-content-flexitem3 table .fa-plus {
    font-size: 0.8em;
  }

  main #Favs #seachResults ul li .template-withtabs-content-flexitem3 table .fa-minus {
    font-size: 0.8em;
  }

  main #Favs #seachResults ul li .template-withtabs-content-flexitem3 table .fa-binoculars {
    font-size: 1.2em;
    padding-left: 10px;
  }

  main #Favs #seachResults ul li .template-withtabs-content-flexitem3 table .fa-shopping-cart {
    font-size: 1.2em;
    padding-left: 10px;
  }

  main #Favs #seachResults ul li .template-withtabs-content-flexitem3 table .fa-star {
    font-size: 1.2em;
    padding-left: 10px;
  }

  main #Favs #seachResults ul li .template-withtabs-content-flexitem3 table .fa-trash-o {
    font-size: 1.2em;
    padding-left: 10px;
  }

  main #Favs .pagination {
    margin-left: auto;
    margin-right: auto;
  }

  main #Favs .pagination .pagination-wrapper {
    width: 190px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  main #Favs .pagination .pagination-wrapper .page-number {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }

  main #Favs .pagination .pagination-wrapper a {
    font-size: 14px;
    text-align: center;
  }

  main #list #list-wrapper #list-list li {
    -webkit-flex: 0 0 45%;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    margin-right: 0.5em;
    margin-left: 0.5em;
  }

  main #list #list-wrapper #list-list .template-Bookend {
    background-color: #eee;
    -webkit-flex: 0 0 45% !important;
    -ms-flex: 0 0 45% !important;
    flex: 0 0 45% !important;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  main #list #list-wrapper #list-list .template-Bookend input {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 150px;
  }

  main #list #list-wrapper #list-list .template-Bookend input::-webkit-input-placeholder {
    font-size: 0.8em;
  }

  main #list #list-wrapper #list-list .template-Bookend input::-moz-placeholder {
    font-size: 0.8em;
  }

  main #list #list-wrapper #list-list .template-Bookend input:-ms-input-placeholder {
    font-size: 0.8em;
  }

  main #list #list-wrapper #list-list .template-Bookend input::placeholder {
    font-size: 0.8em;
  }

  main #list #list-wrapper #list-list .template-Bookend div {
    -webkit-flex: 0 0 90%;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
  }

  main #list #list-wrapper #list-list .template-Bookend div h3 {
    -webkit-flex: 0 0 90%;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
  }

  main #list #list-wrapper #list-list .template-Bookend div .save-wrapper {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 78.2px;
    margin-top: 0.5em;
  }

  main #list #list-wrapper #list-list .template-Bookend div .save-wrapper a {
    font-size: 0.8em;
  }

  main #list #list-wrapper #list-list .template-Bookend .template-Bookend-mainContent {
    -webkit-flex: 0 0 90%;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    padding-top: 10px;
  }

  main #list #list-wrapper #list-list .template-Bookend .template-Bookend-mainContent div {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.5em;
    width: 95%;
    font-size: 0.8em;
  }

  main #list #list-wrapper #list-list .template-Bookend .template-Bookend-mainContent .template-Bookend-heads {
    font-weight: 700 !important;
    font-family: "Lato", sans-serif;
    font-size: 1.1em;
  }

  main #list #list-wrapper #list-list .template-Bookend .template-Bookend-mainContent .template-Bookend-t-c {
    margin-top: 0.5em;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  main #list #list-wrapper #list-list .template-Bookend .template-Bookend-mainContent .template-Bookend-t-c p {
    font-size: 11px !important;
  }

  main #list #list-wrapper #list-list .template-Bookend .template-Bookend-mainContent .template-Bookend-action {
    text-align: center;
    padding-bottom: 1em;
  }

  main #list #list-wrapper #list-list .template-Bookend .template-Bookend-mainContent .template-Bookend-action a {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  main #list #list-wrapper #list-list .template-Bookend .template-Bookend-mainContent .template-Bookend-action div {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  main #list #list-wrapper #list-list .template-Bookend .template-Bookend-mainContent .template-Bookend-action div .myTender {
    background-color: #ff9800;
  }

  main #list #list-wrapper #list-list .template-Bookend .template-Bookend-mainContent .template-Bookend-action div .myTender i {
    font-size: 0.8em;
  }

  main #list #list-wrapper #list-list .template-Bookend .template-Bookend-mainContent .template-Bookend-action div .buyNow {
    background-color: #4caf50;
  }

  main #list #list-wrapper #list-list .template-Bookend .template-Bookend-mainContent .template-Bookend-action div .buyNow i {
    font-size: 0.8em;
  }

  main #howitworks .howitworks-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 4em;
    margin-top: 2em !important;
  }

  main #howitworks .howitworks-item .howitworks-item-inner {
    -webkit-flex: 0 0 80%;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  main #howitworks .howitworks-item .howitworks-item-inner .howitworks-images-wrapper {
    -webkit-flex: 0 0 10%;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    margin-left: 0em !important;
    margin-right: auto;
  }

  main #howitworks .howitworks-item .howitworks-item-inner .howitworks-images-wrapper div img {
    width: 150px;
  }

  main #howitworks .howitworks-item .howitworks-item-inner .howitworks-item-text {
    margin-top: 3em;
    margin-bottom: 0em;
    -webkit-flex: 0 0 70% !important;
    -ms-flex: 0 0 70% !important;
    flex: 0 0 70% !important;
  }

  main #howitworks .howitworks-item .howitworks-item-inner .howitworks-item-text .typeHeading {
    font-size: 1.6em !important;
    text-align: left !important;
  }

  main #supplier-accountSettings {
    transition: all 0.5s ease;
    min-height: 100vh;
    background: #fff;
    height: auto;
  }

  main #supplier-accountSettings .ghostBox {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  main #supplier-accountSettings .ghostBox .headings {
    margin-top: 6em !important;
    text-align: center;
    font-weight: bold;
    font-family: "Lato", sans-serif;
  }

  main #supplier-accountSettings .account-settings-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 4em;
    padding-bottom: 1em;
  }

  main #supplier-accountSettings .account-settings-wrapper .left-account-settings {
    -webkit-flex: 0 0 49%;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
  }

  main #supplier-accountSettings .account-settings-wrapper .left-account-settings .account-settingChange {
    padding-bottom: 2em;
  }

  main #supplier-accountSettings .account-settings-wrapper .left-account-settings .account-settingChange a {
    text-decoration: none;
  }

  main #supplier-accountSettings .account-settings-wrapper .left-account-settings .account-settingChange a .account-icons {
    color: #84d27a;
    font-size: 3em;
    text-align: center;
  }

  main #supplier-accountSettings .account-settings-wrapper .left-account-settings .account-settingChange a .account-naming {
    color: #262626;
    font-size: 1.45em;
    text-align: center;
  }

  main #supplier-accountSettings .account-settings-wrapper .right-account-settings {
    transition: all 0.5s ease;
    -webkit-flex: 0 0 49%;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    background-color: #84d27a;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 2em !important;
  }

  main #supplier-accountSettings .account-settings-wrapper .right-account-settings .account-change-title .account-icons-closeup {
    text-align: center;
  }

  main #supplier-accountSettings .account-settings-wrapper .right-account-settings .account-change-title .account-icons-closeup i {
    font-size: 3.20em;
    color: #fff;
    text-align: center;
    margin-top: 0.7em;
    margin-bottom: 0.2em;
  }

  main #supplier-accountSettings .account-settings-wrapper .right-account-settings .account-change-title .account-name-closeup h4 {
    margin-top: 0;
    font-size: 1.8em;
    color: #fff;
    font-family: "Lato", sans-serif;
    text-align: center;
  }

  main #supplier-accountSettings .account-settings-wrapper .right-account-settings .right-account-settings-form {
    -webkit-flex: 0 0 90%;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 1em;
  }

  main #supplier-accountSettings .account-settings-wrapper .right-account-settings .right-account-settings-form .right-account-settings-form-label {
    color: #262626;
    font-size: 1em;
    text-align: center;
    -webkit-flex: 0 0 90%;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    padding-top: 0.8em;
  }

  main #supplier-accountSettings .account-settings-wrapper .right-account-settings .right-account-settings-form .right-account-settings-form-input {
    -webkit-flex: 0 0 90%;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    height: 2em;
    display: block !important;
    margin-left: auto;
    margin-right: auto;
  }

  main #supplier-accountSettings .account-settings-wrapper .right-account-settings .right-account-settings-form .right-account-settings-form-input select {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  main #supplier-accountSettings .account-settings-wrapper .right-account-settings .right-account-settings-form .right-account-settings-form-input input {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  main #supplier-accountSettings .account-settings-wrapper .right-account-settings .right-account-settings-form .right-account-settings-form-input .account-update-button {
    height: 3em;
    padding-top: 0.5em;
  }

  main #supplier-accountSettings .account-settings-wrapper .right-account-settings .right-account-settings-form .right-account-settings-form-input .account-update-button a {
    vertical-align: middle;
    text-decoration: none;
  }

  main #supplier-accountSettings .account-settings-wrapper .right-account-settings .right-account-settings-form .right-account-settings-form-input .account-update-button a i {
    font-size: 1.5em;
    vertical-align: middle;
  }

  main #supplier-accountSettings .account-settings-wrapper .right-account-settings .right-account-settings-form .right-account-settings-form-input .account-update-button a button {
    margin-top: 1em;
    border: 1px #fff solid !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    vertical-align: middle;
  }

  main #supplier-accountSettings .account-settings-wrapper .right-account-settings .right-account-settings-form .right-account-settings-form-input .account-update-button a button:hover {
    border: 1px #fff solid !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
    transition: all ease 0.8s;
    background-color: #33687a !important;
    color: #fff;
    font-weight: bold;
  }

  main #customer-accountSettings {
    transition: all 0.5s ease;
    min-height: 100vh;
    background: #fff;
    height: auto;
    padding-bottom: 2em;
  }

  main #customer-accountSettings .ghostBox {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  main #customer-accountSettings .ghostBox .headings {
    margin-top: 6em !important;
    text-align: center;
    font-weight: bold;
    font-family: "Lato", sans-serif;
  }

  main #customer-accountSettings .account-settings-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 4em;
    padding-bottom: 1em;
  }

  main #customer-accountSettings .account-settings-wrapper .left-account-settings {
    margin-right: 5px;
    margin-left: 5px;
    max-height: 700px;
  }

  main #customer-accountSettings .account-settings-wrapper .left-account-settings .account-settingChange {
    padding-bottom: 2em;
  }

  main #customer-accountSettings .account-settings-wrapper .left-account-settings .account-settingChange a {
    text-decoration: none;
  }

  main #customer-accountSettings .account-settings-wrapper .left-account-settings .account-settingChange a .account-icons {
    color: #84d27a;
    font-size: 3em;
    text-align: center;
  }

  main #customer-accountSettings .account-settings-wrapper .left-account-settings .account-settingChange a .account-naming {
    color: #262626;
    font-size: 1.3em;
    text-align: center;
  }

  main #customer-accountSettings .account-settings-wrapper .right-account-settings {
    transition: all 0.5s ease;
    -webkit-flex: 0 0 49%;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    background-color: #84d27a;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 2em;
  }

  main #customer-accountSettings .account-settings-wrapper .right-account-settings .account-change-title .account-icons-closeup {
    text-align: center;
  }

  main #customer-accountSettings .account-settings-wrapper .right-account-settings .account-change-title .account-icons-closeup i {
    font-size: 3.20em;
    color: #fff;
    text-align: center;
    margin-top: 0.7em;
    margin-bottom: 0.2em;
  }

  main #customer-accountSettings .account-settings-wrapper .right-account-settings .account-change-title .account-name-closeup h4 {
    margin-top: 0;
    font-size: 2.2em;
    color: #fff;
    font-family: "Lato", sans-serif;
    text-align: center;
  }

  main #customer-accountSettings .account-settings-wrapper .right-account-settings .right-account-settings-form {
    -webkit-flex: 0 0 90%;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    /*increase the form size*/
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 1em;
  }

  main #customer-accountSettings .account-settings-wrapper .right-account-settings .right-account-settings-form .right-account-settings-form-label {
    color: #262626;
    font-size: 1.3em;
    text-align: center;
    -webkit-flex: 0 0 90%;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    height: 2em;
    padding-top: 0.7em;
  }

  main #customer-accountSettings .account-settings-wrapper .right-account-settings .right-account-settings-form .right-account-settings-form-input {
    -webkit-flex: 0 0 90%;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    height: 3em;
    display: block !important;
    margin-left: auto;
    margin-right: auto;
  }

  main #customer-accountSettings .account-settings-wrapper .right-account-settings .right-account-settings-form .right-account-settings-form-input select {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  main #customer-accountSettings .account-settings-wrapper .right-account-settings .right-account-settings-form .right-account-settings-form-input input {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  main #customer-accountSettings .account-settings-wrapper .right-account-settings .right-account-settings-form .right-account-settings-form-input .account-update-button {
    height: 3em;
    padding-top: 0.5em;
  }

  main #customer-accountSettings .account-settings-wrapper .right-account-settings .right-account-settings-form .right-account-settings-form-input .account-update-button a {
    vertical-align: middle;
    text-decoration: none;
  }

  main #customer-accountSettings .account-settings-wrapper .right-account-settings .right-account-settings-form .right-account-settings-form-input .account-update-button a i {
    font-size: 1.5em;
    vertical-align: middle;
  }

  main #customer-accountSettings .account-settings-wrapper .right-account-settings .right-account-settings-form .right-account-settings-form-input .account-update-button a button {
    margin-top: 1em;
    border: 1px #fff solid !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    vertical-align: middle;
    font-size: 22px;
  }

  main #customer-accountSettings .account-settings-wrapper .right-account-settings .right-account-settings-form .right-account-settings-form-input .account-update-button a button:hover {
    border: 1px #fff solid !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
    transition: all ease 0.8s;
    background-color: #33687a !important;
    color: #fff;
    font-weight: bold;
  }

  main #productSpec {
    background-color: #fff;
    min-height: 100vh;
    padding-bottom: 1em;
  }

  main #productSpec .ghostBox {
    margin: auto;
    width: 12em;
    height: 4em;
    margin-top: 8em;
  }

  main #productSpec .ghostBox .headings {
    text-align: center;
    font-family: "Lato", sans-serif;
    letter-spacing: 0.1em;
    font-weight: bold !important;
  }

  main #productSpec #productSpec-wrapper {
    margin-bottom: 2em;
    margin-top: 2em;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    height: content;
    /*----- Tabs -----*/
    /*----- Tab Links -----*/
    /* Clearfix */
    /*----- Content of Tabs -----*/
  }

  main #productSpec #productSpec-wrapper .product-specifications-summary table {
    padding: 20px 0px 20px 40px;
    outline: 0.1px #bbb solid;
    background-image: linear-gradient(#eeeeee 10%, #e0e0e0 90%);
    box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.06);
  }

  main #productSpec #productSpec-wrapper .product-specifications-summary table #product-specifications-region {
    font-size: 12px;
    font-weight: 400;
    padding-bottom: 15px;
  }

  main #productSpec #productSpec-wrapper .product-specifications-summary table th {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 15px;
  }

  main #productSpec #productSpec-wrapper .product-specifications-summary table tr {
    display: table;
  }

  main #productSpec #productSpec-wrapper .product-specifications-summary table tr td {
    vertical-align: middle;
    display: table-cell;
  }

  main #productSpec #productSpec-wrapper .product-specifications-summary table tr td img {
    max-width: 160px;
  }

  main #productSpec #productSpec-wrapper .tabs {
    margin-top: 4em;
    width: 100%;
    display: inline-block;
  }

  main #productSpec #productSpec-wrapper .tab-links:after {
    display: block;
    clear: both;
    content: '';
  }

  main #productSpec #productSpec-wrapper .tab-links li {
    margin: 0px 5px;
    float: left;
    list-style: none;
    font-family: "Open Sans", sans-serif !important;
  }

  main #productSpec #productSpec-wrapper .tab-links a {
    padding: 9px 15px;
    display: inline-block;
    border-radius: 3px 3px 0px 0px;
    background: #005b78;
    font-size: 16px;
    font-weight: 450;
    color: #fff;
    transition: all linear 0.15s;
  }

  main #productSpec #productSpec-wrapper .tab-links a:hover {
    background: #a7cce5;
    text-decoration: none;
  }

  main #productSpec #productSpec-wrapper li.active a,
  main #productSpec #productSpec-wrapper li.active a:hover {
    background: #fff;
    color: #4c4c4c;
  }

  main #productSpec #productSpec-wrapper .tab-content {
    padding: 15px;
    border-radius: 3px;
    background: #fff;
  }

  main #productSpec #productSpec-wrapper .tab-content h2 {
    display: block;
    text-align: center;
    padding-bottom: 24px;
    color: #005b78;
    font-family: "Open Sans", sans-serif !important;
  }

  main #productSpec #productSpec-wrapper .tab {
    display: none;
  }

  main #productSpec #productSpec-wrapper .tab.active {
    display: block;
  }

  main #productSpec #productSpec-wrapper .template-withtabs-content ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0px;
  }

  main #productSpec #productSpec-wrapper .template-withtabs-content ul li {
    -webkit-flex: 0 0 45%;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    margin-top: 16px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  main .template-withtabs-wrapper-payment-dibs {
    padding-bottom: 1em;
    min-height: 100vh;
    background-color: #fff;
    /*----- Tabs -----*/
    /*----- Tab Links -----*/
    /* Clearfix */
    /*----- Content of Tabs -----*/
  }

  main .template-withtabs-wrapper-payment-dibs .ghostBox {
    margin: auto;
    width: 12em;
    height: 4em;
    margin-top: 6em;
  }

  main .template-withtabs-wrapper-payment-dibs .ghostBox .headings {
    text-align: center;
    font-family: "Lato", sans-serif;
    font-weight: bold;
    letter-spacing: 0.1em;
  }

  main .template-withtabs-wrapper-payment-dibs .tabs {
    margin-top: 4em;
    width: 100%;
    display: inline-block;
  }

  main .template-withtabs-wrapper-payment-dibs .tab-links:after {
    display: block;
    clear: both;
    content: '';
  }

  main .template-withtabs-wrapper-payment-dibs .tab-links li {
    margin: 0px 5px;
    float: left;
    list-style: none;
    font-family: "Open Sans", sans-serif !important;
  }

  main .template-withtabs-wrapper-payment-dibs .tab-links a {
    padding: 9px 15px;
    display: inline-block;
    border-radius: 3px 3px 0px 0px;
    background: #005b78;
    font-size: 16px;
    font-weight: 450;
    color: #fff;
    transition: all linear 0.15s;
  }

  main .template-withtabs-wrapper-payment-dibs .tab-links a:hover {
    background: #a7cce5;
    text-decoration: none;
  }

  main .template-withtabs-wrapper-payment-dibs li.active a,
  main .template-withtabs-wrapper-payment-dibs li.active a:hover {
    background: #fff;
    color: #4c4c4c;
  }

  main .template-withtabs-wrapper-payment-dibs .tab-content {
    padding: 15px;
    border-radius: 3px;
    background: #fff;
  }

  main .template-withtabs-wrapper-payment-dibs .tab-content h2 {
    display: block;
    text-align: center;
    padding-bottom: 24px;
    color: #005b78;
    font-family: "Open Sans", sans-serif !important;
  }

  main .template-withtabs-wrapper-payment-dibs .tab {
    display: none;
  }

  main .template-withtabs-wrapper-payment-dibs .tab.active {
    display: block;
  }

  main .template-withtabs-wrapper-payment-dibs .template-withtabs-content ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0px;
  }

  main .template-withtabs-wrapper-payment-dibs .template-withtabs-content ul li {
    -webkit-flex: 0 0 45%;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    outline: 1px #bbb solid;
    margin-top: 16px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  main #home hr {
    margin-top: 0;
    display: block;
    padding-top: 0em;
    width: 80%;
  }

  main #home #split3 {
    padding-left: 10px;
    padding-right: 10px;
    height: auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 15px;
    background-color: #f2f2f2;
  }

  main #home #split3 a {
    text-decoration: none;
  }

  main #home #split3 .split3Item {
    margin-top: 15px;
    height: content;
    -webkit-flex: 0 0 90%;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    background-color: rgba(51, 104, 122, 0.8);
  }

  main #home #split3 .split3Item1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  main #home #split3 .split3Item1 p {
    font-size: 24px;
    color: #84d27a;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    margin-left: 0px;
    margin-top: 10px;
    line-height: 34px;
  }

  main #home #split3 .split3Item1 .startHere {
    text-decoration: none;
  }

  main #home #split3 .split3Item1 .startHere p {
    font-size: 15px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    margin-left: 5px;
    margin-top: 10px;
    line-height: 20px;
  }

  main #home #split3 .split3Item1 .startHere a p {
    color: #4FAFF3;
    opacity: 0.9;
  }

  main #home #split3 .split3Item1 .startHere a p:hover {
    color: #00acc1;
    opacity: 1;
    transition: all ease 0.5s;
  }

  main #home #split3 .split3Item2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  main #home #split3 .split3Item2 p {
    font-size: 24px;
    color: #84d27a;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    margin-left: 0px;
    margin-top: 10px;
    line-height: 34px;
  }

  main #home #split3 .split3Item2 p em {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    margin-left: -3px;
    margin-bottom: 2px;
  }

  main #home #split3 .split3Item2 .startHere {
    text-decoration: none;
  }

  main #home #split3 .split3Item2 .startHere p {
    font-size: 15px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    margin-left: 5px;
    margin-top: 10px;
    line-height: 20px;
  }

  main #home #split3 .split3Item2 .startHere a p {
    color: #4FAFF3;
    opacity: 0.9;
  }

  main #home #split3 .split3Item2 .startHere a p:hover {
    color: #00acc1;
    opacity: 1;
    transition: all ease 0.5s;
  }

  main #home #split3 .split3Item3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  main #home #split3 .split3Item3 p {
    font-size: 24px;
    color: #84d27a;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    margin-left: 0px;
    margin-top: 10px;
    line-height: 34px;
  }

  main #home #split3 .split3Item3 .startHere {
    text-decoration: none;
  }

  main #home #split3 .split3Item3 .startHere p {
    font-size: 15px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    margin-left: 5px;
    margin-top: 10px;
    line-height: 20px;
  }

  main #home #split3 .split3Item3 .startHere a p {
    color: #4FAFF3;
    opacity: 0.9;
  }

  main #home #split3 .split3Item3 .startHere a p:hover {
    color: #00acc1;
    opacity: 1;
    transition: all ease 0.5s;
  }

  main #home2 a {
    text-decoration: none;
  }

  main #home2 hr {
    margin-top: 0;
    display: block;
    padding-top: 0em;
    width: 80%;
  }

  main #home2 ul {
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    width: 65%;
    margin-left: auto;
    margin-right: auto;
    list-style-type: none;
    margin-top: 2em;
    margin-bottom: 0em;
    padding: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  main #home2 ul li {
    margin-top: 1.5em !important;
    margin-bottom: 1.5em !important;
    -webkit-flex: 0 0 12%;
    -ms-flex: 0 0 12%;
    flex: 0 0 12%;
    width: 10em !important;
    height: auto;
  }

  main #home2 ul li a img {
    padding-top: 0.8em;
  }

  main #home2 ul li a p {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 1em;
    text-align: center;
    margin-bottom: 0em !important;
    font-size: 0.9em;
  }

  main #home2 ul li:hover {
    transition: 1.25s all ease;
    background-color: #fff;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.3) !important;
  }

  main #home2 ul li:hover p {
    color: #004E67;
  }

  main #home2 button {
    margin-top: 4em;
    margin-bottom: 2em;
  }

  main .template-withtabs-wrapper {
    padding-bottom: 1em;
    min-height: 100vh;
    background-color: #fff;
    /*----- Tabs -----*/
    /*----- Tab Links -----*/
    /* Clearfix */
    /*----- Content of Tabs -----*/
  }

  main .template-withtabs-wrapper .ghostBox {
    margin: auto;
    width: 12em;
    height: 4em;
    margin-top: 6em;
  }

  main .template-withtabs-wrapper .ghostBox .headings {
    text-align: center;
    font-family: "Lato", sans-serif;
    font-weight: bold;
    letter-spacing: 0.1em;
  }

  main .template-withtabs-wrapper #seachBox {
    padding-bottom: 0.5em;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    margin-bottom: 2em;
    background-image: linear-gradient(#33687a 10%, #33687a 90%);
    box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
  }

  main .template-withtabs-wrapper #seachBox #formFlex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 1em;
  }

  main .template-withtabs-wrapper #seachBox #formFlex .ir {
    width: 50%;
  }

  main .template-withtabs-wrapper #seachBox #formFlex .formFlexItem {
    -webkit-flex: 0 0 25% !important;
    -ms-flex: 0 0 25% !important;
    flex: 0 0 25% !important;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    margin-top: 0em;
    padding-top: 0.5em;
    margin-bottom: 0em;
  }

  main .template-withtabs-wrapper #seachBox #formFlex .formFlexItem #browseHeading {
    font-family: "Lato", sans-serif;
    font-size: 1.5em;
    color: #fff;
    margin-bottom: 0em;
    vertical-align: baseline;
  }

  main .template-withtabs-wrapper #seachBox #formFlex .formFlexItem label {
    font-size: 0.8em;
    display: inline-block !important;
    padding-right: 0.8em;
    color: #fff;
  }

  main .template-withtabs-wrapper #seachBox #formFlex .formFlexItem input {
    margin-bottom: 0em;
    width: 60%;
    display: inline-block;
  }

  main .template-withtabs-wrapper #seachBox #formFlex .formFlexItem select {
    display: inline-block;
    font-size: 0.8em;
    margin-left: 0em;
  }

  main .template-withtabs-wrapper #seachBox #formFlex .formFlexItem select::-webkit-input-placeholder {
    font-size: 0.5em;
  }

  main .template-withtabs-wrapper #seachBox #formFlex .formFlexItem select::-moz-placeholder {
    font-size: 0.5em;
  }

  main .template-withtabs-wrapper #seachBox #formFlex .formFlexItem select:-ms-input-placeholder {
    font-size: 0.5em;
  }

  main .template-withtabs-wrapper #seachBox #formFlex .formFlexItem select::placeholder {
    font-size: 0.5em;
  }

  main .template-withtabs-wrapper #seachBox #formFlex .formFlexItem option:first-child {
    color: red;
  }

  main .template-withtabs-wrapper #seachBox #formFlex .formFlexItem button {
    display: inline-block;
    padding: 0px 10px;
    background-color: rgba(255, 255, 255, 0) !important;
    border: 0px #000 solid;
  }

  main .template-withtabs-wrapper #seachBox #formFlex .formFlexItem .filterbutton {
    color: #fff !important;
  }

  main .template-withtabs-wrapper #seachBox #formFlex .formFlexItem i:hover {
    color: #ff9800 !important;
    transition: 1s all ease;
  }

  main .template-withtabs-wrapper .tabs {
    margin-top: 4em;
    width: 100%;
    display: inline-block;
  }

  main .template-withtabs-wrapper .tab-links:after {
    display: block;
    clear: both;
    content: '';
  }

  main .template-withtabs-wrapper .tab-links li {
    margin: 0px 5px;
    float: left;
    list-style: none;
    font-family: "Open Sans", sans-serif !important;
  }

  main .template-withtabs-wrapper .tab-links a {
    padding: 9px 15px;
    display: inline-block;
    border-radius: 3px 3px 0px 0px;
    background: #005b78;
    font-size: 16px;
    font-weight: 450;
    color: #fff;
    transition: all linear 0.15s;
  }

  main .template-withtabs-wrapper .tab-links a:hover {
    background: #a7cce5;
    text-decoration: none;
  }

  main .template-withtabs-wrapper li.active a,
  main .template-withtabs-wrapper li.active a:hover {
    background: #fff;
    color: #4c4c4c;
  }

  main .template-withtabs-wrapper .tab-content {
    padding: 15px;
    border-radius: 3px;
    background: #fff;
  }

  main .template-withtabs-wrapper .tab-content h2 {
    display: block;
    text-align: center;
    padding-bottom: 24px;
    color: #005b78;
    font-family: "Open Sans", sans-serif !important;
  }

  main .template-withtabs-wrapper .tab {
    display: none;
  }

  main .template-withtabs-wrapper .tab.active {
    display: block;
  }

  main .template-withtabs-wrapper .template-withtabs-content ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 0px;
  }

  main .template-withtabs-wrapper .template-withtabs-content ul li {
    -webkit-flex: 0 0 90%;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    outline: 1px #bbb solid;
    margin-top: 16px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  main .template-withtabs-wrapper .template-withtabs-content ul li .template-withtabs-content-flexitem1 {
    -webkit-flex: 0 0 90%;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
  }

  main .template-withtabs-wrapper .template-withtabs-content ul li .template-withtabs-content-flexitem2 {
    -webkit-flex: 0 0 35%;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    padding-top: 0.5em;
  }

  main .template-withtabs-wrapper .template-withtabs-content ul li .template-withtabs-content-flexitem3 {
    -webkit-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    padding-top: 0.5em;
  }

  main .template-withtabs-wrapper .template-withtabs-content ul li .template-withtabs-content-flexitem4 {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    padding-top: 0.5em;
  }

  main #search {
    background-color: #fff;
    min-height: 100vh;
    padding-bottom: 10em !important;
    height: auto !important;
    background-color: #fff;
  }

  main #search .ghostBox {
    margin: auto;
    width: 18em;
    height: 4em;
    margin-top: 8em;
    margin-bottom: 2em;
  }

  main #search .ghostBox .headings {
    text-align: center;
    color: #000;
    font-family: "Lato", sans-serif;
    letter-spacing: 0.1em;
    font-weight: bold !important;
  }

  main #search #search-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0;
    width: 95%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  main #search #browseProduct {
    display: block !important;
    -webkit-flex: 0 0 90%;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    font-size: 1.25em;
    font-family: "Lato", sans-serif;
    padding-left: 10px;
  }

  main #search #search-wrapper #seachBox #formFlex #regiondiv {
    display: block !important;
  }
  
  main #search #search-wrapper #seachBox #formFlex #categorydiv {
    display: block !important;
  }

  main #search #productNav {
    display: block !important;
    padding-bottom: 1em;
    -webkit-flex: 0 0 23%;
    -ms-flex: 0 0 23%;
    flex: 0 0 23%;
    max-width: 400px;
    width: content;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  main #search #productNav ul {
    max-height: auto !important;
    list-style-type: none;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  main #search #productNav ul .productNav-Category {
    -webkit-flex: 0 0 99%;
    -ms-flex: 0 0 99%;
    flex: 0 0 99%;
    background-color: whitesmoke;
    border-bottom: 1px solid #dddddd;
    margin: 0;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  main #search #productNav ul .active {
    /* background-color:  #005b78; */
    background-color: #87c870;
    padding: 5px;

  }

  main #search #productNav ul .productNav-Category span {
    color: #000;
    text-decoration: none;
    margin-bottom: 0em;
  }

  main #search #productNav ul .productNav-Category span i {
    font-size: 0.9em;
    line-height: 10px;
  }

  main #search #productNav ul .productNav-Category span a {
    text-decoration: none;
    color: #000;
  }

  main #search #productNav ul .productNav-Category span a.active {
    color: #fff;
    font-weight: bold;
  }

  main #search #productNav ul .productNav-Category .show {
    display: block !important;
    height: auto;
  }

  main #search #productNav ul .productNav-Category .hideCategoryNames {
    display: none !important;
  }

  main #search #productNav ul .productNav-Category .hideCategoryDiv {
    display: none !important;
  }

  main #search #productNav ul .productNav-Category #CategoryOneOpen {
    display: none;
  }

  main #search #productNav ul .productNav-Category #CategoryTwoOpen {
    display: none;
  }

  main #search #productNav ul .productNav-Category #CategoryThreeOpen {
    display: none;
  }

  main #search #productNav ul .productNav-Category #CategoryFourOpen {
    display: none;
  }

  main #search #productNav ul .productNav-Category #CategoryFiveOpen {
    display: none;
  }

  main #search #productNav ul .productNav-Category #CategorySixOpen {
    display: none;
  }

  main #search #productNav ul .productNav-Category #CategorySevenOpen {
    display: none;
  }

  main #search #productNav ul .productNav-Category #CategoryEightOpen {
    display: none;
  }

  main #search #productNav ul .productNav-Category #CategoryNineOpen {
    display: none;
  }

  main #search #productNav ul .productNav-Category #CategoryTenOpen {
    display: none;
  }

  main #search #productNav ul .productNav-Category #CategoryElevenOpen {
    display: none;
  }

  main #search #productNav ul .productNav-Category #CategoryTwelveOpen {
    display: none;
  }

  main #search #productNav ul .productNav-Category .CategoryTwo {
    display: none;
  }

  main #search #productNav ul .productNav-Category .CategoryThree {
    display: none;
  }

  main #search #productNav ul .productNav-Category .CategoryFour {
    display: none;
  }

  main #search #productNav ul .productNav-Category .CategoryFive {
    display: none;
  }

  main #search #productNav ul .productNav-Category .CategorySix {
    display: none;
  }

  main #search #productNav ul .productNav-Category .CategoryEight {
    display: none;
  }

  main #search #productNav ul .productNav-Category .CategoryNine {
    display: none;
  }

  main #search #productNav ul .productNav-Category .CategoryTen {
    display: none;
  }

  main #search #productNav ul .productNav-Category .CategoryEleven {
    display: none;
  }

  main #search #productNav ul .productNav-Category .CategoryTwelve {
    display: none;
  }

  main #search #productNav ul .productNav-Category .productNav-Category-items .productNav-Category-items-ul .productNav-Category-items-li {
    padding-left: 16px;
    font-size: 0.96em;
    width: 100%;
  }

  main #search #productNav ul .productNav-Category .productNav-Category-items .productNav-Category-items-ul .productNav-Category-items-li a {
    color: #333333;
    text-decoration: none;
  }

  main #search #productNav ul .productNav-Category .productNav-Category-items .productNav-Category-items-ul .productNav-Category-items-li a:hover {
    color: #4caf50;
    transition: all ease 0.3s;
  }

  main #search #productNav ul .productNav-Category .productNav-Category-items .productNav-Category-items-ul .productNav-Category-items-li a.active {
    color: #fff;
    font-weight: bold;
  }

  main #search #seachBox {
    padding-bottom: 0em;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    height: 5em;
    margin-bottom: 1.2em;
    background-image: linear-gradient(#33687a 10%, #33687a 90%) !important;
    box-shadow: -28px -16px 14px -11px rgba(181, 184, 180, 0.32);
    border-radius: 2px;
  }

  main #search #seachBox #formFlex {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 1em;
  }

  main #search #seachBox #formFlex .image-clipon-wrapper {
    -webkit-flex: 0 0 12%;
    -ms-flex: 0 0 12%;
    flex: 0 0 12%;
    background-image: url('../../imgs/searchClipon.jpg');
    background-position: right top;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    height: 5em;
  }

  main #search #seachBox #formFlex .formFlexItem {
    -webkit-flex: 0 0 22%;
    -ms-flex: 0 0 22%;
    flex: 0 0 22%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    margin-top: 0em;
    margin-bottom: 0em;
    background-color: transparent;
  }


  main #search #seachBox #formFlex .formFlexItem #browseHeading {
    font-family: "Lato", sans-serif;
    font-size: 1.5em;
    color: #fff;
    margin-bottom: 0em;
    vertical-align: baseline;
  }

  main #search #seachBox #formFlex .formFlexItem i {
    color: #fff !important;
  }

  main #search #seachBox #formFlex .formFlexItem i:hover {
    color: #84d27a !important;
  }

  main #search #seachBox #formFlex .formFlexItem label {
    font-size: 0.8em;
    display: inline-block !important;
    padding-right: 0.2em;
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
    vertical-align: -webkit-baseline-middle;
    width: auto;
  }

  main #search #seachBox #formFlex .formFlexItem input {
    margin-bottom: 0em;
    padding: 5px;
    display: inline-block;
    width: 8em;
    margin-left: 0em;
  }

  main #search #seachBox #formFlex .formFlexItem #CategorySelect {
    width: 4em !important;
    padding: 4px;
  }

  main #search #seachBox #formFlex .formFlexItem #industrySelect {
    width: 4.8em !important;
    padding: 4px;
  }

  main #search #seachBox #formFlex .formFlexItem select {
    display: inline-block;
    /* width: 10em !important; */
    font-size: 0.8em !important;
    margin-left: 0em;
  }

  main #search #seachBox #formFlex .formFlexItem select::-webkit-input-placeholder {
    font-size: 0.5em !important;
    color: #fff !important;
  }

  main #search #seachBox #formFlex .formFlexItem select::-moz-placeholder {
    font-size: 0.5em !important;
    color: #fff !important;
  }

  main #search #seachBox #formFlex .formFlexItem select:-ms-input-placeholder {
    font-size: 0.5em !important;
    color: #fff !important;
  }

  main #search #seachBox #formFlex .formFlexItem select::placeholder {
    font-size: 0.5em !important;
    color: #fff !important;
  }

  main #search #seachBox #formFlex .formFlexItem select:first-child {
    color: #fff !important;
  }

  main #search #seachBox #formFlex .formFlexItem button {
    vertical-align: middle;
    display: inline-block;
    padding: 0px 0px;
    width: 37px;
    height: 37px;
    font-size: 1em;
    background-color: rgba(255, 255, 255, 0) !important;
    border: 1px #fff solid;
    border-radius: 50%;
    margin-right: 5px;
  }

  main #search #seachBox #formFlex .formFlexItem button i {
    color: #fff ;
    padding: 0em;
    margin: -0.25em -0.2em 0em 0em;
  }

  main #search #seachBox #formFlex .formFlexItem button:hover {
    background-color: #84d27a !important;
    border: 1px #33687a solid;
    transition: 0.3s all ease;
  }

  main #search #seachBox #formFlex .formFlexItem button:hover i {
    color: #000 !important;
  }

  main #search #seachResults {
    margin-top: 0px !important;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
  }

  main #search #seachResults ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 0px;
  }

  main #search #seachResults ul li {
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    outline: 1px #bbb solid;
    margin-top: 16px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 16px;
  }

  #seachResults li {
    outline-color: transparent !important;
    border: 1px solid #bbb;
    border-radius: 3px;
    border-bottom: 5px solid #33687a !important;
    border-top: 5px solid #33687a !important;
    border-left: 1px solid #33687a !important;
    border-right: 1px solid #33687a !important;
    min-width: 14em !important;
  }

  main #search #seachResults ul li .template-withtabs-content-flexitem1 {
    padding-top: 8px;
    -webkit-flex: 0 0 90%;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
  }

  main #search #seachResults ul li .template-withtabs-content-flexitem1 p {
    margin-bottom: 0px;
    padding-bottom: 8px;
  }

  main #search #seachResults ul li .template-withtabs-content-flexitem1 .template-productImage {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  main #search #seachResults ul li .template-withtabs-content-flexitem1 .template-productImage a img {
    padding-top: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 160px;
    max-height: 160px;
  }

  main #search #seachResults ul li .template-withtabs-content-flexitem2 {
    -webkit-flex: 0 0 95%;
    -ms-flex: 0 0 95%;
    flex: 0 0 95%;
  }

  main #search #seachResults ul li .template-withtabs-content-flexitem2 .template-flexitem2-units-description {
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding-top: 6px;
    text-align: center;
  }

  main #search #seachResults ul li .template-withtabs-content-flexitem2 .template-flexitem2-units-description p {
    margin-bottom: 14px;
    display: inline-block;
    padding-left: 8px;
    padding-top: 0px;
  }

  main #search #seachResults ul li .template-withtabs-content-flexitem2 .template-flexitem2-units-description .product-Main-Heading-template {
    width: 100%;
    height: 1.6em;
    font-size: 1.1em;
    font-weight: 500;
  }

  main #search #seachResults ul li .template-withtabs-content-flexitem2 .template-flexitem2-units-description .product-Sub-Heading-template {
    width: 100%;
    height: 2.6em;
    font-size: 0.9em;
    font-weight: 500;
  }

  main #search #seachResults ul li .template-withtabs-content-flexitem2 .template-flexitem2-units-description .product-Sub-Heading-template div {
    font-weight: 600 !important;
    font-size: 1.25em;
    display: inline-block !important;
    padding-left: 5px;
    margin-right: auto;
    margin-left: 0;
  }

  main #search #seachResults ul li .template-withtabs-content-flexitem2 .template-flexitem2-units-description .product-Sub-Heading-template div .infoProduct {
    border: 0px;
    background-color: #fff !important;
    padding: 0px;
  }

  main #search #seachResults ul li .template-withtabs-content-flexitem2 .template-flexitem2-units-description .product-Sub-Heading-template div .infoProduct i {
    font-size: 1.2em;
    color: #01579b;
  }

  main #search #seachResults ul li .template-withtabs-content-flexitem2 .template-flexitem2-units-description .product-Units-Heading-template {
    width: 100%;
    height: 2em;
    font-size: 1em;
    font-weight: 350;
    padding-top: 2px;
  }

  main #search #seachResults ul li .template-withtabs-content-flexitem2 .template-flexitem2-units-description .product-Savings-Heading-template {
    width: 100%;
    height: 2.2em;
    font-size: 1em;
    font-weight: 400;
  }

  main #search #seachResults ul li .template-withtabs-content-flexitem2 .template-flexitem2-units-description .product-Savings-Heading-template div {
    font-weight: 600 !important;
    font-size: 1.1em;
    display: inline-block;
    padding-left: 5px;
  }

  main #search #seachResults ul li .template-withtabs-content-flexitem2 .template-flexitem2-units-description .product-Region-Heading-template {
    width: 100%;
    height: 1.5em;
    font-size: 1em;
    font-weight: 500;
    padding-top: 5px;
  }

  main #search #seachResults ul li .template-withtabs-content-flexitem2 .template-flexitem2-units-description .template-flexitem2-units-description2 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  main #search #seachResults ul li .template-withtabs-content-flexitem2 .template-flexitem2-units-description .template-flexitem2-units-sub-description {
    margin-left: auto;
    margin-right: auto;
    display: block !important;
    padding-top: 6px;
    text-align: center;
  }

  main #search #seachResults ul li .template-withtabs-content-flexitem3 {
    /* -webkit-flex: 0 0 85%;
    -ms-flex: 0 0 85%;
    flex: 0 0 85%; */
    padding-bottom: 16px;
  }

  .template-withtabs-content-flexitem3 th {
    text-align: center;
    padding: 0.5em !important;
    margin: 0 auto !important;
    font-size: 1em !important;
  }

  .template-withtabs-content-flexitem3 td {
    font-size: 1em !important;
}

  main #search #seachResults ul li .template-withtabs-content-flexitem3 #shareButton {
    display: block;
  }

  main #search #seachResults ul li .template-withtabs-content-flexitem3 #share-icon {
    display: none;
  }
  .dashbadge {
    display: inline-block !important;
  }

  .dashbadge.share {
    background-color: #42a5f5 !important;
  }

  .dashbadge a {
    color: white !important;
    font-size: 1em;
  }

  main #search #seachResults ul li .template-withtabs-content-flexitem3 table {
    padding-left: 0.5em;
    padding-right: 0.5em;
    min-width: 200px;
  }

  main #search #seachResults ul li .template-withtabs-content-flexitem3 table a {
    width: 140px;
  }

  main #search #seachResults ul li .template-withtabs-content-flexitem3 table .addCart {
    background-color: #4caf50;
  }

  main #search #seachResults ul li .template-withtabs-content-flexitem3 table .addWatchlist {
    background-color: #ff9800;
  }

  main #search #seachResults ul li .template-withtabs-content-flexitem3 table .addFavs {
    background-color: #01579b;
    color: #fff;
  }

  main #search #seachResults ul li .template-withtabs-content-flexitem3 table .fa-plus {
    font-size: 0.8em;
  }

  main #search #seachResults ul li .template-withtabs-content-flexitem3 table .fa-minus {
    font-size: 0.8em;
  }

  main #search #seachResults ul li .template-withtabs-content-flexitem3 table .fa-binoculars {
    font-size: 1.2em;
    padding-left: 10px;
  }

  main #search #seachResults ul li .template-withtabs-content-flexitem3 table .fa-shopping-cart {
    font-size: 1.2em;
    padding-left: 10px;
  }

  main #search #seachResults ul li .template-withtabs-content-flexitem3 table .fa-star {
    font-size: 1.2em;
    padding-left: 10px;
  }

  main #search #search-wrapper #pagination-nav {
    margin-top: 1.5em;
    margin-left: auto;
    margin-right: auto;
  }

  main .child {
    display: none;
  }

  main #about {
    min-height: 100vh;
  }

  main #about .ghostBox {
    margin-top: 8em;
  }

  main #about #about-wrapper {
    width: 60%;
  }

  main .parent.whennotshowing {
    display: none;
  }

  main #account {
    min-height: 100vh;
  }

  main #account .ghostBox {
    height: 4em;
    margin-top: 8em;
  }

  main #account .ghostBox .headings {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-family: "Lato", sans-serif;
    letter-spacing: 0.1em;
    font-weight: bold !important;
  }

  main #account #account-wrapper #account-list {
    padding: 0;
    list-style-type: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  main #account #account-wrapper #account-list .serialNo {
    color: #f25c05;
    font-weight: 500;
  }

  main #account #account-wrapper #account-list li {
    -webkit-flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    outline: 3px #bbb solid;
    height: content;
    margin-top: 2.5em;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  main #account #account-wrapper #account-list li #accountPlaceholderImg {
    margin-left: auto;
    margin-right: auto;
    margin-top: 2em;
    display: block;
    -webkit-flex: 0 0 90%;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
  }

  main #account #account-wrapper #account-list li h3 {
    margin-top: 1em;
    -webkit-flex: 0 0 90%;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  main #account #account-wrapper #account-list li label:nth-of-type(1) {
    margin-top: 2em;
  }

  main #account #account-wrapper #account-list li label {
    -webkit-flex: 0 0 60%;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
  }

  main #account #account-wrapper #account-list li p {
    -webkit-flex: 0 0 60%;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    text-align: right;
  }

  main #account #account-wrapper #account-list li .orderStatus {
    -webkit-flex: 0 0 90%;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    margin-bottom: 2em;
    margin-top: 1em;
    background-color: #4caf50;
  }

  main #account #account-wrapper #account-list li .orderStatus p {
    text-align: center;
    font-size: 1.2em;
  }

  main #account #account-wrapper #account-list li .orderStatus h3 {
    display: block;
    margin-left: 1em;
    margin-right: auto;
    margin-top: 1em;
  }

  main #account #account-wrapper #account-list li .orderStatus button {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.8em;
    margin-bottom: 2em;
  }

  main #favourites {
    min-height: 100vh;
  }

  main #favourites .ghostBox {
    margin: auto;
    width: 12em;
    height: 4em;
    margin-top: 8em;
    margin-bottom: 2em;
  }

  main #favourites .ghostBox .headings {
    text-align: center;
    font-family: "Lato", sans-serif;
    letter-spacing: 0.1em;
    font-weight: bold !important;
  }

  main #favourites .tab-groupBuy-wrapper {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  main #favourites .tab-groupBuy-wrapper .template-withtabs-content ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 0px;
  }

  main #favourites .tab-groupBuy-wrapper .template-withtabs-content ul li {
    -webkit-flex: 0 0 49%;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    outline: 1px #bbb solid;
    margin-top: 16px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  main #favourites .tab-groupBuy-wrapper .template-withtabs-content ul li .template-withtabs-content-flexitem1 {
    padding-top: 8px;
    -webkit-flex: 0 0 90%;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    border-bottom: 1px solid #bbb;
  }

  main #favourites .tab-groupBuy-wrapper .template-withtabs-content ul li .template-withtabs-content-flexitem1 p {
    margin-bottom: 0px;
    padding-bottom: 8px;
  }

  main #favourites .tab-groupBuy-wrapper .template-withtabs-content ul li .template-withtabs-content-flexitem2 {
    -webkit-flex: 0 0 45%;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
  }

  main #favourites .tab-groupBuy-wrapper .template-withtabs-content ul li .template-withtabs-content-flexitem2 p {
    text-align: center;
    padding-top: 8px;
  }

  main #favourites .tab-groupBuy-wrapper .template-withtabs-content ul li .template-withtabs-content-flexitem2 .imgortable-Placeholder {
    height: 160px;
    width: 160px;
    background-color: #bbb;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  main #favourites .tab-groupBuy-wrapper .template-withtabs-content ul li .template-withtabs-content-flexitem2 .template-productImage {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  main #favourites .tab-groupBuy-wrapper .template-withtabs-content ul li .template-withtabs-content-flexitem2 .template-productImage a img {
    padding-top: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 160px;
    max-height: 160px;
  }

  main #favourites .tab-groupBuy-wrapper .template-withtabs-content ul li .template-withtabs-content-flexitem2 .template-flexitem2-units-description {
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding-top: 16px;
  }

  main #favourites .tab-groupBuy-wrapper .template-withtabs-content ul li .template-withtabs-content-flexitem2 .template-flexitem2-units-description p {
    margin-bottom: 8px;
    display: inline-block;
    padding-left: 8px;
    padding-top: 0px;
  }

  main #favourites .tab-groupBuy-wrapper .template-withtabs-content ul li .template-withtabs-content-flexitem3 {
    -webkit-flex: 0 0 45%;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
  }

  main #favourites .tab-groupBuy-wrapper .template-withtabs-content ul li .template-withtabs-content-flexitem3 .template-withtabs-content-flexitem3-status {
    padding-top: 8px;
  }

  main #favourites .tab-groupBuy-wrapper .template-withtabs-content ul li .template-withtabs-content-flexitem3 p {
    text-align: center;
  }

  main #favourites .tab-groupBuy-wrapper .template-withtabs-content ul li .template-withtabs-content-flexitem3 div p {
    display: inline-block;
    padding-left: 8px;
    word-wrap: normal;
    margin-bottom: 10px;
  }

  main #login {
    min-height: 100vh;
  }

  main #login #login-wrapper form {
    width: 40%;
  }

  main #login #login-wrapper form input {
    width: 100%;
  }

  main #login #login-wrapper .errormsg {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  main #login #login-wrapper .errormsg ul {
    list-style-type: none;
    padding-top: 30px;
  }

  main #login #login-wrapper .errormsg ul li {
    padding-top: 10px;
    color: red;
    margin-left: 30%;
  }

  main #registerSupplier {
    min-height: 100vh;
    padding-bottom: 3em;
  }

  main #registerSupplier #registerSupplier-wrapper form {
    width: 40%;
  }

  main #registerSupplier #registerSupplier-wrapper form input {
    width: 100%;
  }

  main #registerSupplier #registerSupplier-wrapper .errormsg {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  main #registerSupplier #registerSupplier-wrapper .errormsg ul {
    list-style-type: none;
    padding-top: 30px;
  }

  main #registerSupplier #registerSupplier-wrapper .errormsg ul li {
    padding-top: 10px;
    color: red;
    margin-left: 30%;
  }

  main #registerCustomer {
    min-height: 100vh;
    padding-bottom: 3em;
  }

  main #registerCustomer #registerCustomer-wrapper form {
    width: 40%;
  }

  main #registerCustomer #registerCustomer-wrapper form input {
    width: 100%;
  }

  main #registerCustomer #registerCustomer-wrapper .errormsg {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  main #registerCustomer #registerCustomer-wrapper .errormsg ul {
    list-style-type: none;
    padding-top: 30px;
  }

  main #registerCustomer #registerCustomer-wrapper .errormsg ul li {
    padding-top: 10px;
    color: red;
    margin-left: 30%;
  }

  main #supplier #supplier-topInfo {
    transition: All ease 1.5s;
    background-color: #547980;
    display: block;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2em;
    margin-bottom: 2em;
  }

  main #supplier #supplier-topInfo .topInfo {
    width: 95%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-top: 1em;
    padding-bottom: 0.5em;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  main #supplier #supplier-topInfo .topInfo .noMarginLeft {
    margin-left: 0 !important;
  }

  main #supplier #supplier-topInfo .topInfo li {
    -webkit-flex: 0 0 8%;
    -ms-flex: 0 0 8%;
    flex: 0 0 8%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 2em;
  }

  main #supplier #supplier-topInfo .topInfo li .topInfo-labelName {
    font-size: 1.25em;
    -webkit-flex: 0 0 60%;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    color: rgba(255, 255, 255, 0.9);
    letter-spacing: 0.03em;
  }

  main #supplier #supplier-topInfo .topInfo li div {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    text-align: center;
  }

  main #supplier #supplier-topInfo .topInfo li div p {
    font-size: 1.1em;
    text-align: center;
    background-color: #fff;
  }

  main #supplier #supplier-search-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0;
    width: 90%;
    height: content;
    margin-left: auto;
    margin-right: auto;
  }

  main #supplier #supplier-seachBox {
    -webkit-flex: 0 0 28%;
    -ms-flex: 0 0 28%;
    flex: 0 0 28%;
    height: 38em;
  }

  main #supplier #supplier-seachResults {
    -webkit-flex: 0 0 68%;
    -ms-flex: 0 0 68%;
    flex: 0 0 68%;
    margin-top: 0;
  }

  main #supplier #supplier-seachResults ul {
    margin-top: 0;
  }

  main #supplier #supplier-seachResults ul li:nth-of-type(1) {
    margin-top: 0;
  }

  main #supplier #supplier-seachResults {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  main #supplier #supplier-seachResults ul {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  main #supplier #supplier-seachResults ul .supplier-result-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-basis: 98%;
    -ms-flex-preferred-size: 98%;
    flex-basis: 98%;
    margin-right: 0;
  }

  main #supplier #supplier-seachResults ul .supplier-result-item table .tableMainHead {
    margin-top: 2em;
  }

  main #supplier #supplier-seachResults ul .supplier-result-item table th {
    border-bottom: 1px #bbb solid;
  }

  main #supplier #supplier-seachResults ul .supplier-result-item #supplier-result-item-contents-pricing {
    -webkit-flex: 0 0 25% !important;
    -ms-flex: 0 0 25% !important;
    flex: 0 0 25% !important;
  }

  main #supplier #supplier-seachResults ul .supplier-result-item #supplier-result-item-contents-pricing ul li {
    outline: 0px;
    border-bottom: 1px #bbb solid;
    margin-top: 1em;
    padding-top: 0.5em;
  }

  main #supplier #supplier-seachResults ul .supplier-result-item #supplier-result-item-contents-pricing ul li .pricing-result {
    color: #000;
    margin-bottom: 0.5em;
  }

  main #supplier #supplier-seachResults ul .supplier-result-item #supplier-result-item-contents-pricing ul li p:nth-of-type(1) {
    margin-top: 0.5em;
  }

  main #supplier #supplier-seachResults ul .supplier-result-item #supplier-result-item-contents-pricing ul li p {
    margin-bottom: 0.5em;
  }

  main #supplier #supplier-seachResults ul .supplier-result-item .saccountOption2 {
    -webkit-flex: 0 0 20% !important;
    -ms-flex: 0 0 20% !important;
    flex: 0 0 20% !important;
  }

  main #supplier #supplier-seachResults ul .supplier-result-item .supplier-result-item-contents {
    -webkit-flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
  }

  main #supplier #supplier-seachResults ul .supplier-result-item .supplier-result-item-contents .newPriceHead {
    margin-top: 2em;
  }

  main #supplier #supplier-seachResults ul .supplier-result-item .supplier-result-item-contents .serialNo {
    color: #f25c05;
    font-weight: 500;
  }

  main #supplier #supplier-seachResults ul .supplier-result-item .supplier-result-item-contents div h3 {
    font-size: 1.5em;
    margin-top: 16px;
  }

  main #supplier #supplier-seachResults ul .supplier-result-item .supplier-result-item-contents h2 {
    margin-top: 4em;
  }

  main #supplier #supplier-seachResults ul .supplier-result-item .supplier-result-item-contents .contents-bidding-timer {
    margin-top: 3em;
  }

  main #supplier #supplier-seachResults ul .supplier-result-item .supplier-result-item-contents .filterbutton i {
    color: #fff !important;
  }

  main #supplier #supplier-seachResults ul .supplier-result-item .supplier-result-item-contents .filterbutton:hover i {
    transition: all ease 0.8s;
    color: #84d27a !important;
  }

  main #supplier #supplier-seachResults ul .supplier-result-item .supplier-result-item-contents button {
    margin-left: 1em;
    margin-right: 1em;
    margin-top: 2em;
    margin-bottom: 2em;
  }

  footer {
    background-color: #262626;
    height: auto;
    padding-bottom: 0.5em;
  }

  footer #footerControl {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  footer #footerControl .copy-r-flocknsave-wrapper {
    -webkit-flex: 0 0 80%;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  footer #footerControl .copy-r-flocknsave-wrapper .copy-r-flocknsave {
    -webkit-flex: 0 0 30% !important;
    -ms-flex: 0 0 30% !important;
    flex: 0 0 30% !important;
    font-size: 0.9em;
    margin-bottom: 0em;
    font-family: "Lato", sans-serif;
    color: #fff;
  }

  footer #footerControl .copy-r-flocknsave-wrapper .contact-via-support {
    -webkit-flex: 0 0 15% !important;
    -ms-flex: 0 0 15% !important;
    flex: 0 0 15% !important;
  }

  footer #footerControl .copy-r-flocknsave-wrapper .contact-via-support a {
    text-decoration: none;
  }

  footer #footerControl .copy-r-flocknsave-wrapper .contact-via-support a p {
    margin-top: 2px;
    font-size: 0.6em;
    color: #fff;
    margin-bottom: 0em;
  }

  footer #footerControl .copy-r-flocknsave-wrapper .contact-via-support a p:hover {
    color: #84d27a;
    transition: all ease 0.5s;
  }

  footer #footerControl .copy-r-flocknsave-wrapper .contact-via-support-social {
    -webkit-flex: 0 0 20% !important;
    -ms-flex: 0 0 20% !important;
    flex: 0 0 20% !important;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  footer #footerControl .copy-r-flocknsave-wrapper .contact-via-support-social div {
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
  }

  footer #footerControl .copy-r-flocknsave-wrapper .contact-via-support-social div p {
    font-size: 0.8em;
    margin-bottom: 0em;
    padding-right: 1em;
  }

  footer #footerControl .copy-r-flocknsave-wrapper .contact-via-support-social div p i {
    font-size: 1.5em !important;
    color: #fff;
  }

  footer #footerControl .copy-r-flocknsave-wrapper .contact-via-support-social div p i:hover {
    color: #84d27a;
  }
}

@media only screen and (min-width: 1285px) {
  body {
    background: #fafafa;
    background: -webkit-gradient(left top, right top, color-stop(0%, #fafafa), color-stop(50%, #f2f2f2), color-stop(51%, #e6e6e6), color-stop(100%, white));
    background: linear-gradient(to right, #fafafa 0%, #f2f2f2 50%, #e6e6e6 51%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#ffffff', GradientType=1);
  }

  body hr {
    margin-top: -1em;
    margin-bottom: 4em;
    display: block;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block !important;
  }

  body header {
    height: 4.5em;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: white;
  }

  body header #bars {
    display: none;
  }

  body header #logo {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    position: absolute;
    z-index: 100;
    top: -0.3em;
    left: 3.55em;
    padding-top: 1.4em;
  }

  body header #logo a img {
    max-width: 14.5em;
  }

  body header #nav {
    background-color: white;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    z-index: 99;
    width: 80%;
    padding-right: 20%;
    margin-left: 0;
    margin-right: auto;
    height: 4em;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  body header #nav li {
    text-decoration: none !important;
    -webkit-flex: 0 0 7%;
    -ms-flex: 0 0 7%;
    flex: 0 0 7%;
    margin-top: 1.8em;
    font-size: 0.7em;
    font-weight: bold !important;
  }

  body header #nav li a {
    text-decoration: none !important;
    color: #000;
    font-weight: bold !important;
    font-size: 1.2em;
  }

  body header #nav li a:hover {
    text-decoration: none !important;
    color: rgba(37, 166, 64, 0.99) !important;
    transition: all ease 0.6s;
    font-weight: bold !important;
    border-bottom: 2px #84d27a solid;
  }

  body header #nav li a:active {
    text-decoration: none !important;
  }

  body header #nav li .mobilehov {
    border-bottom: 2px green solid;
  }

  body main {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  body main #about {
    background-color: #fff;
    min-height: 100vh;
    padding-bottom: 1em;
  }

  body main #about .ghostBox {
    margin: auto;
    width: 12em;
    height: 4em;
    margin-top: 8em;
  }

  body main #about .ghostBox .headings {
    text-align: center;
    font-family: "Lato", sans-serif;
    font-weight: bold;
    letter-spacing: 0.1em;
  }

  body main #about #about-wrapper {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 2em;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  body main #about #about-wrapper .about-text {
    padding-bottom: 4em;
    -webkit-flex: 0 0 49%;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
  }

  body main #about #about-wrapper .about-text p {
    font-family: "Lato", sans-serif;
  }

  body main #about #about-wrapper .about-text p strong {
    font-size: 1.15em;
  }

  body main #about #about-wrapper .about-text img {
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  body main #about #about-wrapper .about-Image {
    -webkit-flex: 0 0 49%;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
  }

  body main #about #about-wrapper .about-Image .desktop-aboutImage {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2.5em;
  }

  body main #OneItemBuyNow {
    background-color: #fff;
    min-height: 100vh;
    padding-bottom: 2em !important;
    height: auto;
    background-color: #fff;
    min-height: 100vh !important;
    padding-bottom: 1em;
  }

  body main #OneItemBuyNow .ghostBox {
    margin: auto;
    width: 12em;
    height: 4em;
    margin-top: 6em;
  }

  body main #OneItemBuyNow .ghostBox .headings {
    text-align: center;
    font-family: "Lato", sans-serif;
    letter-spacing: 0.1em;
    font-weight: bold !important;
  }

  body main #OneItemBuyNow #search-wrapper {
    margin-top: 0;
    width: 90%;
    height: content;
    margin-left: auto;
    margin-right: auto;
  }

  body main #OneItemBuyNow #seachResults {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }

  body main #OneItemBuyNow #seachResults ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 0px;
  }

  body main #OneItemBuyNow #seachResults ul li {
    -webkit-flex: 0 0 22%;
    -ms-flex: 0 0 22%;
    flex: 0 0 22%;
    outline: 1px red solid;
    margin-left: auto;
    margin-right: auto;
    outline: 1px #bbb solid;
    margin-top: 16px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  body main #OneItemBuyNow #seachResults ul li .template-withtabs-content-flexitem1 {
    padding-top: 8px;
    -webkit-flex: 0 0 90%;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
  }

  body main #OneItemBuyNow #seachResults ul li .template-withtabs-content-flexitem1 p {
    margin-bottom: 0px;
    padding-bottom: 8px;
  }

  body main #OneItemBuyNow #seachResults ul li .template-withtabs-content-flexitem1 .template-productImage {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  body main #OneItemBuyNow #seachResults ul li .template-withtabs-content-flexitem1 .template-productImage a img {
    padding-top: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 160px;
    max-height: 160px;
  }

  body main #OneItemBuyNow #seachResults ul li .template-withtabs-content-flexitem2 {
    -webkit-flex: 0 0 95%;
    -ms-flex: 0 0 95%;
    flex: 0 0 95%;
  }

  body main #OneItemBuyNow #seachResults ul li .template-withtabs-content-flexitem2 .template-flexitem2-units-description {
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding-top: 6px;
    text-align: center;
  }

  body main #OneItemBuyNow #seachResults ul li .template-withtabs-content-flexitem2 .template-flexitem2-units-description p {
    margin-bottom: 14px;
    display: inline-block;
    padding-left: 8px;
    padding-top: 0px;
  }

  body main #OneItemBuyNow #seachResults ul li .template-withtabs-content-flexitem2 .template-flexitem2-units-description .product-Main-Heading-template {
    width: 100%;
    height: 1.6em;
    font-size: 1.35em;
    font-weight: 600;
  }

  body main #OneItemBuyNow #seachResults ul li .template-withtabs-content-flexitem2 .template-flexitem2-units-description .product-Sub-Heading-template {
    width: 100%;
    height: 2.6em;
    font-size: 1em;
    font-weight: 600;
  }

  body main #OneItemBuyNow #seachResults ul li .template-withtabs-content-flexitem2 .template-flexitem2-units-description .product-Sub-Heading-template div {
    font-weight: 600 !important;
    font-size: 1.25em;
    display: inline-block !important;
    padding-left: 5px;
    margin-right: auto;
    margin-left: 0;
  }

  body main #OneItemBuyNow #seachResults ul li .template-withtabs-content-flexitem2 .template-flexitem2-units-description .product-Sub-Heading-template div .infoProduct {
    border: 0px;
    background-color: #fff !important;
    padding: 0px;
  }

  body main #OneItemBuyNow #seachResults ul li .template-withtabs-content-flexitem2 .template-flexitem2-units-description .product-Sub-Heading-template div .infoProduct i {
    font-size: 1.25em;
    color: #01579b;
  }

  body main #OneItemBuyNow #seachResults ul li .template-withtabs-content-flexitem2 .template-flexitem2-units-description .product-Units-Heading-template {
    width: 100%;
    height: 2em;
    font-size: 1.2em;
    font-weight: 350;
    padding-top: 2px;
  }

  body main #OneItemBuyNow #seachResults ul li .template-withtabs-content-flexitem2 .template-flexitem2-units-description .product-Savings-Heading-template {
    width: 100%;
    height: 2.2em;
    font-size: 1em;
    font-weight: 400;
  }

  body main #OneItemBuyNow #seachResults ul li .template-withtabs-content-flexitem2 .template-flexitem2-units-description .product-Savings-Heading-template div {
    font-weight: 600 !important;
    font-size: 1.1em;
    display: inline-block;
    padding-left: 5px;
  }

  body main #OneItemBuyNow #seachResults ul li .template-withtabs-content-flexitem2 .template-flexitem2-units-description .product-Region-Heading-template {
    width: 100%;
    height: 1.5em;
    font-size: 1em;
    font-weight: 500;
    padding-top: 5px;
  }

  body main #OneItemBuyNow #seachResults ul li .template-withtabs-content-flexitem2 .template-flexitem2-units-description .template-flexitem2-units-description2 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  body main #OneItemBuyNow #seachResults ul li .template-withtabs-content-flexitem3 {
    -webkit-flex: 0 0 85%;
    -ms-flex: 0 0 85%;
    flex: 0 0 85%;
    padding-bottom: 16px;
  }

  body main #OneItemBuyNow #seachResults ul li .template-withtabs-content-flexitem3 table {
    padding-left: 0.5em;
    padding-right: 0.5em;
    min-width: 200px;
  }

  body main #OneItemBuyNow #seachResults ul li .template-withtabs-content-flexitem3 table a {
    width: 140px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  body main #OneItemBuyNow #seachResults ul li .template-withtabs-content-flexitem3 table .addCart {
    background-color: #4caf50;
    margin-top: 0.8em;
  }

  body main #OneItemBuyNow #seachResults ul li .template-withtabs-content-flexitem3 table .removeFrom {
    background-color: #ef5350;
  }

  body main #OneItemBuyNow .pagination {
    margin-left: auto;
    margin-right: auto;
  }

  body main #OneItemBuyNow .pagination .pagination-wrapper {
    width: 190px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  body main #OneItemBuyNow .pagination .pagination-wrapper .page-number {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }

  body main #OneItemBuyNow .pagination .pagination-wrapper a {
    font-size: 14px;
    text-align: center;
  }

  body main #Favs {
    background-color: #fff;
    min-height: 100vh;
    padding-bottom: 2em !important;
    height: auto;
    background-color: #fff;
    min-height: 100vh !important;
    padding-bottom: 1em;
  }

  body main #Favs .ghostBox {
    margin: auto;
    width: 12em;
    height: 4em;
    margin-top: 6em;
  }

  body main #Favs .ghostBox .headings {
    text-align: center;
    font-family: "Lato", sans-serif;
    letter-spacing: 0.1em;
    font-weight: bold !important;
  }

  body main #Favs #search-wrapper {
    margin-top: 0;
    width: 90%;
    height: content;
    margin-left: auto;
    margin-right: auto;
  }

  body main #Favs #seachResults {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }

  body main #Favs #seachResults ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 0px;
  }

  body main #Favs #seachResults ul li {
    -webkit-flex: 0 0 22%;
    -ms-flex: 0 0 22%;
    flex: 0 0 22%;
    outline: 1px red solid;
    margin-left: auto;
    margin-right: auto;
    outline: 1px #bbb solid;
    margin-top: 16px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  body main #Favs #seachResults ul li .template-withtabs-content-flexitem1 {
    padding-top: 8px;
    -webkit-flex: 0 0 90%;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
  }

  body main #Favs #seachResults ul li .template-withtabs-content-flexitem1 p {
    margin-bottom: 0px;
    padding-bottom: 8px;
  }

  body main #Favs #seachResults ul li .template-withtabs-content-flexitem1 .template-productImage {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  body main #Favs #seachResults ul li .template-withtabs-content-flexitem1 .template-productImage a img {
    padding-top: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 160px;
    max-height: 160px;
  }

  body main #Favs #seachResults ul li .template-withtabs-content-flexitem2 {
    -webkit-flex: 0 0 95%;
    -ms-flex: 0 0 95%;
    flex: 0 0 95%;
  }

  body main #Favs #seachResults ul li .template-withtabs-content-flexitem2 .template-flexitem2-units-description {
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding-top: 6px;
    text-align: center;
  }

  body main #Favs #seachResults ul li .template-withtabs-content-flexitem2 .template-flexitem2-units-description p {
    margin-bottom: 14px;
    display: inline-block;
    padding-left: 8px;
    padding-top: 0px;
  }

  body main #Favs #seachResults ul li .template-withtabs-content-flexitem2 .template-flexitem2-units-description .product-Main-Heading-template {
    width: 100%;
    height: 1.6em;
    font-size: 1.35em;
    font-weight: 600;
  }

  body main #Favs #seachResults ul li .template-withtabs-content-flexitem2 .template-flexitem2-units-description .product-Sub-Heading-template {
    width: 100%;
    height: 2.6em;
    font-size: 1em;
    font-weight: 600;
  }

  body main #Favs #seachResults ul li .template-withtabs-content-flexitem2 .template-flexitem2-units-description .product-Sub-Heading-template div {
    font-weight: 600 !important;
    font-size: 1.25em;
    display: inline-block !important;
    padding-left: 5px;
    margin-right: auto;
    margin-left: 0;
  }

  body main #Favs #seachResults ul li .template-withtabs-content-flexitem2 .template-flexitem2-units-description .product-Sub-Heading-template div .infoProduct {
    border: 0px;
    background-color: #fff !important;
    padding: 0px;
  }

  body main #Favs #seachResults ul li .template-withtabs-content-flexitem2 .template-flexitem2-units-description .product-Sub-Heading-template div .infoProduct i {
    font-size: 1.25em;
    color: #01579b;
  }

  body main #Favs #seachResults ul li .template-withtabs-content-flexitem2 .template-flexitem2-units-description .product-Units-Heading-template {
    width: 100%;
    height: 2em;
    font-size: 1.2em;
    font-weight: 350;
    padding-top: 2px;
  }

  body main #Favs #seachResults ul li .template-withtabs-content-flexitem2 .template-flexitem2-units-description .product-Savings-Heading-template {
    width: 100%;
    height: 2.2em;
    font-size: 1em;
    font-weight: 400;
  }

  body main #Favs #seachResults ul li .template-withtabs-content-flexitem2 .template-flexitem2-units-description .product-Savings-Heading-template div {
    font-weight: 600 !important;
    font-size: 1.1em;
    display: inline-block;
    padding-left: 5px;
  }

  body main #Favs #seachResults ul li .template-withtabs-content-flexitem2 .template-flexitem2-units-description .product-Region-Heading-template {
    width: 100%;
    height: 1.5em;
    font-size: 1em;
    font-weight: 500;
    padding-top: 5px;
  }

  body main #Favs #seachResults ul li .template-withtabs-content-flexitem2 .template-flexitem2-units-description .template-flexitem2-units-description2 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  body main #Favs #seachResults ul li .template-withtabs-content-flexitem3 {
    -webkit-flex: 0 0 85%;
    -ms-flex: 0 0 85%;
    flex: 0 0 85%;
    padding-bottom: 16px;
  }

  body main #Favs #seachResults ul li .template-withtabs-content-flexitem3 table {
    padding-left: 0.5em;
    padding-right: 0.5em;
    min-width: 200px;
  }

  body main #Favs #seachResults ul li .template-withtabs-content-flexitem3 table a {
    width: 140px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  body main #Favs #seachResults ul li .template-withtabs-content-flexitem3 table .addCart {
    background-color: #4caf50;
  }

  body main #Favs #seachResults ul li .template-withtabs-content-flexitem3 table .addWatchlist {
    background-color: #ff9800;
  }

  body main #Favs #seachResults ul li .template-withtabs-content-flexitem3 table .addFavs {
    background-color: #01579b;
  }

  body main #Favs #seachResults ul li .template-withtabs-content-flexitem3 table .removeFrom {
    background-color: #ef5350;
  }

  body main #Favs #seachResults ul li .template-withtabs-content-flexitem3 table .fa-plus {
    font-size: 0.8em;
  }

  body main #Favs #seachResults ul li .template-withtabs-content-flexitem3 table .fa-minus {
    font-size: 0.8em;
  }

  body main #Favs #seachResults ul li .template-withtabs-content-flexitem3 table .fa-binoculars {
    font-size: 1.2em;
    padding-left: 10px;
  }

  body main #Favs #seachResults ul li .template-withtabs-content-flexitem3 table .fa-shopping-cart {
    font-size: 1.2em;
    padding-left: 10px;
  }

  body main #Favs #seachResults ul li .template-withtabs-content-flexitem3 table .fa-star {
    font-size: 1.2em;
    padding-left: 10px;
  }

  body main #Favs #seachResults ul li .template-withtabs-content-flexitem3 table .fa-trash-o {
    font-size: 1.2em;
    padding-left: 10px;
  }

  body main #Favs .pagination {
    margin-left: auto;
    margin-right: auto;
  }

  body main #Favs .pagination .pagination-wrapper {
    width: 190px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  body main #Favs .pagination .pagination-wrapper .page-number {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }

  body main #Favs .pagination .pagination-wrapper a {
    font-size: 14px;
    text-align: center;
  }

  body main #tablePage {
    min-height: 100vh;
    padding-bottom: 1em;
    background-color: #fff;
  }

  body main #tablePage .ghostBox {
    margin: auto;
    width: 12em;
    height: 4em;
    margin-top: 6em;
  }

  body main #tablePage .ghostBox .headings {
    text-align: center;
    font-family: "Lato", sans-serif;
    font-weight: bold;
    letter-spacing: 0.1em;
  }

  body main #tablePage .tablePage-wrapper {
    width: 90% !important;
    max-height: 20em;
    overflow: scroll;
  }

  body main #tablePage .tablePage-wrapper .primexTable {
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body main #tablePage .tablePage-wrapper .primexTable .primexTable-headings {
    background-color: rgba(51, 104, 122, 0.8);
  }

  body main #tablePage .tablePage-wrapper .primexTable .primexTable-headings th {
    color: #fff;
    font-family: "Lato", sans-serif;
    font-weight: 900 !important;
    height: 3em !important;
  }

  body main #tablePage .tablePage-wrapper .primexTable tr td {
    min-width: 1.5em;
    height: 1.5em;
    font-size: 1em;
  }

  body main #tablePage .tablePage-wrapper .primexTable .odd-row-tr {
    background-color: rgba(81, 81, 81, 0.2);
  }

  body main #productSpec #productSpec-wrapper .product-specifications-summary table {
    width: 75%;
  }

  body main .template-withtabs-wrapper-payment-dibs {
    padding-bottom: 1em;
    min-height: 100vh;
    background-color: #fff;
    /*----- Tabs -----*/
    /*----- Tab Links -----*/
    /* Clearfix */
    /*----- Content of Tabs -----*/
  }

  body main .template-withtabs-wrapper-payment-dibs .ghostBox {
    margin: auto;
    width: 12em;
    height: 4em;
    margin-top: 6em;
  }

  body main .template-withtabs-wrapper-payment-dibs .ghostBox .headings {
    text-align: center;
    font-family: "Lato", sans-serif;
    font-weight: bold;
    letter-spacing: 0.1em;
  }

  body main .template-withtabs-wrapper-payment-dibs .flock-checkout-summary h4 {
    padding: 50px 20px 10px 0px;
    margin-left: 120px;
    margin-right: 55px;
    border-bottom: 1px #bbb solid;
  }

  body main .template-withtabs-wrapper-payment-dibs .flock-checkout-summary table {
    padding: 25px 20px 20px 120px;
  }

  body main .template-withtabs-wrapper-payment-dibs .flock-checkout-summary table th {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
  }

  body main .template-withtabs-wrapper-payment-dibs .flock-checkout-summary table th a {
    font-weight: 350;
    font-size: 12px;
    text-transform: lowercase;
    padding-left: 10px;
  }

  body main .template-withtabs-wrapper-payment-dibs .flock-checkout-summary table tr {
    text-transform: uppercase;
    font-weight: 350;
    font-size: 12px;
  }

  body main .template-withtabs-wrapper-payment-dibs .tabs {
    margin-top: 4em;
    width: 100%;
    display: inline-block;
  }

  body main .template-withtabs-wrapper-payment-dibs .tab-links:after {
    display: block;
    clear: both;
    content: '';
  }

  body main .template-withtabs-wrapper-payment-dibs .tab-links li {
    margin: 0px 5px;
    float: left;
    list-style: none;
    font-family: "Open Sans", sans-serif !important;
  }

  body main .template-withtabs-wrapper-payment-dibs .tab-links a {
    padding: 9px 15px;
    display: inline-block;
    border-radius: 3px 3px 0px 0px;
    background: #005b78;
    font-size: 16px;
    font-weight: 450;
    color: #fff;
    transition: all linear 0.15s;
  }

  body main .template-withtabs-wrapper-payment-dibs .tab-links a:hover {
    background: #a7cce5;
    text-decoration: none;
  }

  body main .template-withtabs-wrapper-payment-dibs li.active a,
  body main .template-withtabs-wrapper-payment-dibs li.active a:hover {
    background: #fff;
    color: #4c4c4c;
  }

  body main .template-withtabs-wrapper-payment-dibs .tab-content {
    padding: 15px;
    border-radius: 3px;
    background: #fff;
  }

  body main .template-withtabs-wrapper-payment-dibs .tab-content h2 {
    display: block;
    text-align: center;
    padding-bottom: 24px;
    color: #005b78;
    font-family: "Open Sans", sans-serif !important;
  }

  body main .template-withtabs-wrapper-payment-dibs .tab {
    display: none;
  }

  body main .template-withtabs-wrapper-payment-dibs .tab.active {
    display: block;
  }

  body main .template-withtabs-wrapper-payment-dibs .template-withtabs-content {
    min-height: 60vh;
  }

  body main .template-withtabs-wrapper-payment-dibs .template-withtabs-content #Direct-debit-payment {
    padding-top: 60px;
  }

  body main .template-withtabs-wrapper-payment-dibs .template-withtabs-content #Direct-debit-payment .direct-debit-item .careful-text {
    font-size: 12px;
    font-weight: 600;
  }

  body main .template-withtabs-wrapper-payment-dibs .template-withtabs-content #Direct-debit-payment .direct-debit-item p {
    text-transform: uppercase;
    font-size: 12px;
    padding-left: 18px;
  }

  body main .template-withtabs-wrapper-payment-dibs .template-withtabs-content #Direct-debit-payment .direct-debit-item form {
    padding-bottom: 150px;
    display: block;
  }

  body main .template-withtabs-wrapper-payment-dibs .template-withtabs-content #Direct-debit-payment .direct-debit-item form #sub-Button-dibs {
    margin-top: 24px;
    margin-left: 40px;
    background-color: #43a047 !important;
    color: #fff;
    border: 1px solid #43a047;
    width: auto !important;
    padding: 0px 20px 0px 20px;
  }

  body main .template-withtabs-wrapper-payment-dibs .template-withtabs-content #Direct-debit-payment .direct-debit-item form #sub-Button-dibs:hover {
    background-color: #66bb6a !important;
    border: 1px solid #66bb6a;
  }

  body main .template-withtabs-wrapper-payment-dibs .template-withtabs-content #Direct-debit-payment .direct-debit-item form label {
    Padding-top: 12px;
    font-weight: 500;
    padding-left: 20px;
    padding-right: 10px;
  }

  body main .template-withtabs-wrapper-payment-dibs .template-withtabs-content #Direct-debit-payment .direct-debit-item form input {
    margin-left: 40px;
    display: block;
  }

  body main .template-withtabs-wrapper-payment-dibs .template-withtabs-content #Direct-debit-payment .direct-debit-item form ::-webkit-input-placeholder {
    font-size: 14px;
    font-size: 14px;
  }

  body main .template-withtabs-wrapper-payment-dibs .template-withtabs-content #Direct-debit-payment .direct-debit-item form :-moz-placeholder {
    /* Firefox 18- */
    font-size: 14px;
  }

  body main .template-withtabs-wrapper-payment-dibs .template-withtabs-content #Direct-debit-payment .direct-debit-item form ::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 14px;
  }

  body main .template-withtabs-wrapper-payment-dibs .template-withtabs-content #Direct-debit-payment .direct-debit-item form :-ms-input-placeholder {
    font-size: 14px;
  }

  body main .template-withtabs-wrapper-payment-dibs .template-withtabs-content #poli-payment {
    margin-left: auto;
    margin-right: auto;
  }

  body main .template-withtabs-wrapper-payment-dibs .template-withtabs-content #poli-payment div #poli-image {
    height: 80px !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 50px 0px 0px 0px;
  }

  body main .template-withtabs-wrapper-payment-dibs .template-withtabs-content #poli-payment a {
    color: #43a047 !important;
    padding: 30px 0px 0px 0px;
    font-size: 18px;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  body main .template-withtabs-wrapper-payment-dibs .template-withtabs-content ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0px;
  }

  body main .template-withtabs-wrapper-payment-dibs .template-withtabs-content ul li {
    -webkit-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    outline: 1px #bbb solid;
    margin-top: 16px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  body main #home {
    background-color: #fff;
    height: content !important;
    padding-bottom: 1em;
  }

  body main #home .mobile-welcome {
    display: none !important;
  }

  body main #home .headlineRule2 {
    display: none !important;
  }

  body main #home #toTabletSubhead {
    display: inline-block !important;
    width: 300px;
    margin: 0px 0px 0px 80px;
    padding: 30px 50px 30px 0px;
  }

  body main #home #searchbox-wrapper {
    display: inline-block;
    width: 400px;
    margin: 0;
    padding: 0;
  }

  body main #home #searchbox-wrapper button {
    background-color: #84d27a !important;
    border: 1px solid #84d27a !important;
  }

  body main #home #searchbox-wrapper button:hover {
    background-color: rgba(132, 210, 122, 0.8) !important;
    border: 1px solid rgba(132, 210, 122, 0.8) !important;
  }

  body main #home #landingImage {
    display: none !important;
  }

  body main #home #mainImage {
    display: block;
    /* height: 80vh !important; */
    margin-top: 4em;
  }

  body main #home #mainImage .emailLabel-home {
    font-family: "Lato", sans-serif;
    color: #84d27a;
    text-transform: uppercase;
    font-size: 0.7em;
    letter-spacing: 0.6px;
  }

  body main #home #mainImage .passwordLabel-home {
    font-family: "Lato", sans-serif;
    color: #84d27a;
    text-transform: uppercase;
    font-size: 0.7em;
    letter-spacing: 0.6px;
  }

  body main #home #mainImage #welcomeSentence-Loggedin {
    width: 280px;
    height: 140px;
    position: absolute;
    margin: 35px 0 60px;
    top: 60px;
    right: 40px;
    padding: 20px 30px 20px 30px;
    background-color: rgba(51, 104, 122, 0.8);
    font-family: 'Open Sans', sans-serif;
  }

  body main #home #mainImage #welcomeSentence-Loggedin #sentence1 {
    font-size: 22px;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0;
    color: #fff;
    letter-spacing: 1px;
  }

  body main #home #mainImage #welcomeSentence-Loggedin #sentence2 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
    color: #84d27a;
    line-height: 24px;
    padding-bottom: 14px;
  }

  body main #home #mainImage #welcomeSentence-Loggedin #sentence3 {
    font-size: 19px;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0;
    color: #fff;
    letter-spacing: 1px;
    padding-bottom: 0.25em;
  }

  body main #home #mainImage #welcomeSentence-Loggedin #login-section1 {
    margin-bottom: 5px;
    padding: 2px 2px !important;
    height: 28px;
    width: 140px;
  }

  body main #home #mainImage #welcomeSentence-Loggedin #pass-section1 {
    padding: 2px 2px !important;
    height: 28px;
    width: 140px;
  }

  body main #home #mainImage #welcomeSentence-Loggedin .desktop-login-wrapper {
    width: 100%;
    margin-top: 0.7em;
  }

  body main #home #mainImage #welcomeSentence-Loggedin .desktop-login-wrapper #login-section1-button {
    display: inline-block;
    height: 28px;
    width: 80px;
    padding: 2px 2px 6px 2px !important;
    line-height: 24px !important;
    margin-left: 2px;
    background-color: #4FAFF3 !important;
    border: 1px solid #4FAFF3 !important;
    color: #000;
  }

  body main #home #mainImage #welcomeSentence-Loggedin #login-section1-button:hover {
    background-color: #00acc1 !important;
    border: 1px solid #00acc1 !important;
  }

  body main #home #mainImage #welcomeSentence-Loggedin #register-section1-button {
    height: 28px;
    width: auto;
    padding: 5px 2px 6px 2px !important;
    line-height: 24px !important;
    font-size: 10px !important;
    background: transparent !important;
    outline: 0 !important;
    border: 0 !important;
    font-weight: 900 !important;
    color: #FFFFFF;
    margin-top: 4px;
  }

  body main #home #mainImage #welcomeSentence-Loggedin #register-section1-button:hover {
    color: rgba(132, 210, 122, 0.8);
  }

  body main #home #mainImage #welcomeSentence-Loggedin #login-section1::-webkit-input-placeholder {
    font-size: 13px;
    padding-left: 4px;
  }

  body main #home #mainImage #welcomeSentence-Loggedin #login-section1::-moz-placeholder {
    font-size: 13px;
    padding-left: 4px;
  }

  body main #home #mainImage #welcomeSentence-Loggedin #login-section1:-ms-input-placeholder {
    font-size: 13px;
    padding-left: 4px;
  }

  body main #home #mainImage #welcomeSentence-Loggedin #login-section1::placeholder {
    font-size: 13px;
    padding-left: 4px;
  }

  body main #home #mainImage #welcomeSentence-Loggedin #pass-section1::-webkit-input-placeholder {
    font-size: 13px;
    padding-left: 4px;
  }

  body main #home #mainImage #welcomeSentence-Loggedin #pass-section1::-moz-placeholder {
    font-size: 13px;
    padding-left: 4px;
  }

  body main #home #mainImage #welcomeSentence-Loggedin #pass-section1:-ms-input-placeholder {
    font-size: 13px;
    padding-left: 4px;
  }

  body main #home #mainImage #welcomeSentence-Loggedin #pass-section1::placeholder {
    font-size: 13px;
    padding-left: 4px;
  }

  body main #home #mainImage #welcomeSentence {
    width: 280px;
    height: 265px;
    position: absolute;
    margin: 35px 0 60px;
    top: 60px;
    right: 40px;
    padding: 20px 30px 20px 30px;
    background-color: rgba(51, 104, 122, 0.8);
    font-family: 'Open Sans', sans-serif;
  }

  body main #home #mainImage #welcomeSentence #sentence1 {
    font-size: 22px;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0;
    color: #fff;
    letter-spacing: 1px;
  }

  body main #home #mainImage #welcomeSentence #sentence2 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
    color: #84d27a;
    line-height: 24px;
    padding-bottom: 14px;
  }

  body main #home #mainImage #welcomeSentence #sentence3 {
    font-size: 19px;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0;
    color: #fff;
    letter-spacing: 1px;
    padding-bottom: 0.25em;
  }

  body main #home #mainImage #welcomeSentence #login-section1 {
    margin-bottom: 5px;
    padding: 2px 2px !important;
    height: 28px;
    width: 140px;
  }

  body main #home #mainImage #welcomeSentence #pass-section1 {
    padding: 2px 2px !important;
    height: 28px;
    width: 140px;
  }

  body main #home #mainImage #welcomeSentence .desktop-login-wrapper {
    width: 100%;
    margin-top: 0.7em;
  }

  body main #home #mainImage #welcomeSentence .desktop-login-wrapper #login-section1-button {
    display: inline-block;
    height: 28px;
    width: 80px;
    padding: 2px 2px 6px 2px !important;
    line-height: 24px !important;
    margin-left: 2px;
    background-color: #4FAFF3 !important;
    border: 1px solid #4FAFF3 !important;
    color: #000;
  }

  body main #home #mainImage #welcomeSentence #login-section1-button:hover {
    background-color: #00acc1 !important;
    border: 1px solid #00acc1 !important;
  }

  body main #home #mainImage #welcomeSentence #register-section1-button {
    height: 28px;
    width: auto;
    padding: 5px 2px 6px 2px !important;
    line-height: 24px !important;
    font-size: 10px !important;
    background: transparent !important;
    outline: 0 !important;
    border: 0 !important;
    font-weight: 900 !important;
    color: #FFFFFF;
    margin-top: 4px;
  }

  body main #home #mainImage #welcomeSentence #register-section1-button:hover {
    color: rgba(132, 210, 122, 0.8);
  }

  body main #home #mainImage #welcomeSentence #login-section1::-webkit-input-placeholder {
    font-size: 13px;
    padding-left: 4px;
  }

  body main #home #mainImage #welcomeSentence #login-section1::-moz-placeholder {
    font-size: 13px;
    padding-left: 4px;
  }

  body main #home #mainImage #welcomeSentence #login-section1:-ms-input-placeholder {
    font-size: 13px;
    padding-left: 4px;
  }

  body main #home #mainImage #welcomeSentence #login-section1::placeholder {
    font-size: 13px;
    padding-left: 4px;
  }

  body main #home #mainImage #welcomeSentence #pass-section1::-webkit-input-placeholder {
    font-size: 13px;
    padding-left: 4px;
  }

  body main #home #mainImage #welcomeSentence #pass-section1::-moz-placeholder {
    font-size: 13px;
    padding-left: 4px;
  }

  body main #home #mainImage #welcomeSentence #pass-section1:-ms-input-placeholder {
    font-size: 13px;
    padding-left: 4px;
  }

  body main #home #mainImage #welcomeSentence #pass-section1::placeholder {
    font-size: 13px;
    padding-left: 4px;
  }

  body main #home #split3 {
    padding-left: 10px;
    padding-right: 10px;
    height: auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 15px;
    background-color: #f2f2f2;
  }

  body main #home #split3 a {
    text-decoration: none;
  }

  body main #home #split3 .split3Item {
    margin-top: 15px;
    height: auto;
    -webkit-flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    background-color: rgba(51, 104, 122, 0.8);
  }

  body main #home #split3 .split3Item1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  body main #home #split3 .split3Item1 p {
    font-size: 24px;
    color: #84d27a;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    margin-left: 0px;
    margin-top: 10px;
    line-height: 27px;
  }

  body main #home #split3 .split3Item1 .startHere {
    text-decoration: none;
  }

  body main #home #split3 .split3Item1 .startHere p {
    font-size: 18px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    margin-left: 5px;
    margin-top: 10px;
    line-height: 22px;
  }

  body main #home #split3 .split3Item1 .startHere a p {
    color: #4FAFF3;
    opacity: 0.9;
  }

  body main #home #split3 .split3Item1 .startHere a p:hover {
    color: #00bcd4;
    opacity: 1;
    transition: all ease 0.5s;
  }

  body main #home #split3 .split3Item2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  body main #home #split3 .split3Item2 p {
    font-size: 24px;
    color: #84d27a;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    margin-left: 0px;
    margin-top: 10px;
    line-height: 27px;
  }

  body main #home #split3 .split3Item2 p em {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    margin-left: -3px;
    margin-bottom: 2px;
  }

  body main #home #split3 .split3Item2 .startHere {
    text-decoration: none;
  }

  body main #home #split3 .split3Item2 .startHere p {
    font-size: 18px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    margin-left: 5px;
    margin-top: 10px;
    line-height: 22px;
  }

  body main #home #split3 .split3Item2 .startHere a p {
    color: #4FAFF3;
    opacity: 0.9;
  }

  body main #home #split3 .split3Item2 .startHere a p:hover {
    color: #00bcd4;
    opacity: 1;
    transition: all ease 0.5s;
  }

  body main #home #split3 .split3Item3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  body main #home #split3 .split3Item3 p {
    font-size: 24px;
    color: #84d27a;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    margin-left: 0px;
    margin-top: 10px;
    line-height: 27px;
  }

  body main #home #split3 .split3Item3 .startHere {
    text-decoration: none;
  }

  body main #home #split3 .split3Item3 .startHere p {
    font-size: 18px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    margin-left: 5px;
    margin-top: 10px;
    line-height: 22px;
  }

  body main #home #split3 .split3Item3 .startHere a p {
    margin-top: 42px;
    color: #4FAFF3;
    opacity: 0.9;
  }

  body main #home #split3 .split3Item3 .startHere a p:hover {
    color: #00bcd4;
    opacity: 1;
    transition: all ease 0.5s;
  }

  body #home2 {
    background-color: #fff;
    min-height: 70vh;
  }

  body #home2 hr {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }

  body #home2 .ghostBox {
    margin-top: 2em !important;
    height: 2em !important;
  }

  body #home2 .ghostBox .headings {
    font-size: 1.8em;
    margin-top: 0em !important;
    font-family: "Lato", sans-serif;
    font-weight: bold;
  }

  body #home2 #aboutFirstLine {
    padding-top: 4.5em !important;
  }

  body #home2 .aboutWidthLess {
    width: 50% !important;
  }

  body #home2 #readMoreAbout {
    margin-top: 4.5em !important;
  }

  body #home2 ul {
    margin-top: 2.5em !important;
  }

  body #home2 ul li img {
    width: 38% !important;
  }

  body #home2 ul li p {
    font-size: 1.25em;
  }

  body #home2 button {
    margin-top: 6em !important;
  }

  body .template-withtabs-wrapper {
    padding-bottom: 1em;
    min-height: 100vh;
    background-color: #fff;
    /*----- Tabs -----*/
    /*----- Tab Links -----*/
    /* Clearfix */
    /*----- Content of Tabs -----*/
  }

  body .template-withtabs-wrapper .ghostBox {
    margin: auto;
    width: 12em;
    height: 4em;
    margin-top: 6em;
  }

  body .template-withtabs-wrapper .ghostBox .headings {
    text-align: center;
    font-family: "Lato", sans-serif;
    font-weight: bold;
    letter-spacing: 0.1em;
  }

  body .template-withtabs-wrapper .tabs {
    margin-top: 4em;
    width: 100%;
    display: inline-block;
  }

  body .template-withtabs-wrapper .tab-links:after {
    display: block;
    clear: both;
    content: '';
  }

  body .template-withtabs-wrapper .tab-links li {
    margin: 0px 5px;
    float: left;
    list-style: none;
    font-family: "Open Sans", sans-serif !important;
  }

  body .template-withtabs-wrapper .tab-links a {
    padding: 9px 15px;
    display: inline-block;
    border-radius: 3px 3px 0px 0px;
    background: #005b78;
    font-size: 16px;
    font-weight: 450;
    color: #fff;
    transition: all linear 0.15s;
  }

  body .template-withtabs-wrapper .tab-links a:hover {
    background: #a7cce5;
    text-decoration: none;
  }

  body .template-withtabs-wrapper li.active a,
  body .template-withtabs-wrapper li.active a:hover {
    background: #fff;
    color: #4c4c4c;
  }

  body .template-withtabs-wrapper .tab-content {
    padding: 15px;
    border-radius: 3px;
    background: #fff;
  }

  body .template-withtabs-wrapper .tab-content h2 {
    display: block;
    text-align: center;
    padding-bottom: 24px;
    color: #005b78;
    font-family: "Open Sans", sans-serif !important;
  }

  body .template-withtabs-wrapper .tab {
    display: none;
  }

  body .template-withtabs-wrapper .tab.active {
    display: block;
  }

  body .template-withtabs-wrapper .template-withtabs-content ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 0px;
  }

  body .template-withtabs-wrapper .template-withtabs-content ul li {
    -webkit-flex: 0 0 90%;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    outline: 1px #bbb solid;
    margin-top: 16px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  body .template-withtabs-wrapper .template-withtabs-content ul li .template-withtabs-content-flexitem1 {
    padding-top: 8px;
    -webkit-flex: 0 0 90%;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    border-bottom: 1px solid #bbb;
  }

  body .template-withtabs-wrapper .template-withtabs-content ul li .template-withtabs-content-flexitem1 p {
    margin-bottom: 0px;
    padding-bottom: 8px;
  }

  body .template-withtabs-wrapper .template-withtabs-content ul li .template-withtabs-content-flexitem2 {
    -webkit-flex: 0 0 35%;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
  }

  body .template-withtabs-wrapper .template-withtabs-content ul li .template-withtabs-content-flexitem2 p {
    text-align: center;
    padding-top: 8px;
  }

  body .template-withtabs-wrapper .template-withtabs-content ul li .template-withtabs-content-flexitem2 .imgortable-Placeholder {
    height: 160px;
    width: 160px;
    background-color: #bbb;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  body .template-withtabs-wrapper .template-withtabs-content ul li .template-withtabs-content-flexitem2 .template-flexitem2-units-description {
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding-top: 16px;
  }

  body .template-withtabs-wrapper .template-withtabs-content ul li .template-withtabs-content-flexitem2 .template-flexitem2-units-description p {
    margin-bottom: 8px;
    display: inline-block;
    padding-left: 8px;
    padding-top: 0px;
  }

  body .template-withtabs-wrapper .template-withtabs-content ul li .template-withtabs-content-flexitem3 {
    -webkit-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
  }

  body .template-withtabs-wrapper .template-withtabs-content ul li .template-withtabs-content-flexitem3 .template-withtabs-content-flexitem3-status {
    padding-top: 8px;
  }

  body .template-withtabs-wrapper .template-withtabs-content ul li .template-withtabs-content-flexitem3 p {
    text-align: center;
  }

  body .template-withtabs-wrapper .template-withtabs-content ul li .template-withtabs-content-flexitem3 div p {
    display: inline-block;
    padding-left: 8px;
    word-wrap: normal;
    margin-bottom: 10px;
  }

  body .template-withtabs-wrapper .template-withtabs-content ul li .template-withtabs-content-flexitem4 {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }

  body .template-withtabs-wrapper .template-withtabs-content ul li .template-withtabs-content-flexitem4 .utilsubwrap {
    margin-left: 5em;
  }

  body #account .ghostBox h2 {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  body #account #account-topInfo {
    transition: All ease 1.5s;
    background-color: #547980;
    display: block;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2em;
    margin-bottom: 2em;
  }

  body #account #account-topInfo .topInfo {
    width: 95%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-top: 1em;
    padding-bottom: 0.5em;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  body #account #account-topInfo .topInfo .noMarginLeft {
    margin-left: 0 !important;
  }

  body #account #account-topInfo .topInfo li {
    -webkit-flex: 0 3 5% !important;
    -ms-flex: 0 3 5% !important;
    flex: 0 3 5% !important;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  body #account #account-topInfo .topInfo li .topInfo-labelName {
    font-size: 1.25em;
    -webkit-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    padding-right: 15px !important;
    color: rgba(255, 255, 255, 0.9);
    letter-spacing: 0.03em;
  }

  body #account #account-topInfo .topInfo li div {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    text-align: center;
  }

  body #account #account-topInfo .topInfo li div p {
    font-size: 1.1em;
    text-align: center;
    background-color: #fff;
    padding-right: -4px !important;
  }

  body #list {
    min-height: 100vh;
  }

  body #list .ghostBox {
    margin: auto;
    width: 12em;
    height: 4em;
    margin-top: 8em;
  }

  body #list .ghostBox .headings {
    text-align: center;
    font-family: "Lato", sans-serif;
    letter-spacing: 0.1em;
    font-weight: bold !important;
  }

  body #list #list-wrapper #list-top-wrapper {
    transition: all ease 1.5s;
    width: 80%;
    background-image: linear-gradient(#eeeeee 10%, #e0e0e0 90%);
    padding-right: 1em;
    padding-left: 1em;
    padding-top: 1em;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
  }

  body #list #list-wrapper #list-top-wrapper #list-top-item1 {
    -webkit-flex: 0 0 70%;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    just-content: space-around;
  }

  body #list #list-wrapper #list-top-wrapper #list-top-item1 div {
    padding-top: 0em;
    -webkit-flex: 0 0 99%;
    -ms-flex: 0 0 99%;
    flex: 0 0 99%;
    padding-left: 0.5em;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  body #list #list-wrapper #list-top-wrapper #list-top-item1 div input {
    width: 40%;
    margin-top: 0px !important;
    text-align: center;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0em;
  }

  body #list #list-wrapper #list-top-wrapper #list-top-item1 div button {
    margin-bottom: 0em;
    padding-left: 20px;
    padding-right: 20px;
    display: inline-block;
  }

  body #list #list-wrapper #list-top-wrapper #list-top-item1 label {
    -webkit-flex: 0 0 10%;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    text-align: center;
    display: block;
    margin-top: 1em;
  }

  body #list #list-wrapper #list-top-wrapper #list-top-item1 input {
    -webkit-flex: 0 0 10%;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1em;
  }

  body #list #list-wrapper #list-top-wrapper #list-top-item1 button {
    -webkit-flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
  }

  body #list #list-wrapper #list-top-wrapper #list-top-item1 .filterbutton i {
    color: #fff !important;
  }

  body #list #list-wrapper #list-top-wrapper #list-top-item1 .filterbutton:hover i {
    transition: all ease 0.8s;
    color: #84d27a !important;
  }

  body #list #list-wrapper #list-top-wrapper #list-top-item2 {
    -webkit-flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    outline: 0px rgba(37, 166, 64, 0.6) solid;
    padding-top: 0em;
  }

  body #list #list-wrapper #list-top-wrapper #list-top-item2 ul {
    padding: 0;
    list-style-type: none;
  }

  body #list #list-wrapper #list-top-wrapper #list-top-item2 ul li p {
    text-align: center;
  }

  body #list #list-wrapper #list-top-wrapper #list-top-item2 ul li label {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  body #list #list-wrapper #list-list {
    transition: all ease 1.5s;
    padding: 0 5%;
    list-style-type: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: space-around;
    margin-bottom: 4em;
  }

  body #list #list-wrapper #list-list .template-Bookend {
    background-color: #eee;
    -webkit-flex: 0 0 20% !important;
    -ms-flex: 0 0 20% !important;
    flex: 0 0 20% !important;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  body #list #list-wrapper #list-list .template-Bookend input {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 150px;
  }

  body #list #list-wrapper #list-list .template-Bookend input::-webkit-input-placeholder {
    font-size: 0.8em;
  }

  body #list #list-wrapper #list-list .template-Bookend input::-moz-placeholder {
    font-size: 0.8em;
  }

  body #list #list-wrapper #list-list .template-Bookend input:-ms-input-placeholder {
    font-size: 0.8em;
  }

  body #list #list-wrapper #list-list .template-Bookend input::placeholder {
    font-size: 0.8em;
  }

  body #list #list-wrapper #list-list .template-Bookend div {
    -webkit-flex: 0 0 90%;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
  }

  body #list #list-wrapper #list-list .template-Bookend div h3 {
    -webkit-flex: 0 0 90%;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
  }

  body #list #list-wrapper #list-list .template-Bookend div .save-wrapper {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 78.2px;
    margin-top: 0.5em;
  }

  body #list #list-wrapper #list-list .template-Bookend div .save-wrapper a {
    font-size: 0.8em;
  }

  body #list #list-wrapper #list-list .template-Bookend .template-Bookend-mainContent {
    -webkit-flex: 0 0 90%;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    padding-top: 10px;
  }

  body #list #list-wrapper #list-list .template-Bookend .template-Bookend-mainContent div {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.5em;
    width: 95%;
    font-size: 0.8em;
  }

  body #list #list-wrapper #list-list .template-Bookend .template-Bookend-mainContent .template-Bookend-heads {
    font-weight: 700 !important;
    font-family: "Lato", sans-serif;
    font-size: 1.1em;
  }

  body #list #list-wrapper #list-list .template-Bookend .template-Bookend-mainContent .template-Bookend-t-c {
    margin-top: 0.5em;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  body #list #list-wrapper #list-list .template-Bookend .template-Bookend-mainContent .template-Bookend-t-c p {
    font-size: 11px !important;
  }

  body #list #list-wrapper #list-list .template-Bookend .template-Bookend-mainContent .template-Bookend-action {
    text-align: center;
    padding-bottom: 1em;
  }

  body #list #list-wrapper #list-list .template-Bookend .template-Bookend-mainContent .template-Bookend-action a {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  body #list #list-wrapper #list-list .template-Bookend .template-Bookend-mainContent .template-Bookend-action div {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  body #list #list-wrapper #list-list .template-Bookend .template-Bookend-mainContent .template-Bookend-action div .myTender {
    background-color: #ff9800;
  }

  body #list #list-wrapper #list-list .template-Bookend .template-Bookend-mainContent .template-Bookend-action div .myTender i {
    font-size: 0.8em;
  }

  body #list #list-wrapper #list-list .template-Bookend .template-Bookend-mainContent .template-Bookend-action div .buyNow {
    background-color: #4caf50;
  }

  body #list #list-wrapper #list-list .template-Bookend .template-Bookend-mainContent .template-Bookend-action div .buyNow i {
    font-size: 0.8em;
  }

  body #list #list-wrapper #list-list li {
    -webkit-flex: 0 0 49% !important;
    -ms-flex: 0 0 49% !important;
    flex: 0 0 49% !important;
    outline: 1px #bbb solid;
    height: auto;
    margin-top: 2.5em;
    margin-right: 0.5em;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  body #list #list-wrapper #list-list li #accountPlaceholderImg {
    height: 8em;
    width: 8em;
    background-color: #BBB;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2em;
  }

  body #list #list-wrapper #list-list li h3 {
    -webkit-flex: 0 0 80%;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    text-align: center;
  }

  body #list #list-wrapper #list-list li label {
    -webkit-flex: 0 0 80%;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
  }

  body #list #list-wrapper #list-list li p {
    -webkit-flex: 0 0 80%;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    text-align: center;
  }

  body #list #list-wrapper #list-list li button {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2em;
    margin-bottom: 2em;
  }

  body #list #list-wrapper #list-list li .qtyRequired {
    -webkit-flex: 0 0 90%;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    margin-bottom: 1em;
  }

  body #list #list-wrapper #list-list li .qtyRequired p {
    text-align: center;
    font-size: 1.2em;
  }

  body #list #list-wrapper #list-list li .qtyRequired h3 {
    display: block;
    margin-left: 1em;
    margin-right: auto;
  }

  body #list #list-wrapper #list-list li .qtyRequired label {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.5em;
    text-align: center;
  }

  body #list #list-wrapper #list-list li .qtyRequired input {
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  body #list #list-wrapper #list-list li .qtyRequired button {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2em;
    margin-bottom: 1em;
  }

  body #list #list-wrapper #list-list li .qtyRequired .remove1:hover {
    background-color: #e53935 !important;
    border: 1px #e53935 solid !important;
    color: #fff;
  }

  body #list #list-wrapper #list-list li .qtyRequired .remove1 {
    color: #fff;
    background-color: rgba(244, 67, 54, 0.8) !important;
    border: 1px rgba(244, 67, 54, 0.8) solid !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2em;
    margin-bottom: 1em;
  }

  body #auxtionManagement #auxtionManagement-wrapper {
    width: 90%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  body #auxtionManagement #auxtionManagement-seachBox {
    -webkit-flex: 0 0 28%;
    -ms-flex: 0 0 28%;
    flex: 0 0 28%;
    height: 36em;
    background-color: #4caf50;
  }

  body #auxtionManagement #auxtionManagement-seachBox #formFlex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  body #auxtionManagement #auxtionManagement-seachBox #formFlex .formFlexItem {
    margin-top: 1.5em;
    -webkit-flex: 0 0 80%;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
  }

  body #auxtionManagement #auxtionManagement-seachBox #formFlex .formFlexItem select {
    display: block;
    margin-left: auto;
    margin-right: 0 !important;
  }

  body #auxtionManagement #auxtionManagement-seachBox .filterbutton i {
    color: #fff !important;
  }

  body #auxtionManagement #auxtionManagement-seachBox .filterbutton:hover i {
    transition: all ease 0.8s;
    color: #84d27a !important;
  }

  body #auxtionManagement #auxtionManagement-seachResults {
    -webkit-flex: 0 0 68%;
    -ms-flex: 0 0 68%;
    flex: 0 0 68%;
    margin-top: 0em !important;
  }

  body #auxtionManagement #auxtionManagement-seachResults h3 {
    text-align: center;
    padding-top: 0em !important;
    margin-top: 0em !important;
    padding-bottom: 0.5em !important;
    font-size: 1.5em;
  }

  body #auxtionManagement #auxtionManagement-seachResults ul {
    outline: 1px #bbb solid;
    padding-bottom: 1em !important;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
    list-style-type: none;
    padding: 0;
  }

  body #auxtionManagement #auxtionManagement-seachResults ul li {
    -webkit-flex: 0 0 30% !important;
    -ms-flex: 0 0 30% !important;
    flex: 0 0 30% !important;
    margin-top: 1em;
    text-align: center;
    outline: 1px rgba(37, 166, 64, 0.6) solid;
    margin-left: auto;
    margin-right: auto;
  }

  body #auxtionManagement #auxtionManagement-seachResults ul li div .exceptionsHeading {
    font-size: 1.15em;
    font-weight: bold;
  }

  body #auxtionManagement #auxtionManagement-seachResults ul li button {
    margin-top: 1em;
    margin-bottom: 1em;
  }

  body #productManagement {
    padding-bottom: 3em;
  }

  body #productManagement #productManagement-wrapper {
    width: 90%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  body #productManagement #productManagement-seachBox {
    -webkit-flex: 0 0 28%;
    -ms-flex: 0 0 28%;
    flex: 0 0 28%;
    height: 30em;
    background-color: #4caf50;
  }

  body #productManagement #productManagement-seachBox #formFlex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  body #productManagement #productManagement-seachBox #formFlex .formFlexItem {
    margin-top: 1.5em;
    -webkit-flex: 0 0 80%;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
  }

  body #productManagement #productManagement-seachBox #formFlex .formFlexItem select {
    display: block;
    margin-left: auto;
    margin-right: 0 !important;
  }

  body #productManagement #productManagement-seachBox .filterbutton i {
    color: #fff !important;
  }

  body #productManagement #productManagement-seachBox .filterbutton:hover i {
    transition: all ease 0.8s;
    color: #84d27a !important;
  }

  body #productManagement #productManagement-seachResults {
    -webkit-flex: 0 0 68%;
    -ms-flex: 0 0 68%;
    flex: 0 0 68%;
    margin-top: 0em !important;
  }

  body #productManagement #productManagement-seachResults h3 {
    text-align: center;
    padding-top: 0em !important;
    margin-top: 0em !important;
    padding-bottom: 0.5em !important;
    font-size: 1.5em;
  }

  body #contact {
    background-color: #fff;
    min-height: 100vh;
    padding-bottom: 1em;
  }

  body #contact .ghostBox {
    margin: auto;
    width: 12em;
    height: 4em;
    margin-top: 8em;
  }

  body #contact .ghostBox .headings {
    text-align: center;
    font-family: "Lato", sans-serif;
    letter-spacing: 0.1em;
    font-weight: bold !important;
  }

  body #contact #contact-wrapper {
    margin-top: 2em;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  body #contact #contact-wrapper .contact-flexOne {
    -webkit-flex: 0 0 39%;
    -ms-flex: 0 0 39%;
    flex: 0 0 39%;
  }

  body #contact #contact-wrapper .contact-flexOne ul {
    border: thick #84d27a solid;
    padding: 1em 0em 1em 0em;
    list-style-type: none;
    height: content;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  body #contact #contact-wrapper .contact-flexOne ul li {
    margin-top: 1.5em;
    -webkit-flex: 0 0 80%;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
  }

  body #contact #contact-wrapper .contact-flexOne ul li p {
    padding-top: 1em;
    text-align: center;
    color: #33687a;
  }

  body #contact #contact-wrapper .contact-flexOne ul li i {
    font-size: 1.5em;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    color: #84d27a;
  }

  body #contact #contact-wrapper .contact-flexTwo {
    -webkit-flex: 0 0 59%;
    -ms-flex: 0 0 59%;
    flex: 0 0 59%;
  }

  body #contact #contact-wrapper .contact-flexTwo .contact-flexTwo-wrapper {
    width: 90%;
    display: block;
    margin-left: auto;
    margin-right: 0;
  }

  body #contact #contact-wrapper .contact-flexTwo .contact-flexTwo-wrapper .contact-form-heading {
    font-size: 1em;
    color: #84d27a;
    margin-top: 2.5em;
  }

  body #contact #contact-wrapper .contact-flexTwo .contact-flexTwo-wrapper form label {
    display: block;
    margin-top: 0.5em;
    color: #33687a;
  }

  body #contact #contact-wrapper .contact-flexTwo .contact-flexTwo-wrapper form .contact-name {
    width: 60%;
  }

  body #contact #contact-wrapper .contact-flexTwo .contact-flexTwo-wrapper form #contact-message {
    width: 60%;
  }

  body #contact #contact-wrapper .contact-flexTwo .contact-flexTwo-wrapper form button {
    display: block;
    margin-top: 1em;
  }

  body #contact #contact-wrapper .contact-flexTwo .contact-flexTwo-wrapper .errormsg {
    margin-left: auto;
    margin-right: auto;
    display: block;
    list-style-type: none;
  }

  body #contact #contact-wrapper .contact-flexTwo .contact-flexTwo-wrapper .errormsg ul {
    list-style-type: none;
    padding-top: 30px;
  }

  body #contact #contact-wrapper .contact-flexTwo .contact-flexTwo-wrapper .errormsg ul li {
    padding-top: 10px;
    color: red;
  }

  body #contact #contact-wrapper .contact-flexThree {
    -webkit-flex: 0 0 90%;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
  }

  body #contact #contact-wrapper .contact-flexThree .support-wrapper {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }

  body #contact #contact-wrapper .contact-flexThree .support-wrapper .havingIssues {
    font-size: 1em;
    margin-top: 2.8em;
    margin-bottom: 0.2em;
    border-bottom: 1px solid #bbb;
  }

  footer {
    background-color: #262626;
    height: auto;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }

  footer #footerControl {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  footer #footerControl .copy-r-flocknsave-wrapper {
    -webkit-flex: 0 0 80% !important;
    -ms-flex: 0 0 80% !important;
    flex: 0 0 80% !important;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  footer #footerControl .copy-r-flocknsave-wrapper .copy-r-flocknsave {
    -webkit-flex: 0 0 40% !important;
    -ms-flex: 0 0 40% !important;
    flex: 0 0 40% !important;
    font-size: 0.8em;
    margin-bottom: 0em;
    font-family: "Lato", sans-serif;
    color: #fff;
  }

  footer #footerControl .copy-r-flocknsave-wrapper .contact-via-support {
    -webkit-flex: 0 0 14% !important;
    -ms-flex: 0 0 14% !important;
    flex: 0 0 14% !important;
  }

  footer #footerControl .copy-r-flocknsave-wrapper .contact-via-support a {
    text-decoration: none;
  }

  footer #footerControl .copy-r-flocknsave-wrapper .contact-via-support a p {
    margin-top: 2px;
    font-size: 0.6em;
    color: #fff;
    margin-bottom: 0em;
    text-align: center;
  }

  footer #footerControl .copy-r-flocknsave-wrapper .contact-via-support a p:hover {
    color: #84d27a;
    transition: all ease 0.5s;
  }

  footer #footerControl .copy-r-flocknsave-wrapper .contact-via-support-social {
    -webkit-flex: 0 0 10% !important;
    -ms-flex: 0 0 10% !important;
    flex: 0 0 10% !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  footer #footerControl .copy-r-flocknsave-wrapper .contact-via-support-social div {
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
  }

  footer #footerControl .copy-r-flocknsave-wrapper .contact-via-support-social div p {
    font-size: 0.8em;
    margin-bottom: 0em;
    padding-right: 1em;
    text-align: right;
  }

  footer #footerControl .copy-r-flocknsave-wrapper .contact-via-support-social div p i {
    font-size: 1.5em !important;
    color: #fff;
  }

  footer #footerControl .copy-r-flocknsave-wrapper .contact-via-support-social div p i:hover {
    color: #84d27a;
  }
}

@media only screen and (min-width: 75em) {
  main #search-wrapper #seachBox {
    padding-bottom: 0em;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    height: 5em;
    margin-bottom: 1em;
    background-image: linear-gradient(#33687a 10%, #33687a 90%);
    box-shadow: -46px -13px 103px -3px #b5b8b4;
    border-radius: 2px;
  }

  main #search-wrapper #seachBox #formFlex {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 1em;
  }

  main #search-wrapper #seachBox #formFlex .image-clipon-wrapper {
    -webkit-flex: 0 0 12%;
    -ms-flex: 0 0 12%;
    flex: 0 0 12%;
    background-image: url('../../imgs/searchClipon.jpg');
    background-position: right top;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    height: 5em;
  }

  main #search-wrapper #seachBox #formFlex .formFlexItem {
    -webkit-flex: 0 0 22%;
    -ms-flex: 0 0 22%;
    flex: 0 0 22%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    margin-top: 0em;
    padding-top: 0.5em;
    margin-bottom: 0em;
  }


  main #search-wrapper #seachBox #formFlex .formFlexItem #browseHeading {
    font-family: "Lato", sans-serif;
    font-size: 1.5em;
    color: #fff;
    margin-bottom: 0em;
    vertical-align: baseline;
  }

  main #search-wrapper #seachBox #formFlex .formFlexItem i {
    color: #fff !important;
  }

  main #search-wrapper #seachBox #formFlex .formFlexItem i:hover {
    color: #84d27a !important;
  }

  main #search-wrapper #seachBox #formFlex .formFlexItem label {
    font-size: 1em;
    display: inline-block !important;
    padding-right: 0.2em;
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
    vertical-align: -webkit-baseline-middle;
    width: auto;
  }

  main #search-wrapper #seachBox #formFlex .formFlexItem input {
    margin-bottom: 0em;
    padding: 5px;
    display: inline-block;
    /* width: 12em !important; */
  }

  main #search-wrapper #seachBox #formFlex .formFlexItem #CategorySelect {
    width: 5em !important;
    padding: 4px;
  }

  main #search-wrapper #seachBox #formFlex .formFlexItem #industrySelect {
    width: 6em !important;
    padding: 4px;
  }

  main #search-wrapper #seachBox #formFlex .formFlexItem select {
    display: inline-block;
    font-size: 0.88em !important;
    margin-left: 0em;
  }

  main #search-wrapper #seachBox #formFlex .formFlexItem select::-webkit-input-placeholder {
    font-size: 0.5em !important;
    color: #fff !important;
  }

  main #search-wrapper #seachBox #formFlex .formFlexItem select::-moz-placeholder {
    font-size: 0.5em !important;
    color: #fff !important;
  }

  main #search-wrapper #seachBox #formFlex .formFlexItem select:-ms-input-placeholder {
    font-size: 0.5em !important;
    color: #fff !important;
  }

  main #search-wrapper #seachBox #formFlex .formFlexItem select::placeholder {
    font-size: 0.5em !important;
    color: #fff !important;
  }

  main #search-wrapper #seachBox #formFlex .formFlexItem select:first-child {
    color: #fff !important;
  }

  main #search-wrapper #seachBox #formFlex .formFlexItem button {
    vertical-align: middle;
    display: inline-block;
    padding: 0px 0px;
    width: 35px;
    height: 35px;
    font-size: 1em;
    background-color: rgba(255, 255, 255, 0) !important;
    border: 1px #fff solid;
    border-radius: 50%;
    margin-right: 8px;
  }

  main #search-wrapper #seachBox #formFlex .formFlexItem button i {
    padding: 0em;
    margin: -0.25em -0.2em 0em 0em;
  }

  main #search-wrapper #seachBox #formFlex .formFlexItem button:hover {
    background-color: #84d27a !important;
    border: 1px #33687a solid;
    transition: 0.3s all ease;
  }

  main #search-wrapper #seachBox #formFlex .formFlexItem button:hover i {
    color: #000 !important;
  }

  main #howitworks #howitworks-wrapper .howitworks-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 4em;
    margin-top: 2em !important;
    padding-right: 2em;
  }

  main #howitworks #howitworks-wrapper .howitworks-item .howitworks-item-inner {
    -webkit-flex: 0 0 90%;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  main #howitworks #howitworks-wrapper .howitworks-item .howitworks-item-inner hr {
    margin-top: 1em;
    width: 100%;
    opacity: 0.6;
  }

  main #howitworks #howitworks-wrapper .howitworks-item .howitworks-item-inner .howitworks-images-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 0 0 19% !important;
    -ms-flex: 0 0 19% !important;
    flex: 0 0 19% !important;
  }

  main #howitworks #howitworks-wrapper .howitworks-item .howitworks-item-inner .howitworks-images-wrapper div {
    padding-right: 1em;
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  main #howitworks #howitworks-wrapper .howitworks-item .howitworks-item-inner .howitworks-images-wrapper div img {
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 140px;
    max-width: 250px;
  }

  main #howitworks #howitworks-wrapper .howitworks-item .howitworks-item-inner .howitworks-item-text {
    -webkit-flex: 0 0 80% !important;
    -ms-flex: 0 0 80% !important;
    flex: 0 0 80% !important;
    margin-top: 3em;
  }

  main #howitworks #howitworks-wrapper .howitworks-item .howitworks-item-inner .howitworks-item-text hr {
    margin-top: 1em;
    opacity: 0.4;
    margin-bottom: -1em !important;
  }

  main #howitworks #howitworks-wrapper .howitworks-item .howitworks-item-inner .howitworks-item-text .typeHeading {
    font-size: 2em;
    margin-bottom: 1em;
  }

  main #howitworks #howitworks-wrapper .howitworks-item .howitworks-item-inner .howitworks-item-text .typeheading {
    margin-bottom: 0em !important;
  }

  main section .headlineRule {
    margin-top: 0.18em !important;
  }
}


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