.button--red {
    background-color: #ad0c36;
}

.nav--header--content{
    padding: 0 20px 0;
    justify-content: center;
}
.nav--header--content ul{
    justify-content: center;
    padding: 5px 0;
}
.nav--header--content .header__category {
    padding: 10px 15px;
    margin-right: 0 !important;
    font-size: 11px;
    letter-spacing: 0.5px;
}
.header__category--subcategory{
    top: 30px;
    box-shadow: 0px 3px 12px rgba(0,0,0,0.1);
}
.nav--header--content a{
    color: #0c3445;
}
.header--icons li a{
    color: #0c3445;
    font-size: 11px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    padding: 10px 20px;
    border-radius: 3px;
}
.header--icons li a:hover{
    background: rgba(12, 52, 69, 0.05);
}
.header--icons li{
    margin-right: 5px;
}
.header--icons li span.ico-header{
    color: #0c3445;
    font-size: 16px;
    font-weight: bolder;
    margin: 0;
    margin-right: 10px;
    margin-bottom: 3px;
}
.header--icons a:hover span{
    color: #0c3445;
}
.menu-style-active{
    border: none !important;
}
.header--icons li a.btn-search{
    -webkit-font-smoothing: antialiased;
}
.header--icons li a.btn-search::after{
    content: "Buscar";
    font-size: 12px;
}
.header--result--search{
    top: -69px;
    height: 60px;
    padding: 0 20px;
    border-radius: 3px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
}
.header__search .input__general{
    width: 100%;
}
.header__search .input__general input{
    font-size: 14px;
    width: 100%;
    padding: 0;
    letter-spacing: 0.5px;
    color: #0c3445;
    height: 60px;
}
.header__search .input__general input::placeholder{
    font-family: "Gotham-medium", sans-serif;
    color: #0c3445;
    letter-spacing: 0.5px;
    font-size: 14px;
}
.header--result--search .header__search{
    width: 100%;
}
.header--result--ctn{
    overflow: initial;
    background: white;
    margin-left: -20px;
    border-radius: 3px;
    margin-top: 5px;
    width: calc(100% + 40px);
}
.header--result--btn{
    margin: 0;
    margin-top: 5px;
    width: calc(100% + 40px);
    max-width: calc(100% + 40px);
    margin-left: -20px;
}
.header--result--btn a{
    width: 100%;
    color: #fff;
    margin: 0;
    padding: 15px 0;
    color: white !important;
    border-radius: 4px;
}
.overlay--general.active{
    opacity: 0.3;
}
.header--fixed{
    padding: 10px 20px;
}
.header--fixed--shopping span.ico-header{
    color: #ffffff;
    font-size: 16px;
    font-weight: bolder;
}
.header--fixed--shopping a{
    background: #868d4b;
    padding: 4px 8px;
    border-radius: 3px;
    color: white;
    font-size: 14px;
}

@media screen and (min-width: 1025px){
    .header--icons a:hover {
        color: #0c3445;
    }
}

.whatsapp__button{
    border-radius: 50%;
    right: 20px;
    background: #36b134;
    transition: all ease-in-out .15s;
}
.whatsapp__button:hover{
    bottom: 25px;
    transition: all ease-in-out .15s;
}
.whatsapp__button img{
    width: 60px;
    height: 60px;
    display: block;
    box-shadow: 0 5px 15px rgba(54, 177, 52, 0.5);
    border-radius: 100px;
}