@font-face {
    font-family: Flama-Bold;
    src: url(/arquivos/Flama-Bold.eot.css);
    src: url(/arquivos/Flama-Bold.woff2.css) format("woff2"),url(/arquivos/Flama-Bold.woff.css) format("woff"),url(/arquivos/Flama-Bold.ttf.css) format("truetype"),url(/arquivos/Flama-Bold.svg.css#Flama-Bold) format("svg"),url(/arquivos/Flama-Bold.eot.css?#iefix) format("embedded-opentype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Flama-Medium;
    src: url(/arquivos/Flama-Medium.eot.css);
    src: url(/arquivos/Flama-Medium.woff2.css) format("woff2"),url(/arquivos/Flama-Medium.woff.css) format("woff"),url(/arquivos/Flama-Medium.ttf.css) format("truetype"),url(/arquivos/Flama-Medium.svg.css#Flama-Medium) format("svg"),url(/arquivos/Flama-Medium.eot.css?#iefix) format("embedded-opentype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Flama-Regular;
    src: url(/arquivos/Flama.eot.css);
    src: url(/arquivos/Flama.woff2.css) format("woff2"),url(/arquivos/Flama.woff.css) format("woff"),url(/arquivos/Flama.ttf.css) format("truetype"),url(/arquivos/Flama.svg.css#Flama) format("svg"),url(/arquivos/Flama.eot.css?#iefix) format("embedded-opentype");
    font-weight: 400;
    font-style: normal
}

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-moz-keyframes pulse {
    from {
        -moz-transform: scale(.8);
        transform: scale(.8)
    }

    to {
        -moz-transform: scale(1);
        transform: scale(1)
    }
}

@-o-keyframes pulse {
    from {
        -o-transform: scale(.8);
        transform: scale(.8)
    }

    to {
        -o-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale(.8);
        -moz-transform: scale(.8);
        -o-transform: scale(.8);
        transform: scale(.8)
    }

    to {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes hvr-icon-drop {
    0% {
        opacity: 0
    }

    50% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    100%,51% {
        opacity: 1
    }
}

@-moz-keyframes hvr-icon-drop {
    0% {
        opacity: 0
    }

    50% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    100%,51% {
        opacity: 1
    }
}

@-o-keyframes hvr-icon-drop {
    0% {
        opacity: 0
    }

    50% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    100%,51% {
        opacity: 1
    }
}

@keyframes hvr-icon-drop {
    0% {
        opacity: 0
    }

    50% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    100%,51% {
        opacity: 1
    }
}

.x-header.js--fixed__nav>ul {
    display: flex;
    vertical-align: middle;
}



.x-header.js--fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999
}

.x-header.js--fixed .x-header__items ul li.x-search-open.js--active {
    width: 45%;
    z-index: 9999
}

.x-header.js--fixed .x-search__animate--text {
    color: #000!important
}

.x-header.js--fixed .x-header__logo svg {
    fill: #ff8400
}

.x-header.js--fixed .x-header__top {
    background: rgba(255,255,255,.9)
}

.x-header.js--fixed .x-header__items {
    width: 30%
}

.x-header.js--fixed .x-header__items .x-amount-itens {
    color: #000
}

.x-header.js--fixed .x-header__items svg {
    fill: #000!important
}

.x-header.js--fixed .x-header__items svg path,.x-header.js--fixed .x-header__items svg polygon {
    stroke: #000!important
}

.x-header__items ul li.x-cart .x-svg .cls-1,.x-header__items ul li.x-cart .x-svg svg path,.x-header__items ul li.x-user .x-svg .cls-1,.x-header__items ul li.x-user .x-svg svg path {
    stroke: #FFF
}

.x-header.js--fixed .x-header__bottom {
    position: absolute;
    width: 68%;
    top: 1.2em;
    margin-left: 13em;
    border-bottom: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s
}


.js--fixed .x-header__nav {
    float: left;
    width: 100%;
}

.x-header.js--fixed .x-header__bottom .x-header__nav--items-main>a {
    font-family: Flama-Regular,sans-serif;
    padding: 17px 10px;
    width: max-content;
    font-size: 10px;  
}

@media screen and (max-width: 1080px){

    .x-header.js--fixed .x-header__bottom .x-header__nav--items-main>a {
        font-size: 8px;  
    }
}
.x-header.js--fixed .x-header__bottom .x-header__nav--items-main .x-header__nav--subMenu {
    position: absolute;
    top: 43px
}

.x-header.js--fixed .x-header__bottom .x-header__pin {
    display: none
}

.x-header__top {
    background: #ff8400;
    padding: 0 3%
}

.x-header__logo {
    position: relative;
    float: left;
    padding: 17px 0 0
}

.x-header__logo h1 {
    position: absolute;
    text-indent: -999em;
    display: block;
    overflow: hidden
}

.x-header__logo .x-svg svg {
    width: 143px;
    height: 50px;
    fill: #fff;
    display: block
}

.x-header__items {
    float: right;
    text-align: right;
    padding: 24px 0;
    width: 50%
}

.x-header__items ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 36px
}

.x-header__items ul li .x-svg svg {
    fill: #FFF;
    display: block
}

.x-header__items ul li.x-search-open {
    position: relative;
    width: 0;
    -webkit-transition: .7s;
    -o-transition: .7s;
    -moz-transition: .7s;
    transition: .7s
}

.x-header__items ul li.x-search-open.js--active {
    width: 60%
}

.x-header__items ul li.x-search-open .busca label,.x-header__items ul li.x-search-open .busca legend,.x-header__items ul li.x-search-open .busca select {
    display: none
}

.x-header__items ul li.x-search-open .busca .fulltext-search-box {
    display: block;
    width: 100%;
    background: #fff;
    border: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 0;
    font-family: Flama-Regular,sans-serif;
    font-size: 13px;
    letter-spacing: 1px;
    color: #000;
    height: 35px;
    outline: 0
}

.x-header__items ul li.x-search-open .busca .fulltext-search-box.padding {
    padding: 0 10px
}

.x-header__items ul li.x-search-open .busca .fulltext-search-box:focus {
    background: #eaeaea
}

.x-header__items ul li.x-search-open .busca .btn-buscar {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    cursor: pointer;
    outline: 0;
    display: none
}

.x-header__items ul li.x-search {
    position: relative;
    cursor: pointer
}

.x-header__items ul li.x-search .x-search__animate--text {
    position: absolute;
    font-family: Flama-Regular,sans-serif;
    opacity: 0;
    visibility: hidden;
    font-size: 9px;
    color: #fff;
    text-transform: uppercase;
    left: -12px;
    width: 100%;
    text-align: center;
    letter-spacing: 2px;
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s
}

.x-header__items ul li.x-search:hover .x-search__animate--text {
    will-change: transform;
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px);
    opacity: 1;
    visibility: visible
}

.x-header__items ul li.x-search .x-svg svg,.x-header__items ul li.x-user .x-svg svg {
    width: 20px;
    height: 21px;
    display: block;
    fill: #FFF
}

.x-header__items ul li.x-cart {
    position: relative;
    z-index: 99;
    cursor: pointer
}

.x-header__items ul li.x-cart:hover #x-mini-cart {
    opacity: 1;
    visibility: visible;
    pointer-events: initial
}

.x-header__items ul li.x-cart .x-amount-itens {
    position: absolute;
    font-size: 9px;
    color: #FFF;
    top: 8px;
    left: 4px;
    width: 70%;
    text-align: center
}

.x-header__items ul li.x-cart .x-svg svg {
    width: 20px;
    height: 21px;
    display: block;
    fill: #FFF
}

.x-header__items ul li.x-cart #x-mini-cart {
    position: absolute;
    top: 100%;
    width: 340px;
    right: 0;
    background: #f6f6f6;
    margin-top: 29px;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s
}

