/* Global */

body .container {
    padding-inline: 40px;
}

.wpcf7 br {
    display: none;
}

.h2,
body :is(h1, h2) {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 24px;
}

input[type="radio"],
input[type="checkbox"] {
    accent-color: #000000;
}

@media (max-width: 768px) {
    body .container {
        padding-inline: 15px;
    }

    .hidden-mobile {
        display: none;
    }
    .h2,
    body :is(h1, h2) {
        font-size: 18px;
        text-wrap: balance;
    }
}

@media (min-width: 769px) {
    .hidden-desktop {
        display: none;
    }
}

/* Header */

.header-store-link {
    text-align: right;
    font-weight: 600;
    font-size: 13.5px;
    display: inline-flex;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
}

.wd-info-box.header-topbar-text {
    flex-direction: row;
    align-items: center;
}

.wd-info-box.header-topbar-text p {
    color: #fff;
}

.box-icon-align-top.header-topbar-text .box-icon-wrapper {
    margin: 0;
}

header [class*="wd-header-search-form"] {
	padding: 0;
}

header .wd-nav-main>li>a {
    font-size: 13.5px;
    font-weight: 600;
}

.wd-header-search-form input {
    border: 1px solid #dfaa1b;
    background-color: #ebb010;
}

.whb-general-header-inner .menu.wd-nav {
    align-items: center;
    gap: 0;
	margin-top: 6px;
    margin-inline: -10px;
}

.whb-general-header-inner .menu.wd-nav>li:hover {
    text-decoration: underline;
}

.whb-general-header-inner .wd-nav>li>a {
    padding-inline: 12px;
}

header.whb-sticked .whb-general-header .wd-dropdown:not(.sub-sub-menu):after {
    height: 15px;
}

header .wd-nav>li:is(.wd-has-children, .menu-item-has-children)>a:after {
    display: none;
}

li#menu-item-80>a {
    background-color: #000;
    color: #fff;
    height: max-content;
    padding: 6px 12px 7px 10px;
    border-radius: 5px;
    line-height: 1;
}

header .wd-account-style-icon:not(.wd-with-username) .wd-tools-text {
    display: block;
}

header .whb-top-bar-inner {
    height: auto;
    max-height: none;
}

.whb-column>.info-box-wrapper {
    padding-block: 7px;
}

.wd-header-search-form-mobile .searchform input[type="text"]{
    border-radius: 0;
    padding: 0;
    padding-inline-start: 12px;
    border: 0;
    --wd-form-placeholder-color: black;
    --wd-form-color: black;
    color: black;
}

.wd-header-search-form-mobile .searchform .searchsubmit:after,
.wd-header-search-form-mobile .searchform .searchsubmit:before,
.wd-header-search-form-mobile .searchform .wd-clear-search:before{
    color: black;
}

