/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * @codingStandardsIgnoreStart
 */
@media (min-width: 640px) and (max-width: 767px) {
  .sales-order-invoice .table-wrapper .table,
  .sales-order-view .table-wrapper .table,
  .sales-order-shipment .table-wrapper .table,
  .rma-rma-order .table-wrapper .table,
  .amasty_quote-account-view .table-wrapper .table,
  .sales-order-creditmemo .table-wrapper .table,
  .rma-rma-list .table-wrapper .table,
  .rma-rma-view .table-wrapper .table {
    border: none;
    display: block;
    text-align: left;
  }
  .sales-order-invoice .table-wrapper .table > thead > tr > th,
  .sales-order-view .table-wrapper .table > thead > tr > th,
  .sales-order-shipment .table-wrapper .table > thead > tr > th,
  .rma-rma-order .table-wrapper .table > thead > tr > th,
  .amasty_quote-account-view .table-wrapper .table > thead > tr > th,
  .sales-order-creditmemo .table-wrapper .table > thead > tr > th,
  .rma-rma-list .table-wrapper .table > thead > tr > th,
  .rma-rma-view .table-wrapper .table > thead > tr > th {
    display: none;
  }
  .sales-order-invoice .table-wrapper .table > tbody,
  .sales-order-view .table-wrapper .table > tbody,
  .sales-order-shipment .table-wrapper .table > tbody,
  .rma-rma-order .table-wrapper .table > tbody,
  .amasty_quote-account-view .table-wrapper .table > tbody,
  .sales-order-creditmemo .table-wrapper .table > tbody,
  .rma-rma-list .table-wrapper .table > tbody,
  .rma-rma-view .table-wrapper .table > tbody {
    display: block;
  }
  .sales-order-invoice .table-wrapper .table > tbody > tr,
  .sales-order-view .table-wrapper .table > tbody > tr,
  .sales-order-shipment .table-wrapper .table > tbody > tr,
  .rma-rma-order .table-wrapper .table > tbody > tr,
  .amasty_quote-account-view .table-wrapper .table > tbody > tr,
  .sales-order-creditmemo .table-wrapper .table > tbody > tr,
  .rma-rma-list .table-wrapper .table > tbody > tr,
  .rma-rma-view .table-wrapper .table > tbody > tr {
    display: block;
  }
  .sales-order-invoice .table-wrapper .table > tbody > tr td,
  .sales-order-view .table-wrapper .table > tbody > tr td,
  .sales-order-shipment .table-wrapper .table > tbody > tr td,
  .rma-rma-order .table-wrapper .table > tbody > tr td,
  .amasty_quote-account-view .table-wrapper .table > tbody > tr td,
  .sales-order-creditmemo .table-wrapper .table > tbody > tr td,
  .rma-rma-list .table-wrapper .table > tbody > tr td,
  .rma-rma-view .table-wrapper .table > tbody > tr td,
  .sales-order-invoice .table-wrapper .table > tbody > tr th,
  .sales-order-view .table-wrapper .table > tbody > tr th,
  .sales-order-shipment .table-wrapper .table > tbody > tr th,
  .rma-rma-order .table-wrapper .table > tbody > tr th,
  .amasty_quote-account-view .table-wrapper .table > tbody > tr th,
  .sales-order-creditmemo .table-wrapper .table > tbody > tr th,
  .rma-rma-list .table-wrapper .table > tbody > tr th,
  .rma-rma-view .table-wrapper .table > tbody > tr th {
    border-bottom: none;
    display: block;
    text-align: left;
  }
  .sales-order-invoice .table-wrapper .table > tbody > tr td[data-th]:before,
  .sales-order-view .table-wrapper .table > tbody > tr td[data-th]:before,
  .sales-order-shipment .table-wrapper .table > tbody > tr td[data-th]:before,
  .rma-rma-order .table-wrapper .table > tbody > tr td[data-th]:before,
  .amasty_quote-account-view .table-wrapper .table > tbody > tr td[data-th]:before,
  .sales-order-creditmemo .table-wrapper .table > tbody > tr td[data-th]:before,
  .rma-rma-list .table-wrapper .table > tbody > tr td[data-th]:before,
  .rma-rma-view .table-wrapper .table > tbody > tr td[data-th]:before,
  .sales-order-invoice .table-wrapper .table > tbody > tr th[data-th]:before,
  .sales-order-view .table-wrapper .table > tbody > tr th[data-th]:before,
  .sales-order-shipment .table-wrapper .table > tbody > tr th[data-th]:before,
  .rma-rma-order .table-wrapper .table > tbody > tr th[data-th]:before,
  .amasty_quote-account-view .table-wrapper .table > tbody > tr th[data-th]:before,
  .sales-order-creditmemo .table-wrapper .table > tbody > tr th[data-th]:before,
  .rma-rma-list .table-wrapper .table > tbody > tr th[data-th]:before,
  .rma-rma-view .table-wrapper .table > tbody > tr th[data-th]:before {
    padding-right: 14px;
    content: attr(data-th) ': ';
    display: inline-block;
    color: #000000;
    font-weight: 700;
  }
}
::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #e8e9ef;
}
::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px #8b8c8f;
}
/* PROC-461 Starts  */
.custom-dropdown-container {
  position: relative;
}
.custom-dropdown-container .custom-dropdown-with-img {
  align-items: center;
  background: url(../images/select-arrow.png);
  background-position: 92% 50%;
  background-repeat: no-repeat;
  border: 1px solid #e0e2ea;
  border-radius: 0;
  box-sizing: border-box;
  cursor: default;
  display: flex;
  font-size: 1.4rem;
  gap: 10px;
  height: 40px;
  padding: 5px 28px 5px 10px;
  user-select: none;
  vertical-align: baseline;
  width: 280px;
}
.custom-dropdown-container .custom-dropdown-with-img img {
  height: 30px;
  width: 20px;
}
.custom-dropdown-container .custom-dropdown-options {
  display: none;
  position: absolute;
  text-align: left;
}
.custom-dropdown-container .custom-dropdown-options._active {
  display: block;
  border: 1px solid #c1c1c1;
  box-shadow: 0px 6px 12px 2px rgba(0, 0, 0, 0.1);
  position: absolute;
  background-color: #fff;
  width: 99.5%;
  max-height: 250px;
  overflow-y: auto;
  top: 43px;
  z-index: 9;
}
.custom-dropdown-container .custom-dropdown-options ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.custom-dropdown-container .custom-dropdown-options ul li {
  margin: 0;
  padding: 10px;
}
.custom-dropdown-container .custom-dropdown-options ul li:active,
.custom-dropdown-container .custom-dropdown-options ul li:focus,
.custom-dropdown-container .custom-dropdown-options ul li:hover {
  background-color: #cca42b;
  color: #fff;
}
.custom-dropdown-container .custom-dropdown-options ul li .action-menu-item label {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
}
.custom-dropdown-container .custom-dropdown-options ul li .action-menu-item label img {
  height: 30px;
  width: 20px;
}
/* PROC-461 Ends  */
.page-print .logo {
  display: block;
  float: none;
  text-align: left;
}
@media print {
  * {
    -webkit-filter: none !important;
    background: transparent !important;
    color: #000 !important;
    filter: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  .table-wrapper table {
    width: 100%;
    table-layout: fixed;
  }
  .table-wrapper table td {
    width: auto;
  }
  .table-wrapper table > tfoot > tr:first-child {
    border-top: 1px solid #999;
  }
  .box,
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 1cm;
  }
  .block-content,
  p,
  h2,
  h3 {
    break-inside: avoid;
  }
  .block-content {
    break-before: avoid;
  }
  .block-title,
  h2,
  h3 {
    break-after: avoid;
    break-inside: avoid;
  }
  .nav-toggle {
    display: none !important;
  }
  .sidebar,
  .nav-sections,
  .header.content > *[class],
  .panel.wrapper > *[class],
  .footer.content > *[class] {
    display: none;
  }
  .logo,
  .footer .copyright {
    display: block !important;
    margin: 10px 0;
  }
  .order-details-items .order-items .order-gift-message:not(.expanded-content) {
    height: auto;
    visibility: visible;
  }
  .column.main {
    float: none !important;
    width: 100% !important;
  }
  .breadcrumbs {
    margin: 0 auto;
    text-align: right;
  }
  .footer.content {
    padding: 0;
  }
  .hidden-print {
    display: none !important;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%5C%2Fstatic%5C%2Ffrontend%5C%2FProcraft%5C%2Fdealerportal%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_tables.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FProcraft%5C%2Fdealerportal%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_utilities.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FProcraft%5C%2Fdealerportal%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_theme.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FProcraft%5C%2Fdealerportal%5C%2Fen_US%5C%2Fcss%5C%2Fprint.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3B%3B%3B%3B%3B%3B%3BAA2lBA%2CQA%5C%2FCyB%2CuBACzB%3BEAEI%2CoBACI%2CeACI%3BEAFc%2CiBAClB%2CeACI%3BEAFiC%2CqBACrC%2CeACI%3BEAFwD%2CcAC5D%2CeACI%3BEAFwE%2C0BAC5E%2CeACI%3BEAFoG%2CuBACxG%2CeACI%3BEAF6H%2CaACjI%2CeACI%3BEAF6I%2CaACjJ%2CeACI%3BIACI%2CYAAA%3BIACA%2CcAAA%3BIACA%2CgBAAA%3B%3BEALZ%2CoBACI%2CeACI%2COAIM%2CQAAQ%2CKAAK%3BEANL%2CiBAClB%2CeACI%2COAIM%2CQAAQ%2CKAAK%3BEANc%2CqBACrC%2CeACI%2COAIM%2CQAAQ%2CKAAK%3BEANqC%2CcAC5D%2CeACI%2COAIM%2CQAAQ%2CKAAK%3BEANqD%2C0BAC5E%2CeACI%2COAIM%2CQAAQ%2CKAAK%3BEANiF%2CuBACxG%2CeACI%2COAIM%2CQAAQ%2CKAAK%3BEAN0G%2CaACjI%2CeACI%2COAIM%2CQAAQ%2CKAAK%3BEAN0H%2CaACjJ%2CeACI%2COAIM%2CQAAQ%2CKAAK%3BIACX%2CaAAA%3B%3BEAPhB%2CoBACI%2CeACI%2COAQM%3BEAVQ%2CiBAClB%2CeACI%2COAQM%3BEAV2B%2CqBACrC%2CeACI%2COAQM%3BEAVkD%2CcAC5D%2CeACI%2COAQM%3BEAVkE%2C0BAC5E%2CeACI%2COAQM%3BEAV8F%2CuBACxG%2CeACI%2COAQM%3BEAVuH%2CaACjI%2CeACI%2COAQM%3BEAVuI%2CaACjJ%2CeACI%2COAQM%3BIACE%2CcAAA%3B%3BEAXhB%2CoBACI%2CeACI%2COAQM%2CQAGI%3BEAbI%2CiBAClB%2CeACI%2COAQM%2CQAGI%3BEAbuB%2CqBACrC%2CeACI%2COAQM%2CQAGI%3BEAb8C%2CcAC5D%2CeACI%2COAQM%2CQAGI%3BEAb8D%2C0BAC5E%2CeACI%2COAQM%2CQAGI%3BEAb0F%2CuBACxG%2CeACI%2COAQM%2CQAGI%3BEAbmH%2CaACjI%2CeACI%2COAQM%2CQAGI%3BEAbmI%2CaACjJ%2CeACI%2COAQM%2CQAGI%3BIACE%2CcAAA%3B%3BEAdpB%2CoBACI%2CeACI%2COAQM%2CQAGI%2CKAGE%3BEAhBE%2CiBAClB%2CeACI%2COAQM%2CQAGI%2CKAGE%3BEAhBqB%2CqBACrC%2CeACI%2COAQM%2CQAGI%2CKAGE%3BEAhB4C%2CcAC5D%2CeACI%2COAQM%2CQAGI%2CKAGE%3BEAhB4D%2C0BAC5E%2CeACI%2COAQM%2CQAGI%2CKAGE%3BEAhBwF%2CuBACxG%2CeACI%2COAQM%2CQAGI%2CKAGE%3BEAhBiH%2CaACjI%2CeACI%2COAQM%2CQAGI%2CKAGE%3BEAhBiI%2CaACjJ%2CeACI%2COAQM%2CQAGI%2CKAGE%3BEAhBpB%2CoBACI%2CeACI%2COAQM%2CQAGI%2CKAIE%3BEAjBE%2CiBAClB%2CeACI%2COAQM%2CQAGI%2CKAIE%3BEAjBqB%2CqBACrC%2CeACI%2COAQM%2CQAGI%2CKAIE%3BEAjB4C%2CcAC5D%2CeACI%2COAQM%2CQAGI%2CKAIE%3BEAjB4D%2C0BAC5E%2CeACI%2COAQM%2CQAGI%2CKAIE%3BEAjBwF%2CuBACxG%2CeACI%2COAQM%2CQAGI%2CKAIE%3BEAjBiH%2CaACjI%2CeACI%2COAQM%2CQAGI%2CKAIE%3BEAjBiI%2CaACjJ%2CeACI%2COAQM%2CQAGI%2CKAIE%3BIACI%2CmBAAA%3BIACA%2CcAAA%3BIACA%2CgBAAA%3B%3BEACA%2CoBApBpB%2CeACI%2COAQM%2CQAGI%2CKAGE%2CGAKK%2CSAAS%3BEAAV%2CiBApBpB%2CeACI%2COAQM%2CQAGI%2CKAGE%2CGAKK%2CSAAS%3BEAAV%2CqBApBpB%2CeACI%2COAQM%2CQAGI%2CKAGE%2CGAKK%2CSAAS%3BEAAV%2CcApBpB%2CeACI%2COAQM%2CQAGI%2CKAGE%2CGAKK%2CSAAS%3BEAAV%2C0BApBpB%2CeACI%2COAQM%2CQAGI%2CKAGE%2CGAKK%2CSAAS%3BEAAV%2CuBApBpB%2CeACI%2COAQM%2CQAGI%2CKAGE%2CGAKK%2CSAAS%3BEAAV%2CaApBpB%2CeACI%2COAQM%2CQAGI%2CKAGE%2CGAKK%2CSAAS%3BEAAV%2CaApBpB%2CeACI%2COAQM%2CQAGI%2CKAGE%2CGAKK%2CSAAS%3BEAAV%2CoBApBpB%2CeACI%2COAQM%2CQAGI%2CKAIE%2CGAIK%2CSAAS%3BEAAV%2CiBApBpB%2CeACI%2COAQM%2CQAGI%2CKAIE%2CGAIK%2CSAAS%3BEAAV%2CqBApBpB%2CeACI%2COAQM%2CQAGI%2CKAIE%2CGAIK%2CSAAS%3BEAAV%2CcApBpB%2CeACI%2COAQM%2CQAGI%2CKAIE%2CGAIK%2CSAAS%3BEAAV%2C0BApBpB%2CeACI%2COAQM%2CQAGI%2CKAIE%2CGAIK%2CSAAS%3BEAAV%2CuBApBpB%2CeACI%2COAQM%2CQAGI%2CKAIE%2CGAIK%2CSAAS%3BEAAV%2CaApBpB%2CeACI%2COAQM%2CQAGI%2CKAIE%2CGAIK%2CSAAS%3BEAAV%2CaApBpB%2CeACI%2COAQM%2CQAGI%2CKAIE%2CGAIK%2CSAAS%3BIC1RlC%2CmBAAA%3BID4R4B%2CSAAS%2CcAAa%2CIAAtB%3BIACA%2CqBAAA%3BIC7R5B%2CcAAA%3BIAAA%2CgBAAA%3B%3B%3BACtJJ%3BEACI%2CUAAA%3B%3BAAGJ%3BEACI%2CyCAAA%3B%3BAAGJ%3BEACI%2CyCAAA%3B%3B%3BAAIJ%3BEACC%2CkBAAA%3B%3BAADD%2C0BAEC%3BEACC%2CmBAAA%3BEACA%2C2CAAA%3BEACA%2C4BAAA%3BEACA%2C4BAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3BED8HE%2CiBAAA%3BEC5HF%2CSAAA%3BEACA%2CYAAA%3BEACA%2C0BAAA%3BEACA%2CiBAAA%3BEACA%2CwBAAA%3BEACA%2CYAAA%3B%3BAAlBF%2C0BAEC%2C0BAiBC%3BEACC%2CYAAA%3BEACA%2CWAAA%3B%3BAArBH%2C0BAwBC%3BEACC%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAACA%2C0BAJD%2CyBAIE%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2C%2BCAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAtCH%2C0BAwBC%2CyBAgBC%3BEACC%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAA3CH%2C0BAwBC%2CyBAgBC%2CGAIC%3BEACC%2CSAAA%3BEACA%2CaAAA%3B%3BAACA%2C0BAvBH%2CyBAgBC%2CGAIC%2CGAGE%3BAACD%2C0BAxBH%2CyBAgBC%2CGAIC%2CGAIE%3BAACD%2C0BAzBH%2CyBAgBC%2CGAIC%2CGAKE%3BEACA%2CyBAAA%3BEACA%2CWAAA%3B%3BAAnDL%2C0BAwBC%2CyBAgBC%2CGAIC%2CGASC%2CkBACC%3BEACC%2CaAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3BEACA%2C2BAAA%3B%3BAA1DN%2C0BAwBC%2CyBAgBC%2CGAIC%2CGASC%2CkBACC%2CMAKC%3BEACC%2CYAAA%3BEACA%2CWAAA%3B%3B%3BAC5MP%2CWACI%3BEACI%2CcAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAA0HR%3BEArHI%3BIACI%2C%2BBAAA%3BIACA%2CkCAAA%3BIACA%2CWAAA%3BIACA%2CuBAAA%3BIACA%2C4BAAA%3B%3BEAGJ%3BEACA%2CCAAC%3BIACG%2CqCAAA%3B%3BEAIJ%3BEACA%3BIACI%2CsBAAA%3BIACA%2CwBAAA%3B%3BEAGJ%3BIACI%2C2BAAA%3B%3BEAGJ%2CcAAe%3BIACX%2CWAAA%3BIAMA%2CmBAAA%3B%3BEAPJ%2CcAAe%2CMAGX%3BIACI%2CWAAA%3B%3BEAKJ%2CcATW%2CMASP%2CQAAQ%2CKAAE%3BIACV%2C0BAAA%3B%3BEAIR%3BEACA%3BEACA%3BIACI%2CwBAAA%3B%3BEAGJ%3BIACI%2C0BAAA%3B%3BEAGJ%3BIACI%2CWAAA%3B%3BEAGJ%3BEACA%3BEACA%3BEACA%3BIACI%2CmBAAA%3B%3BEAGJ%3BIACI%2CmBAAA%3B%3BEAGJ%3BEACA%3BEACA%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAGJ%3BIACI%2CwBAAA%3B%3BEAGJ%3BEACA%3BEACA%2COAAO%2CQAAW%2CIAAC%3BEACnB%2CMAAM%2CQAAW%2CIAAC%3BEAClB%2COAAO%2CQAAW%2CIAAC%3BIACf%2CaAAA%3B%3BEAGJ%3BEACA%2COAAQ%3BIACJ%2CyBAAA%3BIACA%2CcAAA%3B%3BEAMQ%2CoBAFR%2CaACI%2CoBACK%2CIAAI%3BIACD%2CYAAA%3BIACA%2CmBAAA%3B%3BEAMhB%2COAAO%3BIACH%2CsBAAA%3BIACA%2CsBAAA%3B%3BEAGJ%3BIACI%2CcAAA%3BIACA%2CiBAAA%3B%3BEAGJ%2COAAO%3BIACH%2CUAAA%3B%3BEAGJ%3BIACI%2CwBAAA%22%7D */