/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

/* VARIABLES */
:root {
  --color-gray-400: rgba(112, 112, 112, 0.35);
  --color-gray-500: #a8a8a8;
  --color-gray-600: #3A2F2E;
  --color-gray-800: #000000;
  --color-gray-900: #000000;
  --brdcolor-gray-200: rgba(112, 112, 112, 0.35);
  --brdcolor-gray-300: rgba(112, 112, 112, 0.35);
  --brdcolor-gray-400: rgba(112, 112, 112, 0.35);
  --brdcolor-gray-500: rgba(112, 112, 112, 0.35);
}

.wd-nav[class*="wd-style-"] {
    --nav-color: #000000;
}
.color-scheme-dark {
    --color-gray-500: #000000;
    --color-gray-600: #000000;
    --color-gray-700: #000000;
    --color-gray-800: #000000;
    --color-gray-900: #000000;
    --wd-link-color: #000000;
    --wd-text-color: #000000;
}
[class*="color-scheme-light"] {
    --color-gray-100: #ffffff;
    --color-gray-200: #ffffff;
    --color-gray-300: #ffffff;
    --color-gray-400: #ffffff;
    --color-gray-500: #ffffff;
    --color-gray-600: #ffffff;
    --color-gray-700: #ffffff;
    --color-gray-800: #ffffff;
    --color-gray-900: #ffffff;
}
html body.woodmart-archive-blog .wd-posts:not([style*="wd-gap"]) {
    --wd-gap-lg: 60px;
    --wd-gap-md: 30px;
}

/* HEADER */
html body .page-title .wd-action-btn {
  display: none!important;
}
html body .whb-header .wd-tools-element > a {
    padding-inline: 15px;
}
html body .wd-nav[class*="wd-style-underline"] > li.current-menu-item > a, html body .wd-nav[class*="wd-style-underline"] > li > a:hover {
    color: var(--nav-color)!important;
}
html body .page-title {
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center left;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 50px;
}
html body .page-title .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    flex-direction: row;
}
html body .page-title .container > *, html body .page-title .title {
  margin-bottom: 0;
}
html body .page-title .title {
  text-transform: uppercase;
}

/* FOOTER */
html body footer a:hover {
    color: var(--wd-primary-color);
}
html body footer .widget_nav_menu ul.menu {
    display: flex;
    gap: 30px;
    text-transform: uppercase;
}
html body footer .text-center .widget_nav_menu ul.menu {
    justify-content: center;
}
html body footer .widget_nav_menu ul.menu li {
    margin-bottom: 0;
}
html body .wd-social-icons.icons-design-primary {
    display: flex;
    gap: 30px;
}
html body .text-center .icons-design-primary {
    justify-content: center;
}
html body .icons-design-primary .wd-social-icon {
    border-width: 1px;
    border-color: var(--wd-alternative-color);
    color: var(--wd-alternative-color);
    margin: 0;
}
html body .icons-design-primary .wd-social-icon:hover {
    border-color: var(--wd-primary-color);
}
html body .copyrights-wrapper {
    border-top: none!important;
    position: relative;
}
html body .copyrights-wrapper .min-footer {
    padding-block: 25px;
}

