@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');

li{
    list-style: none;
}
.aviseme-btn-product span {
    font-size: 17px;
}
.menu-mobile, .close-mobile{
    display: none;
}

.ui-visual-focus {
    box-shadow: 0 0 0 0 transparent;
}
body{
    overflow-x: hidden;
}
/* header */
header{
    background-color: white;
}
.fb_iframe_widget {
    display: inline-block;
    position: relative;
    margin-left: 120px;
}

/* faixa-preta */
.faixa-preta {
    background-color: #001b46;
    color: #fefefe;
    font-family: "Lato", sans-serif;
    font-size: 12px;
    padding: 4px;
    font-weight: 100;
}
.descricao.desc {
    height: auto;
}
.faixa-preta .links-top a {
    color: #2075f8;
    font-size: 12px;
    border-bottom: 2px solid #063981;
}
.faixa-preta .redes-top a {
    color: white;
    margin-left: 30px;
}
.faixa-preta .redes-top {
    padding-left: 10px;
}
.faixa-preta .redes-top a i {
    color: #2075f8;
    margin-right: 4px;
}
.phones-topo .phone{
    display: inline-block;
    padding-right: 15px;
}
.nav-topo ul{
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
}

/* faixa bege */
.faixa-bege {
    background-color: #002259;
    padding: 10px 20px 0px 20px;
}
.logo img {
    width: 100%;
    padding-bottom: 26px;
}
.busca {
    padding: 0;
}
.busca form {
    display: flex;
    width: 84.7%;
    background: #001b46;
    border-radius: 3px;
    border: 1px solid #001b46;
    height: 40px;
    float: right;
    margin-top: 18px;
}
.busca input[type='text'] {
    width: 87%;
    height: 100%;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    padding-left: 10px;
    border: 0;
    background: transparent;
    color: #51627f;
}
.busca input[type='text']::placeholder {
    color: #51627f;
}
.busca button {
    width: 13%;
    padding: 0;
    height: 100%;
    margin: 0;
    border: 0px;
    border-radius: 0;
    background: transparent;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    color: #51627f;
}
.nav-produtos ul {
    display: flex;
    justify-content: space-around;
    font-size: 13px;
    font-family: "Lato", sans-serif;
    padding: 0;
    margin-bottom: 0;
}
.nav-produtos .submenu li {
    padding-left: 20px;
    text-align: left;
    font-size: 16px;
    line-height: 2.5;
    text-transform: uppercase;
    position: relative;
    z-index: 99999;
    border-top: 1px solid #ebebeb;
}
.nav-produtos .submenu li:first-child{
  border-top: 0;
}
.nav-produtos .submenu li:hover {
    background: #f3f3f3;
}
.condicoes img {
    margin-bottom: 25px;
}
body {
    background-color: #f7f7f7;
}
.nav-produtos .submenu {
    position: absolute;
    width: auto;
    background-color: white;
    z-index: 99999;
    display: none;
    opacity: 0;
    transition: 0.8s;
    border: 1px solid #ebebeb;
    min-width: 185px;
}
.submenu li a {
    font-size: 13px;
    margin-bottom: 0;
    padding: 0;
    color: #6d6d6d;
    width: 100%;
}
.sub.dropdown-li i {
    color: #7a7a7a;
    font-weight: 700;
    /*padding-right: 60%;*/
    line-height: 2.5;
}
.redes{
    margin-top: 20px;
}
.desc_short {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    line-height: 17px;
    min-height: 102px;
}
.nav-produtos a {
    text-decoration: none;
    font-size: 16px;
    color: #002259;
    text-transform: uppercase;
    padding: 10px 0 5px 0;
    height: 40px;
    display: inline-block;
    position: relative;
    font-weight: bold;
    letter-spacing: 2px;
}
.nav-produtos .submenu.sub:before {
    display: none;
}
.nav-produtos .submenu:before {
    content: "";
    width: 15px;
    height: 15px;
    color: white;
    display: block;
    position: absolute;
    left: 15%;
    top: -8px;
    transform: rotate(225deg);
    z-index: 99999;
    border-right: 2px solid #ebebeb;
    border-bottom: 2px solid #ebebeb;
    background: white;
}
.nav-produtos .sub.submenu {
    left: 100%;
    top: -2px;
}
.nav-produtos li i {
    transition: 1s;
    color: #c42b32;
    margin-left: 10px;
}
.nav-produtos a:hover{
    opacity: 0.7;
}
.nav-produtos li:hover .submenu{
    opacity: 1;
}
.nav-produtos li:hover i{
    transform: rotate(180deg);
}
.nav-produtos li:hover > .submenu{
    display: block;
    opacity: 1;
}
.login {
    font-family: "Lato", sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
    padding-right: 0;
    padding-left: 40px;
}
.login span {
    margin-left: 20px;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    vertical-align: inherit;
    line-height: 2;
}
.login a{
    text-decoration: none;
    color: white;
}
.login .bullet {
    color: inherit;
    background: #ff8400;
    border-radius: 30px;
    width: 21px;
    height: 21px;
    text-align: center;
    color: white;
    font-size: 10px;
    line-height: 2;
    z-index: 1;
    left: 158px;
    bottom: 6px;
    display: inline-block;
}
.login {
    font-family: "Lato", sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
    padding-right: 30px;
    margin-top: 22px;
    text-align: right;
}
.login img {
    margin-right: 5px;
}
.login i{
    color: #2075f8;
    font-size: 30px;
    position: relative;
    right: 12px;
}

