.filter-bar {
  background: #F0F0F0;
  margin-bottom: 15px; }

.filter-bar-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px; }

.filter-bar-filters {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.filter-bar-title {
  padding-right: 15px; }
.filter-bar-title span {
  font-size: 18px; }
@media (max-width: 1919.98px) {
  .filter-bar-title {
    width: 100%;
    margin-bottom: 10px; } }
@media (max-width: 1440px) {
  .filter-bar-title {
    display: none; } }

.filter-bar-ctas {
  min-width: 550px; }
.filter-bar-ctas > *:not(:last-child) {
  margin-right: 15px; }
@media (max-width: 1919.98px) {
  .filter-bar-ctas .filter-bar-ctas-title {
    display: block;
    margin-bottom: 10px; } }
@media (max-width: 1440px) {
  .filter-bar-ctas {
    display: none; } }

@media (min-width: 1440px) {
  .filter-bar-mobile-cta {
    display: none; } }

.filter-option {
  padding: 0 15px;
  position: relative;
  border-right: 1px solid #B4B4B4; }
/*.item-option.item-bar-mobile-item {*/
/*  display: none; }*/
@media (max-width: 1440px) {
  .filter-option {
    border-right: 0;
    padding-right: 0; }
  .filter-option:not(.filter-bar-mobile-filter) {
    display: none; }
  .filter-option.filter-bar-mobile-filter {
    display: block; } }

.filter-label {
  display: block;
  margin-bottom: 0;
  font-size: 12px;
  color: rgba(75, 75, 75, 0.5); }
@media (max-width: 1440px) {
  .filter-label {
    display: none; } }

@media (max-width: 1919.98px) {
  .filter-dropdown:nth-of-type(2) {
    padding-left: 0; } }

.filter-dropdown-label {
  display: block;
  margin-bottom: 0;
  font-size: 12px;
  color: rgba(75, 75, 75, 0.5); }

.filter-dropdown-select {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #4B4B4B;
  font-size: 14px;
  background-image: url(../images/open-down-caret.svg);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: auto 50%;
  padding-right: 25px; }
.filter-dropdown-select:focus {
  outline: none; }
@media (max-width: 1440px) {
  .filter-dropdown-select {
    background-position: center left;
    padding-right: 0;
    padding-left: 20px; } }

.filter-input {
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  width: 270px;
  padding: 5px 27px 5px 0;
  cursor: text;
  background-image: url(../images/search.svg);
  background-size: auto 80%;
  background-position: right center;
  background-repeat: no-repeat; }
.filter-input::-webkit-input-placeholder {
  color: #B8B8B8;
  font-family: "Amazon Ember Regular", sans-serif;
  font-size: 14px; }
.filter-input:-ms-input-placeholder {
  color: #B8B8B8;
  font-family: "Amazon Ember Regular", sans-serif;
  font-size: 14px; }
.filter-input::-ms-input-placeholder {
  color: #B8B8B8;
  font-family: "Amazon Ember Regular", sans-serif;
  font-size: 14px; }
.filter-input::placeholder {
  color: #B8B8B8;
  font-family: "Amazon Ember Regular", sans-serif;
  font-size: 14px; }

.data-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 20px; }
@media (max-width: 999.98px) {
  .data-table {
    display: block; } }

@media (max-width: 999.98px) {
  .data-table-body {
    display: block; } }

@media (max-width: 999.98px) {
  .data-table-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #D4D4D4;
    border-radius: 4px;
    margin-bottom: 20px; } }