/* GENERAL */
html body {
    letter-spacing: 0.3px;
}
html body .wd-arrow-inner:after {
    font-family: vc_material !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
html body .wd-prev .wd-arrow-inner:after {
    content: "\e5c4";
}
html body .wd-next .wd-arrow-inner:after {
    content: "\e5c8";
}
html body :is(.btn,.button,button,[type="submit"],[type="button"]) {
    line-height: 1;
    transition: all .25s ease!important;
}
html body .btn.btn-style-semi-round {
    border-radius: 10px;
}
html body .btn.btn-size-default {
    min-height: 53px;
    padding: 5px 25px;
}
html body .btn .wd-icon {
    transition: all .25s ease!important;
}
html body .btn.btn-size-default .wd-icon {
    font-size: 20px;
}
html body .btn.btn-color-black.btn-style-bordered {
    border-color: var(--wd-alternative-color);
    color: var(--wd-alternative-color);
}
html body .btn.btn-color-black.btn-style-bordered .wd-icon {
    color: var(--wd-primary-color);
}
html body .btn.btn-color-black.btn-style-bordered:hover .wd-icon {
    color: #ffffff;
}
html body .btn.btn-color-primary:hover, html body .btn.btn-color-black:hover {
    background-color: var(--wd-alternative-color);
    color: #ffffff;
}
html body .wd-info-box .info-box-content a {
  color: var(--wd-text-color);
}
html body .wd-info-box .info-box-content a:hover {
  color: var(--wd-primary-color);
}
html body .wd-info-box.box-style-shadow {
    box-shadow: 0px 0px 14px #00000017 !important;
}
html body .wd-list.wd-fontsize-xs {
    font-size: inherit;
} 
html body .wd-list li {
    align-items: flex-start;
}
html body .vc_row[class*="vc_column-gap-"]>.vc_column_container {
    padding-top: 0!important;
    padding-bottom: 0!important;
}
html body .wd-carousel:not(.woocommerce-product-gallery__wrapper) .wd-carousel-item {
    padding: 0 calc(15px / 2);
}
html body .wd-info-box :is(.info-box-subtitle,.info-box-title,.info-box-inner):not(:first-child) {
    margin-top: 15px;
}
html body .wd-info-box .info-btn-wrapper {
    margin-top: 40px;
}
html body .vc_tta-tabs.vc_tta-style-classic .vc_tta-tabs-container:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: rgb(112 112 112 / 35%);
    margin-bottom: 60px;
}
html body .vc_tta-tabs.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tabs-list {
    display: flex;
    justify-content: center;
    gap: 100px;
    margin-bottom: 20px;
}
html body .vc_tta-tabs.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab>a {
    padding: 0!important;
    color: var(--wd-text-color)!important;
    opacity: 1!important;
}
html body .vc_tta-tabs.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab>a:hover, html body .vc_tta-tabs.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active >a {
    color: var(--wd-primary-color)!important;
}
html body .vc_tta-tabs.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab>a>.vc_tta-title-text:after {
    display: none!important;
}
html body .wd-accordion.wd-style-default:before, html body .wd-accordion.wd-style-default .wd-accordion-title .wd-accordion-opener {
  display: none!important;
} 
html body .widget-area .widget:not(:last-child) {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid var(--color-gray-400);
}
html body .widget-area .widget a {
    color: var(--wd-text-color);
}
html body .widget-area .widget a:hover {
    color: var(--wd-primary-color);
}
html body .widget-area .widget .wp-block-heading {
  margin-bottom: 10px;
}
html body :is(.widget,.wd-widget,div[class^="vc_wp"]) :is(ul,ol) li {
  margin-bottom: 5px;
}
.wp-block-latest-posts.wp-block-latest-posts__list > li {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
    padding-bottom: 5px;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--color-gray-400);
}
.wp-block-latest-posts.wp-block-latest-posts__list > li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.wp-block-latest-posts.wp-block-latest-posts__list > li .wp-block-latest-posts__featured-image {
  margin-bottom: 0;
  border-radius: 5px;
  overflow: hidden;
}
.wp-block-latest-posts.wp-block-latest-posts__list > li .wp-block-latest-posts__post-date {
  margin-top: 8px;
  color: var(--color-gray-500);
}
html body nav[class*="-pagination"] li .page-numbers {
  border-radius: 5px;
  font-size: 16px;
  min-width: 42px;
  height: 42px;
}
html body nav[class*="-pagination"] li .page-numbers:is(.prev,.next) {
  display: none!important;
}
html body .author-info {
    padding: 55px 80px 30px;
    border-radius: 10px;
}
html body .author-info .author-link {
    display: table;
    margin: 10px auto 0;
    color: var(--wd-text-color);
}
html body .author-info .author-link:hover {
  color: var(--wd-primary-color);
}
html body .author-info .author-area-info {
  margin-bottom: 0;
}
html body[class*="archive"] .wd-loop-footer {
  margin-top: 60px;
}
html body button.mfp-close {
  font-size: 0!important;
}
html body .color-scheme-light [class*="wd-underline-colored"] u {
  color: #000000;
}