/* condicoes */
.condicoes{
    padding: 20px 0px;
    text-align: center;
}

/* banner */
.branco{
    background-color: white;
}
.cinza{
    margin-top: 20px;
}
.banners{
    margin-bottom: 20px;
}
.banners .owl-carousel .item {
    height: auto;
    padding: 0;
}
.banners #owl-demo .item img{
    display: block;
    width: 100%;
    height: auto;
}
.banners .item{
    position: relative;
    top: 20px;
}
.banners .owl-dots{
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translateX(-50%);
}
.banners .owl-nav{
    position: absolute;
    top: 42%;
    width: 100%;
}
.owl-nav i {
    position: absolute;
    color: #bf0411;
    font-size: 25px;
    top: 2px;
    cursor: pointer;
}
.banners .owl-theme .owl-nav div{
    background: transparent;
    font-size: 50px;
    color: white;
    opacity: 1;
    position: absolute;
}
.categoria h2 {
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    padding-bottom: 15px;
    border-bottom: 1px solid #c9c9c9;
    position: relative;
    color: #002259;
    letter-spacing: 1px;
}
.banners .owl-theme .owl-nav div:hover {
    background-color: transparent;
}
.banners .owl-prev{
    left: 0;
}
.banners .owl-next{
    right: 0;
}
.banners .owl-theme .owl-dots .owl-dot span{
    background: white;
    opacity: 1;
    border: 2px solid transparent;
}
.banners .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background: transparent;
    border: 2px solid white;
}
.banner-pequeno{
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner-pequeno img{
    max-width: 100%;
    position: relative;
}
.texto-banner{
    position: absolute;
    bottom: 0;
    width: 555px;
    background: rgba(0, 0, 0, 0.48);
    height: 59px;
    color: white;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.texto-banner span{
    padding-right: 20px;
}
.titulo-banner{
    font-size: 38px;
}
.comprar{
    font-size: 12px;
    border-radius: 5px;
}

/* produtos */
#produtos .item{
  margin: 3px;
}
#produtos .item img{
  display: block;
  width: 85%;
  height: auto;
}
.item:hover .comprar {
    background-color: #535352;
}
.item:hover h5 {
    text-decoration: underline;
}
.categoria{
    margin-top: 8px;
}
.categoria h2{
    text-align: center;
}
.categoria .owl-dots{
    display: none;
}
.categoria .owl-nav{
    position: absolute;
    top: -15%;
    width: 100%;
}
.categoria .owl-theme .owl-nav div{
    background: transparent;
    font-size: 40px;
    color: #cacaca;
    opacity: 1;
    position: absolute;
}
.categoria .owl-theme .owl-nav div:hover {
    background-color: transparent;
    color: black;
}
.categoria .owl-prev{
    left: 0;
}
.categoria .owl-next{
    right: 0;
}
.descricao {
    height: 120px;
    text-align: center;
    font-family: "Lato", sans-serif;
}
.descricao span{
    display: block;
}
.descricao .comprar {
    display: block;
    width: 203px;
    color: white;
    background-color: black;
    margin: 0 auto;
    padding: 6px;
    font-size: 16px;
    margin-top: 7px;
}
.categoria h5{
    font-size: 16px;
    color: black;
}
.categoria .preco{
    font-size: 15px;
    color: black;
}
.categoria .parcelas{
    font-size: 12px;
    color: #616161;
}

/* newsletter */
.newsletter {
    margin-top: 10px;
    position: relative;
    background: #002259;
    padding-top: 20px;
    padding-bottom: 20px;
}
.info-newsletter {
    font-size: 18px;
    color: white;
    font-weight: 400;
    text-transform: uppercase;
    padding-top: 10px;
    text-align: right;
}
.newsletter .fa-envelope-o {
    color: #228ddd;
    font-size: 18px;
    margin-right: 8px;
}
.newsletter .input-newsletter input {
    width: 100%;
    border-radius: 5px;
    border: none;
    display: block;
    font-size: 16px;
    color: #6d6d6d;
    padding: 6.5px 10px;
    margin-top: 3px;
}
.newsletter .btns-newsletter button:first-child {
    margin-right: 5%;
    margin-left: 5%;
}
.newsletter .btns-newsletter button {
    background: #2075f8;
    border: none;
    border-radius: 5px;
    color: white;
    text-transform: uppercase;
    font-size: 16px;
    padding: 6.5px 15%;
    margin-top: 3px;
}
.newsletter .nopadding{
    padding: 0;
}
.bloco-branco {
    display: block;
    height: 46px;
    width: 100%;
    background-color: white;
}

