/*#region Variables */
/*#region Select Category */
.categoryTabList {
  clear: both;
  position: relative;
}
.categoryTabList li {
  float: left;
  font-size: 0.9em;
  font-weight: bold;
  background: #e9ebf7;
  background: -moz-linear-gradient(top, #e9ebf7 0%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e9ebf7), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(top, #e9ebf7 0%, #ffffff 100%);
  background: -o-linear-gradient(top, #e9ebf7 0%, #ffffff 100%);
  background: -ms-linear-gradient(top, #e9ebf7 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #e9ebf7 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#e9ebf7", endColorstr="#ffffff",GradientType=0 );
  padding: 0.5em 0.7em;
  line-height: 2.4em;
  display: inline-block;
  border: 1px solid #d6d9eb;
  border-radius: 0.625em 0.625em 0 0;
  color: #294B92;
}
.categoryTabList li:first-child {
  margin-right: 1%;
}
.categoryTabList li.selected {
  background: #fff;
  border-bottom: 1px solid white;
}
.categoryTabList li.hover {
  cursor: pointer;
  background: #b0b9e1;
  background: -moz-linear-gradient(top, #b0b9e1 0, #e9ebf7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #b0b9e1), color-stop(100%, #e9ebf7));
  background: -webkit-linear-gradient(top, #b0b9e1 0, #e9ebf7 100%);
  background: -o-linear-gradient(top, #b0b9e1 0, #e9ebf7 100%);
  background: -ms-linear-gradient(top, #b0b9e1 0, #e9ebf7 100%);
  background: linear-gradient(to bottom, #b0b9e1 0, #e9ebf7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#b0b9e1", endColorstr="#e9ebf7",GradientType=0 );
  border: 1px solid #d6d9eb;
}
.categoryTabList li.hover a {
  color: #2A386E;
}
@media screen and (max-width: 26.25em) {
  .categoryTabList li {
    width: 49%;
    text-align: center;
    float: left;
  }
}
@media screen and (max-width: 26.25em) {
  .categoryTabList span {
    display: none;
  }
}

#selecteCatFieldset {
  border-top-left-radius: 0;
  margin-top: -1px;
  float: left;
  width: 100%;
  padding: 0;
}

#categoryTabs {
  position: relative;
  padding: 0.7em;
}

#findCategory label {
  width: 100%;
}
#findCategory input {
  margin-bottom: 1em;
}
@media screen and (max-width: 64em) {
  #findCategory input[type=text] {
    width: calc(100% - 136px);
  }
}
@media screen and (max-width: 64em) {
  #findCategory.sellFormButton {
    font-size: 1.2em;
    padding: 0.25em 1em;
  }
}

.catsInstruction {
  margin-bottom: 2em;
}

#new-picker {
  float: left;
  width: 100%;
  margin-bottom: 2em;
  min-height: 15em;
}
@media (max-width: 64em) {
  #new-picker {
    min-height: 7em;
  }
}
#new-picker.loading {
  background: url("../../images/ajax-loaderLarge.gif") center center no-repeat no-repeat;
}

.category-box {
  width: 33.3%;
  height: 15em;
  border: 1px solid #ddd;
  float: left;
  overflow-y: scroll;
  background: white;
  margin-bottom: 1em;
}
@media (max-width: 64em) {
  .category-box {
    width: 100%;
    height: auto;
    overflow-y: visible;
  }
}
.category-box ul {
  display: none;
  margin: 0;
  padding: 0;
}
.category-box ul.parent-selected, .category-box ul[data-tier="1"] {
  display: block;
}
@media (max-width: 64em) {
  .category-box ul[data-tier="2"] li {
    padding-left: 2em;
  }
  .category-box ul[data-tier="3"] li {
    padding-left: 3em;
  }
}
.category-box li {
  padding: 0.6em 1.2em;
  font-size: 0.9em;
  border-bottom: 1px solid #ddd;
  position: relative;
}
@media (max-width: 64em) {
  .category-box li {
    padding: 1.2em;
  }
}
.category-box li:hover {
  cursor: pointer;
}
.category-box li[data-category-children=true]:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f054";
  font-size: 18px;
  color: #3e3e3e;
  padding: 0.3em;
  position: absolute;
  top: 0.2em;
  right: 0.5em;
}
@media (max-width: 64em) {
  .category-box li[data-category-children=true]:after {
    font-size: 22px;
    top: 0.5em;
  }
}
@media (max-width: 64em) {
  .category-box .tier-selected li {
    display: none;
  }
  .category-box .tier-selected li.selected {
    display: block;
  }
}
.category-box .selected {
  position: relative;
  background: #E9E9E9;
}
.category-box .selected:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f058";
  font-size: 22px;
  color: #009900;
  position: absolute;
  top: 0.25em;
  right: 0.5em;
}
@media (max-width: 64em) {
  .category-box .selected:after {
    font-size: 26px;
    top: 13px;
    right: 15px;
  }
}
@media (max-width: 64em) {
  .category-box .selected[data-category-children=true]:after {
    content: "\f078";
  }
}

#categoryPaths {
  padding: 0.7em;
  border-top: 1px solid #ddd;
  background: #eee;
  border-radius: 0 0 6px 6px;
}
#categoryPaths .browseCatsPaths {
  padding: 1em;
  border: 1px solid #ddd;
  display: table;
  width: 100%;
  background: #fff;
}
#categoryPaths #loading-pannel {
  padding: 1.65em 1em;
  border: 1px solid #ddd;
  display: table;
  width: 100%;
  background: #fff;
  text-align: center;
}
#categoryPaths #browseCategory {
  display: block;
  float: left;
  clear: both;
  width: 100%;
}
#categoryPaths #browseCategory li {
  display: block;
  float: left;
  clear: both;
  width: 100%;
}
#categoryPaths p {
  margin: 0.5em 0;
}
#categoryPaths .browseCats {
  display: table-cell;
  font-size: 0.9em;
}
@media (max-width: 64em) {
  #categoryPaths .browseCats {
    display: block;
    margin-bottom: 1em;
  }
}
#categoryPaths .removeCatButton {
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 64em) {
  #categoryPaths .removeCatButton {
    display: block;
  }
}
#categoryPaths .removeButton {
  font-size: 0.8em;
  text-transform: uppercase;
  border: 1px solid;
  color: #C70B00;
  border-color: #C70B00;
  background: none;
  border-radius: 0.3em;
  font-weight: normal;
  display: inline-block;
  line-height: 1em;
  float: right;
  margin-top: 0.3em;
  padding: 0.5em 1em 0.4em;
  margin: 0 auto;
}
@media (max-width: 64em) {
  #categoryPaths .removeButton {
    float: left;
  }
}
@media screen and (max-width: 47em) {
  #categoryPaths .removeButton {
    padding: 0.5em 2em;
    font-size: 1em;
  }
}
#categoryPaths .removeButton:hover {
  background: #C70B00;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

#disableCategory {
  text-align: center;
  padding: 1em;
}
@media screen and (max-width: 47em) {
  #disableCategory .warning {
    display: block;
  }
}

.reset-button {
  font-size: 0.8em;
  text-transform: uppercase;
  border: 1px solid;
  color: #2A386E;
  border-color: #2A386E;
  background: none;
  border-radius: 0.3em;
  font-weight: normal;
  display: inline-block;
  line-height: 1em;
  float: right;
  margin-top: 0.3em;
  padding: 0.5em 1em 0.4em;
  margin: 0 auto;
}
@media (max-width: 64em) {
  .reset-button {
    float: right;
    font-size: 1em;
    margin: 0 0 2em 1em;
  }
}
.reset-button:hover {
  background: #2A386E;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

#addCategory {
  display: block;
  font-size: 1.1em;
  margin: 0 auto;
}
#addCategory[disabled] {
  background: #e8e7e7;
  color: #b8b8b8;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e8e7e7",endColorstr="#e8e7e7",GradientType=0);
  border-color: #b8b8b8;
  box-shadow: none;
}

.cats-rached {
  padding: 1em;
  background: #009900;
  clear: both;
  border-radius: 0.5em;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  position: relative;
  width: 100%;
  display: block;
  padding: 0.5em;
  display: none;
}
.cats-rached h2 {
  color: #fff;
  margin: 0;
}

#categorySuggestions {
  width: 100%;
}
#categorySuggestions ul {
  display: table;
  width: 100%;
}
#categorySuggestions li {
  border: solid #ddd;
  border-width: 1px 1px 0 1px;
  padding: 0.1em 0.7em;
  float: left;
  background: #fff;
  width: 100%;
}
#categorySuggestions li:last-child {
  border-width: 1px;
}
#categorySuggestions .catPaths {
  display: inline-block;
  font-size: 0.9em;
  margin: 0.5em 0;
  width: 74%;
  vertical-align: middle;
  line-height: 1.5;
}
@media screen and (max-width: 64em) {
  #categorySuggestions .catPaths {
    width: 100%;
  }
}
#categorySuggestions .addCatColumn {
  display: inline-block;
  vertical-align: middle;
  margin: 0.5em 0;
  width: 26%;
}
@media screen and (max-width: 64em) {
  #categorySuggestions .addCatColumn {
    width: 100%;
  }
}
#categorySuggestions .addCatColumn input {
  float: right;
}
@media screen and (max-width: 64em) {
  #categorySuggestions .addCatColumn input {
    float: left;
    margin-right: 0.5em;
  }
}

.cat-added-label {
  background: #009900;
  padding: 0.3em 0.7EM 0.3EM 0.2EM;
  border-radius: 1em 0.3em 0.3em 1em;
  DISPLAY: INLINE-BLOCK;
  font-size: 0.9em;
  color: white;
  font-weight: bold;
  float: left;
}
.cat-added-label .icon {
  color: #fff;
  font-size: 1.6em;
  vertical-align: middle;
  margin-right: 0;
  margin-left: 0.1em;
}
.cat-added-label .status-label {
  display: inline-block;
  font-size: 0.9em;
  font-weight: bold;
  vertical-align: middle;
  color: #fff;
}

.category-search {
  width: 80%;
}

.category-box li.match {
  color: orange;
}

.category-box li[data-category-children=true].ancestor-match:after {
  color: orange;
}

.search-mode .category-box li {
  display: none;
}

.search-mode .category-box li.match, .search-mode .category-box li.ancestor-match {
  display: list-item;
}

