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

.x-content__top--title-page::after,.x-content__vitrine--all--left--wrapper header::after {
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6f22', endColorstr='#feef8f', GradientType=1 );
    content: ''
}

@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)
    }
}

.x-content__top--title-page {
    float: left;
    max-width: 37%;
    width: 100%
}

.x-content__top--title-page::after {
    display: block;
    margin: 20px 0 0;
    height: 5px;
    width: 100%;
    background: #ff6f22;
    background: -moz-linear-gradient(left,#ff6f22 0,#feef8f 100%);
    background: -webkit-gradient(left top,right top,color-stop(0,#ff6f22),color-stop(100%,#feef8f));
    background: -webkit-linear-gradient(left,#ff6f22 0,#feef8f 100%);
    background: -o-linear-gradient(left,#ff6f22 0,#feef8f 100%);
    background: -webkit-gradient(linear,left top,right top,from(#ff6f22),to(#feef8f));
    background: linear-gradient(to right,#ff6f22 0,#feef8f 100%)
}

.x-content__top--title-page .x-svg,.x-content__top--title-page h1 {
    display: inline-block;
    vertical-align: middle
}

.x-content__top--title-page .x-svg {
    margin-right: 12px
}

.x-content__top--title-page .x-svg svg {
    width: 40px;
    height: 40px;
    fill: #ff8400
}

.x-content__top--title-page .x-svg svg path {
    fill: #ff8400
}

.x-content__top--title-page h1 {
    font-size: 30px;
    color: #000;
    text-transform: uppercase;
    font-family: Flama-Regular,sans-serif;
    margin: 0
}

.x-content__top--filter {
    float: right;
    width: 60%;
    text-align: right
}

.x-content__top--filter-items,.x-content__top--filter-orderBy,.x-content__top--filter-price {
    border: 1px solid #ebebeb;
    background: #f6f6f6;
    display: inline-block;
    vertical-align: middle;
    width: 33%;
    padding: 19px 0;
    text-align: center;
    cursor: pointer;
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s
}

.x-content__top--filter-items p,.x-content__top--filter-orderBy p,.x-content__top--filter-price p {
    font-size: 10px;
    text-transform: uppercase;
    font-family: Flama-Medium,sans-serif;
    color: #000;
    letter-spacing: 2px
}

.x-content__top--filter-items {
    position: relative
}

.x-content__top--filter-items .bt-refinar,.x-content__top--filter-items .filtro_faixa-de-preco,.x-content__top--filter-items .menu-navegue,.x-content__top--filter-items .search-multiple-navigator h3,.x-content__top--filter-items .search-multiple-navigator h4,.x-content__top--filter-items .search-multiple-navigator h5,.x-content__top--filter-items .urlLastSearch {
    display: none!important
}

.x-content__top--filter .navigation-tabs {
    position: absolute;
    top: 100%;
    left: -1px;
    width: 101%;
    background: #f6f6f6;
    display: none;
    padding-bottom: 10px;
    z-index: 12;
    border: 1px solid #ebebeb;
    border-top: 0;
    max-height: 120px;
    overflow: auto!important
}

.x-content__top--filter .navigation-tabs::-webkit-scrollbar {
    width: 3px
}

.x-content__top--filter-orderBy ul,.x-content__top--filter-price ul {
    top: 100%;
    left: 0;
    width: 100%;
    display: none;
    padding-bottom: 10px;
    z-index: 12
}

.x-content__top--filter .navigation-tabs::-webkit-scrollbar-track {
    -webkit-border-radius: 0;
    border-radius: 0
}

.x-content__top--filter .navigation-tabs::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0;
    border-radius: 0;
    background: #ff8400;
    height: 10px
}

.x-content__top--filter .navigation-tabs::-webkit-scrollbar-track-piece {
    background: #fff;
    height: 10px
}

.x-content__top--filter .navigation-tabs a,.x-content__top--filter .navigation-tabs label {
    font-size: 9px;
    text-transform: uppercase;
    font-family: Flama-Regular,sans-serif;
    color: #000;
    letter-spacing: 1px;
    cursor: pointer;
    line-height: 23px;
    outline: 0
}

.x-content__top--filter .navigation-tabs a.view-all,.x-content__top--filter .navigation-tabs label.view-all {
    font-size: 10px;
    font-family: Flama-Medium,sans-serif
}

.x-content__top--filter-orderBy ul li a,.x-content__top--filter-price ul li a {
    font-family: Flama-Regular,sans-serif;
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase
}

.x-content__top--filter .navigation-tabs a:hover,.x-content__top--filter .navigation-tabs label:hover {
    color: #ff8400
}

.x-content__top--filter-price {
    position: relative
}

.x-content__top--filter-price ul {
    position: absolute;
    background: #f6f6f6
}

.x-content__top--filter-price ul li a {
    color: #000;
    cursor: pointer
}

.x-content__top--filter-price ul li a:hover {
    color: #ff8400
}

.x-content__top--filter-orderBy {
    position: relative;
    background: #ff8400
}

.x-content__top--filter-orderBy p {
    color: #FFF
}

.x-content__top--filter-orderBy ul {
    position: absolute;
    background: #ff8400
}

.x-content__top--filter-orderBy ul li a {
    color: #FFF;
    display: block;
    text-align: center;
    outline: 0;
    line-height: 30px
}

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

.x-content__products {
    margin-top: 65px
}

.x-content__products .prateleira.lazyload ul li {
    width: 21%;
    margin: 0 2% 50px
}

.x-content__products .prateleira.lazyload ul li img {
    width: 80%!important
}

.x-content__vitrine--all {
    padding: 70px 0 40px!important
}

.x-content__vitrine--all .x-hdr-title .x-svg path,.x-content__vitrine--all .x-hdr-title .x-svg svg {
    fill: #000
}

.x-content {
    padding: 0 3%;
    position: relative
}

.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 .slick-arrow,.x-search__result-list.lazyload ul .slick-arrow {
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

.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: 12px;
    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 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
}

.x-content__vitrine--all--left {
    float: left;
    width: 25%
}

.x-content__vitrine--all--left--wrapper header {
    display: block;
    padding-bottom: 20px;
    position: relative
}

.x-content__vitrine--all--left--wrapper header::after {
    display: block;
    margin: 20px 0 0;
    height: 5px;
    width: 100%;
    background: #ff6f22;
    background: -moz-linear-gradient(left,#ff6f22 0,#feef8f 100%);
    background: -webkit-gradient(left top,right top,color-stop(0,#ff6f22),color-stop(100%,#feef8f));
    background: -webkit-linear-gradient(left,#ff6f22 0,#feef8f 100%);
    background: -o-linear-gradient(left,#ff6f22 0,#feef8f 100%);
    background: -webkit-gradient(linear,left top,right top,from(#ff6f22),to(#feef8f));
    background: linear-gradient(to right,#ff6f22 0,#feef8f 100%)
}

.x-content__vitrine--all--left--wrapper header .x-svg {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px
}

.x-content__vitrine--all--left--wrapper header .x-svg svg {
    width: 25px;
    height: 26px;
    fill: #ff8400;
    display: block
}

.x-content__vitrine--all--left--wrapper header .x-svg svg path {
    stroke: #ff8400
}

.x-content__vitrine--all--left--wrapper header h3 {
    font-size: 30px;
    text-transform: uppercase;
    color: #000;
    display: inline-block;
    vertical-align: middle;
    font-family: Flama-Medium,sans-serif
}

@media only screen and (min-width: 100px) and (max-width:1080px) {
    .x-content__vitrine--all--left--wrapper header h3 {
        font-size:23px
    }
}

.x-content__vitrine--all--left--wrapper header h3.x-small {
    font-size: 26px
}

.x-content__vitrine--all--left--wrapper .x-infos {
    font-size: 16px;
    color: #000;
    font-family: Flama-Regular,sans-serif;
    line-height: 20px;
    display: block;
    text-align: left;
    padding-bottom: 40px
}

.x-content__vitrine--all--left--wrapper footer a {
    float: left;
    text-align: left;
    width: 25%;
    color: #000;
    font-size: 12px;
    text-transform: uppercase;
    font-family: Flama-Medium,sans-serif;
    letter-spacing: 1px
}

.x-content__vitrine--all--left--wrapper footer .x-next-prev {
    float: right;
    width: 20%
}

.x-content__vitrine--all--left--wrapper footer .x-next-prev ul li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 50%;
    cursor: pointer;
    height: 20px;
    top: 0
}

.x-content__vitrine--all--left--wrapper footer .x-next-prev ul li.x-next::after,.x-content__vitrine--all--left--wrapper footer .x-next-prev ul li.x-next::before,.x-content__vitrine--all--left--wrapper footer .x-next-prev ul li.x-prev::after,.x-content__vitrine--all--left--wrapper footer .x-next-prev ul li.x-prev::before {
    content: '';
    position: absolute;
    background: #ff8400;
    width: 2px;
    height: 9px
}

.x-content__vitrine--all--left--wrapper footer .x-next-prev ul li.x-prev::before {
    top: -1px;
    left: 5px;
    -webkit-transform: rotate(40deg);
    -moz-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    -o-transform: rotate(40deg);
    transform: rotate(40deg)
}

.x-content__vitrine--all--left--wrapper footer .x-next-prev ul li.x-prev::after {
    top: 5px;
    left: 5px;
    -webkit-transform: rotate(-40deg);
    -moz-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    -o-transform: rotate(-40deg);
    transform: rotate(-40deg)
}

.x-content__vitrine--all--left--wrapper footer .x-next-prev ul li.x-next::before {
    top: -1px;
    right: 0;
    -webkit-transform: rotate(-40deg);
    -moz-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    -o-transform: rotate(-40deg);
    transform: rotate(-40deg)
}

.x-content__vitrine--all--left--wrapper footer .x-next-prev ul li.x-next::after {
    top: 5px;
    right: 0;
    -webkit-transform: rotate(40deg);
    -moz-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    -o-transform: rotate(40deg);
    transform: rotate(40deg)
}

.x-content__vitrine--all--right {
    float: right;
    width: 70%
}

.x-content__vitrine--all--bottom {
    margin-top: 20px
}

.x-content__vitrine--all--btn {
    margin: 20px 0 40px
}

.x-content__vitrine--all--btn a,.x-show-more #x-infinityScroll {
    max-width: 155px;
    padding: 13px 0;
    background: #ff8400;
    color: #FFF;
    text-transform: uppercase;
    font-family: Flama-Regular,sans-serif;
    outline: 0;
    cursor: pointer;
    font-size: 12px;
    margin: 20px auto 0;
    display: block;
    letter-spacing: 2px;
    text-align: center;
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s
}

.x-show-more #x-infinityScroll:hover {
    background: #000
}

.x-content__share {
    margin: 70px 0
}

.x-content__share ul {
    display: block;
    text-align: center
}

.x-content__share ul li {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 31%
}

.x-content__share ul li.x-facebook svg {
    width: 26px;
    height: 52px
}

.x-content__share ul li.x-instagram svg {
    width: 42px;
    height: 42px
}

.x-content__share ul li.x-youtube svg {
    width: 55px;
    height: 42px
}

.x-content__share ul li span {
    display: inline-block;
    vertical-align: middle;
    text-align: left
}

.x-content__share ul li span.x-svg {
    margin-right: 13px
}

.x-content__share ul li span.x-svg svg {
    fill: #ff8400;
    display: block
}

.x-content__share ul li span.x-text h4 {
    font-size: 20px;
    color: #000;
    font-family: Flama-Medium,sans-serif;
    text-transform: uppercase;
    display: block;
    padding-bottom: 12px
}

.x-content__breadcrumb ul li a,.x-content__share ul li span.x-text p {
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: Flama-Regular,sans-serif
}

.x-content__share ul li span.x-text p {
    font-size: 11px;
    display: block
}

.x-content__breadcrumb {
    margin: 20px 0
}

.x-content__breadcrumb ul li {
    display: inline-block;
    vertical-align: top
}

.x-content__breadcrumb ul li a {
    display: block;
    font-size: 9px;
    outline: 0
}

.x-content__breadcrumb ul li a::after {
    content: '/';
    display: inline-block;
    vertical-align: top;
    margin: 0 2px 0 5px
}

.x-content__breadcrumb ul li.last a::after {
    display: none
}