/* footer */
.nav-footer {
    padding: 25px;
    margin-top: 0;
    padding-top: 15px;
    padding-bottom: 20px;
    background: #001b46;
}
.nav-footer .row{
    display: flex;
}
.menu-footer{
    width: 20%;
    padding: 0px 40px;
}
.nav-footer ul{
    padding: 0;
}
.nav-footer span {
    margin: 0;
    color: #1e70ef;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: bold;
}
.logo-footer li {
    display: inline-block;
    margin: 5px;
    color: #1e70ef;
}
.logo-footer nav{
    position: relative;
    right: 80px;
    top: 7px;
}
.seg {
    background: #002259;
    padding: 12px 0;
}
.seguranca-e-pagamento span {
    font-size: 13px;
    font-weight: bold;
    color: #2075f8;
    text-transform: uppercase;
    display: block;
    float: left;
    margin-top: 7px;
    margin-right: 15px;
    display: inline-block;
}
.footer-list-imgs {
    display: inline-block;
}
.seguranca-e-pagamento {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 30px;
}
.footer-list-imgs.pagamentos {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 230px;
}
.pagamentos .footer-list-imgs--img {
    float: left;
    width: 45px;
    height: 30px;
    border-radius: 3px;
    border: 1px solid #e4e4e4;
    background: white;
    padding: 1px;
    margin-right: 3px;
    text-align: center;
    display: flex;
    align-items: center;
}
.seguranca .footer-list-imgs {
    display: inline-flex;
    justify-content: space-around;
    width: 320px;
}
.seguranca {
    margin-left: 300px;
    display: flex;
    align-items: center;
}
.seguranca .footer-list-imgs--img.bordered {
    min-width: 95px;
}
.footer-list-imgs--img {
    float: left;
    height: 60px;
    border-radius: 3px;
    padding: 1px;
    margin-right: 3px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bordered{
    border: 1px solid #e4e4e4;
    background: white;
}
.msg-blue-footer {
    font-size: 15px;
    color: white;
    text-transform: uppercase;
    display: block;
    text-align: right;
    font-weight: 400;
}
.div-logo-footer {
    background: #001b46;
}
.logo-footer h3 {
    margin: 0;
}
.msg-blue-footer i {
    padding-right: 5px;
    color: #1e70ef;
}
.logo-footer {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 25px 0;
    margin-bottom: 11px;
}
.logo-footer p {
    margin: 0;
}
.nav-footer a {
    font-weight: 100;
    color: white;
    line-height: 22px;
    vertical-align: middle;
    font-size: 14px;
    text-transform: uppercase;
}
.logo-footer li a {
    font-size: 14px;
    color: #1e70ef;
    text-transform: uppercase;
    font-weight: 500;
}
.redes-sociais li {
    display: inline-block;
}
.redes-sociais a {
    font-size: 20px;
    margin-right: 5px;
}
.telefones li{
    font-size: 16px;
}
.pagamento{
    padding: 25px;
}
.pagamento span{
    font-size: 12px;
    font-family: "Lato", sans-serif;
    font-weight: bold;
    border-bottom: 1px solid gray;
    padding-bottom: 5px;
}
.img-pag{
    margin-top: 10px;
}
.img-boleto img{
    width: 50%;
}
.img-seguranca{
    text-align: center;
}
.copy {
    font-family: "Lato", sans-serif;
    width: 90%;
    margin: auto;
    padding-top: 30px;
    padding-bottom: 50px;
    color: #4e6488;
    font-size: 11px;
    text-align: center;
    background: #001b46;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}
.copy p{
    margin: 0;
    padding: 0px 100px;
}
.copy .endereco{
    margin-top: 10px;
}
.plataforma img {
    width: 50px;
}
.plataforma {
    padding-bottom: 25px;
    font-size: 11px;
    background-color: #001b46;
    padding-top: 20px;
    color: white;
}

/* Listagm de produtos */
/* Filtros */
.filtros{
    margin-top: 20px;
}
.filtros span{
    color: #313131;
    font-size: 14px;
    font-weight: bold;
    padding-left: 18px;
}
.filtros ul {
    padding: 0;
    padding-left: 18px;
    padding-top: 10px;
}
.filtros li{
    color: #333333;
    font-size: 13px;
}
.filtros label {
    background: transparent;
    border: 0;
    font-size: 12px;
    font-weight: normal;
    font-family: "Lato", sans-serif;
}
.filtros label:hover{
    background: transparent;
    border: 0;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 0;
    background: transparent;
    font-weight: normal;
    color: black;
}
.filtros .ui-checkboxradio-icon-space{
    padding-left: 10px;
}
.ui-button .ui-icon {
    background-color: black;
    border-radius: 5px;
    box-shadow: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon, .ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon{
    width: 17px;
    height: 17px;
    border: 5px solid black;
    background: white;
    padding: 0;
    border-radius: 50%;
}
.ui-checkboxradio-radio-label .ui-icon-background.ui-icon{
    border-radius: 50%;
}
span.ui-slider-handle.ui-corner-all.ui-state-default {
    background-color: black;
    height: 20px;
    top: -6px;
    border: 0;
}
span.ui-checkboxradio-icon.ui-corner-all.ui-icon.ui-icon-background.ui-icon-blank:hover {
    background-image: inherit;
}
.ui-button .ui-icon {
    background-image: inherit;
}
label.ui-checkboxradio-label.ui-corner-all.ui-button.ui-widget:hover span {
    background-image: inherit;
}
.ui-icon-background, .ui-state-active .ui-icon-background{
    background-image: url(../img/checkmark.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.ui-icon-check {
    background-position: -63px -144px;
}
.ui-slider-range.ui-corner-all.ui-widget-header {
    background: #6f6f6f;
}
div#slider-range {
    background-color: #e1e1e1;
    border: 0;
}s
.preco-div{
    width: 90%;
    margin: 0 auto;
    padding-top: 15px;
}
#amount{
    width: 100%;
    text-align: center;
    border: 0;
    margin-top: 20px;
    color: #313131;
    font-size: 16px;
    font-family: "Lato", sans-serif;
    font-weight: bold;
}
span.bf-cell.bf-c-3 {
    display: none;
}
.bf-layout-id-1 .bf-attr-block .bf-attr-header {
    background-color: black;
    color: white;
    text-transform: uppercase;
    margin: 0px;
    padding: 0px;
    height: 35px;
    line-height: 35px;
    vertical-align: middle;
    color: #fff;
    font-size: 15px;
    background-color: #002259;
    border-radius: 0px;
    padding-left: 15px;
    text-transform: uppercase;
    font-weight: 500;
}
span.bf-arrow {
    margin-top: 10px;
}
.box-heading {
    display: none;
}
.navegacao {
    color: #969696;
    margin-top: 20px;
    padding-left: 30px;
    margin-bottom: 20px;
}
.navegacao a {
    color: #969696;
}
.navegacao a {
    color: #969696;
    font-size: 11px;
    font-family: "Lato", sans-serif;
}
.navegacao a:last-child{
    color: #212121;
}
.titulo-filtros{
    width: 100%;
    padding: 5px;
    background-color: black;
    color: white;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 35px;
}
.titulo-filtros a {
    color: white;
    font-size: 12px;
    text-decoration: underline;
    font-family: "Lato", sans-serif;
}
.filtros .tag{
    padding: 2px 10px;
    text-align: center;
    font-size: 12px;
    color: #252525;
    border: 2px solid #252525;
    border-radius: 6px;
    display: inline-block;
    margin: 4px 0px;
    font-weight: 500;
    font-family: "Lato", sans-serif;
}
.tags {
    margin: 15px;
}
.tags .tag.active {
    background: #252525;
    color: white;
}
/* produtos */
.listagem .categoria {
    width: 64%;
    display: inline-block;
    margin: 0;
    color: #002259;
    border: 0;
    padding: 0;
    font-size: 22px;
    font-weight: 900;
    font-style: italic;
    text-transform: capitalize;
}
.produto img {
    border: 1px solid transparent;
}
.select-ordenar{
    width: 35%;
    display: inline-block;
}
.select-ordenar select {
    background: white;
    width: 195px;
    height: 28px;
    border: 1px solid #e1e1e1;
    font-size: 14px;
    color: #666666;
}
.select-ordenar label {
    font-family: "Lato", sans-serif;
    font-size: 14px;
    color: #666666;
    font-weight: 500;
    padding-right: 5px;
}
.listagem hr {
    margin-top: 10px;
}
.produto {
    min-height: 422px;
}

.filtros .bf-panel-wrapper {
    padding: 00;
}
.produto h5 {
    font-size: 18px;
    color: #313131;
    text-transform: initial;
    display: block;
    height: auto;
    overflow: hidden;
    width: 95%;
    border: none;
    text-align: center;
    letter-spacing: 0;
    margin: 0 auto;
    line-height: 1;
    font-weight: bold;
}
ul#gallery_01 {
    padding: 0;
}
.categoria .produto img{
  border: 1px solid transparent;
}
.categoria .produto:hover img {
    border: 1px solid #2075f8;
    cursor: pointer;
}
.categoria .produto {
    max-width: 245px;
    margin: 0 auto;
}
.produtos .produto:hover img {
    border: 1px solid #2075f8;
    cursor: pointer;
}
.produtos-relacionados .produto:hover img {
    border: 1px solid #2075f8;
    cursor: pointer;
}
.produtos-relacionados .titulo-h3 {
    font-size: 30px;
    letter-spacing: 4px;
    color: #002259;
    font-weight: 900;
    text-align: center;
}
.produtos .produto {
    max-width: 245px;
}
.produtos-relacionados .produto {
    max-width: 245px;
}
.produto:hover h5 {
    text-decoration: none;
    cursor: pointer;
    color: #5d5d5d;
}
.produto .preco{
    font-size: 15px;
    color: black;
}
.produto .parcelas{
    font-size: 12px;
    color: #616161;
}
.pagina {
    padding: 4px 8px;
    background: #002259;
    border-radius: 4px;
    color: white;
    font-weight: normal;
    font-size: 13px;
    margin: 1px;
    font-family: "Lato", sans-serif;
    cursor: pointer;
    transition: 0.5s;
    display: block;
}
.pagina:hover {
    background-color: #002259;
    font-weight: bold;
    cursor: pointer;
}
.pagina.active {
    background-color: #001b46;
    font-weight: bold;
    cursor: pointer;
}

/* detalhe do produto */
.guide button{
    margin-top: 15px;
    border: 0;
    border-radius: 0;
    background: black;
    color: white;
    outline: none;
    box-shadow: none;
}
.nome-produto {
    /* font-size: 25px; */
    font-family: "Lato", sans-serif;
    /* margin-top: 0; */
    /* margin-bottom: 19px; */
    font-size: 22px;
    color: #313131;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 10px;
    font-weight: 700;
    text-align: left;
    line-height: 1.4;
}
.ref {
    font-family: "Lato", sans-serif;
    margin-bottom: 39px;
    text-align: left;
    color: #9f9f9f;
    font-size: 11px;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 10px;
    padding-bottom: 5px;
}
.de {
    font-family: "Lato", sans-serif;
    font-size: 15px;
    display: block;
    color: #919191;
    text-align: left;
    font-weight: 300;
}
.por-price{
    text-align: left;
    font-size: 15px;
    display: block;
    font-weight: 400;
    color: #333333;
}
.por-price span{
    color: #2695e8;
    font-size: 30px;
    font-weight: 600;
}

.descricao .de {
  display: block;
  color: #969696;
  text-decoration: line-through;
  margin-top: 5px;
  margin-bottom: 0;
  text-align: center;
  font-weight: 400;
  width: 100%;
  float: none;
}

.descricao .por {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 6px;
  color: #2075f8;
  text-align: center;
}


.descricao .por-price {
    font-weight: bold;
    font-size: 20px;
    margin-top: 6px;
    margin-bottom: 6px;
    color: #2075f8;
    position: absolute;
    bottom: 0;
    display: block;
    text-align: center;
    width: 100%;
    max-width: 245px;
}
.parcelamento {
    font-family: "Lato", sans-serif;
    margin-bottom: 39px;
    text-align: left;
    font-size: 13px;
    display: block;
    color: #333333;
    font-weight: 400;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 5px;
}
.pricing-product .de{
    font-family: "Lato", sans-serif;
    font-size: 13px;
    display: inline-block;
    color: #333333;
    font-weight: 400;
}
.pricing-product b{
    display: inline-block;
    text-decoration: line-through;
}
.produto figure {
    position: relative;
}
.bullet-special {
    position: absolute;
    bottom: 1px;
    left: 1px;
    right: 1px;
    width: 100%;
    height: 18px;
    text-align: center;
    color: white;
    background: #ed1c24;
    text-transform: uppercase;
    font-size: 11px;
    margin: 0 auto;
    display: block;
    letter-spacing: 3px;
    font-weight: 100;
    line-height: 1.6;
}
.radio {
    margin-top: 0;
    margin-bottom: 0;
    border: 2px solid transparent;
    padding: 1px;
}
.radio.active{
    border-color: black;
}
.radio .select-size{
    padding: 5px 9px;
    background: black;
    color: white;
    font-size: 15px;
    border: 2px solid transparent;
}
.radio.falta .select-size{
    background: white;
    color: #ccc;
    border: 2px solid #ccc;
}
.radio.falta.active{
    border-color: black;
}
.radio.falta.active .select-size{
    border-color: transparent;
}
.radio.falta.active .select-size{
    color: black;
}
.economia{
    font-size: 13px;
    font-family: "Lato", sans-serif;
    color: #919191;
}
.tamanho {
    font-size: 12px;
    font-family: "Lato", sans-serif;
    color: #313131;
    margin-bottom: 33px;
}
.tamanho-titulo{
    margin-right: 20px;
}
.checkbox label, .radio label {
    padding-left: 0px;
}
.t input{
    visibility: hidden;
}
.radio{
    display: inline-block;
}
.product-option {
    font-size: 14px;
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
}
.quantidade {
    font-size: 12px;
    font-family: "Lato", sans-serif;
    color: #313131;
    display: inline-block;
    margin-bottom: 34px;
    border-bottom: 1px solid #e7e7e7;
    width: 100%;
    padding-bottom: 10px;
}
.quantidade span {
    margin-right: 20px;
    display: none;
}
.quantidade p{
    display: none;
}
.produto .product-buy span {
    display: block;
}
.foto img {
    border: 1px solid #B5B5AA;
}
#gallery_01 img {
    width: 80px;
    border: 1px solid #B5B5AA;
}
a.ui-button.ui-widget.ui-spinner-button.ui-spinner-up.ui-corner-tr.ui-button-icon-only{
    position: absolute;
    right: -1px;
    height: 100%;
    width: 29px;
}
.quant-box{
    display: flex;
}
.ui-spinner-up span.ui-button-icon.ui-icon.ui-icon-triangle-1-n {
    height: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 28px;
    border-radius: 0;
    background-image: url(../img/addition-sign.png);
    background-color: white;
    background-position: center;
    border-left: 2px solid;
    background-size: 50%;
    cursor: pointer;
}
a.ui-button.ui-widget.ui-spinner-button.ui-spinner-down.ui-corner-br.ui-button-icon-only{
    position: absolute;
    left: -1px;
    height: 100%;
    width: 29px;
}
.ui-spinner-down span.ui-button-icon.ui-icon.ui-icon-triangle-1-s {
    height: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 28px;
    border-radius: 0;
    background-image: url(../img/subtract-sign.png);
    background-color: white;
    background-position: center;
    border-right: 2px solid;
    background-size: 50%;
    cursor: pointer;
}
.quantidade .ui-widget.ui-widget-content {
    height: 34px;
    width: 100px;
    border: 2px solid;
    border-radius: 0;
    padding: 0;
    margin: 0;
}
input#spinner {
    width: 111px;
    margin: 0;
    padding: 3px 20px;
    text-align: center;
    font-size: 18px;
}
.produto .product-buy {
    color: white;
    background-color: #1bba3d;
    border: 0;
    height: 45px;
    width: 250px;
    font-size: 20px;
    font-family: "Lato", sans-serif;
    transition: 0.5s;
    margin-top: 15px;
}
.quant-box{
    width: 250px;
    display: flex;
}
.quant-form{
    display: flex;
    align-items: center;
}
.qnt-title{
    text-transform: uppercase;
    margin-right: 10px;
}
.quant-box{
    text-align: center;
    display: flex;
    align-items: center;
    margin-bottom: 0px;
}
.quant-box input{
    width: 50px;
    text-align: center;
    height: 40px;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7;
    outline: none;
    box-shadow: none;
}
.btns-add-quant{
    display: flex;
    flex-direction: column;
}
.quant-box button{
    min-width: 30px;
    height: 40px;
    padding: 0;
    height: 40px;
    background: black;
    color: white;
    border: 0;
    border-radius: 0;
    margin: 0;
    outline: none;
    box-shadow: none;
}
.produto .product-buy:hover{
    background-color: #535353;
    color: white;
    cursor: pointer;
}
.mouse-to-zoom {
    color: #9f9f9f;
    font-size: 11.4px;
    text-transform: uppercase;
    display: block;
    margin-top: 5px;
    font-family: "Lato", sans-serif;
}
.cores-img img{
    width: 100px;
    height: 142px;
    border: 2px solid rgba(128, 128, 128, 0.57);
    max-width: 32%;
}
.cores-img img:hover {
    border-color: black;
    cursor: pointer;
}
.cores span{
    font-size: 13px;
    font-family: "Lato", sans-serif;
    color: black;
}
.titulo-h3 {
    font-family: "Lato", sans-serif;
    color: #2695e8;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 15px;
    margin-bottom: 25px;
    text-align: left;
}
.descricao p{
    text-align: left;
    font-size: 14px;
    font-family: "Lato", sans-serif;
}
.produtos-compre-junto {
    position: relative;
}
.produtos-compre-junto .produto {
    min-height: auto;
}
.produtos-compre-junto .operacao {
    position: absolute;
    font-size: 40px;
    top: 32%;
    font-weight: bold;
    font-family: "Lato", sans-serif;
}
.produtos-compre-junto .produto img {
    width: 90%;
    margin: 0 auto;
    display: block;
}
.infos-compre-junto{
    padding: 115px 30px;
}
.infos-compre-junto span {
    display: block;
}
.infos-compre-junto .tres{
    font-size: 13px;
    font-family: "Lato", sans-serif;
    font-style: italic;
    color: black;
}
.infos-compre-junto .preco-total{
    font-family: "Lato", sans-serif;
    font-size: 22px;
    color: black;
}
.infos-compre-junto .parcelas{
    font-family: "Lato", sans-serif;
    font-size: 11px;
    color: black;
}
.infos-compre-junto .comprar{
    color: white;
    background-color: black;
    border: 0;
    height: 40px;
    width: 200px;
    font-size: 16px;
    font-family: "Lato", sans-serif;
    transition: 0.5s;
    margin-top: 10px;
}
.infos-compre-junto .comprar:hover{
    background-color: #535353;
    color: white;
    cursor: pointer;
}
.bx-wrapper {
    margin: 0;
}
.bx-pager.bx-default-pager {
    display: none;
}
.galeria{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-top: 20px;
    height: 600px;
}
.produto-infos{
    height: 600px;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    padding-bottom: 40px;
}
.bx-wrapper .bx-controls-direction .bx-prev {
    top: 0;
    left: 26%;
    transform: rotate(90deg);
    background: transparent;
}
.bx-wrapper .bx-controls-direction .bx-next {
    top: 100%;
    left: 23%;
    transform: rotate(90deg);
    background: transparent;
}
.bx-wrapper:hover .bx-prev{
    background: url(../bxslider/css/images/controls.png) no-repeat 0 -32px;
}
.bx-wrapper:hover .bx-next{
    background: url(../bxslider/css/images/controls.png) no-repeat -43px -32px;
}
.bx-wrapper .bx-viewport {
    box-shadow: inherit;
    border-color: #f7f7f7;
    background: #f7f7f7;
}
#gallery_01 .item {
    opacity: 0.5;
    cursor: pointer;
    max-width: 84px;
}
#gallery_01 img {
    width: 80px;
}
#gallery_01 .item:hover img{
    opacity: 1;
}
.guia img{
    max-width: 100%;
}
#gallery_01 li .active img{
    border: 2px solid #2695e8;
    opacity: 1;
}
.remover {
    height: 20px;
    width: 20px;
    color: white;
    background: black;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    top: 10px;
}
.texto-remover {
    position: absolute;
    color: black;
    font-size: 12px;
    height: 20px;
    width: 100px;
    font-family: "Lato", sans-serif;
    background-color: white;
    padding-left: 15px;
    border-radius: 20px;
    margin-left: -15px;
    box-shadow: 0px 0px 10px -3px grey;
    line-height: 21px;
    opacity: 0;
}
.remover:hover .texto-remover {
    opacity: 1;
}
.texto-remover .remover {
    position: absolute;
    left: 0;
    top: 0;
}