/*#endregion */
/*#region top keyword search and buttons */
.category-browser input[type=text] {
  display: inline-block;
  width: 81%;
  margin: 0 0.5em 0.7em 0;
  line-height: 1em;
}
.category-browser button[type=button] {
  color: #fff;
  background-color: #31427e;
  background: -webkit-gradient(linear, left top, left bottom, from(#3f55a3), to(#31427e));
  background: -webkit-linear-gradient(top, #3f55a3, #31427e);
  background: -moz-linear-gradient(top, #3f55a3, #31427e);
  background: -ms-linear-gradient(top, #3f55a3, #31427e);
  background: -o-linear-gradient(top, #3f55a3, #31427e);
  background: linear-gradient(top, #3f55a3, #31427e);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr="#3f55a3", EndColorStr="#31427e");
  border: none;
  padding: 0.75em;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  border-radius: 0.3em;
  line-height: 1em;
}
.category-browser button[type=button]:hover {
  color: #fff;
  background-color: #eb8d00;
  background: -webkit-gradient(linear, left top, left bottom, from(#f90), to(#eb8d00));
  background: -webkit-linear-gradient(top, #f90, #eb8d00);
  background: -moz-linear-gradient(top, #f90, #eb8d00);
  background: -ms-linear-gradient(top, #f90, #eb8d00);
  background: -o-linear-gradient(top, #f90, #eb8d00);
  background: linear-gradient(top, #f90, #eb8d00);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr="#ff9900", EndColorStr="#eb8d00");
  cursor: pointer;
}
.category-browser button[type=button]:first-of-type {
  margin-right: 0.5em;
}

/*#endregion */
button[type=button].add-category {
  background-color: #00a76b;
  background: -webkit-gradient(linear, left top, left bottom, from(#00BB78), to(#00a76b));
  background: -webkit-linear-gradient(top, #00BB78, #00a76b);
  background: -moz-linear-gradient(top, #00BB78, #00a76b);
  background: -ms-linear-gradient(top, #00BB78, #00a76b);
  background: -o-linear-gradient(top, #00BB78, #00a76b);
  background: linear-gradient(top, #00BB78, #00a76b);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr="#00BB78", EndColorStr="#00a76b");
  font-weight: 700;
  border: none;
  padding: 0.75em;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
  margin: 1em auto;
  display: block;
  text-align: center;
  border-radius: 0.3em;
  position: relative;
  font-weight: normal;
}
button[type=button].add-category:hover {
  color: #fff;
  background-color: #eb8d00;
  background: -webkit-gradient(linear, left top, left bottom, from(#f90), to(#eb8d00));
  background: -webkit-linear-gradient(top, #f90, #eb8d00);
  background: -moz-linear-gradient(top, #f90, #eb8d00);
  background: -ms-linear-gradient(top, #f90, #eb8d00);
  background: -o-linear-gradient(top, #f90, #eb8d00);
  background: linear-gradient(top, #f90, #eb8d00);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr="#ff9900", EndColorStr="#eb8d00");
  cursor: pointer;
}

.select2-search__field {
  margin-top: 1em;
}

.select2-selection__choice {
  background-color: #DFFCE0;
  border: none;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}

h1 {
  clear: both;
  margin-bottom: 1.2em;
  font-size: 1.2em;
}

h2 {
  margin-bottom: 1em;
  margin-top: 1.2em;
  clear: both;
  font-size: 1em;
}

* {
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
}

ul {
  padding-left: 0;
}

li {
  list-style-type: none;
}

p, table, ol, ul {
  font-size: 1em;
}

#sb-body {
  background: #fff !important;
}

#remove, ol.advertDocuments li .sellFormButton, ol.advertPhotos .sellFormButton {
  font-size: 0.8em;
  text-transform: uppercase;
  border: 1px solid;
  color: #C70B00;
  border-color: #C70B00;
  background: none;
  border-radius: 0.3em;
  font-weight: normal;
  display: inline-block;
  line-height: 1em;
  float: right;
  margin-top: 0.3em;
  padding: 0.5em 1em;
  margin: 0 auto;
}
#remove:hover, ol.advertDocuments li .sellFormButton:hover, ol.advertPhotos .sellFormButton:hover {
  background: #C70B00;
  color: #fff;
  cursor: pointer;
}
@media screen and (max-width: 37em) {
  #remove, ol.advertDocuments li .sellFormButton, ol.advertPhotos .sellFormButton {
    padding: 1em;
  }
}

.greyButton {
  padding: 0.5em 0.7em;
  border-radius: 0.3em;
  cursor: pointer;
  font-weight: 600;
  display: inline-block;
  white-space: inherit;
  line-height: 2;
  font-size: 0.9em;
  border: 1px solid #ccc;
  background: #ccc;
  background: -moz-linear-gradient(top, #e5e5e5 0, #e0e0e0 54%, #ccc 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e5e5e5), color-stop(54%, #e0e0e0), color-stop(100%, #ccc));
  background: -webkit-linear-gradient(top, #e5e5e5 0, #e0e0e0 54%, #ccc 100%);
  background: -o-linear-gradient(top, #e5e5e5 0, #e0e0e0 54%, #ccc 100%);
  background: -ms-linear-gradient(top, #e5e5e5 0, #e0e0e0 54%, #ccc 100%);
  background: linear-gradient(top, #e5e5e5 0, #e0e0e0 54%, #ccc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e5e5e5",endColorstr="#e0e0e0",GradientType=0);
  box-shadow: 0 2px 2px #e5e5e5 inset, 0 0 1px rgba(255, 255, 255, 0.75) inset;
  color: #565656;
}
.greyButton:hover {
  background: #ccc;
  background: -moz-linear-gradient(top, #e5e5e5 0, #e0e0e0 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e5e5e5), color-stop(100%, #e0e0e0));
  background: -webkit-linear-gradient(top, #e5e5e5 0, #e0e0e0 100%);
  background: -o-linear-gradient(top, #e5e5e5 0, #e0e0e0 100%);
  background: -ms-linear-gradient(top, #e5e5e5 0, #e0e0e0 100%);
  background: linear-gradient(top, #e5e5e5 0, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#E5E5E5",endColorstr="#ccc",GradientType=0);
  text-decoration: none;
  color: #565656;
}

#findCategory input[type=button], #photos input[type=submit], #documents input[type=submit], .cta-orange {
  padding: 0.1em 0.7em;
  border-radius: 0.3em;
  border: 1px solid #e68a00;
  background: -moz-linear-gradient(top, #ffb84d 0, #f90 54%, #e68a00 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffb84d), color-stop(54%, #f90), color-stop(100%, #e68a00));
  background: -webkit-linear-gradient(top, #ffb84d 0, #f90 54%, #e68a00 100%);
  background: -o-linear-gradient(top, #ffb84d 0, #f90 54%, #e68a00 100%);
  background: -ms-linear-gradient(top, #ffb84d 0, #f90 54%, #e68a00 100%);
  background: linear-gradient(top, #ffb84d 0, #f90 54%, #e68a00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffb84d",endColorstr="#e68a00",GradientType=0);
  color: #fff;
  cursor: pointer;
  font-weight: 600;
  display: inline-block;
  white-space: inherit;
  line-height: 2;
  font-size: 0.9em;
  text-shadow: none;
}
@media screen and (max-width: 47em) {
  #findCategory input[type=button], #photos input[type=submit], #documents input[type=submit], .cta-orange {
    padding: 0.5em 2em;
    font-size: 1em;
  }
}
#findCategory input[type=button]:hover, #photos input[type=submit]:hover, #documents input[type=submit]:hover, .cta-orange:hover {
  border-color: #bd8824;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fad130), color-stop(54%, #f9ab1a), color-stop(100%, #e39b15));
  background: -webkit-linear-gradient(top, #fad130 0, #f9ab1a 54%, #e39b15 100%);
  background: -moz-linear-gradient(top, #fad130 0, #f9ab1a 54%, #e39b15 100%);
  background: -o-linear-gradient(top, #fad130 0, #f9ab1a 54%, #e39b15 100%);
  background: -ms-linear-gradient(top, #fad130 0, #f9ab1a 54%, #e39b15 100%);
  background: linear-gradient(top, #fad130 0, #f9ab1a 54%, #e39b15 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FAD130",endColorstr="#E39B15",GradientType=0);
  color: #fff;
  text-decoration: none;
}
#findCategory input[type=button][disabled], #photos input[type=submit][disabled], #documents input[type=submit][disabled], .cta-orange[disabled] {
  background: #e8e7e7;
  color: #b8b8b8;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e8e7e7",endColorstr="#e8e7e7",GradientType=0);
  border-color: #b8b8b8;
  box-shadow: none;
}

#container {
  font-family: "Open Sans", sans-serif;
  font-size: 100%;
  max-width: 1000px;
  width: 100% !important;
  position: relative;
  margin: 0 auto;
  padding: 0 0.625em;
  background: none !important;
  clear: both;
}
#container:before, #container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#container:after {
  clear: both;
}
@media screen and (max-width: 64em) {
  #container {
    padding: 0 1em !important;
  }
}

/*#region Sell Header */
.loggedNavList {
  font-size: 0.9em;
  padding: 1em 0;
  text-align: center;
}
@media screen and (max-width: 47em) {
  .loggedNavList .loggedNavTitle {
    display: block;
    margin-bottom: 1em;
    font-size: 0.9em;
  }
}
.loggedNavList li {
  margin: 0;
  padding: 0 7px 0 7px;
  list-style-type: none;
  display: inline;
  border-right: solid 1px #000000;
}
.loggedNavList li.noBorder {
  border: 0;
}
.loggedNavList li a {
  color: #050296;
  padding: 0;
  margin: 0;
}
.loggedNavList li a:hover {
  color: #FF9900;
}
.loggedNavList li a.selected {
  color: #FF9900;
  font-weight: bold;
}

div#sellHead {
  border-bottom: 1px solid #D4D4D4;
  float: left;
  width: 100%;
  margin-bottom: 2em;
  padding-top: 1em;
}
@media screen and (max-width: 37em) {
  div#sellHead {
    margin-bottom: 1em;
    padding-top: 0.5em;
  }
}
div#sellHead .smallLogo {
  float: left;
  border: none;
}
@media screen and (max-width: 37em) {
  div#sellHead .smallLogo {
    width: 13em;
  }
}
div#sellHead .sellProcessTitle {
  font-size: 1.5em;
  float: left;
  clear: both;
  padding: 0;
  margin: 0;
  clear: left;
  font-weight: 100;
}
@media screen and (max-width: 37em) {
  div#sellHead .sellProcessTitle {
    font-size: 1.1em;
  }
}

.sellHeadContainer {
  max-width: 1000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  font-family: "Open Sans", sans-serif;
}
.sellHeadContainer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
@media screen and (max-width: 64em) {
  .sellHeadContainer {
    padding: 0 1em !important;
  }
}

div#sellHeadNav {
  float: left;
  padding: 0;
  margin: 0;
  font-weight: 100;
}

.livechat_button {
  float: right;
  margin: 1.3em 0 0 0;
}
@media screen and (max-width: 47em) {
  .livechat_button {
    display: none;
  }
}
.livechat_button img {
  outline: none;
  border: none;
}

.loginOption {
  display: none;
}

#sellLogin {
  clear: both;
  float: left;
  width: 100%;
  margin-top: 1em;
  border-top: 1px solid #D4D4D4;
  background-color: #f2f2f2;
}
@media screen and (max-width: 64em) {
  #sellLogin {
    padding: 0 1em !important;
  }
}

#existingMember {
  float: right;
}
#existingMember p {
  text-align: right;
  display: inline-block;
}
@media screen and (max-width: 37em) {
  #existingMember p {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 22em) {
  #existingMember p {
    display: none;
  }
}
#existingMember .sellLoginLink {
  font-size: 0.9em;
  text-transform: uppercase;
  border: 1px solid;
  color: #2a386e;
  border-color: #2a386e;
  background: none;
  border-radius: 10em;
  font-weight: normal;
  display: inline-block;
  line-height: 1em;
  padding: 0.5em 2em;
}
@media screen and (max-width: 37em) {
  #existingMember .sellLoginLink {
    padding: 0.5em 1em;
    font-size: 0.85em;
  }
}
@media screen and (max-width: 22em) {
  #existingMember .sellLoginLink {
    margin: 0.3em 0;
  }
}

.sellLogin {
  padding: 0.7em;
  float: right;
  margin-bottom: 0;
  width: 100%;
  position: relative;
}
.sellLogin h3 {
  font-size: 1em;
  float: left;
  margin-top: 0.5em;
}
.sellLogin .loginCloseLink {
  position: absolute;
  top: 1.3em;
  right: -1em;
}
.sellLogin .loginCloseLink .fa {
  font-size: 1.5em;
}
.sellLogin fieldset {
  border: none;
  padding: 0;
  display: inline-block;
  width: 100%;
}
.sellLogin ol {
  padding: 0;
}
.sellLogin li {
  margin-bottom: 1em;
  float: left;
}
.sellLogin li.loginField {
  width: 25%;
  margin-right: 0.5em;
}
@media screen and (max-width: 47em) {
  .sellLogin li.loginField {
    width: 100%;
  }
}
.sellLogin li.forgotPass {
  margin-left: 1.5em;
  margin-top: 2.1em;
}
@media screen and (max-width: 47em) {
  .sellLogin li.forgotPass {
    margin-top: 0.7em;
  }
}
@media screen and (max-width: 26em) {
  .sellLogin li.forgotPass {
    width: 100%;
    margin-left: 0;
  }
}
.sellLogin label {
  margin-bottom: 0.4em;
  display: block;
  font-size: 0.8em;
}
.sellLogin input[type=text], .sellLogin input[type=password], .sellLogin input[name=password] {
  border: 1px solid #ddd;
  padding: 0.75em 0.5em;
  border-radius: 0.2em;
  box-sizing: border-box;
  width: 100%;
}
.sellLogin input[type=password], .sellLogin input[name=password] {
  width: calc(100% - 60px);
}
.sellLogin input[type=submit] {
  padding: 0.4em 0.5em;
  border-radius: 0.3em;
  border: 1px solid;
  font-size: 1.2em;
  color: #fff;
  cursor: pointer;
  border-color: #e68a00;
  background: #e68a00;
  background: -moz-linear-gradient(top, #ffb84d 0, #f90 54%, #e68a00 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffb84d), color-stop(54%, #f90), color-stop(100%, #e68a00));
  background: -webkit-linear-gradient(top, #ffb84d 0, #f90 54%, #e68a00 100%);
  background: -o-linear-gradient(top, #ffb84d 0, #f90 54%, #e68a00 100%);
  background: -ms-linear-gradient(top, #ffb84d 0, #f90 54%, #e68a00 100%);
  background: linear-gradient(top, #ffb84d 0, #f90 54%, #e68a00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffb84d",endColorstr="#e68a00",GradientType=0);
  box-shadow: 0 2px 2px #ffd699 inset, 0 0 1px rgba(255, 255, 255, 0.75) inset;
  margin-top: 1.3em;
}
@media screen and (max-width: 47em) {
  .sellLogin input[type=submit] {
    margin-top: 0;
  }
}
.sellLogin .errors {
  clear: both;
  width: 100%;
  float: left;
  margin-bottom: 0;
}

/*#endregion */
/*#region New Progress Bar */
#progress {
  list-style: none;
  margin: 0;
  padding: 0;
  display: table;
  table-layout: fixed;
  width: 100%;
  color: #849397;
  margin-bottom: 2em;
  margin-top: 2em;
}
@media screen and (max-width: 56.25em) {
  #progress {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 37em) {
  #progress .label {
    display: none;
  }
}
#progress > li {
  position: relative;
  display: table-cell;
  text-align: center;
  font-size: 0.8em;
  z-index: 2;
}
#progress > li:before {
  content: attr(data-step);
  display: block;
  margin: 0 auto;
  background: #eaeefd;
  width: 3em;
  height: 3em;
  text-align: center;
  margin-bottom: 0.25em;
  line-height: 3em;
  border-radius: 100%;
  position: relative;
  z-index: 1000;
}
#progress > li:after {
  content: "";
  position: absolute;
  display: block;
  background: #eaeefd;
  width: 100%;
  height: 0.5em;
  top: 1.25em;
  left: 50%;
  z-index: -1;
}
#progress > li:last-child:after {
  display: none;
}
#progress > li.is-complete {
  color: #009900;
}
#progress > li.is-complete:before, #progress > li.is-complete:after {
  color: #FFF;
  background: #009900;
}
#progress > li.is-active {
  color: #007cc4;
}
#progress > li.is-active:before {
  color: #FFF;
  background: #007cc4;
}

/**
   * Needed for IE8
   */
.progress__last:after {
  display: none !important;
}

/**
 * Some Generic Stylings
 */
/*#endregion */
/*#region Form */
.sellFormStyle {
  width: 100%;
  background-color: #eaecf6;
  border-radius: 6px;
  padding: 0.7em;
  float: left;
}
.sellFormStyle input[type=text], .sellFormStyle input[name=password], .sellFormStyle input[type=file], .sellFormStyle input[type=email], .sellFormStyle input[type=tel], .sellFormStyle input[type=password], .sellFormStyle select, .sellFormStyle textarea, .sellFormStyle .select2-container--default .select2-selection--single, .sellFormStyle .select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #ccc;
  padding: 0.3em;
  border-radius: 0.2em;
  box-sizing: border-box;
  width: 100%;
  float: none;
  clear: none;
}
@media screen and (max-width: 55em) {
  .sellFormStyle input[type=text], .sellFormStyle input[name=password], .sellFormStyle input[type=file], .sellFormStyle input[type=email], .sellFormStyle input[type=tel], .sellFormStyle input[type=password], .sellFormStyle select, .sellFormStyle textarea, .sellFormStyle .select2-container--default .select2-selection--single, .sellFormStyle .select2-container--default .select2-search--dropdown .select2-search__field {
    font-size: 1.1em;
    padding: 0.7em 0.5em;
  }
}
.sellFormStyle select[name=countryID] {
  min-width: 20em;
  width: auto;
}
@media screen and (max-width: 64em) {
  .sellFormStyle select[name=countryID] {
    width: 100%;
    min-width: unset;
  }
}
.sellFormStyle #regionDiv {
  margin-bottom: 1em;
}
.sellFormStyle #regionDiv select {
  min-width: 20.5em;
  width: auto;
}
@media screen and (max-width: 64em) {
  .sellFormStyle #regionDiv select {
    width: 100%;
    min-width: unset;
  }
}
.sellFormStyle #stateID {
  min-width: 20.5em;
  width: auto;
}
@media screen and (max-width: 64em) {
  .sellFormStyle #stateID {
    width: 100%;
    min-width: unset;
  }
}
.sellFormStyle fieldset {
  margin: 0 0 1em 0;
  padding: 1em;
  clear: left;
  border: none;
  border: solid 1px #d6d9eb;
  background-color: #ffffff;
  border-radius: 0.3em;
}
.sellFormStyle fieldset label {
  display: inline-block;
  vertical-align: top;
  padding: 0 1em 0.5em 0;
  width: 20%;
  float: left;
  clear: left;
  font-size: 0.9em;
}
@media screen and (max-width: 64em) {
  .sellFormStyle fieldset label {
    width: 100%;
  }
}
.sellFormStyle ol {
  list-style-type: none;
  padding: 0;
}
.sellFormStyle ol li {
  clear: both;
  margin-bottom: 1em;
  float: left;
  width: 100%;
}
.sellFormStyle ol li:last-of-type {
  margin-bottom: 0;
}
.sellFormStyle legend {
  font-weight: bold;
  float: left;
  clear: left;
  margin-bottom: 0.2em;
}
.sellFormStyle #website-field {
  float: left;
  width: 100%;
}
.sellFormStyle .testVideoButton {
  font-size: 0.9em;
  text-transform: uppercase;
  border: 1px solid;
  color: #2a386e;
  border-color: #2a386e;
  background: none;
  border-radius: 0.3em;
  font-weight: normal;
  display: inline-block;
  line-height: 1em;
  padding: 0.5em 2em;
}
@media screen and (max-width: 47em) {
  .sellFormStyle .testVideoButton {
    padding: 0.5em 2em;
    font-size: 1em;
  }
}
@media screen and (max-width: 22em) {
  .sellFormStyle .testVideoButton {
    margin: 0.3em 0;
  }
}

.inputWrap {
  width: 80%;
  float: right;
  margin-bottom: 1em;
}
@media screen and (max-width: 64em) {
  .inputWrap {
    width: 100%;
  }
}
.inputWrap input[type=text] {
  font-family: "Open Sans", Arial, sans-serif;
}
@media screen and (max-width: 64em) {
  .inputWrap input[type=text] {
    width: 100%;
  }
}
.inputWrap textarea {
  font-family: "Open Sans", Arial, sans-serif;
  width: 100%;
  max-width: 43rem;
}
.inputWrap .longerHeaderField {
  width: 100%;
  max-width: 43em;
}

.cityComplete input[type=text] {
  min-width: 20.5em;
  width: auto;
}
@media screen and (max-width: 64em) {
  .cityComplete input[type=text] {
    width: 100%;
    min-width: unset;
  }
}

.ui-menu {
  font-size: 14px;
  text-decoration: none !important;
}
.ui-menu .ui-menu-item {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #ccc;
  padding: 12px 2px !important;
}
.ui-menu .ui-menu-item:last-of-type {
  border-bottom: none;
}

/*#region jQuery UI autofill dropdown*/
.ui-autocomplete {
  font-family: Arial, sans-serif;
  font-size: 1rem;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  background: #b5dbff;
  border: 1px solid #b5dbff;
  border-radius: 0;
}

ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  background: #b5dbff;
  border: 1px solid #b5dbff;
  border-radius: 0;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  background: #b5dbff;
  border: 1px solid #b5dbff;
  border-radius: 0;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  background: #b5dbff;
  border: 1px solid #b5dbff;
  border-radius: 0;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  background: #b5dbff;
  border: 1px solid #b5dbff;
  border-radius: 0;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  background: #b5dbff;
  border: 1px solid #b5dbff;
  border-radius: 0;
}

.ui-menu .ui-menu-item a:hover {
  background: #b5dbff;
  border: 1px solid #b5dbff;
  border-radius: 0;
}

/*#endregion*/
.ui-corner-all {
  border-radius: 0;
}

.instructions {
  font-size: 0.8em;
  line-height: 1.4;
  /*margin-bottom: 2em;*/
  color: #999;
  margin-top: 1em;
}
.instructions li {
  margin: 0 0 0.5em 1.5em;
  list-style-type: disc;
}

.priceInstructions {
  width: 80%;
  float: right;
}
@media screen and (max-width: 56.25em) {
  .priceInstructions {
    width: 100%;
  }
}

.check {
  float: left;
}

.introduction {
  font-size: 0.8em;
  line-height: 1.4;
}

.checkboxContainer {
  display: inline-flex;
  flex-flow: row;
  gap: 4px;
  align-items: center;
  max-width: 700px;
  width: 100%;
}
@media screen and (max-width: 56.25em) {
  .checkboxContainer {
    align-items: flex-start;
  }
}
.checkboxContainer input[type=checkbox] {
  min-width: 16px;
  min-height: 16px;
  border: 1px solid #000;
  border-radius: 3px;
  cursor: pointer;
}
@media screen and (max-width: 56.25em) {
  .checkboxContainer input[type=checkbox] {
    min-height: 14px;
    min-width: 14px;
    margin-top: 2px;
  }
}

@media screen and (max-width: 56.25em) {
  .checkboxMarginTop {
    margin-top: 4px !important;
  }
}

.checkboxCopyWide, .checkboxCopy {
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
  text-align: left;
}

@media screen and (max-width: 56.25em) {
  #distressedTypeContainer .inputWrap span {
    display: inline-flex;
    width: 100%;
    gap: 4px;
    margin: 2px 0;
    align-items: center;
  }
}

.availableonRequest {
  margin: 1em 0;
}

@media screen and (max-width: 37em) {
  .checkbox-wrapper {
    border: 1px solid #ccc;
    padding: 1em 0.5em;
  }
}

.userDetailsPersonalTitle {
  float: left;
  margin-top: 0.7em !important;
}
@media screen and (max-width: 37em) {
  .userDetailsPersonalTitle {
    margin-bottom: 0;
  }
}

.userDetailsMandatoryMessage {
  font-size: 0.8em;
  float: right;
}
@media screen and (max-width: 37em) {
  .userDetailsMandatoryMessage {
    float: left;
    clear: both;
    margin-top: 0.3em;
    margin-bottom: 1.4em;
  }
}

/*#endregion */
/*#region Pricing */
#financialFieldset ul {
  border-bottom: 1px solid #eee;
  margin-bottom: 1em;
}
#financialFieldset ul:last-of-type {
  border-bottom: none;
  margin-bottom: unset;
}
#financialFieldset li {
  clear: both;
}
#financialFieldset .instruction li {
  display: inline-block;
}
#financialFieldset .instruction > span {
  margin-right: 1.5%;
  float: left;
  box-sizing: border-box;
}
@media screen and (max-width: 56.25em) {
  #financialFieldset .instruction > span {
    clear: both;
    margin: 0.5em 0;
  }
}
#financialFieldset .instruction #tenureOptionna {
  margin-right: 0;
}
#financialFieldset .instruction #freeholdLeaseholdTenancyText {
  clear: left;
  margin-top: 1em;
  float: left;
  width: 100%;
}

