/* Falha ao minimizar. Retornando o conteúdo não minimizado.
(3108,15): run-time error CSS1030: Expected identifier, found ' '
(3108,16): run-time error CSS1031: Expected selector, found '.8em'
(3108,16): run-time error CSS1025: Expected comma or open brace, found '.8em'
(3109,11): run-time error CSS1030: Expected identifier, found ' '
(3109,12): run-time error CSS1031: Expected selector, found '100%'
(3109,12): run-time error CSS1025: Expected comma or open brace, found '100%'
(3110,13): run-time error CSS1030: Expected identifier, found ' '
(3110,26): run-time error CSS1031: Expected selector, found ';'
(3110,26): run-time error CSS1025: Expected comma or open brace, found ';'
(3111,1): run-time error CSS1019: Unexpected token, found '}'
 */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/**
 *	Theme Name: Layout Projeto
 *	Description: 
 *	Author: Thailo Eduardo Costa Dutra
 *	Author URI: https://thailoeduardo.com.br
 *	Version: 2.0
 *	License: GNU General Public License v2 or later
 *	License URI: http://www.gnu.org/licenses/gpl-2.0.html
 *
 *
 * TABLE OF CONTENTS:
 *
 * 1.0 DEFAUT PAGE SETTING
 *	1.1 DOCUMENT HTML AND BODY
 *	1.2 FORMAT TAGS
 *	1.3 MODAl
 *
 * 2.0 HEADER
 *	2.1 - HEADER INFO
 *	2.2 - HEADER MENU
 *	2.2 - HEADER EXTRA
 *
 * 3.0 FOOTER
 *	3.1 - NEWSLLETTER
 *	3.2 - SECTIONS
 *	3.3 - COPYRIGHT
 *
 * 4.0 HOME
 *	4.1- SLIDER
 *	4.2- PUBLICITY
 *	4.3- PRODUCTS
 *	4.4- HIGHLIGHTS
 *
 * 5.0 PAGE CATEGORIES AND PRODUCTS
 *	5.1 - BREADCRUMBS
 *	5.2 - MENU LEFT
 *	5.3 - MENU RIGHT
 *	5.4 - LIST PRODUCTS
 *	5.5 - CONTEN CENTER CATEGORIES
 *	5.6 - CONTENT CENTER PRODUCTS
 *
 ***/


/* ==========================================================================
	1.0 DEFAUT PAGE SETTING
==========================================================================*/

/* 1.1 - DOCUMENT HTML AND BODY
==========================================================================*/
html,
body {
    padding: 0;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 100%;
    color: #404040;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    body:before {
        display: none;
    }

*,
*:before,
*:after {
    box-sizing: inherit;
}

#body_fake:after {
    content: '';
    display: table;
    clear: both;
}

::-webkit-input-placeholder {
    color: inherit;
    font: inherit;
}

:-moz-placeholder {
    color: inherit;
    font: inherit;
}

::-moz-placeholder {
    color: inherit;
    font: inherit;
}

:-ms-input-placeholder {
    color: inherit;
    font: inherit;
}

.modalAviso {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    z-index: 999;
    background: #000;
}

    .modalAviso.isOpen {
        background: rgba(0, 0, 0, 0.1);
        top: 0;
        animation: modalOpen linear 300ms;
    }

    .modalAviso.isClose {
        background: rgba(0, 0, 0, 0.0);
        top: 100%;
        animation: modalClose linear 300ms;
    }

.modalAviso_corpo {
    width: 50%;
    display: inline-block;
    position: absolute;
    left: calc(50% - 50% / 2);
    top: calc(50% - 50% / 2);
    height: 150px;
    padding: 2em;
    background: #fff;
    border-radius: 3px;
    text-align: center;
}

.modalAviso.isErro .modalAviso_corpo {
    color: #ce0d08;
    background: #fff;
}

.modalAviso.isOk .modalAviso_corpo {
    color: #ce0d08;
    background: #fff;
}

.modalAviso.isOpen .modalAviso_corpo {
    bottom: 5%;
    animation: modalCorpoOpen linear 300ms;
}

.modalAviso.isClose .modalAviso_corpo {
    bottom: -50%;
    animation: modalCorpoClose linear 300ms;
}

.modalAviso_btnFechar {
    width: 35px;
    height: 35px;
    font-size: 2em;
    line-height: 1;
    background: #3ba8be;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0 3px 0 0;
}

.modalAviso_texto {
    width: 100%;
    float: left;
    font-size: 1.8em;
}

/**
	* CENTRALIZES THE CONTENT OF THE SITE
	* KEEP A RESPIRATOR SIDE AREA
	* 
	**/
.wrapper {
    margin: 0 auto;
    max-width: 1240px;
    position: relative;
}

.wrapperSlidProduto {
    margin: 0 auto;
    max-width: 1240px;    
    position: relative;
}

.header_menu___logo {
    height: 0px;
}
/**
	* CONTAINER TO JUSTIFY CONTENT
	* OBS: FLEX-BOX
	*
	**/
.contaiter {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: right;
    align-items: center;
    height:auto;
}

.topo_usuario_logado {
    width: 20%;
    padding-left: 5px;
}

.isSticky .topo_usuario_logado {
    position: fixed;
    top: 80px;
    z-index: 1000;
}
/**
	* CLEARFIX
	* CONTAIN THE FLOATS TO AVOID WHAT ELEMENTS COME IN COLLAPSE
	**/
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/**
	* System Grid
	*  
	**/
.coll-1,
.coll-2,
.coll-3,
.coll-4,
.coll-5,
.coll-6,
.coll-7,
.coll-8,
.coll-9,
.coll-10,
.coll-11,
.coll-12 {
    height: auto;
    box-sizing: border-box;
    float: left;
    overflow: hidden;
}

/* COLLUMN DIMENSIONS */
.coll-1 {
    width: 100%;
}

.coll-2 {
    width: 50%;
}

.coll-3 {
    width: 33.33333333333333%;
}

.coll-4 {
    width: 25%;
}

.coll-5 {
    width: 20%;
}

.coll-6 {
    width: 16.66666666666667%;
}

.coll-7 {
    width: 14.28571428571429%;
}

.coll-8 {
    width: 12.5%;
}

.coll-9 {
    width: 11.11111111111111%;
}

.coll-10 {
    width: 10%;
}

.coll-11 {
    width: 9.090909090909091%;
}

.coll-12 {
    width: 8.333333333333333%;
}

/* 1.2 - FORMAT TAGS
==========================================================================*/

/* LISTS */
ul.clearList,
.clearList ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* LINKS */
a {
    color: inherit;
    text-decoration: none;
}

    a.formatLinkSite,
    .formatLinkSite a {
        width: 100%;
        height: 100%;
        display: inline-block;
        color: #f7f7f7;
    }

    a.formatLinkSiteB,
    .formatLinkSiteB a {
        width: 100%;
        height: 50px;
        display: inline-block;
        color: #f7f7f7;
    }

/* RESPONSIVE AND CENTRALIZED IMAGES */
img.formatImg,
.formatImg img {
    width: 100%;
    height: 100%;
    max-width: 130px;
    max-height: 132px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    margin: 0 auto;
    border-radius: 5px;
}

img.formatImglogocab,
.formatImglogocab img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    margin: 0 auto;
}

.ImgIcone {
    background: #fff no-repeat center;
    background-size: contain;
    width: 32px;
    height: 32px;
    display: inline-block;
    vertical-align: top;
}

.formatImgVitrine img {
    width: 30px;
    height: 132px;
    max-width: 130px;
    max-height: 132px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    margin: 0 auto;
    min-height: 130px;
    min-width: 132px;
}

/* HIDE A TAG IMAGE AND HIDE THE FIGCAPTION DAS TAG FIGURE*/
figcaption.hiddenFigcaption,
.hiddenFigcaption figcaption,
img.hiddenImg,
.hiddenImg img {
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden
}

/* SET BACKGROUND */
.formatBackground {
    border-radius: 5px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

/* CLEAN TAGS */
fieldset.clearFieldset,
.clearFieldset fieldset,
figure.clearFigure,
.clearFigure figure,
iframe.clearIframe,
.clearIframe iframe {
    height: 290px;
    width: 285px;
    margin: 0;
    padding: 0;
    border: none;
}

/* FORMAT BACKEND TEXT */
pre.clearPre,
.clearPre pre {
    display: inline;
    white-space: pre-line;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}


#formalteracarrinhomodal {
    text-align: center;
    width: 100%;
    height: 30px;
    float: left;
    margin: 0px;
    padding: 0px;
}


#formalteracarrinhoCa {
    text-align: center;
    width: 180px;
    height: 30px;
    float: left;
    margin: 0px;
    padding: 0px;
}



#formalteracarrinho {
    text-align: center;
    width: 127px;
    height: 30px;
    float: left;
    margin: 30px;
    padding: 0px;
}

#formalteracarrinhobotoes {    
    height: 30px;
    float: left;
    margin: 0px;
    padding: 0px;
}

#formaddfavorito {
    width: 40px;
    float: left;
    height: 30px;
    padding: 0px;
    position: absolute;
}

.btn_favorito {
    background-image: url("/Imagens/favoritopreto.png");
    background-repeat: no-repeat;
    border: none;
    background-color: #FFF;
    top: 2px;
    width: 23px;
    height: 23px;
    position: relative;
}

.btn_isfavorito {
    background-image: url("/Imagens/favoritoverm.png");
    background-repeat: no-repeat;
    border: none;
    background-color: #FFF;
    width: 23px;
    height: 23px;
}

/* 1.3 - MODAl LOGIN DIOGO
==========================================================================*/



.topo_contato_cliente {
    width: 75px;
    float: left;
    height: 70px;
}

    .topo_contato_cliente .topo_contato_cliente_foto img {
        height: 69px;
    }

.topo_contato_cliente_foto {
    float: left;
    width: 64px;
    line-height: 2;
    border: 3px solid #ed1a2d;
    background-color: transparent;
    border-radius: 52px;
    overflow: hidden;
    height: 64px;
    text-align: center;
    margin-right: 11px;
}



.modal {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: -100%;
    z-index: -400;
    opacity: 0;
    overflow: hidden;
    background: #000;
    background: rgba(0, 0, 0, 0.5);
    transition: top 250ms, opacity 250ms, z-index 250ms;
}

    .modal.isActived {
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        top: 0;
        opacity: 1;
        z-index: 400;
    }

.modal_body {
    width: 650px;
    height: 400px;
    position: absolute;
    left: calc(50% - 650px / 2);
    top: calc(50% - 60% / 2);
    z-index: 10;
    background-color: #404040;
    background-size: cover;
    color: #fff;
    padding: 10px 10px 10px 10px;
    font-size: 1.3em;
}

    .modal_body:before {
        content: '';
        position: absolute;
        left: calc(50% - 92px / 2);
        top: 10px;
        width: 92px;
        height: 93px;
        background-position: -307px -5px;
    }

@media only screen and (max-width: 620px) {
    .modal_body {
        width: 80%;
        height: auto;
        margin-bottom: 10%;
        top: 10%;
        left: 10%;
    }

    .modalAviso_corpo {
        width: 100%;
        display: inline-block;
        position: absolute;
        left: 0;
        top: calc(50% - 50% / 2);
        height: 150px;
        padding: 40px 0px 0px 0px;
        background: #fff;
        border-radius: 3px;
        text-align: center;
    }
}

.modal_body fieldset {
    background-color: transparent;
    border: none;
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    color: inherit;
    box-shadow: none;
    width: 50%;
    float: left;
}

    .modal_body fieldset ul {
        background-color: transparent;
        border: none;
        padding: 0;
        margin: 0;
        text-decoration: none;
        list-style: none;
        color: inherit;
        box-shadow: none;
        font-size: 12px;
    }

    .modal_body fieldset li {
        margin-bottom: 11px;
    }

@media only screen and (max-width: 620px) {
    .modal_body fieldset {
        width: 100%;
    }
}

.modal_body legend {
    font-family: 'Biko';
    font-size: 1.3rem;
    color: #fff;
    margin-bottom: 10px;
}

@media only screen and (max-width: 620px) {
    .modal_body legend {
        text-align: center;
    }
}

.modal_body .input {
    width: 100%;
    height: 32px;
    color: white;
    font-size: 1.1rem;
    padding-left: 12px;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid #fff;
    transition: background-color 250ms;
}

    .modal_body .input:focus {
        background: rgba(255, 255, 255, 0.4);
    }

.modal_body .btn {
    font-family: 'Biko';
    height: 38px;
    line-height: 38px;
    color: #fff;
    background: #192a46;
    border: 1px solid transparent;
    font-weight: normal;
    transition: border-color 250ms;
}

    .modal_body .btn:hover {
        border-color: #fff;
    }

.modal_body .modal_login_formregistro ul {
    border-right: 1px solid #fff;
    padding-right: 20px;
}

@media only screen and (max-width: 620px) {
    .modal_body .modal_login_formregistro ul {
        padding-right: 0;
        border-right: none;
    }
}

.modal_body .modal_login_formregistro .btn {
    width: 198px;
    display: block;
    margin: 10px auto 0 auto;
}

.modal_body .modal_login_formlogin {
    padding-left: 20px;
}

@media only screen and (max-width: 620px) {
    .modal_body .modal_login_formlogin {
        margin-top: 40px;
        padding-left: 0;
    }
}

.modal_body .modal_login_formlogin legend {
    text-align: right;
    width: 100%;
    display: block;
}

@media only screen and (max-width: 620px) {
    .modal_body .modal_login_formlogin legend {
        text-align: center;
    }
}

.modal_body .modal_login_formlogin-esqueceu {
    color: inherit;
    text-decoration: none;
    font-size: 1.1rem;
    color: #192a46;
    font-style: italic;
    vertical-align: middle;
    float: left;
    margin: 11px 0 0 0;
}

    .modal_body .modal_login_formlogin-esqueceu + .btn {
        width: 125px;
        float: right;
    }

.modal_body .modal_login_formlogin_ou {
    width: 100%;
    float: left;
    margin-top: 40px;
}

    .modal_body .modal_login_formlogin_ou div {
        display: flex;
        margin-bottom: 25px;
    }

        .modal_body .modal_login_formlogin_ou div span {
            font-size: 1.1rem;
            margin: 0 13px;
        }

        .modal_body .modal_login_formlogin_ou div:before, .modal_body .modal_login_formlogin_ou div:after {
            content: '';
            width: 100%;
            height: 7px;
            border-bottom: 1px solid #fff;
        }

    .modal_body .modal_login_formlogin_ou .btn {
        font-family: 'Open Sans';
        width: 100%;
        font-size: 1.1rem;
        text-align: left;
    }

        .modal_body .modal_login_formlogin_ou .btn:before {
            content: '';
            width: 40px;
            height: 100%;
            float: left;
            border-right: 1px solid #fff;
            margin-right: 10px;
        }

        .modal_body .modal_login_formlogin_ou .btn:after {
            content: '';
            float: left;
            margin-top: 5px;
        }

