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

:root {
	--wd-text-font: "Roboto", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgba(0,0,0,0.91);
	--wd-text-font-size: 16px;
	--wd-title-font: "Roboto", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 300;
	--wd-title-color: rgba(0,0,0,0.88);
	--wd-entities-title-font: "Roboto", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 300;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Roboto", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Roboto", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 400;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: rgba(0,0,0,0.84);
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Roboto", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 400;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 18px;
	--wd-primary-color: rgb(26,51,14);
	--wd-alternative-color: #fbbc34;
	--wd-link-color: #4e9d2d;
	--wd-link-color-hover: #409e17;
	--btn-default-bgcolor: rgba(0,0,0,0.41);
	--btn-default-bgcolor-hover: rgba(0,0,0,0.41);
	--btn-accented-bgcolor: #4e9c34;
	--btn-accented-bgcolor-hover: #000000;
	--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: rgb(255,255,255);
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
	--wd-popup-width: 700px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 280px;
}
.wd-page-title {
	background-color: rgb(26,51,14);
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: rgba(0,0,0,0.88);
	background-image: none;
}
html .product.wd-cat .wd-entities-title, html .product.wd-cat.cat-design-replace-title .wd-entities-title, html .wd-masonry-first .wd-cat:first-child .wd-entities-title {
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.product-labels .product-label.onsale {
	color: rgb(0,0,0);
}
.wd-popup.popup-quick-view {
	--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: 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);
}
}

rs-slides :is([data-type=text],[data-type=button]) {
font-family: Roboto !important;
}
rs-slides :is(h1,h2,h3,h4,h5,h6)[data-type=text] {
font-family: Roboto !important;
}

/* Mensaje error CF7 PARCHE */ 
.wpcf7-response-output.wpcf7-validation-errors {
    display: none !important;
}

/* Visible textos de párrafos en block PARCHE */ 
.wpb-content-wrapper>p {
    display: block;
}

/* Eliminar barra a la izquierda que estaba causando que el conenido se vaya más abajo PARCHE */
.container:before {
	display: none !important;
}

.price del {
    color: var(--color-gray-300);
    font-size: 80%;
}

element.style {
    font-size: 70%;
}

.whb-row{
	background-color: #4D9E2D;
}

.whb-top-bar {
    background-color: #1a330e;
    border-color: #1a330e;
    border-bottom-width: 0;
    border-bottom-style: solid;
}

.page-title-default {
    background-color: #1a330e;
    background-size: cover;
    background-position: center center;
}

.product-labels .product-label.onsale {
    background-color: #4e9c34;
		color: #FFFFFF;
    direction: ltr;
}

.comment-form .submit {
    background-color: rgba(78, 156, 52, 1);
}

:root {
    --btn-accent-bgcolor-hover: rgba(78, 156, 52, 1);
}

input.wpcf7-form-control.has-spinner.wpcf7-submit {
    background-color: #4e9c34;
    color: white;
}

/* Ocultar botón Mercado Libre */
.imma_buy_button_meli.button.alt {
    display: none !important;
}


/* Centrar elementos De una */
.deuna {
    align-items: center;
    text-align: center;
}

/* Ventas cruzadas en responsive en horizontal */
@media only screen and (max-width: 767px) {
	.woobt-title {
		max-width: 60% !important;
	}
}

@media only screen and (max-width: 767px) {
    .woobt-wrap-responsive .woobt-products .woobt-product > div {
        padding: 5px 0 !important;
        width: auto !important;
        flex-basis: auto !important;
        max-width: 60% !important;
    }
}

@media only screen and (max-width: 767px) {
    .woobt-wrap-responsive .woobt-products .woobt-product {
        display: flex;
        flex-direction: row;
        text-align: center;
        padding: 20px 0;
    }
}

/* Color y ancho del sepadorador del footer */
.vc_sep_line {
    border-color: #ffffff26 !important;
		border-top: 0px !important;
}

/* Espacio encima del botón de whatsapp en fichas productos */
.joinchat__woo-btn__wrapper {
    margin-top: 10px !important;
}


/* Cambiar tamaño imagen menú productos */
.wd-nav-img.mega-menu-list img {
    display: inline-block !important;
    margin-right: 7px !important;
    max-height: 50px !important;
    width: auto !important;
}

.wd-nav-img, .wd-sub-menu li > a img {
  max-height: var(--nav-img-height, 50px) !important;
}

/* Cambiar padding top menú full */
.wd-dropdown-menu.wd-design-full-width:not(.wd-scroll), .wd-dropdown-menu.wd-design-full-width.wd-scroll .wd-dropdown-inner {
    padding-top: var(--wd-dropdown-padding, 0px);
    padding-bottom: var(--wd-dropdown-padding);
    padding-left: calc(var(--wd-scroll-w) + var(--wd-sticky-nav-w));
}

/* Cambiar padding top menú full */
ul.sub-sub-menu {
    margin-left: 10px;
		margin-right: 10px;
}

/* Intercambiar orden inicio sesión google y facebook */
.wd-social-login {
    flex-direction: column-reverse !important;
}

.wd-social-login .btn {
    flex: 1 1 50px !important;
}

/* Cambiar color iconos blog categorías y productos filtros */
.wd-sidebar-opener.wd-on-shop.wd-filter-icon.wd-action-btn.wd-style-icon.wd-shown {
    background-color: #4D9E2D;
}

.wd-sidebar-opener.wd-not-on-shop.wd-action-btn.wd-style-icon {
		background-color: #4D9E2D;
}

div.wd-sidebar-opener.wd-not-on-shop>a:before {
    content: "\f122";
}

.wd-on-shop a {
		color: #ffffff;
}

.wd-not-on-shop a {
		color: #ffffff;
}

/* Quitar valor cuota credikampo en sección comprar con, en página producto */
.woobt-product.woobt-product-together .pro_price_extra_info {
    display: none !important;
}

/* Eliminar padding superior sección suscríbete */
aside.footer-sidebar.widget-area.wd-grid-g {
    padding-top: 0px !important;
}

/* Más margen inferior sección suscríbete responsive */
@media only screen and (max-width: 767px) {
    .vc_custom_1738941774900 {
        padding-bottom: 10px !important;
    }
}

/* Sección subscriptores en una línea */
.form-inline {
    align-items: center;
}

.form-inline p {
    margin: 0; /* Elimina márgenes adicionales del <p> */
		display: flex;
}

.form-inline p span input {
		background-color: #fff;
}

.wpcf7-form-control-wrap {
    flex: 1; /* Permite que el input ocupe todo el espacio disponible */
}

input.wpcf7-form-control.wpcf7-email.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-email {
    border: 0px;
    border-radius: 0px;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.boton-subscriptores {
    background-color: #81b570;
}

/* Color del texto en sección footer */
.columnas-footer a {
    color: rgb(255 255 255 / 80%);
}

.columnas-footer a:hover {
    color: rgb(255 255 255);
}

.columnas-footer {
    color: rgb(255 255 255 / 80%);
}

/* Sombreado Formulario CrediKampo */
.formulario_credikampo {
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}

.cmplz-manage-consent {
    display: none !important;
}