@media screen and (max-width: 37em) {
  .leaseholdType {
    border: 1px solid #ccc;
    padding: 0.7em 0.5em;
  }
}

.propertyStatus {
  margin-top: 1em;
}

.priceBand {
  height: 100%;
  display: flex;
}
@media screen and (max-width: 56.25em) {
  .priceBand {
    max-width: 100%;
    width: 100%;
    margin-bottom: 1em;
    text-align: center;
  }
}
.priceBand label {
  width: 150px;
  font-weight: normal;
}
.priceBand select {
  width: auto;
  border-radius: 0;
}
.priceBand input {
  border-radius: 0 !important;
}
.priceBand .currencySymbol {
  border: 1px solid #ccc;
  padding: 8px 8px;
  border-radius: 0.2em 0 0 0.2em;
  box-sizing: border-box;
  background: #f9f9f9;
}
@media screen and (max-width: 56.25em) {
  .priceBand .currencySymbol {
    padding: 12px 4px;
  }
}
.priceBand .currencyCode {
  border: 1px solid #ccc;
  padding: 8px 4px;
  border-radius: 0 0.2em 0.2em 0;
  box-sizing: border-box;
  background: #f9f9f9;
}
@media screen and (max-width: 56.25em) {
  .priceBand .currencyCode {
    padding: 14px 4px;
  }
}

@media screen and (max-width: 56.25em) {
  .spesificValueField {
    flex-flow: wrap;
    align-items: center;
    justify-content: center;
  }
}

