@font-face {
  font-family: "WooCommerce";
  src: url("fonts/WooCommerce.eot?jj1bj4");
  src: url("fonts/WooCommerce.eot?jj1bj4#iefix") format("embedded-opentype"),
    url("fonts/WooCommerce.ttf?jj1bj4") format("truetype"),
    url("fonts/WooCommerce.woff?jj1bj4") format("woff"),
    url("fonts/WooCommerce.svg?jj1bj4#WooCommerce") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="wcicon-"],
[class*=" wcicon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "WooCommerce" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.wcicon-storefront:before {
  content: "\e900";
}
.wcicon-ccv:before {
  content: "\e604";
}
.wcicon-virtual:before {
  content: "\e000";
}
.wcicon-up-down:before {
  content: "\e022";
}
.wcicon-reports:before {
  content: "\e023";
}
.wcicon-refresh:before {
  content: "\e031";
}
.wcicon-navigation:before {
  content: "\e032";
}
.wcicon-status-fill:before {
  content: "\e03c";
}
.wcicon-contract:before {
  content: "\e004";
}
.wcicon-downloadable:before {
  content: "\e001";
}
.wcicon-plus:before {
  content: "\e007";
}
.wcicon-simple:before {
  content: "\e006";
}
.wcicon-on-hold:before {
  content: "\e033";
}
.wcicon-external:before {
  content: "\e034";
}
.wcicon-contract-2:before {
  content: "\e036";
}
.wcicon-expand-2:before {
  content: "\e035";
}
.wcicon-phone:before {
  content: "\e037";
}
.wcicon-user:before {
  content: "\e038";
}
.wcicon-status:before {
  content: "\e039";
}
.wcicon-status-pending:before {
  content: "\e012";
}
.wcicon-status-cancelled:before {
  content: "\e013";
}
.wcicon-west:before {
  content: "\e02f";
}
.wcicon-south:before {
  content: "\e02e";
}
.wcicon-mail:before {
  content: "\e02d";
}
.wcicon-inventory:before {
  content: "\e02c";
}
.wcicon-attributes:before {
  content: "\e02b";
}
.wcicon-north:before {
  content: "\e02a";
}
.wcicon-east:before {
  content: "\e029";
}
.wcicon-note:before {
  content: "\e028";
}
.wcicon-windows:before {
  content: "\e027";
}
.wcicon-user2:before {
  content: "\e026";
}
.wcicon-search-2:before {
  content: "\e025";
}
.wcicon-search:before {
  content: "\e024";
}
.wcicon-star-empty:before {
  content: "\e021";
}
.wcicon-share:before {
  content: "\e030";
}
.wcicon-phone-fill:before {
  content: "\e03b";
}
.wcicon-woo:before {
  content: "\e03d";
}
.wcicon-user-fill:before {
  content: "\e03a";
}
.wcicon-grouped:before {
  content: "\e002";
}
.wcicon-status-refunded:before {
  content: "\e014";
}
.wcicon-status-completed:before {
  content: "\e015";
}
.wcicon-variable:before {
  content: "\e003";
}
.wcicon-expand:before {
  content: "\e005";
}
.wcicon-status-failed:before {
  content: "\e016";
}
.wcicon-check:before {
  content: "\e017";
}
.wcicon-right:before {
  content: "\e008";
}
.wcicon-up:before {
  content: "\e009";
}
.wcicon-query:before {
  content: "\e018";
}
.wcicon-down:before {
  content: "\e00a";
}
.wcicon-truck-1:before {
  content: "\e019";
}
.wcicon-left:before {
  content: "\e00b";
}
.wcicon-truck-2:before {
  content: "\e01a";
}
.wcicon-image:before {
  content: "\e00c";
}
.wcicon-globe:before {
  content: "\e01b";
}
.wcicon-link:before {
  content: "\e00d";
}
.wcicon-gear:before {
  content: "\e01c";
}
.wcicon-calendar:before {
  content: "\e00e";
}
.wcicon-cart:before {
  content: "\e01d";
}
.wcicon-processing:before {
  content: "\e00f";
}
.wcicon-card:before {
  content: "\e01e";
}
.wcicon-view:before {
  content: "\e010";
}
.wcicon-stats:before {
  content: "\e01f";
}
.wcicon-status-processing:before {
  content: "\e011";
}
.wcicon-star-full:before {
  content: "\e020";
}
.wcicon-coupon:before {
  content: "\e600";
}
.wcicon-limit:before {
  content: "\e601";
}
.wcicon-restricted:before {
  content: "\e602";
}
.wcicon-edit:before {
  content: "\e603";
}

