/*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: 'Gotham-Regular', sans-serif !important;
    --wd-entities-title-font: 'Gotham-Medium', sans-serif !important;
    --wd-title-font: 'Gotham-Bold', sans-serif !important;
    --wd-alternative-font: 'Gotham-Medium', sans-serif !important;
	--wd-widget-title-font: 'Gotham-Bold', sans-serif !important;
	--wd-header-el-font: 'Gotham-Bold', sans-serif !important;
}*/

:root .theme-woodmart {
	--wd-text-font-weight: 500;
	--wd-text-color: #333333;
   	--wd-form-height: 55px;
	--btn-height: 55px;
	--wd-form-brd-radius: 5px;
    --btn-default-brd-radius: 5px;
    --btn-accented-brd-radius: 5px;
    --wd-brd-radius: 5px;
	--bg-secondary: #F3F5F7;
	--bg-product-card: rgb(52 82 124/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);
}

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

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

.wd-popup{
	position: relative;
}

.theme-woodmart .mfp-close{
    position: absolute;
	color: #333;
}

.theme-woodmart :is(.mfp-close):hover{
	box-shadow: none !important;
	background-color: transparent !important;
	opacity: 0.85 !important;
	color: #333 !important;
}

.wd-slide-container img{
	width: 100vw;
	max-width: 100vw;
	border-radius: 0 !important;
}

.wd-pagin-hr-center .flickity-page-dots{
    bottom: 8%;
}

.wd-slider .flickity-button{
    top: calc(50% - 40px);
}

.wd-slider .wd-slide{
	min-height: auto !important;
}

.static-page{
	width: 1000px;
	max-width: 100%;
    margin: auto;
}


.theme-woodmart :is(.btn,.button,button,[type="submit"],[type="button"]):hover{
    box-shadow: inset 0 0 200px rgba(0,0,0,0.025) !important;
}

.theme-woodmart .disable-owl-mobile .wd-owl{
    -webkit-mask-image: initial;
    mask-image: initial;
}

.theme-woodmart .product-grid-item :is(.product-image-link,.hover-img) img{
	padding: 25px;
}

.theme-woodmart .product-grid-item :is(span.attribute-label > img){
	padding: 0;
}

/*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;
}

/*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: 1025px){
	
	.theme-woodmart:not(.woocommerce-checkout) .container,
	.theme-woodmart:not(.woocommerce-checkout) .container-fluid {
		padding-left: 50px;
		padding-right: 50px;
		max-width: 1600px;
	}
	
}

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

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

/*HEADER*/

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

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

/*HOMEPAGE*/

.homepage-f1{
    margin-top: -40px;
}


/*FOOTER*/

.footer-column .icons-design-simple.color-scheme-light .wd-social-icon{
    background-color: #82b735;
}

.newsletter__container .gform_wrapper label {
	color: #777;
	font-weight: 500;
}

.newsletter__container .gform_wrapper.gravity-theme .gfield_label {
	display: none;
}

.newsletter__container .gform_wrapper form {
	display: flex;
	position: relative;
	width: 90%;
}

.newsletter__container .gform_wrapper.gravity-theme .gform_footer {
	margin: 0;
	padding: 0;
	display: block;
	position: absolute;
	right: 0;
}

.newsletter__container .gform_wrapper .ginput_container_consent {
	display: flex;
	align-items: baseline;
}

.newsletter__container .gform_wrapper .ginput_container_consent a {
	color: #fff;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.newsletter__container .gform_wrapper.gravity-theme .gfield_required {
	display: none;
}

.newsletter__container .gform_wrapper .gform-body.gform_body {
	width: 100%;
}

.newsletter__container .gform_wrapper.gravity-theme input[type=text] {
	background-color: transparent;
    border: 1px solid #e3e3e3;
	padding: 0 15px;
	font-size: 14px;
}

.newsletter__container .gform_wrapper input[type="submit"] {
    margin: 0;
    background-color: #3564a8;
    border-radius: 5px;
	min-height: 55px !important;
}

.newsletter__container .gform_wrapper input[type="submit"]:hover {
	opacity: 0.85;
}

.theme-woodmart .newsletter__container .wpb_content_element {
	margin-bottom: 0px;
}

