@charset "UTF-8";
/*@import '_custom';*/
:root {
  --brand-color-1: #b22222;
  --brand-color-2: #ff4500;
  --background-color: #fff5f5;
  --border-color: #ffb9ad; }

.single-product form.cart {
  position: relative; }

.elpwhs-quantity-error {
  position: absolute;
  left: 0;
  bottom: -15px;
  margin: 0;
  display: none;
  color: #f00; }

.elpwhs-link-hide-price-cart {
  margin: 8px 0 10px 0; }
  .elpwhs-link-hide-price-cart a {
    font-size: 16px;
    color: #0073aa;
    text-decoration: underline; }
    .elpwhs-link-hide-price-cart a:hover {
      color: #005177; }
  .elpwhs-link-hide-price-cart span {
    display: inline-block;
    font-size: 16px;
    color: #666; }

.elptpw-loading, .elptpw-loading:after {
  border-radius: 50%;
  width: 15px;
  height: 15px; }

.elptpw-loading {
  margin: 5px auto 5px auto;
  /*    display: inline-block;*/
  margin-top: 8px;
  display: none;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 4px solid rgba(0, 0, 0, 0.2);
  border-right: 4px solid rgba(0, 0, 0, 0.2);
  border-bottom: 4px solid rgba(0, 0, 0, 0.2);
  border-left: 4px solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: animate_load 1.1s infinite linear;
  animation: animate_load 1.1s infinite linear; }

@-webkit-keyframes animate_load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes animate_load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
.single-product form .elpwhs-btn-quote-wrap {
  display: inline-flex;
  margin: 0 0 0 6px;
  flex: 0 0 auto; }
.single-product form button {
  margin-bottom: 0;
  margin-right: 0; }

.elpwhs-btn-quote-wrap {
  position: relative;
  margin: 6px 0 4px 0; }
  .elpwhs-btn-quote-wrap .elpwhs-mess-add-suces {
    display: none;
    color: #78C841;
    font-size: 14px;
    margin: 8px 0 8px 0; }
  .elpwhs-btn-quote-wrap .elptpw-loadding-wrap {
    position: absolute;
    top: 45%;
    right: 45%; }

.elpwhs-quote-process {
  max-width: 1280px;
  margin: 0 auto 0 auto; }
  .elpwhs-quote-process .elpwhs-title {
    font-size: 26px;
    text-transform: uppercase;
    color: #222;
    font-weight: bold;
    margin: 0 0 40px 0;
    text-align: center; }
  .elpwhs-quote-process .elpwhs-sub-title-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media (max-width: 767px) {
      .elpwhs-quote-process .elpwhs-sub-title-wrap {
        flex-wrap: wrap; } }
    .elpwhs-quote-process .elpwhs-sub-title-wrap .elpwhs-sub-title {
      font-size: 20px;
      text-transform: capitalize;
      color: #222;
      font-weight: bold;
      margin: 0 0 20px 0;
      text-align: left;
      display: inline-block; }
      @media (max-width: 767px) {
        .elpwhs-quote-process .elpwhs-sub-title-wrap .elpwhs-sub-title {
          width: 100%; } }
    .elpwhs-quote-process .elpwhs-sub-title-wrap .elpwhs-status-wrap {
      text-align: right; }
      @media (max-width: 767px) {
        .elpwhs-quote-process .elpwhs-sub-title-wrap .elpwhs-status-wrap {
          width: 100%;
          text-align: left; } }
      .elpwhs-quote-process .elpwhs-sub-title-wrap .elpwhs-status-wrap .elpwhs-status {
        color: #fff;
        border: none;
        border-radius: 5px;
        padding: 10px 20px;
        font-size: 16px; }
        @media (max-width: 767px) {
          .elpwhs-quote-process .elpwhs-sub-title-wrap .elpwhs-status-wrap .elpwhs-status {
            width: 100%; } }
        .elpwhs-quote-process .elpwhs-sub-title-wrap .elpwhs-status-wrap .elpwhs-status.approved {
          background: #28a745; }
        .elpwhs-quote-process .elpwhs-sub-title-wrap .elpwhs-status-wrap .elpwhs-status.rejected {
          background: #dc3545; }
        .elpwhs-quote-process .elpwhs-sub-title-wrap .elpwhs-status-wrap .elpwhs-status.pending {
          background: #f0ad4e; }
      .elpwhs-quote-process .elpwhs-sub-title-wrap .elpwhs-status-wrap .elpwhs-desc-status {
        margin-top: 10px;
        color: #555;
        font-size: 16px; }
  .elpwhs-quote-process .elpwhs-quote-message-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 60px 0; }
    .elpwhs-quote-process .elpwhs-quote-message-wrap .elpwhs-title-mess-his {
      font-size: 18px;
      color: #222;
      margin: 0px 0 6px 0;
      display: inline-block;
      font-weight: bold; }
    .elpwhs-quote-process .elpwhs-quote-message-wrap .elpwhs-message-content {
      width: 60%; }
      @media (max-width: 767px) {
        .elpwhs-quote-process .elpwhs-quote-message-wrap .elpwhs-message-content {
          width: 100%; } }
    .elpwhs-quote-process .elpwhs-quote-message-wrap .elpwhs-message-form {
      padding: 0 0 0 40px;
      width: 40%; }
      @media (max-width: 767px) {
        .elpwhs-quote-process .elpwhs-quote-message-wrap .elpwhs-message-form {
          width: 100%;
          padding: 40px 0 0 0px; } }
      .elpwhs-quote-process .elpwhs-quote-message-wrap .elpwhs-message-form label {
        font-size: 18px;
        color: #222;
        margin: 0px 0 6px 0;
        display: inline-block;
        font-weight: bold; }
      .elpwhs-quote-process .elpwhs-quote-message-wrap .elpwhs-message-form textarea {
        width: 100%;
        height: 340px; }
    .elpwhs-quote-process .elpwhs-quote-message-wrap .elpwhs-quote-messages {
      height: 400px;
      overflow-y: auto;
      padding: 10px;
      background: #fafafa;
      border: 1px solid #ddd;
      border-radius: 8px;
      width: 100%; }
      .elpwhs-quote-process .elpwhs-quote-message-wrap .elpwhs-quote-messages .elpwhs-message {
        margin-bottom: 12px;
        padding: 8px 12px;
        border-radius: 12px;
        max-width: 70%;
        position: relative; }
        .elpwhs-quote-process .elpwhs-quote-message-wrap .elpwhs-quote-messages .elpwhs-message.Admin {
          background: #e6f0ff;
          text-align: left; }
        .elpwhs-quote-process .elpwhs-quote-message-wrap .elpwhs-quote-messages .elpwhs-message.Customer {
          background: #d1ffd8;
          margin-left: auto;
          text-align: right; }
        .elpwhs-quote-process .elpwhs-quote-message-wrap .elpwhs-quote-messages .elpwhs-message .elpwhs-text {
          font-size: 16px;
          color: #222;
          font-weight: 500; }
        .elpwhs-quote-process .elpwhs-quote-message-wrap .elpwhs-quote-messages .elpwhs-message .elpwhs-meta {
          font-size: 14px;
          color: #666;
          margin-top: 4px;
          font-style: italic; }
          .elpwhs-quote-process .elpwhs-quote-message-wrap .elpwhs-quote-messages .elpwhs-message .elpwhs-meta .elpwhs-dash {
            padding: 0 3px 0 3px; }
  .elpwhs-quote-process .elpwhs-quote-products {
    margin: 0 0 60px 0; }
  .elpwhs-quote-process .button {
    display: inline-block;
    margin-top: 20px;
    padding: 12px 28px;
    background: #0073aa;
    color: #fff !important;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s ease; }
    .elpwhs-quote-process .button:hover {
      background: #005f8d;
      transform: translateY(-1px); }
  @media (max-width: 768px) {
    .elpwhs-quote-process .elpwhs-table-products-quote thead, .elpwhs-quote-process .elpwhs-table-products-quote tfoot {
      display: none; }
    .elpwhs-quote-process .elpwhs-table-products-quote, .elpwhs-quote-process .elpwhs-table-products-quote tbody, .elpwhs-quote-process .elpwhs-table-products-quote tr, .elpwhs-quote-process .elpwhs-table-products-quote td {
      display: block;
      width: 100%; }
    .elpwhs-quote-process .elpwhs-table-products-quote tr {
      margin-bottom: 15px;
      border: 1px solid #eee;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03); }
    .elpwhs-quote-process .elpwhs-table-products-quote td {
      padding: 10px 14px;
      border: none;
      position: relative; }
      .elpwhs-quote-process .elpwhs-table-products-quote td::before {
        content: attr(data-label);
        font-weight: 600;
        display: block;
        margin-bottom: 4px;
        color: black; } }

.elpwhs-notice-suces {
  color: #78C841;
  font-size: 16px;
  text-align: center;
  display: none; }

.elpwhs-table-products-quote .elpwhs-name-product {
  font-weight: 500;
  color: #222;
  margin: 2px 0 10px 0; }
  .elpwhs-table-products-quote .elpwhs-name-product a {
    font-size: 16px;
    color: #222;
    text-decoration: none; }
    .elpwhs-table-products-quote .elpwhs-name-product a:hover {
      color: #0073aa; }
.elpwhs-table-products-quote .elpwhs-image-product {
  text-align: center;
  margin: 0px 0 10px 0; }
  .elpwhs-table-products-quote .elpwhs-image-product a {
    display: inline-flex; }
    .elpwhs-table-products-quote .elpwhs-image-product a img {
      width: 80px;
      height: 80px;
      object-fit: cover;
      border-radius: 6px;
      border: 1px solid #eee; }
.elpwhs-table-products-quote td.elpwhs-td-qty input[type=number] {
  width: 60px;
  color: #222; }
  .elpwhs-table-products-quote td.elpwhs-td-qty input[type=number]::placeholder {
    color: rgba(0, 0, 0, 0.2); }
.elpwhs-table-products-quote td.elpwhs-td-des-price input[type=text] {
  width: 90px;
  color: #222; }
  .elpwhs-table-products-quote td.elpwhs-td-des-price input[type=text]::placeholder {
    color: rgba(0, 0, 0, 0.2); }
.elpwhs-table-products-quote td.elpwhs-td-action button {
  margin: 10px 0px 0 0; }

table.elpwhs-table-products-quote {
  width: 100%;
  /*	  border-collapse: collapse;*/
  margin: 0px auto 30px auto;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  font-size: 15px;
  border: 1px solid #eee; }
  table.elpwhs-table-products-quote thead th {
    background: #f9fafb;
    color: #333;
    font-weight: 600;
    text-align: center;
    padding: 10px 12px;
    /*	      border-bottom: 2px solid $border-color;*/
    border-bottom: 2px solid #eee; }
  table.elpwhs-table-products-quote tbody td {
    text-align: center;
    padding: 14px 16px;
    /*			border-bottom: 1px solid lighten($border-color, 5%);*/
    border-bottom: 1px solid #eee;
    vertical-align: middle; }
    table.elpwhs-table-products-quote tbody td .woocommerce-Price-amount {
      font-weight: 500;
      color: #0073aa; }
    table.elpwhs-table-products-quote tbody td:last-child .woocommerce-Price-amount {
      font-weight: 600;
      color: #111; }
    table.elpwhs-table-products-quote tbody td p.elpwhs-name-product {
      margin: 2px 0 10px 0; }
      table.elpwhs-table-products-quote tbody td p.elpwhs-name-product a {
        font-size: 16px;
        color: #222; }
        table.elpwhs-table-products-quote tbody td p.elpwhs-name-product a:hover {
          color: #0073aa; }
    table.elpwhs-table-products-quote tbody td p.elpwhs-image-product {
      text-align: center;
      margin: 0px 0 10px 0; }
      table.elpwhs-table-products-quote tbody td p.elpwhs-image-product a {
        display: inline-flex; }
  table.elpwhs-table-products-quote tbody tr:hover {
    background: #fafafa; }
  table.elpwhs-table-products-quote tfoot th,
  table.elpwhs-table-products-quote tfoot td {
    background: white;
    padding: 14px 16px;
    font-weight: 600;
    border-top: 2px solid #eee;
    color: #111;
    text-align: center; }

.elpwhs-button {
  display: inline-block;
  margin-top: 10px;
  padding: 6px 25px;
  background: #0073aa;
  color: #fff !important;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
  transition: all 0.3s ease;
  height: 45px;
  line-height: 1; }
  @media (max-width: 767px) {
    .elpwhs-button {
      margin-bottom: 30px; } }
  .elpwhs-button:hover {
    background: #005f8d;
    transform: translateY(-1px); }

.elpwhs-contact-form-wrap p.elpwhs-notice-error {
  margin: 10px 0 0 0;
  font-size: 16px;
  color: #f00;
  font-weight: bold; }

.elpwhs-contact-form-quote {
  margin: 0 auto; }
  .elpwhs-contact-form-quote .elpwhs-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 15px; }
    .elpwhs-contact-form-quote .elpwhs-form-row.single {
      grid-template-columns: 1fr; }
  .elpwhs-contact-form-quote .elpwhs-form-group {
    display: flex;
    flex-direction: column; }
    .elpwhs-contact-form-quote .elpwhs-form-group label {
      font-size: 16px;
      color: #222;
      margin: 0px 0 6px 0;
      display: inline-block;
      font-weight: bold; }
      .elpwhs-contact-form-quote .elpwhs-form-group label span.elpwhs-sym-re {
        color: #f00; }
  @media (max-width: 600px) {
    .elpwhs-contact-form-quote .elpwhs-form-row {
      grid-template-columns: 1fr; } }

.custom-progress-wrap {
  margin-bottom: 20px;
  padding: 15px;
  border: 1px solid #eee;
  border-radius: 10px;
  background: #fafafa; }
  .custom-progress-wrap p {
    margin-bottom: 8px;
    font-size: 16px; }
    .custom-progress-wrap p strong {
      color: #222; }
  .custom-progress-wrap .custom-progress-bar {
    position: relative;
    height: 12px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden; }
    .custom-progress-wrap .custom-progress-bar .custom-progress-fill {
      height: 100%;
      width: 0%;
      transition: width 0.5s;
      background: var(--brand-color-1);
      background-image: linear-gradient(315deg, rgba(255, 255, 255, 0.4) 25%, transparent 0, transparent 50%, rgba(255, 255, 255, 0.4) 0, rgba(255, 255, 255, 0.4) 75%, transparent 0, transparent);
      background-size: 1rem 1rem;
      animation: slideBackground 1s linear infinite; }
    .custom-progress-wrap .custom-progress-bar span {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      font-size: 14px;
      color: #fff;
      font-weight: bold; }

@keyframes slideBackground {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 1rem 1rem; } }
.single-product .entry-summary > .elpwhs-btn-quote-wrap {
  display: none; }
.single-product .price .elpwhs-tax-suffix {
  font-size: 12px;
  color: #444;
  margin-left: 2px; }
.single-product .product-type-variable .elpwhs-package-notice {
  display: none; }
.single-product ul.elpwhs-dis-text {
  margin: 10px 0 15px 15px;
  list-style: none; }
  .single-product ul.elpwhs-dis-text li {
    margin: 0 0 8px 0;
    font-size: 16px;
    line-height: 20px;
    position: relative;
    color: var(--brand-color-1); }
    .single-product ul.elpwhs-dis-text li .amount {
      font-weight: bold; }
    .single-product ul.elpwhs-dis-text li .elpwhs-tax-suffix {
      font-size: 12px;
      margin: 0 2px 0 2px; }
    .single-product ul.elpwhs-dis-text li:before {
      content: '';
      position: absolute;
      top: 52%;
      left: -14px;
      width: 6px;
      height: 6px;
      border-radius: 6px;
      background: var(--brand-color-1);
      transform: translate(0px, -50%); }

.elpwhs-package-notice {
  margin: 15px 0 15px 0;
  padding: 0.75rem 1rem;
  border: 1px solid #ffb9ad;
  border-radius: 6px;
  background-color: #fff5f5;
  color: #b22222;
  font-size: 15px;
  line-height: 1.4;
  /*  &::before {
      content: "⚠️";
      margin-right: 4px;
    }*/ }
  .elpwhs-package-notice strong {
    font-weight: 600;
    color: #ff4500; }

.elpwhs-account-status {
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500; }
  .elpwhs-account-status p {
    margin: 0 0 0 0; }
  .elpwhs-account-status.active {
    background-color: #e6ffed;
    border: 1px solid #28a745;
    color: #28a745; }
  .elpwhs-account-status.pending {
    background-color: #fff8e1;
    border: 1px solid #f0ad4e;
    color: #f0ad4e; }

/*# sourceMappingURL=elpwhs-frontend.css.map */