.x-header__items ul li.x-cart #x-mini-cart.x-empty {
    display: none!important
}

.x-header__items ul li.x-cart #x-mini-cart::after {
    content: '';
    position: absolute;
    height: 40px;
    top: -30px;
    right: 0;
    width: 30px;
    background: 0 0
}

.x-header__items ul li.x-cart #x-mini-cart::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 16px 16px 0;
    border-color: transparent #f6f6f6 transparent transparent;
    position: absolute;
    top: -16px;
    right: 0
}

.x-header__nav--items-main {
    display: inline-block;
    vertical-align: middle;
    position: relative
}

/*  === INICIO MENU NATAL ===================== */

li.x-header__nav--items-main.exist-subMenu.natal {
    /* border: 1px solid #fb8400; */
    /* border-radius: 6px; */
}


.x-header.js--fixed li.x-header__nav--items-main.exist-subMenu.natal:before {
    content: '';
    width: 15px;
    height: 15px;
    display: inline-block;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMiAxMS4yNCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZjg0MDA7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5naWZ0LW5hdGFsPC90aXRsZT48ZyBpZD0iTGF5ZXJfMiIgZGF0YS1uYW1lPSJMYXllciAyIj48ZyBpZD0iTGF5ZXJfMS0yIiBkYXRhLW5hbWU9IkxheWVyIDEiPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTExLjI1LDNIOC44OGE0LjM2LDQuMzYsMCwwLDAsLjQyLS4zNEExLjU4LDEuNTgsMCwwLDAsOS4zLjQ0YTEuNTksMS41OSwwLDAsMC0yLjIsMEE0LjEyLDQuMTIsMCwwLDAsNiwzSDZBNC4xMiw0LjEyLDAsMCwwLDQuOS40NGExLjU5LDEuNTksMCwwLDAtMi4yLDAsMS41OCwxLjU4LDAsMCwwLDAsMi4yMUE0LjM2LDQuMzYsMCwwLDAsMy4xMiwzSC43NUEuNzUuNzUsMCwwLDAsMCwzLjc0VjUuNjFBLjM4LjM4LDAsMCwwLC4zOCw2SC43NXY0LjVhLjc2Ljc2LDAsMCwwLC43NS43NWg5YS43Ni43NiwwLDAsMCwuNzUtLjc1VjZoLjM4QS4zOC4zOCwwLDAsMCwxMiw1LjYxVjMuNzRBLjc1Ljc1LDAsMCwwLDExLjI1LDNabS04LTJBLjgxLjgxLDAsMCwxLDQuMzcsMWMuNTEuNTEsMSwxLjgxLjg0LDJhLjI1LjI1LDAsMCwxLS4xNCwwLDMuNjQsMy42NCwwLDAsMS0xLjgzLS44N0EuODEuODEsMCwwLDEsMy4yNCwxWm0yLjM5LDkuNTJIMS41VjZINS42M1ptMC01LjI1SC43NVYzLjc0SDUuNjNaTTcuNjMsMUEuODIuODIsMCwwLDEsOC43NiwxYS44MS44MSwwLDAsMSwwLDEuMTVBMy42NCwzLjY0LDAsMCwxLDYuOTMsM2EuMjUuMjUsMCwwLDEtLjE0LDBDNi42MiwyLjc4LDcuMTIsMS40OCw3LjYzLDFabTIuODcsOS41Mkg2LjM4VjZIMTAuNVptLjc1LTUuMjVINi4zOFYzLjc0aDQuODdaIi8+PC9nPjwvZz48L3N2Zz4=);
    position: relative;
    left: 8px;
    top: 2.1px;
}