.modal_body .modal_login_formlogin-btnfacebook {
    background-color: #3c5b98;
    margin-bottom: 9px;
}

    .modal_body .modal_login_formlogin-btnfacebook:after {
        margin-left: -40px;
        width: 14px;
        height: 27px;
        background-position: -283px -5px;
    }

.modal_body .modal_login_formlogin-btngoogleplus {
    background-color: #d24c36;
}

    .modal_body .modal_login_formlogin-btngoogleplus:after {
        margin-left: -43px;
        width: 26px;
        height: 27px;
        background-position: -38px -277px;
    }

.modal_btnfechar {
    background-color: transparent;
    border: none;
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    color: inherit;
    box-shadow: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 0;
}

.modal_newsletter {
    height: 36px;
    text-align: center;
}

    .modal_newsletter .input, .modal_newsletter .btn {
        height: 100%;
        color: #050505;
        vertical-align: middle;
        border: none;
    }

    .modal_newsletter .input {
        background-color: #efefef;
    }

    .modal_newsletter .btn {
        padding: 0 20px;
        background-color: #c4c4c4;
    }







/* 1.3 - MODAl
==========================================================================*/

#mask {
    position: fixed;
    z-index: 1000;
    background-color: #FFF;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
#maskloginVendedor {
    position: fixed;    
    z-index: 1000;
    background-color: #FFF;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#maskentrega {
    position: fixed;
    z-index: 1000;
    background-color: #333;
    display: none;
    top: 0;
    left: 0;
    opacity: 0.7;
    right: 0;
    bottom: 0;
}

#masklogin {
    position: fixed;
    z-index: 1000;
    background-color: #FFF;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
#maskbuscaprod {
    position: fixed;
    z-index: 1000;
    background-color: #FFF;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#boxesentrega
.windowentrega {
    display: none;
    position: absolute;
    width: 400px;
    height: 300px;
    left: 0;
    right: 0;
    bottom: 0em;
    top: 0em;
    text-align:center;
    border-radius:5px;
    margin: 100px auto;
    padding: 10px;
    z-index: 1001;
    border: 1px solid #d9d9d9;
    background: #FFF;
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
}

.btnentrega{
    width:100px;
    height:100px;
}

#boxesentrega
.windowinternaentrega {
    color: #ec2a31;
}

#boxes
.window {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0em;
    top: 0em;
    margin: 118px auto;
    padding: 10px;
    z-index: 1001;
    background: #FFF;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
}

#boxes
.windowinterna {
    padding-top: 10px;
    width: 400px;
    height: 100%;
    margin: auto;
    position: relative;
}

.close {
    display: block;
    text-align: right;
}

#boxeslogin
.windowlogin {
    display: none;
    position: absolute;
    width: 300px;
    height: 450px;
    left: 0;
    right: 0;
    bottom: 0em;
    top: 0em;
    margin: 21px;
    margin: 20px auto;
    padding: 10px;
    z-index: 1001;
    border: 1px solid #d9d9d9;
    background: #FFF;
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
}

#boxesbuscaprod
.windowbuscaprod {
    display: none;
    position: absolute;
    width: 300px;
    height: 450px;
    left: 0;
    right: 0;
    bottom: 0em;
    top: 0em;
    margin: 21px;
    margin: 20px auto;
    border: 1px solid #d9d9d9;
    padding: 10px;
    z-index: 1001;
    background: #FFF;
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
}

#boxescarrinho
.windowcarrinho {
    display: none;
    position: absolute;
    width: 350px;
    height: 400px;
    left: 0;
    right: 0;
    overflow: auto;
    bottom: 0em;
    top: 0;
    margin: 21px;
    margin: 0px auto;
    padding: 10px;
    z-index: 1001;
    background: #FFF;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
}

.closecarrinho {
    color: #ed1a2d;
    display: block;
    text-align: right;
}

.closecarrinho a:hover {
    color: #ed1a2d;    
}

.closebuscaprod a:hover {
    color: #ed1a2d;
}

.closelogin a:hover {
    color: #ed1a2d;
}

.closeloginVendedor a:hover {
    color: #ed1a2d;
}

.closebuscaprod {
    display: block;
    color: #ed1a2d;
    text-align: right;
}

.closelogin {
    color: #ed1a2d;
    display: block;
    text-align: right;
}

.closeloginVendedor {
    color: #ed1a2d;
    display: block;
    text-align: right;
}


/* Add Animation */
@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}



/* ==========================================================================
	2.0 HEADER
==========================================================================*/

.header {
    position: fixed;
    z-index: 1100;
    width: 100%;
}

body.isSticky .header {
}


.containerSliderItem {
    position: relative;
    top: 160px;
}

.topo_resultado_lista_produto_item {
    max-width: 180px;
}
    .containerSliderItem .slick-arrow {
        width: 60px;
        position: absolute;
        top: 0;
        height: 100%;
    }

        .containerSliderItem .slick-arrow.slick-prev {
            left: -40px;
        }

        .containerSliderItem .slick-arrow.slick-next {
            right: -40px;
        }

.agendadesmarcar {
    width: 30px;
    height: 30px;
    background: url('/Imagens/dislike.png') no-repeat 0 0;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    color: black;
    padding-top: 0px;
    border: none;
}


.agendamarcar {
    width: 30px;
    height: 30px;
    background: url('/Imagens/like.png') no-repeat 0 0;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    color: black;
    padding-top: 10px;
    border: none;
}


.btnConsultaLista {
    width: 80px;
    height: 40px;
    background: url('/imagens/ic_list.png') no-repeat 0 0;
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    color: black;
    padding-top: 10px;
}

.slick-slider .slick-list, .slick-slider .slick-track {
    height: 100% !important;
    overflow: hidden;
    transform: translate3d(0px, 0px, 0px);
}

.slick-slider {
    background-color: transparent;
    border: none;
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    color: inherit;
    box-shadow: none;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
}

    .slick-slider .slick-list, .slick-slider .slick-track {
        height: 100% !important;
        overflow: hidden;
    }

    .slick-slider .slick-arrow {
        background-color: transparent;
        border: none;
        padding: 0;
        margin: 0;
        text-decoration: none;
        list-style: none;
        color: inherit;
        box-shadow: none;
        font-size: 0;
        z-index: 5;
    }

        .slick-slider .slick-arrow:before {
            content: '';
        }

    .slick-slider .slick-prev {
        width: 24px;
        height: 57px;
        top: 80px;
        background-repeat: no-repeat;
        display: inline-block;
        background: url(/Imagens/banner_prev.png);
        background-position: -210px -5px;
    }

    .slick-slider .slick-next {
        width: 24px;
        height: 57px;
        top: 80px;
        background-repeat: no-repeat;
        display: inline-block;
        background: url(/Imagens/banner_next.png);
        background-position: -215px -5px;
    }


.containerSlider {
    position: relative;
    top: 143px;
}

/* 2.1 - HEADER INFO
==========================================================================*/

.form-horizontal {
    position: relative;
    top: 140px;
    margin-left: 5px;
    margin-right: 5px;
}

.header_section_info {
    width: 100%;
    color: #f7f7f7;
    height:55px;
    font-size: 18px;
    font-weight: 600;
    padding: 4px 20px;
    background-color: #606060;
}

/*    .header_section_info .contaiter {
        justify-content: flex-end;
    }*/

.header_section_infoPhone {
    margin-right: 1%;
    color: #f7f7f7;
}

    .header_section_infoPhone i {
        font-size: 1.4em;
        vertical-align: middle;
        transform: rotate(120deg);
        color: #f7f7f7;
    }

.header_section_infoSite {
    margin-right: 1%;
}

.header_section_ordenacao {
    display: none;
    width: 100%;
    height: 34px;
    padding: 2px;
}

.txtMenuLeft {
    position: absolute;
    left: initial;
    padding: 10px 0px 0px 10px;
    color: #ed1a2d;
    font-weight: 600;
    height: 45px;
    width: 100%;
    cursor: pointer;
}

.btnMenuLeftMob {
    border-radius: 5px;
    padding: 4px;
    width: 50%;
    float: left;
    height: 30px;
    border: 1px solid;
    background: #d1d1d1;
    text-align: center;
    cursor: pointer;
}

.btnMenuRightMob {
    text-align: center;
    border-radius: 5px;
    padding: 4px;
    width: 50%;
    float: left;
    height: 30px;
    background: #d1d1d1;
    border: 1px solid;
    cursor: pointer;
}

.PesqOrdenacao {
    border-radius: 5px;
    height: 30px;
    width: 40%;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    float: left;
    border: none;
    border: 1px solid #D9D9D9;
}

.PesqOrdenacaocb {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    height: 28px;
    width: 100%;
    font-size: 15px;
    margin-top: 5px;
    border-radius: 5px;
    padding-left: 5px;
    border: 1px solid #ed1a2d;
    font-family: Roboto, SANS-SERIF;
    font-weight: 500;
    color: #ed1a2d;
    cursor: pointer;
    text-decoration: none;
    text-indent: 1px;
    background: #f4f4f4;
}

.PesqOrdenacaocb:hover {
    border:none;
}

.header_section_tipoentrega {    
    background: #fff;
    border-radius: 5px;
}

.header_section_infoSearch {
    width: 374px;
    background: #fff;
    border-radius: 5px;
}

.header_section_infoSearch__form {
    width: 100%;
    position: relative;
}

.header_section_infoSearch__form--text {
    width: 100%;
    border-radius: 5px;
    height: 38px;
    line-height: 38px;
    padding: 10px 0;
    color: #777777;
    text-indent: 15px;
    font-size: 14px;
}

.header_section_infoSearch__form--button {
    display: inline-block;
    cursor: pointer;
    position: absolute;
    top: 11px;
    right: 18px;
    background: none;
    border: none;
    color: #7b7b7b;
    text-align: center;
}

.btntipoentrega {
    
    background-color: #f7f7f7;
    font-size: 13px;
    cursor: pointer;
    border: none;
    outline: 0;
    border-radius: 5px;
}
.btntipoentrega i {
    color: #ec2a31;
    margin: 5px;
}

    .header_section_infoLogin {
    /*margin-left: 40px;
    position: relative;*/
    border-radius: 5px;
    margin-left: 3px;
}

.header_section_infoLogin--button {
    background-color: #f7f7f7;
    font-size: 13px;
    cursor: pointer;
    border: none;
    outline: 0;
    border-radius: 5px;
}

.header_section_infoLogin i {
    color: #ec2a31;
    margin: 0 0 0 5px;
}

.header_section_infoLogin .iconUser {
    width: 35px;
    height: 35px;
    line-height: 30px;
    display: inline-block;
    margin: 0 5px 0 0px;
    border: 2px solid #ed1a2d;
    border-radius: 50%;
    vertical-align: middle;
}

.iconUser {
    font-size: x-small;
}

.fa-user {
    font-size: 20px;
}

.header_section_infoLogado {
    line-height: 14px;
    margin-left: 40px;
    position: relative;
    font-size: 14px;
    cursor: pointer;
    text-align: center;
    width: 355px;
    max-height: 40px;
}


.header_section_infoLogado--button {
    background: none;
    color: #555;
    font-size: 13px;
    cursor: pointer;
    border: none;
    outline: 0;
}

.header_section_infoLogado i {
    color: #ec2a31;
    margin: 0 0 0 5px;
}

.header_section_infoLogado .iconUser {
    width: 35px;
    height: 35px;
    line-height: 30px;
    display: inline-block;
    margin: 0 5px 0 0px;
    border: 2px solid #ed1a2d;
    border-radius: 50%;
    vertical-align: middle;
}

/** 
	 * TOOGLE LOGIN AND REGISTER
	 * WHEN THE LOGIN FORM AND REGISTRATION FORM IS ACTIVE
	 *
	**/

.header_secion_infoLogin--container {
    padding: 15px;
    position: absolute;
    top: 51px;
    right: 35px;
    z-index: 999;
    width: 0;
    height: 0;
    margin: 0px;
    color: #404040;
    background: #fff;
    border: 1px solid #cfcfcf;
    overflow: hidden;
    opacity: 0;
    transition: width .3s ease-in, -webkit-transform .3s, height .3s ease-in, -webkit-transform .3s, opacity .3s ease-in, -webkit-transform .3s;
    transition: width .3s ease-in, -ms-transform .3s, height .3s ease-in, -ms-transform .3s, opacity .3s ease-in, -ms-transform .3s;
    transition: width .3s ease-in, transform .3s, height .3s ease-in, transform .3s, opacity .3s ease-in, transform .3s;
}

    .header_secion_infoLogin--container:after {
        content: '';
        position: absolute;
        bottom: 100%;
        left: 50%;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        border-top: 10px solid transparent;
        border-bottom: 10px solid #fff;
    }


.header_menu__logo_cab {
    margin: auto;
}
/* ACTIVE CONTAINER LOGIN */
.toggleActive {
    width: 272px;
    height: auto;
    opacity: 1;
    right: 35px;
    transition: width .3s ease-in, -webkit-transform .3s, height .3s ease-in, -webkit-transform .3s, opacity .3s ease-in, -webkit-transform .3s;
    transition: width .3s ease-in, -ms-transform .3s, height .3s ease-in, -ms-transform .3s, opacity .3s ease-in, -ms-transform .3s;
    transition: width .3s ease-in, transform .3s, height .3s ease-in, transform .3s, opacity .3s ease-in, transform .3s;
}

/* CONTENT */
.header_secion_infoLogin__title {
    border-bottom: 1px solid #cfcfcf;
    font-size: 20px;
    font-weight: 500;
    color: #ed1a2d;
}

/* FORM LOGIN */
.header_secion_infoLogin__form {
    padding: 0px 20px 0px 20px;
}

/* FORM LOGIN -> OPTION */
.header_secion_infoLogin__userOption {
    width: 70px;
    overflow: hidden;
    height: 60px;
    display: inline-block;
    position: relative;
}

    .header_secion_infoLogin__userOption:after {
        position: absolute;
        right: 0;
        bottom: 3px;
        z-index: 0;
        width: 28px;
        height: 38px;
        line-height: 40px;
        content: '\f107';
        font-family: 'Font Awesome 5 Free';
        text-align: center;
        color: #fff;
        pointer-events: none;
        border-radius: 0 3px 3px 0;
        background: #ccc;
    }