/*  Páginas de conteúdo  */
.page_title_post {
    font-size: 25px;
    color: black;
    font-weight: 400;
    font-family: "Lato", sans-serif;
}
.information-cont p {
    text-align: left;
    font-size: 13px;
    font-family: "Lato", sans-serif;
}
.btn-loja-md-green {
    color: white;
    background-color: #2075f8;
    border: 0;
    height: 32px;
    width: 139px;
    font-size: 14px;
    font-family: "Lato", sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    position: relative;
    margin-top: 15px;
}
.contato li {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    margin-bottom: 20px;
}
.contato li i {
    font-size: 20px;
    padding-right: 10px;
}
h2.page_title_post {
    margin-bottom: 20px;
}
.btn-error {
    width: 250px;
    padding: 6px;
    float: inherit;
}
.btn-error i{
    margin-right: 10px;
}
.filtro-manufacture b {
    font-family: "Lato", sans-serif;
    font-size: 14px;
    color: black;
}
.manufacturer-content a {
    font-family: "Lato", sans-serif;
    font-size: 14px;
    color: black;
}
.manufacturer-content li {
    display: inline-block;
    width: 145px;
    padding: 10px;
}
.link-lista-fabricantes img {
    display: block;
    width: 100%;
}
.link-lista-fabricantes {
    text-align: center;
}
.link-lista-fabricantes p {
    font-family: "Lato", sans-serif;
    font-size: 20px;
}
.manufacturer-content, .manufacturer-heading{
    display: inline-block;
}
.manufacturer-heading{
    font-size: 50px;
}