li.x-header__nav--items-main.exist-subMenu.natal:before {
    /* content: ''; */
    width: 15px;
    height: 15px;
    display: inline-block;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMiAxMS4yNCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZjg0MDA7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5naWZ0LW5hdGFsPC90aXRsZT48ZyBpZD0iTGF5ZXJfMiIgZGF0YS1uYW1lPSJMYXllciAyIj48ZyBpZD0iTGF5ZXJfMS0yIiBkYXRhLW5hbWU9IkxheWVyIDEiPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTExLjI1LDNIOC44OGE0LjM2LDQuMzYsMCwwLDAsLjQyLS4zNEExLjU4LDEuNTgsMCwwLDAsOS4zLjQ0YTEuNTksMS41OSwwLDAsMC0yLjIsMEE0LjEyLDQuMTIsMCwwLDAsNiwzSDZBNC4xMiw0LjEyLDAsMCwwLDQuOS40NGExLjU5LDEuNTksMCwwLDAtMi4yLDAsMS41OCwxLjU4LDAsMCwwLDAsMi4yMUE0LjM2LDQuMzYsMCwwLDAsMy4xMiwzSC43NUEuNzUuNzUsMCwwLDAsMCwzLjc0VjUuNjFBLjM4LjM4LDAsMCwwLC4zOCw2SC43NXY0LjVhLjc2Ljc2LDAsMCwwLC43NS43NWg5YS43Ni43NiwwLDAsMCwuNzUtLjc1VjZoLjM4QS4zOC4zOCwwLDAsMCwxMiw1LjYxVjMuNzRBLjc1Ljc1LDAsMCwwLDExLjI1LDNabS04LTJBLjgxLjgxLDAsMCwxLDQuMzcsMWMuNTEuNTEsMSwxLjgxLjg0LDJhLjI1LjI1LDAsMCwxLS4xNCwwLDMuNjQsMy42NCwwLDAsMS0xLjgzLS44N0EuODEuODEsMCwwLDEsMy4yNCwxWm0yLjM5LDkuNTJIMS41VjZINS42M1ptMC01LjI1SC43NVYzLjc0SDUuNjNaTTcuNjMsMUEuODIuODIsMCwwLDEsOC43NiwxYS44MS44MSwwLDAsMSwwLDEuMTVBMy42NCwzLjY0LDAsMCwxLDYuOTMsM2EuMjUuMjUsMCwwLDEtLjE0LDBDNi42MiwyLjc4LDcuMTIsMS40OCw3LjYzLDFabTIuODcsOS41Mkg2LjM4VjZIMTAuNVptLjc1LTUuMjVINi4zOFYzLjc0aDQuODdaIi8+PC9nPjwvZz48L3N2Zz4=);
    position: relative;
    left: 13px;
    top: 1.1px;
}

