.home .main-page-wrapper {
    padding-top: 0px;
}

.home .main-footer .prefooter-custom {
    margin-top: -60px;
}

.whb-main-header .top-bar-text.whb-text-element {
    color: black;
    font-size: 14px;
    
    letter-spacing: 2px;
}

.whb-main-header .menu.wd-nav {
    gap: 20px;
}

.whb-header-bottom.whb-flex-equal-sides .whb-col-right {
    flex: initial !important;
}

.whb-main-header .woodmart-nav-link::after {
    color: white !important;
    font-size: 9px !important;
    font-weight: 900 !important;
    margin-left: 6px !important;
}





.header-megamenu {
    margin-bottom: 60px;
    margin-top: 25px;
}

.header-megamenu h3 {
    margin: 0;
    display: flex;
    margin-bottom: 15px;
}

.header-megamenu h3 a {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 100%;
    
}

.header-megamenu h3 a:hover {}

.header-megamenu p {
    margin: 0;
    display: flex;
    margin-bottom: 2px;
}

.header-megamenu p a {
    font-size: 14px;
    letter-spacing: 0;
    width: 100%;
    padding: 5px 0;
    color: black;
}

.home-marcas-megamenu {}

.home-marcas-text-megamenu p {
    color: black;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 100%;
    
}

.home-marcas-megamenu a {
    border: 1px solid #e3e3e3 !important;
}

.home-marcas-megamenu a:hover {
    border: 1px solid black !important;
}

.home-marcas-megamenu .wpb_single_image {
    margin-bottom: 25px;
}

.home-marcas-megamenu img {
    padding: 10px 35px !important;
}






.wd-header-nav .menu .nav-link-text {
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: 300;
    color: white;
    text-transform: uppercase;
}

.wd-header-nav .menu .nav-link-text::after {
    background: white !important;
    height: 1px !important;
    top: 110% !important;
}





.home-categorias {
    padding-bottom: 35px;
    padding-top: 15px;
}

.home-categorias-item {
    position: relative;
    background: white;
}

.home-categorias-item::before {
    content: "";
    /* background: rgb(0 0 0 / 4%); */
    border: 1px solid white;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    transition: all ease-in-out .15s;
}

.home-categorias-item:hover::before {
    border: 1px solid black;
    transition: all ease-in-out .15s;
}

.home-categorias-item h2 {
    font-size: 16px;
    line-height: 19px;
    color: black;
    margin: 0;
    position: absolute;
    top: 75%;
    text-align: center;
    width: 100%;
    pointer-events: none;
    padding: 0 20px;
}

.home-categorias-item a {
    padding-bottom: 25px;
}

.home-categorias-item img {}

.home-categorias-text {
    margin-bottom: 25px;
}

.home-categorias-text h2 {
    margin-bottom: 5px;
    font-size: 28px;
}

.home-categorias-text p {
    margin-bottom: 5px;
}

.home-carrusel-title {
    margin-bottom: 15px;
}

.home-carrusel-title h2 {
    font-size: 28px;
}

.home-productos-destacado-text h2 {
    color: white;
}

.theme-woodmart .home-productos-destacado-lista .product-grid-item .product-element-top:before {
    background: none;
}

.theme-woodmart .home-productos-destacado-lista .wd-hover-tiled .product-element-bottom {
    padding: 5px 15px;
    padding-bottom: 25px;
}

.home-productos-destacado-lista .wd-btn-arrow {
    color: white;
}

.home-productos-destacado-lista .wd-btn-arrow:hover {
    color: white;
}

.home-marcas {
    padding-bottom: 35px;
    padding-top: 15px;
}

.home-marcas-text {
    margin-bottom: 20px;
}

div.wd-sizeguide-btn.wd-action-btn.wd-sizeguide-icon{
	margin-bottom: 30px;
}

.home-marcas a {
    border: 1px solid white;
    transition: all ease-in-out .15s;
}

table.variations select{
	width: 100%;
	max-width: none !important;
}

span.attribute-label.product-label.label-term-3m,
span.attribute-label.product-label.label-term-kleenguard{
	max-width: 50px;
}

.home-marcas a:hover {
    border: 1px solid black;
    transition: all ease-in-out .15s;
}

.home-marcas img {
    padding: 0;
    background: white;
}