.priceBandleft {
  display: flex;
  flex-flow: column;
  gap: 8px;
}
@media screen and (max-width: 56.25em) {
  .priceBandleft {
    max-width: 100%;
    margin-bottom: 0.5em;
    text-align: center;
  }
}
.priceBandleft label {
  margin-right: 0;
  width: 14em !important;
  margin-bottom: 0;
  padding: 0 0 0 0 !important;
}
@media screen and (max-width: 56.25em) {
  .priceBandleft label {
    width: 100% !important;
    margin-bottom: 0.5em;
  }
}
@media screen and (max-width: 64em) {
  .priceBandleft .turnoverMultiplier {
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 25em) {
  .priceBandleft .turnoverMultiplier {
    margin-left: 0;
    width: 100%;
  }
}
.priceBandleft input {
  width: 120px;
}

.priceBandRight {
  display: flex;
  flex-flow: column;
  gap: 8px;
}
@media screen and (max-width: 56.25em) {
  .priceBandRight {
    max-width: 100%;
    margin-bottom: 0.5em;
    text-align: center;
  }
}
.priceBandRight label {
  margin-right: 0;
  width: 10.2em !important;
  margin-bottom: 0;
  padding: 0 0 0 0 !important;
}
@media screen and (max-width: 56.25em) {
  .priceBandRight label {
    width: 100% !important;
    margin-bottom: 0.5em;
  }
}
@media screen and (max-width: 64em) {
  .priceBandRight .turnoverMultiplier {
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 25em) {
  .priceBandRight .turnoverMultiplier {
    margin-left: 0;
    width: 100%;
  }
}
.priceBandRight input {
  width: 120px;
}

.or {
  float: left;
  font-size: 1.5em;
  padding: 4px;
  margin: 0 12px;
}
@media screen and (max-width: 55em) {
  .or {
    padding: 0.3em 1em 0 0;
  }
}
@media screen and (max-width: 56.25em) {
  .or {
    width: 100%;
    text-align: center;
    padding: 0;
    margin-bottom: 1em;
  }
  .or::before {
    content: "";
    width: 30%;
    height: 1px;
    background: #D6D6D6;
    display: block;
    margin-top: 15px;
    float: left;
  }
  .or:after {
    content: "";
    width: 30%;
    height: 1px;
    background: #D6D6D6;
    display: block;
    margin-top: 15px;
    float: right;
  }
}

.turnoverField {
  flex-flow: row;
  align-items: flex-end;
}
@media screen and (max-width: 56.25em) {
  .turnoverField {
    flex-flow: column;
  }
}
.turnoverField .turnoverMultiplier {
  height: 100%;
  max-width: 120px;
  padding: 7px;
  width: 100%;
}
@media screen and (max-width: 56.25em) {
  .turnoverField .turnoverMultiplier {
    max-width: unset;
    margin-top: 0;
  }
}

.askingPriceBox {
  display: flex;
  flex-flow: wrap;
  gap: 8px 24px;
  justify-content: flex-start;
  align-items: end;
}
@media screen and (max-width: 56.25em) {
  .askingPriceBox {
    box-sizing: border-box;
    float: left;
    border: 1px solid #ddd;
    padding: 1em 0.5em;
    border-radius: 0.2em;
    background: #F9F9F9;
    margin-bottom: 1em;
    text-align: center;
    width: 100%;
    justify-content: center;
    width: 100%;
    align-items: center;
    flex-flow: column;
  }
}

/*#endregion */
/*#region Previous Next Nav */
.formButtons {
  position: relative;
  height: 5em;
  margin-top: 1rem;
}
@media screen and (max-width: 55em) {
  .formButtons.top {
    display: none;
  }
}
@media screen and (max-width: 55em) {
  .formButtons.topAdditional .sellProgressButtons {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }
  .formButtons.topAdditional .savePreviewButtons {
    display: none;
  }
}

.sellProgressButtons {
  padding: 0;
  list-style: none;
  clear: both;
  float: left;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 55em) {
  .sellProgressButtons {
    margin-top: 2em;
    padding-top: 2em;
    border-top: 1px solid #CECFD2;
  }
}
.sellProgressButtons .backButton {
  position: absolute;
  top: 0;
  left: 0;
}
.sellProgressButtons .backButton input {
  padding: 0.5em 0.7em;
  border-radius: 0.3em;
  border: 1px solid #ccc;
  background: #ccc;
  background: -moz-linear-gradient(top, #e5e5e5 0, #e0e0e0 54%, #ccc 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e5e5e5), color-stop(54%, #e0e0e0), color-stop(100%, #ccc));
  background: -webkit-linear-gradient(top, #e5e5e5 0, #e0e0e0 54%, #ccc 100%);
  background: -o-linear-gradient(top, #e5e5e5 0, #e0e0e0 54%, #ccc 100%);
  background: -ms-linear-gradient(top, #e5e5e5 0, #e0e0e0 54%, #ccc 100%);
  background: linear-gradient(top, #e5e5e5 0, #e0e0e0 54%, #ccc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e5e5e5",endColorstr="#e0e0e0",GradientType=0);
  box-shadow: 0 2px 2px #e5e5e5 inset, 0 0 1px rgba(255, 255, 255, 0.75) inset;
  color: #565656;
  cursor: pointer;
  font-weight: 600;
  display: inline-block;
  white-space: inherit;
  line-height: 2;
  font-size: 1em;
}
@media screen and (max-width: 55em) {
  .sellProgressButtons .backButton {
    position: relative;
    width: auto;
    float: left;
    border-top: none;
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 27em) {
  .sellProgressButtons .backButton {
    width: 100%;
    text-align: center;
    padding: 0;
  }
  .sellProgressButtons .backButton input {
    width: 100%;
    padding: 1em;
  }
}
.sellProgressButtons .continueButton {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 55em) {
  .sellProgressButtons .continueButton {
    position: relative;
    width: auto;
    float: right;
    border-top: none;
    margin-bottom: 1em;
    text-align: right;
  }
}
@media screen and (max-width: 27em) {
  .sellProgressButtons .continueButton {
    width: 100%;
    text-align: center;
    padding: 0;
  }
}
.sellProgressButtons .continueButton input {
  padding: 0.5em 0.7em;
  border-radius: 0.3em;
  border: 1px solid #e68a00;
  background: -moz-linear-gradient(top, #ffb84d 0, #f90 54%, #e68a00 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffb84d), color-stop(54%, #f90), color-stop(100%, #e68a00));
  background: -webkit-linear-gradient(top, #ffb84d 0, #f90 54%, #e68a00 100%);
  background: -o-linear-gradient(top, #ffb84d 0, #f90 54%, #e68a00 100%);
  background: -ms-linear-gradient(top, #ffb84d 0, #f90 54%, #e68a00 100%);
  background: linear-gradient(top, #ffb84d 0, #f90 54%, #e68a00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffb84d",endColorstr="#e68a00",GradientType=0);
  color: #fff;
  cursor: pointer;
  font-weight: 600;
  display: inline-block;
  white-space: inherit;
  line-height: 2;
  font-size: 1em;
}
.sellProgressButtons .continueButton input:hover {
  border-color: #bd8824;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fad130), color-stop(54%, #f9ab1a), color-stop(100%, #e39b15));
  background: -webkit-linear-gradient(top, #fad130 0, #f9ab1a 54%, #e39b15 100%);
  background: -moz-linear-gradient(top, #fad130 0, #f9ab1a 54%, #e39b15 100%);
  background: -o-linear-gradient(top, #fad130 0, #f9ab1a 54%, #e39b15 100%);
  background: -ms-linear-gradient(top, #fad130 0, #f9ab1a 54%, #e39b15 100%);
  background: linear-gradient(top, #fad130 0, #f9ab1a 54%, #e39b15 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FAD130",endColorstr="#E39B15",GradientType=0);
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 27em) {
  .sellProgressButtons .continueButton input {
    width: 100%;
    padding: 1em;
  }
}

.savePreviewButtons {
  text-align: center;
  margin: 0 auto;
  width: 17.5em;
}
.savePreviewButtons.WithCancel {
  width: 24em;
}
@media screen and (max-width: 27em) {
  .savePreviewButtons.WithCancel {
    width: 100%;
  }
}
.savePreviewButtons.noPreview {
  width: 11em;
}
.savePreviewButtons li {
  float: left;
  margin-left: -1px;
  margin-bottom: -2px;
}
@media screen and (max-width: 27em) {
  .savePreviewButtons li {
    margin: 0 0 0.5em 0;
    width: 100%;
  }
}
.savePreviewButtons input {
  font-size: 0.8em;
  border-right: 1px solid #d2d2d2;
  text-align: center;
  position: relative;
  background: #fff;
  background-repeat: no-repeat;
  background-position: 1em 1em;
  border: 1px solid #d2d2d2;
  box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2);
  padding: 1em 1em 1em 2.5em;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
}
@media screen and (max-width: 27em) {
  .savePreviewButtons input {
    width: 15em;
  }
}
.savePreviewButtons input:hover {
  box-shadow: 0 0.2em 0 0 #c7c7c7;
  color: #f90;
  text-decoration: none;
  margin-top: -2px;
  background-color: #fff;
  cursor: pointer;
}
.savePreviewButtons .previewButton input {
  background-image: url("../../images/sell/icons/preview.gif");
}
.savePreviewButtons .saveButton input {
  background-image: url("../../images/sell/icons/save.gif");
}
.savePreviewButtons .cancelButton input {
  background-image: url("../../images/sell/icons/cancelEdit.gif");
}
.savePreviewButtons .cancelButton input:hover {
  color: #C70B00;
}

/*#endregion */
/*#region Suggestion Div */
.suggestDiv {
  position: absolute;
  z-index: 101;
  cursor: default;
  overflow-x: hidden;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  border-radius: 0.2em;
  width: 240px;
  height: 620px;
}
.suggestDiv .suggestion {
  padding: 0.7em;
  display: block;
}
.suggestDiv .seeMoreSuggestions {
  padding: 0.7em;
  display: block;
  color: #000306;
  background: #f7f7f7;
}
.suggestDiv .selection {
  background-color: #eaeefd;
}
.suggestDiv .match {
  background-color: #ff9900;
}

/*#endregion */
/*#region Additional Info */
.additionalSectionTitle {
  clear: both;
}

input[name=furnitureFixturesFittings], input[name=inventory], input[name=rentPerAnnum], input[name=rentPerAreaPerAnnum] {
  width: auto !important;
}
@media screen and (max-width: 55em) {
  input[name=furnitureFixturesFittings], input[name=inventory], input[name=rentPerAnnum], input[name=rentPerAreaPerAnnum] {
    width: calc(100% - 85px) !important;
  }
}

input[name=postOfficeSalary] {
  width: auto !important;
}
@media screen and (max-width: 55em) {
  input[name=postOfficeSalary] {
    width: calc(100% - 200px) !important;
  }
}
@media screen and (max-width: 26.25em) {
  input[name=postOfficeSalary] {
    width: calc(100% - 20px) !important;
  }
}

ul.radioInputList {
  width: 100%;
  float: left;
  margin-bottom: 0.5em !important;
}
@media screen and (max-width: 64em) {
  ul.radioInputList {
    margin-top: 0.5em;
  }
}
ul.radioInputList li {
  clear: none !important;
  float: left;
  width: initial;
  box-sizing: border-box;
  margin-right: 0.5em;
  margin: 0 0 0 0;
}
@media screen and (max-width: 64em) {
  ul.radioInputList li {
    width: 100%;
  }
}
ul.radioInputList #tenureOptionFreehold, ul.radioInputList #tenureOptionLeasehold, ul.radioInputList #tenureOptionBoth, ul.radioInputList #tenureOptionTenancy, ul.radioInputList #tenureOptionna {
  display: block;
}
@media screen and (max-width: 37em) {
  ul.radioInputList #tenureOptionFreehold, ul.radioInputList #tenureOptionLeasehold, ul.radioInputList #tenureOptionBoth, ul.radioInputList #tenureOptionTenancy, ul.radioInputList #tenureOptionna {
    border: 1px solid #ccc;
    padding: 0.7em 0.5em;
  }
}

.radioLabel {
  margin-right: 1em;
  font-size: 0.9em;
}
.radioLabel:hover {
  cursor: pointer;
}

@media screen and (max-width: 47em) {
  input[name=documents_document], input[name=photos_photo], input[name=energyPerformanceCertificate] {
    width: 100%;
    margin-bottom: 1em;
  }
}

@media screen and (max-width: 56.25em) {
  .leaseholdDetail {
    box-sizing: border-box;
    float: left;
    border: 1px solid #ddd;
    padding: 1em 0.5em;
    border-radius: 0.2em;
    background: #F9F9F9;
    margin-bottom: 1em;
    text-align: center;
    width: 100%;
    justify-content: center;
    width: 100%;
    align-items: center;
    flex-flow: column;
  }
}
.leaseholdDetail .leaseholdDetailLabel {
  display: inline-block;
  vertical-align: top;
  padding: 0 1em 0.5em 0;
  width: 20%;
  float: left;
  clear: left;
  font-size: 0.9em;
}
@media screen and (max-width: 64em) {
  .leaseholdDetail .leaseholdDetailLabel {
    width: 100%;
  }
}
.leaseholdDetail label {
  width: 100% !important;
  display: block !important;
}
.leaseholdDetail .leaseholdDetailPrice {
  max-width: 18em;
  float: left;
  width: 100%;
  display: inline-flex;
  flex-flow: column;
}
@media screen and (max-width: 64em) {
  .leaseholdDetail .leaseholdDetailPrice {
    float: none;
    margin: 0 auto;
  }
}
.leaseholdDetail .or {
  padding: 1em 1em 0 0.5em;
}
@media screen and (max-width: 56.25em) {
  .leaseholdDetail .or {
    padding: 0.5em 0;
  }
}

.currencyCode {
  font-size: 0.9em;
}

@media screen and (max-width: 26.25em) {
  #postOfficeSalaryDiv input {
    margin-bottom: 1em;
  }
  #postOfficeSalaryDiv .currencyCode {
    text-align: right;
    width: 100%;
    display: block;
  }
}

/*#endregion */
/*#region Photos */
#photos input[type=file] {
  margin-right: 0.5em;
}

ol.advertPhotos {
  width: 32%;
  float: left;
  margin-right: 1%;
  margin-top: 0.7em;
  padding: 0.7em;
  border: 1px solid #DEDEDE;
}
ol.advertPhotos:nth-child(3n+1) {
  clear: left;
}
@media screen and (max-width: 56.25em) {
  ol.advertPhotos {
    width: 49%;
  }
  ol.advertPhotos:nth-child(3n+1) {
    clear: none;
  }
  ol.advertPhotos:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (max-width: 33em) {
  ol.advertPhotos {
    width: 100%;
    border-bottom: 1px solid #999;
  }
}
ol.advertPhotos label {
  font-weight: normal;
  width: auto;
}
ol.advertPhotos li {
  padding: 0 0 0.7em 0;
  margin-bottom: 0;
}
ol.advertPhotos li.removePhoto {
  float: right;
  padding: 0;
  margin: 0.5em 0;
}
ol.advertPhotos label.mainPhotoLabel {
  clear: none;
  display: block;
  float: left;
}
ol.advertPhotos input.mainPhotoRadio {
  width: auto;
  float: left;
}
ol.advertPhotos .sellFormButton {
  float: left;
  clear: both;
}

/*#endregion */
/*#region Documents */
#documents input[type=file] {
  margin-right: 0.5em;
}

div.uploadedDocuments {
  width: 32%;
  float: left;
  margin-right: 1%;
  margin-top: 0.7em;
  padding: 0.7em;
  margin-bottom: 1.2em;
  border: 1px solid #DEDEDE;
}
div.uploadedDocuments:nth-child(3n+1) {
  clear: left;
}
@media screen and (max-width: 56.25em) {
  div.uploadedDocuments {
    width: 49%;
  }
  div.uploadedDocuments:nth-child(3n+1) {
    clear: none;
  }
  div.uploadedDocuments:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (max-width: 33em) {
  div.uploadedDocuments {
    width: 100%;
    border-bottom: 1px solid #999;
  }
}

ol.advertDocuments li {
  clear: none;
  float: left;
  padding: 0 0 0.7em 0;
  margin-bottom: 0;
}
ol.advertDocuments li.document {
  clear: left;
}
ol.advertDocuments li label {
  font-weight: normal;
  width: 100%;
  padding-top: 3px;
}
ol.advertDocuments li input {
  width: 190px;
}
ol.advertDocuments li input.sellFormButton {
  width: auto;
  float: left;
}
ol.advertDocuments li span {
  padding: 0;
  margin: 0;
  height: 28px;
  line-height: 28px;
}
ol.advertDocuments li.removeDocument {
  float: right;
  padding: 0;
  margin: 0.5em 0;
}

ul.uploadedDocumentDetails li {
  padding: 0 10px 0 0;
  vertical-align: middle;
  float: left;
  width: auto;
}
ul.uploadedDocumentDetails li span {
  float: left;
}
ul.uploadedDocumentDetails li.uploadedDocumentTitle {
  font-size: 0.9em;
}

/*#endregion */
/*#region Footer */
#pleaseNoteBottom {
  float: left;
  clear: both;
  width: 100%;
  color: #666;
  line-height: 1.4;
  font-size: 0.8em;
}

#sellFoot {
  text-align: center;
  border-top: 1px solid #eaeefd;
  padding-top: 1em;
  position: relative;
  clear: both;
  margin-top: 2em;
}
#sellFoot:before, #sellFoot:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#sellFoot:after {
  clear: both;
}
#sellFoot #sellFootContainer {
  font-family: "Open Sans", sans-serif;
  font-size: 100%;
  max-width: 1000px;
  width: 100% !important;
  position: relative;
  margin: 0 auto;
  padding: 0 0.625em;
  background: none !important;
}
#sellFoot #sellFootContainer p {
  font-size: 0.8em;
}
#sellFoot #sellFootContainer ul {
  list-style-type: none;
  margin: 0;
  font-size: 0.8em;
  font-weight: 400;
  text-align: center;
  margin-top: 0.5em;
}
#sellFoot #sellFootContainer ul li {
  display: inline-block;
}
#sellFoot #sellFootContainer ul li a:after {
  content: " |";
}
#sellFoot #sellFootContainer ul li:nth-of-type(4) a:after {
  content: "";
}
#sellFoot #sellFootContainer ul li:last-of-type {
  width: 100%;
  margin-top: 0.3em;
}

/*#endregion */
/*#region Errors */
.required-icon {
  color: #C70B00;
}

.errorInput {
  border: 1px solid #C70B00 !important;
}

.disclaimerError p {
  color: #C70B00 !important;
  font-weight: bold;
}

#errors, .errors {
  padding: 1em;
  background: #C70B00;
  clear: both;
  border-radius: 0.5em;
  margin: 1em 0;
  color: #fff;
}
#errors .fa, .errors .fa {
  font-size: 2em;
  float: left;
}
@media screen and (max-width: 37em) {
  #errors .fa, .errors .fa {
    display: none;
  }
}
#errors h3, .errors h3 {
  font-weight: bold;
  margin: 0;
  padding: 0.2em 0 0 2.5em;
  color: white;
  font-size: 1.2em;
}
@media screen and (max-width: 37em) {
  #errors h3, .errors h3 {
    font-size: 1em;
    padding-left: 0;
  }
}
#errors ul, .errors ul {
  margin: 0.625em 0 0 4.4em;
  padding: 0;
  font-size: 0.9em;
  list-style-type: disc;
}
@media screen and (max-width: 37em) {
  #errors ul, .errors ul {
    margin-left: 1em;
  }
}
#errors li, .errors li {
  margin-bottom: 0.5em;
  list-style-type: disc;
}
#errors p, .errors p {
  margin: 0.625em 0 0 3.3em;
  font-size: 0.9em;
}

/*#endregion */
/*#region Confirmation */
.confirmationContButton {
  padding: 0.5em 0.7em;
  border-radius: 0.3em;
  border: 1px solid #e68a00;
  background: -moz-linear-gradient(top, #ffb84d 0, #f90 54%, #e68a00 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffb84d), color-stop(54%, #f90), color-stop(100%, #e68a00));
  background: -webkit-linear-gradient(top, #ffb84d 0, #f90 54%, #e68a00 100%);
  background: -o-linear-gradient(top, #ffb84d 0, #f90 54%, #e68a00 100%);
  background: -ms-linear-gradient(top, #ffb84d 0, #f90 54%, #e68a00 100%);
  background: linear-gradient(top, #ffb84d 0, #f90 54%, #e68a00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffb84d",endColorstr="#e68a00",GradientType=0);
  box-shadow: 0 2px 2px #ffd699 inset, 0 0 1px rgba(255, 255, 255, 0.75) inset;
  color: #fff;
  cursor: pointer;
  font-weight: 600;
  display: inline-block;
  white-space: inherit;
  line-height: 2;
  font-size: 1em;
}
.confirmationContButton:hover {
  border-color: #bd8824;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fad130), color-stop(54%, #f9ab1a), color-stop(100%, #e39b15));
  background: -webkit-linear-gradient(top, #fad130 0, #f9ab1a 54%, #e39b15 100%);
  background: -moz-linear-gradient(top, #fad130 0, #f9ab1a 54%, #e39b15 100%);
  background: -o-linear-gradient(top, #fad130 0, #f9ab1a 54%, #e39b15 100%);
  background: -ms-linear-gradient(top, #fad130 0, #f9ab1a 54%, #e39b15 100%);
  background: linear-gradient(top, #fad130 0, #f9ab1a 54%, #e39b15 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FAD130",endColorstr="#E39B15",GradientType=0);
  color: #fff;
  text-decoration: none;
}

/*#endregion */
#freeListingUpsell {
  width: 100%;
  float: left;
  margin-bottom: 1em;
  clear: left;
}
#freeListingUpsell h2 {
  margin-top: 0;
  line-height: 1.6;
}
#freeListingUpsell .UpsellOL {
  display: flex;
}
@media screen and (max-width: 47em) {
  #freeListingUpsell .UpsellOL {
    flex-flow: column;
  }
}
#freeListingUpsell li {
  background: #fff;
  position: relative;
  width: 31%;
  min-height: 3.2em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0.5% 0 0;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 3px;
  padding: 0.3em;
  vertical-align: middle;
  box-shadow: 0 3px 0 #bebebe;
  float: left;
  clear: none;
  margin-right: 1.5%;
}
#freeListingUpsell li.ady-item {
  width: 49%;
}
#freeListingUpsell li.ady-item ~ li {
  width: 49%;
}
@media screen and (max-width: 47em) {
  #freeListingUpsell li {
    width: 100%;
    margin-bottom: 1em;
  }
  #freeListingUpsell li.ady-item {
    width: 100%;
  }
  #freeListingUpsell li.ady-item ~ li {
    width: 100%;
  }
}
#freeListingUpsell li:hover {
  cursor: pointer;
}
#freeListingUpsell li:last-child {
  margin-right: 0;
}
#freeListingUpsell input {
  float: left;
  margin-top: 2.5em;
}
#freeListingUpsell dl {
  padding-left: 2em;
}
#freeListingUpsell dt {
  color: #000;
  font-weight: 800;
  font-size: 1em;
  text-transform: uppercase;
}
#freeListingUpsell dd {
  color: #007cc4;
  font-size: 1.2em;
  font-weight: 800;
  margin: 0;
}
#freeListingUpsell dd span {
  font-weight: normal;
  color: #999;
  font-size: 0.7em;
}

