/*
========================= general css ========================= 
**/

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--lws_woorewards {
  display: none;
}

.wd-heading.woocommerce-form-coupon, .woocommerce-form-login.hidden-form {
    position: relative;
    margin-bottom: 25px;
    padding: 0px;
    max-width: 470px;
    border: 0px solid var(--brdcolor-gray-200);
    border-radius: var(--wd-brd-radius);
    text-align: start;
}

.wd-dropdown.wd-dropdown-register .my-custom-login-extra {
    display: none !important;
}

.wd-dropdown.wd-dropdown-register .login-dropdown-inner .my-custom-login-extra {
    display: none !important;
}


.kpo-row input {
  color: #7c7c7c;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

a.scrollToTop.button-show {
  display: none;
}

.elementor-element.elementor-element-52a09826.e-con-full.e-flex.e-con.e-child {
  margin-top: 20px;
}
span.stat-value {
  display: flex;
  gap: 5px;
  justify-content: center;
  align-items: stretch;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--lws_woorewards.is-active {
  display: none;
}

ul.order_details {
  display: flex;
  gap: 20px;
  list-style: none;
  padding: 0;
}
li.order {
  display: flex;
  flex-direction: column;
}
li.date {
  display: flex;
  flex-direction: column;
}

li.total {
  display: flex;
  flex-direction: column;
}

li.method {
  display: flex;
  flex-direction: column;
}

ul.order_details li {
  position: relative;
  padding-right: 20px;
}

ul.order_details li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 10%;
  height: 80%;
  width: 1px;
  background: repeating-linear-gradient(
    to bottom,
    #ddd,
    #ddd 4px,
    transparent 4px,
    transparent 8px
  );
}

.wd-swatches-grid.wd-swatches-product.wd-swatches-attr.wd-bg-style-1.wd-text-style-1.wd-dis-style-1.wd-size-default.wd-shape-round {
  display: none;
}

.btn {
  width: 100%;
  padding: 10px;
  position: relative;
  display: inline-flex;
  align-items: center;
  border-radius: 5px;
}

.btn-red {
  color: #fff;
  background-color: #cd2122 !important;
}

.btn-red:hover {
  color: #fff;
  background-color: #aa1010;
}

.btn-outline {
  border: 1px solid #d1d5db;
  padding: 10px 18px;
  border-radius: 5px;
  text-decoration: none;
  color: #111827;
}

/* finalizar compra page */

.se-component.se-image-container.__se__float-center {
  text-align: center;
}

.kpaymentoffline_form {
  border: 1px solid #ebebeb;
  border-radius: 5px;
  padding: 20px 30px;
  width: 52%;
  margin: 0 auto;
}

.form-group {
  display: flex;
  flex-direction: column;
}

.kpo-row {
  display: grid !important;
  width: 100%;
  grid-template-columns: 50% 50%;
  gap: 10px;
}

.kcdown-alert {
  display: flex !important;
  justify-content: space-between !important;
  background-color: #d4edda;
  border: 1px solid #28a745;
  border-radius: 5px !important;
  margin: 20px auto !important;
  padding: 10px 10px !important;
  align-items: center !important;
  margin-bottom: 20px !important;
  width: 52%;
}
span.kcdown-text {
  color: #28a745;
}
ul.kcdown {
  list-style: none;
  margin: 0px 0 !important;
  padding: 0;
  display: block;
  text-align: center;
}
span.minutes {
  color: #28a745;
}

ul.kcdown li.seperator {
  font-size: 30px;
  line-height: 25px;
  vertical-align: top;
  color: #28a745 !important;
}

span.seconds {
  color: #28a745;
}

p.minutes_text {
  display: none;
}

p.seconds_text {
  display: none;
}

ul.kcdown li span {
  font-size: 20px !important;
  font-weight: 300;
  line-height: 30px;
}

.kcdown-item {
  margin: 0;
}

.kpaymentoffline_timer {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.kpaymentoffline_timer center {
  display: none;
}

.kpaymentoffline_instructions {
  border: 1px solid #ebebeb;
  padding: 10px 10px;
  border-radius: 5px;
  margin: 10px 0px;
}
.kpaymentoffline_total_payment {
  text-align: center;
}

span.kpaymentoffline_total_payment {
  font-size: 24px;
  font-weight: 600;
  color: #cd2122;
}

button.op_btn_submit.btn.btn-success.button.alt {
  background: #cd2122;
  color: #fff;
  border-radius: 4px;
}

a.btn.btn-warning.button.cancel {
  background: #191919;
  color: #fff;
  border-radius: 5px;
}

b.b-text-price {
  display: none;
}

.custom-grid {
  display: grid;
  grid-template-columns: 275px 1fr;
  gap: 30px;
}


@media (max-width: 776px) {
  main#main-content {
    margin-top: 20px;
  }

  .whb-column.whb-col-mobile.whb-column_mobile5.whb-hidden-lg {
    margin-top: 20px !important;
  }

  .whb-column > .info-box-wrapper,
  .wd-header-text,
  .whb-column > .wd-button-wrapper,
  .whb-column > .wd-social-icons,
  .wd-header-html {
    padding-inline: 14px;
  }

  .kpo-row {
    display: flex;
    width: 100%;
    gap: 10px;
    flex-direction: column;
  }

  .kpaymentoffline_form {
    width: 100%;
  }

  .kcdown-alert {
    width: 100%;
  }
  .custom-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

.file-upload-card {
  background-color: #f3f3f3;
  padding: 20px;
  border-radius: 5px;
  margin: 1em 0;
  font-family: sans-serif;
}

.card-title {
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: 8px;
}

.card-description {
  font-size: 0.95em;
  color: #555;
  margin-bottom: 16px;
}

.file-input-label {
  display: inline-block;
  background-color: #4a90e200;
  padding: 6px 15px;
  border-radius: 5px;
  cursor: pointer;
  font-weight: 500;
  transition: background-color 0.2s ease;
  border: 1px solid #4a90e2;
  color: #4a90e2;
}

.file-input-label:hover {
  background-color: #357ab7;
  color: #fff;
}
div#selected-file {
  margin-top: 5px;
}

.file-input-label input[type="file"] {
  display: none;
}
.file-upload-card {
  grid-column: span 2;
}

.kpo-row .form-group input[name="phone"] {
  grid-column: span 2 !important;
}

.form-group.phone-field {
  grid-column: span 2;
}

@media (max-width: 576px) {
  .whb-column_mobile1 {
    display: flex;
    flex-wrap: wrap;
  }

  .whb-column_mobile1 .wd-header-text:first-child {
    width: 100%;
    text-align: center;
    margin-bottom: -10px;
    margin-left: -4px;
  }

  .whb-column_mobile1 .wd-header-text:nth-child(2) {
    width: 50%;
    text-align: left;
    display: flex;
    align-items: center;
  }

  .whb-column_mobile1 .wd-social-icons {
    width: 50%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  .kpaymentoffline_instructions table,
  .kpaymentoffline_instructions tbody,
  .kpaymentoffline_instructions tr,
  .kpaymentoffline_instructions td {
    display: block;
    width: 100%;
  }

  .kpaymentoffline_instructions tr {
    margin-bottom: 15px;
    padding: 12px;
    border: 1px solid #eee;
    border-radius: 8px;
  }

  .kpaymentoffline_instructions td {
    border: none;
    padding: 5px 0;
  }

  .kpaymentoffline_instructions table {
    margin-top: 10px;
  }

  .kpaymentoffline_form {
    padding: 20px 15px;
  }

  a.btn.btn-warning.button.cancel {
    margin-top: 20px;
  }

  .form-group {
    grid-column: span 2 !important;
  }
}

/*
========================= end general css ========================= 
**/
