/*FUENTES*/

/*@font-face {
	font-family: ProximaNova Regular;
	src: url(/wp-content/uploads/2023/04/ProximaNova-Regular.woff2) format("woff2"),
		 url(/wp-content/uploads/2023/04/ProximaNova-Regular.woff) format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: ProximaNova Semibold;
	src: url(/wp-content/uploads/2023/04/Proxima-Nova-Semibold.woff2) format("woff2"),
		 url(/wp-content/uploads/2023/04/Proxima-Nova-Semibold.woff) format("woff");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: ProximaNova Bold;
	src: url(/wp-content/uploads/2023/04/ProximaNova-Bold.woff2) format("woff2"),
		 url(/wp-content/uploads/2023/04/ProximaNova-Bold.woff) format("woff");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}*/

/*MAIN*/

/*:root .theme-woodmart{
	--wd-text-font: 'ProximaNova Regular', sans-serif !important;
    --wd-entities-title-font: 'ProximaNova Semibold', sans-serif !important;
    --wd-title-font: 'ProximaNova Bold', sans-serif !important;
    --wd-alternative-font: 'ProximaNova Semibold', sans-serif !important;
	--wd-widget-title-font: 'ProximaNova Bold', sans-serif !important;
	--wd-header-el-font: 'ProximaNova Bold', sans-serif !important;
}*/

/*GENERALES*/

:root .theme-woodmart {
	--wd-text-font-weight: 500;
	--wd-text-color: #333333;
   	--wd-form-height: 50px;
	--btn-height: 50px;
	letter-spacing: 0.0125em;
	--wd-form-brd-radius: 5px;
    --btn-default-brd-radius: 5px;
    --btn-accented-brd-radius: 5px;
    --wd-brd-radius: 5px;
	--bg-standard: #FCF9F7;
	--bg-secondary: #F8F6F1;
	--bg-product-card: rgb(130 95 20 / 3%);
}

.theme-woodmart input[type='email'],
.theme-woodmart input[type='date'],
.theme-woodmart input[type='search'],
.theme-woodmart input[type='number'],
.theme-woodmart input[type='text'],
.theme-woodmart input[type='tel'],
.theme-woodmart input[type='url'],
.theme-woodmart input[type='password'],
.theme-woodmart textarea,
.theme-woodmart select{
	transition: all .15s ease-in-out;
	border: 2px solid var(--bg-secondary);
	font-size: 14px;
    background-color: var(--bg-secondary);
    border-radius: 5px;
}

.theme-woodmart input[type='email']:focus,
.theme-woodmart input[type='date']:focus,
.theme-woodmart input[type='search']:focus,
.theme-woodmart input[type='number']:focus,
.theme-woodmart input[type='text']:focus,
.theme-woodmart input[type='tel']:focus,
.theme-woodmart input[type='url']:focus,
.theme-woodmart input[type='password']:focus,
.theme-woodmart textarea:focus,
.theme-woodmart select:focus{
	border: 2px solid var(--wd-primary-color);
}

.blockOverlay{
    background: var(--bg-secondary) !important;
}

html:not(.browser-Firefox) .theme-woodmart [type="date"]{
	background-color: #f8f6f1;
}

div.wd-popup.wd-promo-popup{
    padding: 0;
    position: relative;
}

.theme-woodmart .mfp-container button.mfp-close{
	position: absolute;
    border-radius: 0;
}

.wd-promo-popup .wpb_content_element{
	margin-bottom: 0;
}

.theme-woodmart:not(.woocommerce-checkout, .woocommerce-account, .woodmart-archive-shop, .home) .main-page-wrapper {
    padding-top: 0;
}

.wd-wishlist-group-head .wd-social-icons{
	display: none;
}

.theme-woodmart :is(.page-title + .container .entry-content) .wpb_text_column :last-child{
	margin-bottom: var(--wd-tags-mb);
}

.theme-woodmart.woocommerce-page :is(.page-title + .container .entry-content) .wpb_text_column :last-child{
	margin-bottom: 0;
}

.theme-woodmart :is(.btn,.button,button,[type="submit"]){
	border-radius: 5px;
}

#billing_country_field{
    display: none !important;
}

.gform_fields select{
	line-height: 1;
}

/* Ocultar botones de incremento y decremento en navegadores WebKit (Chrome, Safari) */
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Ocultar botones de incremento y decremento en Firefox */
input[type='number'] {
	appearance: textfield;
    -moz-appearance: textfield;
}

/*SEARCH*/

.theme-woodmart .wd-search-full-screen .searchform input[type="text"]{
	border: 0;
	background-color: transparent;
}

/*FORMULARIOS DE G. FORM*/

.gform_wrapper.gravity-theme input[type=color],
.gform_wrapper.gravity-theme input[type=date],
.gform_wrapper.gravity-theme input[type=datetime-local],
.gform_wrapper.gravity-theme input[type=datetime],
.gform_wrapper.gravity-theme input[type=email],
.gform_wrapper.gravity-theme input[type=month],
.gform_wrapper.gravity-theme input[type=number],
.gform_wrapper.gravity-theme input[type=password],
.gform_wrapper.gravity-theme input[type=search],
.gform_wrapper.gravity-theme input[type=tel],
.gform_wrapper.gravity-theme input[type=text],
.gform_wrapper.gravity-theme input[type=time],
.gform_wrapper.gravity-theme input[type=url],
.gform_wrapper.gravity-theme input[type=week],
.gform_wrapper.gravity-theme select,
.gform_wrapper.gravity-theme textarea{
	padding: 15px;
}

/*PRECIOS*/

.product-grid-item span.price{
	display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: baseline;
    gap: 8px;
	font-size: 100% !important;
}

/*BOTONES*/

div.quantity input[type="number"],
div.quantity input[type="number"]:hover,
div.quantity input[type="number"]:focus{
	border: 0;
}

@media screen and (min-width: 769px){
	
	.hidden-desktop{
		display: none;
	}

	.theme-woodmart:not(.woocommerce-checkout) .container:not(.wd-slide-container),
	.theme-woodmart:not(.woocommerce-checkout) .container-fluid{
		padding-right: 35px;
		padding-left: 35px;
	}
	
}

@media screen and (max-width: 768px){
	
	.hidden-mobile{
		display: none;
	}

	.theme-woodmart.home .main-page-wrapper {
		padding-top: 0;
	}
	
}

/*HEADER*/

#menu-header-categorias{
	gap: 40px;
}

#menu-header-categorias a.woodmart-nav-link{
    text-transform: none;
    font-size: 14px;
    font-weight: 500;
}