@media screen and (max-width: 1199px){
    .texto-banner {
        width: 455px;
    }
    .form-news input {
        width: 280px;
    }
    .menu-footer {
        padding: 0px 20px;
    }
    .titulo-filtros {
        font-size: 13px;
    }
    .medida{
        max-width: 100%;
    }
    .seguranca {
        margin-left: 100px;
    }
}
@media screen and (max-width: 992px){
    .texto-banner {
        width: 455px;
    }
    .form-news input {
        width: 285px;
    }
    .menu-footer {
        padding: 0px 20px;
    }
    .texto-banner {
        width: 345px;
    }
    .banner {
        height: auto;
    }
    .form-news input {
        width: 210px;
    }
    .form-news button {
        width: 107px;
    }
    .menu-footer {
        padding: 0px 6px;
    }
    .login span {
        margin-left: 10px;
        display: inline-flex;
        font-size: 14px;
        align-items: center;
        justify-content: center;
    }
    .busca {
        padding-right: 50px;
    }
    .title-news {
        width: 50%;
    }
    .nav-produtos {
        display: none;
    }
    .nav-produtos .submenu li {
        border-top: 0px;
        padding-left: 0;
        height: 25px;
    }
    .nav-produtos .sub.submenu {
        left: 0;
    }
    .nav-produtos .sub.dropdown-li {
        height: auto;
    }
    .logo-footer {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        text-align: center;
    }
    .logo-footer nav {
        left: 0;
        text-align: center;
    }
    .seguranca-e-pagamento {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-left: 0;
    }
    .seguranca .footer-list-imgs--img.bordered {
        min-width: 85px;
    }
    .seguranca {
        margin-left: 0;
        flex-direction: column;
    }
    .logo-footer nav ul {
        padding-left: 0;
    }
    .logo-footer li a {
        font-size: 12px;
    }
    .logo-footer li {
        margin: 0px;
    }
    .nav-produtos .submenu:before{
        display: none;
    }
    .nav-produtos ul{
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        font-size: 20px;
    }
    .nav-produtos a {
        width: auto;
    }
    .listagem .produto{
        text-align: center;
        margin: 0 auto;
    }
    .nav-produtos .submenu {
        position: relative;
        max-width: 200px;
        background-color: transparent;
        font-size: 15px;
        padding-left: 20px;
        border: 0;
    }
    .nav-produtos li a{
        color: black;
        margin-bottom: 0;
    }

    .nav-produtos li:hover {
        background: transparent;
        color: black;
    }
    .nav-produtos li:hover a{
        color: black;
    }
    .nav-produtos li:hover i{
        transform: rotate(0deg);
    }
    .nav-produtos li:hover > .submenu{
        display: none;
        opacity: 0;
    }
    .menu-mobile {
        position: fixed;
        left: 0px;
        z-index: 99999;
        background: white;
        top: 23px;
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 26px;
        border-radius: 3px;
        color: #2075f8;
        box-shadow: 0px 0px 10px 0px #2075f8;
        cursor: pointer;
    }
    .close-mobile{
        display: block;
        position: absolute;
        top: 0;
        right: 4px;
        font-size: 25px;
    }
    .nav-produtos.active{
        left: 0;
    }
    .info-newsletter {
        text-align: center;
    }
    .newsletter .btns-newsletter button:first-child {
        margin-right: auto;
        margin-left: auto;
        /* margin: 0 auto; */
        display: block;
    }
}
@media screen and (max-width: 767px){
    .fb_iframe_widget {
        margin-left: 0px;
    }
    .nav-topo ul{
        padding: 0;
    }
    .busca form {
        float: right;
        height: 25px;
        width: 100%;
        display: flex;
    }
    .logo img {
        width: 70%;
        margin: 0 auto;
        display: block;
        padding-bottom: 0px;
    }
    .condicoes img{
        width: 100%;
        margin: 10px 0px;
        max-width: 200px;
    }
    .banners .owl-dots {
        top: 83%;
    }
    .banners .owl-nav {
        top: 20%;
    }
    .texto-banner {
        width: 85%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .texto-banner span {
        padding-right: 0px;
    }
    .banners #owl-demo .item img {
        width: 140%;
    }
    .busca {
        padding-right: 0px;
    }
    .menu-mobile {
        top: 25px;
    }
    .form-news input {
        margin-bottom: 10px;
    }
    .form-news button {
        margin: 0 auto;
        display: block;
    }
    .title-news {
        width: 85%;
    }
    .form-news {
        top: 5px;
        width: 72%;
    }
    .cadastre-se {
        position: relative;
        top: -20px;
    }
    .nav-footer .row {
        flex-direction: column;
    }
    .menu-footer {
        width: 100%;
        text-align: center;
    }
    .form-news input {
        width: 100%;
    }
    .img-boleto img {
        width: 100px;
    }
    .pagamento{
        text-align: center;
    }
    .copy p {
        padding: 0px 20px;
    }
    .copy {
        margin-bottom: 15px;
    }
    .categoria .owl-nav {
        top: -10%;
    }
    .select-ordenar select {
        width: 100%;
        background-position: 95% center;
    }
    .select-ordenar {
        width: 49%;
    }
    .listagem .categoria {
        width: 40%;
    }
    .galeria {
        height: auto;
        justify-content: flex-start;
    }
}
.modal-open .mm-slideout{
    z-index: initial;
}
@media screen and (max-width: 400px){
    .links-top {
        text-align: center;
    }
    .phones-topo, .nav-topo{
        padding: 0;
    }
    .faixa-bege{
        padding-left: 0;
        padding-right: 0;
    }
    .login{
        padding: 0px 0px;
    }
    .busca {
        padding-top: 10px;
        margin-bottom: 20px;
    }
    .busca form {
        font-size: 12px;
    }
    .texto-banner {
        width: 81%;
    }
    .texto-banner .titulo-banner{
        font-size: 20px;
    }
    .banner {
        height: auto;
    }
    .cadastre-se {
        width: 38%;
    }
    .form-news {
        width: 100%;
    }
    .title-news {
        width: 95%;
        font-size: 15px;
    }
    .produto .product-buy {
        margin-left: 0px;
        width: 100%;
    }
    input#spinner {
        width: 100px;
        padding: 7px 20px;
    }
    .cores{
        margin-top: 20px;
    }
    .categoria .owl-theme .owl-nav {
        margin-top: 0px;
        top: -15%;
    }
}