.userOption__icon {
}

.header_secion_infoLogin__userOption_label {
}

.header_secion_infoLogin__userOption_input {
    width: 100%;
    height: 40px;
    color: #000;
    outline: 0;
    width: 100%;
}


/* FORM LOGIN -> NUMBER */
.header_secion_infoLogin__userNumber {
    width: 100%;
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
    padding: 0px 0px 10px 0;
}

.header_secion_infoLogin__userNumber_label {
}

.header_secion_infoLogin__userNumber_input {
    height: 40px;
    width: 100%;
    text-indent: 10px;
    outline: 0
}

/* FORM LOGIN -> PASSWORD */
.header_secion_infoLogin__userPassword {
    width: 100%;
    display: block;
    clear: both;
    text-align: right;
    color: #ed1a2d;
}

.header_secion_infoLogin__userPassword a {    
    color: #ed1a2d;
}

.header_secion_infoLogin__userPassword_label {
    text-align: left;
    width: 100%;
    display: inline-block;
}

.header_secion_infoLogin__userPassword_input {
    height: 40px;
    width: 100%;
    text-indent: 10px;
    outline: 0;    
    margin-bottom:10px;
}

/* FORM LOGIN -> RECOVER PASSWORD */
.header_secion_infoLogin__userRecover {
    text-align: left;
    margin-top: 5px;
    color: #a9a9a9;
    font-size: 12px;
    font-weight: 300;
}

.header_secion_infoLogin__userRecoverPass {
    text-align: right;
    margin-top: 5px;
    margin-left: 25px;
}

.header_secion_infoLogin__button {
    font-size: 19px;
    background-color: #ed1a2d;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    color: #fff;
    font-weight: 400;
    padding: 10px;
    width: 100%;
    height: 50px;
    display: inline-block;
    border: none;
    margin: 10px 0 10px 0;
    cursor: pointer;
}

    .header_secion_infoLogin__button i {
        color: #fff;
    }

.header_secion_infoLogin__userOption_label,
.header_secion_infoLogin__userNumber_label,
.header_secion_infoLogin__text,
.header_secion_infoLogin__userPassword_label,
.header_secion_infoLogin__userRecoverPass {
    color: #a9a9a9;
    font-size: 12px;
    font-weight: 300;
}

.header_secion_infoLogin__login {
    padding:5px;
    border: 1px solid #d9d9d9;
    margin-bottom:10px;
}
/* FORM LOGIN -> REGISTER */
.header_secion_infoLogin__register {
    background-color: #eeeeee;
    padding:10px;
    border: 1px solid #d9d9d9;
}

.header_secion_infoLogin__registerTitle {
    color: #ed1a2d;
    border-bottom: 1px solid #cfcfcf;
    font-size: 20px;
    font-weight: 500;
}

.header_secion_infoLogin__registerLink {
    font-size: 19px;
    background-color: #ed1a2d;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    color: white;
    font-weight: 400;
    padding: 10px;
}

    .header_secion_infoLogin__registerLink i {
        color: inherit
    }


/* 2.2 - HEADER MENU
==========================================================================*/

.header_menu {
    background-color: #ed1a2d;
    height:80px;
    /*margin-top: 20px;*/
}

.header_menu_cliente {
    z-index: 999;
}

.header_menu .contaiter {
    justify-content: flex-start;
}

/* BTN SHOW MENU MOBILE */
.menu .closebtn {
    display: none;
}

.menucliente .closeclientebtn {
    display: none;
}

.btnBarcode {
    display:none;
}

.header_menu__logo_quadrado {
    width: 156px;
    height: 115px;
    line-height: 114px;
    display: inline-block;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    top: 5px;
    left: 35px;
    background-color: #404040;
    z-index: 999;
    /* border-radius: 50%; */
    /* margin: auto 0; */
}

/* LOGO */
.header_menu__logo {
    width: 70px;
    height: 70px;
    line-height: 114px;
    display: inline-block;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    top: calc( 50% - 130px / 2 );
    left: 0;
    background-color: #404040;
    z-index: 1000;
    border-radius: 50%;
    margin: auto 0;
}

.header_menu__logo_footer {
    width: 70px;
    height: 70px;
    line-height: 114px;
    display: inline-block;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    top: calc( 50% - 77px / 2 );
    left: 0;
    background-color: #404040;
    z-index: 1000;
    border-radius: 50%;
    margin: auto 0;
}

.header_menu__logo img {
    float: left;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.header_menu__logo_footer img {
    float: left;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.header_menu .header_menu__itens {
}

.header_menu__itens {
    margin-left: 250px !important;
    position: relative;
    z-index: 1;
    background-color: #ed1a2d;
}

.header_menu_cliente__itens {
    margin-left: 10px !important;
}

.header_menu_iten {
    color: #fff;
    position: relative;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-size: 13px;
    cursor: pointer;
}

.header_menu_cliente_iten {
    padding-bottom: 10px;
    color: #ec2a31;
    position: relative;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-size: 13px;
    cursor: pointer;
}

.header_menu_iten i {
    display: block;
    padding: 1px 1px 5px 1px;
    font-size: 1.4em;
}

.header_menu__itens {
    height: 65px;
}

.header_menu_iten .menuAccordion-toggle {
    display: inline-block;
    padding: 10px 5px 0 5px;
    width: 82px;
    height: 72px;
    align-content: center;
    background-color: transparent;
}

    .header_menu_iten .menuAccordion-toggle.active {
        background-color: #fff;
        color: #404040;
    }

    .header_menu_iten .menuAccordion-toggle:after {
        content: '';
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #000;
        z-index: -10;
        opacity: 0;
        display: none;
    }

    .header_menu_iten .menuAccordion-toggle.active:after {
        display: block;
    }

    .header_menu_iten .menuAccordion-toggle .ImgIcone {
        margin-bottom: 5px;
        mix-blend-mode: hard-light;
        background-blend-mode: difference;
        background-color: transparent;
    }

    .header_menu_iten .menuAccordion-toggle.active .ImgIcone {
        background-color: #fff;
    }

.header_menu_cliente_iten .menuAccordion_cliente-toggle {
    display: inline-block;
    padding-top: 10px;
    font-size: 6px;
    width: 100%;
    height: 22px;
    align-content: center;
}

.menuAccordion_cliente_bemvindo {
    width: 200px;
    height: 50px;
    overflow: hidden;
}

.menuAccordion_datafat-toggle {
    font-size: 16px;
    height: 100%;
    width: 100%;
}

.menuAccordion_endereco-toggle {
    font-size: 16px;
    height: 100%;
    width: 100%;
}

.menuAccordion_planopgto-toggle {
    font-size:16px;
    height: 100%;
    width: 100%;
}

.header_menu_cliente_iten .menuAccordion_cliente-toggle:after {
    content: '';
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: -10;
    opacity: 0;
    display: none;
}

.header_menu_cliente__itens.active .header_menu_cliente_iten .menuAccordion_cliente-toggle:after {
    display: block;
}

.header_containerSubMenu {
    display: flex !important;
    background-color: #fff;
    text-align: left;
    position: absolute;
    z-index: 1000;
    min-height: 200px;
    color: #404040;
    bottom: 0;
    left: 0;
    width: auto;
    box-shadow: 3px 1px 6px 0 rgba(0,0,0,0.2);
    z-index: -5;
    transform: translateY(100%) scaleY(0);
    opacity: 0;
    transform-origin: top;
    will-change: transform, opacity;
    transition: 300ms ease-in-out;
}

    /*@keyframes toggleItensMenu{
        from {
            transform: translateY(80%) scaleY(0);
            opacity: 0;
        }

        to {
            transform: translateY(100%) scaleY(1);
            opacity: 1;
        }
    }*/

    .header_containerSubMenu.active {
        /*animation-name: toggleItensMenu;
        animation-duration: 300ms;
        animation-timing-function: ease-in-out;
        animation-fill-mode: forwards;*/
        transform: translateY(100%) scaleY(1);
        opacity: 1;
    }

.header_containerSubMenu_cliente {
    background-color: #fff;
    text-align: left;
    position: absolute;
    z-index: 1000;
    color: #000;
    top: 100%;
    left: 0;
    -moz-box-shadow: 3px 1px 6px 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: 3px 1px 6px 0 rgba(0,0,0,0.2);
    box-shadow: 3px 1px 6px 0 rgba(0,0,0,0.2);
    -moz-transition: left .1s;
    -o-transition: left .1s;
    -webkit-transition: left .1s;
    transform: translateY(100%) scaleY(0);
    opacity: 0;
    transform-origin: top;
    will-change: transform, opacity;
    transition: 300ms ease-in-out;
    min-width: 208px;
}

#menuAccordioncliente.active .header_containerSubMenu_cliente {
    transform: scaleY(1);
    opacity: 1;
}

.header__subMenu_menu {
    width: 265px;
    overflow: visible;
    border-left: 1px solid #cfcfcf;
    border-right: 1px solid #cfcfcf;
    z-index: 10;
    position: relative;
    vertical-align: top;
}

.header__subMenu_menu_cliente {
    /*display: table-cell;
    vertical-align: top;
    overflow: visible;
    border-left: 1px solid #cfcfcf;
    min-width: 265px;*/
 
    width:100%;
    margin: auto;
    display: block;
}

.header_subMenu_itenVerTodos {
    color: #ed1a2d;
    font-size: 13px;
    font-weight: bold;
    user-select: none;
    text-align: right;
    width: 100%;
    display: block;
    padding: 1em 1em 1em 1em;
}

.header_subMenu_iten {
    font-size: 13px;
    font-weight: 300;
}

    .header_subMenu_iten span, .header_subMenu_iten a {
        display: block;
        padding: 0.5em 2em 0.5em 1em;
        position: relative;
        transition: background-color 300ms ease-in-out, color 300ms ease-in-out;
    }

        .header_subMenu_iten span:after, .header_subMenu_iten a:after {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            right: -12px;
            border-left: 12px solid #e8e8e8;
            border-bottom: 14px solid transparent;
            border-top: 14px solid transparent;
            z-index: -1;
            opacity: 0;
            transition: opacity 300ms ease-in-out;
        }

.header_subMenu_cliente_iten {
    font-size: 13px;    
    font-weight: 300;
    color: #ec2a31;
}

.header_subMenu_iten.active span, .header_subMenu_iten:hover span,
.header_subMenu_iten.active a:hover {
    background-color: #e8e8e8;
    color: #ed1a2d;
}

.header_subMenu_cliente_iten span:hover {
    background-color: #e8e8e8;
}

.header_subMenu_cliente_iten ul a:hover, .header_subMenu_cliente_iten ul a:focus {
    color: #ed1a2d;
}

.header_subMenu_iten.active span:after, .header_subMenu_iten:hover span:after,
.header_subMenu_iten.active a:hover:after {
    opacity: 1;
    z-index: 99;
}

.header_subMenu_iten i {
    display: inline;
    position: absolute;
    right: 0;
    font-size: 1.2em;
    top: 0;
    bottom: 0;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    margin: auto 0;
    color: #404040;
}

/*.header_containerSubMenu_sub {
		display: table-cell;
		border-left: 1px solid #cfcfcf;
		min-width: 260px;
		vertical-align: top;
		padding: 40px 0px 0px 0px;
	}*/

.header_subMenu_iten ul {
    position: absolute;
    left: 263px;
    top: 0%;
    width: 265px;
    height: 100%;
    background: #FFF;
    color: #fff;
    padding: 0;
    font-size: 13px;
    display: none;
    color: #444;
    overflow: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    z-index: -1;
}

.header_subMenu_iten li {
}


/*.header_subMenu_iten:hover ul,
        .header_subMenu_iten:focus ul {
            display: block;
        }*/
.header_subMenu_iten.active ul {
    display: block;
}

.header_containerSubMenu_sub ul {
    min-width: 260px;
}

    .header_containerSubMenu_sub ul li {
        font-size: 13px;
        padding: 0.5em 2em 0.5em 1em;
        font-weight: 300;
        position: relative;
    }

.header__subMenu_thumbnail {
    display: table-cell;
    vertical-align: top;
    width: 400px;
}

    .header__subMenu_thumbnail.active {
        margin-left: 265px;
    }

    .header__subMenu_thumbnail span {
        display: block;
        padding: 1em 1em 1em 1em;
    }

    .header__subMenu_thumbnail a {
        display: block;
    }

    .header__subMenu_thumbnail img {
        width: 100%;
        height: auto;
        object-fit: contain;
        display: block;
        vertical-align: top;
    }

.header__subMenu_thumbnailvazio {
    display: table-cell;
    border-left: 1px solid #cfcfcf;
    display: none;
}

    .header__subMenu_thumbnailvazio span {
        width: 300px;
        display: block;
        padding: 1em 1em 1em 1em;
    }


/**
	 * STICKY MENU HEADER
	 * 
	 * The sticky class is added to the navbar with JS when it reaches its scroll position
	 * Add some top padding to the page content to prevent sudden quick movement 
	 * (as the navigation bar gets a new position at the top of the page (position:fixed and top:0)
	 *
	**/

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

    .sticky .header_menu__logo {
        top: 0;
        width: 80px;
        height: 80px;
    }

    .sticky .header_section_extra {
        visibility: visible;
        height: auto;
        padding: 10px 0 10px 0;
    }

.header_section_extra .btnMenu {
    display: none;
}


/* 2.2 - HEADER EXTRA
==========================================================================*/

.header_section_extra {
    color: #ec2a31;
    visibility: hidden;
    height: 0;
    margin: 0;
    padding: 0;
    background: #fff;
}

    .header_section_extra .contaiter {
        justify-content: flex-start;
    }

/*.btnMenuRightMobile {
    height: 40px;
    width: 36px;
    line-height: 40px;
    position: relative;
    order: 1;
    text-align: center;
}*/

.header_section_extraSearch {    
    border-radius: 5px;
}

.header_section_extraSearch__form {
    width: 100%;
    position: relative;
    border:none;    
}

.header_section_extraSearch__form--text {
    width: 100%;
    border: 1px solid;
    height: 150px;
    line-height: 16px;
    padding: 10px;
    color: #777777;
    text-indent: 15px;
    font-size: 16px;
}

.header_section_extraSearch__form--button {
    cursor: pointer;
    display: inline-block;
    width: 30px;
    height: 75px;
    text-align: center;
    line-height: 75px;
    font-size: 20px;
    background-color: #ed1a2d;
    color: #fff;
    float: left;
}

.header_section_extra .categoryBreadcrumbs {
    height: auto;
    overflow: initial;
    color: #404040;
    padding-top: 3px;
}



/* ==========================================================================
	3.0 FOOTER
==========================================================================*/

.footer {
    top:185px;
    position: relative;
    z-index: 999;
    -webkit-box-shadow: -1px 0 2px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 0 2px rgba(0,0,0,0.75);
    box-shadow: -1px 0 2px rgba(0,0,0,0.75);
    background-color: #ffffff;
    margin: 0 0 0 0;
    overflow: hidden;
    clear: both;
}

    .footer .contaiter {
        align-items: flex-start;
        clear: left;
    }

.footer__content {
    clear: both;
}

.footer_sectionContact {
    width: 298px;
}

.footer_sectionSocial {
    width: 200px;
}

.footer_sectionSocial__text i {
    font-size: 20px;
    vertical-align: middle;
    width: 25px;
    height: 25px;
}

.footer_sectionPages {
    width: 392px;
}


/* 3.1 - NEWSLLETTER */
.footer_sectionNewsletter {
    width: 310px;
}

.footer_sectionNewsletter__form {
    position: relative;
    margin: 10px 0 0 0;
}

.footer_sectionNewsletter__formText {
    width: 85%;
    text-indent: 10px;
    border: 1px solid #cfcfcf;
    font-size: 13px;
    color: #3f3f3f;
    height: 30px;
}

.footer_sectionNewsletter__formSubmit {
    position: absolute;
    right: 0;
    width: 35px;
    height: 30px;
    border: none;
    background: #000;
    color: #fff;
    cursor: pointer;
}

/*  3.2 - SECTIONS */
.footer_sectionContact__title,
.footer_sectionPages__title,
.footer_sectionSocial__title,
.footer_sectionNewsletter__title {
    border-bottom: 1px solid #cfcfcf;
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
}


.footer_sectionContact__text,
.footer_sectionPages__text,
.footer_sectionSocial__text,
.footer_sectionNewsletter__text {
    font-size: 13px;
    color: #404040;
    padding-bottom: 5px;
    font-weight: 300;
}

.footer_sectionContact__title {    
    color: #404040;
}
/*  3.3 - COPYRIGHT */
/*.footer__copyright {
    background-color: #eee;
    height: 85px;
}

    .footer__copyright .contaiter {
        align-items: center;
    }*/
.footer__copyright_logo_footer {
    width: 80px;
    height: 80px;
    line-height: 114px;
    display: inline-block;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    top: calc( 50% - 80px / 2 );
    left: 0;
    background-color: #404040;
    z-index: 1000;
    border-radius: 50%;
    margin: auto 0;
}

.footer__copyright-text {
    color: #777777;
    font-size: 12px;
    margin-left: 100px;
    padding: 15px 0;
}

.footer__copyright-icons {
    color: #777777;
}

    .footer__copyright-icons .contaiter {
        justify-content: flex-end;
    }

    .footer__copyright-icons span {
    }

        .footer__copyright-icons span a {
            color: #06C;
            font-size: 10px;
            text-decoration: none;
            font-family: Arial, Helvetica, sans-serif;
            margin-left: 5px;
        }



/* ==========================================================================
	4.0 HOME
==========================================================================*/


/* 4.1- SLIDER
==========================================================================*/

.slider .slider_item {
    padding-bottom: 400px;
}

.slider .slick-dots {
}

.slider .slick-dots {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    margin: 0px 0 20px 0;
}

    .slider .slick-dots li {
        display: inline-block;
        margin: 0px 5px 0px 5px;
    }

    .slider .slick-dots button {
        background-color: #a1a1a1;
        width: 12px;
        height: 12px;
        font-size: 0;
        border: none;
        border-radius: 50%;
        cursor: pointer;
        outline: 0;
    }

    .slider .slick-dots .slick-active button {
        background: #ed1a2d;
    }


/* 4.2- PUBLICITY
==========================================================================*/
.cardHighlight {
    margin-bottom: 20px;
    max-width: 50%;
}


/* 4.3- PRODUCTS
==========================================================================*/
.containerProducts {
    position: relative;
    top: 180px;
}

.formatImg {
    height: 100%;
    width: 100%;
}


.cardProduct {
    border: solid 1px #cfcfcf;
    height: 290px;
    width: 285px;
    text-align: center;
    margin: 5px;
    border-radius: 5px;
}

.cardProduct_header {
    height: 290px;
    width: 285px;
}

.cardProduct_section {
}

.cardProduct_section__title {
    color: #ed1a2d;
    margin: 15px 0 0;
    font-weight: 600;
}

.cardProduct_section__text {
    margin-bottom: 20px;
    min-height: 36px;
}

.cardProduct_footer {
}

.cardProduct_footer__link {
    background-color: #ed1a2d;
    color: #ffffff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    font-size: 16px;
    padding: 11px;
    display: inline-block;
    margin-bottom: 15px;
}


/* 4.4- HIGHLIGHTS
==========================================================================*/
.containerHighlights {
    margin: 0 0 70px 0;
}

    .containerHighlights .wrapper {
        /* border: 1px solid red; */
        margin-top: 50px;
        border-top: 1px solid #e5e5e5;
        border-bottom: 1px solid #e5e5e5;
        background-color: #f1f1f1;
        padding: 30px 25px 20px;
        overflow: hidden;
    }

.cardHighlights {
    width: 297px;
    overflow: hidden;
}

.cardHighlights_header {
    width: 100px;
    height: 95px;
    background: #EEE;
    margin-right: 20px;
    float: left;
}

.cardHighlights_section {
    margin-left: 100px;
    vertical-align: top;
}

.cardHighlights_section__title {
    font-size: 16px;
    color: #ed1a2d;
}

.cardHighlights_section__text {
    min-height: 3.3em;
    margin: 5px 0 10px;
    font-size: 13px;
    color: #555;
    line-height: 1.1em;
}

.cardHighlights_footer {
    float: right;
    margin-left: 100px;
}

.cardHighlights_footer__link {
    font-size: 12px;
    color: #ed1a2d;
    font-weight: 600;
    float: left;
}

    .cardHighlights_footer__link .formatLinkSite {
        text-decoration: underline;
    }


/* ==========================================================================
	5.0 PAGE CATEGORIES AND PRODUCTS
==========================================================================*/

.pageInternal {
    padding: 1em 0 0 0;
    min-height: 500px;
}

    .pageInternal.contaiter {
        display: block initial !important;
        justify-content: initial !important;
        -webkit-flex-flow: initial !important;
        flex-flow: initial !important;
        align-items: initial !important;
        position: relative;
        z-index: 1;
        /*overflow: hidden;*/
    }


/* 5.1 - BREADCRUMBS
==========================================================================*/
.categoryBreadcrumbs {
    overflow: hidden;
    height: 40px;
    padding: 6px 0px 0px 0px;
}

body.isSticky .categoryBreadcrumbs {
    position: fixed;
    top: 120px;
    z-index: 500;
    width: 100%;
    background-color: #ed1a2d;
}

.categoryBreadcrumbs__CategorieParent,
.categoryBreadcrumbs__CategorieSec {
    position: relative;
    top: 3px;
    /* left: 100%; */
    font-size: 14px;
    line-height: 1;
    padding: 0px 0px 0px 0px;
    display: inline-block;
    float: left;
    background: #e8e8e8;
    height: 35px;
    line-height: 35px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: default;
    white-space: nowrap;
    z-index: 5;
}

.categoryBreadcrumbs__CategorieParent,
.categoryBreadcrumbs__CategorieCat {
    position: relative;
    top: 3px;
    /* left: 100%; */
    font-size: 14px;
    line-height: 1;
    padding: 0px 0px 0px 0px;
    display: inline-block;
    float: left;
    background: #e8e8e8;
    height: 35px;
    line-height: 35px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: default;
    white-space: nowrap;
    z-index: 5;
}

.categoryBreadcrumbs__CategorieSec {
    background: #e8e8e8;
    padding: 0 10px 0 10px;
}

.categoryBreadcrumbs__CategorieCat {
    background: #e8e8e8;
    padding: 0 10px 0 10px;
}

.categoryBreadcrumbs__CategorieParent:after,
.categoryBreadcrumbs__CategorieSec:after {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 10px solid #d1d1d1;
    z-index: 10;
}

.categoryBreadcrumbs__CategorieParent:after,
.categoryBreadcrumbs__CategorieCat:after {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 10px solid #d1d1d1;
    z-index: 10;
}

.categoryBreadcrumbs__CategorieSec:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 10px solid #d1d1d1;
    z-index: 10;
}