@media screen and (max-width: 1126px){

    li.x-header__nav--items-main.exist-subMenu.natal:before {

        left: 10px;

    }

}

/*  =================================== FIM MENU NATAL=== */



.x-header__nav--items-main.exist-subMenu>a::after {
    content: '';
    position: absolute;
    bottom: -24px;
    left: 50%;
    margin-left: -32px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0;
    z-index: 9999;
    border-color: transparent #fff transparent transparent;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s
}

.x-header__nav--items-main.exist-subMenu>a::before {
    content: '';
    position: absolute;
    bottom: -24px;
    width: 100%;
    left: 0;
    height: 0;
    background: 0 0;
    z-index: 99999
}

.x-header__nav--items-main>a {
    display: inline-block;
    font-size: 11px;
    color: #000;
    font-family: Flama-Bold,sans-serif;
    text-transform: uppercase;
    padding: 8px 14px;
    letter-spacing: 1px;
    position: relative;
    vertical-align: middle;
    min-width: 0px !important;

}

@media screen and (max-width: 1126px){

        .x-header__nav--items-main>a {

            font-size: 10px;
            padding: 8px 11px;

        }
}

.x-header__nav>ul {
    display: flex
}

section.x-header__bottom.x-fw {
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
    width: 100%;
}




.x-header__nav>ul>li:hover .x-header__nav--subMenu {
    opacity: 1;
    visibility: visible;
    pointer-events: initial;
    will-change: transform;
    height: auto
}

.x-header__nav>ul>li:hover>a::after {
    border-width: 17px 29px 10px 0;
    opacity: 1;
    visibility: visible;
    pointer-events: initial;
    will-change: transform
}

.prateleira.lazyload ul .slick-arrow,.x-header__nav--subMenu,.x-search__result-list.lazyload ul .slick-arrow {
    pointer-events: none;
    opacity: 0;
    visibility: hidden
}

.x-header__nav>ul>li:hover>a::before {
    height: 30px
}

.x-header__nav--subMenu {
    height: 0;
    position: absolute;
    left: 2.5%;
    width: 95%;
    background: #FFF;
    margin-top: 14px;
    padding: 61px 58px 35px;
    z-index: 9999;
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

.x-header__nav--subMenu.wd-30 {
    min-width: 310px;
    width: 100%;
    padding: 40px 50px 0
}

.x-header__nav--subMenu--ul {
    display: table;
    width: 100%
}

.x-header__nav--subMenu--ul--list {
    display: table-cell;
    vertical-align: top
}

.x-header__nav--subMenu--items.js--min-height {
    margin-bottom: 30px
}

.x-header__nav--items-block,.x-header__nav--items-title {
    display: block
}

.x-header__nav--items-block a,.x-header__nav--items-title a {
    font-size: 12px;
    font-family: Flama-Regular,sans-serif;
    text-transform: uppercase;
    outline: 0;
    color: #000;
    line-height: 22px;
    position: relative
}

.x-header__nav--items-title h4,.x-header__nav--items-title h4 a,.x-header__pin a {
    font-family: Flama-Medium,sans-serif
}

.x-header__nav--items-block a::after,.x-header__nav--items-title a::after {
    content: '';
    height: 1px;
    width: 0;
    position: absolute;
    left: 0;
    top: 100%;
    margin: 3px 0 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    background: #ff8400
}

.x-header__nav--items-block a:hover::after,.x-header__nav--items-title a:hover::after {
    width: 100%
}

.x-header__nav--items-title h4 {
    text-transform: uppercase;
    font-size: 12px;
    display: block;
    padding-bottom: 20px
}

.x-header__nav--items-block.x-item-featured {
    margin-bottom: 118px
}

.x-header__nav--items-block.x-item-featured a {
    color: #000
}

.x-header__bottom {
    padding: 8px .5%;
    position: relative;
    border-bottom: 1px solid #ebebeb
}

.x-header__pin {

    display: flex;

}

.x-header__pin:hover .x-svg svg {
    opacity: 0;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-animation-name: hvr-icon-drop;
    -moz-animation-name: hvr-icon-drop;
    -o-animation-name: hvr-icon-drop;
    animation-name: hvr-icon-drop;
    -webkit-animation-duration: .5s;
    -moz-animation-duration: .5s;
    -o-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-delay: .3s;
    -moz-animation-delay: .3s;
    -o-animation-delay: .3s;
    animation-delay: .3s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(.52,1.64,.37,.66);
    -moz-animation-timing-function: cubic-bezier(.52,1.64,.37,.66);
    -o-animation-timing-function: cubic-bezier(.52,1.64,.37,.66);
    animation-timing-function: cubic-bezier(.52,1.64,.37,.66)
}

.x-header__pin a {
    font-size: 11px;
    text-transform: uppercase;
    color: #ff8400;
    padding: 3px 0 0;
    letter-spacing: 1px;
    display: block
}

.x-header__pin .x-svg,.x-header__pin p {
    display: inline-block;
    vertical-align: middle
}

.x-header__pin .x-svg {
    margin-right: 6px
}

.x-header__pin .x-svg svg {
    width: 14px;
    height: 21px;
    display: block;
    fill: #ff8400;
    -webkit-transition: .6s;
    -o-transition: .6s;
    -moz-transition: .6s;
    transition: .6s;
    stroke-width: 2px;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0)
}

