@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//rr-computacion.johanrincon.cl/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.3.9") format("woff2");
}

@font-face {
	font-family: "star";
	font-weight: 400;
	font-style: normal;
	src: url("//rr-computacion.johanrincon.cl/wp-content/plugins/woocommerce/assets/fonts/star.eot?#iefix") format("embedded-opentype"), url("//rr-computacion.johanrincon.cl/wp-content/plugins/woocommerce/assets/fonts/star.woff") format("woff"), url("//rr-computacion.johanrincon.cl/wp-content/plugins/woocommerce/assets/fonts/star.ttf") format("truetype"), url("//rr-computacion.johanrincon.cl/wp-content/plugins/woocommerce/assets/fonts/star.svg#star") format("svg");
}

@font-face {
	font-family: "WooCommerce";
	font-weight: 400;
	font-style: normal;
	src: url("//rr-computacion.johanrincon.cl/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.eot?#iefix") format("embedded-opentype"), url("//rr-computacion.johanrincon.cl/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff") format("woff"), url("//rr-computacion.johanrincon.cl/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf") format("truetype"), url("//rr-computacion.johanrincon.cl/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.svg#WooCommerce") format("svg");
}

:root {
	--wd-text-font: "Cabin", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 14px;
	--wd-title-font: "Cabin", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Cabin", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 600;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Cabin", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(46,147,133);
	--wd-alternative-color: rgb(227,170,70);
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(244,165,28);
	--btn-accented-bgcolor-hover: rgb(222,150,26);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: rgb(255,255,255);
	background-image: url(https://rr-computacion.johanrincon.cl/wp-content/uploads/2021/09/retail-popup-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: rgb(46,147,133);
	background-image: none;
}
html .product.wd-cat .wd-entities-title, html .product.wd-cat.cat-design-replace-title .wd-entities-title, html .wd-masonry-first .wd-cat:first-child .wd-entities-title {
	font-size: 16px;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 35px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 35px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 35px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 0px;
}

@media (min-width: 1222px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


.wd-page-title {
background-color: #0a0a0a;
}

/*Ocultar categorias en tienda*/
.archive .wd-nav-product-cat {
	display: none;
}

/*CF7*/
/* Contenedor principal sin márgenes internos excesivos */
.custom-contact-form {
    max-width: 900px;
    margin: 0 auto;
}

/* Forzar filas juntas */
.cf7-row {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap;
    gap: 20px; /* Espacio horizontal entre columnas */
    margin-bottom: 10px !important; /* Espacio reducido entre filas */
}

/* Eliminar márgenes que WordPress/CF7 inyectan por defecto */
.custom-contact-form p, 
.custom-contact-form br {
    display: none !important;
}

.cf7-column {
    display: flex !important;
    flex-direction: column;
    flex: 1 1 calc(50% - 10px);
    margin-bottom: 5px !important;
}

.full-width {
    flex: 1 1 100% !important;
}

/* Etiquetas pegadas al input */
.custom-contact-form label {
    font-weight: 500;
    margin-bottom: 4px !important; /* Espacio mínimo con el campo */
    font-size: 15px;
    display: block;
}

/* Inputs más compactos */
.custom-contact-form input[type="text"],
.custom-contact-form input[type="email"],
.custom-contact-form input[type="tel"],
.custom-contact-form textarea {
    width: 100% !important;
    border: 1px solid #d1d1d1;
    border-radius: 30px;
    padding: 10px 18px; /* Padding reducido */
    background-color: #ffffff;
    box-sizing: border-box;
}

.custom-contact-form textarea {
    border-radius: 20px;
    height: 120px; /* Altura del mensaje reducida */
}

/* Botón con el color mostaza de tu nueva captura */
.custom-contact-form input[type="submit"] {
    background-color: #2e9385;
    color: white;
    border: none;
    padding: 12px 40px;
    border-radius: 30px;
    font-size: 16px;
    cursor: pointer;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 10px;
}

/* Ajuste móvil */
@media (max-width: 600px) {
    .cf7-column {
        flex: 1 1 100% !important;
        margin-bottom: 10px !important;
    }
}

/*Formulario YITH QUOTES*/
/* ── Wrapper ── */
.yith-ywraq-mail-form-wrapper {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 2rem 2rem 1.75rem;
  font-family: inherit;
}

/* ── Header ── */
.ywraq-form-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 1.75rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #f0f0f0;
}

.ywraq-form-header__icon {
  width: 44px;
  height: 44px;
  min-width: 44px;
  background: #e6f5f3;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2e9385;
}

.ywraq-form-header__icon svg {
  width: 20px;
  height: 20px;
}

.ywraq-form-header h3 {
  margin: 0;
  font-size: 17px;
  font-weight: 600;
  color: #111;
  line-height: 1.3;
}

.ywraq-form-header__sub {
  margin: 3px 0 0;
  font-size: 13px;
  color: #6b7280;
}

/* ── Two-column grid for name + email ── */
.ywraq-fields-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

@media (max-width: 480px) {
  .ywraq-fields-grid {
    grid-template-columns: 1fr;
  }
}

/* ── Rows ── */
.form-row {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 0 0 1.1rem;
}

/* ── Labels ── */
.form-row label {
  font-size: 13px;
  font-weight: 500;
  color: #374151;
}

.form-row label abbr.required,
abbr.required {
  color: #2e9385;
  text-decoration: none;
  margin-left: 2px;
}

/* ── Inputs & textarea ── */
.input-text {
  width: 100%;
  padding: 10px 13px;
  font-size: 14px;
  color: #111827;
  background: #f9fafb;
  border: 1.5px solid #d1d5db;
  border-radius: 8px;
  outline: none;
  transition: border-color 0.15s, box-shadow 0.15s, background 0.15s;
  font-family: inherit;
  box-sizing: border-box;
}

.input-text:hover {
  border-color: #2e9385;
  background: #fff;
}

.input-text:focus {
  border-color: #2e9385;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(46, 147, 133, 0.14);
}

textarea.input-text {
  resize: vertical;
  min-height: 110px;
  line-height: 1.6;
}

/* ── Privacy checkbox ── */
.ywraq-privacy-wrapper {
  background: #f0faf9;
  border: 1px solid #c7e8e4;
  border-radius: 8px;
  padding: 1rem 1.1rem;
  margin-bottom: 1.1rem;
}

.ywraq-privacy-wrapper #rqa_privacy_description_row {
  font-size: 12.5px;
  color: #4b5563;
  margin: 0 0 0.6rem;
}