.categoryBreadcrumbs__CategorieSec:after {
    border-left: 10px solid #e8e8e8;
}

.categoryBreadcrumbs__CategorieCat:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 10px solid #e8e8e8;
    z-index: 10;
}




/* 5.2 - MENU LEFT
==========================================================================*/

/* MENU */
#FormBusca {
    width: 240px;    
    height: 100%;
    background: #f4f4f4;
    position: fixed;
    left: 0;
    top: 132px;
    transform: translateX(0);
    transition: transform 1ms;
    z-index: 1000;
}

body.isSticky #FormBusca {
    top: 132px;
    height: auto;
    position: fixed;
}

.menuLeft {
    height: 100%;
    display: normal;
    padding-right: 15px;
    /*padding: 10px 20px 10px 20px;*/
}

    .menuLeft > div {
        height: 100%;
    }

    .menuLeft nav {
        height: 100%;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        padding: 0px 0px 0px 10px;
    }

    .menuLeft ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    /* SHADE EFFECT */
    .menuLeft:after {
        content: '';
        position: absolute;
        top: 0;
        left: 100%;
        border-left: 0px solid transparent;
        border-right: 5px solid transparent;
        border-top: 0 solid transparent;
        border-bottom: 7px solid #7f7f7f;
    }

body.isSticky .menuLeft:after {
    display: none;
}

/* BUTTON MENU COLLAPSE */
.btnMenuLeft {
    position: absolute;
    top: 10px;
    left: 93%;
    width: 35px;
    height: 35px;
    cursor: pointer;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    line-height: 25px;
    color: #ed1a2d;
    border: 5px solid #f4f4f4;
    box-sizing: border-box;
    z-index: 6;
}


/* COLLAPSE MENU EFFECT */
#FormBusca.menuLeftCollapsed {
    -ms-transform: translateX(-10.5vw);
    transform: translateX(calc( -100% + 25px ));
}

    #FormBusca.menuLeftCollapsed div:first-of-type {
        opacity: 0;
        pointer-events: none;
    }

/* TITLE */
.menuLeft__title {
    cursor:pointer;
    color: #ed1a2d;
    margin-bottom: 0;
    font-size: 18px;
    padding-left: 5px;
    font-weight: 600;
    white-space: nowrap;
    border-bottom: 1px solid #ddd;
    margin: 0;
    padding: 15px 20px 15px 20px;
}

/* EFFECT CATEGORY */
.accordion-toggle {
    cursor: pointer;
    display: block;
    color: #ed1a2d;
    font-size: 15px;
    padding: 11px 0;
    font-size: 15px;
    display: block;
    border-bottom: 1px solid #ddd;
    position: relative;
}

    .accordion-toggle i {
        position: absolute;
        right: 10px;
        font-size: 10px;
    }

.accordion-content {
    display: none
}
.accordion-content.children {
    margin: 0px;
    padding: 0px;
}

.accordion-content.children a {
    color: #404040;
    padding: 10px 0;
    display: inherit;
    font-size: 13px;
}

.accordion-content.children li {
    position: relative;
    margin: 0.5em 0em 0.5em 0em;
}

    .accordion-content.children li i {
        position: absolute;
        right: 10px;
        color: #a0a0a0;
    }


/* 5.3 - MENU RIGHT
==========================================================================*/

/* MENU */
.menuRight {    
    height: 100%;
    width: 320px;
    background: #f4f4f4;
    position: fixed;
    right: 0;
    top: 132px;
    z-index: 1000;
    transform: translateX(0);
    transition: transform 1ms;
    display: normal;
}

#menusubmenuRight {
    height: 100%;
}

#submenuRight {
    height: 100%;
}


body.isSticky .menuRight {
    top: 132px;
    height: calc( 100vh - 132px );
    position: fixed;
    z-index: 2000;
}

.menuRight > div {
    height: 100%;
    overflow: hidden;
}

/* SHADE EFFECT */
.menuRight:after {
    content: '';
    position: absolute;
    top: 0;
    right: 100%;
    border-left: 5px solid transparent;
    border-right: 0px solid transparent;
    border-top: 0px solid transparent;
    border-bottom: 5px solid #7f7f7f;
}

body.isSticky .menuRight:after {
    display: none;
}

/* BUTTON MENU COLLAPSE */
.btnMenuRight {
    position: absolute;
    top: 10px;
    right: 93%;
    width: 35px;
    height: 35px;
    cursor: pointer;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    line-height: 25px;
    color: #ed1a2d;
    border: 5px solid #f4f4f4;
    box-sizing: border-box;
    z-index: 6;
}

.menuRight .menuRightCollapsed .btnMenuRight {
    transform: rotate(180deg);
}

/* COLLAPSE MENU EFFECT */
.menuRight.menuRightCollapsed {
    -ms-transform: translateX(9.23vw);
    transform: translateX(calc( 100% - 14px ));
}

    .menuRight .menuRightCollapsed .cart {
        font-size: 12px;
    }        

        .menuRight .menuRightCollapsed .menuRight__title span,
        .menuRight .menuRightCollapsed .cart i,
        .menuRight .menuRightCollapsed .product__item_tumbnail button,
        .menuRight .menuRightCollapsed .product__item_description,
        .menuRight .menuRightCollapsed .product__item_price {
            opacity: 0;
            width: 0;
            height: 0;
            visibility: hidden;
        }

hr {
    border-width: 0.7px;
}

.menuRight .menuRightCollapsed .product__item_tumbnail {
    width: 100%;
}

.menuRight .menuRightCollapsed .cartSubTotal {
    padding: 5px;
}

.menuRight .menuRightCollapsed .cartSubTotal__discounts {
    display: none;
}


    font-size: 0.8em;
    width: 100%;
    display: inline-block;
}

.menuRight .cartSubTotalPrice {
    height: auto;
}

.menuRight .menuRightCollapsed .cartSubTotal__price {
    color: #ed1a2d;
    font-weight: 600;
    width: 100%;
    text-align: left;
    margin: 0.5em 0;
}

.cartSubTotal__pricePercDesc {
    color: #ed1a2d;
    font-weight: 600;
    text-align: right;
    font-size: 14px;
    float: left;
    width: 80px;
}