.x-header {
    position: relative;
    z-index: 99999
}

.x-header__nav {
    float: left;
    width: 80%
}

.x-header__pin {
    float: right;
}

.x-cart__wrapper--products--items {
    max-height: 210px;
    min-height: 210px;
    height: 100%;
    overflow: auto
}

.x-cart__wrapper--products--items::-webkit-scrollbar {
    width: 5px
}

.x-cart__wrapper--products--items::-webkit-scrollbar-track {
    -webkit-border-radius: 0;
    border-radius: 0
}

.x-cart__wrapper--products--items::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0;
    border-radius: 0;
    background: #ff8400;
    height: 10px
}

.x-cart__wrapper--products--items::-webkit-scrollbar-track-piece {
    background: #fff;
    height: 15px
}

.x-cart__wrapper--products--items li {
    float: left;
    width: 100%;
    position: relative;
    margin: 0 0 20px!important
}

.x-cart__wrapper--products--items li ._qc-img {
    float: left;
    width: 25%;
    margin-right: 15px
}

.x-cart__wrapper--products--items li ._qc-img img {
    display: block;
    width: 100%
}

.x-cart__wrapper--products--items li ._qc-product {
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
    font-family: Flama-Regular,sans-serif;
    float: left;
    white-space: nowrap;
    width: 55%;
    text-align: left;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.x-cart__wrapper--products--items li .col-1 {
    display: none
}

.x-cart__wrapper--products--items li .col-2 {
    font-size: 11px;
    text-transform: uppercase;
    color: #000;
    font-family: Flama-Medium,sans-serif;
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: -60px
}

.x-cart__wrapper--footer--qtdItems p,.x-cart__wrapper--footer--sub ul .x-subtotal {
    font-family: Flama-Regular,sans-serif;
    text-transform: uppercase;
    color: #000
}

.x-cart__wrapper--products--items li .col-3 .remove-link {
    position: absolute;
    top: 20px;
    right: 10px;
    font-size: 0;
    cursor: pointer;
    width: 17px;
    height: 17px;
    text-align: center;
    border: 1px solid #000;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden
}

.x-cart__wrapper--products--items li .col-3 .remove-link::after,.x-cart__wrapper--products--items li .col-3 .remove-link::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 1px;
    background: #000;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    top: 7px
}

