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

:root {
	--wd-text-font: "Lato", 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: "Lato", 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: "Lato", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-primary-color: rgb(205,97,5);
	--wd-alternative-color: #fbbc34;
	--wd-link-color: rgb(51,51,51);
	--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: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: url(https://geotech.nl/wp-content/uploads/2021/08/promo-popup.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	--wd-popup-width: 800px;
}
.wd-page-title {
	background-color: #0a0a0a;
	background-image: url(https://geotech.nl/wp-content/uploads/2022/12/gradienta-1LirzgcpY2c-unsplash-scaled.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: scroll;
	background-position: right center;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 0px;
--btn-default-color: #fff;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 5px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 5px;
--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;
}
}


/* CABECERAS FILTROS TIENDA */

/*.widget-title{
	background-color: #CD6105;
	padding: 5px;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}*/
.widget-title{
	color: #3d3d3d;
}

.wd-widget-collapse .widget-title:after {
    margin-right: 10px;
}

/* OCULTAR AUTOR Y FECHA DE POSTS */
.wd-entry-meta, .meta-post-categories, .post-date{
	display: none !important;
}


/* CENTRAR LINKS FOOTER */
.menu-footer-our-markets-container, .menu-footer-useful-links-container{
	display: flex;
	text-align: center;
	justify-content: center;
}

/* DESHABILITAR PRECIOS Y ESTRELLAS */
.eael-star-rating, .price{
	display: none;
}

/*Cambiar la palabra Wishlist del short_code*/
.wd-wishlist-head > h4 {
	visibility: hidden;
}

.wd-wishlist-head > h4:after {
	display: block;
	content:'For updated documentation, select product'; 
	visibility: visible;
}

/* COLOR BOTÓN LISTA DESEOS VACÍA Y TAMAÑO TEXTO SUPERIOR */
.return-to-shop .button{
	background-color: #CD6105 !important;
}

.wd-empty-wishlist{
	font-size: 30px !important;
	margin-bottom: 40px !important;
}

/* Iconos menú usuario logueado */
.fa-heart{
	font-size: 22px !important;
}
.fa-user{
	font-size: 22px !important;
}


/* ESTILOS BOTÓN PÁGINAS LOGIN - REGISTRO */
.wd-switch-to-register, .woocommerce-form-login__submit, .woocommerce-Button, .wp-element-button{
	background-color: #CD6105 !important;
}

/* ESTILOS DEL BOTÓN DE LOS ATTACHMENTS */
.wcpoa_attachment a{
	background-color: #CD6105 !important;
	color: #fff !important;
	border-radius: 5px;
	transition: all .3s;
}
.wcpoa_attachment a:hover{
	background-color: #B35504 !important;
}

/* DESHABILITAR ANIMACIÓN BOTÓN CARRITO + COLOR FONDO */
.wd-add-btn .wd-add-btn-replace .add-to-cart-loop span {
    transform: translateY(-100%) translateZ(0) !important;
}
.wd-add-btn .wd-add-btn-replace .add-to-cart-loop:before {
    transition: none !important;
}

.wd-add-btn-replace .add-to-cart-loop:before {
	display: none !important;
}

.wd-add-btn-replace .add-to-cart-loop:hover span {
	transform: none !important;
}

.wd-add-btn a{
	background-color: #CD6105 !important;
	transition: all .3s;
}

.wd-add-btn a:hover{
	background-color: #B35504 !important;
}

/* BOTÓN "READ MORE" PÁGINA COMPARAR */
a.button.product_type_simple.add-to-cart-loop {
    background: #cd6105;
}
a.button.product_type_simple.add-to-cart-loop:hover {
    background: #B35504;
}

/* OCULTAR SCRIPTS (ALGUNOS SALÍAN COMO TEXTO) */
script{
	visibility: hidden !important;
}

/* OCULTAR BOTONES SOCIAL DE WISHLIST */
.wd-social-icons{
	visibility: hidden !important;
}

/* OCULTAR FILTROS DE VENDIDOS, PUNTUACIONES, ETC */
.wd-filter-buttons{
	visibility: hidden;
}

/* ETIQUETA DE ACTUALIZADO */
.updated-label{
	  position: absolute;
    padding-left: 10px;
    margin-top: 15px;
    margin-left: 15px;
    padding-right: 10px;
    background-color: #CD6105;
    color: #fff;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    border-radius: 10px 0px;
}

/* OCULTAR PRECIO Y AÑADIR AL CARRITO DE PRODUCTOS RELACIONADOS EN POST INSPIRACIÓN */
.prodTitt, .wrppAddToCart{
	display: none !important;
	visibility: hidden !important;
}

/* ELIMINAR BORDE SUPERIOR TABS PRODUCTO */
.product-tabs-wrapper {
    border-top: none !important;
}

/* MINIATURAS DE INSPIRACIÓN EN VISTA INDIVIDUAL PRODUCTO */
.inspirations-layout{	
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: center;
	align-content: center;
}

ul.display-posts-listing {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}

/* TRANSICIÓN LISTAS FOOTER */
span.elementor-icon-list-text{
	transition: .3s;
}

/* BACKGROUND CABECERA FIJA */
body .whb-sticked .whb-general-header {
    background-color: #0B1B30;
}

/* AJUSTAR AL CONTENIDO ACORDEON PRODUCTOS */
.wc-tab-inner.wd-scroll-content {
    max-height: fit-content !important;
}

/* TABS DOCUMENTATION */
.wd-accordion-content.wd-active {
    display: block !important;
    opacity: 1;
}

/* LISTADO DISTRIBUIDORES FIX */
.acadp :is(.acadp-form-input), :is(.acadp .acadp-form-select), :is(.acadp .acadp-form-textarea) {
    padding-top: 0px !important;
		padding-bottom: 0px !important;
		padding-left: 15px !important;
		padding-right: 0px !important;
}


input.acadp-form-control.acadp-form-input {
    display: none;
}

/* ARRELGAR BOTÓN INSPIRACIONES */
.button.product_type_simple.add-to-cart-loop{
	border-radius: var(--btn-shop-brd-radius) !important;
  color: var(--btn-shop-color) !important;
  box-shadow: var(--btn-shop-box-shadow) !important;
	padding: 0 !important;
}

