
#advanced-filters h3 {
    color: transparent;
    font-size: 0;
    line-height: 0;
    margin-bottom: 0;
}
#my-filters-button.disabled {
    opacity: .5;
}
#my-filters-button.disabled:hover {
    background: rgba(0, 0, 0, 0.2);
    cursor: default;
}

#search .fancy-field {
    height: 42px;
    border-color: white;
}

#search .fancy-field.focused {
    border-color: #004164;
}
#search .fancy-field.active {
    padding-top: 3px;
}

#search #products-filters .fancy-field input {
    -webkit-appearance: none;
    -moz-appearance: none;
    display: block;
    box-sizing: border-box;
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
    z-index: 1;
    background: none;
    /*width: 100%;*/
    /*line-height: 17px !important;*/
    height: 42px;
    font-size: 15px;
    margin-top: -42px;
    padding: 0 !important;
    min-width: 0;
    margin-bottom: 0 !important;
}

#search #products-filters .fancy-field input.hasvalue,
#search #products-filters .fancy-field select.hasvalue {
    margin-top: 0;
    height: 18px;
}

#search .fancy-field span {
    height: 42px;
    margin-left: 5px;
    margin-bottom: -2px;
}
#search .fancy-field.active span {
    height: 17px;
    line-height: 17px
}

.modal-dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
}

.main-content2, header, #breadcrumb {
  background: white;
  overflow: auto; }

.main-content2 {
  padding-bottom: 40px;
}
.main-content2.stick {
  padding-top: 44px;
}

.autocomplete .item-highlighted2 {
  color: black;
  background-color: rgba(0, 192, 255, 0.3);
}

.active-address {
  color: green;
  padding: 8pt;
  background: rgba(0, 128, 0, 0.1);
  text-align: left;
  margin: 10px 0;
  font-size: 11pt;
}

.picklist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  height: 100%;
}

.picklist .select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 40%;
}

.picklist .select p {
  margin: 0;
}

.picklist .button-group {
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 10px;
}

.picklist select {
  display: block;
  height: 100%;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  overflow: auto;
}

.canvasOverlay {
    font-size: 70px;
    position: absolute;
    top: 280px;
    left: 100px;
    z-index: 1;
}

canvas, .overlay {
  /*position: absolute;*/
}

.centered {
  text-align: center;
  padding-top: -30px;
  margin-top: -270px;
}

.page-section h2 i {
    font-size: 48%;
    top: 50%;
    transform: translateY(-50%);
}