.cartSubTotal__priceValorDesc {
    color: #ed1a2d;
    font-weight: 600;
    text-align: right;
}

.menuRight .menuRightCollapsed .cartSubTotal__btnPromotion,
.menuRight .menuRightCollapsed .cartSubTotal__btnCloseCart,
.menuRight .menuRightCollapsed .cartSubTotal__btnDelivery {
    font-size: 0.9em;
    padding: 0.5em 1em;
}

.menuRight .menuRightCollapsed .cartSubTotal__btnDelivery {
    font-size: 0.7em;
}

.menuRight .menuRightCollapsed .cartSubTotal__btnCloseCart i {
    display: none;
}

/* TITLE */
.menuRight__title {
    color: #ed1a2d;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    border-bottom: 1px solid #ddd;
    padding: 5px 20px 15px 25px;        
    overflow: hidden;
    height: 45px;
    cursor: pointer;    
}

.cart {
    /*float: left;
		font-size: 18px;
		white-space: nowrap;*/
}

    .cart span {
        color: #404040;
        font-weight: normal;
    }

.cartLimiteDisp {
    font-size: 14px;
    color:#000;
    float:none;
    padding: 5px 0 0 5px;
}

.cartOptions {    
    margin-right: 43px;
    margin-top: 0px;
}

    .cartOptions button {
        background: none;
        border: none;
        color: #ed1a2d;
        font-size: 16px;
        cursor: pointer;
        outline: 0;        
    }

.menuRight__title h8{
    font-size:16px;
    float:left;
}
/* 5.4 - LIST PRODUCTS
==========================================================================*/
.menuRight__cartProducts {
    /*height: calc(100% - 140px);*/
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.conainerCategoriesProducts {
    margin-top: 0px;
    min-height: 500px;
}


.listsProducts {
    padding: 0px;
    margin: 0px;
}

.product {
    height: 120px;
    display: block;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    padding: 5px 0 0px 0px;
}

.productPedido {
    width:33.33%;
    float:left;
    height: 120px;
    display: block;
    overflow: hidden;    
    padding: 5px 0 0px 0px;
}

.productPedidoItem {
    width: 33.33%;
    float: left;
    height: 180px;
    display: block;
    overflow: hidden;
    padding: 5px 0 0px 0px;
    border:1px solid #eee;
    border-radius:5px;
}


.product__item_tumbnail {
    min-height: 120px;
    height: 120px;
    padding: 5px;
    overflow: hidden;
    width: 35%;
    min-width: 35%;
    float: left;
}



    .product__item_tumbnail button {
        border-radius: 5px;
        height: 30px;
        width: 30px;
        font-size: 16px;
        text-align: center;
    }

    .product__item_tumbnail input {
        width: 40px;
        display: inline-block;
        margin: 0px;
        text-align: center;
    }



.product__item_description {
    min-height: 75px;
    vertical-align: baseline;
}

    .product__item_description p {
        display: block;
        max-width: 400px;
        font-size: 12px;
        margin: 0;
    }

    .product__item_description span {
        border: 1px solid #ed1a2d;
        position: relative;
        overflow: hidden;
        float: left;
    }

        .product__item_description span input {
            display: none;
        }

        .product__item_description span label {
            cursor: pointer;
            display: block;
            padding: 5px 7px;
            font-size: 11px;
            color: #ed1a2d;
        }

    .product__item_description input:checked + label {
        background: #ed1a2d;
        color: #fff;
    }

/* DESCRIPTION AND PRICE */
/*.product__item_price {
		float: left;
		width: 30px;        
		overflow: hidden;
        margin-top: 5px;
        height:30px;
	}*/

.product__item_price {
    float: left;
    width: 30px;
    overflow: hidden;
    height: 32px;
    margin-right: 15px;
}

    .product__item_price div:first-child {
        height: 60px;
        margin: 0px auto 5px;
        color: #ed1a2d;
        font-weight: bold;
        font-size: 14px;
    }

    .product__item_price button {
        /*background: none;
        border: none;*/
        color: #a0a0a0;
        font-size: 18px;
        cursor: pointer;
        outline: 0;
        padding: 2px;
        margin: 2px;
    }

/* CART SUBTOTAL */
.cartSubTotal {
    padding: 5px;
}

.cartSubTotal__title {
    font-size: 18px;
    font-weight: 500;
    width: 44%;
    display: inline-block;
}

.cartSubTotal__price {
    color: #ed1a2d;
    font-weight: 600;
    display: inline-block;
    width: 54%;
    text-align: right;
}

.cartSubTotal__discounts {
    margin: 0.4em 0 0.5em;
    font-size: 0.7em;
    line-height: 1.3em;
}


.cartSubTotal__btnPromotion,
.cartSubTotal__btnCloseCart,
.cartSubTotal__btnDelivery {
    width: 100%;
    color: #fff;
    -moz-border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    border-radius: 0.3em;
    display: block;
    text-align: center;
    font-size: 16px;
    padding: 0.5em 0;
    border: none;
    cursor: pointer;
    outline: 0;
    margin: 0 0 0.5em;
}

.btnFiltrosBuscar {
    width: 100%;
    color: #fff;
    -moz-border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    border-radius: 0.3em;
    display: block;
    text-align: center;
    font-size: 16px;
    padding: 0.5em 0;
    border: none;
    cursor: pointer;
    outline: 0;
    margin: 0 0 0.5em;
    background-color: #ed1a2d;
}


.cartSubTotal__btnPromotion {
    background-color: #000;
}

.cartSubTotal__btnCloseCart {
    background-color: #ed1a2d;    
}

.btnMenuCliente {
    background-color: #ed1a2d;
    font-size: 20px;
    font-weight: bold;
    width: 100%;
    color: #fff;
    -moz-border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    border-radius: 0.3em;
    display: block;
    text-align: center;    
    padding: 0.5em 0;
    border: none;
    cursor: pointer;
    outline: 0;
    margin: 0 0 0.5em;
}

.cartSubTotal__btnDelivery {
    background-color: #ddd;
    color: #3f3f3f;
    font-size: 0.7em;
}

.cartSubTotal__points {
    margin: 1em 0em 0em 0em;
    text-align: center;
    font-size: 12px;
}

    .cartSubTotal__points i {
        color: #019849;
        font-size: 1.3em;
        vertical-align: middle;
        transform: rotate(-25deg);
    }

    .cartSubTotal__points span {
        font-weight: 600;
    }

/*Gabriel*/
.menuRight__cartProducts .product {
    position: relative;
}

.menuRight__cartProducts .product__item_tumbnail {
    display: inline-block;
    vertical-align: top;
}

    .menuRight__cartProducts .product__item_tumbnail button {
        display: INLINE-BLOCK;
        vertical-align: top;
        font-weight: bold;
        color: #404040;
        width: 25px;
        border-color: #404040;
        opacity: 0.8;
        font-size: 12px;
        line-height: 15px;
    }

.menuRight__cartProducts .product__item_description {
    width: 65%;
    height: 80px;
    text-align: left;
    display: inline-block;
    vertical-align: top;
    line-height: 1.2;
}


    .menuRight__cartProducts .product__item_description .product__item_total p {
        font-weight: 600;
        font-size: 12px;
    }




/* 5.5 - CONTEN CENTER CATEGORIES
==========================================================================*/

/* CONTEN CENTER */
.contentFiltro {
    width: 9999px;
    vertical-align: top;
    display: table-cell;
    float: none;
    max-width: none;
    min-height: 800px;
    overflow: hidden;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

/* CONTEN CENTER */
.contentCenter {
    width: 9999px;
    vertical-align: top;
    display: table-cell;
    float: none;
    height:100%;
    max-width: none;
    min-height: 400px;
    overflow: hidden;
    transition: margin 1ms;
}

/*Vitrine*/
#SectionVitrine {
    vertical-align: initial !important;
    display: block !important;
    float: initial !important;
    max-width: initial !important;
    min-height: initial !important;
    overflow: auto;
    width: 800vw;
    margin: 115px 340px 0 260px;
}

    #SectionVitrine.menuLeftCollapsed {
        margin-left: 40px;
    }

    #SectionVitrine.menuRightCollapsed {
        margin-right: 124px;
    }

    #SectionVitrine.menuLeftCollapsed.menuRightCollapsed {
        margin: 0 124px 0 40px;
    }

/* CATEGORIE -> SLIDER */
.sliderInternal {
    margin: 0 auto;
    max-width: 1240px;
    position: relative;
}

    .sliderInternal .slider_item {
        padding-bottom: 400px;
    }

    .sliderInternal .slick-dots {
    }

    .sliderInternal .slick-dots {
        margin: 0;
        padding: 0;
        list-style: none;
        text-align: center;
        margin: 0px 0 20px 0;
    }

        .sliderInternal .slick-dots li {
            display: inline-block;
            margin: 0px 5px 0px 5px;
        }

        .sliderInternal .slick-dots button {
            background-color: #a1a1a1;
            width: 12px;
            height: 12px;
            font-size: 0;
            border: none;
            border-radius: 50%;
        }

        .sliderInternal .slick-dots .slick-active button {
            background: #ed1a2d;
        }

/* PAGE TITLE */
.featuredCategory {
    font-size: 26px;
    line-height: 25px;
    margin: 10px 0px 10px 0px;
    font-weight: 400;
    color: #404040;
}

/* LIST CATEGORIES */
.categores {
}

.categoreList {
    padding: 0;
    width: 100%;
    margin-bottom: 40px;
    /*border-left: solid 1px #D9D9D9;*/
    overflow: hidden;
}

.categore__iten {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    border: solid 1px #D9D9D9;
    text-align: center;
    float: left;
    position: relative;
    border-left: 0;
    width: 16.6666%;
}

    .categore__iten:after {
        display: block;
        content: '';
        height: 1px;
        width: 100%;
        background-color: #fff;
        bottom: -2px;
        left: 0;
        position: absolute;
        z-index: 1;
    }

    .categore__iten .boxTitle {
        margin: 1.3em 0 0;
        color: #ed1a2d;
        font-weight: 500;
        min-height: 2.8em;
        text-align: center;
    }


/* 5.6 - CONTENT CENTER PRODUCTS
==========================================================================*/
.productList {
}

.product__item {
    width: 24.45%;
    min-width: 180px;
    padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    border: solid 1px #D9D9D9;
    border-radius: 5px;
    text-align: center;
    float: left;
    position: relative;
    border-left: 1;
    height: 280px;
    margin: 2px;
}

    .product__item:after {
        display: block;
        content: '';
        height: 1px;
        width: 100%;
        background-color: #fff;
        bottom: -2px;
        left: 0;
        position: absolute;
        z-index: 1;
    }

.boxContainerItem {
    padding: 5px;
    overflow: hidden;
}

.boxContainerItemFoto {
    min-height: 135px;
}

.boxImage {
    width: 100%;
    height: 100%;
    max-width: 130px;
    max-height: 132px;
    cursor: pointer;
    border-radius: 5px;
}

.formatImgVitrine img {
    width: 100%;
    height: 100%;
    max-width: 130px;
    max-height: 132px;
    float: left;
    background-color: #ed1a2d;
}

.boxImagePedido {
    width: 65px;
    height: 65px;
    border-radius: 5px;
}


.boxTitle {
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
}

.boxTitleVitrine {
    text-align: left;
    height: 65px;
    margin-top: 2px;
}

.product__item_tumbnail_btns {
    /*padding-left: calc((100% - 147px)/2);*/
}

.product__item_tumbnail_btns_modal {
    padding-left: calc((100% - 127px)/2);
}
.btnpradic {
    border-radius: 5px;
    height: 30px;
    width: 170px;
    font-size: 16px;
    text-align: center;
    margin-left: -29px;
    display:block;
    padding: 0px;
    background: #d1d1d1;    
    z-index: 10;
    position: absolute;
}


.btnmmd {
    border-radius: 0px 5px 5px 0px;
    height: 30px;
    width: 25px;
    font-size: 16px;
    text-align: center;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-left: 0px;
    border-right: 1px solid;
    background: #d1d1d1;
}

.btnmme {
    border-radius: 5px 0px 0px 5px;
    height: 30px;
    width: 25px;
    font-size: 16px;
    text-align: center;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-left: 1px solid;
    border-right:0px;
    background: #d1d1d1;
}

.btnmmlx {
    border-radius: 5px;
    height: 30px;
    width: 40px;
    font-size: 16px;
    text-align: center;
    margin: -1.5px;
    padding: 0px;
    border: none;
    background: none;
    color: #a0a0a0;
    cursor: pointer;
    outline: 0;
}

.btnmmqtde {
    height: 30px;
    width: 40px;
    font-size: 16px;
    text-align: center;
    margin: 0px;
    padding: 0px;
    border: 1px solid;    
}

.btnmmdesc {
    height: 25px;
    width: 50px;
    font-size: 16px;
    text-align: center;
    margin-top: 5px;
    padding: 0px;
    border: 1px solid;
    border-radius:5px;
}

.boxPriceCotacaoGeral {
    height: 40px;
    width: 100%;
    text-align: left;
    margin: 5px 0px 5px 0px;
}

.boxPrice {
    width: 100%;
    color: #ed1a2d;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    text-align: left;
    margin: 2px;
}

.boxPriceCarrinho {
    color: #ed1a2d;
    font-size: 14px;
    vertical-align: bottom;
}

.boxPriceCarrinhoDesc {
    color: #ed1a2d;
    font-size: 12px;
    vertical-align: bottom;
    font-weight: bold;
}

.boxPriceDescPromo {
    font-size: 12px;
    position: absolute;
    background-color: #ed1a2d;
    color: #F7F7F7;
    border-radius: 2px;
    padding: 4px;
    text-align: right;
    top: 245px;
    left: calc(100% - 36px);
}

.boxPriceDescQtdeCaixa {
    font-size: 12px;
    position: absolute;
    background-color: #ed1a2d;
    color: #F7F7F7;
    border-radius: 2px;
    padding: 4px;
    text-align: right;
    top: 274px;
    left: calc(100% - 36px);
}

.boxPriceUN {
    width: 100%;
    color: #404040;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    text-align: left;
    margin: 2px;
}

.boxPriceUnCx {
    float: left;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    padding-top: 4px;
    margin-top: 4px;
    width: 100%;
    background-color: #ed1a2d;
    border-radius: 5px;
    height: 23px;
}

.boxPriceCotacao {
    width: 100%;
    color: #ed1a2d;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    text-align: left;
    margin: 2px;
}

.boxPriceAmount {
    font-size: 11px;
    width: 140px;
    display: inline-block;
    text-align: right;
}

