@import "https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700";
body,
a,
span,
strong,
p,
b,
input,
select,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif
}
body,
.color {
    color: #0a0a0a
}
.inline-block li {
    display: inline-block
}
a:hover,
.busca .search .bt-search:hover svg,
#newsletter-rodape button:hover,
.page-product #product-form-box .botao-comprar:hover,
.page-checkout_cart .caixa-forma-frete .botao-simular-frete:hover,
.page-checkout_cart .caixa-forma-frete .caixa-cupom .botao-cupom-desconto:hover,
.page-cadastro_bloqueado .botao-prosseguir-cadastro:hover,
.page-register .botao-prosseguir-cadastro:hover,
html .botao-commerce:hover,
.page-login fieldset button:hover {
    opacity: .8;
    text-decoration: none
}
.image a:hover,
.top-bar .redes-sociais .social-list a:hover,
.itens-topo a:hover,
header .menu-superior .level1 > li a:hover,
.menu-marcas li:hover a:hover,
.product a:hover,
.page-product .product-gallery #foto_a a:hover,
.sidebar .main-menu .item-level2:hover>.link-level2,
.sidebar .main-menu .item-level3:hover>.link-level3 {
    opacity: 1
}
.top-bar {
    padding: 10px 0;
    border-bottom: 1px solid #121111
}
.top-bar .login {
    padding-left: 15px
}
.top-bar .redes-sociais {
    padding-right: 15px
}
.top-bar .login span,
.top-bar .redes-sociais span,
.top-bar .telefone li:nth-child(2):before {
    color: #fff;
    font-size: 12px
}
.top-bar .login a,
.top-bar .redes-sociais span .fa {
    font-size: 11px;
    font-weight: 700
}
.top-bar .login a:hover {
    text-decoration: underline;
    opacity: 1
}
.top-bar .redes-sociais {
    display: flex
}
.top-bar .telefone li {
    margin-right: 10px
}
.top-bar .telefone li span {
    padding-left: 10px
}
.top-bar .telefone li:nth-child(2):before {
    content: '-'
}
.top-bar .social-list a {
    line-height: 14px
}
.top-bar .redes-sociais .social-list .fa {
    color: #fff;
    font-size: 14px
}
.top-bar .social-list li {
    margin-left: 20px
}
.busca,
.itens-topo {
    margin-top: 20px
}
.busca {
    padding-right: 0
}
header .menu {
    height: 19px;
    opacity: 0;
    position: absolute;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: ease-out .2s;
    transition: ease-out .2s;
    cursor: pointer;
    margin-top: 30px
}
header.fixed .menu {
    opacity: 1;
    position: relative
}
header .menu .line {
    height: 3px;
    width: 25px;
    margin-bottom: 6px;
    transform: rotate(0);
    transform-origin: left;
    -webkit-transition: ease-out .2s;
    transition: ease-out .2s
}
header .menu.active .line:nth-child(1) {
    transform: rotate(45deg);
    width: 25px;
    margin-left: 4px
}
header .menu.active .line:nth-child(2) {
    width: 0;
    opacity: 0
}
header .menu.active .line:nth-child(3) {
    transform: rotate(-45deg);
    width: 25px;
    margin-left: 4px
}
.busca form {
    background-color: #333;
    border-radius: 5px;
    margin-left: 20%
}
.busca .search .search-key {
    border: 0 none;
    font-size: 12px;
    height: 47px;
    padding: 0 20px;
    width: calc(100% - 40px);
    color: #fff;
    text-transform: uppercase;
    font-weight: 500
}
.busca .search .search-key::-webkit-input-placeholder {
    color: #A6ABB7
}
.busca .search .search-key::-moz-placeholder {
    color: #A6ABB7;
    opacity: 1
}
.busca .search .search-key:-ms-input-placeholder {
    color: #A6ABB7
}
.busca .search .bt-search {
    background: none;
    border: 0 none;
    line-height: 45px;
    padding: 0
}
.busca .search .bt-search svg {
    line-height: 45px;
    display: block;
    top: 7px;
    position: relative
}
.itens-topo ul {
    display: flex;
    float: right
}
.itens-topo ul li {
    border-radius: 5px;
    margin-left: 10px;
    text-align: center;
    height: 52px;
    width: 58px;
    cursor: pointer;
}
.itens-topo svg {
    fill: #fff;
    margin: 5px 0
}
header .itens-topo a {
    line-height: 14px
}
.itens-topo .texto {
    color: #fff;
    font-size: 8px;
    text-transform: uppercase;
    font-weight: 500;
    display: block
}
.itens-topo .cart .qtd-carrinho {
    height: 23px;
    width: 23px;
    line-height: 23px;
    position: absolute;
    top: -15px;
    right: 16px;
    background: #c11a26;
    border-radius: 15px;
    font-size: 13px;
    color: #fff;
}
.menu-superior .level1 a {
    line-height: 13px;
    outline: none;
    text-decoration: none
}
.menu-superior .level1 span {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    text-shadow: 0 0 #fff
}
.menu-superior .level1 span:after {
    content: '\f078';
    font-family: fontAwesome;
    font-size: 10px;
    margin-left: 5px;
    top: -1px;
    position: relative
}
.menu-superior .vertodas .link-level1 span:after {
    display: none
}
@media screen and (min-width: 768px) {
    header {
        left: 0;
        right: 0;
        z-index: 99;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: ease-out .2s;
        transition: ease-out .2s;
        height: 140px;
        position: fixed;
        padding: 0
    }
    header.fixed {
        top: 0;
        height: 78px;
        background-color: #0a0a0a
    }
    header.fixed .logo img {
        max-height: 55px;
        margin-top: 0
    }
    header.fixed .busca form {
        box-shadow: none
    }
    header.fixed .itens-topo .cart .qtd-carrinho {
        color: #fff;
        top: -8px;
        right: 13px
    }
    header.fixed .itens-topo ul li {
        background-color: #fff
    }
    header.fixed .itens-topo ul li:hover {
        background-color: #f9f9f9
    }
    header.fixed .busca,
    header.fixed .itens-topo {
        margin-top: 15px
    }
    header .menu-superior {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        transform: translate3d(0, 0, 0);
        transition: ease-out .2s
    }
    header.fixed .menu-superior {
        opacity: 0;
        visibility: hidden
    }
    header.fixed .menu-superior.active {
        opacity: 1;
        visibility: visible;
        bottom: -48px
    }
    header .menu-superior .level1>li {
        padding: 18px 0;
        width: 100%;
        text-align: center;
        position: relative
    }
    .menu-superior .level1 {
        display: flex;
        justify-content: space-between
    }
    .menu-superior .level2 {
        display: none;
        position: absolute;
        top: 100%;
        width: 100%;
        left: -190px;
        min-width: 600px;
        text-align: left
    }
    .menu-superior li:first-child .level2 {
        left: 0
    }
    .menu-superior li:hover .level2 {
        display: block
    }
    .menu-superior .level2>ul {
        position: relative;
        z-index: 2;
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        padding: 35px 0 35px 35px;
        border-radius: 0 0 5px 5px
    }
    .menu-superior .level2 a {
        color: #fff;
        font-size: 15px;
        line-height: 22px
    }
    .menu-superior .level2 a:hover {
        opacity: 1
    }
    header .menu-superior .level1>li.vertodas {
        position: initial
    }
    .menu-superior .vertodas .level2 {
        width: 97.5%;
        right: 15px;
        left: auto
    }
    header .menu-superior .level1 > li.vertodas .level2>ul {
        -webkit-column-count: initial;
        -moz-column-count: initial;
        column-count: initial
    }
    .menu-superior .vertodas .level2>ul>li {
        display: inline-block;
        width: 16.2%;
        vertical-align: top
    }
    .menu-superior .vertodas .level2>ul>li>a {
        margin-bottom: 5px;
        display: block;
        text-transform: uppercase
    }
    .menu-superior .vertodas .level2 a {
        font-weight: 500
    }
    .menu-superior .level2 .level3 a {
        font-size: 12px
    }
    .shadow {
        background: #000;
        width: 100%;
        height: 100vh;
        display: block;
        position: fixed;
        top: 100%;
        left: 0;
        right: 0;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: ease-out .2s;
        transition: ease-out .2s
    }
    .menu-superior .shadow.active-menu {
        opacity: .3;
        visibility: visible
    }
    #corpo {
        margin-top: 15px;
        position: relative;
    }
}
.banner-home {
    margin-bottom: 0;
    border: 0 none
}
.banner-full .slick-home {
    display: none
}
.banner-full .slick-home.slick-initialized {
    display: block
}
.banner-full .slick-dots {
    top: auto;
    opacity: 1;
    bottom: 60px;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center
}
.banner-full .slick-dots li {
    display: inline-block
}
.banner-full .slick-dots button,
.banner-full .info_slide .image_number {
    width: 16px;
    height: 16px;
    border-radius: 25px;
    background-color: #e1ebef;
    padding: 0;
    border: 3px solid transparent;
    margin: 0 3px;
    transform: scale(0.9, 0.9);
    font-size: 0
}
.banner-full .slick-dots button:hover,
.banner-full .slick-dots .slick-active button,
.banner-full .info_slide .image_number:hover,
.banner-full .info_slide .image_number_select {
    width: 16px;
    height: 16px;
    border-radius: 25px;
    background-color: #e1ebef;
    padding: 0;
    margin: 0 3px;
    transform: scale(1.2, 1.2)
}
.banners-extra {
    display: flex;
    justify-content: space-between;
    margin: 40px 0 100px
}
.banner-extra {
    margin: 80px 0;
    text-align: center;
}
.regua-fio {
    /* margin-top:-50px; */
    
    position: relative;
    z-index: 98;
}
.regua-fio img {
    margin: 0 auto;
    display: block
}
#corpo>.container {
    padding: 25px 5px;
    background: #fff
}
.page-home #corpo>.container {
    padding: 0 5px
}
.depoimentos {
    width: 1170px;
    margin: auto;
    margin-top: 40px;
    display: block
}
.depoimentos .dep_lista>li {
    display: inline-block;
    width: 49%;
    vertical-align: top
}
.depoimentos .dep_lista>li:first-child {
    border-right: 1px solid #eee;
    margin-right: 2%
}
.depoimentos .dep_lista .dep_dados span {
    font-weight: 600
}
.showcase,
.depoimentos h2,
.noticias h2 {
    text-align: left;
    margin-bottom: 30px
}
.showcase > h2 span,
.page-product .products-related>h3 {
    color: #0a0a0a;
    font: 600 20px Montserrat, sans-serif;
}
.showcase > h2 strong,
.page-product .products-related>h3 strong,
.depoimentos h2 strong,
.noticias h2 strong {
    font: 600 20px Montserrat, sans-serif;
    display: inline-block;
}
.carrossel-produtos li {
    width: 95%;
    display: inline-block;
    vertical-align: top;
    margin: .5%;
    position: relative
}
.carrossel-produtos .product,
.showcase-catalog .product {
    border: 0 none;
    margin: 0;
    text-align: center;
    border-radius: 5px;
    min-height: 375px
}
.carrossel-produtos li:hover .product,
.showcase-catalog li:hover .product,
.products-related div.col-sm-3:hover .product {
    box-shadow: 0 1px 5px #eee
}
.product .product-image,
.product .product-image:before {
    height: 200px;
    margin-bottom: 0;
    border: 0 none;
    position: relative
}
.product .product-name {
    color: #0a0a0a;
    font: normal 14px Montserrat, sans-serif;
    /* line-height:20px; */
    
    text-shadow: 0 0 #a6aab5;
}
.product .product-price {
    height: initial
}
.product .product-price .price-before {
    position: initial;
    display: block;
    left: 0;
    right: 0
}
.product .product-price .price-before,
.product .product-payment span,
.product .product-payment strong {
    color: #0a0a0a;
    font: normal 13px Montserrat, sans-serif;
}
.product .product-price .price-promotion,
.product .product-price,
.product .product-price span {
    font: 700 23px Montserrat, sans-serif;
    margin: 5px 0;
    display: none;
}
.carrossel-produtos li:hover .product .product-image img,
.carrossel-produtos li:hover .product .product-name,
.showcase-catalog li:hover .product .product-image img,
.showcase-catalog li:hover .product .product-name {
    opacity: .7
}
.carrossel-produtos li:hover .product .product-price,
.carrossel-produtos li:hover .product .product-payment,
.showcase-catalog li:hover .product .product-price,
.showcase-catalog li:hover .product .product-payment,
.products-related div.col-sm-3 .product:hover .product-price,
.products-related div.col-sm-3 .product:hover .product-payment {
    opacity: 0;
    visibility: hidden
}
.product .bt-produto,
.products-related .product .bt-produto {
    position: absolute;
    bottom: 30px;
    width: 100%;
    left: 0;
    right: 0;
    display: none;
    margin: 0 auto
}
.carrossel-produtos li:hover .bt-produto,
.showcase-catalog li:hover .bt-produto,
.products-related div.col-sm-3:hover .bt-produto {
    display: block
}
.product .bt-comprar {
    border-radius: 3px;
    color: #fff!important;
    font-size: 14px;
    text-transform: uppercase;
    width: 80%;
    display: inline-block;
    line-height: 46px;
    font-weight: 500;
    margin: 0 auto
}
.smarthint .product {
    border: 0 none;
    padding: 10px 0;
    text-align: center;
    padding: 15px
}
.smarthint .product:hover {
    box-shadow: 0 1px 5px #eee
}
.smarthint .product .product-price .price {
    color: #a6aab5;
    font: 500 13pxMontserrat, sans-serif;
    text-align: center;
    position: inherit;
    display: block;
    padding-top: 10px
}
.smarthint .showcase h2 strong a {
    display: none!important
}
.smarthint .product .product-payment {
    color: #a6aab5;
    font: 500 13px Montserrat, sans-serif;
}
.smarthint .product .product-image .discount,
.smarthint .smarthint-release-date-description,
.smarthint .product:hover .product-buttons a i {
    display: none
}
.smarthint .product:hover .product-price,
.smarthint .product:hover .product-payment {
    opacity: 0
}
.smarthint .product .product-buttons a {
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    width: 80%;
    line-height: 46px;
    font-weight: 500;
    margin: 0 auto;
    display: none;
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0
}
.smarthint .product:hover .product-buttons a {
    display: block
}
.products-related .product:hover .bt-comprar {
    display: block
}
.page-checkout_cart .smarthint {
    margin-top: 50px
}
.page-checkout_cart .smarthint .showcase > h2 strong {
    font-size: 14px
}
.page-checkout_cart .smarthint .product .price-off {
    font-size: 14px
}
.page-checkout_cart .smarthint .product .product-name {
    font-size: 12px
}
.product .lista-desejo {
    font-size: 12px;
    color: #00adef;
    font-weight: 500;
    text-transform: uppercase;
    width: 88px;
    display: inline-block;
    top: 6px;
    position: relative;
    line-height: 15px;
    text-shadow: 0 0 #00adef
}
.carrossel-produtos .lista-desejo:before,
.showcase-catalog .lista-desejo:before {
    content: '+';
    font-size: 24px;
    color: #00adef;
    font-weight: 700;
    position: absolute;
    left: -2px;
    top: 8px
}
.product-image .porcentagem span {
    font-size: 12px;
    position: absolute;
    left: 2px;
    top: 0;
    background: #3C3;
    padding: 5px;
    color: #fff
}
.product-image .tags {
    position: absolute;
    top: 0;
    right: 0;
    width: 28px
}
.product-image .tags .tag {
    position: relative;
    display: block;
    height: 26px
}
.product-image .tags .tag:last-child {
    margin-bottom: 2px
}
.product-image .tags .tag span {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 11px;
    border-radius: 0;
    padding: 7px;
    margin: 0 28px 0 0;
    color: #fff;
    width: 112px;
    opacity: 0;
    visibility: hidden
}
.product-image .tags .tag span:after {
    content: '';
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    display: block;
    position: absolute;
    right: -6px;
    top: 4px
}
.product-image .tags .tag svg {
    display: block;
    max-width: 16px;
    max-height: 16px;
    position: relative;
    top: 5px;
    right: 0;
    fill: #fff;
    left: 0;
    margin: auto
}
.product-image .tags .tag-lancamento svg {
    max-width: 20px;
    max-height: 20px;
    height: 20px;
    width: 20px
}
.product-image .tags .tag:hover span {
    opacity: 1;
    visibility: visible
}
.product-image .tags .tag:last-child svg {
    padding-bottom: 3px
}
.menu-marcas {
    margin: 80px 0
}
.menu-marcas img {
    margin: 0 auto;
    opacity: .6
}
.menu-marcas li:hover img {
    opacity: 1
}
.menu-marcas .slick-list {
    margin: 0 auto;
    width: 96%
}
.menu-marcas button {
    position: absolute;
    top: 45%;
    font-size: 0;
    background: none;
    border: 0 none;
    color: #a1a1a2;
    padding: 0
}
.menu-marcas button:before {
    font-size: 18px;
    font-family: FontAwesome
}
.menu-marcas button:hover {
    color: #4c4c4e
}
.menu-marcas button.slick-prev {
    left: 0
}
.menu-marcas button.slick-prev:before {
    content: '\f053'
}
.menu-marcas button.slick-next {
    right: 0
}
.menu-marcas button.slick-next:before {
    content: '\f054'
}
.menu-marcas a {
    height: 70px;
    position: relative;
    display: block;
    outline: none
}
.menu-marcas a img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}
.noticias h2,
.depoimentos h2 {
    text-transform: uppercase
}
.noticias {
    text-align: center;
    width: 1170px!important;
    list-style: none;
    padding: 0;
    margin: auto!important;
}
.noticias .myColor2 {
    display: none
}
#ultimasNoticias ul {
    display: flex;
    margin-top: 25px
}
#ultimasNoticias ul li {
    font-size: 14px;
    line-height: 48px;
    vertical-align: middle;
    background: #fff;
    border: 1px solid #eee;
    height: 48px;
    padding: 0;
    margin: 0 10px 0 0;
    width: 100%;
    text-align: center
}
#ultimasNoticias ul li:last-child {
    margin-right: 0
}
#ultimasNoticias ul li a {
    font-size: 14px;
    font-weight: 600
}
#ultimasNoticias ul li:hover a {
    color: #fff;
    opacity: 1
}
.noticias .bt-noticia,
.depoimentos .dep_link a {
    color: #fff!important;
    font-size: 14px;
    line-height: 45px;
    text-align: left;
    margin: 15px 0 0;
    display: inline-block;
    padding: 0 50px;
    opacity: 1;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 3px
}
.depoimentos .dep_link a {
    margin: 25px 0 10px
}
.depoimentos .dep_link {
    font-size: 0;
    text-align: center
}
.depoimentos .dep_lista li {
    font-size: 14px;
    line-height: 23px
}
.depoimentos .dep_nome {
    font-weight: 700;
    position: relative
}
.depoimentos .dep_nota,
.depoimentos .dep_data,
.depoimentos .dep_nome span,
.depoimentos .dep_msg span,
.page-depoimentos .editDep ul li.dep strong {
    display: none
}
.depoimentos .dep_nome:before,
.page-depoimentos .editDep h3.color:before {
    content: '';
    border: 10px solid transparent;
    border-bottom-color: #f5f5f5;
    position: absolute;
    bottom: -10px;
    left: 9px;
    display: block
}
.depoimentos .dep_msg,
.page-depoimentos .editDep ul li.dep {
    background: #fafafa;
    margin: 10px 20px 0 0;
    padding: 30px 45px;
    border-radius: 5px;
    position: relative;
    text-align: center;
    min-height: 140px
}
.page-depoimentos .editDep h3.color {
    position: relative;
    font-weight: 700
}
.depoimentos .dep_msg:before,
.page-depoimentos .editDep ul li.dep:before {
    left: 19px;
    top: 20px;
    content: '\f10d';
    font-family: FontAwesome;
    font-size: 20px;
    font-style: normal;
    line-height: 1;
    position: absolute
}
.depoimentos .dep_msg:after,
.page-depoimentos .editDep ul li.dep:after {
    right: 20px;
    bottom: 11px;
    content: '\f10e';
    font-family: FontAwesome;
    font-size: 20px;
    font-style: normal;
    line-height: 1;
    position: absolute
}
.page-depoimentos .editDep ul li {
    display: none
}
.page-depoimentos .editDep ul li.dep {
    display: block;
    min-height: 112px
}
#newsletter-rodape .newsletter {
    border: 0 none;
    overflow: hidden;
    padding: 25px 0
}
#newsletter-rodape .newsletter .col-sm-7.col-xs-12 {
    padding-right: 0
}
#newsletter-rodape .newsletter-title {
    margin: 0
}
#newsletter-rodape .newsletter-title strong {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    text-shadow: 0 0 #fff;
    line-height: 26px
}
#newsletter-rodape .newsletter-title span {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-shadow: 0 0 #fff;
    text-transform: initial;
    line-height: 16px
}
#newsletter-rodape form {
    display: flex;
    background: #fff;
    line-height: 43px;
    border-radius: 5px
}
#newsletter-rodape button {
    text-transform: uppercase;
    font: 700 12px Montserrat, sans-serif;
    max-width: 120px;
    transition: ease-out .2s;
    line-height: 43px;
    padding: 0;
    background: none;
}
#newsletter-rodape button:after {
    font-size: 10px;
    font-family: FontAwesome;
    content: '\f054';
    margin-left: 5px
}
.newsletter form input {
    border: 0;
    color: #a6abb7;
    padding: 0 12px;
    font: 600 13px Montserrat, sans-serif;
    line-height: 43px;
    margin: 0;
    text-transform: uppercase;
}
.newsletter input::-webkit-input-placeholder {
    color: #a6abb7
}
.newsletter input::-moz-placeholder {
    color: #a6abb7;
    opacity: 1
}
.newsletter input:-ms-input-placeholder {
    color: #a6abb7
}
#newsletter-rodape .social-list {
    text-align: right;
    line-height: 95px
}
#newsletter-rodape .social-list a {
    color: #fff!important;
    font-size: 22px;
    margin: 0 12px
}
#newsletter-rodape .social-list a:hover {
    opacity: 1
}
footer {
    padding-top: 50px
}
footer h3 {
    color: #272728;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px
}
footer .links-list a,
footer .links-list span {
    color: #333!important;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px
}
footer .categorias .level2 {
    display: none
}
footer .atendimento li {
    margin-bottom: 10px
}
footer .atendimento .fa {
    margin-right: 5px;
    font-size: 16px;
    min-width: 18px;
    text-align: center
}
footer .atendimento .fa-clock:before {
    content: '\f017'
}
footer .selos-pagamento {
    padding: 30px 0
}
footer .selos-pagamento h3 {
    margin-bottom: 15px
}
footer .pagamento li {
    margin: 0 2px 2px 0
}
.mensagem-rodape {
    background-color: #f2f2f2;
    margin-top: 50px
}
.mensagem-rodape span {
    color: #a6abb7;
    font-size: 12px;
    line-height: 16px;
    padding: 15px 0;
    display: block
}
footer .mensagem-rodape a {
    color: #a6abb7;
    font-size: 8px;
    line-height: 50px;
    float: right;
    text-transform: none
}
.mensagem-rodape svg {
    width: 74px;
    height: 20px;
    top: 7px;
    position: relative
}
.page-catalog .catalog-header,
.page-search .catalog-header {
    border: 0 none;
    padding: 0
}
main .catalog-header .filtros.filtro_marca {
    display: none
}
#breadcrumb {
    padding: 0;
    margin-bottom: 20px;
    padding: 10px;
    padding-bottom: 0;
}
#breadcrumb span,
#breadcrumb a {
    color: #a6abb7;
    font: 500 9px Montserrat, sans-serif;
    text-transform: uppercase;
}
#breadcrumb .icon-breadcrumb:before {
    content: '/';
    padding: 0 8px
}
.page-catalog .catalog-name,
.page-search .catalog-name {
    font: 700 18px Montserrat, sans-serif;
    text-transform: uppercase;
    clear: both;
    padding-left: 10px;
}
.page-catalog .category-description p,
.page-search .category-description p {
    color: #787b84
}
.elementos-topo-catalog .search-counter {
    width: 100%;
    float: left
}
.elementos-topo-catalog {
    clear: both;
    background-color: #fbfbfb;
    overflow: hidden;
    padding: 8px
}
.pagination .search-counter {
    font-size: 14px;
    color: #a6aab5
}
.page-catalog .catalogo-pages,
.page-catalog .pagination,
.page-search .catalogo-pages,
.page-search .pagination {
    margin-top: 7px;
    width: 100%
}
.page-catalog .system-filter .filtros .select,
.page-search .system-filter .filtros .select {
    display: inline-block;
    color: #a6aab5;
    font-size: 13px;
    border-color: #8e8e8e;
    border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background: #fff url(../img/seta-select.png) no-repeat 95% center;
    cursor: pointer
}
.page-catalog .system-filter .filtros,
.page-search .system-filter .filtros {
    color: #a6aab5;
    font-weight: 600;
    margin-left: 15px;
    margin-right: 0
}
.page-catalog .catalog-footer.catalogo-pages,
.page-catalog .catalog-footer.pagination,
.page-search .catalog-footer.catalogo-pages,
.page-search .catalog-footer.pagination {
    border: 0 none
}
.page-catalog .catalog-footer,
.page-search .catalog-footer {
    margin-bottom: 20px
}
.page-catalog .page-first,
.page-search .page-first,
.page-catalog .page-last,
.page-search .page-last {
    display: none
}
.page-catalog .btns-paginator,
.page-catalog .page-link,
.page-search .btns-paginator,
.page-search .page-link {
    border: 1px solid transparent;
    margin: 0;
    border: 0 none
}
.page-catalog .btns-paginator a,
.page-catalog .page-link a,
.page-search .btns-paginator a,
.page-search .page-link a,
.page-catalog .btns-pagin,
.page-search .page-next a:after,
.page-catalog .page-next a:after,
.page-search .page-prev a:after,
.page-catalog .page-prev a:after {
    color: #a6aab5;
    padding: 0 12px;
    font-size: 19px;
    border: 0 none;
    line-height: 35px
}
.page-catalog .btns-paginator:hover a,
.page-catalog .page-link:hover a,
.page-search .btns-paginator:hover a,
.page-search .page-link:hover a,
.page-catalog .btns-paginator.page-current,
.page-catalog .page-link.page-current,
.page-search .btns-paginator.page-current,
.page-search .page-link.page-current,
.page-search .page-next:hover a:after,
.page-catalog .page-next:hover a:after,
.page-search .page-prev:hover a:after,
.page-catalog .page-prev:hover a:after {
    background-color: #c11a26;
    color: #fff;
    padding: 0 12px;
    border: 0 none;
    font-size: 19px;
    opacity: 1;
    line-height: 35px;
    border-radius: 3px
}
.page-search .page-next:hover a:after,
.page-catalog .page-next:hover a:after,
.page-search .page-prev:hover a:after,
.page-catalog .page-prev:hover a:after {
    font-size: 14px
}
.page-search .page-next a,
.page-catalog .page-next a,
.page-search .page-next:hover a,
.page-catalog .page-next:hover a,
.page-search .page-prev a,
.page-catalog .page-prev a,
.page-search .page-prev:hover a,
.page-catalog .page-prev:hover a {
    font-size: 0;
    padding: 0;
    line-height: 16px
}
.page-search .page-next a:after,
.page-catalog .page-next a:after {
    content: '\f054';
    font-family: FontAwesome;
    font-size: 14px
}
.page-search .page-prev a:after,
.page-catalog .page-prev a:after {
    content: '\f053';
    font-family: FontAwesome;
    font-size: 14px
}
.page-catalog .catalog-empty,
.page-search .catalog-empty {
    clear: both
}
#wrap {
    z-index: 9!important
}
.mousetrap {
    z-index: 1000!important
}
.page-product .product-detail,
.page-product .product-gallery #foto_a {
    border: 0 none;
    padding: 0
}
.page-product .product-gallery #foto_a {
    border-bottom: 2px solid #fbfbfb;
    padding-bottom: 15px;
    margin-bottom: 10px
}
.page-product .product-gallery #foto_a a {
    border-bottom: 3px solid transparent;
    min-height: 95px
}
.page-product .product-gallery #foto_a a:hover {
    border-color: #ffd537
}
.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width: 500px;
    height: 95px
}
.jcarousel-skin-tango .jcarousel-item {
    width: 95px;
    height: 95px
}
.page-product .product-gallery #foto_a .jcarousel-skin-tango .jcarousel-next-horizontal,
.page-product .product-gallery #foto_a .jcarousel-skin-tango .jcarousel-prev-horizontal {
    top: 35px
}
.page-product #bloco-add-lista>a {
    font-size: 0;
    border-radius: 3px;
    background-color: #fff;
    padding: 0
}
.page-product #bloco-add-lista > a img {
    display: none
}
.page-product .product-social .at-icon-wrapper,
.page-product .product-social .at-icon-wrapper svg {
    width: 26px!important;
    height: 26px!important;
    line-height: 26px!important
}
.page-product #bloco-add-lista>a:before {
    content: '+ Lista de desejos';
    font: 400 10pxMontserrat, sans-serif;
    text-transform: uppercase;
    padding: 10px 15px;
    display: block
}
.page-product #bloco-add-lista a:hover:before {
    color: #fff
}
#add-listas {
    margin-left: 0
}
#add-listas .listas {
    padding: 0
}
#add-listas .listas a,
#add-listas .listas a:hover {
    background: none;
    color: #a6aab5;
    line-height: 28px;
    padding: 0 10px
}
.alinha-prod li:last-child {
    float: right
}
.page-product #product-container .product-name {
    color: #0a0a0a;
    font: 700 30px Montserrat, sans-serif;
    text-align: center;
    margin-bottom: 0;
}
.product-details span,
.product-details strong {
    color: #333;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 15px;
    margin: 0
}
#form_comprar .passo1,
#product-priceBox {
    border-top: 2px solid #fbfbfb
}
#form_comprar #product-form-box.passo1 {
    border-top: 0 none
}
#product-priceBox #product-priceBox {
    border: 0 none;
    margin-top: 0
}
#product-priceBox {
    margin-top: 15px;
    background: #fafafa;
    padding: 20px
}
#form_comprar div[style="clear:both;"] {
    display: none
}
.page-listas_busca .board label {
    line-height: 22px
}
.page-listas_busca div {
    font-size: 14px
}
.page-lista main div,
.page-lista main span,
.page-lista main strong {
    font-size: 14px;
    line-height: 20px
}
.lista-produtos {
    position: relative
}
.lista-produtos .refresh_exclusao {
    position: absolute;
    top: 5px
}
.page-lista .lista-produtos .lista-produto-quantidade {
    float: left
}
.lista-produtos {
    border-top: 1px solid #ccc;
    margin-top: 15px;
    padding-top: 15px;
    font-size: 14px;
    line-height: 20px
}
.lista-produtos:last-child {
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    padding-bottom: 15px
}
.page-product .lista_cor_variacao,
.page-product .lista_cor_variacao2 {
    min-height: 55px
}
.page-product .texto_variacao h2,
.page-product .lista_cor_variacao li div,
.page-product .lista_cor_variacao2 li div {
    color: #a6aab5;
    font-size: 14px;
    padding: 5px
}
.page-product .lista_cor_variacao li,
.page-product .lista_cor_variacao2 li,
.page-product .lista_cor_variacao li,
.page-product .lista_cor_variacao2 li {
    border: 0 none
}
.page-product .lista_cor_variacao li div,
.page-product .lista_cor_variacao2 li div,
.page-product .lista_cor_variacao li img,
.page-product .lista_cor_variacao2 li img {
    border: 1px solid #e5e5e5;
    width: 50px;
    height: 50px;
    line-height: 50px;
    padding: 0;
    max-height: 50px
}
.page-product .lista_cor_variacao li div.cor_selecionada,
.page-product .lista_cor_variacao li img.cor_selecionada,
.page-product .lista_cor_variacao2 li div.cor_selecionada,
.page-product .lista_cor_variacao2 li img.cor_selecionada {
    box-shadow: none
}
#product-priceBox #precoDe,
#product-priceBox #precoDe .currency,
#product-priceBom #info_preco,
.page-product #preco #produto_preco,
.page-product #preco #produto_preco #info_preco strong {
    color: #0a0a0a;
    font: 100 14px Montserrat, sans-serif;
    font-weight: 100;
}
.PrecoPrincipal,
.PrecoPrincipal span,
.PrecoPrincipal .currency {
    font: 700 20pxMontserrat, sans-serif;
    margin-top: -20px!important;
    margin-bottom: 20px
}
.consulta a span,
.product .esgotado {
    background-color: #babec7;
    border-radius: 3px;
    line-height: 45px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    display: block;
    width: 80%;
    margin: 0 auto
}
.page-product .botao-nao_indisponivel {
    float: none;
    font-size: 18px;
    padding: 0;
    width: 70%;
    background: #0496cd;
    line-height: 60px;
    border-radius: 3px
}
.page-product #produto_nao_disp #nao_disp {
    clear: both;
    background: none;
    text-align: left;
    padding: 0;
    border-top: 2px solid #fbfbfb;
    padding-top: 40px;
    position: relative
}
.page-product #produto_nao_disp #nao_disp label {
    color: #a6abb7;
    font-size: 12px;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif
}
.page-product #produto_nao_disp input {
    border: 1px solid #e8e8e8;
    border-radius: 2px
}
.page-product #produto_nao_disp #letMeKnow {
    background: #ffca05;
    display: inline-block;
    height: 40px;
    vertical-align: top;
    width: 70px;
    border-radius: 3px;
    text-align: center;
    outline: none;
    text-decoration: none
}
.page-product #produto_nao_disp #letMeKnow:before {
    content: 'Enviar';
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase
}
.page-product #produto_nao_disp .color {
    position: absolute;
    top: 15px
}
.page-product #info {
    display: block
}
.page-product #info a {
    font-size: 0;
    display: none
}
.page-product #info a:before {
    content: '\f09d';
    font-size: 15px;
    font-family: FontAwesome;
    margin-right: 5px
}
.page-product #info a:after {
    content: 'Mais formas de pagamento';
    color: #a6aab5;
    font: 500 14px Montserrat, sans-serif;
    line-height: 18px;
    border-bottom: 1px solid #bcbfc7
}
.page-product #quantidade {
    margin-top: 3px;
    display: none
}
.page-product #quantidade>label {
    font-size: 14px;
    color: #a6aab5
}
.page-product #quant {
    border: 1px solid #e7e7e7;
    height: 50px;
    width: 56px;
    font-family: Montserrat, sans-serif;
    border-radius: 3px;
    color: #a6aab5;
    float: none
}
.page-product #product-form-box .botao-comprar {
    width: 100%;
    border-radius: 3px
}
.page-product .botao-comprar span {
    font-size: 0
}
.page-product .botao-comprar span:before {
    content: 'Comprar Produto';
    color: #fff;
    font: 600 18px Montserrat, sans-serif;
    text-transform: uppercase
}
.page-product #product-form-box {
    border-bottom: 2px solid #fbfbfb;
    padding-bottom: 15px
}
.produto-calcular-frete #cepbox label {
    display: block;
    font-size: 0
}
.produto-calcular-frete #cepbox label:before {
    content: 'Calcular Frete:';
    background: url(../img/ico-frete.png) no-repeat left center;
    color: #a6aab5;
    font: 600 14px Montserrat, sans-serif;
    padding-left: 22px;
    text-transform: uppercase
}
.page-product #cepbox input {
    border-color: #e8e8e8;
    font-size: 14px
}
.page-product #cepbox .botao-simular-frete {
    font-size: 0;
    padding: 0;
    border: 0 none;
    border-radius: 3px;
    width: 120px;
    text-align: center;
    line-height: 47px;
    outline: none
}
.page-product #cepbox .botao-simular-frete:before {
    content: 'Calcular';
    font: 600 14px Montserrat, sans-serif;
    text-transform: uppercase
}
.page-product #cepbox #cep1 {
    margin-left: 0;
    width: 30%
}
.page-product #cepbox #cep2 {
    width: 10%
}
.recomendado {
    border-top: 2px solid #fbfbfb;
    margin-top: 20px;
    padding-top: 18px
}
.recomendado li {
    margin-right: 3%
}
.recomendado svg {
    display: block;
    text-align: center;
    margin: 0 auto 10px
}
.recomendado a {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 600
}
.page-product .product-tabs {
    margin-top: 100px
}
.page-product .product-tabs #ProdAbas li {
    background: none;
    position: relative;
    margin-left: 40px
}
.page-product .product-tabs #ProdAbas li a {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    padding: 0 40px 10px 0;
    font-family: Montserrat, sans-serif;
    outline: none
}
.page-product .product-tabs #ProdAbas li:first-child {
    margin-left: 0
}
.page-product .product-tabs #ProdAbas li a:after {
    content: '';
    height: 30px;
    width: 2px;
    background-color: #f0f0f0;
    display: block;
    position: absolute;
    right: 0;
    top: 0
}
.page-product .product-tabs #ProdAbas li:last-child a:after {
    display: none
}
.page-product .product-tabs #ProdAbas li:after {
    content: '';
    height: 2px;
    width: 50%;
    display: block;
    opacity: .4
}
.page-product .product-tabs #ProdAbas li.aberta:after {
    opacity: 1
}
.page-product .product-tabs .prodBox {
    padding-top: 50px;
    border: 1px solid #fafafa
}
.page-product .product-tabs .prodBox p {
    color: #0a0a0a!important;
    font-size: 14px;
    line-height: 20px;
}
.page-product .products-related {
    border: 0 none;
    padding: 0
}
.page-product .products-related .product {
    text-align: center;
    padding: 10px 5px;
    min-height: 335px
}
.page-product #coments h2 {
    color: #a6aab5;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600
}
.page-product #coments #comentario_cliente a {
    color: #a6aab5;
    font-size: 16px
}
.page-product .products-related>h3 {
    /* text-align:center; */
    
    margin-bottom: 15px;
}
.page-product .products-related .product .product-name {
    margin-bottom: 0
}
.page-product #atualizaFormas li {
    margin: 10px 0;
    border: 1px solid #f0f0f0;
    padding: 20px!important
}
.page-product #atualizaFormas li a {
    cursor: pointer
}
.page-product #atualizaFormas li a:after {
    content: '\f078';
    font-family: FontAwesome;
    color: #a6aab5;
    font-size: 12px;
    float: right
}
.page-product #atualizaFormas .tablePags {
    display: none;
    margin-top: 15px
}
.modal-body p,
.modal-body span,
.modal-body fieldset {
    color: #a6aab5;
    font-size: 12px;
    line-height: 16px
}
.modal-body button {
    background-color: #00adef!important
}
.modal-body button span {
    color: #fff
}
.page-product .Forma1 li,
.page-product .Forma1 li:hover {
    padding: 0
}
.page-product .Forma1 a,
.page-product .Forma1 .item-parcela,
.page-product .Forma1 .item-parcela span,
.page-product .Forma1 .item-parcela strong,
.page-product .Forma1 .item-parcela b,
.page-product .Forma1 td,
.page-product .Forma1 td span,
.page-product .Forma1 td strong,
.page-product .Forma1 td b {
    color: #a6aab5;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase
}
.page-product .Forma1 .item-parcela,
.page-product .Forma1 .item-parcela:first-child {
    border: 0 none
}
#comentario_cliente {
    color: #a6aab5
}
#comentario_cliente input,
#comentario_cliente textarea {
    background: #fff;
    border: 1px solid #ccc;
    padding: 3px
}
.page-product #coments .starn {
    background-image: url(../img/estrelas.png);
    height: 16px;
    width: 18px;
    background-position: -88px 0
}
.page-product #coments .starn.star-on {
    background-position: 0 0!important
}
#Vitrine form fieldset {
    color: #a6aab5
}
#cesta_produtos>.board:first-child {
    width: calc(100% - 365px);
    float: left
}
.box-right-cart {
    border: 1px solid #e5e5e5;
    padding: 15px;
    float: right;
    width: 350px
}
#cesta_produtos .bottom,
.carrinho-tabs {
    display: none
}
.pag-carrinho #newsletter-rodape {
    display: none
}
.page-checkout_cart #tabela_carrinho th:first-child {
    padding-left: 25px
}
.page-checkout_cart #tabela_carrinho th {
    font-size: 12px;
    padding: 15px 30px;
    background: #f5f5f5;
    color: #929292;
    font-weight: 500;
    text-transform: uppercase
}
#cesta_produtos #tabela_carrinho td {
    padding: 15px 0;
    vertical-align: middle
}
.page-checkout_cart #tabela_carrinho td:first-child img {
    max-width: 60px;
    max-height: 60px
}
.page-checkout_cart #tabela_carrinho a strong {
    color: #a6aab5;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px
}
.page-checkout_cart #tabela_carrinho h5 {
    color: #909090;
    font-size: 10px
}
.page-checkout_cart #tabela_carrinho .qntd {
    border: 0 none;
    font-weight: 500;
    border: 1px solid #f0f0f0;
    color: #a6aab5;
    font-size: 16px
}
.page-checkout_cart #tabela_carrinho .valores_carrinho {
    font-weight: 600;
    font-size: 14px
}
.page-checkout_cart #tabela_carrinho .refresh,
.page-checkout_cart #tabela_carrinho .bt-excluir {
    background: none
}
.page-checkout_cart #tabela_carrinho .refresh:before,
.page-checkout_cart #tabela_carrinho .bt-excluir:before {
    font-family: FontAwesome;
    font-size: 17px;
    display: block
}
.page-checkout_cart #tabela_carrinho .refresh:before {
    content: '\f021'
}
.page-checkout_cart #tabela_carrinho .bt-excluir:before {
    content: '\f1f8';
    margin-top: -5px
}
.page-checkout_cart .caixa-forma-frete {
    margin-top: 0
}
#calculoFrete {
    text-align: left;
    font-size: 0
}
.page-checkout_cart .caixa-forma-frete #calculoFrete label,
.page-checkout_cart .caixa-forma-frete .caixa-cupom label {
    display: block;
    color: #929292;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 10px;
    text-shadow: 0 0 #929292
}
.page-checkout_cart .box-right-cart .caixa-forma-frete input {
    border: 1px solid #e5e5e5;
    color: #929292;
    font-size: 12px;
    height: 45px;
    background: #fff;
    border-radius: 0;
    margin-right: 8px
}
.page-checkout_cart .caixa-forma-frete #cep1 {
    width: 100%;
    max-width: 110px
}
.page-checkout_cart .caixa-forma-frete #cep2 {
    width: 85px
}
.page-checkout_cart .caixa-forma-frete .botao-simular-frete,
.page-checkout_cart .caixa-forma-frete .caixa-cupom .botao-cupom-desconto {
    font-size: 0;
    border-radius: 0;
    padding: 0 15px;
    margin: 0
}
.page-checkout_cart .caixa-forma-frete .botao-simular-frete:before,
.page-checkout_cart .caixa-forma-frete .caixa-cupom .botao-cupom-desconto:before {
    content: 'Calcular';
    color: #fff;
    font: 600 13pxMontserrat, sans-serif;
    text-transform: uppercase;
    line-height: 45px
}
.page-checkout_cart .caixa-total h3:before {
    color: #B2B2B2!important;
    font-size: 15px;
    position: relative;
    font-weight: 500;
    top: -5px
}
.page-checkout_cart .caixa-total h3,
.page-checkout_cart .caixa-total .valores_carrinho,
.page-checkout_cart .tablePage .valores_carrinho {
    font-size: 22px;
    font-weight: 600
}
.page-checkout_cart .caixa-forma-frete #tab td:nth-child(3) {
    padding: 0;
    font-size: 11px;
    width: 210px
}
.page-checkout_cart .caixa-forma-frete .caixa-cupom {
    text-align: left
}
.page-checkout_cart .caixa-forma-frete #cupon {
    margin-left: -5px;
    width: calc(100% - 117px)
}
.page-checkout_cart .tablePage .caixa-cupom + th .valores_carrinho {
    font-size: 14px;
    margin-top: 29px;
    display: block
}
.page-checkout_cart .caixa-botoes {
    margin-bottom: 0;
    margin-top: 50px
}
.page-checkout_cart .caixa-botoes .bt-continuar-comprando {
    width: 100%;
    text-align: center;
    line-height: 45px
}
.page-checkout_cart .caixa-botoes .botao-commerce.botao-continuar-comprando {
    background: #e5e5e5;
    display: block;
    padding: 0;
    margin-bottom: 10px
}
.page-checkout_cart .caixa-botoes .botao-commerce.botao-continuar-comprando span {
    color: #929292;
    font-size: 14px;
    padding-left: 22px;
    background: url(../img/seta-bt.png) no-repeat left center
}
.page-checkout_cart .caixa-botoes .botao-commerce.botao-prosseguir-compra {
    width: 100%;
    padding: 0
}
.page-checkout_cart .caixa-botoes .botao-commerce.botao-prosseguir-compra a {
    font-size: 0
}
.page-checkout_cart .caixa-botoes .botao-commerce.botao-prosseguir-compra a:before {
    content: 'Ir para o pagamento';
    color: #fff;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    line-height: 55px
}
.page-checkout_cart .box-right-cart .caixa-forma-frete input[type="radio"] {
    height: initial;
    margin: 0
}
.page-checkout_cart .caixa-forma-frete .valores_carrinho,
.page-checkout_cart .caixa-forma-frete tr:nth-child(3) span,
.page-checkout_cart .caixa-forma-frete tr:nth-child(3) th {
    font-size: 12px
}
.page-checkout_cart .caixa-forma-frete #tab td:nth-child(2) {
    padding: 10px 0
}
.page-checkout_cart .caixa-forma-frete #formas_envio_frete {
    padding-left: 0
}
.page-checkout_cart .caixa-forma-frete #tab label {
    font-size: 13px
}
.page-catalog .filtro-habilitado .sidebar,
.page-catalog .filtro-inteligente,
.page-search .filtro-habilitado .sidebar,
.page-search .filtro-inteligente {
    display: block
}
.page-catalog main,
.page-search main {
    width: 100%;
}
.page-catalog .filtro-habilitado main,
.page-search .filtro-habilitado main {
    width: 75%
}
.filtro-inteligente,
.central-sidebar {
    border: 1px solid #e5e5e5;
    padding: 0
}
.filtro-inteligente h3,
.central-sidebar h4 {
    color: #a6aab5;
    display: block;
    font-size: 14px;
    padding: 0 15px;
    line-height: 30px;
    font-weight: 500;
    margin-top: 5px
}
.central-sidebar h2 {
    display: none
}
.central-sidebar h4 {
    font-size: 16px
}
.filtro-inteligente ul li,
.central-sidebar ul li {
    padding: 5px 0 5px 20px;
    display: block
}
.filtro-inteligente ul li a,
.central-sidebar ul li a,
.filtro-inteligente ul li span,
.central-sidebar ul li span,
.filtro-inteligente ul li label,
.central-sidebar ul li label {
    color: #a6aab5;
    font-size: 13px
}
.filtro-inteligente .fa-times {
    color: red;
    margin-right: 8px
}
.filtro-inteligente .filtro-aplicado {
    border-bottom: 1px solid #eee;
    margin-bottom: 6px;
    padding-bottom: 12px
}
.sidebar .main-menu {
    border-color: #e5e5e5
}
.sidebar .main-menu .level1 {
    padding: 0
}
.sidebar .main-menu a {
    color: #0a0a0a
}
.sidebar .main-menu .level2 a,
.sidebar .main-menu .level3 a {
    color: #fff
}
.board_htm,
.descricaoNoticia h3,
.catalog h2,
.page-contact h1,
.page-contact h3,
.page-contact .board p,
.page-contact .board span,
.page-contact h3.block,
.page-contact a,
.page-register h1,
.page-register h2 span,
.page-listas_evento .board,
.page-newsletter p,
.page-newsletter a,
.page-central_cliente .board,
.page-central_cliente .breadcrumb-text,
.page-central_listas .board,
.page-central_listas .board p,
.page-central_listas .board span,
.page-central_listas .board strong {
    color: #0a0a0a;
    font-size: 14px;
    line-height: 20px
}
.page-newsletter h1.color {
    color: #a6aab5
}
.catalog h2 {
    font-weight: 500;
    font-size: 16px
}
.page-register h1 {
    margin: 0 0 15px 15px;
    font-size: 25px;
    line-height: 30px
}
.page-contact .formulario-contato input,
.page-register #frm2 input,
.page-register #frm2 .select,
.page-search input {
    min-height: 30px;
    padding: 0 5px
}
.page-search input.campoform {
    min-height: initial
}
.page-contact .formulario-contato textarea {
    border: 1px solid#e7e7e7
}
.page-register #frm2 input[type="checkbox"] {
    min-height: initial;
    width: initial
}
.page-cadastro_bloqueado #CadastroAbas .aberta a,
.page-register #CadastroAbas .aberta a {
    background-color: #0496cd
}
.page-cadastro_bloqueado .botao-prosseguir-cadastro,
.page-register .botao-prosseguir-cadastro {
    background-color: #0496cd;
    color: #fff;
    font: 500 18px Montserrat, sans-serif
}
.page-cadastro_bloqueado #frm2 label,
.page-register #frm2 label {
    color: #a6aab5
}
.central-breadcrumb {
    padding: 0
}
.breadcrumb-text+.breadcrumb-spacer {
    display: none
}
.breadcrumb .icon-breadcrumb,
.breadcrumb a {
    font-family: Montserrat, sans-serif
}
.board hr {
    border: 0 none
}
.Seguro {
    float: right
}
.Mapa {
    z-index: 1
}
#NavLogoTray {
    background: #fafafa;
    padding: 10px
}
.page-depoimentos h1.color {
    margin-bottom: 20px;
    font-size: 24px
}
.page-depoimentos hr {
    display: none
}
#comentario_cliente input[type="text"] {
    min-width: 310px
}
.editDep>li {
    border: 0 none;
    width: 50%;
    float: left;
    padding: 0;
    min-height: 150px
}
.editDep li ul li {
    padding: 8px 0;
    border: 0 none
}
.editDep li ul li.dep {
    padding: 3px 15px 8px 0;
    border: 0 none;
    font-size: 12px;
    line-height: 17px
}
.editDep li ul li strong,
.editDep li ul li.dep strong {
    border: 0 none;
    padding: 0
}
.page-depoimentos h2 {
    font-size: 16px;
    font-weight: 700
}
.page-depoimentos main h2.color {
    text-align: center
}
.page-depoimentos main h2.color+br+.container3 {
    width: 60%;
    margin: 0 auto
}
.page-depoimentos main .board h2.color {
    font-size: 20px;
    margin: 40px 0 15px
}
.page-depoimentos #comentario_cliente input[type="text"],
.page-depoimentos #comentario_cliente textarea {
    width: 99%;
    min-height: 35px;
    margin-top: 5px
}
.page-depoimentos #comentario_cliente label {
    font-size: 14px;
    margin-bottom: 5px;
    display: block;
    margin-top: 5px
}
.page-depoimentos #comentario_cliente #nota_dep {
    font-size: 16px
}
.page-depoimentos #aviso_depoimento+a {
    text-align: center;
    display: block;
    margin-top: 20px
}
.page-depoimentos .nota_dep {
    font-size: 16px
}
.page-depoimentos .nota_dep label {
    display: inline-block!important;
    margin-right: 15px
}
#aviso_depoimento+a:before {
    content: 'Enviar';
    font-size: 15px;
    background: #ccc;
    line-height: 40px;
    display: inline-block;
    padding: 0 25px;
    border-radius: 3px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500
}
#aviso_depoimento + a img {
    display: none
}
.page-depoimentos #captcha-loader {
    margin: 5px 10px 0 0
}
.page-busca_noticias .noticias li {
    border: 1px solid #eee;
    height: 110px;
    text-align: left
}
.noticias #noticia_imagem {
    width: 125px
}
.noticias #noticia_dados {
    margin-top: 20px
}
.noticias #noticia_dados p {
    margin-top: 8px;
    font-size: 12px;
    line-height: 14px
}
.page-noticia p {
    font-size: 12px;
    line-height: 15px
}
.page-noticia .catalog h2 {
    font-size: 18px;
    margin-bottom: 15px
}
select:focus,
.text:focus {
    border: 1px solid #aaa!important
}
.page-login body .caixa-login,
.page-login body .caixa-cadastro {
    min-height: 240px
}
.page-listas_index .container3 .container2 h2,
.page-listas_evento .titulo-box h2,
.page-listas_busca .titCatalogo,
.page-busca_noticias #listaCategoriasNoticias a b,
.page-contact main h1,
.page-register main h1,
.page-depoimentos .board h1.color {
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase
}
.page-busca_noticias #listaCategoriasNoticias a b {
    display: block
}
.page-listas_index #tipos-listas {
    text-align: center
}
.page-listas_index #tipos-listas li {
    margin-bottom: 60px
}
.page-listas_index #tipos-listas h3 {
    display: none
}
.page-contact main h1 {
    margin-bottom: 15px
}
.page-listas_evento main {
    text-align: center
}
.page-listas_evento .titulo-box h2 {
    margin: 30px 0
}
.page-listas_evento table {
    width: 90%
}
.page-listas_evento table input {
    width: 98%
}
.page-listas_evento .container3 .container2 .board form {
    font-size: 0
}
.page-listas_evento .container3 .container2 .board form span {
    font-size: 14px
}
.page-listas_evento table tr:nth-child(2) {
    display: none
}
.page-listas_evento .container3 .container2 .board form .bt-avancar {
    margin-top: 25px
}
.bt-avancar input {
    border: 0 none
}
.page-listas_evento .container3 .container2 .board #divAvancada + br + label .bt-avancar {
    margin-top: 6px
}
.page-listas_busca .container3 .container2 .busca {
    width: 90%
}
.page-listas_busca .container3 .container2 .busca input {
    width: 98%;
    margin: 5px 0 15px;
    background: #fff;
    padding-left: 5px
}
.page-listas_busca .container3 .container2 .bt-avancar {
    margin-top: 30px
}
#lista_criar .text {
    background: #fff;
    font-weight: 400;
    padding-left: 5px
}
.page-listas_criar main {
    text-align: center
}
.page-listas_criar main form {
    text-align: left
}
.page-listas_criar main tr {
    display: block;
    margin-bottom: 10px
}
.MapaSite h2 {
    background: #fff
}
.page-noticia main .board h2 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    background: #121111;
    padding: 20px;
    color: #fff;
}
.page-noticia main .board p {
    font-size: 14px;
    line-height: 22px;
    text-align: justify
}
.page-contact main,
.page-register main .container .container2 {
    width: 60%;
    margin: 0 auto;
    float: none
}
.page-contact .formulario-contato input,
.page-contact .formulario-contato textarea,
.page-contact #spanTextarea {
    width: 100%!important
}
.page-contact .formulario-contato label:nth-child(4) {
    width: 48%;
    float: left;
    margin-right: 2%
}
.page-contact .formulario-contato label:nth-child(5) {
    width: 50%;
    float: left
}
.page-contact span.obriga-barra.red {
    font-size: 0
}
.page-contact span.obriga-barra.red:before {
    content: '*';
    display: inline-block;
    color: red;
    font-size: 17px
}
.page-contact .container3 > .container2 > .board span {
    display: inline-block
}
.page-contact .container3 > .container2 > .board h3 {
    font-weight: 700
}
.page-register form label,
.page-register form label input {
    width: 100%
}
.page-register form label {
    width: 100%
}
.page-register #frm2 p {
    display: block;
    clear: both
}
input {
    border: 1px solid #ccc
}
input[type="image"] {
    border: 0 none
}
.page-depoimentos .container2 .board .left {
    display: none
}
.page-login main .caixa-login,
.page-login main .caixa-cadastro {
    min-height: 260px
}
.page-register input#cep+label+label,
.page-register input#habilita_ajax2+label+label {
    margin-left: 0
}
.page-register #frm2 .text#cep_1 {
    margin-left: 0
}
.page-register #frm2 .text#cep_1,
.page-register #frm2 .text#cep_2 {
    width: auto
}
@media screen and (max-width: 1199px) and (min-width: 768px) {
    .page-catalog .system-filter .filtros,
    .page-search .system-filter .filtros {
        display: inline-block;
        width: initial
    }
    #newsletter-rodape .newsletter-title strong {
        font-size: 20px
    }
    .page-product .botao-comprar span:before {
        font-size: 15px
    }
    .page-product #cepbox #cep1 {
        width: 33%
    }
    .recomendado li {
        margin-right: 0;
        display: block;
        text-align: center
    }
}
@media (max-width: 1200px) {
    .pag-carrinho #cesta_produtos>.board:first-child {
        width: 100%
    }
    .pag-carrinho .box-right-cart {
        width: 100%;
        margin-top: 20px
    }
}
@media (max-width: 990px) {
    .menu-superior .level1 span:after {
        display: none
    }
    .top-bar .social-list li {
        margin-left: 10px
    }
    .carrossel-produtos li {
        width: 95%
    }
    .menu-marcas .slick-list {
        width: 88%;
        margin: 0 auto
    }
    footer .atendimento {
        clear: left
    }
    footer .links-list {
        margin-bottom: 15px
    }
    .cloud-zoom img {
        margin: 0 auto!important
    }
    .recomendado li {
        margin-right: 3%;
        display: inline-block
    }
    .page-product .product-tabs #ProdAbas li {
        margin-left: 20px
    }
    .page-product .product-tabs #ProdAbas li a {
        padding-right: 15px
    }
    .banner-full .slick-dots {
        bottom: 10px
    }
}
@media (max-width: 767px) {
    header {
        padding-top: 10px;
        background: #fff
    }
    .mobile-login {
        text-align: center;
        background: #C11A26;
        color: #fff!important;
        padding-top: 20px;
        padding-bottom: 20px
    }
    .mobile-login a {
        font-size: 11px;
        font-weight: 600;
        text-transform: uppercase;
        margin: 0 12px;
        color: #fff!important
    }
    .logo {
        margin-bottom: 15px;
        display: block;
        margin-top: -2px!important;
        text-align: center;
        min-width: 240px
    }
    .logo img {
        display: block;
        margin: 0 auto
    }
    .abriga-elementos {
        clear: both;
        min-height: 55px
    }
    .menu-m {
        margin-top: 16px;
        padding: 0;
        margin-left: 5px
    }
    .menu-m .line {
        height: 3px;
        width: 22px;
        margin-bottom: 5px;
        background: #fff;
        transform: rotate(0);
        transform-origin: left;
        -webkit-transition: ease-out .2s;
        transition: ease-out .2s
    }
    .menu-active .menu-m .line:nth-child(1) {
        transform: rotate(45deg);
        width: 23px;
        margin-left: 4px
    }
    .menu-active .menu-m .line:nth-child(2) {
        width: 0;
        opacity: 0
    }
    .menu-active .menu-m .line:nth-child(3) {
        transform: rotate(-45deg);
        width: 23px;
        margin-left: 4px
    }
    .busca,
    .itens-topo {
        margin-top: 10px
    }
    .busca {
        padding: 0 0 0 20px
    }
    .busca form {
        margin-left: 0
    }
    .search {
        padding: 0
    }
    .busca .search .search-key {
        font-size: 10px;
        height: 27px;
        padding: 0 13px;
        width: calc(100% - 30px)
    }
    .busca .search .bt-search svg {
        top: 5px;
        width: 18px;
        height: 20px
    }
    .itens-topo ul li {
        background: none;
        margin-left: 0;
        height: auto;
        width: auto
    }
    .itens-topo svg {
        margin: 0;
        position: absolute;
        top: 4px
    }
    .itens-topo span,
    .itens-topo .texto {
        display: none
    }
    .menu-active {
        overflow: hidden
    }
    .menu-m .mobile-menu {
        position: fixed;
        top: 0;
        left: -0;
        width: 92%;
        z-index: 101;
        height: 90vh;
        padding: 0;
        transition: transform ease-out .5s;
        transform: translateX(-100%);
        border-top: 1px solid #ccc
    }
    .menu-active .menu-m .mobile-menu {
        transform: translateX(0)
    }
    .menu-m .mobile-menu .voltar {
        background: #A61722;
        display: block;
        padding: 15px;
        font-size: 15px;
        text-transform: uppercase;
        font-weight: 600
    }
    .menu-m .mobile-menu .voltar .fa {
        margin-right: 5px
    }
    .menu-m .mobile-menu .main-menu {
        padding: 15px;
        overflow-y: scroll;
        height: 80vh;
        background: #C11A26
    }
    .menu-m .item-level1 {
        margin-bottom: 8px;
        background: #A61722;
        padding: 10px
    }
    .menu-m .item-level1>a {
        color: #fff!important;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 500
    }
    .menu-m .item-level1>.icon {
        width: 15px;
        height: 15px;
        display: inline-block;
        color: #fff;
        float: right;
        font-style: normal;
        background: #C11A26;
        padding: 2px
    }
    .menu-m .item-level1>.icon:before {
        content: '\f078';
        font-family: FontAwesome;
        margin-top: -5px
    }
    .menu-m .item-level1.ativo>.icon:before {
        content: '\f077'
    }
    .menu-m .item-level1 .level2 {
        display: none
    }
    .menu-m .item-level1.ativo .level2 {
        display: block
    }
    .menu-m .item-level1 .level2 a {
        color: #fff!important;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 500;
        line-height: 22px;
        margin-left: 5px;
        margin-top: 10px;
        display: block
    }
    .menu-m .item-level1 .level2 .level3 a {
        font-size: 13px;
        margin: 0 0 0 15px
    }
    .shadow {
        display: none;
        background: #000;
        opacity: .6;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        z-index: 99
    }
    .menu-active .shadow {
        display: block
    }
    .banners-extra {
        display: block;
        text-align: center;
        margin: 20px 5px
    }
    .banners-extra img {
        margin-bottom: 15px
    }
    .carrossel-produtos li:hover .product {
        box-shadow: none
    }
    .carrossel-produtos li:hover .bt-produto {
        display: none
    }
    .carrossel-produtos li:hover .product .product-price,
    .carrossel-produtos li:hover .product .product-payment {
        opacity: 1
    }
    #newsletter-rodape .newsletter-title {
        text-align: center
    }
    #newsletter-rodape .newsletter-title strong {
        display: block
    }
    #newsletter-rodape .newsletter .col-sm-7.col-xs-12 {
        padding-right: 15px
    }
    footer h3 {
        cursor: pointer
    }
    footer .selos-pagamento h3 {
        margin-bottom: 25px
    }
    footer h3:after {
        content: '\f078';
        font-size: 12px;
        font-family: FontAwesome;
        /* position:absolute; */
        
        top: 0;
        right: 12px;
    }
    footer ul.links-list {
        margin-bottom: 30px
    }
    footer ul.links-list.active {
        display: block
    }
    footer ul.links-list .main-menu {
        display: block!important
    }
    footer .selos-pagamento {
        padding: 0
    }
    .mensagem-rodape {
        background-color: #fff;
        margin-top: 0;
        padding-top: 15px
    }
    .mensagem-rodape div {
        text-align: center
    }
    .mensagem-rodape .agencia a {
        float: none
    }
    .mensagem-rodape span {
        line-height: 16px
    }
    .showcase > h2 strong,
    .showcase > h2 span {
        font-size: 18px;
        width: 90%;
        padding-top: 10px;
    }
    .menu-marcas,
    .banner-extra {
        margin: 20px 0
    }
    .product .product-price .price-promotion,
    .product .product-price {
        font-size: 20px
    }
    #newsletter-rodape .social-list {
        text-align: center;
        line-height: 40px;
        margin-bottom: 10px
    }
    .product .product-name {
        font-size: 11px;
        line-height: 14px;
        text-shadow: none
    }
    .elementos-topo-catalog .pagination,
    .page-product .product-tabs #ProdAbas li a:after {
        display: none
    }
    .elementos-topo-catalog .system-filter {
        float: none!important
    }
    .showcase-catalog li {
        width: 100%!important;
        margin: 0
    }
    #breadcrumb,
    .catalog-name,
    .showcase-catalog li .product {
        padding: 5px
    }
    .page-catalog .catalog-footer,
    .page-search .catalog-footer {
        margin-bottom: 0
    }
    .page-product .product-tabs #ProdAbas li {
        margin: 0 0 15px
    }
    .page-product .product-tabs #ProdAbas li:after {
        width: 100px
    }
    .page-home #corpo>.container,
    #corpo>.container {
        padding-left: 15px;
        padding-right: 15px
    }
    .recomendado {
        display: none
    }
    .page-product .product-tabs {
        margin-top: 20px
    }
    .page-product .product-tabs .prodBox {
        padding-top: 15px;
        padding-right: 0
    }
    .page-checkout_cart #tabela_carrinho .bt-excluir {
        border: 0 none;
        right: 5px;
        top: 5px
    }
    aside.sidebar,
    main.catalog .navbar-central {
        display: none
    }
    .page-catalog .filtro-habilitado main,
    .page-search .filtro-habilitado main {
        width: 100%
    }
    .filtro-inteligente {
        margin-bottom: 15px
    }
    .filtro-inteligente .titulo-filtro {
        text-align: center;
        padding: 15px 0;
        font-size: 14px;
        font-weight: 500;
        cursor: pointer
    }
    .filtro-inteligente form {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 92%;
        height: 90vh;
        box-shadow: 0 2px 5px #ccc;
        background: #fff
    }
    .filtro-inteligente form.ativo {
        display: block
    }
    .filtro-inteligente .fechar-filtros {
        font-size: 14px;
        font-weight: 500;
        text-transform: uppercase;
        border-bottom: 1px solid #eee;
        padding: 10px;
        background: #eee;
        cursor: pointer
    }
    .depoimentos .dep_lista>li:first-child {
        border-right: 0 none;
        margin-right: 0;
        margin-bottom: 25px
    }
    .depoimentos .dep_lista>li {
        width: 100%
    }
    #ultimasNoticias ul {
        display: block
    }
    #ultimasNoticias ul li {
        margin-bottom: 5px
    }
    .editDep > li,
    .page-contact main,
    .page-register main .container .container2 {
        width: 100%
    }
    .page-busca_noticias .noticias li {
        height: initial
    }
    .noticias #noticia_imagem {
        width: 100%;
        height: initial
    }
    .page-listas_index .container3 .container2 h2,
    .page-listas_evento .titulo-box h2,
    .page-listas_busca .titCatalogo,
    .page-busca_noticias #listaCategoriasNoticias a b,
    .page-contact main h1,
    .page-register main h1,
    .page-depoimentos .board h1.color {
        font-size: 20px
    }
    .Mapa.central-mapa {
        display: none
    }
    .central-sidebar {
        border: 0 none;
        margin-bottom: 20px
    }
    .central-sidebar h4 {
        cursor: pointer
    }
    .central-sidebar h4:after {
        content: '\f078';
        font-family: fontAwesome;
        font-size: 12px;
        float: right
    }
    .central-sidebar ul li ul {
        display: none
    }
    .central-sidebar ul li ul.ativo {
        display: block
    }
    .banner-full .prev_button,
    .banner-full .next_button {
        display: none!important
    }
    .banner-full .info_slide {
        width: 100%;
        background: none;
        right: 0;
        margin: auto;
        left: 0!important;
        padding: 0;
        bottom: 5px;
        top: auto
    }
    .banner-full .info_slide .image_number,
    .banner-full .info_slide .image_number:hover,
    .banner-full .info_slide .image_number_select {
        float: none;
        display: inline-block;
        font-size: 0
    }
}
@media (min-width: 461px) {
    .banner-full-desk {
        display: block
    }
    .banner-full-mob {
        display: none
    }
}
@media (max-width: 460px) {
    .banner-full-mob .banner-js .box_skitter_large {
        left: 0!important;
        -webkit-transform: none;
        transform: none
    }
    .banner-full-desk {
        display: none
    }
    .banner-full-mob {
        display: block
    }
    .carrossel-produtos .product,
    .showcase-catalog .product {
        min-height: 300px;
        padding: 2px
    }
    .product .product-image,
    .product .product-image:before {
        height: 120px
    }
    #newsletter-rodape .newsletter-title strong {
        font-size: 20px
    }
    #newsletter-rodape .newsletter-title span {
        font-size: 12px;
        margin-bottom: 20px
    }
    .menu-marcas a img {
        max-width: 92%
    }
    .banner-extra {
        position: relative;
        overflow: hidden;
        padding-bottom: 28%;
        margin-left: 5px;
        margin-right: 5px;
        border-radius: 5px
    }
    .banner-extra img {
        width: auto;
        max-width: none;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transform: translateX(-15%);
        -moz-transform: translateX(-15%);
        -ms-transform: translateX(-15%);
        transform: translateX(-15%)
    }
    #breadcrumb {
        display: none
    }
    .alinha-prod li:last-child {
        float: none
    }
    #bt_comprar {
        clear: both;
        padding-top: 10px
    }
    .page-product #cepbox .botao-simular-frete {
        width: 95px
    }
    .page-product #cepbox #cep1 {
        width: 32%
    }
    .banner-full .banner-home .box_skitter,
    .banner-full .banner-home .box_skitter img {
        height: 100%!important;
        width: 100%!important;
        min-height: 100px
    }
    .banner-home .info_slide {
        top: initial;
        bottom: 0;
        left: 0!important
    }
    .banner-home .info_slide .image_number,
    .banner-home .info_slide .image_number:hover,
    .banner-home .info_slide .image_number_select {
        width: 13px;
        height: 13px;
        margin: 0 1px
    }
    #comentario_cliente input[type="text"] {
        min-width: 250px;
        max-width: 250px
    }
    .alinha-prod.inline-block li {
        display: block
    }
    .page-product .product-social {
        text-align: left
    }
    .page-register #CadastroAbas li {
        float: none
    }
    .page-depoimentos main h2.color+br+.container3 {
        width: 100%
    }
    .box-captcha {
        display: block
    }
}
.box-alerts {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 20;
    width: 300px
}
.infobox {
    position: static;
    border-radius: 4px!important;
    padding: 10px 50px!important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
    width: 100%;
    background: #f7f7f7!important;
    border: 1px solid #eaeaea!important;
    color: #6a6a69!important;
    font-size: 13px;
    text-align: left;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    margin-bottom: 15px;
    overflow: hidden;
    max-height: 120px;
    transition: ease-in-out .2s .3s, opacity ease-in-out .3s
}
.infobox.hide {
    visibility: hidden;
    max-height: 0;
    margin-bottom: 0!important;
    opacity: 0;
    padding: 0 50px!important;
    border: 0!important
}
.infobox::before {
    content: '\f12a';
    font-family: FontAwesome;
    position: absolute;
    width: 50px;
    left: 0;
    top: 0;
    bottom: 0;
    line-height: 25px;
    height: 25px;
    margin: auto;
    font-size: 25px;
    text-align: center;
    color: #a6c330
}
.infobox span {
    font-size: 13px;
    font-weight: 600
}
.infobox a {
    color: #a6c330
}
.infobox .close {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    width: 40px;
    border-left: 1px solid #eaeaea;
    cursor: pointer
}
.infobox .close i {
    position: absolute;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    margin: auto;
    font-size: 13px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}
