/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author: UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

@import 'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.1/css/all.min.css';

.categoria-principal .level_1 {
    background-color: #02b806;
    color: #ffffff;
    letter-spacing: 1px;
    font-weight: 900;
}

.categoria-principal .level_1::before {
    content: '\f0c9';
    position: absolute;
    color: #ffffff;
    left: 15px;
    z-index: 1;
    font-family: 'Font Awesome 5 Free';
    display: inline-block;
    font-weight: 700;
}

.dgwt-wcas-search-wrapp {
    min-width: 360px;
}
.l-subheader-cell.at_center>* {
    width: 100%;
}

.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    height: 50px;
    border-radius: 0;
}

.dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
    overflow: visible !important;
}

.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit::before {
    content: '';
    position: absolute;
    border-width: 8px 8px 8px 0;
    border-style: solid solid solid none;
    border-color: transparent #333 transparent;
    top: 16px;
    left: -6px;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit::before {
    border-color: transparent #058dc7!important;
}

.dgwt-wcas-search-submit::before {
    border-color: transparent #058dc7!important;
}

.dgwt-wcas-search-wrapp {
    min-width: 326px !important;
}

@media (max-width: 600px) {
    .categoria-principal .level_1::before {
        display: none;
    }
}