/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
@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: #fd2b00;
  color: #ffffff;
}
.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: #000000 !important;
    filter: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline !important;
  }
  pre,
  blockquote {
    border: 1px solid #999999;
    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 #999999;
  }
  .box,
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 1cm;
  }
  .block-content,
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  .block-content {
    page-break-before: avoid;
  }
  .block-title,
  h2,
  h3 {
    page-break-after: 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;
  }
}