#continueWithFree {
  float: left;
  padding: 1em 0.5em;
  margin-bottom: 0.5em;
}
#continueWithFree:hover {
  cursor: pointer;
}

.upsellTitle {
  margin-top: 0;
}

.upsellItems p {
  line-height: 1.4;
}
.upsellItems li {
  border-bottom: 1px solid #ddd;
  padding-bottom: 1em;
  margin-bottom: 1em;
}
.upsellItems li:last-of-type {
  border-bottom: none;
  padding-bottom: unset;
  margin-bottom: unset;
}

.prevPrice {
  text-decoration: line-through;
  font-weight: normal;
  margin-right: 0.5em;
}

.sellOrderDetails {
  width: 100%;
}
.sellOrderDetails th {
  text-align: left;
}
.sellOrderDetails td {
  vertical-align: top;
}
.sellOrderDetails .totals {
  padding-top: 1.5em;
}
.sellOrderDetails .subTotal {
  text-align: right;
}
@media screen and (max-width: 47em) {
  .sellOrderDetails {
    /* Force table to not be like tables anymore */
    /* Hide table headers (but not display: none;, for accessibility) */
    /*Label the data*/
  }
  .sellOrderDetails thead, .sellOrderDetails tbody, .sellOrderDetails th, .sellOrderDetails td, .sellOrderDetails tr {
    display: block;
  }
  .sellOrderDetails th {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .sellOrderDetails td {
    /* Behave  like a "row" */
    border: none;
    position: relative;
    padding-left: 30%;
  }
  .sellOrderDetails td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 23px;
    left: 6px;
    width: 30%;
    padding-right: 10px;
    white-space: nowrap;
  }
  .sellOrderDetails td:nth-of-type(1):before {
    content: "Product";
  }
  .sellOrderDetails td:nth-of-type(2):before {
    content: "Price";
  }
  .sellOrderDetails td.totals:nth-of-type(1) {
    border-top: 1px solid black;
  }
  .sellOrderDetails td.totals:nth-of-type(1):before {
    content: "Subtotal ";
  }
  .sellOrderDetails td.totals:nth-of-type(2):before {
    content: "VAT ";
  }
  .sellOrderDetails td.totals:nth-of-type(3):before {
    content: "Total ";
    font-weight: bold;
  }
}

#orderDetails {
  font-size: 0.9em;
}
#orderDetails p {
  line-height: 1.4;
  clear: both;
}
#orderDetails ol {
  max-width: 30em;
  margin: 0 auto 2em auto;
}
#orderDetails li {
  margin-top: 0.5em;
  padding-top: 0.5em;
  margin-bottom: 0;
}
#orderDetails .product {
  width: 50%;
  display: inline-block;
}
#orderDetails .price {
  width: 48%;
  display: inline-block;
  padding-left: 0.5em;
}
#orderDetails .vat {
  display: inline-block;
}
#orderDetails .subtotal {
  border-top: 1px solid #888888;
}
#orderDetails .total {
  font-weight: bold;
}
#orderDetails .totalLabel {
  text-align: right;
  font-weight: bold;
  padding-right: 1em;
}

.paymentFormWrap {
  padding: 0 24px;
}

.totals {
  border-top: 1px solid #eaeefd;
}

#autoRenewMsg, .warning {
  padding: 1em;
  background: #ffdb80;
  clear: both;
  border-radius: 0.5em;
  margin: 1em 0;
}
#autoRenewMsg span, .warning span {
  margin: 0;
  font-size: 0.9em;
}

.success {
  padding: 1em;
  background: #009900;
  clear: both;
  border-radius: 0.5em;
  margin: 1em 0;
}
.success span {
  margin: 0;
  font-size: 0.9em;
  color: #fff;
}

.paymentMethodExplanation {
  float: left;
  margin-top: 0;
}

.paymentMethodIcons {
  list-style: none;
  padding: 0;
  margin: 0;
  float: right;
}
@media screen and (max-width: 47em) {
  .paymentMethodIcons {
    clear: both;
    float: left;
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .paymentMethodIcons {
    display: none;
  }
}
.paymentMethodIcons li {
  display: block;
  float: right;
  padding: 0 0 0 5px;
}
@media screen and (max-width: 47em) {
  .paymentMethodIcons li {
    float: left;
    margin-bottom: 1em;
  }
}

@media screen and (max-width: 47em) {
  .radioInputWrap {
    border: 1px solid #eaeefd;
    padding: 0.7em;
    clear: both;
  }
}

@media screen and (max-width: 47em) {
  .cardRow {
    border: 1px solid #eaeefd;
    padding: 0.7em;
    border-radius: 6px;
    background-repeat: repeat-x;
    background-color: #ffffff;
    background-position: bottom;
    background: -moz-linear-gradient(center top, #ffffff, #eaecf6) repeat scroll 0 0 #ffffff;
    background: -webkit-gradient(linear, center bottom, center top, from(#eaecf6), to(#ffffff));
    border: 1px solid #d6d9eb;
  }
  .cardRow:hover {
    cursor: pointer;
  }
  .cardRow.paymentOptionSelected {
    background: -moz-linear-gradient(center top, #faf4e4, #f4cd78) repeat scroll 0 0 #f4cd78;
    background: -webkit-gradient(linear, center bottom, center top, from(#f4cd78), to(#faf4e4));
    border: 1px solid #f4cd78;
    background-position: bottom;
    background-repeat: repeat-x;
    position: relative;
  }
}

table.storedCard {
  width: 100%;
  border: none;
  margin: 0 0 10px 0;
}
table.storedCard th {
  text-align: left;
  padding-top: 5px;
  padding-bottom: 5px;
}
table.storedCard .securityCode {
  width: 40px;
  float: left;
}
table.storedCard .firstCell {
  padding-left: 5px;
}
table.storedCard .lastCell {
  padding-right: 5px;
}
@media screen and (max-width: 47em) {
  table.storedCard {
    /* Force table to not be like tables anymore */
    /* Hide table headers (but not display: none;, for accessibility) */
    /*Label the data*/
  }
  table.storedCard thead, table.storedCard tbody, table.storedCard th, table.storedCard td, table.storedCard tr {
    display: block;
  }
  table.storedCard th {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  table.storedCard td {
    /* Behave  like a "row" */
    border: none;
    position: relative;
    padding-left: 7em;
    min-height: 1.5em;
    margin-bottom: 0.5em;
    margin-left: 2em;
    font-size: 0.9em;
  }
  table.storedCard td:before {
    position: absolute;
    left: 0;
    width: 36%;
    padding-right: 0;
    white-space: nowrap;
    font-weight: bold;
    font-size: 0.9em;
  }
  table.storedCard td:nth-of-type(1) {
    float: left;
    border-bottom: none;
    padding: 0;
    margin-left: 0em;
  }
  table.storedCard td:nth-of-type(1):before {
    display: none;
  }
  table.storedCard td:nth-of-type(2):before {
    content: "Card type";
  }
  table.storedCard td:nth-of-type(3):before {
    content: "Name on card";
  }
  table.storedCard td:nth-of-type(4):before {
    content: "Card number";
  }
  table.storedCard td:nth-of-type(5):before {
    content: "Security code";
  }
  table.storedCard td:nth-of-type(6):before {
    content: "Expiry date";
  }
  table.storedCard td:nth-of-type(7):before {
    content: "Start date";
  }
  table.storedCard td:nth-of-type(8):before {
    content: "Issue #";
  }
}

.paymentTitle {
  margin-top: 0;
  font-weight: bold;
}

.paypalExplained {
  padding-left: 1.5em;
  font-size: 0.9em;
}

/*#region Credit Card Form */
ol.sellNewCreditCard {
  width: 100%;
}
ol.sellNewCreditCard li {
  float: left;
  clear: none;
  margin-right: 1%;
  margin-bottom: 1.5em;
  padding-left: 1.5em;
}
@media screen and (max-width: 47em) {
  ol.sellNewCreditCard li {
    padding-left: 0;
  }
}
ol.sellNewCreditCard li.newCardDetailsRadio {
  width: 100%;
}
ol.sellNewCreditCard li.telephone {
  clear: both;
  width: 100%;
}
ol.sellNewCreditCard li.cardDates .cardDatesInput li {
  width: auto;
  padding: 0;
  margin-right: 0.5em;
  margin-bottom: 0;
}
ol.sellNewCreditCard li.cardDates .cardDatesInput label {
  width: auto;
}
ol.sellNewCreditCard li.cardDates .cardDatesInput select {
  clear: both;
  float: left;
}
ol.sellNewCreditCard li.issueNumber span {
  font-size: 0.95em;
}
ol.sellNewCreditCard .telephone {
  border-top: 1px solid #eaeefd;
  padding-top: 1em;
}
ol.sellNewCreditCard label {
  display: block;
  width: auto;
  padding-right: 0.3em;
}
ol.sellNewCreditCard .paymentInputWrap {
  clear: both;
}
ol.sellNewCreditCard .sellCardType {
  clear: left;
}
ol.sellNewCreditCard .maestroOnly {
  clear: left;
}

.newCardName, .newCardNumber {
  float: none;
  width: 100%;
  max-width: 23em;
  display: block;
}

#paypalLogo {
  list-style: none;
  padding: 0;
  float: right;
}

/*#endregion */
/*#region Billing Address */
#billing {
  border-top: 1px solid #eaeefd;
  padding-top: 1em;
}
#billing .billingTitle {
  float: left;
  margin-bottom: 0;
  margin: 0.4em 1em 1em 0;
  font-weight: bold;
}
#billing .paymentMethodExplanation {
  margin-bottom: 2em;
}
#billing select[name=newCard_billingAddressId] {
  max-width: 31em;
  width: 100%;
}
#billing #toggleAddress {
  font-size: 0.9em;
  text-transform: uppercase;
  color: #2a386e;
  background: 0 0;
  font-weight: 400;
  line-height: 1em;
  float: left;
  margin: 0.6em 0;
  display: block;
}
#billing p {
  clear: both;
}
@media screen and (max-width: 37em) {
  #billing p {
    padding-left: 0;
    margin-left: 0;
  }
}
#billing .addresserror {
  padding: 1em;
  background: #C70B00;
  clear: both;
  border-radius: 0.5em;
  margin: 1em 0;
  color: #fff;
}
#billing .addresserror .fa {
  font-size: 1.5em;
  margin-right: 0.2em;
  vertical-align: bottom;
}
#billing #existingAddress {
  clear: both;
  float: left;
  width: 47%;
  border-right: 1px solid #eaeefd;
  padding-right: 3%;
  margin-right: 3%;
  height: 16em;
}
@media screen and (max-width: 55em) {
  #billing #existingAddress {
    width: 100%;
    height: auto;
    border-right: 0;
    margin-bottom: 1.5em;
  }
}

#addressData {
  border: none;
  padding: 0;
  width: 48%;
  float: left;
  clear: none;
}
@media screen and (max-width: 55em) {
  #addressData {
    width: 100%;
  }
}
#addressData li {
  padding-left: 0;
  margin-bottom: 0.7em;
}
#addressData label {
  display: block;
  width: 7em;
  padding-top: 0.5em;
}

/*#endregion */
/*#region Confirmaiton */
/* Seller referral panel */
form#confSellerReferral fieldset {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-color: #efefef;
  padding: 0.7em;
  border: 1px solid #d9def2;
  float: left;
  clear: left;
  width: 100%;
  margin: 1em 0 1em 0;
}
form#confSellerReferral fieldset h3 {
  font-weight: normal;
  background: url(../../images/icons/greenPlus.gif) no-repeat;
  padding-left: 2em;
  margin-bottom: 1em;
  font-size: 1em;
  padding-top: 0.1em;
}
form#confSellerReferral fieldset h3 span {
  text-transform: uppercase;
}

#brokerAddOn em {
  color: Black;
  font-style: italic;
  font-weight: normal;
  font-size: 0.9em;
}
#brokerAddOn span.introduce {
  font-size: 1.2em;
  font-weight: bold;
}
#brokerAddOn p {
  padding: 0 0.5em 0 1.5em;
  line-height: 1.4;
}
#brokerAddOn #brokerBenefits {
  margin: 0 0 0 22px;
  padding: 0;
  list-style: none;
}
#brokerAddOn #brokerBenefits li {
  padding: 0.1em 0 0.5em 0;
}

ul#brokerAddOnContent {
  padding: 0 5px 0 20px;
  border: none;
  font-weight: normal;
  margin: 0;
}

/*#endregion */
.cancelWarning {
  width: 100%;
  padding: 0.5em 0;
  padding: 0.5em;
  background-color: #fff;
}
.cancelWarning p {
  font-size: 0.9em;
  line-height: 1.4;
  margin-bottom: 0;
}