@media (min-width: 1025px) {
    .whb-flex-row.whb-general-header-inner {
        flex-wrap: wrap;
        position: relative;
        padding-left: 212px;
        padding-top: 14px;
        height: auto;
        max-height: none;
    }

    header .site-logo {
        padding: 0;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .whb-general-header-inner :is(.whb-column8, .whb-column9) {
        flex: 1 !important;
        margin: 0;
    }

    .whb-general-header-inner .whb-column.whb-column9 {
        justify-content: flex-end;
    }

    .whb-column.whb-column10 {
        width: 100%;
        margin-bottom: 2px;
    }
}

@media (max-width: 1024px) {
    header.whb-sticky-prepared {
        padding-top: 136px;
    }
    .wd-info-box.header-topbar-text p {
        font-size: 12px;
        line-height: 16px;
        text-align: center;
    }
    .whb-general-header>.container,
    .whb-header-bottom>.container {
        padding-inline: 0;
    }
    .whb-general-header .whb-column .wd-tools-element {
        height: 100%;
        display: inline-flex;
        align-items: center;
        width: 60px;
        justify-content: center;
    }
	.wd-header-search-form-mobile .searchform input[type="text"]{
		padding-left: 22px;
	}
	header .searchform .searchsubmit{
		padding-right: 20px;
	}
}

/* Mega Menu */

.megamenu-acf>.vc_column-inner>.wpb_wrapper {
    display: grid;
    grid-template-columns: 50% 1fr 1fr;
    gap: 24px;
    padding-block: 36px;
}

.megamenu-acf .wpb_content_element {
    margin-bottom: 0;
}

:is(.wd-nav-sticky, .wd-header-nav) .wd-dropdown-menu.wd-design-full-width {
    margin: 2px !important;
    padding: 0 !important;
    transition: none;
    transform: none;
}

.megamenu-container {
    display: flex;
    background-color: #e3e3e0;
    gap: 1px;
}

.megamenu-categories {
    display: flex;
    flex-direction: column;
    width: 50%;
    background-color: #fff;
}

.megamenu-subcategories {
    width: 50%;
    background-color: #fff;
}

.category-item {
    display: inline-block;
    padding-block: 6px;
    cursor: pointer;
    position: relative;
    font-weight: 500;
    width: max-content;
}

.category-item {
    opacity: .5;
}

.category-item:hover,
.category-item.active {
    opacity: 1;
}

.category-item:last-child {
    border-bottom: none;
}

.subcategory-content {
    display: none;
    padding-inline: 20px;
}

.subcategory-content.active {
    display: block;
}

.subcategory-title {
    font-size: 16px;
    line-height: 21px;
    font-weight: 600;
    margin-bottom: 15px;
    border-bottom: 1px solid #e3e3e0;
    padding-bottom: 8px;
    color: #000;
}

.subcategory-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.subcategory-item {
    margin-bottom: 8px;
}

.subcategory-link {
    color: #666;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.4;
    transition: color 0.2s ease;
}

.subcategory-link:hover {
    color: #000;
    text-decoration: none;
}

.no-subcategories {
    color: #999;
    font-style: italic;
    font-size: 14px;
}

/* Responsive */
@media (max-width: 768px) {
    .megamenu-container {
        flex-direction: column;
    }

    .megamenu-categories,
    .megamenu-subcategories {
        width: 100%;
    }

    .megamenu-categories {
        border-right: none;
        border-bottom: 1px solid #ddd;
    }
}

/* Footer */

footer .wpb_content_element,
.prefooter .wpb_content_element {
    margin-bottom: 0;
}

footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.prefooter {
    background-color: #FEEFCC;
    padding-block: 20px;
}

.prefooter .wpb_column>.vc_column-inner>.wpb_wrapper {
    display: grid;
    align-items: center;
    grid-auto-flow: column;
    gap: 40px;
}

.prefooter .wpb_column>.vc_column-inner>.wpb_wrapper .wpb_single_image {
    position: relative;
    margin-block: -40px;
    z-index: 1;
}

.prefooter .wpb_column>.vc_column-inner>.wpb_wrapper ul {
    display: flex;
    align-items: center;
    gap: 16px;
    line-height: 20px;
}

.prefooter :is(ul, ol) li,
.footer-copy :is(ul, ol) li {
    margin: 0;
}

.prefooter .wpb_column>.vc_column-inner>.wpb_wrapper ul img {
    height: 32px;
    width: auto;
    max-width: 32px;
}

.footer-links>.vc_column-inner>.wpb_wrapper {
    display: grid;
	grid-template-columns: 20% 20% 1fr;
    gap: 48px;
    justify-content: space-between;
}

.footer>.wpb_column>.vc_column-inner {
    padding-top: 48px;
    padding-bottom: 24px;
}

.footer-copy .vc_column-inner>.wpb_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 32px;
    padding-top: 24px;
    border-top: 1px solid #d9a71f;
}

.footer-copy .vc_column-inner>.wpb_wrapper ul {
    display: flex;
    gap: 4px;
}

.footer-legal ul+p {
    margin-top: 12px;
}

.footer-copy a,
footer .wpcf7-form a {
    font-weight: 600;
    text-decoration: underline;
}

footer .wpcf7-form p {
    margin-bottom: 0;
}

footer .wpcf7-form p.form-field-terms {
    margin-top: 6px;
    margin-bottom: 20px;
    font-size: 12px;
}

.footer-newsletter {
    width: 100%;
    max-width: 400px;
	margin-left: auto;
}

.footer-newsletter .form-submit {
    width: max-content;
    position: absolute;
    right: 0;
    top: 0;
}

.footer-newsletter .form-field-email {
    position: relative;
}

.footer-newsletter .wpcf7-not-valid-tip {
    color: #000;
    opacity: .6;
    font-size: 12px;
    margin-top: 4px;
}

