﻿:root{
--corporative-color: #fcb800;
--corporative-text-color: #000;
--link-text: #0099CC;
}

.dropdown-cat{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    color: #000;
    outline: none;
    background-color: transparent;
    cursor: pointer;
}

.dropdown-item, .searchbar-btn{
    display: block;
    color: #000;
    line-height: 20px;
    padding: 5px 0;
    font-size: 14px;
    background-color: transparent;
    cursor: pointer;
    transition: all 0.4s ease;
}

.dropdown-item:hover{
    color: var(--corporative-color);
}

.mobile-cat{
    position: relative;
    z-index: 10;
    display: block;
    padding: 15px 20px;
    line-height: 20px;
    font-size: 15px;
    transition: all 0.4s ease;
    cursor: pointer;
    margin: 0;
}
.mobile-cat:hover{
    padding-left: 5px;
    color: #000;
}

.mobile-sub{
    display: inline-block;
    padding: 6px 20px;
    width: 100%;
    font-size: 14px;
    color: #000;
    text-transform: capitalize;
    transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    text-decoration: none;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    margin: 0;
}



.mobile-sub:hover, .searchbar-btn:hover, .corporative-color, .subcat:hover{
    color: var(--corporative-color)
}

.accesible-anchor{
    padding: 6px 0 6px 0;
}

.list-view-btn{
    border: none;
    padding: 0;
    margin: 0;
    height: 45px;
    width: 45px;
}

.list-view-icon{
    font-size: 30px;
}

.subcat{
    cursor: pointer;
    transition: all 0.4s ease;
}

.corporative-text-color{
    color: var(--corporative-text-color);
}

.no-border{
   border: none;
}

.h1-login{
    margin: 0 0 25px;
    font-size: 16px;
    font-weight: 400;
}

.h2-nosotros{
    margin-bottom: 80px;
    font-size: 24px;
    font-weight: 600;
}

.p-faq{
    position: relative;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 700;
}

.p-newsletter {
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 24px;
}

.p-footer-column-title {
    font-size: 16px;
    margin-bottom: 30px;
    font-weight: 600;
}

.subcat,
.h2-nosotros,
.p-faq,
.p-newsletter,
.p-footer-column-title {
    color: var(--corporative-text-color);
}

.scrollYenabled{
    max-height: 90dvh;
    overflow-y: scroll;
    scrollbar-width: none;
}

.menu--product-categories .menu__content{
    padding-top: unset;
}

/*.mega-menu-container{
    height: 100%;
    position: absolute;
    left: 100%;
    top: 0;
    min-width: 530px;
    border: 1px solid red;
}

.menu--dropdown > li.has-mega-menu .mega-menu{
   position: relative;
   top: 0;
   left: 0;
}*/

.menu--dropdown > li:hover.has-mega-menu .mega-menu-hover{
    display: block;
    opacity: 1;
}

.menu--dropdown > li.has-mega-menu .mega-menu-hover{
    position: absolute;
    top: 0;
    left: 100%;
    width: auto;
    min-width: 530px;
    display: none;
    opacity: 0;
    border-left: none;
    height: 100%;
}