.cancelEditLinks {
  width: 100%;
  padding: 0.5em;
  background-color: #fff;
  border-top: 1px solid #e0e0e0;
}
.cancelEditLinks li {
  float: left;
  width: 50%;
  text-align: center;
}
.cancelEditLinks a {
  padding: 0.5em 0.7em;
  border-radius: 0.3em;
  cursor: pointer;
  font-weight: 600;
  display: inline-block;
  white-space: inherit;
  line-height: 2;
  font-size: 0.9em;
}
.cancelEditLinks .cancelEditCancel {
  border: 1px solid #e68a00;
  background: -moz-linear-gradient(top, #ffb84d 0, #f90 54%, #e68a00 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffb84d), color-stop(54%, #f90), color-stop(100%, #e68a00));
  background: -webkit-linear-gradient(top, #ffb84d 0, #f90 54%, #e68a00 100%);
  background: -o-linear-gradient(top, #ffb84d 0, #f90 54%, #e68a00 100%);
  background: -ms-linear-gradient(top, #ffb84d 0, #f90 54%, #e68a00 100%);
  background: linear-gradient(top, #ffb84d 0, #f90 54%, #e68a00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffb84d",endColorstr="#e68a00",GradientType=0);
  box-shadow: 0 2px 2px #ffd699 inset, 0 0 1px rgba(255, 255, 255, 0.75) inset;
  color: #fff;
}
.cancelEditLinks .cancelEditCancel:hover {
  border-color: #bd8824;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fad130), color-stop(54%, #f9ab1a), color-stop(100%, #e39b15));
  background: -webkit-linear-gradient(top, #fad130 0, #f9ab1a 54%, #e39b15 100%);
  background: -moz-linear-gradient(top, #fad130 0, #f9ab1a 54%, #e39b15 100%);
  background: -o-linear-gradient(top, #fad130 0, #f9ab1a 54%, #e39b15 100%);
  background: -ms-linear-gradient(top, #fad130 0, #f9ab1a 54%, #e39b15 100%);
  background: linear-gradient(top, #fad130 0, #f9ab1a 54%, #e39b15 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FAD130",endColorstr="#E39B15",GradientType=0);
  color: #fff;
  text-decoration: none;
}
.cancelEditLinks .cancelEditBack {
  border: 1px solid #ccc;
  background: #ccc;
  background: -moz-linear-gradient(top, #e5e5e5 0, #e0e0e0 54%, #ccc 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e5e5e5), color-stop(54%, #e0e0e0), color-stop(100%, #ccc));
  background: -webkit-linear-gradient(top, #e5e5e5 0, #e0e0e0 54%, #ccc 100%);
  background: -o-linear-gradient(top, #e5e5e5 0, #e0e0e0 54%, #ccc 100%);
  background: -ms-linear-gradient(top, #e5e5e5 0, #e0e0e0 54%, #ccc 100%);
  background: linear-gradient(top, #e5e5e5 0, #e0e0e0 54%, #ccc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e5e5e5",endColorstr="#e0e0e0",GradientType=0);
  box-shadow: 0 2px 2px #e5e5e5 inset, 0 0 1px rgba(255, 255, 255, 0.75) inset;
  color: #565656;
}

#balloonContent {
  background: white;
  position: relative;
  top: 5%;
  margin: 0 auto;
}
#balloonContent div {
  padding: 0 1em 1em 1em;
}
#balloonContent h3 {
  font-weight: bold;
  font-size: 1.4em;
  float: left;
  margin: 0 0 0.5em 0;
  width: 100%;
}
#balloonContent h4 {
  margin-bottom: 0.5em;
}
#balloonContent p {
  font-size: 0.9em;
  line-height: 1.4;
}
#balloonContent img {
  float: right;
  margin-left: 0.5em;
}
@media screen and (max-width: 426px) {
  #balloonContent img {
    float: none;
    margin-top: 0.5em;
  }
}

.confirmRecept p {
  font-size: 0.9em;
  line-height: 1.5;
}

.errorPage {
  max-width: 44rem;
  margin: 0 auto;
  text-align: center;
  padding-top: 2rem;
}
.errorPage h1 {
  font-size: 2rem;
  margin: 1rem;
}
@media screen and (max-width: 426px) {
  .errorPage p {
    font-size: 0.9em;
  }
}

body.loading {
  overflow: hidden;
}
body.loading:before {
  content: "Processing...";
  position: absolute;
  top: calc(50% + 55px);
  left: calc(50% - 46px);
  z-index: 101;
  color: #fff;
}
body.loading:after {
  content: "";
  display: block;
  background: rgba(42, 56, 110, 0.9) url(../../images/ajax-loader-large.gif) no-repeat center;
  display: block;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}

.newPaymentWrap {
  max-width: 750px;
  margin: 0 auto 1em auto;
}

#payment-form {
  position: relative;
}

#fullPageLoader {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100000;
  background: url(../../images/ajax-loader-large.gif) rgba(42, 56, 110, 0.9) no-repeat center;
}

/*** CATEGORY PICKER ****/
#selecteCatFieldset .select2-selection__rendered {
  margin-top: 0;
  padding: 2px 0;
  width: 100%;
  overflow: unset;
  white-space: break-spaces;
}
#selecteCatFieldset .select2-selection__rendered input {
  padding: 8px 4px !important;
  width: auto !important;
}
#selecteCatFieldset .select2-selection__rendered input:focus {
  outline: none;
  border: none;
}
#selecteCatFieldset .select2-search__field {
  margin-top: 0 !important;
}
#selecteCatFieldset #cbx-category-browser-info {
  padding: 0;
}
#selecteCatFieldset .searchCategory {
  margin-bottom: 1em;
}
#selecteCatFieldset .suggestCategory {
  width: 80%;
  float: right;
}
@media screen and (max-width: 56.25em) {
  #selecteCatFieldset .suggestCategory {
    width: 100%;
    float: none;
  }
}
#selecteCatFieldset .suggestCategory p {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}
@media screen and (max-width: 56.25em) {
  #selecteCatFieldset .suggestCategory p {
    gap: 4px;
  }
}
#selecteCatFieldset .suggestCategory p .arrow {
  display: inline-block;
  transition: transform 0.3s ease;
}
#selecteCatFieldset .suggestCategory p .arrow.upside-down {
  transform: rotate(180deg);
}
#selecteCatFieldset .suggestCategory .suggestInput {
  display: flex;
  flex-flow: row;
  width: 100%;
}
#selecteCatFieldset .suggestCategory .suggestInput #suggestCateogryTextbox {
  width: 100%;
  max-width: 400px;
}
#selecteCatFieldset .suggestCategory .suggestInput #suggestCategoryButton {
  padding: 4px 8px;
  border-radius: 3px;
  border: 1px solid #e68a00;
  background: -moz-linear-gradient(top, #ffb84d 0, #f90 54%, #e68a00 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffb84d), color-stop(54%, #f90), color-stop(100%, #e68a00));
  background: -webkit-linear-gradient(top, #ffb84d 0, #f90 54%, #e68a00 100%);
  background: -o-linear-gradient(top, #ffb84d 0, #f90 54%, #e68a00 100%);
  background: -ms-linear-gradient(top, #ffb84d 0, #f90 54%, #e68a00 100%);
  background: linear-gradient(top, #ffb84d 0, #f90 54%, #e68a00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffb84d",endColorstr="#e68a00",GradientType=0);
  color: #fff;
  text-shadow: none;
}
@media screen and (max-width: 56.25em) {
  #selecteCatFieldset .suggestCategory .suggestInput #suggestCategoryButton {
    width: 100%;
    margin-top: 4px;
    padding: 12px;
  }
}
#selecteCatFieldset .suggestCategory .suggestInput #suggestCategoryButton:disabled {
  background: #cccccc;
  /* Grey background color when disabled */
  color: #666666;
  /* Light grey text color when disabled */
  border: 1px solid #cccccc;
  /* Match border color with background */
  cursor: not-allowed;
  /* 'Not allowed' cursor to indicate disabled state */
  opacity: 0.65;
  /* Reduce opacity for visual cue */
}

.suggestInput {
  display: none;
}

#suggestCategoryToggle {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}

#arrow {
  margin-left: 10px;
  transition: transform 0.3s ease;
}

.rotate {
  transform: rotate(180deg);
}

.categorySelectFlex {
  display: inline-flex;
  flex-flow: column;
  width: 80%;
}
@media screen and (max-width: 56.25em) {
  .categorySelectFlex {
    width: 100%;
  }
}

#maxSelectionLength {
  text-align: center;
  margin-bottom: 12px;
}

/*#region Select Category */
/*#region Colors */
/*#endregion */
/*#region Mixins */
/*#endregion */
/*#region Breakpoints */
/*#endregion */
/*#region Animation fadeIn */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*#endregion */
/*#region Animation slideDown */
@-o-keyframes slideDown {
  0% {
    height: 0px;
  }
  100% {
    height: 30px;
  }
}
@-webkit-keyframes slideDown {
  0% {
    height: 0px;
  }
  100% {
    height: 30px;
  }
}
@-moz-keyframes slideDown {
  0% {
    height: 0px;
  }
  100% {
    height: 30px;
  }
}
@keyframes slideDown {
  0% {
    height: 0px;
  }
  100% {
    height: 30px;
  }
}
/*#endregion */
/*#region Box Sizing */
.cta {
  cursor: pointer;
  font-size: 0.875em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

div {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

ol {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

ul {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

dl {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

dd {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

dt {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*#endregion */
/*#region Font Styling */
h1 {
  font-size: 1.5em;
  padding-bottom: 0.5em;
  margin: 0;
  color: #000;
}
h1 a {
  font-size: 100%;
}

h2 {
  margin-bottom: 1em;
  color: #000;
  font-size: 1.25em;
  font-weight: 400;
}
h2 a {
  font-size: 100%;
}

h3 {
  font-weight: 400;
  color: #000;
  font-size: 1.1em;
}
h3 a {
  font-size: 100%;
}

p, a, label {
  font-size: 0.875em;
}

a {
  cursor: pointer;
}

p {
  margin-bottom: 1em;
}
p a {
  font-size: 100%;
}

header a {
  font-size: 100%;
}

/*#endregion */
.categoryTabList {
  clear: both;
  position: relative;
}
.categoryTabList li {
  float: left;
  font-size: 0.9em;
  font-weight: bold;
  background: #e9ebf7;
  background: -moz-linear-gradient(top, #e9ebf7 0%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e9ebf7), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(top, #e9ebf7 0%, #ffffff 100%);
  background: -o-linear-gradient(top, #e9ebf7 0%, #ffffff 100%);
  background: -ms-linear-gradient(top, #e9ebf7 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #e9ebf7 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#e9ebf7", endColorstr="#ffffff",GradientType=0 );
  padding: 0.5em 0.7em;
  line-height: 2.4em;
  display: inline-block;
  border: 1px solid #d6d9eb;
  border-radius: 0.625em 0.625em 0 0;
  color: #294B92;
}
.categoryTabList li:first-child {
  margin-right: 1%;
}
.categoryTabList li.selected {
  background: #fff;
  border-bottom: 1px solid white;
}
.categoryTabList li.hover {
  cursor: pointer;
  background: #b0b9e1;
  background: -moz-linear-gradient(top, #b0b9e1 0, #e9ebf7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #b0b9e1), color-stop(100%, #e9ebf7));
  background: -webkit-linear-gradient(top, #b0b9e1 0, #e9ebf7 100%);
  background: -o-linear-gradient(top, #b0b9e1 0, #e9ebf7 100%);
  background: -ms-linear-gradient(top, #b0b9e1 0, #e9ebf7 100%);
  background: linear-gradient(to bottom, #b0b9e1 0, #e9ebf7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#b0b9e1", endColorstr="#e9ebf7",GradientType=0 );
  border: 1px solid #d6d9eb;
}
.categoryTabList li.hover a {
  color: #2A386E;
}
@media screen and (max-width: 26.25em) {
  .categoryTabList li {
    width: 49%;
    text-align: center;
    float: left;
  }
}
@media screen and (max-width: 26.25em) {
  .categoryTabList span {
    display: none;
  }
}

#selecteCatFieldset {
  border-top-left-radius: 0.3em;
  margin-top: -1px;
  float: left;
  width: 100%;
  padding: 1em;
}

#categoryTabs {
  position: relative;
  padding: 0.7em;
}

#findCategory label {
  width: 100%;
}
#findCategory input {
  margin-bottom: 1em;
}
#findCategory input[type=text] {
  /*1024px*/
  /*1024px*/
}
@media (max-width: 64em) {
  #findCategory input[type=text] {
    width: calc(100% - 136px);
  }
}
#findCategory.sellFormButton {
  /*1024px*/
  /*1024px*/
}
@media (max-width: 64em) {
  #findCategory.sellFormButton {
    font-size: 1.2em;
    padding: 0.25em 1em;
  }
}

.catsInstruction {
  margin-bottom: 2em;
}

#new-picker {
  float: left;
  width: 100%;
  margin-bottom: 2em;
  background: url("../../images/ajax-loaderLarge.gif") center center no-repeat no-repeat;
  min-height: 15em;
  /*1024px*/
  /*1024px*/
}
@media (max-width: 64em) {
  #new-picker {
    min-height: 7em;
  }
}

#categoryPaths {
  padding: 0.7em;
  border-top: 1px solid #ddd;
  background: #eee;
  border-radius: 0 0 6px 6px;
  display: none;
}
#categoryPaths .browseCatsPaths {
  padding: 1em;
  border: 1px solid #ddd;
  display: table;
  width: 100%;
  background: #fff;
}
#categoryPaths #loading-pannel {
  padding: 1.65em 1em;
  border: 1px solid #ddd;
  display: table;
  width: 100%;
  background: #fff;
  text-align: center;
}
#categoryPaths #browseCategory {
  display: block;
  float: left;
  clear: both;
  width: 100%;
}
#categoryPaths #browseCategory li {
  display: block;
  float: left;
  clear: both;
  width: 100%;
}
#categoryPaths p {
  margin: 0.5em 0;
}
#categoryPaths .browseCats {
  display: table-cell;
  font-size: 0.9em;
  /*1024px*/
  /*1024px*/
}
@media (max-width: 64em) {
  #categoryPaths .browseCats {
    display: block;
    margin-bottom: 1em;
  }
}
#categoryPaths .removeCatButton {
  display: table-cell;
  vertical-align: middle;
  /*1024px*/
  /*1024px*/
}
@media (max-width: 64em) {
  #categoryPaths .removeCatButton {
    display: block;
  }
}
#categoryPaths .removeButton {
  font-size: 0.8em;
  text-transform: uppercase;
  border: 1px solid;
  color: #C70B00;
  border-color: #C70B00;
  background: none;
  border-radius: 0.3em;
  font-weight: normal;
  display: inline-block;
  line-height: 1em;
  float: right;
  margin-top: 0.3em;
  padding: 0.5em 1em 0.4em;
  margin: 0 auto;
  /*1024px*/
  /*1024px*/
}
@media (max-width: 64em) {
  #categoryPaths .removeButton {
    float: left;
  }
}
@media screen and (max-width: 47em) {
  #categoryPaths .removeButton {
    padding: 0.5em 2em;
    font-size: 1em;
  }
}
#categoryPaths .removeButton:hover {
  background: #C70B00;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

#disableCategory {
  text-align: center;
  padding: 1em;
}
@media screen and (max-width: 47em) {
  #disableCategory .warning {
    display: block;
  }
}

.reset-button {
  font-size: 0.8em;
  text-transform: uppercase;
  border: 1px solid;
  color: #2A386E;
  border-color: #2A386E;
  background: none;
  border-radius: 0.3em;
  font-weight: normal;
  display: inline-block;
  line-height: 1em;
  float: right;
  margin-top: 0.3em;
  padding: 0.5em 1em 0.4em;
  margin: 0 auto;
  /*1024px*/
  /*1024px*/
}
@media (max-width: 64em) {
  .reset-button {
    float: right;
    font-size: 1em;
    margin: 0 0 2em 1em;
  }
}
.reset-button:hover {
  background: #2A386E;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

#addCategory {
  display: block;
  font-size: 1.1em;
  margin: 0 auto;
}
#addCategory[disabled] {
  background: #e8e7e7;
  color: #b8b8b8;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e8e7e7",endColorstr="#e8e7e7",GradientType=0);
  border-color: #b8b8b8;
  box-shadow: none;
}

