/**
	* All of the CSS for your public-facing functionality should be  included in this file.
*/
#content .dt-layout-row.dt-layout-table {
  background-color: #fff;
  border-radius: 10px;
  padding: 15px;
  margin-top: 16px;
}
#content .dt-layout-row.dt-layout-table .dt-layout-cell {
  overflow-x: auto;
}
#content .dt-bottom-row {
  padding-top: 23px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#content .dt-bottom-row .dt-middle {
  text-align: center;
}
#content .dt-bottom-row .dt-middle.single-col {
  width: 100%;
}
#content .dt-bottom-row .dt-length {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
#content .dt-bottom-row .dt-length label:first-letter {
  text-transform: uppercase;
}
#content .dt-bottom-row .dt-length select.dt-input {
  background: #6390EB;
  color: #fff;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  text-align: center;
  border: 1px #6390EB solid;
  padding: 5px 15px;
  margin-left: 10px;
  border-radius: 5px;
}
#content .paging_full_numbers .dt-paging-button {
  border: 1px #CBCBCB solid;
  background: transparent;
  border-radius: 8px;
  color: #CBCBCB !important;
  font-size: 12px;
  font-weight: 500;
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-left: 6px;
  margin-bottom: 10px;
  padding: 0.5em 0;
  line-height: 1.2;
  text-decoration: none;
  transition: all ease-in-out 0.3s;
}
#content .paging_full_numbers .dt-paging-button:hover {
  border: 1px #6390EB solid;
  color: #6390EB !important;
}
#content .paging_full_numbers .dt-paging-button:active {
  box-shadow: none;
}
#content .paging_full_numbers .dt-paging-button:first-child {
  margin-left: 0;
}
#content .paging_full_numbers .dt-paging-button.current {
  background: #6390EB;
  border: 1px #6390EB solid;
  color: #fff !important;
}
#content .paging_full_numbers .dt-paging-button.disabled {
  opacity: 0.75;
}
#content .paging_full_numbers .dt-paging-button.first,
#content .paging_full_numbers .dt-paging-button.last {
  display: none;
}
#content .paging_full_numbers .dt-paging-button.previous,
#content .paging_full_numbers .dt-paging-button.next {
  background: #6390EB;
  border: 1px #6390EB solid;
}
#content .paging_full_numbers .dt-paging-button.previous {
  margin-right: 10px;
}
#content .paging_full_numbers .dt-paging-button.next {
  margin-left: 15px;
}