.subasta-validacion {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .subasta-validacion {
    flex-direction: column;
    align-items: center;
  }
}

.subasta-warning-container {
	display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 20px;
}

@media (max-width: 768px) {
  .subasta-warning-container {
	flex-direction: column;
}
}

.subasta-btn {
  color: white;
  background-color: #006134;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 20px;
  height: 40px;
  border-radius: 40px;
  cursor: pointer;
}



.woocommerce-billing-fields__field-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin: 0 auto;
  flex-wrap: wrap;
}

.form-row label {
  display: block;
}

.woocommerce-input-wrapper input,
.select2 {
  width: 90% !important;
}

.form-row-wide {
  width: 48.1%;
  margin-right: 3.8%;
}


@media (max-width: 579px) {
	.subasta-btn {
		padding: 10px 20px;
		height: auto;
		text-align: center;
	}
	
	.woocommerce-billing-fields__field-wrapper {
	  	display: block;
		width: auto;
	}
	
	.form-row-wide {
  		width: 100%;
  		margin-right: 0;
	}
}

.form-row-wide:last-child {
  margin-right: 0;
}

.subasta-text {
  margin: 0 auto;
}

#name-group {
  margin: 0 auto;
  width: 30%;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.btn,
.btn:visited,
.btn:active {
  background: #006138;
  border: 1px solid #006138;
  border-radius: 23px;
  color: white;
  padding: 10px 30px;
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  text-decoration: none;
  cursor: pointer;
}

.btn:hover {
  color: #006138;
  background-color: white;
}

.woocommerce-order {
  width: 90%;
  margin: 0 auto;
}

.woocommerce-notice--success {
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-size: 24px;
}

.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
  list-style: none;
  border: 1px solid #f0f0f0;
  width: 60%;
  padding: 20px;
  margin: 0 auto;
  background-color: #f4f4f4;
}

.woocommerce-checkout-review-order {
  display: flex;
  width: 90%;
  margin: 0 auto;
  padding: 10px;
}

@media (max-width: 579px) {
  .woocommerce-checkout-review-order {
    flex-wrap: wrap;
  }
}

.wc_payment_methods.payment_methods.methods {
  margin: 0 0 1.5em 0;
}

.payment_method_epayco {
  font-size: 12px;
}

.payment_method_epayco img {
  display: block;
  height: auto;
  max-width: 100%;
  margin: 10px auto;
}

.woocommerce-error {
  background-color: #e2401c;
  width: 90%;
  list-style: none;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  margin-top: 15px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  font-size: 18px;
}

.woocommerce-table--order-details {
  margin: 0 auto;
  width: 90%;
  margin: 0px auto 30px auto;
}

.woocommerce-table--order-details th {
  text-align: left;
  font-size: 18px;
  font-family: "Oswald", sans-serif;
  padding-bottom: 10px;
  border-bottom: 1px solid #f0f0f0;
}

.woocommerce-table--order-details tfoot tr th {
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  padding-bottom: 5px;
  text-align: left;
  border-bottom: none;
}

.woocommerce-customer-details {
  background-color: #f2f2f2;
  padding: 1px 20px 20px;
  margin-top: 20px;
}
