@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//blumacandles.com/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=7.5.1") format("woff2");
}

:root {
	--wd-text-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #777777;
	--wd-text-font-size: 14px;
	--wd-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Poppins", 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: "Poppins", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 600;
	--wd-header-el-transform: capitalize;
	--wd-header-el-font-size: 14px;
	--wd-primary-color: rgb(0,0,0);
	--wd-alternative-color: rgb(223,202,185);
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: #83b735;
	--btn-accented-bgcolor-hover: #74a32f;
	--wd-form-brd-width: 1px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 223px;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: url(https://blumacandles.com/wp-content/uploads/2021/07/promo-popup.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	--wd-popup-width: 800px;
}
.page-title-default {
	background-color: #0a0a0a;
	background-image: url(https://blumacandles.com/wp-content/uploads/2021/07/page-title-shop.jpg);
	background-size: cover;
	background-position: center center;
}
.footer-container {
	background-color: #ffffff;
	background-image: none;
}
html .product-image-summary-wrap .product_title, html .wd-single-title .product_title {
	font-weight: 600;
}
html .wd-product .price, html .wd-product .price > .amount, html .wd-product .price ins > .amount {
	font-family: "Poppins", Arial, Helvetica, sans-serif;
	font-weight: 500;
	font-size: 21px;
}
.page .main-page-wrapper {
	background-color: rgb(242,242,242);
	background-image: none;
	background-repeat: inherit;
	background-size: cover;
}
.woodmart-archive-shop:not(.single-product) .main-page-wrapper {
	background-color: rgb(249,249,249);
	background-image: none;
}
.single-product .main-page-wrapper {
	background-color: rgb(249,249,249);
	background-image: none;
}
.woodmart-archive-blog .main-page-wrapper {
	background-color: rgb(249,249,249);
	background-image: none;
}
.single-post .main-page-wrapper {
	background-color: rgb(249,249,249);
	background-image: none;
}
.wd-nav-arrows.wd-pos-sep:not(:where(.wd-custom-style)) {
	--wd-arrow-color: rgb(2,2,2);
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 5px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accented-bottom-active: -1px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
--wd-brd-radius: 0px;
}

@media (min-width: 1222px) {
[data-vc-full-width]:not([data-vc-stretch-content]),
:is(.vc_section, .vc_row).wd-section-stretch {
padding-left: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
padding-right: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
}
}


/* Estilo del botón de enviar */
#fluentform_3 .ff-btn-submit {
    background-color: #835d4d; !important
    color: white; !important
}

/* Estilo de línea inferior para los campos de entrada */
#fluentform_3 .ff-el-form-control {
  border: none; /* Quitar el borde completo */
  border-bottom: 1px solid #000; /* Solo línea inferior */
  border-radius: 0; /* Quitar bordes redondeados */
  transition: border-color 0.3s ease; /* Transición suave para el cambio de color */
  width: 100%; /* Asegurarse de que el campo ocupe el ancho completo */
  margin-bottom: 20px; /* Espaciado inferior entre campos */
}

/* Estilo para el área de texto de mensaje */
#fluentform_3 .ff-el-form-control.ff-el-textarea {
    border: none;
    border-bottom: 1px solid #000;
    border-radius: 0;
    width: 100%;
    height: 150px;
}

/* Alineación de los campos de Teléfono y Email en la misma línea */
#fluentform_3 .ff-el-input-wrap {
    display: flex;
    justify-content: space-between;
}

/* Ajuste de ancho para los campos de Teléfono y Email */
#fluentform_3 .ff-el-input-wrap .ff-el-form-control {
    width: 48%; /* Teléfono y Email ocuparán cada uno el 48% del ancho */
}

/* Cambio de color de la línea inferior al hacer clic en el campo */
#fluentform_3 .ff-el-form-control:focus {
  border-bottom-color: #835d4d; /* Color de línea al hacer focus en el campo */
  outline: none; /* Quitar el borde predeterminado de enfoque */
}
#fluentform_3 label {
    font-size: 18px; /* Ajusta el tamaño según tu necesidad */
}
#fluentform_3 input:hover,
#fluentform_3 input:focus,
#fluentform_3 textarea:hover,
#fluentform_3 textarea:focus {
    background-color: transparent !important;
}