.cats-rached {
  padding: 1em;
  background: #009900;
  clear: both;
  border-radius: 0.5em;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  position: relative;
  width: 100%;
  display: block;
  padding: 0.5em;
  display: none;
}
.cats-rached h2 {
  color: #fff;
  margin: 0;
}

#categorySuggestions {
  width: 100%;
}
#categorySuggestions ul {
  display: table;
  width: 100%;
}
#categorySuggestions li {
  border: solid #ddd;
  border-width: 1px 1px 0 1px;
  padding: 0.1em 0.7em;
  float: left;
  background: #fff;
  width: 100%;
}
#categorySuggestions li:last-child {
  border-width: 1px;
}
#categorySuggestions .catPaths {
  display: inline-block;
  font-size: 0.9em;
  margin: 0.5em 0;
  width: 74%;
  vertical-align: middle;
  line-height: 1.5;
  /*1024px*/
  /*1024px*/
}
@media (max-width: 64em) {
  #categorySuggestions .catPaths {
    width: 100%;
  }
}
#categorySuggestions .addCatColumn {
  display: inline-block;
  vertical-align: middle;
  margin: 0.5em 0;
  width: 26%;
  /*1024px*/
  /*1024px*/
}
@media (max-width: 64em) {
  #categorySuggestions .addCatColumn {
    width: 100%;
  }
}
#categorySuggestions .addCatColumn input {
  float: right;
  /*1024px*/
  /*1024px*/
}
@media (max-width: 64em) {
  #categorySuggestions .addCatColumn input {
    float: left;
    margin-right: 0.5em;
  }
}

.cat-added-label {
  background: #009900;
  padding: 0.3em 0.7EM 0.3EM 0.2EM;
  border-radius: 1em 0.3em 0.3em 1em;
  DISPLAY: INLINE-BLOCK;
  font-size: 0.9em;
  color: white;
  font-weight: bold;
  float: left;
}
.cat-added-label .icon {
  color: #fff;
  font-size: 1.6em;
  vertical-align: middle;
  margin-right: 0;
  margin-left: 0.1em;
}
.cat-added-label .status-label {
  display: inline-block;
  font-size: 0.9em;
  font-weight: bold;
  vertical-align: middle;
  color: #fff;
}