.ywraq-privacy-check-row {
  flex-direction: row !important;
  align-items: flex-start;
  gap: 10px !important;
  margin: 0 !important;
}

.ywraq-privacy-check-row input[type="checkbox"] {
  margin-top: 2px;
  width: 16px;
  height: 16px;
  accent-color: #2e9385;
  flex-shrink: 0;
  cursor: pointer;
}

.ywraq-privacy-check-row label {
  font-size: 13px;
  color: #374151;
  cursor: pointer;
}

/* ── Submit row ── */
.ywraq-submit-row {
  margin-bottom: 0 !important;
}

.button.raq-send-request {
  width: 100%;
  padding: 11px 20px;
  background: #2e9385;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.15s, transform 0.1s;
  font-family: inherit;
  letter-spacing: 0.02em;
}

.button.raq-send-request:hover {
  background: #1f6b60;
}

.button.raq-send-request:active {
  transform: scale(0.985);
}



.header-item-cotizaciones {
	display: inline-flex;
	align-items: center;
	gap: 12px; /* Espacio entre el icono y el texto */
	font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
	cursor: pointer;
	padding: 5px;
}

.icon-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
}

.text-cotizaciones {
	font-weight: 400; /* Extra bold para que se parezca a la imagen */
	font-size: 16px;
	color: #ffffff;
	letter-spacing: -0.5px;
}

/* Efecto hover opcional */
.header-item-cotizaciones:hover .text-cotizaciones {
	color: #ffffff;
}