table.order-table,
table.dataTable.order-table {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2;
  table-layout: fixed;
  border-collapse: collapse;
  border: 0 none;
  border-bottom: 2px transparent solid;
}
table.order-table th, table.order-table td,
table.dataTable.order-table th,
table.dataTable.order-table td {
  border: none;
  word-wrap: break-word;
  white-space: normal;
  overflow-wrap: break-word;
}
table.order-table th:first-child, table.order-table td:first-child,
table.dataTable.order-table th:first-child,
table.dataTable.order-table td:first-child {
  padding-left: 28px;
}
table.order-table th:last-child, table.order-table td:last-child,
table.dataTable.order-table th:last-child,
table.dataTable.order-table td:last-child {
  padding-right: 28px;
}
table.order-table > thead > tr th,
table.order-table > thead > tr th.dt-orderable-asc,
table.order-table > thead > tr th.dt-orderable-desc,
table.dataTable.order-table > thead > tr th,
table.dataTable.order-table > thead > tr th.dt-orderable-asc,
table.dataTable.order-table > thead > tr th.dt-orderable-desc {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.1;
  padding-right: 20px;
  border: 0 none;
  outline: none;
  padding-bottom: 20px;
  text-align: left;
}
table.order-table > thead > tr th:hover,
table.order-table > thead > tr th.dt-orderable-asc:hover,
table.order-table > thead > tr th.dt-orderable-desc:hover,
table.dataTable.order-table > thead > tr th:hover,
table.dataTable.order-table > thead > tr th.dt-orderable-asc:hover,
table.dataTable.order-table > thead > tr th.dt-orderable-desc:hover {
  border: 0 none;
  outline: none;
}
table.order-table > thead > tr th:first-child,
table.order-table > thead > tr th.dt-orderable-asc:first-child,
table.order-table > thead > tr th.dt-orderable-desc:first-child,
table.dataTable.order-table > thead > tr th:first-child,
table.dataTable.order-table > thead > tr th.dt-orderable-asc:first-child,
table.dataTable.order-table > thead > tr th.dt-orderable-desc:first-child {
  padding-left: 28px;
}
table.order-table > thead > tr th:last-child,
table.order-table > thead > tr th.dt-orderable-asc:last-child,
table.order-table > thead > tr th.dt-orderable-desc:last-child,
table.dataTable.order-table > thead > tr th:last-child,
table.dataTable.order-table > thead > tr th.dt-orderable-asc:last-child,
table.dataTable.order-table > thead > tr th.dt-orderable-desc:last-child {
  padding-right: 28px;
}
table.order-table > thead > tr th .dt-column-order,
table.order-table > thead > tr th.dt-orderable-asc .dt-column-order,
table.order-table > thead > tr th.dt-orderable-desc .dt-column-order,
table.dataTable.order-table > thead > tr th .dt-column-order,
table.dataTable.order-table > thead > tr th.dt-orderable-asc .dt-column-order,
table.dataTable.order-table > thead > tr th.dt-orderable-desc .dt-column-order {
  top: -10px;
  right: auto;
  margin-left: 5px;
}
table.order-table > thead > tr th.cell-60,
table.order-table > thead > tr th.dt-orderable-asc.cell-60,
table.order-table > thead > tr th.dt-orderable-desc.cell-60,
table.dataTable.order-table > thead > tr th.cell-60,
table.dataTable.order-table > thead > tr th.dt-orderable-asc.cell-60,
table.dataTable.order-table > thead > tr th.dt-orderable-desc.cell-60 {
  width: 60px;
}
table.order-table > thead > tr th.cell-70,
table.order-table > thead > tr th.dt-orderable-asc.cell-70,
table.order-table > thead > tr th.dt-orderable-desc.cell-70,
table.dataTable.order-table > thead > tr th.cell-70,
table.dataTable.order-table > thead > tr th.dt-orderable-asc.cell-70,
table.dataTable.order-table > thead > tr th.dt-orderable-desc.cell-70 {
  width: 70px;
}
table.order-table > thead > tr th.cell-80,
table.order-table > thead > tr th.dt-orderable-asc.cell-80,
table.order-table > thead > tr th.dt-orderable-desc.cell-80,
table.dataTable.order-table > thead > tr th.cell-80,
table.dataTable.order-table > thead > tr th.dt-orderable-asc.cell-80,
table.dataTable.order-table > thead > tr th.dt-orderable-desc.cell-80 {
  width: 80px;
}
table.order-table > thead > tr th.cell-90,
table.order-table > thead > tr th.dt-orderable-asc.cell-90,
table.order-table > thead > tr th.dt-orderable-desc.cell-90,
table.dataTable.order-table > thead > tr th.cell-90,
table.dataTable.order-table > thead > tr th.dt-orderable-asc.cell-90,
table.dataTable.order-table > thead > tr th.dt-orderable-desc.cell-90 {
  width: 90px;
}
table.order-table > thead > tr th.cell-100,
table.order-table > thead > tr th.dt-orderable-asc.cell-100,
table.order-table > thead > tr th.dt-orderable-desc.cell-100,
table.dataTable.order-table > thead > tr th.cell-100,
table.dataTable.order-table > thead > tr th.dt-orderable-asc.cell-100,
table.dataTable.order-table > thead > tr th.dt-orderable-desc.cell-100 {
  width: 100px;
}
table.order-table > thead > tr th.cell-110,
table.order-table > thead > tr th.dt-orderable-asc.cell-110,
table.order-table > thead > tr th.dt-orderable-desc.cell-110,
table.dataTable.order-table > thead > tr th.cell-110,
table.dataTable.order-table > thead > tr th.dt-orderable-asc.cell-110,
table.dataTable.order-table > thead > tr th.dt-orderable-desc.cell-110 {
  width: 110px;
}
table.order-table > thead > tr th.cell-120,
table.order-table > thead > tr th.dt-orderable-asc.cell-120,
table.order-table > thead > tr th.dt-orderable-desc.cell-120,
table.dataTable.order-table > thead > tr th.cell-120,
table.dataTable.order-table > thead > tr th.dt-orderable-asc.cell-120,
table.dataTable.order-table > thead > tr th.dt-orderable-desc.cell-120 {
  width: 120px;
}
table.order-table > thead > tr th.cell-130,
table.order-table > thead > tr th.dt-orderable-asc.cell-130,
table.order-table > thead > tr th.dt-orderable-desc.cell-130,
table.dataTable.order-table > thead > tr th.cell-130,
table.dataTable.order-table > thead > tr th.dt-orderable-asc.cell-130,
table.dataTable.order-table > thead > tr th.dt-orderable-desc.cell-130 {
  width: 130px;
}
table.order-table > tbody > tr > td,
table.dataTable.order-table > tbody > tr > td {
  padding-top: 20px;
  padding-bottom: 20px;
  transition: all ease-in-out 0.15s;
}
table.order-table > tbody > tr > td:first-child,
table.dataTable.order-table > tbody > tr > td:first-child {
  padding-left: 28px;
}
table.order-table > tbody > tr > td:last-child,
table.dataTable.order-table > tbody > tr > td:last-child {
  padding-right: 28px;
}
table.order-table > tbody > tr > td .clamp-box,
table.dataTable.order-table > tbody > tr > td .clamp-box {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
table.order-table > tbody > tr:hover > td,
table.dataTable.order-table > tbody > tr:hover > td {
  background-color: #ebf2ff;
  position: relative;
  overflow: hidden;
}
table.order-table > tbody > tr:hover > td:first-child,
table.dataTable.order-table > tbody > tr:hover > td:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
table.order-table > tbody > tr:hover > td:last-child,
table.dataTable.order-table > tbody > tr:hover > td:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
table.order-table .dt-type-numeric,
table.dataTable.order-table .dt-type-numeric {
  text-align: center;
}
table.order-table .dt-type-date,
table.dataTable.order-table .dt-type-date {
  text-align: left;
}
table.order-table .dt-type-date:last-child,
table.dataTable.order-table .dt-type-date:last-child {
  text-align: right;
}
table.order-table a.button,
table.dataTable.order-table a.button {
  padding: 5px 15px;
  line-height: 1;
  border-radius: 5px;
  background: #6390EB;
  text-decoration: none;
}
table.order-table a.button:hover,
table.dataTable.order-table a.button:hover {
  background: #0170B9;
}

#order-table_wrapper .dt-top-row .dt-buttons > button {
  background: #6390EB;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
  border: 0 none;
  border-radius: 10px;
  outline: none;
  box-shadow: none;
  padding: 14px 20px;
  margin-bottom: 0;
}
#order-table_wrapper .dt-top-row .dt-buttons > button:hover {
  background: #0170B9;
}
#order-table_wrapper .dt-top-row .dt-search input {
  font-family: "Poppins", sans-serif;
  background: #fff;
  border: 2px #fff solid;
  border-radius: 10px;
  outline: none;
  font-size: 14px;
  line-height: 1.3;
  width: 100%;
  max-width: 580px;
  padding: 10px 14px;
}
#order-table_wrapper .dt-top-row .dt-search input:focus {
  border-color: #6390EB;
}
#order-table_wrapper .dt-top-row .dt-search .search-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}
#order-table_wrapper .dt-top-row .dt-search .search-wrapper input[type=search] {
  padding-right: 35px;
}
#order-table_wrapper .dt-top-row .dt-search .search-icon,
#order-table_wrapper .dt-top-row .dt-search .clear-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 14px;
  cursor: pointer;
  font-size: 0;
  width: 20px;
  height: 20px;
}
#order-table_wrapper .dt-top-row .dt-search .search-icon {
  display: inline-block;
  background: url("/wp-content/plugins/ship-nts-api/imgs/ico_search.svg") no-repeat 0 0/cover;
}
#order-table_wrapper .dt-top-row .dt-search .clear-icon {
  display: none;
  background: url("/wp-content/plugins/ship-nts-api/imgs/ico_close.svg") no-repeat 0 0/cover;
}