/* LINK MORE INFO */
.boxLink {
    float: right;
    background-color: #f3f3f3;
    padding: 0px 10px;
    font-weight: 300;
    height: 30px;
    line-height: 30px;
}

/* ADD PRODUCT CART, ADDED PRODUCT AND ADD PRODUCTS LIST */
.boxOptions {
    background-color: #ed1a2d;
    position: absolute;
    width: 100%;
    top: 100%;
    bottom: 100%;
    margin: auto 0;
    display: block;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    font-size: 14px;
    display: none;
    overflow: hidden;
}

    .boxOptions button {
        border: none;
        background: none;
        color: inherit;
    }

.boxAddProduct {
    font-weight: normal;
    display: inline-block;
    width: 70%;
    height: 100%;
}

.boxAddedProduct {
    display: none;
}

.boxAddList {
    background-color: #ddd;
    color: #9a9a9a;
    display: inline-block;
    width: 30%;
    text-align: center;
}

/* HOVER CONTAINER */
.product__item:hover .boxOptions {
    display: block;
}



/* ==========================================================================
	2.0 PAGE ABOUT
========================================================================== */

.pageAbout {
    overflow: hidden;
    margin: 0 auto 70px;
}

.pageAbout__image {
    text-align: center;
    margin: 0 auto 20px;
}

.pageAbout__content {
    font-weight: 300;
}

.pageAbout__content_title {
    border-bottom: 1px solid #cfcfcf;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 25px;
    margin-top: 0;
    font-weight: 500;
}

.pageAbout__content .coll-2:first-child {
    padding: 0 20px 0 0;
}

.pageAbout__content .coll-2:last-child {
    padding: 0 0 0 20px;
}



/* ==========================================================================
	2.0 PAGE CONTACT
========================================================================== */

.pageContact {
    margin: 3em auto 5em;
    width: 915px;
}

/* TITLE PAGE */
.pageContact__title {
    display: block;
    margin: 0 0 2em 0;
}

    .pageContact__title h1 {
        color: #5d5d5d;
        font-size: 22px;
    }

/* FORM */
.pageContact__form {
    overflow: hidden;
    padding: 0.5em 0em 0.5em 0em;
}

.pageContact__legendOpinion {
    border-top: 2px dotted #EEE;
    font-size: 0.9em;
    color: #5d5d5d;
    padding: 0.6em 0em 1em 0em;
    display: inline-block;
    width: 100%;
}

.pageContact__legendContact {
    color: #5d5d5d;
    padding: 0.5em 0em 1em 0em;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    font-size: 1.4em;
    border-bottom: 2px dotted #eee !important;
    margin: 2.5em 0em 1em 0em;
}

.pageContact__form_fild {
    display: block;
    border: 1px solid transparent;
    position: relative;
    overflow: hidden;
}

    .pageContact__form_fild label {
        display: block;
        width: 100%;
        height: 18px;
        font-size: 13px;
        font-weight: 500;
        color: #9d9d9d;
    }

    .pageContact__form_fild input,
    .pageContact__form_fild select,
    .pageContact__form_fild textarea {
        width: 100%;
        height: 30px;
        border: 1px solid #e6e6e6;
        margin-bottom: 18px;
        padding-left: 5px;
        outline: 0;
        border-radius: 2px;
    }

        .pageContact__form_fild input:focus,
        .pageContact__form_fild select:focus,
        .pageContact__form_fild textarea:focus {
            border: 1px solid #000;
        }

    .pageContact__form_fild select {
        /* for Firefox */
        -moz-appearance: none;
        /* for Chrome */
        -webkit-appearance: none;
    }

        /* For IE10 */
        .pageContact__form_fild select::-ms-expand {
            display: none;
        }

    .pageContact__form_fild textarea {
        resize: none;
        height: 100px;
    }

.fild_apelido {
    float: left;
    width: 33.33%;
    padding: 0 1% 0 0%;
}

.fild_nome {
    float: left;
    width: 33.33%;
    padding: 0 1% 0 0%;
}

.fild_documento {
    float: left;
    width: 33.33%;
}

    .fild_documento select {
        width: 25%;
        float: left;
        margin: 0 3% 0 0;
    }

    .fild_documento input {
        width: 72%;
        float: left;
    }

.fild_assunto {
    float: left;
    width: 33.33%;
    padding: 0 1% 0 0%;
}

.fild_razao {
    float: left;
    width: 33.33%;
    padding: 0 1% 0 0%;
}

.fild_contato {
    float: left;
    width: 33.33%;
}

.fild_mensagem {
    float: left;
    width: 100%;
}

.fild_telefone {
    float: left;
    width: 50%;
    padding: 0 3% 0 0%;
}

    .fild_telefone input {
        width: 22%;
        float: left;
        margin: 0 3% 0 0;
    }

        .fild_telefone input + input {
            width: 72%;
            float: left;
        }

.fild_email {
    float: left;
    width: 50%;
}

.fild_buttons {
    overflow: hidden;
    width: 100%;
    margin: 2em 0em 0em 0em;
    display: inline-block;
}

.fild_submit,
.fild_reset {
    border: none !important;
    color: #ffffff;
    width: 73px !important;
    height: 27px !important;
    cursor: pointer;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ec192c+0,a60110+100 */
    background: #ec192c; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VjMTkyYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhNjAxMTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ec192c 0%, #a60110 100%); /* FF3.6-15 */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ec192c), color-stop(100%,#a60110)); /* Chrome4-9,Safari4-5 */
    background: -webkit-linear-gradient(top, #ec192c 0%,#a60110 100%); /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(top, #ec192c 0%,#a60110 100%); /* Opera 11.10-11.50 */
    background: -ms-linear-gradient(top, #ec192c 0%,#a60110 100%); /* IE10 preview */
    background: linear-gradient(to bottom, #ec192c 0%,#a60110 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec192c', endColorstr='#a60110',GradientType=0 ); /* IE6-8 */
}

.fild_reset {
    border-radius: 4px;
}

.header_menu_datafat {
    text-align: center
}

.menudatafat .closedatafatbtn {
    display: none;
}


.header_menu_Btns_iten {
    padding: 10px;
    height: 30px;
    color: white;
    position: relative;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-size: 13px;
    cursor: pointer;    
    border-radius: 5px;
    background-color: #606060;
}

.header_menu_Btns_iten_totped {
    padding: 10px;
    height: 30px;
    font-weight: bold;
    position: relative;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-size: 20px;
    cursor: pointer;
    border-radius: 5px;
}

    .header_menu_Btns_iten a {
        text-decoration: none;
        color: white;
    }
        .header_menu_Btns_iten a:hover {
            text-decoration: none;
            color: white;
        }

.header_containerSubMenu_datafat {
    background-color: #fff;
    text-align: left;
    position: absolute;
    z-index: 91000;
    color: #000;
    top: 100%;
    left: 0;
    -moz-box-shadow: 3px 1px 6px 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: 3px 1px 6px 0 rgba(0,0,0,0.2);
    box-shadow: 3px 1px 6px 0 rgba(0,0,0,0.2);
    -moz-transition: left .1s;
    -o-transition: left .1s;
    -webkit-transition: left .1s;
    transition: left .1s;
    font-size:20px;
    display: none;    
    width: 98%;
    margin: 5px;
    overflow: auto;
}

.header_containerSubMenu_endereco {
    background-color: #fff;
    text-align: left;
    position: absolute;
    z-index: 91000;
    color: #000;
    top: 100%;
    left: 0;
    -moz-box-shadow: 3px 1px 6px 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: 3px 1px 6px 0 rgba(0,0,0,0.2);
    box-shadow: 3px 1px 6px 0 rgba(0,0,0,0.2);
    -moz-transition: left .1s;
    -o-transition: left .1s;
    -webkit-transition: left .1s;
    transition: left .1s;
    display: none;
    width: 98%;
    overflow: auto;
}

.header_containerSubMenu_formapgto {
    width: 98%;
    background-color: #fff;
    text-align: left;
    position: absolute;
    z-index: 999;
    color: #000;
    top: 100%;
    left: 0;
    -moz-box-shadow: 3px 1px 6px 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: 3px 1px 6px 0 rgba(0,0,0,0.2);
    box-shadow: 3px 1px 6px 0 rgba(0,0,0,0.2);
    -moz-transition: left .1s;
    -o-transition: left .1s;
    -webkit-transition: left .1s;
    transition: left .1s;
    display: none;
    overflow: auto;
}

.LiPedEndEntregaNome {
    width: 90%;
    float: left;
    font-weight:bold;
    border: none;
    margin-top: 2px;
}

.LiPedEndEntrega {
    width: 90%;
    float: left;
    font-weight: bold;
    border: none;
    margin-top: 2px;
}


LiPedFormaPgto {
    width: 90%;
    float: left;
    border: none;
    margin-top: 2px;
}

.LiPedDataFat {
    width: 90%;
    float: left;
    border: none;
    margin-top: 2px;
}


.header__subMenu_menu_datafat {
    vertical-align: top;
    overflow: auto;
    border-left: 1px solid #cfcfcf;
    max-height:200px;
}



.header_subMenu_datafat_iten {
    font-size: 13px;
    padding: 10px;
    font-weight: 300;
    position: relative;
    color: black;
    height: 25px;
    width: 100%;
}

.header_subMenu_endereco_iten {
    font-size: 13px; 
    font-weight: 300;
    position: relative;
    color: black;
    height: auto;
    width: 100%;
    vertical-align: baseline;
}
.LiPedEndEntregaCid{
    padding-left:30px;
    border:none;
    width:100%;
}

.TotalPedCalc {
    padding-left: 33px;
    font-weight:bold;
}

.header_subMenu_formapgto_iten {
    font-size: 13px;
    font-weight: 300;
    position: relative;
    color: black;
    height: 50px;
    width: 100%;
}

.site_loading {
    position: fixed;
    left: 0;
    top: 100%;
    width: 100vw;
    height: 100vh;
    z-index: 3000;
    opacity: 0;
    transition: opacity 300ms ease-in-out;
    background: url("/Imagens/loading.gif") no-repeat center;
    background-color: #fff;
}

    .site_loading.active {
        top: 0;
        opacity: 1;
    }

    .site_loading:after {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: url("/Imagens/loading.gif") no-repeat center;
        background-color: #fff;
        opacity: 0.7;
        pointer-events: none;
    }


/*************************************
    Page Login
**************************************/
.pagelogin {
    background: url('img/bg.png') no-repeat center;
    background-size: cover;
    background-attachment: fixed;
}

    .pagelogin .logo {
        width: 150px;
        margin: 0 auto 23px auto;
        display: block;
    }

        .pagelogin .logo img {
            width: 100%;
            height: auto;
        }

    .pagelogin .logoISL {
        width: 164px;
        margin: 0 auto 23px auto;
        display: block;
    }

        .pagelogin .logoISL img {
            border-radius: 5px;
            width: 100%;
            height: auto;
        }

#loginForm {
    margin: auto;
    width: 314px;
    position: relative;
    top: 28%;
    margin-top: calc(-320px / 2);
}

    #loginForm * {
        box-sizing: border-box;
    }

    #loginForm form {
        background: #fff;
        padding: 37px 33px;
        border-radius: 10px;
        box-shadow: 0px 0px 40px 5px rgba(0,0,0,0.3);
    }

    #loginForm .form-group {
        margin: 0 0 10px 0;
        text-align: center;
    }

    #loginForm .form-control {
        text-transform: uppercase;
        width: 100%;
        height: 50px;
        border-radius: 5px;
        border: none;
        box-shadow: inset 0px 5px 15px -6px rgba(0,0,0,0.3);
        text-align: left;
    }

    #loginForm .inputEmail {
        padding-left: 55px;
        background: url('img/ic_email.png') no-repeat 17px 50%;
    }

    #loginForm .inputSenha {
        padding-left: 55px;
        background: url('img/ic_senha.png') no-repeat 17px 50%;
    }

    #loginForm .btn {
        width: 100% !important;
        height: 50px;
        margin: 10px 0 20px 0 !important;
        background-color: #ed1a2d;
        color: #fff;
        font-size: 17px;
        color: #fff;
        text-shadow: 0px 0px 2px rgba(0,0,0,0.5);
    }

        #loginForm .btn + span,
        #loginForm .btn + span + span {
            //color: #505050;
            font-size: 11px;
            font-weight: 300;
            border-right: 1px solid #505050;
            padding: 0 9px;
        }

            #loginForm .btn + span + span {
                border: none;
            }

    #loginForm a {
        color: inherit;
    }

#footerlogin {
    height: 100px;
    width: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    padding: 10px 0 23px 0;
}

.footerlogin_box {
    width: 210PX;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    position: relative;
    padding-left: 30px;
}


    .footerlogin_box span {
        color: #404040;
    }

        .footerlogin_box span:before {
            content: '';
            width: 12px;
            height: 18px;
            position: absolute;
            left: 0;
            top: 6px;
            background: url('img/ic_endereceo.png') no-repeat 0 0;
        }

.footerlogin_contato span:before {
    width: 18px;
    background: url('img/ic_telefone.png') no-repeat 0 0;
}


.footerlogin_box p {
    color: #5d5d5d;
    font-size: 13px;
    font-weight: 300;
}

.footerlogin_contato p {
    font-size: 19px;
    font-weight: normal;
    color: #828282;
}

.ui-menu li {
    text-transform: uppercase;
}

.ValorMinMax {
    border-radius: 5px;
    width: 50px;
    height: 25px;
    text-align: center;
}

/*
	Theme Name: Tema Mumbai mobile
	Theme URI:  http://mumbai.com.br/
	Description: Tema desenvolvido por Mumbai produtora Web
	Author: Thailo Eduardo C. Dutra
	Author URI: https://thailoeduardo.com.br
	Version: 3.0.0
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Tags: Mumbai Pordutora Web
	Text Domain: tema_mumbai
*/




/* ========================= MAX-WIDTH: 1440PX ========================= */
@media all and (max-width: 1440px) {
    body:before {
        content: '1440';
    }
}

/* ========================= MAX-WIDTH: 1366PX ========================= */
@media all and (max-width: 1366px) {
    body:before {
        content: '1366';
    }
}

/* ========================= MAX-WIDTH: 1024PX ========================= */
@media all and (max-width: 1024px) {
    body:before {
        content: '1024';
    }

    .menuRight {
        height: calc( 97vh - ( 132px + 1em ) );
        display: none;
    }

    #SectionVitrine.menuRightCollapsed.menuLeftCollapsed .product__item {
        width: calc(100% / 4);
    }

    #SectionVitrine .product__item {
        width: 100%;
    }
}