.newsletter__container .wpb_text_column :last-child h4 {
	margin-bottom: 15px;
	font-size: 15px;
	text-transform: uppercase;
	line-height: 1.4;
}

.newsletter__container #gform_fields_3{
    margin-bottom: 20px;
}

.newsletter__container .icons-design-simple.color-scheme-light .wd-social-icon,
.newsletter__container .color-scheme-light .icons-design-simple .wd-social-icon{
	background-color: rgb(245 101 49);
}

.newsletter__container .icons-design-simple.color-scheme-light .wd-social-icon:hover,
.newsletter__container .color-scheme-light .icons-design-simple .wd-social-icon:hover{
	opacity: 0.875;
}


.newsletter__container #gform_confirmation_message_3{
    padding: 15px;
    background-color: #82b735;
	border-radius: 5px;
    margin-bottom: 20px;
    max-width: 400px;
    color: #fff;
}

.newsletter__container #gform_3_validation_container{
	display: none;
}

.newsletter__container .gform_wrapper.gravity-theme .gfield_validation_message,
.newsletter__container .gform_wrapper.gravity-theme .validation_message{
	padding: 0;
    background-color: transparent;
    color: #777;
    border: 0;
    font-size: 14px;
}

.newsletter__container .gform_wrapper.gravity-theme .gfield_error label,
.newsletter__container .gform_wrapper.gravity-theme [aria-invalid=true]+label{
	color: #fff;
}

.footer-column-1 .wpb_content_element,
.footer-column-3 .wpb_content_element{
	margin-bottom: 20px;
}

.footer-column-3 :is(.widget,.wd-widget,div[class^="vc_wp"]){
	padding-bottom: 0;
    margin-bottom: 20px;
    border: 0;
}

.footer-column-3 .wpb_single_image .vc_single_image-wrapper img{
	width: 100%;
    max-width: 225px;
    border: 1px solid #dbdcde;
}

.footer-column-1 .wpb_single_image img{
	max-width: 150px;
    filter: invert(1);
}

.vc_row.footer-f1.vc_row-flex>.vc_column_container>.vc_column-inner{
	padding: 0;
}

.theme-woodmart .copyrights-wrapper{
	border: 0;
}

.main-footer .widget-area {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #fff3;
}

.main-footer .widget-area .footer-column{
	width: max-content;
    flex: auto;
    max-width: max-content;
	padding: 0;
}

.footer-f1 .vc_column-inner{
	padding: 0;
}


.main-footer .footer-column-1 p{
    width: 75%;
}

.theme-woodmart .wd-prefooter{
    background-color: #f6f6f6;
    padding-top: 30px;
	padding-bottom: 30px;
}

.wd-prefooter .wd-wpb{
	margin-bottom: 0;
}

.wd-prefooter .vc_col-sm-4{
    width: max-content;
}

.wd-prefooter .vc_row{
	display: flex;
	justify-content: space-around;
}

.wd-prefooter h4{
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
}

.wd-prefooter p{
    font-weight: 500;
}

.wd-prefooter .vc_row:before,
.wd-prefooter .vc_row:after{
	display: none;
}

@media screen and (max-width: 1025px){

	.main-footer .widget-area .footer-column{
		padding: 0 15px;
	}

	.main-footer .widget-area .footer-column{
		width: 100%;
		flex: auto;
		max-width: 100%;
	}

}

@media screen and (max-width: 768px){

	.newsletter__container{
		margin: 0;
	}
	
	.main-footer .widget-area .footer-column{
		width: 100%;
    	flex: inherit;
    	max-width: inherit;
	}
	
	.theme-woodmart .footer-column{
	    margin-bottom: 40px;
	}
	
	.copyrights-wrapper p{
		text-align: center;
		font-size: 12px;
	}
	
	.footer-f1{
		gap: 20px;
	}
	
	.main-footer .widget-title{
		font-size: 14px;
	}
	
	.footer-column-1 .wpb_content_element{
		margin-bottom: 20px;
	}
	
	.wd-prefooter .vc_row{
		flex-direction: column;
	    gap: 30px;
	}
	
	.wd-prefooter .info-svg-wrapper.info-icon{
	    width: 80px !important;
	}
	
	.wd-prefooter .box-icon-align-left .box-icon-wrapper{
		margin-right: 30px;
	}
	
	.wd-prefooter h4{
	    font-size: 14px;
	}
	
}