@charset "iso-8859-1";

/* Esse arquivo serve para estilizar o novo menu (2022) */

.col-dropdown{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.dropdown {
    float: left;
    overflow: hidden;
}

.dropdown .dropbtn {
    border: none !important;
    outline: none !important;
    color: black !important;
    padding: 14px 16px !important;
    font: inherit !important;
    margin: 0 !important;
    background: none !important;
    background-color: #f7f7f7 !important;
}

.navbar a:hover,
.dropdown:hover .dropbtn {
    background-color: #e5e5e5;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    width: 100%;
    left: 0;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content .header {
    background: rgb(100, 100, 100);
    padding: 16px;
    color: white;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.column {
    float: left;
    padding: 10px;
    background-color: #fefefe;
    height: auto;
}

.column-categoria {
    width: 30%;
    border-right: solid 1px #dedede;
}

.column-subcategoria {
    width: 60%;
    border-right: solid 1px #dedede;
}

.column-imagem {
    width: 10%;
    width: 10%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.column a {
    float: none;
    color: black;
    padding: 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    border-bottom: 1px solid #dedede;
}

.column a:last-child {
    border-bottom: none
}

.column a:hover {
    background-color: #ddd;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

@media screen and (max-width: 600px) {
    .column {
        width: 50%;
        height: auto;
    }
}

/* /MENU */

/* ################################################################################# */

/* TABS */
.tab {
    overflow: hidden;
    border: 1px solid #dedede;
    background-color: #fbfbfb;
    border-radius: 2px;
}

/* Style the buttons inside the tab */
.tab button {
    width: 100%;
    background-color: inherit !important;
    float: left !important;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px !important;
    transition: 0.3s;
    font-size: 17px;
    border-bottom: 1px solid #dedede !important;
    color: #000 !important;
    background: none;
}

.tab button:last-child {
    border-bottom: none;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #dfdfdf;
    color: #000;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #ededed !important;
    color: #000;
}

/* Style the tab content */
.tabcontent {
    display: none;
    overflow: hidden;
    border: 1px solid #dedede;
    background-color: #fbfbfb;
    border-radius: 2px;
}

/* /TABS */

/* ################################################################################# */

/* Elementos */
.box-imagem {
    width: 100%;
}

.box-imagem>img {
    max-width: 100%;
}

.img-categoria {
    max-width: 100%;
}

/* /Elementos */

/* ################################################################################# */

/* Responsivo */
@media (max-width: 991.98px) {
    .column {
        width: 50%;
    }

    .column-subcategoria {
        border-right: none;
    }

    .column-imagem {
        display: none;
    }
}

.one-input.featured-form {
    display: block;
    width: 100%;
    margin: 0;
    border: 0px solid #375f9b;
    background: #eeeeee;
    height: 38px;
}

.model-f#header .row .col-cart {
    width: 25% !important;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    align-content: center !important;
    justify-content: center !important;
    align-items: center !important;
    margin-top: 0;
}

.one-input.featured-form {
    display: block;
    width: 100%;
    margin: 0;
    border: 0px solid #375f9b;
    background: #eeeeee;
    height: 38px;
}

#header > div > div.col-4.rowspan.row-header-items > div > div.col-6.header_searchBox--margin{
    margin-top: 0;
    width: 55% !important;
}

/* /Responsivo */

/* ################################################################################# */

/* Fly Header */

#FlyHeader > div > div > div.col-4.row-header-items{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}

#FlyHeader > div > div > div.col-4.row-header-items > div.col-8 > div > div{
    top: 47px !important;
}

#FlyHeader > div > div > div.col-4.row-header-items > div.col-6 > #frmBusca{
    margin-top: -1px;
}






/* /Fly Header */