.infobox:last-child {
    margin-bottom: 0
}
.txt-forma-pagamento {
    display: none
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot:before {
    content: '';
    border-left: 10px solid #a0a0a0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent
}
.facebook-product {
    width: 100%;
    text-align: center;
    display: inline-block;
    margin-top: 20px
}
.whats-motoboy {
    width: 320px;
    height: 68px;
    float: right;
    border: 1px solid #f5f5f5;
    margin-top: 45px;
    border-radius: 4px;
    background: #fafafa url(../img/icon-whats.png) center left no-repeat;
    padding-top: 15px;
    padding-left: 90px;
    font-size: 12px;
    text-align: center
}
.balao-motoboy {
    background: #fafafa;
    border-radius: 15px;
    width: 130px;
    height: 40px;
    position: relative;
    -webkit-box-shadow: 0 9px 5px -8px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 9px 5px -8px rgba(0, 0, 0, 0.75);
    box-shadow: 0 9px 5px -8px rgba(0, 0, 0, 0.75);
    float: right;
    margin-top: 5px;
    padding-top: 10px;
    font-size: 12px;
    margin-right: -100px
}
.balao-motoboy:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fafafa;
    bottom: -10px;
    left: 20%
}
.sub-whats-motoboy {
    font-weight: 700;
    position: relative;
    margin-top: 0;
    display: block
}
.dentro-usados {
    width: 620px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 25px
}
.dentro-prevenda {
    width: 620px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 25px
}
.post-prevenda {
    width: 100%;
    padding: 20px;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    color: #FC0;
    text-align: center;
    background: #333;
    border-bottom: 3px solid #FC0;
    border-radius: 4px;
    margin: 10px 0
}
.post-prevenda:hover {
    border-bottom: 3px solid #9F131E
}
.post-prevenda a {
    color: #FC0!important
}
.instagram-owl {
    margin-top: 35px
}
.rodape {
    text-align: center
}
.instutional-site {
    float: left;
    margin-right: 10px;
    position: relative
}
.categorias-site {
    float: left;
    margin-left: 40px
}
.atendimento-roda {
    float: left;
    margin-left: 40px
}
.links-list-fast {
    color: #333;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    background: #fafafa;
    padding: 6px
}
.links-list-fast-pagamento {
    color: #333;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    background: #fafafa url(../img/formas-pagamento-.png) center top no-repeat;
    padding: 6px;
    width: 283px;
    height: 91px;
}
.pag-roda {
    float: left;
    margin-left: 20px;
    width: 283px;
    height: 91px
}
.ebit-selo {
    float: right;
    margin-top: -100px;
    margin-right: 210px
}
.your-selo {
    float: right;
    margin-top: -105px
}
.your-selo-product {
    float: right;
    margin-top: 10PX;
    margin-right: 20px;
    position: relative;
}
.google-selo {
    float: right;
    margin-top: -100px;
    margin-right: 105px
}
.divide {
    width: 100%;
    border: 1px solid #fafafa;
    margin-top: 20px
}
.texto-roda {
    color: #333;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 20px;
    margin-bottom: 10px
}
.logotray-message {
    background: #fafafa!important
}
.cat-bg {
    position: absolute;
    height: auto;
    z-index: 0
}
.product-details {
    display: flex
}
.dados-campo,
infoModelo {
    padding-left: 10px
}
.dados-campo,
infoDisponibilidade {
    margin-left: 2px!important
}
.dados-valor,
brand {
    margin-left: 2px!important
}
.bonus_produto strong {
    font-size: 12px!important;
    font-family: 'Montserrat', sans-serif!important;
    font-weight: 400!important;
    color: #0a0a0a
}
.showcase-catalog li {
    width: 24%;
    margin-top: 10px
}
.instagram {
    margin: auto;
    width: 1170px
}
.insta-link {
    font: 600 18px Montserrat, sans-serif;
    color: #fff;
    display: block;
    background: #c11a26;
    padding: 10px;
    width: 220px;
    margin: auto;
    margin-bottom: 10px;
}
.news,
.instagram h2 {
    text-align: center
}
.news,
.instagram h2 strong {
    font: 600 20px Montserrat, sans-serif;
    display: block;
    color: #0a0a0a;
}
.DDD {
    color: #C11A26!important
}
.atendimento {
    position: static;
    border-radius: 4px!important;
    padding: 25px!important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
    width: 100%;
    border: 1px solid #eaeaea!important;
    color: #6a6a69!important;
    font-size: 13px;
    text-align: right;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    margin-bottom: 15px;
    overflow: hidden;
    max-height: 120px;
    transition: ease-in-out .2s .3s, opacity ease-in-out .3s;
    background: #f7f7f7 url(../img/bg-chat-fast.png) center left no-repeat
}
.chat {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 20;
    width: 270px
}
.title-chat {
    font-size: 14px;
    font-weight: 700;
    padding-left: 35px
}
.product .preco-avista span {
    color: #000!important;
    font: 700 23px Montserrat, sans-serif;
}
.product .preco-avista {
    color: #000!important;
    font: 700 23px Montserrat, sans-serif!important;
}
.logo {
    min-width: 240px;
    margin-top: 15px
}
.box-news-home {
    width: 100%;
    border: 1px solid #e2e2e2;
    overflow: hidden;
    text-align: center;
    background: #fff;
    font: 200 23px Montserrat, sans-serif;
    margin: 5px 0;
    margin: auto;
    display: block;
    margin-top: 20px;
    padding: 20px;
}
.email-news-home,
.nome-news-home {
    padding: 10px;
    font-size: 16px;
    height: 50px
}
.box-news-home:hover {
    cursor: pointer;
    border: 1px solid #C11A26
}
.news-home-meio {
    margin-left: 20px;
    margin-top: 20px
}
.nome-news-home {
    width: 250px;
    font-weight: 100;
    color: #0a0a0a;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    margin-right: 20px;
    margin-bottom: 20px
}
.email-news-home {
    width: 400px;
    color: #0a0a0a!important;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    margin-right: 20px
}
.news-botao-home {
    border: none;
    padding-left: 20px;
    padding-right: 20px;
    background: #C11A26;
    color: #fff;
    border-radius: 4px;
    height: 50px;
    position: relative;
    font-size: 14px
}
.videor {
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    margin: 0 auto;
    position: relative
}
.videor iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
.box-cards {
    width: 1170px;
    margin: auto;
    background: #;
    position: relative;
    margin-top: 160px;
    /* margin-bottom:-115px; */
    
    z-index: 1;
}
.psn_topo,
.live_topo,
.g_play,
.netflix,
.lego-world,
.pre-venda-cd,
.moto-cd,
.jogo-cd {
    font-size: 14px!important;
    color: #a6aab5;
    font-weight: 700;
    margin-right: 45px;
    padding-bottom: 5px
}
.psn_topo a {
    font-size: 12px!important
}
.psn_topo:hover {
    color: #a6aab5;
    border-bottom: 2px solid #0755A7
}
.live_topo a {
    font-size: 12px!important
}
.live_topo:hover {
    border-bottom: 2px solid #34A93E;
    color: #a6aab5
}
.g_play a {
    font-size: 12px!important
}
.g_play:hover {
    border-bottom: 2px solid #ED3B3B;
    color: #a6aab5
}
.netflix a {
    font-size: 12px!important
}
.netflix:hover {
    border-bottom: 2px solid #B90216;
    color: #a6aab5
}
.lego-world:hover {
    border-bottom: 2px solid #ff0;
    color: #a6aab5
}
.pre-venda-cd:hover {
    border-bottom: 2px solid #F60;
    color: #a6aab5
}
.moto-cd:hover {
    border-bottom: 2px solid #606;
    color: #a6aab5
}
.jogo-cd:hover {
    border-bottom: 2px solid #3C9;
    color: #a6aab5
}
.box-precos {
    width: 100%;
    display: -webkit-inline-box;
    margin-top: -50px;
    margin-bottom: 50px
}
.play {
    background: #081D48 url(../img/bg-play.png) center bottom no-repeat;
    width: 389px;
    height: 140px;
    text-align: center;
    color: #fff
}
.xbox {
    background: #093 url(../img/bg-xbox.png) center bottom no-repeat;
    width: 389px;
    height: 140px;
    text-align: center;
    color: #fff
}
.switch {
    background: #E60012 url(../img/bg-switch.png) center bottom no-repeat;
    width: 389px;
    height: 140px;
    text-align: center;
    color: #fff
}
.console {
    font: bold 12px Montserrat, sans-serif;
    position: relative;
    padding-top: 10px;
    display: inline-block;
}
.nave {
    font: 200 12px Montserrat, sans-serif;
}
.valor-play {
    font-family: 'Rubik', sans-serif;
    background: #04112B;
    color: #fff;
    padding: 10px;
    margin-top: 10px;
    display: -webkit-inline-box;
    margin-right: 5px
}
.valor-play a {
    text-decoration: none;
    color: #fff!important;
    font: 200 12px Montserrat, sans-serif;
}
.valor-xbox {
    font-family: 'Rubik', sans-serif;
    background: #036E27;
    color: #1a1a1a;
    padding: 10px;
    margin-top: 10px;
    display: -webkit-inline-box;
    margin-right: 5px
}
.valor-xbox a {
    text-decoration: none;
    color: #fff!important;
    font: 200 12px Montserrat, sans-serif;
}
.valor-switch {
    font: 200 12pxMontserrat, sans-serif;
    background: #AB0C19;
    color: #fff;
    padding: 10px;
    margin-top: 10px;
    display: -webkit-inline-box;
    margin-right: 5px
}
.valor-switch a {
    text-decoration: none;
    color: #fff!important;
    font: 200 12px Montserrat, sans-serif;
}
.box-produto-descri {
    width: 100%;
    text-align: center;
    padding-right: 15px;
    margin-top: -20px
}
.texto-descri1 {
    border-left: none;
    border-right: none;
    border-top: none;
    display: block;
    margin: 15px 0;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    color: #000;
    width: 150px;
    text-align: center;
    padding: 10px;
    line-height: 16px;
    border: 1px solid #FC0;
    display: -webkit-inline-box
}
.texto-descri2 {
    border-left: none;
    border-right: none;
    border-top: none;
    display: block;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    color: #000;
    width: 150px;
    text-align: center;
    padding: 10px;
    line-height: 16px;
    border: 1px solid #306;
    display: -webkit-inline-box;
    margin-left: 25px
}
.bonus_produto {
    border-left: none;
    border-right: none;
    border-top: none;
    display: block;
    margin: 15px 0;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    color: #000;
    width: 150px;
    text-align: center;
    padding: 10px!important;
    line-height: 15px;
    border: 1px solid #0CF!important;
    float: right;
    margin-right: 15px;
}
.page-product .direita #button-buy {
    margin-bottom: 10px;
    color: #fff;
    font-size: 24px;
    font-family: Helvetica, Arial, sans-serif;
    border-radius: 50px;
    margin-top: 10px
}
#bt_comprar {
    display: block;
    margin-top: -30px!important;
    overflow: none!important;
    text-align: center;
    width: 100%!important
}
.frase_bt {
    font-size: 10px;
    width: 100%;
    text-align: center;
    float: left
}
.botao-commerce {
    width: 75%!important;
    height: 70px!important;
    background: #C11A26!important;
    text-align: center!important;
    border-radius: 0!important;
    font: 700 30px Montserrat, sans-serif;
    -webkit-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.75)!important;
    -moz-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.75)!important;
    box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.75)!important;
}
#btcomprar:hover {
    opacity: .8
}
.page-product .direita #bt_comprar {
    display: inline-block;
    vertical-align: middle
}
.additional-message {
    text-align: center;
    font-size: 12px;
    color: #fff;
    margin-top: 50px;
    font-weight: 700!important;
    background: #093;
    width: 100px;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #3C3;
    float: left;
    margin-left: -150px;
    font-family: 'Montserrat', sans-serif;
    overflow: hidden;
    display: block;
    position: relative
}
.produto-formas-pagamento2 {
    background: #fafafa!important;
    color: #0a0a0a!important;
    display: block!important;
    padding: 15px!important;
    text-align: center;
    border: 1px solid #e5e5e5;
    margin-bottom: 5px;
    margin-top: 10px;
}
.free_frete {
    width: 100%;
    padding: 15px;
    background: #fff;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    margin: 0!important;
    text-align: center
}
.frete_free_d,
.frete_free_s {
    font-size: 12px;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 5px;
    line-height: 18px
}
.frete_free_s a {
    font-size: 12px!important;
    color: #f60!important
}
.frete_free_s a:hover {
    color: #0a0a0a!important
}
#cepbox {
    background: #fff;
    border-top: none;
    border-bottom: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    padding: 20px 0 20px 15px;
    margin: 0!important;
    text-align: center
}
#selo {
    margin-top: -240px;
    position: relative;
    float: right;
    margin-right: 20px
}
.lightbox {
    display: none
}
.dentro {
    width: 620px
}
.cell-icon {
    float: left
}
.title-atendimento {
    float: right;
    font-size: 30px;
    margin-top: 60px;
    text-align: center;
    margin-right: 10px
}
.sub-ate {
    font-weight: 700;
    color: #F63
}
.horario-atendimento {
    position: relative;
    float: right;
    font-size: 14px;
    color: #333;
    font-weight: 700;
    padding: 5px;
    margin-top: -65px;
    text-align: center
}
.sub-horario {
    font-size: 14px;
    color: #B3B3B3;
    font-weight: 700;
    display: block
}
.cards-atendimento {
    position: relative;
    display: inline-block;
    margin-top: 40px;
    font-size: 22px;
    font-weight: 700;
    color: #333
}
.sub-cards {
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
    line-height: 2px
}
.whats-ate {
    width: 297px;
    height: 68px;
    float: left;
    border: 1px solid #f5f5f5;
    margin-top: 20px;
    border-radius: 4px;
    background: #fff url(../img/icon-whats.png) center left no-repeat;
    padding-top: 15px;
    padding-left: 80px;
    font-size: 12px;
    text-align: center
}
.sub-whats {
    font-weight: 700;
    position: relative;
    margin-top: 5px;
    display: block
}
.email-ate {
    width: 297px;
    height: 68px;
    float: right;
    border: 1px solid #f5f5f5;
    margin-top: 20px;
    border-radius: 4px;
    background: #fff url(../img/icon-email-f.png) center left no-repeat;
    padding-top: 15px;
    padding-left: 80px;
    font-size: 12px;
    text-align: center
}
.balao2 {
    background: #fafafa;
    border-radius: 15px;
    width: 130px;
    height: 40px;
    position: relative;
    -webkit-box-shadow: 0 9px 5px -8px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 9px 5px -8px rgba(0, 0, 0, 0.75);
    box-shadow: 0 9px 5px -8px rgba(0, 0, 0, 0.75);
    float: left;
    margin-left: -300px;
    margin-top: -20px;
    padding-left: 20px;
    padding-top: 15px;
    font-size: 12px
}
.balao2:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fafafa;
    bottom: -10px;
    left: 20%
}
.telefones-ate {
    font-size: 14px;
    color: #333;
    font-weight: 700;
    padding: 5px;
    margin-top: 20px;
    position: relative;
    float: left
}
.telefones-sub {
    font-size: 12px;
    display: block;
    float: left;
    line-height: 25px
}
.motoca-container {
    width: 620px;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    margin: auto;
    background: #fff;
    padding: 10px;
    line-height: 20px;
    text-align: center;
    height: 730px
}
.motoca-title {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    display: block;
    margin-top: 20px
}
.box-horario-motoca {
    font-size: 14px;
    font-weight: 100;
    margin-top: 5px;
    background: #306;
    color: #fff;
    padding: 15px
}
.box-valores-motoca {
    border: 5px solid #40027D;
    width: 100px;
    height: 100px;
    background-color: #306;
    color: #fff;
    float: left;
    margin-right: 14px;
    margin-top: 14px
}
.box-valores-motoca span {
    color: #FF0;
    margin-top: 25px;
    display: block;
    text-align: center
}
.valor-motoca {
    margin-top: 0!important;
    font-weight: 700;
    font-size: 14px;
    color: #fff!important
}
.caixa-motoca {
    margin-top: -30px
}
.dentro-fone-mobile {
    width: 100%;
    text-align: center
}
.mobi-fix {
    z-index: 20;
    bottom: 0px;
    position: fixed;
    right: 0;
    height: 50px;
    background: #222422;
    width: 100%;
    -webkit-box-shadow: 1px -9px 48px -19px rgba(0, 0, 0, 0.55);
    -moz-box-shadow: 1px -9px 48px -19px rgba(0, 0, 0, 0.55);
    box-shadow: 1px -9px 48px -19px rgba(0, 0, 0, 0.55);
}
.banners-extra-categoria {
    display: flex;
    justify-content: space-between;
    margin: -20px 0 10px;
}
.sale-hot {
    display: none;
}
.item:hover .sale-hot {
    display: block;
    width: 250px;
    background: #fff;
    margin-top: 40px;
    z-index: 999;
    position: relative;
    height: auto;
    float: left;
    /* border: 2px solid #c11a26; */
    
    padding: 5px;
    -webkit-box-shadow: -1px 14px 58px -28px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -1px 14px 58px -28px rgba(0, 0, 0, 0.75);
    box-shadow: -1px 14px 58px -28px rgba(0, 0, 0, 0.75);
}
#yv-reviews .yv-bootstrap {
    background: #fff!important;
    border: 1px solid #fafafa!important;
}
.yv-wrap-review h3 {
    font: 600 20px Montserrat, sans-serif;
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #0a0a0a;
    text-transform: uppercase;
    margin: 10px 0 20px 0;
}
.yv-bootstrap a {
    color: #0a0a0a!important;
    text-decoration: none!important;
    text-transform: uppercase!important;
}
.yv-bootstrap {
    /* font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; */
    /* font-size: 14px; */
    /* line-height: 1.42857143; */
    /* color: #333; */
    /* background-color: #fff; */
    
    margin-top: -15px!important;
    margin-bottom: 10px!important;
}
.voltar-ao-topo {
    position: fixed;
    bottom: 20em;
    right: 2em;
    text-decoration: none;
    color: white;
    background-color: #C11A26;
    font-size: 12px;
    padding: 1em;
    display: none;
}
.voltar-ao-topo:hover {
    color: white;
    background-color: #C11A26;
}
.page-product .product-cross-sell {
    display: none;
}
.yv-bootstrap .yv-btn-primary {
    color: #fff;
    background-color: #3C3!important;
    border-color: #3C3!important;
}
.yv-bootstrap .yv-btn-primary:hover {
    color: #fff;
    background-color: #30A630!important;
    border-color: #30A630!important;
}
.yv-paging {
    background-color: #c11a26;
    color: #fff;
    padding: 5px;
    border: 0 none;
    font-size: 19px;
    opacity: 1;
    line-height: 35px;
    border-radius: 3px;
    margin: 2px;
}
.yv-paging.yv-hasresults {
    color: #555!important;
    background: #fff!important;
    text-decoration: none!important;
}
.yv-paging.yv-hasresults:hover {
    color: #555!important;
    background: #fafafa!important;
}
.yv-footer-paging {
    margin: 20px;
}
.fa-check {
    vertical-align: middle;
    background: #3C3;
    color: #fff;
    padding: 2px;
}
.dataNoticia {
    background: #c11a26;
    /* float: left; */
    
    margin-bottom: 20px;
    padding: 15px;
    color: #fff;
}
.banner-especial-regua {
    margin-top: 130px;
    text-align: center;
}
.banner-especial-mobile {} @media (min-width: 768px) {
    .icones-mobile {
        display: none;
    }
    .banner-especial-mobile {
        display: none;
    }
}
/* MOBILE - FAST */