body .wd-prefooter{
	padding: 0;
}

@media (max-width: 768px){
	.prefooter .wpb_column>.vc_column-inner>.wpb_wrapper .wpb_single_image{
		display: none;
	}
	.prefooter .wpb_column>.vc_column-inner>.wpb_wrapper{
		grid-template-rows: 1fr 1fr;
		gap: 20px;
	}
	.prefooter .wpb_column>.vc_column-inner>.wpb_wrapper ul{
		flex-direction: column;
    	text-align: center;
	}
	.prefooter .wpb_column>.vc_column-inner>.wpb_wrapper ul li{
		font-size: 12px;
		line-height: 16px;
	}
	.prefooter .wpb_column>.vc_column-inner>.wpb_wrapper .wpb_text_column{
		height: 100%;
	}
	.footer-links>.vc_column-inner>.wpb_wrapper{
		display: flex;
		flex-direction: column;
		gap: 0;
	}
	.footer-links > .vc_column-inner > .wpb_wrapper .wpb_text_column{
		padding-bottom: 20px;
		margin-bottom: 20px;
		border-bottom: 1px solid;
	}
	.footer-links > .vc_column-inner > .wpb_wrapper .wpb_text_column:nth-last-child(2){
		border-bottom: 0;
	}
	.footer-links > .vc_column-inner > .wpb_wrapper .wpb_text_column:last-child{
		padding-bottom: 0;
		margin-bottom: 0;
		border-bottom: 0;
	}
	.footer-copy .vc_column-inner>.wpb_wrapper,
	.footer-copy .vc_column-inner>.wpb_wrapper ul{
		flex-direction: column;
		text-align: center;
        font-size: 13px;
        line-height: 20px;
	}
	.footer-copy .wpb_single_image{
		margin-top: 20px;
	}
	body .wd-prefooter{
		padding: 0;
	}
}

/* Homepage */

/* Sliders */

body .wd-content-layout {
    padding-block: 0;
}

.wd-slide {
    min-height: auto !important;
}

body .wd-slider.wd-section-container .wd-slide-container {
    padding: 0;
}

.home-slider .wd-nav-pagin-wrap {
    margin: 0;
    bottom: 52px;
}

body .wd-slider.wd-section-container>.wd-carousel-inner>.wd-carousel,
.wd-slider .wpb_single_image .vc_single_image-wrapper img{
    border-radius: 0;
}

.wd-slider .wd-nav-arrows.wd-pos-sep .wd-btn-arrow{
    top: calc(50% - 40px);
    transform: translateY(-50%);
}

@media (max-width: 768px) {
    #slider-19 {
        margin-inline: -15px;
    }
}

/* Banners */

.banners>.vc_column-inner>.wpb_wrapper {
    display: grid;
    grid-auto-flow: column;
    gap: 12px;
}

@media (max-width: 768px){
    .banners>.vc_column-inner>.wpb_wrapper{
        grid-auto-flow: row;
    }
}

/* Marquee */

.home-marquee {
    margin-bottom: 40px;
    padding-block: 20px;
}

.home-marquee .wd-marquee-item {
    font-size: 18px;
}

.home-marquee img {
    border-radius: 100%;
}

/* Product Card */

body .wd-product.wd-hover-buttons-on-hover .product-wrapper {
    border-radius: 5px;
    height: 100%;
}

body .wd-product.wd-hover-buttons-on-hover .product-element-top,
body .wd-product .product-element-top {
    border-radius: 0;
}

body .wd-product.wd-hover-buttons-on-hover .product-element-bottom {
    background-color: #f3f3f0;
    padding: 16px;
}

body .wd-product.wd-hover-buttons-on-hover:not(:is(.quick-shop-shown, .wd-loading)):is(:hover, .wd-variation-active) :is(.product-element-bottom, .wd-product-grid-slider-pagin),
body .wd-product.wd-hover-buttons-on-hover .product-wrapper:hover,
body .wd-add-btn-replace .add-to-cart-loop:hover:before,
body .wd-add-btn-replace .add-to-cart-loop:hover span {
    transform: none;
}

body .product-element-top:after,
body .wd-add-btn-replace .add-to-cart-loop:hover:before {
    display: none;
}