/* ========================= MAX-WIDTH: 768PX ========================= */
@media screen and (max-width: 1008px) {
    /*html.open_menu .body_fake {
        overflow: hidden;
    }*/

    /*body:before {
        content: '768';
    }*/

    /* .canvas {
        width: 100%;
        height: 100%;
        position: relative;
        transform: translateX(0);
        transition: .3s ease all;
    } */


    /*body {
        position: relative;
        left: 0;
        transition: padding 300ms ease-in-out;
        will-change: padding;
    }*/

    /*.open_menu body {
        padding-left: 300px;
    }*/


    body {
        padding: 0;
        margin: 0;
        overflow:auto;
    }

    .form-horizontal {
        position: relative;
        top: 75px;
        margin-left: 5px;
        margin-right: 5px;
    }

    .wrapperSlidProduto {
        margin: 0 auto;
        max-width: 1240px;
        width: 80%;
        position: relative;
    }

    .header_menu {
        background-color: #ed1a2d;
        height: 125px;
        /*margin-top: 20px;*/
    }

    .header_menu___logo {
        height: 95px;
        width:150px;
        float:left;
        background-color: #ed1a2d;
    }

    #boxesentrega
    .windowentrega {
        display: none;
        position: absolute;
        width: 400px;
        height: 300px;
        left: 0;
        right: 0;
        bottom: 0em;
        top: 0em;
        text-align: center;
        border-radius: 5px;
        margin: 20px auto;
        padding: 10px;
        z-index: 1001;
        border: 1px solid #d9d9d9;
        background: #FFF;
        -webkit-animation-name: animatetop;
        -webkit-animation-duration: 0.4s;
    }

    #boxes
    .window {
        display: none;
        position: absolute;
        width: 90%;
        height: 530px;
        left: 0;
        right: 0;
        bottom: 0em;
        top: 0em;
        margin: 100px auto;
        padding: 10px;
        z-index: 1001;
        background: #FFF;
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
        -webkit-animation-name: animatetop;
        -webkit-animation-duration: 0.4s;
    }

    #boxeslogin
    .windowlogin {
        display: none;
        position: absolute;
        width: 300px;
        height: 450px;
        left: 0;
        right: 0;
        bottom: 0em;
        top: 0em;
        border: 1px solid #d9d9d9;
        margin: 0px auto;
        padding: 10px;
        z-index: 1001;
        background: #FFF;
        /*box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);*/
        -webkit-animation-name: animatetop;
        -webkit-animation-duration: 0.4s;
    }

    #boxesbuscaprod
    .windowbuscaprod {
        display: none;
        position: absolute;
        width: 300px;
        height: 450px;
        left: 0;
        right: 0;
        bottom: 0em;
        top: 0em;
        border:1px solid #d9d9d9;
        margin: 0px auto;
        padding: 10px;
        z-index: 1001;
        background: #FFF;
        /*box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);*/
        -webkit-animation-name: animatetop;
        -webkit-animation-duration: 0.4s;
    }

    #boxesloginVendedor
    .windowloginVendedor {
        width: 300px;
        height: 450px;
        left: 0;
        right: 0;
        bottom: 0em;
        top: 0em;
        border: 1px solid #d9d9d9;
        margin: 0px auto;
        padding: 10px;
        z-index: 1001;
        background: #FFF;
        /*box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);*/
        -webkit-animation-name: animatetop;
        -webkit-animation-duration: 0.4s;
    }

    .closelogin {
        display: block;
        text-align: right;
        color: #ed1a2d;
    }

    .closebuscaprod {
        display: block;
        text-align: right;
        color: #ed1a2d;
    }


    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }

    .pageInternal {
        padding: 1em 0 0 0;
        top: 0px;
    }

    #body_fake {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        transition: transform 300ms ease-in-out;
        /*will-change: transform;*/
    }

    .open_menu #body_fake {
        z-index: 10;
        position: fixed;
        transform: translateX(300px);
    }



    .header {
        height:75px;
        position: fixed;
        z-index: 1100;
        width: 100%;        
    }

    body.isSticky .header {
        margin-top: 0px;
    }

    .containerSliderItem {
        position: relative;
        top: 90px;
    }

    .topo_resultado_lista_produto_item {
        width: 85%;
        max-width: 85%;
    }

    .containerSliderItem .slick-arrow.slick-prev {
        left: -40px;
    }

        .containerSliderItem .slick-arrow.slick-next {
            right: -40px;
        }

    .slick-slider .slick-list, .slick-slider .slick-track {
        height: 100% !important;
        overflow: hidden;
        transform: translate3d(0px, 0px, 0px);
    }

    .containerSlider {        
        /*position: relative;*/
        top: 80px;
    }

    /* 1.2 - FORMAT TAGS
==========================================================================*/
    .boxContainerItemFoto {
        min-height:135px;
        padding: 5px;
        overflow: hidden;
        width: 40%;
        min-width: 40%;
        float: left;
    }

    .boxContainerItem {
        padding: 5px;
        overflow: hidden;
        width: 60%;
        height:100%;
        float: left;
        border-left: 1px solid #D9D9D9;    
    }

    .boxImage {
        width: 100%;
        height: 100%;
        max-width: 130px;
        max-height: 132px;
        cursor: pointer;
        float: left;
        border-radius: 5px;
    }

    .formatImgVitrine img {
        width: 100%;
        height: 100%;
        max-width: 130px;
        max-height: 132px;
        border-radius: 5px;
        float: left;
        background-color: #ed1a2d;
    }

    .boxPriceDescPromo {
        font-size: 12px;
        position: absolute;
        background-color: #ed1a2d;
        color: #F7F7F7;
        border-radius: 2px;
        padding: 4px;
        text-align: right;
        top: 115px;
        left: calc(100% - 36px);
    }

    .boxPriceDescQtdeCaixa {
        font-size: 12px;
        position: absolute;
        background-color: #ed1a2d;
        color: #F7F7F7;
        border-radius: 2px;
        padding: 4px;
        text-align: right;
        top: 145px;
        left: calc(100% - 36px);
    }

    .boxPriceUnCx {
        float: left;
        color: #fff;
        font-size: 15px;
        font-weight: 600;
        text-align: center;
        padding-top: 4px;
        margin-top: 4px;
        width: 100%;
        background-color: #ed1a2d;
        border-radius: 5px;
        height: 23px;
    }

    .boxPrice {
        float: left;
        color: #ed1a2d;
        font-size: 14px;
        font-weight: 600;
        text-align: left;
        margin: 2px;
        width: 100%;
    }

    .boxPriceUN {
        float: left;
        color: #404040;
        font-size: 14px;
        font-weight: 600;
        text-align: left;
        margin: 2px;
        width: 100%;
    }

    .boxPriceCotacao {
        float: left;
        color: #ed1a2d;
        font-size: 14px;
        font-weight: 600;
        width: 100%;
        float: left;
        text-align: left;
        margin: 2px;
    }

    .boxPriceCotacaoGeral {
        height: px;
        float: left;
        width: 100%;
        text-align: left;
        margin: 5px 0px 5px 0px;
    }

    #formaddfavorito {
        width: 40px;
        float: left;
        height: 30px;        
        padding: 0px;
        position:absolute;
    }


    .product__item_tumbnail_btns {
        text-align: center;
        margin: 2px;
        width: 100%;
        height: 40px;
        left: 130px;
        /*padding-left: calc((100% - 147px)/2);*/
    }

    .product__item_tumbnail_btns_modal {
        text-align: center;
        margin: 2px;
        width: 100%;
        height: 40px;
        left: 130px;
        padding-left: calc((100% - 127px)/2);
    }


    /* 2.2 - HEADER MENU
    ==========================================================================*/
    .header {
        background-color: #ed1a2d;
        
    }

    /* HEADER -> SECTION INFO */
    .header_section_info {
        display:none;
        margin: 0;
        padding: 0;
        background: transparent;
    }

    .contaiter {
        height: auto;
        /*background:transparent;*/
    }

    .header_section_infoPhone {
        display: none;
        height:0;
    }

    .header_section_infoSearch {
        display: none;
        height: 0;
    }

    .header_section_tipoentrega {
        display: none;
        height: 0;
    }

    .menuRight {
        /*height: calc( 97vh - ( 132px + 1em ) );*/
        min-height: 400px;
        height: 100%;
        width: 320px;
        background: #f4f4f4;
        position: fixed;
        right: 0;
        top: 75px;
        z-index: 1000;
        transform: translateX(0);
        transition: transform 1ms;
        display: inline-block;
    }

    .btnMenuRightEntrega {
        cursor: pointer;
        height: 30px;
        border-radius:5px;
        margin-top:22px;
        margin-left:5px;   
        line-height: 30px;
        font-size: 20px;
        color: #ed1a2d;
        background-color: white;
        width: 30px;
        float: left;
        text-align: center;
    }

    .btnMenuRightMobile {
        cursor: pointer;
        height: 75px;
        line-height: 75px;
        font-size: 20px;
        color: white;
        background-color: #ed1a2d;
        width: 30px;
        float: left;
        text-align: center;
    }


    .header_section_infoLoginSite {
        display: none;
    }

    

    #btnContainerUser {
        display: none;
    }

    .header_section_infoLogado {
        line-height:14px;
        margin: 0px;
        top: 0px;        
        color: #fff;
        width:100%;
        border:none;
        z-index: 1000;        
        position: relative;
    }

    .header_section_infoLogin {
        margin: 0px;
        top: 0px;
        color: #fff;
        z-index: 1000;
        left: 0px;
        position: relative;
    }

    .header_section_infoLogin--button {
        color: #fff;
        background: #ed1a2d;        
        height: 75px;
        width:30px;
        text-align: center;
        line-height: 75px;
        font-size: 20px;
        border-radius: 0px;
        float: left;
        cursor: pointer;
        padding-right: 0px;
    }

    .header_section_infoLogado--button {
        background: #ed1a2d;
        width: calc(100% - 168px);
        max-width: calc(100% - 168px);
        height: 75px;
        text-align: center;
        padding-top: 5px;
        border-radius: 0px;
        float: left;
        color: #fff;
        cursor: pointer;
    }


    .header_secion_infoLogin--container {
        /*left: initial;
        left: calc((((100% - 186px)* -1)/2));*/
        top: 0px;
        height: auto;
        z-index: 1;
        margin: 0;
        position:relative;
        padding: 0;
    }

        .header_secion_infoLogin--container.toggleActive {
            width: 100%;
            padding: 15px;
            height: 100%;
            right: 0;
            overflow: auto;
            border: none;
            position: fixed;
            top: 75px;
            -webkit-overflow-scrolling: touch;
        }



    /* HEADER -> MENU */
    .menu {        
        top: 0px;
        position: fixed;
        transform: translateX(-300px);
        width: 300px;
        background: #BF0000;
        padding: 10px 0 0 0;
        z-index: 10;
        will-change: transform;
    }

    .show-menu .canvas {
        transform: translateX(300px);
    }

    .menu a {
        text-decoration: none;
        font-size: 12px;
        color: #818181;
        display: block;
        transition: 0.3s;
    }

        .menu a:hover {
            color: #f1f1f1;
        }

    /* CLOSE MENU HEADER */
    .header_menu .closebtn {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        margin-left: 0;
        color: #fff;
        height: 100%;
        width: 100%;
        text-align: center;
        font-size: 30px;
        line-height: 2;
        border-left: 1px solid #a50000;
        background-color: #ed1a2d;
    }

        .header_menu .closebtn:before {
            content: '';
            content: '';
            position: fixed;
            left: 300px;
            top: 0;
            width: 0;
            height: 100vh;
            background: #000;
            z-index: 1;
            opacity: 0;
            transition: width 300ms ease-in-out, opacity 300ms ease-in-out;
            z-index: 0;
        }

    .open_menu .header_menu .closebtn:before {
        width: 100vw;
    }

    .header_menu__logo_quadrado {
        width: 126px;
        height: 85px;
        line-height: 85px;
        display: inline-block;
        cursor: pointer;
        overflow: hidden;
        position: absolute;
        top: 5px;
        left: 10px;        
        z-index: 999;
        /* border-radius: 50%; */
        /* margin: auto 0; */
    }

    .btnBarcode {
        display: block;
        height: 43px;
        width: 46px;
        color: #fff;
        padding: 5px 5px 5px 6px;
        font-size: 40px;
        position: relative;
        margin-left: 166px;
        border: 2px solid;
        border-radius: 5px;
    }

    .btnBarcode a {        
        color: #fff;
        font-size: 30px;
        
    }

    .btnBarcodeSiteAdmin {
        display: block;
        height: 46px;
        width: 46px;
        color: #000;
        padding: 0px 0px 0px 5px;
        font-size: 32px;
        position: relative;
        margin-left: 15px;
        margin-bottom:5PX;
        border: 2px solid;
        border-radius: 5px;
    }

        .btnBarcodeSiteAdmin a {
            color: #000;
            font-size: 32px;
        }


    .header_menu__logo {
        position: relative;
        top: 0;
        margin: 0;
        width: 74px;
        height: 74px;
        position: absolute;
        left: 15px;
        margin: 1px;
    }

    .header_menu__logo_mobile {
        width: 100px;
        height: 75px;
        float: left;
        padding:5px;
        background-color: #ed1a2d;
    }

    .header_menu__logo_mobile_icones {
        width: calc(100% - 100px);
        height: 75px;
        background-color: #ed1a2d;
    }

    .header_menu__logo_mobile_icones a {
        color:#FFF;
    }
        .header__subMenu_thumbnail {
        display: none;
    }

    .header_menu__itens {
        margin-left: 0 !important;
        display: block;
        width: 100%;
        min-height: calc( 100vh - 56px );
        background-color: #ed1a2d;
        padding-top: 0px !important;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }

    .header_menu_iten {
        display: block;
        text-align: left;
        z-index: 1;
    }

        .header_menu_iten .menuAccordion-toggle {
            width: 100%;
            height: auto;
            background-color: #ed1a2d;
            border-bottom: 1px solid rgba(255,255,255,0.2);
            z-index: 5;
            position: relative;
            padding: 10px;            
        }

            .header_menu_iten .menuAccordion-toggle:before {
                content: '';
                width: 0;
                height: 0;
                position: absolute;
                left: 15px;
                bottom: -2px;
                border-left: 10px solid transparent;
                border-top: 0px solid transparent;
                border-right: 10px solid transparent;
                border-bottom: 10px solid #e0e0e0;
                opacity: 0;
                transition: opacity 300ms ease-in-out;
            }

            .header_menu_iten .menuAccordion-toggle.active:before {
                opacity: 1;
            }

            .header_menu_iten .menuAccordion-toggle.active {
                background-color: #ed1a2d;
                color: #fff;
            }

            .header_menu_iten .menuAccordion-toggle .ImgIcone {
                mix-blend-mode: luminosity;
                vertical-align: middle;
                background-color: transparent !important;
            }

    .header__subMenu_menu {
        width: 100%;
        display: block;
        border: none;
    }

    .header__subMenu_menu_datafat {
        vertical-align: top;
        overflow: auto;
        max-height:200px;
        border-left: 1px solid #cfcfcf;
        min-width: 100%;
        width: 100%;
    }

    
    .header_subMenu_datafat_iten {
        font-size: 13px;
        padding: 10px;
        font-weight: 300;
        position: relative;
        color: black;
        height: 40px;
        width: 100%;
    }

    .header_subMenu_endereco_iten {
        font-size: 13px;     
        font-weight: 300;
        position: relative;
        color: black;
        height: auto;
        width: 100%;
        vertical-align: baseline;
    }
    .LiPedEndEntregaCid {
        padding-left: 30px;
        border: none;
    }

    .header_subMenu_formapgto_iten {
        font-size: 13px;        
        font-weight: 300;
        position: relative;
        color: black;
        height: 40px;
        width: 100%;
    }


    .header_containerSubMenu_datafat {
        background-color: #fff;
        text-align: left;
        position: absolute;
        z-index: 91000;
        color: #000;
        top: 100%;
        left: 0;
        -moz-box-shadow: 3px 1px 6px 0 rgba(0,0,0,0.2);
        -webkit-box-shadow: 3px 1px 6px 0 rgba(0,0,0,0.2);
        box-shadow: 3px 1px 6px 0 rgba(0,0,0,0.2);
        -moz-transition: left .1s;
        -o-transition: left .1s;
        -webkit-transition: left .1s;
        transition: left .1s;
        display: none;
        width: 100%;
        height: 300px;
        overflow: auto;
    }

    .header_containerSubMenu_endereco {
        background-color: #fff;
        text-align: left;
        position: absolute;
        z-index: 91000;
        color: #000;
        top: 100%;
        left: 0;
        -moz-box-shadow: 3px 1px 6px 0 rgba(0,0,0,0.2);
        -webkit-box-shadow: 3px 1px 6px 0 rgba(0,0,0,0.2);
        box-shadow: 3px 1px 6px 0 rgba(0,0,0,0.2);
        -moz-transition: left .1s;
        -o-transition: left .1s;
        -webkit-transition: left .1s;
        transition: left .1s;
        display: none;
        width: 100%;
        overflow: auto;
    }

    .header_containerSubMenu_formapgto {        
        background-color: #fff;
        text-align: left;
        position: absolute;
        z-index: 91000;
        color: #000;
        top: 100%;
        left: 0;
        -moz-box-shadow: 3px 1px 6px 0 rgba(0,0,0,0.2);
        -webkit-box-shadow: 3px 1px 6px 0 rgba(0,0,0,0.2);
        box-shadow: 3px 1px 6px 0 rgba(0,0,0,0.2);
        -moz-transition: left .1s;
        -o-transition: left .1s;
        -webkit-transition: left .1s;
        transition: left .1s;
        display: none;
        width: 100%;
        overflow: auto;
    }

    .header_containerSubMenu {
        width: 100%;
        position: relative;
        left: 0 !important;
        transform: initial !important;
        height: auto;
        opacity: 1;
        min-height: initial;
        max-height: 0;
        overflow: hidden;
        will-change: max-height, opacity;
        background-color: inherit;
    }

        .header_containerSubMenu.active {
            max-height: 100vh;
            overflow: hidden;
            -webkit-overflow-scrolling: touch;
        }

    /*.header_menu .header_menu__itens {
        overflow: auto;
    }*/

    .header_subMenu_iten {
        padding: 0;
        background: #e0e0e0;
        border-top: 1px solid #c2c2c2;
    }

        .header_subMenu_iten.active {
            background-color: #e0e0e0;
        }

        .header_subMenu_iten span {
            padding: 1em 1.5em 1em 3.5em;
            position: relative;
            z-index: 1;
        }

            .header_subMenu_iten span:before {
                content: '';
                width: 0;
                height: 0;
                position: absolute;
                left: 21px;
                bottom: -5px;
                border-left: 10px solid transparent;
                border-top: 0px solid transparent;
                border-right: 10px solid transparent;
                border-bottom: 10px solid #ffffff;
                opacity: 0;
                transition: opacity 300ms ease-in-out;
            }

        .header_subMenu_iten.active span:before {
            opacity: 1;
        }

        .header_menu_iten .menuAccordion-toggle:after,
        .header_subMenu_iten span:after,
        .header_subMenu_iten a:after {
            display: none !important;
        }

        .header_subMenu_iten i {
            display: inline;
            margin: 0em 0.5em 0em 0em;
            right: initial;
            bottom: initial;
            left: 1em;
            top: 1px;
        }

        .header_subMenu_iten ul {
            width: 100%;
            display: block;
            height: auto;
            opacity: 1;
            max-height: 0;
            overflow: hidden;
            transition: 300ms ease-in-out;
            will-change: max-height, opacity;
            position: relative;
            left: initial;
            top: initial;
            padding: 0 !important;
            border: none;
            color: #fff;
            z-index: 1;
        }

        .header_subMenu_iten.active ul {
            max-height: 310px;
            overflow: auto;
            -webkit-overflow-scrolling: touch;
        }

        .header_subMenu_iten ul li {
            border-top: 1px solid #c2c2c2;
        }

        .header_subMenu_iten ul a {
            padding: 1em 1.5em 1em 3.5em;
            color: #404040;
        }

    .header_subMenu_itenVerTodos {
        display: none;
    }

    .header__subMenu_thumbnailvazio {
        display: none;
    }



    /* HEADER -> EXTRA */
    .header_section_extra {
        visibility: visible;
        height: auto;
        padding: 0;
    }

        .header_section_extra .btnMenu {
            display: inline-block;
            width: 42px;
            cursor: pointer;
            height: 75px;
            text-align: center;
            line-height: 75px;
            font-size: 20px;
            background-color: #ed1a2d;
            color: #fff;
        }


    .header_section_extraSearch {
        margin: 0px;
        top: 0px;
        color: #fff;
        z-index: 1000;
        left: 0px;
        position: relative;
    }

    .header_section_extraSearch__form {
        border-radius: 3px;
        overflow: hidden;
    }

    .header_section_infoDiscounts {
        display: inline-block;
        width: 42px;
        height: 56px;
        text-align: center;
        line-height: 56px;
        font-size: 1.2em;
        background: #ed1a2d;
        color: #fff;
        margin: 0;
        float:left;
    }

        .header_section_infoDiscounts span {
            display: none;
        }



    .header_section_ordenacao {
        display:block;
        margin-top: 0px;
        top: 75px;
        width: 91%;
        left: 23px;
        float: right;
        height: 34px;
        padding: 2px;
        background: #fff;
        position: absolute;
    }



    

    /* 5.1 - BREADCRUMBS
==========================================================================*/
    .categoryBreadcrumbs {
        overflow: hidden;
        display: inline-block;
        height: 40px;
        top: 110px;
        width: 93%;
        padding: 0px 6px;
        position: absolute;
    }



    /* 5.4 - LIST PRODUCTS
==========================================================================*/

    .menuRight__cartProducts {
        height: 100%;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
	}

    .conainerCategoriesProducts{
        margin-top:0px;
        min-height:500px;
    }
    /* STICKY */
    .sticky .header_section_extra {
        padding: 0
    }

    .productPedido {
        width: 100%;        
        height: 120px;
        display: block;
        overflow: hidden;
        padding: 5px 0 0px 0px;
    }

    .productPedidoItem {
        width: 100%;
        height: 180px;
        display: block;
        overflow: hidden;
        padding: 5px 0 0px 0px;
        border: 1px solid #eee;
        border-radius: 5px;
    }

    .header_section_extra .categoryBreadcrumbs {
        display: none;
        position: fixed;
    }

    .categoryBreadcrumbs__CategorieParent,
    .categoryBreadcrumbs__CategorieChild {
        font-size: 10px;
    }

    .topo_usuario_logado {
        width: 130px;
        padding-left: 5px;
        position: fixed;
        left: -205px;
        top: 5px !important;
        z-index: 1000;
    }

    .header_menu_cliente_iten {
        color: #fff;
    }

    #menuAccordioncliente .header_containerSubMenu_cliente {
        display: block;
        position: fixed;
        left: -300px;
        top: 78px;
        z-index: 1000;
        height: calc( 100vh - 78px );
        width: 300px;
        box-shadow: none;
        padding: 20px 0 0 0;
    }

    .header_menu_cliente_iten .menuAccordion_cliente-toggle:after {
        display: none;
    }

    .header__subMenu_menu_cliente {        
        border: 2px solid #D9D9D9;
        width: 280px;
        padding: 5px;
        margin: auto;
        display: block;
    }





    /* 2.2 -MAIN
    ==========================================================================*/

    /* HOME -> SLIDER
    ==========================================================================*/
    .slider .slider_item {
        padding-bottom: 300px;
    }

    /* HOME -> PUBLICITY
    ==========================================================================*/

    .containerPublicity {
    }

        .containerPublicity .cardHighlight {
            max-width: 100%;
        }

    /* HOME -> PRODUCTS
    ==========================================================================*/
    .containerProducts {
        position: relative;
        top: 140px;
    }
    .cardProduct {
        margin: 0 auto 30px;
    }

    /* HOME -> PUBLICITY
    ==========================================================================*/
    .containerHighlights .cardHighlights {
        border-bottom: 1px solid #b7b7b7;
        overflow: hidden;
        margin: 0 0 20px 0;
        padding: 0 0 20px 0;
        border-radius: 5px;
    }

        .containerHighlights .cardHighlights:last-child {
            border-bottom: none;
        }


    /* FOOTER
    ==========================================================================*/
    .footer {
        top: 120px;
        position: relative;        
        -webkit-box-shadow: -1px 0 2px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: -1px 0 2px rgba(0,0,0,0.75);
        box-shadow: -1px 0 2px rgba(0,0,0,0.75);
        background-color: #ffffff;
        margin: 0 0 0 0;        
        clear: both;
    }

    .footer_sectionContact,
    .footer_sectionPages,
    .footer_sectionSocial,
    .footer_sectionNewsletter {
        width: 100%;
        padding: 1em 1em 1em 1em;
    }

    .footer__copyright-logo {
        position: relative;
        top: 0;
        margin: 0 auto;
    }

    
    .footer__copyright {
        padding: 0em 1em 0em 1em;
    }

    .footer__copyright-icons span {
        display: block;
        width: 50%;
        text-align: center;
        margin: 0.5em 0em 0.5em 0em;
    }



    #FormBusca {
        width: 100%;        
        height: 100%;
        background: #f4f4f4;
        position: fixed;
        left: 0;
        top: 75px;
        transform: translateX(0);
        transition: transform 1ms;
        z-index: 1000;
    }

    body.isSticky #FormBusca, body.isSticky {
        top: 26px;
        
    }

    #FormBusca.menuLeftCollapsed {
        transform: translateX(calc( -100% + 15px ));
    }

    .menuLeft nav {
        width:100%;
        height: 100%;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        padding: 0px 0px 0px 10px;
    }

    .btnMenuLeft {
        position: absolute;
        top: 0px;
        left: 90%;
        width: 35px;
        height: 35px;
        cursor: pointer;
        text-align: center;
        background: #fff;
        border-radius: 50%;
        line-height: 25px;
        color: #ed1a2d;
        border: 5px solid #f4f4f4;
        box-sizing: border-box;
        z-index: 6;
    }


    #FormBusca.menuLeftCollapsed .btnMenuLeft {
        display: none;
        position: absolute;
        top: 80px;
        left: initial;
        width: 35px;
        height: 35px;
        right: -85px;
        cursor: pointer;
        text-align: center;
        background: #fff;
        border-radius: 50%;
        line-height: 25px;
        color: #ed1a2d;
        border: 5px solid #f4f4f4;
        box-sizing: border-box;
        z-index: 6;
    }

    .txtMenuLeft {
        position: absolute;        
        left: initial;
        padding: 10px 0px 0px 10px;
        color: #ed1a2d;
        font-weight:600;
        height:45px;
        width:100%;
        cursor:pointer;
    }

            #FormBusca.menuLeftCollapsed .btnMenuLeft:before {
                content: 'Filtros';
                position: absolute;
                right: -55px;
                top: 0;
                transform: rotate(180deg);
                white-space: nowrap;
                text-align: left;
                background: #f4f4f4;
                padding-right: 10px;
            }



    .PesqOrdenacao {
        background: none;
        width: 40%;        
    }
    .PesqOrdenacaocb {
        background: none;
        width: 100%;
        margin-top: 5px;
        padding-left:5px;
        border-radius: 5px;
        border: 1px solid #ed1a2d;
        font-family: Roboto, SANS-SERIF;
        background: #f4f4f4;
    }

        .PesqOrdenacaocb:after {
            border-color: #fff transparent transparent transparent;
        }
        .menuRight.menuRightCollapsed {
            transform: translateX(100%);
        }

    #SectionVitrine.menuLeftCollapsed.menuRightCollapsed {
        margin: 130px 15px 0 15px;
    }

    #SectionVitrine.menuRightCollapsed.menuLeftCollapsed .product__item {
        width: 100%;
    }

    #SectionVitrine .product__item {
        width: 100%;
        margin:2px;
    }

    .menuRight {
        width: 100%;
        top: 75px;
    }

    .menuRight__title {
        margin-left:30px;
    }
    .menuRight .btnMenuRight {
        /*display: none;*/
        float: left;
    }

    #menusubmenuRight {
        height: 100%;
    }

    #submenuRight {
        height: 100%;
    }

    #SectionVitrine {
        margin: 0 280px 0 240px;
    }

    .categoreList {
        padding: 0px 10px 10px 10px;
        width: 100%;
        margin-bottom: 40px;
        /*border-left: solid 1px #D9D9D9;*/
        overflow: hidden;
    }

    .product__item {
        width: 100%;
        padding: 0;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        border: solid 1px #D9D9D9;
        border-radius: 5px;
        text-align: center;
        float: left;
        position: relative;        
        height: 200px;
    }

    .menuRight__cartProducts .product__item_description p {
        font-weight: 600;
        font-size: 14px;
    }

  
}

/* ========================= MAX-WIDTH: 425PX ========================= 
@media screen and (max-width: 575px) {
    body:before {
        content: '575';
    }
}

    */