@media (max-width: 767px) {
    .banner-especial-regua {
        display: none;
    }
    .banner-especial-mobile {
        display: block;
    }
    .banners-extra-categoria {
        display: inline-block;
        text-align: center;
        margin: 0px 5px;
        padding: 0;
    }
    .box-cards {
        display: none;
    }
    .botao-commerce {
        font: 700 18px'Montserrat', sans-serif;
    }
    .page-product .product-tabs .prodBox {
        padding: 10px;
    }
    .additional-message {
        text-align: center;
        font-size: 10px;
        margin-top: -650px;
        font-weight: 700 !important;
        width: 150px;
        padding: 5px;
        float: right;
        margin-right: 15px;
    }
    .box-precos {
        width: 97%;
        display: block;
        margin-left: 5px;
        margin-top: -15px;
    }
    .box-news-home {
        width: 100%;
        font: 200 18px'Montserrat', sans-serif;
        margin-top: 10px;
        text-align: center;
        height: auto;
        padding-bottom: 15px;
    }
    .news-botao-home {
        margin-top: 15px;
        margin-bottom: 10px;
    }
    .play,
    .xbox,
    .switch {
        border-radius: 2px;
        margin-top: 10px;
    }
    .instagram-owl {
        display: none;
    }
    .email-news-home {
        width: 95%;
    }
    .texto-descri1,
    .texto-descri2,
    .bonus_produto {
        margin: 5px 0;
        width: 100%;
        padding: 10px;
        float: none;
        display: block;
    }
    .box-produto-descri {
        width: 100%;
        padding-right: 0px;
        padding: 10px;
    }
    .main-menu {
        /* display: none; */
    }
    .instutional-site {
        float: none;
        /* margin-right: 10px; */
        
        position: relative;
    }
    .categorias-site {
        float: none;
        margin-left: 0;
    }
    .atendimento-roda {
        float: none;
        margin-left: 0;
    }
    .links-list-fast-pagamento {
        width: 100%;
    }
    .pag-roda {
        float: none;
        margin-left: 0;
        width: 100%;
        margin-top: 20px;
    }
    .ebit-selo {
        float: none;
        margin-top: 50px;
        margin-right: 250px;
    }
    .google-selo {
        float: none;
        margin-top: -95px;
        margin-right: 10px;
    }
    .owl-theme .owl-nav {
        margin-top: -360px!important;
    }
    .page-product .product-details {
        display: block;
    }
    .product-details span,
    .product-details strong {
        display: block;
    }
    .dados-campo,
    infoDisponibilidade {
        margin-top: 10px!important;
    }
    .atendimento {
        display: none;
    }
    .icones-mobile {
        z-index: 20;
        bottom: 20px;
        position: fixed;
        float: right;
        right: 10px;
    }
    .whatsapp-mobile,
    .telefone-mobile,
    .email-mobile {
        margin-top: 5px;
    }
    .whatsapp-mobile {} .telefone-mobile {} .email-mobile {} .featherlight .featherlight-content {
        width: 95%!important;
    }
    .telefones-sub-mobile {
        color: #333!important;
        font-size: 12px;
        display: block;
        line-height: 25px;
    }
    .telefones-ate-mobile {
        font-size: 14px;
        color: #333;
        font-weight: bold;
        padding: 5px;
        margin-top: 20px;
        position: relative;
        float: none;
    }
    .sidebar .main-menu {
        display: none;
    }
    .depoimentos {
        width: 100%;
        text-align: center;
    }
    .depoimentos h2 {
        text-align: center;
    }
    .your-selo {
        margin-right: 30px;
    }
    .banner {
        margin-top: 0;
        margin-bottom: -25px;
    }
    .motoca-container {
        width: 100%;
    }
    .dentro {
        width: 100%;
    }
    .title-atendimento {
        float: none;
        margin-right: 0;
        display: block;
    }
    .horario-atendimento {
        float: none;
        margin-top: 0px;
    }
    .page-catalog .catalog-content,
    .page-search .catalog-content {
        margin-left: 0;
        margin-right: 0;
    }
    .voltar-ao-topo {
        display: none!important;
    }
}