.x-cart__wrapper--products--items li .col-3 .remove-link::after {
    left: 3px;
    width: 9px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.x-cart__wrapper--products--items li .col-3 .remove-link::before {
    left: 3px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.x-cart__wrapper--footer--qtdItems p {
    display: block;
    font-size: 12px;
    padding: 10px;
    border: 1px solid #000;
    margin: 10px 0;
    text-align: left
}

.x-cart__wrapper--footer--sub {
    margin-bottom: 20px
}

.x-cart__wrapper--footer--sub ul .x-subtotal {
    float: left;
    font-size: 11px;
    letter-spacing: 1px;
    margin: 0
}

.x-cart__wrapper--footer--sub ul .x-value {
    float: right;
    font-size: 11px;
    text-transform: uppercase;
    font-family: Flama-Medium,sans-serif;
    color: #000;
    letter-spacing: 1px
}

.x-cart__wrapper--footer--finalizar .x-back-store a,.x-cart__wrapper--footer--finalizar .x-redirect-cart a {
    display: block;
    padding: 13px 0;
    text-align: center;
    text-transform: uppercase;
    font-family: Flama-Regular,sans-serif;
    font-size: 10px
}

.x-cart__wrapper--footer--finalizar .x-back-store {
    float: left;
    width: 40%
}

.x-cart__wrapper--footer--finalizar .x-back-store a {
    color: #000;
    border: 1px solid #000;
    background: 0 0
}

.x-cart__wrapper--footer--finalizar .x-redirect-cart {
    float: right;
    width: 57%
}

.x-cart__wrapper--footer--finalizar .x-redirect-cart a {
    color: #fff;
    border: 1px solid #ff8400;
    background: #ff8400
}

.x-search__result {
    position: absolute;
    left: 0;
    top: 83px;
    width: 100vw;
    background-color: rgba(255,255,255,.9);
    z-index: 1
}

.x-search__result-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.x-search__result-list .search__items {
    width: 100%
}

.x-search__result-list .search__items li {
    width: 16%;
    margin: 0 2%
}

.x-search__result .search__show-more-wrapper .search__show-more-btn {
    font-size: 30px;
    text-transform: uppercase;
    color: #000;
    display: inline-block;
    vertical-align: middle;
    font-family: Flama-Medium,sans-serif;
    margin: 16px;
    background-color: transparent;
    cursor: pointer
}

.x-footer__col3 h4,.x-footer__col3 ul li a {
    font-size: 11px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px
}

.x-search__result .x-search__not-found {
    margin-top: 48px
}

.x-footer {
    padding: 0 10% 10px;
    /*border-bottom: 1px solid #d7d7d7;
    margin-bottom: 20px*/
}

.info-company {
    /* border-top: 1px solid #d7d7d7;*/
    padding-top: 20px;
}

.info-company p {
    /*text-align: center !important;*/
    font-size: 14px !important;
    line-height: 20px;
}

.x-footer__col3 {
    display: inline-block;
    vertical-align: top;
    width: 23%;
    margin-right: 2%;
    text-align: left
}

.x-footer__col3 h4 {
    font-family: Flama-Medium,sans-serif;
    display: block;
    padding-bottom: 20px
}

.x-footer__col1 .x-sac-email,.x-footer__col1 .x-sac-tel,.x-footer__col3 ul li a,.x-footer__copyright p {
    font-family: Flama-Regular,sans-serif
}

.x-footer__col3 ul li {
    display: block;
    text-align: left
}

.x-footer__col3 ul li a {
    display: block;
    line-height: 22px;
    position: relative
}

.x-footer__col3 ul li a::after {
    content: '';
    height: 1px;
    width: 0;
    display: inline-block;
    position: relative;
    left: 10px;
    top: -3px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
    background: #ff8400
}

.x-footer__col3 ul li a:hover::after {
    width: 20px
}

.x-footer__col1 {
    display: inline-block;
    vertical-align: top;
    width: 20%
}

.x-footer__col1 .x-sac-email,.x-footer__col1 .x-sac-tel {
    display: block;
    font-size: 16px;
    letter-spacing: 1px
}

.x-footer__col1 .x-sac-tel {
    text-transform: uppercase;
    padding-bottom: 10px
}
section.x-footer__copyright.x-fw {
    display: flex;
    border-top: 1px solid #d7d7d7;
    justify-content: space-between;
}

.x-footer__copyright {
    margin-top: 40px;
    position: relative
}

.x-footer__copyright p {
    display: block;
    font-size: 12px;
    text-align: left
}

.x-footer__copyright .x-dev {
    float: right;
    margin-top: 20px
}

.x-footer__copyright .x-dev ul li {
    display: inline-block;
    vertical-align: middle
}
.x-footer__copyright .x-dev ul li.selo-ebit img {
    height: 70px;
}

.x-footer__copyright .x-dev ul li a {
    display: block
}

.x-footer__copyright .x-dev ul li a.x-vtex svg {
    width: 80px;
    height: 40px
}

.x-footer__copyright .x-dev ul li a.x-enext svg {
    width: 90px;
    height: 40px
}

.x-footer__copyright .x-dev ul li a svg,.x-footer__copyright .x-dev ul li a.x-enext svg path {
    fill: #000
}

.x-content__newsletter {
    width: 90%!important;
    margin: 0 5% 40px;
    padding: 40px 5%;
    border-width: 1px;
    border-style: solid;
    border-color: #ff8400;
    -webkit-border-image: initial;
    -moz-border-image: initial;
    -o-border-image: initial;
    border-image: initial
}

.x-content__newsletter p {
    font-size: 15px;
    font-family: Flama-Medium,sans-serif;
    color: #000;
    text-transform: uppercase;
    line-height: 20px;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    margin-right: 2%;
    width: 37%
}

.x-content__newsletter h3 {
    display: none
}

.x-content__newsletter .newsletter {
    display: inline-block;
    vertical-align: middle;
    width: 60%
}

.x-content__newsletter .bt-voltar,.x-content__newsletter .newsletter-button-ok {
    display: inline-block;
    width: 25%;
    background: #ff8400;
    color: #FFF;
    font-size: 12px;
    font-family: Flama-Medium,sans-serif;
    text-transform: uppercase;
    cursor: pointer;
    outline: 0;
    border: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    letter-spacing: 1px;
    text-align: center;
    padding: 13px 0
}

.x-content__newsletter fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

.x-content__newsletter fieldset.error label {
    font-family: Flama-Regular,sans-serif;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    display: block;
    padding-bottom: 15px
}

.x-content__newsletter fieldset>p {
    display: none
}

.x-content__newsletter fieldset .newsletter-client-email,.x-content__newsletter fieldset .newsletter-client-name {
    font-family: Flama-Regular,sans-serif;
    font-size: 15px;
    color: #000;
    padding: 0 5px 10px;
    border: 0;
    border-bottom: 1px solid #000;
    display: inline-block;
    width: 35.5%;
    margin: 0 2% 0 0
}

.x-cadastro-group {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.67);
    z-index: 9999;
    top: 0;
    left: 0
}

.x-cadastro-group .x-cadastro-user {
    background: #FFF;
    width: 482px;
    margin: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    left: 0;
    right: 0;
    position: absolute;
    height: 400px;
    top: 0;
    bottom: 0
}

.x-cadastro-group .x-cadastro-user .x-title {
    background: #f4f4f4;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 30px;
    width: 90%;
    float: left
}

.x-cadastro-group .x-cadastro-user .x-close {
    float: right;
    width: 10%;
    background: #000;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #FFF;
    cursor: pointer
}

.x-cadastro-group .x-cadastro-user .x-close svg {
    fill: #fff;
    width: 17px;
    height: 17px
}

.x-cadastro-group .x-cadastro-user .x-form {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px
}

.x-cadastro-group .x-cadastro-user .x-form ul {
    float: left;
    width: 100%;
    margin-bottom: 20px
}

.x-cadastro-group .x-cadastro-user .x-form ul li {
    float: left;
    width: 50%
}

.x-cadastro-group .x-cadastro-user .x-form ul:nth-of-type(2) li,.x-cadastro-group .x-cadastro-user .x-form ul:nth-of-type(2) li input {
    width: 100%
}

.x-cadastro-group .x-cadastro-user .x-form ul.x-contact .x-right,.x-cadastro-group .x-cadastro-user .x-form ul:first-child li.x-right {
    width: 47%;
    float: right
}

.x-cadastro-group .x-cadastro-user .x-form ul:last-child {
    margin-bottom: 0
}

.x-cadastro-group .x-cadastro-user .x-form ul.x-contact .x-right #x-ddd-cel {
    width: 27%
}