body .wd-product.wd-hover-buttons-on-hover:not(:is(.quick-shop-shown, .wd-loading)):is(:hover, .wd-variation-active) .product-element-top {
    clip-path: none;
}

body .wd-product .product-wrapper {
    gap: 0;
    border: 1px solid #e3e3e0;
}

body .wd-product .product-wrapper:hover {
    border-color: #a3a3a0;
}

body .wd-product.wd-hover-buttons-on-hover .product-element-bottom {
    margin-bottom: 0;
}

body .wd-product.wd-hover-buttons-on-hover .wd-product-footer {
    opacity: 1;
}

body .wd-product.wd-hover-buttons-on-hover .wd-add-btn>a,
body .wd-product.wd-hover-buttons-on-hover .wd-add-btn>a:hover {
    background-color: #d8d8ce;
    color: #36362e;
}

body .wd-product.wd-hover-buttons-on-hover .wd-add-btn>a:hover {
    box-shadow: inset 0 0 200px #d0d0ba;
}

body .wd-product.wd-hover-buttons-on-hover .add-to-cart-loop span {
    text-transform: none;
    font-size: 13.5px;
    font-weight: 500;
}

/* Categories */

.home-categories .wd-nav-arrows.wd-pos-together{
    display: none;
}

/* Products with Banner */

.home-products-banner .wpb_content_element {
    margin-bottom: 0;
}

/* Blog */

body .wd-post .wd-post-title {
    font-size: 18px;
    line-height: 24px;
    text-align: left;
}

body .blog-design-masonry .wd-post-content {
    padding: 0;
    margin-top: 16px;
    align-items: flex-start;
}

.wd-post-read-more.wd-style-link {
    opacity: .4;
}

.wpb_content_element.home-seo {
    margin-bottom: 0;
}

.home-seo>.wpb_wrapper,
.wd-term-desc {
    display: block;
    column-count: 3;
    column-gap: 1.5rem;
    column-fill: auto;
    font-size: 13px;
}

.home-seo>.wpb_wrapper h2,
.wd-term-desc h2 {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    -webkit-column-break-before: always;
    font-size: 16px;
    margin-bottom: 8px;
}

.home-seo>.wpb_wrapper p {
    margin-bottom: 12px;
}

.home-seo-wrapper>.vc_column-inner>.wpb_wrapper {
    padding: 40px;
    background-color: #f3f3f0;
}

@media (max-width: 768px){
	.home-seo-wrapper>.vc_column-inner>.wpb_wrapper{
		padding: 24px;
	}
	.home-seo>.wpb_wrapper,
	.wd-term-desc {
    column-count: auto;
	}
}

/* Single Product */

.woocommerce-product-gallery img {
    border: 1px solid #e3e3e0;
}

.price ins,
.price ins .amount {
    color: rgb(237 32 36);
}

.extra-options .thwepo-product-group-item {
    display: block;
    margin-right: 0;
}

.thwepo-product-group-lable {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    border: 1px solid #e3e3e0;
    padding: 12px 12px 12px 52px;
    border-radius: 5px;
    background-color: #f3f3f0;
    cursor: pointer;
    transition: border-color .125s linear;
}

.thwepo-product-group-lable:hover,
body .extra-options .value input[type=checkbox]:checked+label {
    border-color: #a3a3a0;
}

.thwepo-img-wrap {
    order: 1;
}

.thwepo-img-wrap .thwepo-image-box {
    border: 0 !important;
    width: 60px !important;
    max-width: none;
    border-radius: 5px;
}

.thwepo-product-group-lable .thwepo-image-label {
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    text-wrap: balance;
}

body .extra-options .value input[type=checkbox] {
    position: absolute;
    opacity: 1;
    width: 20px !important;
    height: 20px;
    top: 50%;
    transform: translateY(-50%);
    left: 16px;
    cursor: pointer;
    border: 1px solid #e3e3e0;
    border-radius: 4px;
}

.woocommerce div.product form.cart table.extra-options {
    margin-bottom: 0;
}

table.extra-options .label-tag {
    font-weight: 500;
}

table.extra-options .sublabel-tag {
    font-size: 90% !important;
    margin-bottom: 16px;
    opacity: .6;
}

/* Shipping Options */