/* FORMULARIO */
html body .forminator-custom-form .forminator-label {
  margin-bottom: 10px;
}
html body .forminator-edit-module, html body .bb-cta_form .forminator-custom-form label, html body .forminator-custom-form .forminator-response-message:empty, html body .forminator-custom-form .forminator-field .forminator-error-message, html body .forminator-custom-form .forminator-repeater-label {
  display: none!important;
}
html body .forminator-custom-form .forminator-response-message {
    width: 100%; 
    background-color: #e2e3e5;
    border: 1px solid #d6d8db;
    color: #6c757d;
    text-align: left;
    padding: 5px 10px;
    margin-bottom: 30px;
}
html body .forminator-custom-form .forminator-response-message.forminator-error {
  background-color: #f8d7da;
  border: 1px solid #f5c2c7;
  color: #842029;
}
html body .forminator-custom-form .forminator-response-message.forminator-success {
  background-color: #d1e7dd;
  border: 1px solid #badbcc;
  color: #0f5132;
}
html body .forminator-custom-form .forminator-response-message ul {
  margin: 0;
}
html body .forminator-custom-form .forminator-row.forminator-row-last {
  margin-bottom: 0!important;
}
html body .forminator-custom-form .forminator-field-section .forminator-title {
  margin-bottom: 0;
}
html body .color-scheme-light .forminator-custom-form input[type='email'], html body .color-scheme-light .forminator-custom-form input[type='date'], html body .color-scheme-light .forminator-custom-form input[type='search'], html body .color-scheme-light .forminator-custom-form input[type='number'], html body .color-scheme-light .forminator-custom-form input[type='text'], html body .color-scheme-light .forminator-custom-form input[type='tel'], html body .color-scheme-light .forminator-custom-form input[type='url'], html body .color-scheme-light .forminator-custom-form input[type='password'], html body .color-scheme-light .forminator-custom-form textarea, html body .color-scheme-light .forminator-custom-form select {
  border-color: #ffffff;
  color: #ffffff;
  background-color: transparent!important;
}
html body .forminator-custom-form input[type='email'], html body .forminator-custom-form input[type='date'], html body .forminator-custom-form input[type='search'], html body .forminator-custom-form input[type='number'], html body .forminator-custom-form input[type='text'], html body .forminator-custom-form input[type='tel'], html body .forminator-custom-form input[type='url'], html body .forminator-custom-form input[type='password'], html body .forminator-custom-form textarea, html body .forminator-custom-form select {
    min-height: 53px;
    border-radius: 10px;
}
html body .forminator-custom-form .forminator-field[role="radiogroup"] {
    display: inline-flex;
    flex-wrap: wrap;
}
html body .forminator-custom-form .forminator-field[role="radiogroup"] .forminator-label {
    flex: 0 0 100%;
}
html body .forminator-custom-form .forminator-field[role="radiogroup"] .forminator-radio {
  flex: 0 0 auto;
  margin-bottom: 0;
  margin-right: 30px;
}
html body .forminator-custom-form .forminator-field[role="radiogroup"] .forminator-radio:last-child {
  margin-right: 0;
}
html body .forminator-custom-form .forminator-grouped-fields ~ .forminator-grouped-fields {
    padding-top: 30px;
    border-top: 1px solid var(--color-gray-400);
    margin-top: 30px;
}
html body .forminator-custom-form .forminator-repeater-action-button {
    padding: 10px 10px 10px 35px;
    min-height: 0;
    background-position: center left;
    background-repeat: no-repeat;
    background-size: auto;
    background-color: transparent!important;
    transition: all .25s ease!important;
    text-transform: none;
}
html body .forminator-custom-form .forminator-repeater-action-button:hover {
  color: var(--wd-primary-color);
}
html body .forminator-custom-form .forminator-repeater-add ~ .forminator-repeater-remove {
  margin-left: 20px;
}
html body .forminator-custom-form .forminator-repeater-action-button.forminator-repeater-add {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="26" height="26" viewBox="0 0 26 26"><g id="mas" transform="translate(-715 -1277)"><g id="Elipse_879" data-name="Elipse 879" transform="translate(715 1277)" fill="none" stroke="%233a2f2e" stroke-width="1"><circle cx="13" cy="13" r="13" stroke="none"/><circle cx="13" cy="13" r="12.5" fill="none"/></g><path id="Trazado_42479" data-name="Trazado 42479" d="M16728,334.25v11.358" transform="translate(-16000 949.82)" fill="none" stroke="%233a2f2e" stroke-width="1"/><path id="Trazado_42480" data-name="Trazado 42480" d="M0,0V11.25" transform="translate(733.625 1289.749) rotate(90)" fill="none" stroke="%233a2f2e" stroke-width="1"/></g></svg>');
}
html body .forminator-custom-form .forminator-repeater-action-button.forminator-repeater-add:hover {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="26" height="26" viewBox="0 0 26 26"><g id="mas" transform="translate(-715 -1277)"><g id="Elipse_879" data-name="Elipse 879" transform="translate(715 1277)" fill="none" stroke="%23EC6500" stroke-width="1"><circle cx="13" cy="13" r="13" stroke="none"/><circle cx="13" cy="13" r="12.5" fill="none"/></g><path id="Trazado_42479" data-name="Trazado 42479" d="M16728,334.25v11.358" transform="translate(-16000 949.82)" fill="none" stroke="%23EC6500" stroke-width="1"/><path id="Trazado_42480" data-name="Trazado 42480" d="M0,0V11.25" transform="translate(733.625 1289.749) rotate(90)" fill="none" stroke="%23EC6500" stroke-width="1"/></g></svg>');
}
html body .forminator-custom-form .forminator-repeater-action-button.forminator-repeater-remove {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="26" height="26" viewBox="0 0 26 26"><g id="menos" transform="translate(-715 -1277)"><g id="Elipse_879" data-name="Elipse 879" transform="translate(715 1277)" fill="none" stroke="%233a2f2e" stroke-width="1"><circle cx="13" cy="13" r="13" stroke="none"/><circle cx="13" cy="13" r="12.5" fill="none"/></g><path id="Trazado_42480" data-name="Trazado 42480" d="M0,0V11.25" transform="translate(733.625 1289.749) rotate(90)" fill="none" stroke="%233a2f2e" stroke-width="1"/></g></svg>');
}
html body .forminator-custom-form .forminator-repeater-action-button.forminator-repeater-remove:hover {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="26" height="26" viewBox="0 0 26 26"><g id="menos" transform="translate(-715 -1277)"><g id="Elipse_879" data-name="Elipse 879" transform="translate(715 1277)" fill="none" stroke="%23EC6500" stroke-width="1"><circle cx="13" cy="13" r="13" stroke="none"/><circle cx="13" cy="13" r="12.5" fill="none"/></g><path id="Trazado_42480" data-name="Trazado 42480" d="M0,0V11.25" transform="translate(733.625 1289.749) rotate(90)" fill="none" stroke="%23EC6500" stroke-width="1"/></g></svg>');
}
html body .forminator-custom-form .forminator-button-submit {
  background-color: var(--wd-primary-color);
  color: #ffffff;
}
html body .forminator-custom-form .forminator-button-submit:hover {
  background-color: var(--wd-alternative-color);
}
html body .color-scheme-light .forminator-custom-form .forminator-button-submit {
  background-color: #ffffff;
  color: #000000;
}
html body .color-scheme-light .forminator-custom-form .forminator-button-submit:hover {
  background-color: var(--wd-alternative-color);
  color: #ffffff;
}
html body .color-scheme-light .forminator-custom-form .forminator-button-submit .wd-icon {
    color: var(--wd-primary-color);
}
html body .color-scheme-light .forminator-custom-form .forminator-button-submit:hover .wd-icon {
    color: #ffffff;
}
html body .color-scheme-light ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ffffff;
}
html body .color-scheme-light ::-moz-placeholder { /* Firefox 19+ */
  color: #ffffff;
}
html body .color-scheme-light :-ms-input-placeholder { /* IE 10+ */
  color: #ffffff;
}
html body .color-scheme-light :-moz-placeholder { /* Firefox 18- */
  color: #ffffff;
}
html body .bb-cta_form .forminator-custom-form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
  position: relative;
}
html body .bb-cta_form.text-center .forminator-custom-form {
  justify-content: center;
}
html body .bb-cta_form .forminator-custom-form .forminator-row {
  /* flex: 1; */
  margin-bottom: 0!important;
}
html body .bb-cta_form .forminator-custom-form .forminator-row.forminator-row-last {
  flex: 0 0 auto;
}