.banners .owl-stage-outer{
    width: 100%;
}
.descricao {
    height: 130px;
    display: flex;
    overflow: hidden;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
}
.owl-carousel .descricao{
    height: auto;
    padding: 10px;
}
.descricao .por-price{
    position: relative;
}
.produto a{
    text-decoration: none;
}
.zoomContainer{
    z-index: 1000;
}
.produto-infos{
    margin-top: 10px;
}
.page_title_post{
    font-size: 25px; */
    font-family: "Lato", sans-serif;
    font-size: 22px;
    color: #313131;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 10px;
    font-weight: 700;
    text-align: left;
    line-height: 1.4;
}
.information .page_title_post{
    margin-top: 40px;
}
@media(max-width: 991px){
    body{
        padding-top: 65px;
    }
    .header-mob{
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px;
        background-color: #002259;
        color: white;
        border-bottom: 1px solid #010b1d;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999;
    }
    .header-mob .fa{
        font-size: 20px;
    }
    .header-mob .cart{
        display: flex;
        align-items: center;
    }
    .header-mob a{
        color: white;
    }
    .busca{
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .faixa-bege{
        padding: 10px;
    }
    .busca form{
        margin: 0;
        background-color: #01173a;
        border: 0;
    }
    .busca button:hover{
        background-color: transparent;
        color: #51627f;
        outline: none;
        box-shadow: none;
    }
    .busca input[type='text']{
        outline: none;
        box-shadow: none;
    }
    .hello {
        display: flex;
        align-items: center;
        font-size: 14px;
        margin-right: 30px;
    }
    .hello span {
        line-height: 16px;
        margin-left: 6px;
        margin-top: 2px;
    }
    .hello span a {
        color: black;
        text-decoration: none;
    }
    .hello span a:after {
        background: #c6c6c6;
        width: 100%;
    }
    .hello {
      padding: 15px 20px;
      background: #ececec;
      width: 100%;
    }
    .menu-mobile .hello a {
        color: black;
    }
    .condicoes{
        padding: 15px;
    }
    .condicoes img{
        max-width: 100%;
        margin: 0;
    }
    .banners{
        margin-bottom: 15px;
    }
    #mm-blocker{
        z-index: 999;
    }
    .menu-mob{
        display: none;
    }
    .banner{
        padding-top: 15px;
    }
    .banners .item{
        top: 0;
    }
    .banner-pequeno p{
        margin-bottom: 0;
    }
    .banner-pequeno{
        margin-bottom: 15px;
    }
    .produto{
        min-height: 0;
    }
    .owl-nav i{
        top: -13px;
    }
    .owl-prev .fa{
        left: -2px;
    }
    .produto h5{
        margin-top: 6px;
    }
    footer .bloco-branco{
        display: none;
    }
    .info-newsletter{
        padding-top: 0;
    }
    .newsletter .input-newsletter input{
        margin: 10px 0;
    }
    .newsletter{
        padding: 25px 0;
    }
    .nav-footer{
        padding-top: 30px;
    }
    .div-logo-footer{
        padding-bottom: 15px;
    }
    .seguranca{
        margin-top: 25px;
        padding: 0 15px;
    }
    .seguranca .footer-list-imgs--img.bordered{
        min-width: 75px;
    }
    .seguranca .footer-list-imgs--img img{
        max-width: 65px !important;
        width: auto !important;
        height: auto !important;
    }
    .seguranca-e-pagamento span{
        margin-bottom: 10px;
        margin-top: 0;
    }
    .seguranca-e-pagamento p{
        margin-bottom: 0;
    }
    .seg{
        padding: 25px 0;
    }
    .copy{
        margin-bottom: 0;
        padding: 35px 0;
        border-bottom: 1px solid #042456;
    }
    .plataforma{
        text-align: center;
    }
    .galeria{
        display: block;
        margin-top: 0;
    }
    .galeria .bx-wrapper{
        display: none;
    }
    .galeria .foto img{
        width: 100%;
    }
    .galeria .foto{
        width: 100%;
        margin-bottom: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .zoomContainer{
        display: none;
    }
    .gallery-thumbs{
        width: 100%;
    }
    .zoomWrapper{
        width: 100% !important;
        height: auto !important;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 15px;
    }
    .zoomWrapper img{
        position: relative !important;
    }
    .opcoes{
        text-align: center;
    }
    .product-option{
        display: block;
    }
    .quant-form{
        flex-direction: column;
        justify-content: center;
    }
    .quant-box{
        justify-content: center;
        margin-top: 10px;
    }
    .qnt-title{
        margin-right: 0;
    }
    .quant-box input{
        width: 70px;
    }
    .guide button{
        position: relative;
        left: 50%;
    }
    .produto-infos{
        height: auto;
    }
}

.promotags {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    top: 0;
    left: 0;
}