@media (max-width: 768.98px) {
  .data-table-row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

.data-table-cell {
  padding: 20px 15px;
  border: 1px solid #D4D4D4;
  vertical-align: middle; }
.data-table-cell:first-of-type {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }
.data-table-cell:last-of-type {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }
.data-table-cell:not(:last-of-type) {
  border-right: 0; }
.data-table-cell:not(:first-of-type) {
  border-left: 0; }
@media (max-width: 999.98px) {
  .data-table-cell {
    border: 0;
    padding-top: 15px;
    padding-bottom: 15px; }
  .data-table-cell:not(.data-table-cell-with-icon) {
    min-width: calc(100% / 3); }
  .data-table-cell.first-sm {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .data-table-cell.data-table-main-col {
    min-width: 65%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto; } }
@media (max-width: 449.98px) {
  .data-table-cell.hide-sm {
    display: none !important; }
  .data-table-cell.data-table-main-col {
    min-width: 40%; } }

.data-table-icon {
  margin: 0 10px;
  max-width: 35px;
  min-width: 25px; }
@media (max-width: 999.98px) {
  .data-table-icon {
    width: 100%;
    max-width: 30px;
    margin: 0 5px; } }

.detail-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
.detail-info .detail-info-icon {
  margin-right: 5px; }
.detail-info .detail-info-container {
  max-width: 100%; }
.detail-info .detail-info-heading {
  color: #707070;
  display: block;
  font-size: 14px; }
@media (max-width: 999.98px) {
  .detail-info .detail-info-heading {
    font-size: 13px; } }
.detail-info .detail-info-data {
  color: #222E3E;
  cursor: text;
  font-family: "Amazon Ember Bold", sans-serif;
  word-break: break-all; }
@media (max-width: 999.98px) {
  .detail-info .detail-info-data {
    font-size: 14px; } }
.detail-info.vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center; }
.detail-info.vertical .detail-info-icon {
  margin-right: 0;
  margin-bottom: 5px; }
.detail-info.vertical .detail-info-heading {
  font-family: "Amazon Ember Bold", sans-serif;
  color: #222E3E;
  font-size: 16px; }
.detail-info.vertical .detail-info-data {
  font-family: "Amazon Ember Regular", sans-serif;
  font-size: 14px; }

.pagination {
  padding: 20px 0 30px;
  text-align: right; }
@media (max-width: 999.98px) {
  .pagination {
    text-align: center; } }
.pagination .previous,
.pagination .page-numbers,
.pagination .next {
  display: inline-block;
  font-family: "Amazon Ember Bold", sans-serif;
  font-size: 13px; }
.pagination .previous,
.pagination .page-number,
.pagination .next {
  color: #242424; }
.pagination .previous:hover,
.pagination .page-number:hover,
.pagination .next:hover {
  color: #242424; }
.pagination .previous {
  border-right: #B2B2B2 1px solid;
  padding-right: 20px; }
.pagination .next {
  border-left: #B2B2B2 1px solid;
  padding-left: 20px; }
.pagination .page-numbers {
  margin: 0 20px 0 15px; }
.pagination .page-number:not(:last-child) {
  margin-right: 20px; }
.pagination .page-number.active {
  color: #929292;
  cursor: default;
  pointer-events: none; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 300ms, visibility 300ms;
  transition: opacity 300ms, visibility 300ms; }
.modal.modal-open {
  visibility: visible;
  opacity: 1; }
.modal .modal-mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 9998;
  background: rgba(15, 23, 30, 0.8); }
.modal .modal-container {
  position: relative;
  background: #ffffff;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  padding: 20px 30px;
  width: calc(100% - 2rem);
  max-width: 900px;
  z-index: 9999;
  max-height: calc(100vh - 30px);
  overflow-y: scroll; }
.modal .modal-container.modal-narrow {
  max-width: 550px; }
@media (max-width: 999.98px) {
  .modal .modal-container {
    padding: 15px; } }
.modal .modal-close {
  position: absolute;
  top: -30px;
  right: -35px;
  width: 15px;
  height: 15px;
  cursor: pointer;
  z-index: 9999; }
.modal .modal-header {
  border-bottom: 2px solid #e7e7e7;
  margin-bottom: 20px;
  padding-bottom: 15px; }
.modal .modal-header h1, .modal .modal-header h2, .modal .modal-header h3, .modal .modal-header h4, .modal .modal-header h5, .modal .modal-header h6, .modal .modal-header p {
  margin-bottom: 0; }
@media (max-width: 999.98px) {
  .modal .modal-header {
    padding-bottom: 10px; } }
.modal .modal-body {
  overflow-x: scroll; }
.modal .modal-footer {
  border-top: 2px solid #e7e7e7;
  margin-top: 20px;
  padding-top: 20px; }

.left-float {
  float:left;
}

.right-float {
  float:right;
}

.amount-select {
  text-align: center;
  margin: 10px 5px; }
.amount-select span,
.amount-select select,
.amount-select option {
  font-size: 12px;
  font-family: "Amazon Ember Bold", sans-serif; }
.amount-select select {
  border: 1px solid #ADB0B1;
  border-radius: 4px;
  padding: 2px 18px 4px 1px;
  margin: 0 10px;
  background: #ffffff;
  background-image: url(../images/down-caret--grey.svg);
  background-repeat: no-repeat;
  background-size: auto 80%;
  background-position: 93% -30%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