/*#region CSS Loader*/
.category-browser {
  float: left;
  width: 100%;
  position: relative;
}
.category-browser .css-loader {
  margin: 0 auto;
  margin-top: 4em;
  font-size: 1em;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -moz-animation: load1 1.1s infinite ease;
  -webkit-animation: load1 1.1s infinite ease;
  animation: load1 1.1s infinite ease;
  -moz-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

@-moz-keyframes load1 {
  0%, 100% {
    box-shadow: 0em -2.6em 0em 0em #007cc4, 1.8em -1.8em 0 0em rgba(0, 124, 196, 0.2), 2.5em 0em 0 0em rgba(0, 124, 196, 0.2), 1.75em 1.75em 0 0em rgba(0, 124, 196, 0.2), 0em 2.5em 0 0em rgba(0, 124, 196, 0.2), -1.8em 1.8em 0 0em rgba(0, 124, 196, 0.2), -2.6em 0em 0 0em rgba(0, 124, 196, 0.5), -1.8em -1.8em 0 0em rgba(0, 124, 196, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 124, 196, 0.7), 1.8em -1.8em 0 0em #007cc4, 2.5em 0em 0 0em rgba(0, 124, 196, 0.2), 1.75em 1.75em 0 0em rgba(0, 124, 196, 0.2), 0em 2.5em 0 0em rgba(0, 124, 196, 0.2), -1.8em 1.8em 0 0em rgba(0, 124, 196, 0.2), -2.6em 0em 0 0em rgba(0, 124, 196, 0.2), -1.8em -1.8em 0 0em rgba(0, 124, 196, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 124, 196, 0.5), 1.8em -1.8em 0 0em rgba(0, 124, 196, 0.7), 2.5em 0em 0 0em #007cc4, 1.75em 1.75em 0 0em rgba(0, 124, 196, 0.2), 0em 2.5em 0 0em rgba(0, 124, 196, 0.2), -1.8em 1.8em 0 0em rgba(0, 124, 196, 0.2), -2.6em 0em 0 0em rgba(0, 124, 196, 0.2), -1.8em -1.8em 0 0em rgba(0, 124, 196, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 124, 196, 0.2), 1.8em -1.8em 0 0em rgba(0, 124, 196, 0.5), 2.5em 0em 0 0em rgba(0, 124, 196, 0.7), 1.75em 1.75em 0 0em #007cc4, 0em 2.5em 0 0em rgba(0, 124, 196, 0.2), -1.8em 1.8em 0 0em rgba(0, 124, 196, 0.2), -2.6em 0em 0 0em rgba(0, 124, 196, 0.2), -1.8em -1.8em 0 0em rgba(0, 124, 196, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 124, 196, 0.2), 1.8em -1.8em 0 0em rgba(0, 124, 196, 0.2), 2.5em 0em 0 0em rgba(0, 124, 196, 0.5), 1.75em 1.75em 0 0em rgba(0, 124, 196, 0.7), 0em 2.5em 0 0em #007cc4, -1.8em 1.8em 0 0em rgba(0, 124, 196, 0.2), -2.6em 0em 0 0em rgba(0, 124, 196, 0.2), -1.8em -1.8em 0 0em rgba(0, 124, 196, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 124, 196, 0.2), 1.8em -1.8em 0 0em rgba(0, 124, 196, 0.2), 2.5em 0em 0 0em rgba(0, 124, 196, 0.2), 1.75em 1.75em 0 0em rgba(0, 124, 196, 0.5), 0em 2.5em 0 0em rgba(0, 124, 196, 0.7), -1.8em 1.8em 0 0em #007cc4, -2.6em 0em 0 0em rgba(0, 124, 196, 0.2), -1.8em -1.8em 0 0em rgba(0, 124, 196, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 124, 196, 0.2), 1.8em -1.8em 0 0em rgba(0, 124, 196, 0.2), 2.5em 0em 0 0em rgba(0, 124, 196, 0.2), 1.75em 1.75em 0 0em rgba(0, 124, 196, 0.2), 0em 2.5em 0 0em rgba(0, 124, 196, 0.5), -1.8em 1.8em 0 0em rgba(0, 124, 196, 0.7), -2.6em 0em 0 0em #007cc4, -1.8em -1.8em 0 0em rgba(0, 124, 196, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 124, 196, 0.2), 1.8em -1.8em 0 0em rgba(0, 124, 196, 0.2), 2.5em 0em 0 0em rgba(0, 124, 196, 0.2), 1.75em 1.75em 0 0em rgba(0, 124, 196, 0.2), 0em 2.5em 0 0em rgba(0, 124, 196, 0.2), -1.8em 1.8em 0 0em rgba(0, 124, 196, 0.5), -2.6em 0em 0 0em rgba(0, 124, 196, 0.7), -1.8em -1.8em 0 0em #007cc4;
  }
}
@-webkit-keyframes load1 {
  0%, 100% {
    box-shadow: 0em -2.6em 0em 0em #007cc4, 1.8em -1.8em 0 0em rgba(0, 124, 196, 0.2), 2.5em 0em 0 0em rgba(0, 124, 196, 0.2), 1.75em 1.75em 0 0em rgba(0, 124, 196, 0.2), 0em 2.5em 0 0em rgba(0, 124, 196, 0.2), -1.8em 1.8em 0 0em rgba(0, 124, 196, 0.2), -2.6em 0em 0 0em rgba(0, 124, 196, 0.5), -1.8em -1.8em 0 0em rgba(0, 124, 196, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 124, 196, 0.7), 1.8em -1.8em 0 0em #007cc4, 2.5em 0em 0 0em rgba(0, 124, 196, 0.2), 1.75em 1.75em 0 0em rgba(0, 124, 196, 0.2), 0em 2.5em 0 0em rgba(0, 124, 196, 0.2), -1.8em 1.8em 0 0em rgba(0, 124, 196, 0.2), -2.6em 0em 0 0em rgba(0, 124, 196, 0.2), -1.8em -1.8em 0 0em rgba(0, 124, 196, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 124, 196, 0.5), 1.8em -1.8em 0 0em rgba(0, 124, 196, 0.7), 2.5em 0em 0 0em #007cc4, 1.75em 1.75em 0 0em rgba(0, 124, 196, 0.2), 0em 2.5em 0 0em rgba(0, 124, 196, 0.2), -1.8em 1.8em 0 0em rgba(0, 124, 196, 0.2), -2.6em 0em 0 0em rgba(0, 124, 196, 0.2), -1.8em -1.8em 0 0em rgba(0, 124, 196, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 124, 196, 0.2), 1.8em -1.8em 0 0em rgba(0, 124, 196, 0.5), 2.5em 0em 0 0em rgba(0, 124, 196, 0.7), 1.75em 1.75em 0 0em #007cc4, 0em 2.5em 0 0em rgba(0, 124, 196, 0.2), -1.8em 1.8em 0 0em rgba(0, 124, 196, 0.2), -2.6em 0em 0 0em rgba(0, 124, 196, 0.2), -1.8em -1.8em 0 0em rgba(0, 124, 196, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 124, 196, 0.2), 1.8em -1.8em 0 0em rgba(0, 124, 196, 0.2), 2.5em 0em 0 0em rgba(0, 124, 196, 0.5), 1.75em 1.75em 0 0em rgba(0, 124, 196, 0.7), 0em 2.5em 0 0em #007cc4, -1.8em 1.8em 0 0em rgba(0, 124, 196, 0.2), -2.6em 0em 0 0em rgba(0, 124, 196, 0.2), -1.8em -1.8em 0 0em rgba(0, 124, 196, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 124, 196, 0.2), 1.8em -1.8em 0 0em rgba(0, 124, 196, 0.2), 2.5em 0em 0 0em rgba(0, 124, 196, 0.2), 1.75em 1.75em 0 0em rgba(0, 124, 196, 0.5), 0em 2.5em 0 0em rgba(0, 124, 196, 0.7), -1.8em 1.8em 0 0em #007cc4, -2.6em 0em 0 0em rgba(0, 124, 196, 0.2), -1.8em -1.8em 0 0em rgba(0, 124, 196, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 124, 196, 0.2), 1.8em -1.8em 0 0em rgba(0, 124, 196, 0.2), 2.5em 0em 0 0em rgba(0, 124, 196, 0.2), 1.75em 1.75em 0 0em rgba(0, 124, 196, 0.2), 0em 2.5em 0 0em rgba(0, 124, 196, 0.5), -1.8em 1.8em 0 0em rgba(0, 124, 196, 0.7), -2.6em 0em 0 0em #007cc4, -1.8em -1.8em 0 0em rgba(0, 124, 196, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 124, 196, 0.2), 1.8em -1.8em 0 0em rgba(0, 124, 196, 0.2), 2.5em 0em 0 0em rgba(0, 124, 196, 0.2), 1.75em 1.75em 0 0em rgba(0, 124, 196, 0.2), 0em 2.5em 0 0em rgba(0, 124, 196, 0.2), -1.8em 1.8em 0 0em rgba(0, 124, 196, 0.5), -2.6em 0em 0 0em rgba(0, 124, 196, 0.7), -1.8em -1.8em 0 0em #007cc4;
  }
}
@keyframes load1 {
  0%, 100% {
    box-shadow: 0em -2.6em 0em 0em #007cc4, 1.8em -1.8em 0 0em rgba(0, 124, 196, 0.2), 2.5em 0em 0 0em rgba(0, 124, 196, 0.2), 1.75em 1.75em 0 0em rgba(0, 124, 196, 0.2), 0em 2.5em 0 0em rgba(0, 124, 196, 0.2), -1.8em 1.8em 0 0em rgba(0, 124, 196, 0.2), -2.6em 0em 0 0em rgba(0, 124, 196, 0.5), -1.8em -1.8em 0 0em rgba(0, 124, 196, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 124, 196, 0.7), 1.8em -1.8em 0 0em #007cc4, 2.5em 0em 0 0em rgba(0, 124, 196, 0.2), 1.75em 1.75em 0 0em rgba(0, 124, 196, 0.2), 0em 2.5em 0 0em rgba(0, 124, 196, 0.2), -1.8em 1.8em 0 0em rgba(0, 124, 196, 0.2), -2.6em 0em 0 0em rgba(0, 124, 196, 0.2), -1.8em -1.8em 0 0em rgba(0, 124, 196, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 124, 196, 0.5), 1.8em -1.8em 0 0em rgba(0, 124, 196, 0.7), 2.5em 0em 0 0em #007cc4, 1.75em 1.75em 0 0em rgba(0, 124, 196, 0.2), 0em 2.5em 0 0em rgba(0, 124, 196, 0.2), -1.8em 1.8em 0 0em rgba(0, 124, 196, 0.2), -2.6em 0em 0 0em rgba(0, 124, 196, 0.2), -1.8em -1.8em 0 0em rgba(0, 124, 196, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 124, 196, 0.2), 1.8em -1.8em 0 0em rgba(0, 124, 196, 0.5), 2.5em 0em 0 0em rgba(0, 124, 196, 0.7), 1.75em 1.75em 0 0em #007cc4, 0em 2.5em 0 0em rgba(0, 124, 196, 0.2), -1.8em 1.8em 0 0em rgba(0, 124, 196, 0.2), -2.6em 0em 0 0em rgba(0, 124, 196, 0.2), -1.8em -1.8em 0 0em rgba(0, 124, 196, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 124, 196, 0.2), 1.8em -1.8em 0 0em rgba(0, 124, 196, 0.2), 2.5em 0em 0 0em rgba(0, 124, 196, 0.5), 1.75em 1.75em 0 0em rgba(0, 124, 196, 0.7), 0em 2.5em 0 0em #007cc4, -1.8em 1.8em 0 0em rgba(0, 124, 196, 0.2), -2.6em 0em 0 0em rgba(0, 124, 196, 0.2), -1.8em -1.8em 0 0em rgba(0, 124, 196, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 124, 196, 0.2), 1.8em -1.8em 0 0em rgba(0, 124, 196, 0.2), 2.5em 0em 0 0em rgba(0, 124, 196, 0.2), 1.75em 1.75em 0 0em rgba(0, 124, 196, 0.5), 0em 2.5em 0 0em rgba(0, 124, 196, 0.7), -1.8em 1.8em 0 0em #007cc4, -2.6em 0em 0 0em rgba(0, 124, 196, 0.2), -1.8em -1.8em 0 0em rgba(0, 124, 196, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 124, 196, 0.2), 1.8em -1.8em 0 0em rgba(0, 124, 196, 0.2), 2.5em 0em 0 0em rgba(0, 124, 196, 0.2), 1.75em 1.75em 0 0em rgba(0, 124, 196, 0.2), 0em 2.5em 0 0em rgba(0, 124, 196, 0.5), -1.8em 1.8em 0 0em rgba(0, 124, 196, 0.7), -2.6em 0em 0 0em #007cc4, -1.8em -1.8em 0 0em rgba(0, 124, 196, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 124, 196, 0.2), 1.8em -1.8em 0 0em rgba(0, 124, 196, 0.2), 2.5em 0em 0 0em rgba(0, 124, 196, 0.2), 1.75em 1.75em 0 0em rgba(0, 124, 196, 0.2), 0em 2.5em 0 0em rgba(0, 124, 196, 0.2), -1.8em 1.8em 0 0em rgba(0, 124, 196, 0.5), -2.6em 0em 0 0em rgba(0, 124, 196, 0.7), -1.8em -1.8em 0 0em #007cc4;
  }
}
/*#endregion*/
.category-box {
  width: 33.3%;
  height: 26em !important;
  border: 1px solid #dddddd;
  float: left;
  overflow-y: scroll;
  background: #fff;
  margin-bottom: 1em;
  /*1024px*/
  /*1024px*/
  /*1024px*/
  /*1024px*/
  /*1024px*/
  /*1024px*/
}
@media (max-width: 64em) {
  .category-box {
    width: 100%;
    height: auto !important;
    overflow-y: visible;
    margin-bottom: 0;
    border-bottom: none;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  }
}
.category-box ul {
  display: none;
  margin: 0;
  padding: 0;
}
.category-box ul.parent-selected, .category-box ul[data-tier="1"] {
  display: block;
}
@media (max-width: 64em) {
  .category-box ul[data-tier="2"] li {
    padding-left: 2em;
  }
  .category-box ul[data-tier="3"] li {
    padding-left: 3em;
  }
}
.category-box li {
  display: none;
  font-size: 0.9em;
  border-bottom: 1px solid #dddddd;
  position: relative;
  padding: 8px;
  width: 100%;
  align-items: center;
  /*1024px*/
  /*1024px*/
}
@media (max-width: 64em) {
  .category-box li {
    padding: 4px 12px;
    padding-left: 0;
  }
}
.category-box li[data-category-children=true] {
  padding: 12px;
  /*1024px*/
  /*1024px*/
}
@media (max-width: 64em) {
  .category-box li[data-category-children=true] {
    padding: 14px;
  }
}
.category-box li[data-category-children=true]:hover {
  cursor: pointer;
}
.category-box li[data-category-children=true]:after {
  display: inline-block;
  content: "\e5cc";
  font-family: "Material Symbols Rounded", sans-serif;
  font-size: 18px;
  color: #3e3e3e;
  padding: 0.3em;
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  /*1024px*/
  /*1024px*/
}
@media (max-width: 64em) {
  .category-box li[data-category-children=true]:after {
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    font-size: 22px;
    top: 4px;
    content: "\e5cf";
  }
}
.category-box li.highlighted-option[data-category-children=true] {
  background: #F0F6F9;
}
.category-box li.highlighted-option[data-category-children=true] input[type=checkbox]:checked + span.cb-show:before {
  content: "\e834";
  color: #2A386E;
  /*1024px*/
  /*1024px*/
}
@media (max-width: 64em) {
  .category-box li.highlighted-option[data-category-children=true] input[type=checkbox]:checked + span.cb-show:before {
    content: "\e834";
    color: #fff;
  }
}
.category-box li.highlighted-option[data-category-children=true]:after {
  /*1024px*/
  /*1024px*/
}
@media (max-width: 64em) {
  .category-box li.highlighted-option[data-category-children=true]:after {
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
}
.category-box li.has-selected-child input[type=checkbox] + span.cb-show:before {
  content: "\e909";
  color: #2A386E;
}
.category-box li.has-selected-ancestor-elsewhere input[type=checkbox] + span.cb-show:before {
  content: "\e834";
  color: #C70B00;
}
.category-box li.has-selected-ancestor input[type=checkbox] + span.cb-show:before {
  content: "\e834";
  color: #929cce;
}
.category-box li label {
  margin-right: 4px;
  display: inline-flex;
  /*1024px*/
  /*1024px*/
}
@media (max-width: 64em) {
  .category-box li label {
    line-height: 3.122em;
    padding-left: 0.7em;
  }
}
.category-box li label:hover {
  background: #F0F6F9;
  -webkit-transition: background-color 0.2s ease-in;
  -moz-transition: background-color 0.2s ease-in;
  -o-transition: background-color 0.2s ease-in;
  transition: background-color 0.2s ease-in;
  /*1024px*/
  /*1024px*/
}
@media (max-width: 64em) {
  .category-box li label:hover {
    background: none;
  }
}
.category-box li input, .category-box li input[type=checkbox], .category-box li input[type=radio] {
  display: none;
}
.category-box li span.cb-show {
  font-family: "Material Symbols Rounded", sans-serif;
  font-size: 1.85em;
  /*1024px*/
  /*1024px*/
}
@media (max-width: 64em) {
  .category-box li span.cb-show {
    font-size: 2em;
    padding-top: 0;
  }
}
.category-box li input[type=checkbox] + span.cb-show:before {
  content: "\e835";
  color: #cccccc;
  /*1024px*/
  /*1024px*/
}
@media (max-width: 64em) {
  .category-box li input[type=checkbox] + span.cb-show:before {
    content: "\e835";
    color: #cccccc;
  }
}
.category-box li input[type=checkbox]:checked + span.cb-show:before {
  content: "\e834";
  color: #2A386E;
  /*1024px*/
  /*1024px*/
}
@media (max-width: 64em) {
  .category-box li input[type=checkbox]:checked + span.cb-show:before {
    content: "\e834";
    color: #2A386E;
  }
}
.category-box li.show-option {
  display: inline-flex;
  -o-animation: fadeIn 0.7s;
  -moz-animation: fadeIn 0.7s;
  -webkit-animation: fadeIn 0.7s;
  animation: fadeIn 0.7s;
  /*1024px*/
  /*1024px*/
}
@media (max-width: 64em) {
  .category-box li.show-option {
    background-color: #fff;
  }
}
@media (max-width: 64em) {
  .category-box .tier-selected li {
    display: none;
  }
  .category-box .tier-selected li.selected {
    display: block;
  }
}

ul.category-box[data-column="1"] li {
  background-color: #fff;
  display: inline-flex;
  -webkit-transition: background-color 0.2s ease-in;
  -moz-transition: background-color 0.2s ease-in;
  -o-transition: background-color 0.2s ease-in;
  transition: background-color 0.2s ease-in;
}

ul.category-box.collapse-tier {
  /*1024px*/
  /*1024px*/
}
@media (max-width: 64em) {
  ul.category-box.collapse-tier {
    border: none;
  }
  ul.category-box.collapse-tier li {
    display: none;
  }
  ul.category-box.collapse-tier li.highlighted-option {
    display: inline-flex;
    background-color: #0065a0;
    color: #fff;
    border: none;
    border-bottom: 1px solid #005c91;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  ul.category-box.collapse-tier li.highlighted-option:after {
    color: #fff;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  ul.category-box.collapse-tier li.highlighted-option[data-parent-id="1"] {
    background-color: #007cc4;
    color: #fff;
    display: inline-flex;
    align-items: center;
  }
}

.parentCrumbs {
  font-size: 13px;
}

.parent-selected, ul[data-tier="1"] {
  display: block;
}

.select2-results {
  border-top: 1px solid #aaa;
}

.select2-results__option {
  padding: 8px;
  border-bottom: 1px solid #ccc;
  font-style: normal;
  /*1024px*/
  /*1024px*/
}
@media (max-width: 64em) {
  .select2-results__option {
    padding: 12px 8px;
  }
}
.select2-results__option .material-symbols-rounded {
  font-size: 0.875rem;
  vertical-align: middle;
}

.select2-search {
  margin-top: 0 !important;
}

.select2-results__option--highlighted {
  background-color: #3875d7 !important;
  color: white !important;
}
.select2-results__option--highlighted:hover {
  background-color: #3875d7 !important;
  color: white !important;
}

.select2-dropdown {
  top: 0;
  font-size: 0.875rem;
}

.select2-selection__rendered {
  border: 1px solid #ccc;
  border-radius: 0.2em;
  width: 100%;
  display: flex;
  flex-flow: wrap;
  padding: 12px;
}
@media screen and (max-width: 55em) {
  .select2-selection__rendered {
    font-size: 1.1em;
    padding: 0.7em 0.5em;
  }
}

.select2-search--inline {
  width: auto !important;
  clear: none !important;
  float: none !important;
}

.select2-selection__choice__remove {
  font-size: 24px !important;
  font-weight: 500 !important;
  position: unset !important;
}
.select2-selection__choice__remove li:first-of-type {
  margin-left: 8px;
}

.select2-selection__choice {
  display: inline-flex !important;
  flex-flow: row-reverse !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 0 8px !important;
  background: #e5eff5;
  width: auto !important;
  clear: unset !important;
  margin: 3px 2px;
  margin-bottom: unset !important;
  font-size: 14px;
}

.select2-container {
  width: 100% !important;
}

button[type=button].add-category {
  background-color: #00a76b;
  background: -webkit-gradient(linear, left top, left bottom, from(#00BB78), to(#00a76b));
  background: -webkit-linear-gradient(top, #00BB78, #00a76b);
  background: -moz-linear-gradient(top, #00BB78, #00a76b);
  background: -ms-linear-gradient(top, #00BB78, #00a76b);
  background: -o-linear-gradient(top, #00BB78, #00a76b);
  background: linear-gradient(top, #00BB78, #00a76b);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr="#00BB78", EndColorStr="#00a76b");
  border: 1px solid #008e5b;
  font-weight: 700;
  padding: 0.75em 1.5em;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
  margin: 1em auto 0 auto;
  display: block;
  text-align: center;
  border-radius: 0.3em;
  position: relative;
  font-weight: normal;
  float: right;
}
button[type=button].add-category:hover {
  background-color: #008e5b;
  background: -webkit-gradient(linear, left top, left bottom, from(#00BB78), to(#008e5b));
  background: -webkit-linear-gradient(top, #00BB78, #008e5b);
  background: -moz-linear-gradient(top, #00BB78, #008e5b);
  background: -ms-linear-gradient(top, #00BB78, #008e5b);
  background: -o-linear-gradient(top, #00BB78, #008e5b);
  background: linear-gradient(top, #00BB78, #008e5b);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr="#00BB78", EndColorStr="#00a76b");
}

.close-div {
  float: right;
  padding: 8px;
}
.close-div button {
  display: inline-block;
  padding: 4px;
  height: 35px;
  border-radius: 20px;
  border: 1px solid #eee;
  background-color: #fff;
}
.close-div button:hover {
  background-color: #eee;
}

#cboxOverlay, #colorbox, #cboxWrapper {
  overflow: unset !important;
}

#onMobileCheck {
  display: none;
}

.desktop-btn {
  display: block;
  /*1024px*/
}
.desktop-btn .apply-btn {
  width: 100%;
  background: transparent;
  border: none;
  margin: 1em 0;
  font-size: 1.2rem;
}
@media (max-width: 64em) {
  .desktop-btn {
    display: none;
  }
}

.mob-bottom .apply-btn {
  width: 100%;
  background: transparent;
  border: none;
  font-size: 1.2rem;
}

.mobile-cont {
  display: inline-block;
  width: 100%;
  /*1024px*/
}
.mobile-cont .mob-bottom {
  display: none;
}
@media (max-width: 64em) {
  .mobile-cont {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    padding: 5em 1em 6em 1em;
    background: #eeeeee;
    overflow: hidden;
    overflow-y: scroll;
  }
  .mobile-cont li.selected-category {
    background-color: #d3e5ed;
    border: 1px solid #c4dce8;
    font-size: 0.9em;
  }
  .mobile-cont li.selected-category:first-of-type {
    margin-top: 1em;
  }
  .mobile-cont .mob-bottom {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    background: white;
    text-align: center;
    padding: 0.75em;
    border-top: 1px solid #ddd;
    cursor: pointer;
    width: 100%;
    z-index: 10;
    text-align: center;
  }
  .mobile-cont .mob-bottom .add-category {
    display: inline-block;
    float: none;
    margin: 0;
    font-weight: 600;
  }
  .mobile-cont .cta-wrap .cta {
    font-size: 1.15em;
    padding: 0.75em 1.5em;
  }
  .mobile-cont .cta-wrap .close-mc {
    display: inline-block;
    float: none;
  }
  .mobile-cont .mob-bottom .cta {
    margin: 0 auto;
    float: none;
    min-width: 7em;
    font-weight: 600;
    font-size: 1.2rem;
  }
}
.mobile-cont .mob-desc {
  /*1024px*/
}
@media (max-width: 64em) {
  .mobile-cont .mob-desc {
    font-size: 1em;
    margin-bottom: 1em;
    margin-top: 4.5em;
  }
}
.mobile-cont .mob-tile {
  display: inline-block;
  width: 100%;
  /*1024px*/
}
@media (max-width: 64em) {
  .mobile-cont .mob-tile {
    background: #fff;
    padding: 1em;
    margin-top: 4em;
  }
}
.mobile-cont .mob-top {
  display: none;
  /*1024px*/
}
@media (max-width: 64em) {
  .mobile-cont .mob-top {
    display: inline-flex;
    position: fixed;
    top: 0;
    left: 0;
    color: #fff;
    background: #006cab;
    font-size: 1.2em;
    padding: 0.3em 0.7em;
    cursor: pointer;
    width: 100%;
    z-index: 10;
  }
}
.mobile-cont > .fa {
  font-size: 1.2em;
}
.mobile-cont .label-mc {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.9em;
  padding: 0.5em 0;
}
.mobile-cont .back-mc {
  font-size: 0.8rem;
  display: inline-flex;
  align-items: center;
  background: transparent;
  border: none;
  margin-right: 24px;
  border-radius: 5px;
  padding: 4px 8px;
  color: white;
}
.mobile-cont .back-mc span {
  font-size: 0.8rem;
}
.mobile-cont .back-mc:hover {
  text-decoration: none;
}

.hide-mc {
  display: inline-block;
  /*1024px*/
}
@media (max-width: 64em) {
  .hide-mc {
    display: none;
  }
}

.show-mc {
  display: inline-block;
  /*1024px*/
}
@media (max-width: 64em) {
  .show-mc {
    display: block;
    -o-animation: fadeIn 0.5s;
    -moz-animation: fadeIn 0.5s;
    -webkit-animation: fadeIn 0.5s;
    animation: fadeIn 0.5s;
  }
}

/*#endregion */