#subcategories ul {
  text-align: center;
}

.headerbuilder .opt-list a {
    color: inherit;
}

#search_widget input[type="text"] {
    border-color: #dedede !important;
}

.header_logo img.logo{
    max-width: 200px !important;
}

.main-contant-wrapper {
    padding: 0 0 30px !important;
}


/* Estilos show fonts */
.show-fonts {
    text-decoration: underline;
    margin-top: 10px;
    font-size: 14px;
}
/* Fin */

@media (min-width: 992px){
    #category .page-width.main-content .col-lg-4 {
        width: 100%;
    }
}

@media (min-width: 544px){
    #category .page-width.main-content .col-sm-6 {
        width: 100%;
    }
}