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

:root {
	--wd-text-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(51,51,51);
	--wd-text-font-size: 16px;
	--wd-title-font: "Quicksand", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 700;
	--wd-title-color: rgb(51,51,51);
	--wd-entities-title-font: "Quicksand", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 700;
	--wd-entities-title-color: rgb(0,0,0);
	--wd-entities-title-color-hover: rgb(238, 119, 141);
	--wd-alternative-font: "Quicksand", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Quicksand", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Quicksand", 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(51,51,51);
	--wd-alternative-color: #fbbc34;
	--wd-link-color: rgb(36,36,36);
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: rgb(51,51,51);
	--btn-default-bgcolor-hover: rgb(51,51,51);
	--btn-accented-bgcolor: rgb(51,51,51);
	--btn-accented-bgcolor-hover: rgb(51,51,51);
	--btn-color: rgb(255,255,255);
	--btn-bgcolor: rgb(51,51,51);
	--btn-color-hover: rgb(255,255,255);
	--btn-bgcolor-hover: rgb(51,51,51);
	--wd-form-brd-width: 2px;
	--notices-success-bg: rgba(69,150,71,0.34);
	--notices-success-color: rgb(42,96,2);
	--notices-warning-bg: rgb(36,36,36);
	--notices-warning-color: rgb(249,249,249);
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: rgb(255,255,255);
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
	--wd-popup-width: 800px;
}
.header-banner {
	background-color: rgb(71,48,38);
	background-image: none;
}
:is(.woodmart-archive-shop .wd-builder-off,.wd-wishlist-content,.related-and-upsells,.cart-collaterals,.wd-shop-product,.wd-fbt) .wd-products-with-bg, :is(.woodmart-archive-shop .wd-builder-off,.wd-wishlist-content,.related-and-upsells,.cart-collaterals,.wd-shop-product,.wd-fbt) .wd-products-with-bg :is(.wd-product,.wd-cat) {
	--wd-prod-bg:rgb(255,255,255);
	--wd-bordered-bg:rgb(255,255,255);
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title {
	background-color: rgb(255,255,255);
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: #ffffff;
	background-image: none;
}
.product-labels .product-label.onsale {
	background-color: rgb(206,41,44);
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
.woocommerce-product-gallery {
	--wd-gallery-gap: 10px;
}
.woocommerce-product-gallery.thumbs-position-left {
	--wd-thumbs-width: 150px;
	--wd-thumbs-height: 500px;
}
:root{
--wd-container-w: 1400px;
--wd-form-brd-radius: 0px;
--btn-default-color: #fff;
--btn-default-color-hover: #fff;
--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: 5px;
}

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


/* Botón de búsqueda */
.celeste .searchform.wd-style-with-bg .searchsubmit {
    background-color: #fbdad3 !important;
    color: #473026 !important;
}
.searchform.wd-style-with-bg .searchsubmit:hover {
    opacity: 0.7 !important;
    color: #473026 !important;
}

/* Iconos SVG */
.celeste svg {
    fill: #7EBEC5 !important;
}

/* Sombra de texto */
.shadow {
    text-shadow: 0 1px 3px rgb(0 0 0 / 30%) !important;
}

/* Menú del pie de página */
.main-footer .wd-sub-menu li > a {
    font-size: 20px !important;
    color: #fbdad3 !important;
}
.main-footer .wd-sub-menu li > a .menu-label,
.main-footer .wd-sub-menu .sub-sub-menu li > a {
    font-size: 16px !important;
    color: #fff !important;
}
.main-footer .wd-nav-img {
    max-height: 34px !important;
}

/* Ajustes generales */
.site-content {
    margin-bottom: 0 !important;
}
.wd-prefooter {
    padding-bottom: 0 !important;
}

/* Ocultar Re-Captcha */
.grecaptcha-badge {
    display: none !important;
}

/* Ocultar contador de productos */
.woocommerce-result-count {
    display: none !important;
}

/* Colores del texto del footer */

.main-footer .wd-sub-menu .sub-sub-menu li > a {
    color: #242424 !important;
}

.main-footer .wd-sub-menu li>a {
    color: #242424 !important;
}

.wd-product.wd-hover-fw-button .wd-add-btn > a,
.wd-product.wd-hover-fw-button .wd-add-btn-replace > a {
    width: 100% !important;
    border-radius: 5px !important;
    border: 1px solid !important;
    border-color: #242424 !important;
    background-color: #ffffff !important;
    color: #242524 !important;
}

.wd-product.wd-hover-fw-button .wd-add-btn > a:hover,
.wd-product.wd-hover-fw-button .wd-add-btn-replace > a:hover {
    background-color: #f6f6f6 !important;
}

.wd-products-with-shadow:not(.products-bordered-grid) :is(.wd-cat-wrap, .product-wrapper) {
    box-shadow: none !important;
}@media (min-width: 577px) and (max-width: 767px) {
	.wd-sticky-btn-cart .wcsatt-options-wrapper {display:none !important;}
}

@media (max-width: 576px) {
	.browser-Safari .hide-larger-price .price,.browser-Safari .hide-larger-price .wd-sticky-btn-cart .price {
    white-space: normal !important;
}
.wd-sticky-btn-cart .wcsatt-options-wrapper {display:none !important;}
}