.x-cadastro-group .x-cadastro-user .x-form ul.x-contact .x-right #x-number-cel {
    width: 69%;
    float: right
}

.x-cadastro-group .x-cadastro-user .x-form label {
    display: block;
    font-size: 12px;
    margin-bottom: 5px
}

.x-cadastro-group .x-cadastro-user .x-form label:after {
    content: "*";
    display: inline-block;
    color: #d61e13
}

.x-cadastro-group .x-cadastro-user .x-form input[type=text] {
    height: 34px;
    width: 200px;
    border: 1px solid #b3b3b3;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 12px
}

.x-cadastro-group .x-cadastro-user .x-form .x-next,.x-cadastro-group .x-cadastro-user .x-form .x-not {
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    float: left;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer
}

.x-cadastro-group .x-cadastro-user .x-form .x-next {
    width: 100%;
    background: #ff8400;
    color: #fff;
    font-weight: 900;
    margin-bottom: 10px
}

.x-cadastro-group .x-cadastro-user .x-form .x-not {
    width: 100%;
    color: #565656;
    border: 1px solid #565656
}

.x-cadastro-group .x-cadastro-user .x-sucesso {
    float: left;
    width: 100%;
    text-align: center;
    font-weight: 600
}

.x-cadastro-group .x-cadastro-user .x-sucesso:before {
    content: "";
    display: block;
    margin: 0 auto 30px
}

.x-cadastro-group .x-cadastro-user .x-sucesso span {
    display: block;
    font-weight: 500;
    margin-top: 5px;
    font-size: 13px
}

.prateleira.lazyload>h2,.x-search__result-list.lazyload>h2 {
    display: none!important
}

.prateleira.lazyload ul,.x-search__result-list.lazyload ul {
    overflow: hidden;
    padding-top: 25px
}

.prateleira.lazyload ul.slick-slider,.x-search__result-list.lazyload ul.slick-slider {
    padding-top: 15px
}

.prateleira.lazyload ul li,.x-search__result-list.lazyload ul li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    text-align: center
}

.prateleira.lazyload ul li a,.x-search__result-list.lazyload ul li a {
    display: block;
    outline: 0;
    text-align: center
}

.prateleira.lazyload ul li .x-shelf-product__content .x-shelf__flags--discount,.x-search__result-list.lazyload ul li .x-shelf-product__content .x-shelf__flags--discount {
    background: url(/arquivos/selo-1.png) no-repeat;
    text-align: left;
    padding: 4px;
    color: #fff;
    font-family: Flama-Regular,sans-serif;
    position: absolute;
    top: 35px;
    font-size: 18px;
    z-index: 1;
    left: 5%;
    width: 67px;
    height: 67px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-border-radius: 50px;
    border-radius: 50px
}

