/*
Theme Name: Twenty Twenty-Three Child
Theme URI: https://wordpress.org/themes/twentytwentythree
Template: twentytwentythree
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Three is designed to take advantage of the new design tools introduced in WordPress 6.1. With a clean, blank base as a starting point, this default theme includes ten diverse style variations created by members of the WordPress community. Whether you want to build a complex or incredibly simple website, you can do it quickly and intuitively through the bundled styles or dive into creation and full customization yourself.
Tags: one-column,custom-colors,custom-menu,custom-logo,editor-style,featured-images,full-site-editing,block-patterns,rtl-language-support,sticky-post,threaded-comments,translation-ready,wide-blocks,block-styles,style-variations,accessibility-ready,blog,portfolio,news
Version: 1.2.1694231415
Updated: 2023-09-08 22:50:15
*/


/* REMOVE BLUE BG WHEN HOVER - HOLD ELEMENTS */
* {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
  -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;
  outline: none !important;
}

/*▼▼▼▼ WOO CART PAGE  ▼▼▼▼*/

/* hide notice "Your cart is currently empty."  */
/* Checkout is not available whilst your cart is empty.  */
.woocommerce-info,
.cart-empty.woocommerce-info {
  display: none !important;
}

/* BTN VOLVER AL MENU PRINCIPAL - used in cart and checkout */

a.wa-order-juvera {
  background: #28312c !important;
  color: #ffffff !important;
  transform: translateY(0px);
  text-decoration: none !important;
  outline: 0 !important;
  -webkit-box-shadow: 0 4px 7px 0 rgba(0, 0, 0, .25);
  -moz-box-shadow: 0 4px 7px 0 rgba(0, 0, 0, .25);
  box-shadow: 0 4px 7px 0 rgba(0, 0, 0, .25);
  transition: top .1s ease;
  -webkit-transition: top .1s ease;
}

.wa-order-juvera:before {
  /*font-family: 'Font Awesome 5 Brands' !important;*/
  color: #ffffff;
  font-size: inherit;
  font-weight: inherit !important;
  display: inline-block;
  vertical-align: middle;
  align-items: center;
  margin-bottom: -4px;
  margin-top: -5px;
  width: 0.875em;
  height: auto;
}

a.wa-order-juvera:before {
  margin-right: 7px;
}

a.wa-order-juvera {
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  word-break: break-word;
  padding: 10px 15px;
  margin: 20px auto 20px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 4px;
  text-rendering: optimizeLegibility;
  letter-spacing: 0px;
}

a.wa-order-juvera:hover {
  color: #ffffff !important;
  background: #21bd5b;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px -5px rgba(45, 62, 79, .3) !important;
  transition: all ease-in-out 300ms;
}


/*▼▼▼▼ WOO CHECKOUT PAGE ▼▼▼▼*/

.woocommerce-page .woocommerce-checkout h3 {
  margin-top: -30px;
}

.woocommerce-page .woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
  margin-top: 0;
}

#metodoDePago {
  margin-top: -40px;
  margin-bottom: -20px;
}

/* Remove "*" in fields   */
#billing_first_name_field>label:nth-child(1)>abbr:nth-child(1),
#billing_last_name_field>label:nth-child(1)>abbr:nth-child(1),
#billing_address_1_field>label:nth-child(1)>abbr:nth-child(1) {
  display: none;
}


/* woo order received TItle "Order confirmation" */
.wp-block-woocommerce-legacy-template {
  display: none !important;
}

/* Customize "Please fill the fields!" when empty fields ein checkout   */

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  border-top-color: #484d47;
  margin-bottom: 3rem;
  margin-top: -25px;
}

.woocommerce .woocommerce-NoticeGroup-checkout ul.woocommerce-error[role="alert"] {
  color: white;
  background: #484d47;
  font-weight: bolder;
}

.woocommerce .woocommerce-NoticeGroup-checkout ul.woocommerce-error[role="alert"] li {
  margin-bottom: 0;
}

/* CAR PAGE */

/* REMOVE "Ver carrito" after click "Agregar"  */
a.added_to_cart {
  display: none;
}


/* BTNS WOO PLACE ORDER - ADD TO CART */

/* BTN CAT PROD - SHOP */
.wp-element-button, .wp-block-button__link,
.wp-element-button:visited, .wp-block-button__link:visited,
/* BTN PLACE ORDER */
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order,
/* BTN PRODUCT  */
.woocommerce div.product form.cart button.single_add_to_cart_button,
.woocommerce div.product form.cart button[name="add-to-cart"] {
  font-weight: bold;
  background-color: #1b680e;
  border-radius: 10px;
  color: #fff;
}


/* REMOVE LUPA IN SINGLE _VAR PRODUCT IMAGES in PAGES */

.woocommerce-product-gallery__trigger {
  display: none;
  pointer-events: none !important;
  cursor: default !important;
}

/* Hide Title in Home Page */
.home h1 {
  display: none;
}


/* Woo Checkout || Add Order Type radio buttons */

/* Style the Order Type radio buttons to match WooCommerce payment methods */
#custom_order_type_field .wc_payment_methods.methods {
  list-style: none;
  padding: 0;
  margin: 0;
}

#custom_order_type_field .wc_payment_methods.methods li {
  display: inline-block;
  margin-right: 30px; /* Adjust space between the options */
  vertical-align: middle;
}

#custom_order_type_field .input-radio {
  width: 18px;
  height: 18px;
  margin-right: 10px; /* Adjust space between radio button and label */
  border: 2px solid #000000 !important; /* Match the border style */
  border-radius: 50%; /* Circle style */
  vertical-align: middle;
  transition: all 0.3s ease; /* Add smooth transition for hover/focus effects */
}

#custom_order_type_field .input-radio:checked {
  /* background-color: #1e73be; */ /* Highlight checked radio button with a color */
  background-color: #000000 !important; /* Highlight checked radio button with a color */
  /* border-color: #1e73be;  *//* Match the border when checked */
  border-color: #000000 !important; /* Match the border when checked */

  /* mine... not working */
  background: radial-gradient(circle at center,#000 45%,#fff 0) !important;

}

#custom_order_type_field label {
  display: inline-block;
  margin-right: 15px; /* Adjust space between labels */
  font-weight: normal;
  vertical-align: middle;
}

/* Optional: Style the radio buttons when hovered */
#custom_order_type_field .input-radio:hover {
  /* border-color: #1e73be; */ /* Change border color when hovered */
  border-color: #000000 !important; /* Change border color when hovered */
}

/* Optional: Style the checked radio buttons for a more polished look */
#custom_order_type_field .input-radio:checked + label {
  /* color: #1e73be; */ /* Change label color when radio button is checked */
  color: #000000 !important; /* Change label color when radio button is checked */
}

/* Optional: Optional additional styles to match the spacing and behavior */
#custom_order_type_field .wc_payment_method {
  display: inline-block;
  margin-right: 10px;
}