.shipping-options-container {
    display: flex;
    flex-direction: column;
    gap: 1px;
    border: 1px solid #e3e3e0;
    border-radius: 5px;
    background-color: #e3e3e0;
    overflow: hidden;
}

.shipping-option {
    display: flex;
    align-items: flex-start;
    padding: 14px 20px;
    background-color: white;
    transition: all 0.3s ease;
    position: relative;
}

.shipping-option:last-child {
    margin-bottom: 0;
}

.shipping-option.express-unavailable {
    opacity: 0.7;
}

.shipping-option.express-unavailable .shipping-icon svg path {
    fill: #999;
    stroke: #999;
    opacity: 0.6;
}

.shipping-option.express-unavailable::after {
    content: 'No disponible';
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #f1f1f1;
    color: #666;
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
}

.shipping-icon {
    margin-right: 20px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shipping-icon svg {
    width: 28px;
    height: 28px;
    transition: transform 0.3s ease;
}

:is(.express-shipping) .shipping-title {
    color: #016fcf;
}

:is(.express-shipping) .shipping-icon svg path {
    fill: #016fcf;
}

:is(.regular-shipping, .free-delivery) .shipping-icon svg path {
    fill: #1a1a1a;
}

:is(.store-pickup) .shipping-icon svg path {
    stroke: #1a1a1a;
}

.shipping-content {
    flex: 1;
}

.shipping-title {
    font-size: 13.5px;
    line-height: 1;
    font-weight: 600;
    margin: 0 0 3px 0;
}

.shipping-description {
    font-size: 12px;
    line-height: 17px;
    color: #666;
}

.express-countdown {
    font-weight: 600;
    background-color: rgb(1 111 207 / 15%);
    color: rgb(1 111 207);
    padding: 2px 8px;
    border-radius: 4px;
    display: inline-block;
}

.express-next-available {
    color: #999;
    font-size: 14px;
    font-style: italic;
}

.loading-message {
    color: #999;
    font-style: italic;
}

/*Stock Animated*/

@keyframes inventory-pulse {
    0% {
        opacity: 0.5;
    }

    100% {
        transform: scale(2.5);
        opacity: 0;
    }
}

.theme-woodmart .stock.wd-style-default.in-stock:before {
    animation: inventory-pulse 1.5s linear infinite;
}

.theme-woodmart .stock.wd-style-default.in-stock:before,
.theme-woodmart .stock.wd-style-default.in-stock:after {
    background: #47994D;
    border-radius: 7px;
    content: "";
    height: 7px;
    left: 0;
    margin: 3.5px;
    position: absolute;
    top: 0;
    width: 7px;
}

.single-product .stock {
    position: relative;
    padding-inline-start: 20px;
}

.single-product p.stock.wd-style-default:is(.available-on-backorder, .in-stock) {
    color: #47994D;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 16px;
}

body .wd-progress-bar :is(.progress-area, .progress-bar) {
    border-radius: 0;
    height: 5px;
}

.wd-progress-bar.wd-stock-progress-bar .progress-bar {
    background-color: #47994D;
}

.wd-progress-bar.wd-stock-progress-bar .stock-info {
    display: none;
}

/* Catalog */

.c-archive-top .wd-shop-desc p{
	margin: 0;
}

.c-archive-top .wpb_single_image .vc_single_image-wrapper img{
	height: 300px;
    object-fit: cover;
	border-radius: 0;
}

.c-archive{
	display: flex;
}

.archive-bottom--filters>.vc_column-inner>.wpb_wrapper::-webkit-scrollbar {
    -webkit-appearance: none;
}

.archive-bottom--filters>.vc_column-inner>.wpb_wrapper::-webkit-scrollbar-thumb {
    display: none;
}

@media (min-width: 1025px){
	.archive-bottom--filters > .vc_column-inner{
		position: sticky;
    	top: 170px;
	}
	.archive-bottom--filters > .vc_column-inner > .wpb_wrapper{
		padding: 24px;
		border: 1px solid #e3e3e0;
		border-radius: 6px;
		overflow-y: auto;
		max-height: calc(100vh - 190px);
	}
}

@media (max-width: 1024px){
	.archive-bottom--filters > .vc_column-inner > .wpb_wrapper{
		margin-top: 20px;
	}
}

/* Mini Cart */

.thwepo-item-product-group {
    display: flex;
    flex-direction: column;
    margin-top: 8px;
}