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

:root {
	--wd-text-font: "Roboto", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--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: "Poppins", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 500;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(78,121,60);
	--wd-alternative-color: rgb(233,80,63);
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(78,121,60);
	--btn-accented-bgcolor-hover: rgb(78,121,60);
	--wd-form-brd-width: 2px;
	--notices-success-bg: rgb(78,121,60);
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: rgb(45,50,61);
	background-image: none;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--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: 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) {
[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);
}
}


.wd-page-title {
background-color: #0a0a0a;
}

@font-face {
	font-family: "F";
	font-weight: 400;
	font-style: normal;
}

:root{
	--main-color-primary: #4F7934;
	--main-color-secondary: #e9503f;
	--main-color-black: #000000;
	--main-color-white: #ffffff;
	--main-color-gray: #575756;
	--main-color-gray-2: #575756;
	--main-color-blue: #2d323d;
	--main-color-green-30: rgb(79 121 52 / 30%);
	--main-color-green-60: rgb(79 121 52 / 60%);
	
	--main-radius: 10px;
	--main-shadow: 3px 3px 15px #575756;
	--padding-general: 5vw;
	--padding-small: 3vw;
	--padding-top-site: 210px;
	
	--text-45: 45px;
	--line-45: 45px;
	--text-35: 35px;
	--line-35: 35px;
	--text-26: 26px;
	--line-26: 26px;
	
}

/* Background */
.bg-gray-2{background-color:var(--main-color-gray-2)!important}
.bg-blue{background-color:var(--main-color-blue)!important}

/* Text */
.text-end{text-align:end}

.tx-45, .tx-45 p, .tx-45 a, .tx-45 div, .tx-45 span{
	font-size: var(--text-45);
	line-height: var(--line-45);
}

.tx-26, .tx-26 p, .tx-26 a, .tx-26 div, .tx-26 span{
	font-size: var(--text-26);
	line-height: var(--line-26);
}

.fw-regular, .fw-regular div, .fw-regular a, .fw-regular p, .fw-regular span{font-weight:400}
.fw-bold, .fw-bold div, .fw-bold a, .fw-bold p, .fw-bold span{font-weight:600}
.fw-extrabold, .fw-extrabold div, .fw-extrabold a, .fw-extrabold p, .fw-extrabold span{font-weight:900}

/* Text Color */
.tx-white, .tx-white p, .tx-white a, .tx-white div{color:var(--main-color-white)!important;}
.tx-green, .tx-green div, .tx-green a, .tx-green p, .tx-green span {color: var(--main-color-primary)!important}


/* Productos */
.price, .single_variation_wrap, .quantity, .wd-add-btn, .woocommerce-ordering {display: none!important}
h3.wd-entities-title {
    padding: 0px 5%;
    text-wrap-style: balance;
    font-weight: 600;
}

.wd-entities-title a {
    font-weight: 600;
    text-wrap-style: balance !important;
}

.product_title {
  font-size: var(--text-35)!important;
	line-height: var(--line-35)!important;
	color: var(--main-color-primary)!important;
	font-weight:600!important;
	text-wrap-style: balance;
}

.woocommerce-product-gallery .woocommerce-product-gallery__image {
    aspect-ratio: 1 / 1!important;
}
.woocommerce-product-gallery img {
    aspect-ratio: 1 / 1 !important;
    object-fit: contain!important;
}

.wd-carousel-item img, .summary.entry-summary.text-left.wd-grid-col {
    border: 1px solid var(--main-color-gray);
    border-radius: var(--main-radius)!important;
    padding: 5px;
}

.summary.entry-summary.text-left.wd-grid-col {
    padding: 5%;
}

.wd-page-content {padding-top: var(--padding-top-site)!important; padding-bottom: calc(var(--padding-top-site)/2);}
.single-product .whb-overcontent:not(.whb-custom-header) {padding-top: 0px;}
.wd-content-layout {padding-block: 0px!important;}

.section-slider{min-height:50vw}
.section-general{padding: var(--padding-general) 0vw}
.section-header.section-general{padding-top: calc(var(--padding-general) + var(--padding-top-site))!important}

/* Categorias Home */
.category-home-section {
    background: var(--main-color-green-30)!important;
    border-radius: var(--main-radius)!important;
	  padding: 50px;
    transition: background 0.3s ease;
}

.category-home-section:hover {
    background: var(--main-color-green-60)!important;
}


/* Footer */
.logo-footer img {max-width: 230px;}

.wd-sub-menu-wrapp{
    width: 97%;
    margin: 6px auto;
}