/*CSS for hemmings API*/
.order-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 20px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 850px) {
  .order-wrapper {
    flex-direction: column;
  }
}
.order-wrapper .oder-info-column {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex-grow: 1;
}
.order-wrapper .oder-gallery-column {
  width: 387px;
  flex-shrink: 0;
}
@media (max-width: 850px) {
  .order-wrapper .oder-gallery-column {
    width: auto;
  }
}

.info-box {
  background: #FFF;
  border-radius: 10px;
  padding: 30px;
  font-size: 12px;
  line-height: 1.5;
}
.info-box--title {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 1.1;
}
.info-box.summary-info {
  gap: 50px;
}

.order-row {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.order-row.multi-col > div {
  flex-grow: 1;
}
.order-row.multi-col > div.info-box-list {
  word-break: break-word;
  overflow-wrap: break-word;
  width: 48%;
  background: #FFF;
  border-radius: 10px;
  padding: 30px;
  color: #EB6363;
  display: flex;
  flex-direction: column;
  gap: 20px;
  line-height: 1.1;
}
.order-row.multi-col > div.info-box-list b {
  font-size: 14px;
  font-weight: 500;
  color: #111212;
}

.oder-gallery-column {
  gap: 20px;
  display: flex;
  flex-direction: column;
}
.oder-gallery-column .gallery-box {
  background: #e1ecff;
  padding: 30px;
  border-radius: 10px;
  gap: 20px;
  display: flex;
  flex-direction: column;
}
.oder-gallery-column .gallery-box h4 {
  font-size: 20px;
  line-height: 1.1;
}
.oder-gallery-column .gallery-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
}
.oder-gallery-column .gallery-wrapper .snts-image {
  width: 48%;
}
@media (max-width: 850px) {
  .oder-gallery-column .gallery-wrapper .snts-image {
    width: auto;
  }
}
.oder-gallery-column .gallery-wrapper .snts-image img {
  width: 187px;
  height: 130px;
  max-width: 100%;
  max-height: unset;
  object-fit: cover;
  border-radius: 10px;
}
.oder-gallery-column .file-list-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
}
.oder-gallery-column .file-list-wrapper > div {
  width: 48%;
}
.oder-gallery-column .file-list-wrapper > div a {
  color: #fff;
  background: #6390eb;
  display: inline-block;
  border-radius: 10px;
  line-height: 1.3;
  padding: 14px 20px;
}
.oder-gallery-column .file-list-wrapper > div a:hover {
  background: #0170b9;
}
.oder-gallery-column .gallery-section + .file-list-section {
  margin-top: 10px;
}

/*# sourceMappingURL=ship-nts-public.css.map */
