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

:root {
	--wd-text-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #777777;
	--wd-text-font-size: 16px;
	--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(110,195,221);
	--wd-alternative-color: #606060;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: rgba(190,226,248,0.74);
	--btn-default-bgcolor-hover: rgb(190,226,248);
	--btn-accented-bgcolor: rgba(190,226,248,0.83);
	--btn-accented-bgcolor-hover: rgb(190,226,248);
	--wd-form-brd-width: 2px;
	--notices-success-bg: rgb(190,226,248);
	--notices-success-color: #fff;
	--notices-warning-bg: rgb(190,226,248);
	--notices-warning-color: #fff;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-image: none;
	background-repeat: no-repeat;
	background-size: inherit;
	background-attachment: scroll;
	background-position: center center;
	--wd-popup-width: 1000px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 280px;
}
.wd-page-title {
	background-color: #0a0a0a;
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: #186aa0;
	background-image: none;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 0px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #333;
--btn-accented-color-hover: #333;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--btn-accented-box-shadow-active: none;
--btn-accented-bottom: 0px;
--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);
}
}


.woodmart-main-logo{
   height:90px;
}

.woodmart-sticky-logo{
   height:50px;
}
.justify{
	text-align: justify;
}
.blend-mode{
	background-blend-mode: overlay;
}
.marcas .wd-gallery-item{
	filter: grayscale(1);
}
.marcas .wd-gallery-item:hover {
	filter: grayscale(0);
}

.boton-wj{
    border: 0px solid; 
    background: #6fc3de; 
    color: #FFF; 
    font-size: 18px; 
    font-family:'Poppins'; 
    padding: 15px 50px; 
    box-shadow: none; 
    border-radius: 8px; 
    white-space: normal; 
    font-weight: 700; 
    line-height: 1.3; 
    cursor: pointer; 
    word-break: normal; 
    margin: auto;
}

.cvm-thumbnail img {
    border-radius: 25px !important;
    box-shadow: 0px 5px 9px #00000030;
		width: 90% !important;
}
.cvm-link span {
    text-align: center !important;
    padding-top: 10px;
    font-weight: 800;
    font-size: 12px;
    text-transform: uppercase;
}

@media only screen and (max-width: 600px) {
	.device-display-none{
		display:none;
	}
}

@media (max-width: 576px) {
	.woodmart-main-logo{
   height:50px;
}
}