.prateleira.lazyload ul li .x-shelf-product__content .x-shelf__flags--discount.has--no-discount,.x-search__result-list.lazyload ul li .x-shelf-product__content .x-shelf__flags--discount.has--no-discount {
    display: none!important
}

.prateleira.lazyload ul li .x-shelf-product__name,.x-search__result-list.lazyload ul li .x-shelf-product__name {
    font-size: 16px;
    font-family: Flama-Regular,sans-serif;
    display: block;
    color: #000;
    padding-bottom: 15px;
    white-space: nowrap;
    width: 70%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin: 0 auto
}

.prateleira.lazyload ul li .x-shelf-product__image,.x-search__result-list.lazyload ul li .x-shelf-product__image {
    overflow: hidden;
    display: block;
    padding-bottom: 10px
}

.prateleira.lazyload ul li .x-shelf-product__image p,.x-search__result-list.lazyload ul li .x-shelf-product__image p {
    display: block;
    text-transform: uppercase;
    font-size: 13px;
    color: #000;
    font-family: Flama-Medium,sans-serif
}

.prateleira.lazyload ul li .x-shelf-product__image img,.x-search__result-list.lazyload ul li .x-shelf-product__image img {
    opacity: 0;
    visibility: hidden;
    width: 90%;
    -webkit-transform: translateY(150px);
    -moz-transform: translateY(150px);
    -ms-transform: translateY(150px);
    -o-transform: translateY(150px);
    transform: translateY(150px);
    -webkit-transition: .6s;
    -o-transition: .6s;
    -moz-transition: .6s;
    transition: .6s
}

.prateleira.lazyload ul li .x-shelf-product__image img.js--imageProduct,.x-search__result-list.lazyload ul li .x-shelf-product__image img.js--imageProduct {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    will-change: transform
}

.prateleira.lazyload ul li .x-shelf-product__wishlist,.x-search__result-list.lazyload ul li .x-shelf-product__wishlist {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 5px
}

.prateleira.lazyload ul li .x-shelf-product__wishlist:hover svg,.x-search__result-list.lazyload ul li .x-shelf-product__wishlist:hover svg {
    stroke: #ff8400
}

.prateleira.lazyload ul li .x-shelf-product__wishlist svg,.x-search__result-list.lazyload ul li .x-shelf-product__wishlist svg {
    width: 25px;
    height: 23px;
    fill: #fff;
    stroke: #000;
    stroke-width: 1.5px;
    cursor: pointer
}

.prateleira.lazyload ul li .x-shelf-product__price-wrapper div,.x-search__result-list.lazyload ul li .x-shelf-product__price-wrapper div {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    font-family: Flama-Regular,sans-serif
}

.prateleira.lazyload ul li .x-shelf-product__price-warning,.x-search__result-list.lazyload ul li .x-shelf-product__price-warning {
    font-size: 12px;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    padding: 5px 0
}

.prateleira.lazyload ul li .x-shelf-product__price--list,.x-search__result-list.lazyload ul li .x-shelf-product__price--list {
    color: #b3b3b3
}

.prateleira.lazyload ul li .x-shelf-product__price--best,.x-search__result-list.lazyload ul li .x-shelf-product__price--best {
    color: #000
}

.prateleira.lazyload ul li .x-shelf-product__price-in-installment-wrapper,.x-search__result-list.lazyload ul li .x-shelf-product__price-in-installment-wrapper {
    margin-top: 0 4px;
    display: block;
    width: 100%;
    text-decoration: none;
    color: #000;
    vertical-align: baseline;
    vertical-align: baseline!important
}

.prateleira.lazyload ul li .x-shelf-product__price-in-installments--empty,.x-search__result-list.lazyload ul li .x-shelf-product__price-in-installments--empty {
    height: 12px;
    width: 100%
}

.prateleira.lazyload ul li .x-shelf-product__price-installments,.x-search__result-list.lazyload ul li .x-shelf-product__price-installments {
    color: #000;
    margin: 0 3px;
    text-decoration: none;
    vertical-align: baseline!important
}

.prateleira.lazyload ul li .x-shelf-product__addToCart,.x-search__result-list.lazyload ul li .x-shelf-product__addToCart {
    margin: 8px auto 0;
    background: #ff8400;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    padding: 13px 0;
    outline: 0;
    display: block;
    width: 90%;
    text-align: center;
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
    letter-spacing: 1px;
    font-family: Flama-Regular,sans-serif;
    cursor: pointer
}

.prateleira.lazyload ul li .x-shelf-product__addToCart svg,.x-search__result-list.lazyload ul li .x-shelf-product__addToCart svg {
    width: 20px;
    fill: #fff
}

.x-shelf__wishlist.x-active svg {
    fill: #ff8400!important;
    stroke: #ff8400!important
}