/* BLOG ARCHIVE */
html body .post-img-wrapp a:after, html body .wd-post .post-image-mask, html body .blog-design-small-images .read-more-section a:after, html body .blog-design-small-images .wd-entry-meta, html body .blog-design-small-images .hovered-social-icons, html body.woodmart-archive-blog.author .author-info .author-link {
  display: none!important;
}
html body.home .wd-blog-element > .wd-posts {
    margin-bottom: 0!important;
} 
html body.home .blog-design-mask {
    margin-bottom: 0;
}
html body .blog-design-mask {
    padding: 0 calc(15px / 2);
}
html body .blog-design-mask .article-inner {
    border-radius: 10px;
}
html body .blog-design-mask .post-img-wrapp a:before {
    content: "";
    background: transparent linear-gradient(180deg, #FFFFFF00 0%, #000000 100%) 0% 0% no-repeat padding-box;
    mix-blend-mode: multiply;
    position: absolute;
    width: 100%;
    height: 60%;
    left: 0;
    bottom: 0;
}
html body .blog-design-mask .article-body-container {
    background: unset!important;
}
html body .blog-design-mask .post-title, html body .blog-design-mask .post-title a {
    color: #ffffff!important;
}
html body .wd-post-date.wd-style-with-bg {
    border-radius: 5px;
    left: 30px;
    top: 30px;
    width: 60px;
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
html body .wd-post-date.wd-style-with-bg .post-date-day, html body .wd-post-date.wd-style-with-bg .post-date-month {
    padding: 0;
}
html body .blog-design-small-images.has-post-thumbnail.blog-style-flat .meta-categories-wrapp {
    height: auto;
    margin-bottom: 0;
    position: absolute;
    top: -20px;
    text-align: center;
}
html body .wd-post-cat.wd-style-with-bg {
    height: 40px;
    line-height: 40px;
    display: inline-table;
    background-color: var(--color-gray-600);
    border-radius: 5px;
    padding-left: 20px;
    padding-right: 20px;
}
html body .wd-post-cat.wd-style-with-bg>a {
  text-transform: none;
}
html body .wd-post:hover .post-img-wrapp a {
    transform: scale(1.1);
}
html body .blog-design-small-images .post-img-wrapp {
  border-radius: 15px;
}
html body .blog-design-small-images .article-body-container {
    padding: 55px 35px 35px!important;
    background-color: #F5F5F8;
    border-radius: 10px;
    text-align: left;
}
html body .blog-design-small-images .post-title {
  margin-bottom: 15px;
}
html body .blog-design-small-images .read-more-section {
  margin-top: 30px;
  text-align: center;
}
html body .blog-design-small-images .read-more-section a {
    display: inline-flex;
    align-items: center;
}
html body .blog-design-small-images .read-more-section a .wd-icon {
    font-size: 20px;
}
html body .blog-design-small-images .read-more-section a:hover, html body .blog-design-small-images .read-more-section a:hover .wd-icon {
  color: var(--wd-text-color);
}
html body .blog-design-small-images.has-post-thumbnail .article-inner {
  justify-content: flex-start;
}
html body.woodmart-archive-blog .main-page-wrapper {
  position: relative;
  padding-bottom: 20px;
}
html body.woodmart-archive-blog .main-page-wrapper:after {
  content: "";
  display: block !important;
  position: absolute;
  width: 100%;
  height: 580px;
  left: 0;
  bottom: 0;
  background: transparent linear-gradient(0deg, #E0E1E8 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
  opacity: 0.5;
}
html body.woodmart-archive-blog .main-page-wrapper .row.content-layout-wrapper {
  position: relative;
  z-index: 1;
}
html body.woodmart-archive-blog.author .author-info {
  margin-top: 35px;
  margin-bottom: 60px;
}

/* BLOG SINGLE */
html body.single-post .wd-single-footer:empty {
  display: none!important;
}
html body .post-single-page .entry-header img {
  width: 100%;
}
html body .post-single-page .meta-post-categories, html body .post-single-page .post-title {
  margin-bottom: 30px;
}
html body .post-single-page .wd-entry-meta {
  margin-bottom: 60px;
}
html body .post-single-page .wd-entry-meta .meta-author {
  color: var(--color-gray-500);
}
html body .post-single-page .wd-entry-meta .meta-author .avatar {
  width: 32px;
  height: 32px;
  margin: 0 10px;
  vertical-align: middle;
}
html body .post-single-page.has-post-thumbnail .article-inner>.entry-header {
  margin-bottom: 60px;
}
html body.single-post footer.entry-author .author-info {
  margin-top: 95px;
  margin-bottom: 60px;
}
html body.single-post .wd-page-nav {
  border-top: 1px solid var(--color-gray-400);
  border-bottom: 1px solid var(--color-gray-400);
}
html body.single-post .wd-page-nav-btn .wd-label {
  color: var(--color-gray-500);
}
html body .wd-carousel-container[class*="related"] .slider-title {
  margin-bottom: 40px;
  justify-content: center;
}
html body.single-post .main-page-wrapper {
  position: relative;
  padding-bottom: 20px;
}
html body.single-post .main-page-wrapper:after {
  content: "";
  display: block !important;
  position: absolute;
  width: 100%;
  height: 580px;
  left: 0;
  bottom: 0;
  background: transparent linear-gradient(0deg, #E0E1E8 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
  opacity: 0.5;
}
html body.single-post .main-page-wrapper .row.content-layout-wrapper {
  position: relative;
  z-index: 1;
}
html body.single-post .wd-page-nav:not(:last-child) {
  margin-bottom: 60px!important;
}
html body.single-post .wd-page-nav .prev-btn .wd-page-nav-icon:after {
    font-family: vc_material !important;
    content: "\e5c4";
}
html body.single-post .wd-page-nav .next-btn .wd-page-nav-icon:after {
    font-family: vc_material !important;
    content: "\e5c8";
}
html body.single-post .wd-page-nav .wd-page-nav-icon {
  color: var(--wd-text-color);
  border-color: var(--wd-text-color);
  transition: all .25s ease;
  font-size: 20px;
}
html body.single-post .wd-page-nav .wd-page-nav-btn:hover .wd-page-nav-icon {
  color: #ffffff;
  background-color: var(--wd-text-color);
}
html body .related-posts-slider {
  margin-bottom: 0;
}

/* WOOCOMMERCE GENERAL */
html body.woocommerce-cart .page-title, html body.woocommerce-checkout .page-title {
  background-image: none!important;
  padding-top: 60px!important;
}

/* WOOCOMMERCE ARCHIVE */
html body .wd-product.wd-hover-info .wd-product-cats, html body .wd-product.wd-hover-info .bottom-information, html body .wd-product.wd-hover-info .wd-buttons, html body .wd-product.wd-hover-info .stock, html body .wd-add-btn-replace .add-to-cart-loop:before {
    display: none!important;
}
html body .category-grid-item.cat-design-default .wrapp-category .category-image:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000000;
  opacity: 0.35;
  mix-blend-mode: multiply;
}
html body .wd-product.wd-hover-info .product-image-link:before {
    content: "";
    background: transparent linear-gradient(180deg, #FFFFFF00 0%, #000000 100%) 0% 0% no-repeat padding-box;
    mix-blend-mode: multiply;
    position: absolute;
    width: 100%;
    height: 60%;
    left: 0;
    bottom: 0;
}
html body .wd-product.wd-hover-info .wd-entities-title, html body .wd-product.wd-hover-info .wd-entities-title a {
    color: #ffffff!important;
    text-transform: uppercase;
}
html body .wd-product.wd-hover-info .top-information .btn.btn-style-link {
    padding: 0;
    border: none;
    min-height: 0;
    justify-content: normal;
    opacity: 0;
}
html body .wd-product.wd-hover-info:hover .top-information .btn.btn-style-link {
    opacity: 1;
}
html body .wd-product.wd-hover-base .product-wrapper {
  border-radius: 10px!important;
  padding: 0 0 35px;
  gap: 35px;
}
html body .wd-product.wd-hover-base .product-element-top {
  border-radius: 10px 10px 0 0;
}
html body .wd-product.wd-hover-base .content-product-imagin {
  border-radius: 10px!important;
  box-shadow: 0px 0px 14px #00000017!important;
}
html body :is(.products-bordered-grid-ins,.wd-products-with-bg:not(.products-bordered-grid),.wd-products-with-shadow:not(.products-bordered-grid)) .wd-product.wd-hover-base.wd-hover-with-fade .content-product-imagin {
    top: 0;
    inset-inline: 0;
}
html body .wd-product.wd-hover-base .product-element-bottom {
  gap: 0!important;
  padding: 0 30px;
}
html body .wd-product.wd-hover-base .product-element-bottom .wd-product-cats a {
  color: var(--color-gray-500);
}
html body .wd-product.wd-hover-base :is(.wd-product-cats,.wd-product-brands-links) {
  font-size: 100%;
}
html body .wd-product.wd-hover-base .fade-in-block {
  padding: 0 30px;
  gap: 20px;
}
html body .wd-product.wd-hover-base :is(.wd-entities-title,.wd-product-cats,.wd-product-brands-links,.wd-product-sku,.wd-product-stock,.price), html body .wd-product.wd-hover-base .product-rating-price {
  margin-block: 0;
}
html body .wd-product.wd-hover-base .wd-bottom-actions .button {
  min-height: 53px!important;
  padding: 5px 25px!important;
}
html body .wd-product.wd-hover-base .wd-bottom-actions:not(.wd-add-small-btn) .add-to-cart-loop span {
  font-size: inherit!important;
  padding: 0!important;
  min-height: 0!important;
}
html body .wd-product.wd-hover-base p.stock.wd-style-default:before {
    font-weight: 900;
    font-size: 12px;
    margin-inline-end: 5px;
    font-family: "woodmart-font";
}
html body .wd-product.wd-hover-base p.stock.wd-style-default.in-stock, html body .wd-product.wd-hover-base p.stock.wd-style-default.in-stock:before {
  color: #33B744;
}
html body .wd-product.wd-hover-base p.stock.wd-style-default.out-of-stock, html body .wd-product.wd-hover-base p.stock.wd-style-default.out-of-stock:before {
  content: "\f112";
  color: #ff0000;
}
html body .wd-add-btn-replace .add-to-cart-loop:hover span {
    transform: none!important;
}
html body .wd-shop-filters-btn .wd-action-btn>a:hover {
  color: var(--wd-primary-color);
}
html body .popup-quick-view .btn.view-details-btn {
    transform: none;
}
html body .widget_product_categories .product-categories li a {
  color: #707070;
} 
html body .widget_product_categories .product-categories li a:hover, html body .widget_product_categories .product-categories li.current-cat>a {
  color: var(--var-text-color);
}

/* WOOCOMMERCE SINGLE PRODUCT */
html body .product-tabs-wrapper .tabs-layout-tabs>.wd-nav-tabs-wrapper, html body .product-tabs-wrapper .tabs-layout-accordion .wd-accordion-item .wd-accordion-title {
  display: none!important;
}
html body .single-breadcrumbs-wrapper .wd-breadcrumbs {
  font-size: 100%;
}
html body .woocommerce-breadcrumb, html body .woocommerce-breadcrumb a {
  color: var(--wd-text-color);
}
html body .wd-product-nav-btn:hover {
  color: var(--wd-primary-color);
}
html body .single-product-content .summary-inner form.cart {
  margin-bottom: 30px;
}
html body .single-product-content .summary-inner .product_meta {
  padding-top: 30px;
}
html body .single-product-content .icons-design-default .wd-social-icon {
    width: 22px !important;
    height: 22px !important;
    background-color: var(--wd-text-color);
    color: #ffffff !important;
    padding: 0;
    line-height: 22px;
    margin: 0 5px !important;
}
html body .single-product-content .icons-design-default .wd-social-icon:hover {
  background-color: var(--wd-primary-color);
}
html body .single-product-content .icons-design-default .wd-social-icon .wd-icon {
  font-size: 12px!important;
  line-height: 20px!important;
}
html body .single-product-content .product_meta a:hover {
  color: var(--wd-primary-color);
}
html body .single-product-content .woocommerce-product-gallery img {
  border-radius: 10px;
}
html body .product-tabs-wrapper {
    padding-top: 80px;
    border: none;
    padding-bottom: 120px;
    margin-bottom: 0!important;
}
html body .product-tabs-wrapper .wc-tab-inner > h2 {
    padding-bottom: 30px;
    border-bottom: 1px solid var(--brdcolor-gray-200);
    margin-bottom: 30px;
}
html body .product-tabs-wrapper .tabs-layout-accordion .wd-accordion-item {
  border-bottom: none!important;
}
html body .product-tabs-wrapper .tabs-layout-accordion .wd-accordion-content {
  padding-bottom: 0;
}
html body .related-and-upsells {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
  margin-bottom: -40px;
}
html body .related-and-upsells:before {
    content: "";
    position: absolute;
    width: 300%;
    height: 100%;
    top: 0;
    left: -100%;
    background-color: #ECECF1;
}

/* BLOQUES CUSTOM */
html body .vc_row.vc_row-flex>.bb-contained_column.vc_column_container>.vc_column-inner>.wpb_wrapper>[class*="wd-rs-"], html body .vc_row.vc_row-flex>.bb-contained_column.vc_column_container>.vc_column-inner>.wpb_wrapper>.info-box-wrapper {
    max-width: 570px;
}
.bb-images_gallery>.wd-grid-g {
    --wd-gap-lg: 15px!important;
}
.bb-wd_counter_inline.woodmart-counter>[class*="counter-"] {
    display: inline;
}
.woodmart-counter[class*="bb-wd_counter"]>.counter-value:before {
    content: "+";
    color: var(--wd-primary-color);
}
.bb-wd_counter_m3.woodmart-counter>.counter-value:after {
    content: "m³";
}
.woodmart-counter[class*="bb-wd_counter"]>.counter-label {
    margin-top: 0;
}

html body .bb-images_gallery.wd-images-gallery .wd-gallery-item img {
    width: 100%;
}
.bb-image_with_bg.wd-image:before {
    content: "";
    background-color: var(--wd-primary-color);
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    height: 100%;
    border-radius: 10px;
}
.bb-image_with_bg.wd-image img {
  position: relative;
}
.bb-position_relative.vc_column_container>.vc_column-inner {
  position: relative;
}
.bb-pl-proyecto, .bb-pch-proyecto {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
}
.bb-pl-proyecto:last-child {
  margin-bottom: 0!important;
}
.bb-pl-proyecto_galeria, .bb-pch-proyecto_galeria {
  display: flex;
  gap: 15px;
}
.bb-pl-proyecto_galeria_item, .bb-pch-proyecto_galeria_item {
  flex: 0 0 50%;
  max-width: 50%;
}
.bb-pl-proyecto_galeria_item img, .bb-pch-proyecto_galeria_item img {
  width: 100%;
  border-radius: 10px;
}
.bb-pl-proyecto_info {
  display: flex;
  gap: 15px;
  border-top: 1px solid rgba(112, 112, 112, 0.35);
  border-bottom: 1px solid rgba(112, 112, 112, 0.35);
  padding-top: 30px;
  padding-bottom: 30px;
  justify-content: space-between;
}
.bb-pl-proyecto_nombre h3 {
  margin-bottom: 30px;
  text-transform: uppercase;
}
.bb-pl-proyecto_info_item {
  text-align: center;
}
.bb-pl-proyecto_info_item h5 {
  margin-bottom: 15px;
}
.bb-pl-proyecto_info_item span {
  color: var(--wd-primary-color);  
}
.bb-pch-proyecto_svg svg {
  display: block;
  margin-bottom: 15px;
}
.bb-pch-proyecto_pretitle span {
  color: var(--wd-primary-color);
  margin-bottom: 15px;
} 
.bb-pch-proyecto_nombre h3 {
  margin-bottom: 0;
}
.bb-pch-proyecto_txt > a {
  margin-top: 40px;
}
.bb-pci-proyecto_img {
  margin-bottom: 30px;
}
.bb-pci-proyecto_img img {
  width: 100%;
  border-radius: 10px;
}
.bb-pci-proyecto_nombre span {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 16px;
  color: var(--wd-primary-color)!important;
}
.bb-store_buttons {
  display: flex;
}
.bb-store_buttons_label {
  margin-right: 20px;
}
.bb-store_buttons .bb-store_button ~ .bb-store_button {
  border-left: 1px solid rgba(112, 112, 112, 0.35);
  margin-left: 15px;
  padding-left: 15px;
}
.bb-store_buttons .bb-store_button i {
  font-size: 24px;
  color: #707070;
  transition: all .25s ease;
}
.bb-store_buttons .bb-store_button:hover i {
  color: var(--wd-primary-color);  
}
[class*="bb-extended_bg_"] > .vc_column-inner {
  position: relative;
}
[class*="bb-extended_bg_"]:before {
  content: "";
  background-color: var(--ext-bg-color);
  position: absolute;
  width: 200%;
  height: 100%;
  top: 0;
}
.bb-extended_bg_left:before {
  left: -100%;
}
.bb-extended_bg_right:before {
  right: -100%;
}
.bb-row_equal_height.vc_row.vc_row-o-equal-height>.vc_column_container>.vc_column-inner, .bb-row_equal_height.vc_row.vc_row-o-equal-height>.vc_column_container>.vc_column-inner>.wpb_wrapper, .bb-row_equal_height.vc_row.vc_row-o-equal-height>.vc_column_container>.vc_column-inner>.wpb_wrapper>.info-box-wrapper, .bb-row_equal_height.vc_row.vc_row-o-equal-height>.vc_column_container>.vc_column-inner>.wpb_wrapper>.info-box-wrapper>.wd-info-box {
  height: 100%;
}
.bb-bottom_grey_gradient:after {
    content: "";
    display: block !important;
    position: absolute;
    width: 100%;
    height: 120px;
    left: 0;
    bottom: 0;
    background: transparent linear-gradient(0deg, #E0E1E8 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
    opacity: 0.5;
}
.bb-bottom_grey_gradient .wpb_wrapper {
    z-index: 1;
}

/* RESPONSIVE */
@media (max-width: 480px) {
  html body .formcraft-css .fc-form.fc-form-1 .form-element .form-element-html {
      padding-bottom: 15px;
  }
  html body .formcraft-css .fc-form.fc-form-1 .form-element.form-element-type-submit .form-element-html {
      padding-bottom: 0;
  }
}
@media (min-width: 481px) {
  html body .formcraft-css .fc-form.fc-form-1 .form-element .form-element-html {
      padding-bottom: 0;
  }
}
@media (max-width: 767px) {
    html body.home .blog-design-mask:not(:last-child) {
        margin-bottom: 15px;
    }
    html body .bb-images_gallery.wd-images-gallery .wd-gallery-item:not(:first-child) {
      display: none!important;
    }
    html body footer .widget_nav_menu ul.menu {
      flex-direction: column;
      gap: 10px;
    }
    [class*="bb-absolute_img"] {
      text-align: center;
    }
    .bb-slider .wd-slide-bg:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-color: #000000;
        opacity: .3;
    }
    .bb-slider .title-wrapper .title, .bb-slider .title-wrapper .title u, .bb-slider .wd-text-block {
        color: #ffffff !important;
    }
    .bb-proyectos_listado {
      margin-top: 60px;
    }
    .bb-pl-proyecto {
      margin-bottom: 60px;
      gap: 30px;
      flex-direction: column;
    }
    .bb-pch-proyecto { 
      gap: 30px;
      flex-direction: column;
    }
    .bb-pl-proyecto_img, .bb-pch-proyecto_img {
      order: 2;
      flex: 0 0 100%;
      max-width: 100%;
    }
    .bb-pl-proyecto_txt, .bb-pch-proyecto_txt {
      order: 1;
      flex: 0 0 100%;
      max-width: 100%;
    }
    html body .bb-cta_form .forminator-custom-form {
      flex-direction: column;
    }
    html body .bb-cta_form .forminator-custom-form .forminator-row, html body .bb-cta_form .forminator-custom-form .forminator-row .forminator-button {
      width: 100%;
    }
    html body .blog-design-small-images .article-body-container {
        border-radius: 0 0 10px 10px;
        padding: 55px 15px 35px!important;
    }
    html body .blog-design-small-images .post-img-wrapp {
      border-radius: 10px 10px 0 0;
    }
    html body .author-info {
        padding: 55px 15px 30px;
    }
    html body .product-tabs-wrapper {
        padding-top: 20px;
        padding-bottom: 60px;
    }
    html body .related-and-upsells {
      padding-top: 60px;
      padding-bottom: 60px;
    }
    .bb-text_align_center_mobile div[class*="wd-"] {
        text-align: center!important;
    }
}
@media (min-width: 768px) {
/*     html body.home .main-page-wrapper:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background-image: url(https://lab.bigbuda.com/ari2ya/wp-content/uploads/2024/07/bg_seccion2.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: left 50%;
    }
    html body.home .main-page-wrapper {
        background-image: url(https://lab.bigbuda.com/ari2ya/wp-content/uploads/2024/07/bg_seccion1.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: left 8%;
    } */
    .bb-absolute_img_124, .bb-absolute_img_124 img {
        position: absolute;
        bottom: 0;
        width: 124%;
    }
    .bb-proyectos_listado {
      margin-top: 120px;
    }
    .bb-pl-proyecto {
      margin-bottom: 100px;
      gap: 10%;
    }
    .bb-pch-proyecto {
      gap: 10%;
    }
    .bb-pl-proyecto_img {
      flex: 0 0 40%;
      max-width: 40%;
    }
    .bb-pl-proyecto_txt {
      flex: 0 0 50%;
      max-width: 50%;
    }
    .bb-pl-proyecto.odd .bb-pl-proyecto_img {
      order: 2;
    }
    .bb-pl-proyecto.odd .bb-pl-proyecto_txt {
      order: 1;
    }
    .bb-pch-proyecto_img {
      flex: 0 0 45%;
      max-width: 45%;
    }
    .bb-pch-proyecto_txt {
      flex: 0 0 45%;
      max-width: 45%;
    }
    .bb-pch-proyecto_galeria .bb-pch-proyecto_galeria_item:nth-child(even) {
      margin-top: 20px;
    }
    html body .blog-design-small-images .article-body-container {
        flex: 1 0 60%!important;
        max-width: 60%!important;
        margin-left: -10%;
    }
    html body .blog-design-small-images.blog-design-chess:nth-child(even) .article-body-container {
      margin-right: -10%;
    }
    html body .woocommerce-ordering.wd-style-underline select {
        min-height: 53px;
        border: 1px solid var(--color-gray-500);
        border-radius: 10px;
        min-width: 300px;
        padding: 15px 20px;
        background-position: 95% center;
    }
}
@media (max-width: 1024px) {
    .bb-slider .wd-slider .wd-slider-pagin {
        text-align: center;
    }
    .bb-slider .wd-slider .wd-slider-pagin.wd-nav-pagin-wrap {
        --wd-pagin-bg-hover: #ffffff!important;
        --wd-pagin-bg-act: #ffffff!important;
        --wd-pagin-brd-color: #ffffff!important;
        --wd-pagin-brd-color-hover: #ffffff!important;
        --wd-pagin-brd-color-act: #ffffff!important;
    }
    html body .wd-product.wd-hover-info .top-information {
        top: unset;
        bottom: 30px;
        inset-inline: 15px;
    }
    html body .wd-product.wd-hover-info .top-information .btn.btn-style-link {
      display: none!important;
    }
    html body .blog-design-mask .article-body-container {
        background: unset!important;
        padding: 0 15px!important;
        bottom: 30px;
    }
    html body .copyrights-wrapper .min-footer a {
        display: block;
        margin-top: 10px;
    }
    html body .bb-no_border_radius_mobile {
      border-radius: 0!important;
    }
    html body .wd-arrow-inner {
      background-color: #ffffff;
    }
    html body .page-title {
      background-position: top left;
    }
    html body .page-title .container {
      flex-direction: column;
    }
    html body .page-title .title {
      margin-bottom: 30px;
    } 
    html body .page-title img {
        max-width: 80%;
        margin: 0 auto;
        display: block;
    }
    .bb-absolute_img_89 {
        text-align: center;
    }
}
@media (min-width: 1025px) {
    .bb-slider .wd-slider .wd-slider-pagin {
        bottom: 50%;
    }
    .bb-slider .wd-slider .wd-slider-pagin .wd-nav-pagin {
        flex-direction: column;
    }
    html body .wd-product.wd-hover-info .top-information {
        top: unset;
        bottom: 60px;
        gap: 10px;
        transform: translateY(32px);
        inset-inline: 30px;
    }
    html body .wd-product.wd-hover-info:hover .top-information {
        transform: translateY(0);
    }
    html body .blog-design-mask .article-body-container {
        background: unset!important;
        padding: 0 30px!important;
        bottom: 40px;
    }
    html body .copyrights-wrapper .min-footer a:before {
        content: "|";
        margin: 0 12px;
        color: var(--wd-link-color);
    }
    html body.woodmart-archive-blog .site-content, html body.single-post .site-content {
      padding-right: 90px;
    }
    html body .page-title .bb-page_title_title {
        flex: 0 0 41%;
        max-width: 41%;
    }
    html body .page-title .bb-page_title_img {
        flex: 0 0 59%;
        max-width: 59%;
        text-align: right;
    }
    .bb-absolute_img_89, .bb-absolute_img_89 img {
        position: absolute;
        bottom: 0;
        width: 89%;
    }
}
html body .btn.add-border {
  border-color: var(--wd-primary-color)!important;
}
html body .btn.add-border:hover {
  border-color: var(--wd-alternative-color)!important;
}
html body .btn-cotiza a {
  color: var(--wd-primary-color)!important;
}
html body h2.wrap-bb span {
  font-size: 16px!important;
}
html body h2.wrap-bb {
  font-size: 16px!important;
  line-height: 1.35!important;
  margin: 0!important;
}

html body.single-post .wd-post-meta {
display: none;
}


/** FIX AL FORMINATOR DEL HOME - NEWSLETTER **/
.bb-cta_form #forminator-module-366 .forminator-row:first-child {
  min-width: 250px!important;
}
html body .bb-cta_form .forminator-custom-form .forminator-row:first-child {
  flex: unset!important;
}


/* Sociales footer */
.custom-sociales {
  
}