@font-face {
    font-family: Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-style: normal
}

.owl-carousel,.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0)
}

.owl-carousel .owl-item,.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3,1.3);
    transform: scale(1.3,1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-carousel-0 {
    text-align: center
}

.owl-carousel-0 .owl-dot {
    display: inline-block;
    outline: 0
}

.owl-carousel-0 .owl-dot span {
    background-color: #333;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    width: 12px;
    filter: Alpha(Opacity=500);
    opacity: .5
}

.owl-carousel-0 .owl-dot.active span,.owl-carousel-0 .owl-dot:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1
}

.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav [class*="owl-"] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*="owl-"]:hover {
    background: #869791;
    color: #fff;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom:1;*display: inline
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

.owl-carousel,.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0)
}

.owl-carousel .owl-item,.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3,1.3);
    transform: scale(1.3,1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-carousel-0 {
    text-align: center
}

.owl-carousel-0 .owl-dot {
    display: inline-block;
    outline: 0
}

.owl-carousel-0 .owl-dot span {
    background-color: #333;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    width: 12px;
    filter: Alpha(Opacity=500);
    opacity: .5
}

.owl-carousel-0 .owl-dot.active span,.owl-carousel-0 .owl-dot:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1
}

.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav [class*="owl-"] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*="owl-"]:hover {
    background: #869791;
    color: #fff;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom:1;*display: inline
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

@charset "UTF-8";#fbplus-tmp,pre,textarea {
    overflow: auto
}

:root {
    --sap-primary: #11459f;
    --sap-secondary: #099ffa;
    --sap-green: #28a745
}

hr,img {
    border: 0
}

.slick-slider,html {
    -webkit-tap-highlight-color: transparent
}

body,figure {
    margin: 0
}

.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.pre-scrollable {
    max-height: 340px
}

.img-thumbnail,.table,label {
    max-width: 100%
}

.azul-card {
    color: #a5e5fc
}

body,mark {
    color: #000
}

.cart #opcoes-frete .entrega-pac:before, .cart #opcoes-frete .entrega-propria:before, .cart #opcoes-frete .entrega-sedex:before, .cart #opcoes-frete .frete-gratis:before, .cart #opcoes-frete .jadlog:before, .cart #opcoes-frete .negociar-frete:before, .cart #opcoes-frete .retirar-loja:before, .cart .buttons-bottom .button.comprar span, .cart table.itensCarrinho td.td-qtidade .del-produto a, .produto .btsSocial .ampliarFoto a:after, .produto .btsSocial .indicar a:after, .produto .btsSocial .share-fb a:after, .produto .fotos-videos>ul li:first-child a:before, .produto .fotos-videos>ul li:nth-child(2) a:before, .produto .frete-wrapper .entrega-pac:before, .produto .frete-wrapper .entrega-propria:before, .produto .frete-wrapper .entrega-sedex:before, .produto .frete-wrapper .frete-gratis:before, .produto .frete-wrapper .jadlog:before, .produto .frete-wrapper .negociar-frete:before, .produto .frete-wrapper .retirar-loja:before, .produto .tipos-pagamento .boleto, .produto .tipos-pagamento .diners, .produto .tipos-pagamento .discover, .produto .tipos-pagamento .elo, .produto .tipos-pagamento .mastercard, .produto .tipos-pagamento .mercadopago, .produto .tipos-pagamento .pagseguro, .produto .tipos-pagamento .visa, .rulesbar-wrapper .rulesbar-boleto:after, .rulesbar-wrapper .rulesbar-entrega:after, .rulesbar-wrapper .rulesbar-frete:after, .rulesbar-wrapper .rulesbar-parcela:after, .shelf-inner-wrapper .shelf-inner .shelf-produto .adicionar-carrinho a:before, .slick-next:before, .slick-prev:before, .sprite-general-arrow-slick, .sprite-general-header-balao, .sprite-general-header-carrinho, .sprite-general-header-carrinho-mobile, .sprite-general-header-pedidos, .sprite-general-header-pin, .sprite-general-header-presente, .sprite-general-icon-attention, .sprite-general-icon-boleto, .sprite-general-icon-check, .sprite-general-icon-diners, .sprite-general-icon-discover, .sprite-general-icon-elo, .sprite-general-icon-entrega-propria, .sprite-general-icon-foto, .sprite-general-icon-frete-gratis, .sprite-general-icon-frete-jadlog, .sprite-general-icon-frete-loja, .sprite-general-icon-indicar, .sprite-general-icon-lixeira, .sprite-general-icon-mastercard, .sprite-general-icon-mercadopago, .sprite-general-icon-pac, .sprite-general-icon-pagseguro, .sprite-general-icon-sedex, .sprite-general-icon-video, .sprite-general-icon-visa, .sprite-general-icon-zoom, .sprite-general-icon_share_facebook, .sprite-general-rulesbar-boleto, .sprite-general-rulesbar-cartao-credito, .sprite-general-rulesbar-entrega, .sprite-general-rulesbar-frete-negociacao, .sprite-general-sprite, footer .footer-b .footer-b-title.footer-pagamentos .boleto, footer .footer-b .footer-b-title.footer-pagamentos .diners, footer .footer-b .footer-b-title.footer-pagamentos .discover, footer .footer-b .footer-b-title.footer-pagamentos .elo, footer .footer-b .footer-b-title.footer-pagamentos .mastercard, footer .footer-b .footer-b-title.footer-pagamentos .mercadopago, footer .footer-b .footer-b-title.footer-pagamentos .pagseguro, footer .footer-b .footer-b-title.footer-pagamentos .visa, header .header-inner .carrinho-header a:before, header .header-inner .links-top ul li:first-child:before, header .header-inner .links-top ul li:nth-child(2):before, header .header-inner .links-top ul li:nth-child(3):before {
    background-image: url(imgs/xsprite-general-s919f4f9890.png.pagespeed.ic.jWMBJ2R4M4.png);
    background-repeat: no-repeat
}

.slick-next:before,.slick-prev:before,.sprite-general-arrow-slick {
    background-position: 0 0
}

.sprite-general-header-balao, header .header-inner .links-top ul li:nth-child(2):before {
    background-position: 0 -22px
}

.sprite-general-header-carrinho-mobile {
    background-position: 0 -43px
}

.shelf-inner-wrapper .shelf-inner .shelf-produto .adicionar-carrinho a:before,.sprite-general-header-carrinho,header .header-inner .carrinho-header a:before {
    background-position: 0 -72px
}

.sprite-general-header-pedidos, header .header-inner .links-top ul li:nth-child(3):before {
    background-position: 0 -101px
}

.sprite-general-header-pin,header .header-inner .links-top ul li:first-child:before {
    background-position: 0 -122px
}

.cart #opcoes-frete .negociar-frete:before,.produto .frete-wrapper .negociar-frete:before,.sprite-general-icon-attention {
    background-position: 0 -164px
}

.produto .tipos-pagamento .boleto,.sprite-general-icon-boleto,footer .footer-b .footer-b-title.footer-pagamentos .boleto {
    background-position: 0 -217px
}

.cart .buttons-bottom .button.comprar span,.sprite-general-icon-check {
    background-position: 0 -247px
}

.produto .tipos-pagamento .diners,.sprite-general-icon-diners,footer .footer-b .footer-b-title.footer-pagamentos .diners {
    background-position: 0 -277px
}

.produto .tipos-pagamento .discover,.sprite-general-icon-discover,footer .footer-b .footer-b-title.footer-pagamentos .discover {
    background-position: 0 -307px
}

.produto .tipos-pagamento .elo,.sprite-general-icon-elo,footer .footer-b .footer-b-title.footer-pagamentos .elo {
    background-position: 0 -337px
}

.cart #opcoes-frete .entrega-propria:before,.produto .frete-wrapper .entrega-propria:before,.sprite-general-icon-entrega-propria {
    background-position: 0 -367px
}

.produto .fotos-videos>ul li:first-child a:before,.sprite-general-icon-foto {
    background-position: 0 -420px
}

.cart #opcoes-frete .frete-gratis:before,.produto .frete-wrapper .frete-gratis:before,.sprite-general-icon-frete-gratis {
    background-position: 0 -442px
}

.cart #opcoes-frete .jadlog:before,.produto .frete-wrapper .jadlog:before,.sprite-general-icon-frete-jadlog {
    background-position: 0 -495px
}

.cart #opcoes-frete .retirar-loja:before,.produto .frete-wrapper .retirar-loja:before,.sprite-general-icon-frete-loja {
    background-position: 0 -548px
}

.produto .btsSocial .indicar a:after,.sprite-general-icon-indicar {
    background-position: 0 -601px
}

.cart table.itensCarrinho td.td-qtidade .del-produto a,.sprite-general-icon-lixeira {
    background-position: 0 -625px
}

.produto .tipos-pagamento .mastercard,.sprite-general-icon-mastercard,footer .footer-b .footer-b-title.footer-pagamentos .mastercard {
    background-position: 0 -646px
}

.produto .tipos-pagamento .mercadopago,.sprite-general-icon-mercadopago,footer .footer-b .footer-b-title.footer-pagamentos .mercadopago {
    background-position: 0 -676px
}

.cart #opcoes-frete .entrega-pac:before,.produto .frete-wrapper .entrega-pac:before,.sprite-general-icon-pac {
    background-position: 0 -711px
}

.produto .tipos-pagamento .pagseguro,.sprite-general-icon-pagseguro,footer .footer-b .footer-b-title.footer-pagamentos .pagseguro {
    background-position: 0 -764px
}

.cart #opcoes-frete .entrega-sedex:before,.produto .frete-wrapper .entrega-sedex:before,.sprite-general-icon-sedex {
    background-position: 0 -799px
}

.produto .fotos-videos>ul li:nth-child(2) a:before, .sprite-general-icon-video {
    background-position: 0 -852px
}

.produto .tipos-pagamento .visa,.sprite-general-icon-visa,footer .footer-b .footer-b-title.footer-pagamentos .visa {
    background-position: 0 -871px
}

.produto .btsSocial .ampliarFoto a:after,.sprite-general-icon-zoom {
    background-position: 0 -901px
}

.produto .btsSocial .share-fb a:after,.sprite-general-icon_share_facebook {
    background-position: 0 -922px
}

.rulesbar-wrapper .rulesbar-boleto:after,.sprite-general-rulesbar-boleto {
    background-position: 0 -939px
}

.rulesbar-wrapper .rulesbar-parcela:after,.sprite-general-rulesbar-cartao-credito {
    background-position: 0 -988px
}

.rulesbar-wrapper .rulesbar-entrega:after,.sprite-general-rulesbar-entrega {
    background-position: 0 -1037px
}

.rulesbar-wrapper .rulesbar-frete:after,.sprite-general-rulesbar-frete-negociacao {
    background-position: 0 -1086px
}

.Rtable-wrapper .Rtable-cell:nth-of-type(2):before, .Rtable-wrapper .Rtable-cell:nth-of-type(3):before, .Rtable-wrapper .Rtable-cell:nth-of-type(4):before, .Rtable-wrapper .Rtable-cell:nth-of-type(5):before, .Rtable-wrapper .Rtable-cell:nth-of-type(6):before, .sprite-localizacao-icon-email, .sprite-localizacao-icon-hora, .sprite-localizacao-icon-pointer, .sprite-localizacao-icon-tel, .sprite-localizacao-icon-whats, .sprite-localizacao-icon-whats_OLD, .sprite-localizacao-sprite {
    background-image: url(imgs/xsprite-localizacao-s6d1bd51ee0.png.pagespeed.ic.bxNl6_ISKq.png);
    background-repeat: no-repeat
}

.Rtable-wrapper .Rtable-cell:nth-of-type(2):before, .sprite-localizacao-icon-email {
    background-position: 0 0
}

.Rtable-wrapper .Rtable-cell:nth-of-type(6):before, .sprite-localizacao-icon-hora {
    background-position: 0 -15px
}

.Rtable-wrapper .Rtable-cell:nth-of-type(5):before, .sprite-localizacao-icon-pointer {
    background-position: 0 -30px
}

.Rtable-wrapper .Rtable-cell:nth-of-type(3):before, .sprite-localizacao-icon-tel {
    background-position: 0 -49px
}

.Rtable-wrapper .Rtable-cell:nth-of-type(4):before, .sprite-localizacao-icon-whats {
    background-position: 0 -64px
}

.sprite-localizacao-icon-whats_OLD {
    background-position: 0 -79px
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
    display: block
}

audio,canvas,progress,video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],template {
    display: none
}

a {
    background-color: transparent
}

a:active,a:hover {
    outline: 0
}

b,optgroup,strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    margin: .67em 0
}

mark {
    background: #ff0
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    vertical-align: middle
}

svg:not(:root) {
    overflow: hidden
}

hr {
    box-sizing: content-box;
    height: 0
}

code,kbd,pre,samp {
    font-size: 1em
}

button,input,optgroup,select,textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,select {
    text-transform: none
}

button,html input[type="button"],input[type="reset"],input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input[type="checkbox"],input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,th {
    padding: 0
}

@media print {
    blockquote,img,pre,tr {
        page-break-inside: avoid
    }

    *,:after,:before {
        background: 0 0!important;
        color: #000!important;
        box-shadow: none!important;
        text-shadow: none!important
    }

    a,a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="#"]:after,a[href^="javascript:"]:after {
        content: ""
    }

    blockquote,pre {
        border: 1px solid #999
    }

    thead {
        display: table-header-group
    }

    img {
        max-width: 100%!important
    }

    h2,h3,p {
        orphans: 3;
        widows: 3
    }

    h2,h3 {
        page-break-after: avoid
    }

    .navbar {
        display: none
    }

    .btn>.caret,.dropup>.btn>.caret {
        border-top-color: #000!important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse!important
    }

    .table td,.table th {
        background-color: #fff!important
    }

    .table-bordered td,.table-bordered th {
        border: 1px solid #ddd!important
    }
}

.btn,.btn-danger.active,.btn-danger:active,.btn-default.active,.btn-default:active,.btn-info.active,.btn-info:active,.btn-primary.active,.btn-primary:active,.btn-warning.active,.btn-warning:active,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover,.form-control,.navbar-toggle,.open>.btn-danger.dropdown-toggle,.open>.btn-default.dropdown-toggle,.open>.btn-info.dropdown-toggle,.open>.btn-primary.dropdown-toggle,.open>.btn-warning.dropdown-toggle {
    background-image: none
}

.img-thumbnail,body {
    background-color: #fff
}

*,:after,:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px
}

body {
    font-size: 14px;
    line-height: 1.42857
}

button,input,select,textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}

a:focus,a:hover {
    color: #23527c;
    text-decoration: underline
}

a:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

.sr-only-focusable:active,.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role="button"] {
    cursor: pointer
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small {
    font-weight: 400;
    line-height: 1;
    color: #777
}

.h1,.h2,.h3,h1,h2,h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small {
    font-size: 65%
}

.h4,.h5,.h6,h4,h5,h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small {
    font-size: 75%
}

.h1,h1 {
    font-size: 36px
}

.h2,h2 {
    font-size: 30px
}

.h3,h3 {
    font-size: 24px
}

.h4,h4 {
    font-size: 18px
}

.h5,h5 {
    font-size: 14px
}

.h6,h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

dt,kbd kbd,label {
    font-weight: 700
}

@media (min-width: 768px) {
    .lead {
        font-size:21px
    }
}

.small,small {
    font-size: 85%
}

.mark,mark {
    background-color: #fcf8e3;
    padding: .2em
}

.list-inline,.list-unstyled {
    padding-left: 0;
    list-style: none
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.initialism,.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #337ab7
}

a.text-primary:focus,a.text-primary:hover {
    color: #286090
}

.text-success {
    color: #3c763d
}

a.text-success:focus,a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:focus,a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:focus,a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:focus,a.text-danger:hover {
    color: #843534
}

.bg-primary {
    color: #fff;
    background-color: #337ab7
}

a.bg-primary:focus,a.bg-primary:hover {
    background-color: #286090
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:focus,a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:focus,a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:focus,a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:focus,a.bg-danger:hover {
    background-color: #e4b9b9
}

pre code,table {
    background-color: transparent
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

dl,ol,ul {
    margin-top: 0
}

blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child,ol ol,ol ul,ul ol,ul ul {
    margin-bottom: 0
}

address,dl {
    margin-bottom: 20px
}

ol,ul {
    margin-bottom: 10px
}

.list-inline {
    margin-left: -5px
}

.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

dd,dt {
    line-height: 1.42857
}

dd {
    margin-left: 0
}

.dl-horizontal dd:after,.dl-horizontal dd:before {
    content: " ";
    display: table
}

.dl-horizontal dd:after {
    clear: both
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float:left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }

    .container {
        width: 730px
    }
}

.clearfix:after,.container-fluid:after,.container:after,.dropdown-menu>li>a,.form-horizontal .form-group:after,.modal-footer:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.produto .quantidade .subtotal,.row:after,.slick-track:after {
    clear: both
}

abbr[data-original-title],abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

.initialism {
    font-size: 90%
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

blockquote .small,blockquote footer,blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777
}

legend,pre {
    color: #333
}

blockquote .small:before,blockquote footer:before,blockquote small:before {
    content: "\2014 \00A0"
}

.blockquote-reverse,blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right
}

code,kbd {
    padding: 2px 4px;
    font-size: 90%
}

caption,th {
    text-align: left
}

.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before {
    content: ""
}

.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after {
    content: "\00A0 \2014"
}

address {
    font-style: normal;
    line-height: 1.42857
}

code,kbd,pre,samp {
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace
}

code {
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}

kbd {
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    box-shadow: none
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

.container-fluid:after,.container-fluid:before,.container:after,.container:before,.row:after,.row:before {
    display: table;
    content: " "
}

.container,.container-fluid {
    margin-right: auto;
    margin-left: auto
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    border-radius: 0
}

.container,.container-fluid {
    padding-left: 5px;
    padding-right: 5px
}

.pre-scrollable {
    overflow-y: scroll
}

@media (min-width: 992px) {
    .container {
        width:950px
    }
}

@media (min-width: 1200px) {
    .container {
        width:1200px
    }

    .container-full {
        bottom: 0;
        margin-right: 30px;
        margin-left: 35px
    }
}

.row {
    margin-left: -8px;
    margin-right: -10px
}

.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-13,.col-lg-14,.col-lg-15,.col-lg-16,.col-lg-17,.col-lg-18,.col-lg-19,.col-lg-2,.col-lg-20,.col-lg-21,.col-lg-22,.col-lg-23,.col-lg-24,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-13,.col-md-14,.col-md-15,.col-md-16,.col-md-17,.col-md-18,.col-md-19,.col-md-2,.col-md-20,.col-md-21,.col-md-22,.col-md-23,.col-md-24,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-13,.col-sm-14,.col-sm-15,.col-sm-16,.col-sm-17,.col-sm-18,.col-sm-19,.col-sm-2,.col-sm-20,.col-sm-21,.col-sm-22,.col-sm-23,.col-sm-24,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-13,.col-xs-14,.col-xs-15,.col-xs-16,.col-xs-17,.col-xs-18,.col-xs-19,.col-xs-2,.col-xs-20,.col-xs-21,.col-xs-22,.col-xs-23,.col-xs-24,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px
}

.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-13,.col-xs-14,.col-xs-15,.col-xs-16,.col-xs-17,.col-xs-18,.col-xs-19,.col-xs-2,.col-xs-20,.col-xs-21,.col-xs-22,.col-xs-23,.col-xs-24,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9 {
    float: left
}

.col-xs-1 {
    width: 4.16667%
}

.col-xs-2 {
    width: 8.33333%
}

.col-xs-3 {
    width: 12.5%
}

.col-xs-4 {
    width: 16.66667%
}

.col-xs-5 {
    width: 20.83333%
}

.col-xs-6 {
    width: 25%
}

.col-xs-7 {
    width: 29.16667%
}

.col-xs-8 {
    width: 33.33333%
}

.col-xs-9 {
    width: 37.5%
}

.col-xs-10 {
    width: 41.66667%
}

.col-xs-11 {
    width: 45.83333%
}

.col-xs-12 {
    width: 50%
}

.col-xs-13 {
    width: 54.16667%
}

.col-xs-14 {
    width: 58.33333%
}

.col-xs-15 {
    width: 62.5%
}

.col-xs-16 {
    width: 66.66667%
}

.col-xs-17 {
    width: 70.83333%
}

.col-xs-18 {
    width: 75%
}

.col-xs-19 {
    width: 79.16667%
}

.col-xs-20 {
    width: 83.33333%
}

.col-xs-21 {
    width: 87.5%
}

.col-xs-22 {
    width: 91.66667%
}

.col-xs-23 {
    width: 95.83333%
}

.col-xs-24 {
    width: 100%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-pull-1 {
    right: 4.16667%
}

.col-xs-pull-2 {
    right: 8.33333%
}

.col-xs-pull-3 {
    right: 12.5%
}

.col-xs-pull-4 {
    right: 16.66667%
}

.col-xs-pull-5 {
    right: 20.83333%
}

.col-xs-pull-6 {
    right: 25%
}

.col-xs-pull-7 {
    right: 29.16667%
}

.col-xs-pull-8 {
    right: 33.33333%
}

.col-xs-pull-9 {
    right: 37.5%
}

.col-xs-pull-10 {
    right: 41.66667%
}

.col-xs-pull-11 {
    right: 45.83333%
}

.col-xs-pull-12 {
    right: 50%
}

.col-xs-pull-13 {
    right: 54.16667%
}

.col-xs-pull-14 {
    right: 58.33333%
}

.col-xs-pull-15 {
    right: 62.5%
}

.col-xs-pull-16 {
    right: 66.66667%
}

.col-xs-pull-17 {
    right: 70.83333%
}

.col-xs-pull-18 {
    right: 75%
}

.col-xs-pull-19 {
    right: 79.16667%
}

.col-xs-pull-20 {
    right: 83.33333%
}

.col-xs-pull-21 {
    right: 87.5%
}

.col-xs-pull-22 {
    right: 91.66667%
}

.col-xs-pull-23 {
    right: 95.83333%
}

.col-xs-pull-24 {
    right: 100%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-push-1 {
    left: 4.16667%
}

.col-xs-push-2 {
    left: 8.33333%
}

.col-xs-push-3 {
    left: 12.5%
}

.col-xs-push-4 {
    left: 16.66667%
}

.col-xs-push-5 {
    left: 20.83333%
}

.col-xs-push-6 {
    left: 25%
}

.col-xs-push-7 {
    left: 29.16667%
}

.col-xs-push-8 {
    left: 33.33333%
}

.col-xs-push-9 {
    left: 37.5%
}

.col-xs-push-10 {
    left: 41.66667%
}

.col-xs-push-11 {
    left: 45.83333%
}

.col-xs-push-12 {
    left: 50%
}

.col-xs-push-13 {
    left: 54.16667%
}

.col-xs-push-14 {
    left: 58.33333%
}

.col-xs-push-15 {
    left: 62.5%
}

.col-xs-push-16 {
    left: 66.66667%
}

.col-xs-push-17 {
    left: 70.83333%
}

.col-xs-push-18 {
    left: 75%
}

.col-xs-push-19 {
    left: 79.16667%
}

.col-xs-push-20 {
    left: 83.33333%
}

.col-xs-push-21 {
    left: 87.5%
}

.col-xs-push-22 {
    left: 91.66667%
}

.col-xs-push-23 {
    left: 95.83333%
}

.col-xs-push-24 {
    left: 100%
}

.col-xs-offset-0 {
    margin-left: 0
}

.col-xs-offset-1 {
    margin-left: 4.16667%
}

.col-xs-offset-2 {
    margin-left: 8.33333%
}

.col-xs-offset-3 {
    margin-left: 12.5%
}

.col-xs-offset-4 {
    margin-left: 16.66667%
}

.col-xs-offset-5 {
    margin-left: 20.83333%
}

.col-xs-offset-6 {
    margin-left: 25%
}

.col-xs-offset-7 {
    margin-left: 29.16667%
}

.col-xs-offset-8 {
    margin-left: 33.33333%
}

.col-xs-offset-9 {
    margin-left: 37.5%
}

.col-xs-offset-10 {
    margin-left: 41.66667%
}

.col-xs-offset-11 {
    margin-left: 45.83333%
}

.col-xs-offset-12 {
    margin-left: 50%
}

.col-xs-offset-13 {
    margin-left: 54.16667%
}

.col-xs-offset-14 {
    margin-left: 58.33333%
}

.col-xs-offset-15 {
    margin-left: 62.5%
}

.col-xs-offset-16 {
    margin-left: 66.66667%
}

.col-xs-offset-17 {
    margin-left: 70.83333%
}

.col-xs-offset-18 {
    margin-left: 75%
}

.col-xs-offset-19 {
    margin-left: 79.16667%
}

.col-xs-offset-20 {
    margin-left: 83.33333%
}

.col-xs-offset-21 {
    margin-left: 87.5%
}

.col-xs-offset-22 {
    margin-left: 91.66667%
}

.col-xs-offset-23 {
    margin-left: 95.83333%
}

.col-xs-offset-24 {
    margin-left: 100%
}

@media (min-width: 768px) {
    .col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-13,.col-sm-14,.col-sm-15,.col-sm-16,.col-sm-17,.col-sm-18,.col-sm-19,.col-sm-2,.col-sm-20,.col-sm-21,.col-sm-22,.col-sm-23,.col-sm-24,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9 {
        float:left
    }

    .col-sm-1 {
        width: 4.16667%
    }

    .col-sm-2 {
        width: 8.33333%
    }

    .col-sm-3 {
        width: 12.5%
    }

    .col-sm-4 {
        width: 16.66667%
    }

    .col-sm-5 {
        width: 20.83333%
    }

    .col-sm-6 {
        width: 25%
    }

    .col-sm-7 {
        width: 29.16667%
    }

    .col-sm-8 {
        width: 33.33333%
    }

    .col-sm-9 {
        width: 37.5%
    }

    .col-sm-10 {
        width: 41.66667%
    }

    .col-sm-11 {
        width: 45.83333%
    }

    .col-sm-12 {
        width: 50%
    }

    .col-sm-13 {
        width: 54.16667%
    }

    .col-sm-14 {
        width: 58.33333%
    }

    .col-sm-15 {
        width: 62.5%
    }

    .col-sm-16 {
        width: 66.66667%
    }

    .col-sm-17 {
        width: 70.83333%
    }

    .col-sm-18 {
        width: 75%
    }

    .col-sm-19 {
        width: 79.16667%
    }

    .col-sm-20 {
        width: 83.33333%
    }

    .col-sm-21 {
        width: 87.5%
    }

    .col-sm-22 {
        width: 91.66667%
    }

    .col-sm-23 {
        width: 95.83333%
    }

    .col-sm-24 {
        width: 100%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-pull-1 {
        right: 4.16667%
    }

    .col-sm-pull-2 {
        right: 8.33333%
    }

    .col-sm-pull-3 {
        right: 12.5%
    }

    .col-sm-pull-4 {
        right: 16.66667%
    }

    .col-sm-pull-5 {
        right: 20.83333%
    }

    .col-sm-pull-6 {
        right: 25%
    }

    .col-sm-pull-7 {
        right: 29.16667%
    }

    .col-sm-pull-8 {
        right: 33.33333%
    }

    .col-sm-pull-9 {
        right: 37.5%
    }

    .col-sm-pull-10 {
        right: 41.66667%
    }

    .col-sm-pull-11 {
        right: 45.83333%
    }

    .col-sm-pull-12 {
        right: 50%
    }

    .col-sm-pull-13 {
        right: 54.16667%
    }

    .col-sm-pull-14 {
        right: 58.33333%
    }

    .col-sm-pull-15 {
        right: 62.5%
    }

    .col-sm-pull-16 {
        right: 66.66667%
    }

    .col-sm-pull-17 {
        right: 70.83333%
    }

    .col-sm-pull-18 {
        right: 75%
    }

    .col-sm-pull-19 {
        right: 79.16667%
    }

    .col-sm-pull-20 {
        right: 83.33333%
    }

    .col-sm-pull-21 {
        right: 87.5%
    }

    .col-sm-pull-22 {
        right: 91.66667%
    }

    .col-sm-pull-23 {
        right: 95.83333%
    }

    .col-sm-pull-24 {
        right: 100%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-push-1 {
        left: 4.16667%
    }

    .col-sm-push-2 {
        left: 8.33333%
    }

    .col-sm-push-3 {
        left: 12.5%
    }

    .col-sm-push-4 {
        left: 16.66667%
    }

    .col-sm-push-5 {
        left: 20.83333%
    }

    .col-sm-push-6 {
        left: 25%
    }

    .col-sm-push-7 {
        left: 29.16667%
    }

    .col-sm-push-8 {
        left: 33.33333%
    }

    .col-sm-push-9 {
        left: 37.5%
    }

    .col-sm-push-10 {
        left: 41.66667%
    }

    .col-sm-push-11 {
        left: 45.83333%
    }

    .col-sm-push-12 {
        left: 50%
    }

    .col-sm-push-13 {
        left: 54.16667%
    }

    .col-sm-push-14 {
        left: 58.33333%
    }

    .col-sm-push-15 {
        left: 62.5%
    }

    .col-sm-push-16 {
        left: 66.66667%
    }

    .col-sm-push-17 {
        left: 70.83333%
    }

    .col-sm-push-18 {
        left: 75%
    }

    .col-sm-push-19 {
        left: 79.16667%
    }

    .col-sm-push-20 {
        left: 83.33333%
    }

    .col-sm-push-21 {
        left: 87.5%
    }

    .col-sm-push-22 {
        left: 91.66667%
    }

    .col-sm-push-23 {
        left: 95.83333%
    }

    .col-sm-push-24 {
        left: 100%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }

    .col-sm-offset-1 {
        margin-left: 4.16667%
    }

    .col-sm-offset-2 {
        margin-left: 8.33333%
    }

    .col-sm-offset-3 {
        margin-left: 12.5%
    }

    .col-sm-offset-4 {
        margin-left: 16.66667%
    }

    .col-sm-offset-5 {
        margin-left: 20.83333%
    }

    .col-sm-offset-6 {
        margin-left: 25%
    }

    .col-sm-offset-7 {
        margin-left: 29.16667%
    }

    .col-sm-offset-8 {
        margin-left: 33.33333%
    }

    .col-sm-offset-9 {
        margin-left: 37.5%
    }

    .col-sm-offset-10 {
        margin-left: 41.66667%
    }

    .col-sm-offset-11 {
        margin-left: 45.83333%
    }

    .col-sm-offset-12 {
        margin-left: 50%
    }

    .col-sm-offset-13 {
        margin-left: 54.16667%
    }

    .col-sm-offset-14 {
        margin-left: 58.33333%
    }

    .col-sm-offset-15 {
        margin-left: 62.5%
    }

    .col-sm-offset-16 {
        margin-left: 66.66667%
    }

    .col-sm-offset-17 {
        margin-left: 70.83333%
    }

    .col-sm-offset-18 {
        margin-left: 75%
    }

    .col-sm-offset-19 {
        margin-left: 79.16667%
    }

    .col-sm-offset-20 {
        margin-left: 83.33333%
    }

    .col-sm-offset-21 {
        margin-left: 87.5%
    }

    .col-sm-offset-22 {
        margin-left: 91.66667%
    }

    .col-sm-offset-23 {
        margin-left: 95.83333%
    }

    .col-sm-offset-24 {
        margin-left: 100%
    }
}

@media (min-width: 992px) {
    .col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-13,.col-md-14,.col-md-15,.col-md-16,.col-md-17,.col-md-18,.col-md-19,.col-md-2,.col-md-20,.col-md-21,.col-md-22,.col-md-23,.col-md-24,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9 {
        float:left
    }

    .col-md-1 {
        width: 4.16667%
    }

    .col-md-2 {
        width: 8.33333%
    }

    .col-md-3 {
        width: 12.5%
    }

    .col-md-4 {
        width: 16.66667%
    }

    .col-md-5 {
        width: 20.83333%
    }

    .col-md-6 {
        width: 25%
    }

    .col-md-7 {
        width: 29.16667%
    }

    .col-md-8 {
        width: 33.33333%
    }

    .col-md-9 {
        width: 37.5%
    }

    .col-md-10 {
        width: 41.66667%
    }

    .col-md-11 {
        width: 45.83333%
    }

    .col-md-12 {
        width: 50%
    }

    .col-md-13 {
        width: 54.16667%
    }

    .col-md-14 {
        width: 58.33333%
    }

    .col-md-15 {
        width: 62.5%
    }

    .col-md-16 {
        width: 66.66667%
    }

    .col-md-17 {
        width: 70.83333%
    }

    .col-md-18 {
        width: 75%
    }

    .col-md-19 {
        width: 79.16667%
    }

    .col-md-20 {
        width: 83.33333%
    }

    .col-md-21 {
        width: 87.5%
    }

    .col-md-22 {
        width: 91.66667%
    }

    .col-md-23 {
        width: 95.83333%
    }

    .col-md-24 {
        width: 100%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-pull-1 {
        right: 4.16667%
    }

    .col-md-pull-2 {
        right: 8.33333%
    }

    .col-md-pull-3 {
        right: 12.5%
    }

    .col-md-pull-4 {
        right: 16.66667%
    }

    .col-md-pull-5 {
        right: 20.83333%
    }

    .col-md-pull-6 {
        right: 25%
    }

    .col-md-pull-7 {
        right: 29.16667%
    }

    .col-md-pull-8 {
        right: 33.33333%
    }

    .col-md-pull-9 {
        right: 37.5%
    }

    .col-md-pull-10 {
        right: 41.66667%
    }

    .col-md-pull-11 {
        right: 45.83333%
    }

    .col-md-pull-12 {
        right: 50%
    }

    .col-md-pull-13 {
        right: 54.16667%
    }

    .col-md-pull-14 {
        right: 58.33333%
    }

    .col-md-pull-15 {
        right: 62.5%
    }

    .col-md-pull-16 {
        right: 66.66667%
    }

    .col-md-pull-17 {
        right: 70.83333%
    }

    .col-md-pull-18 {
        right: 75%
    }

    .col-md-pull-19 {
        right: 79.16667%
    }

    .col-md-pull-20 {
        right: 83.33333%
    }

    .col-md-pull-21 {
        right: 87.5%
    }

    .col-md-pull-22 {
        right: 91.66667%
    }

    .col-md-pull-23 {
        right: 95.83333%
    }

    .col-md-pull-24 {
        right: 100%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-push-1 {
        left: 4.16667%
    }

    .col-md-push-2 {
        left: 8.33333%
    }

    .col-md-push-3 {
        left: 12.5%
    }

    .col-md-push-4 {
        left: 16.66667%
    }

    .col-md-push-5 {
        left: 20.83333%
    }

    .col-md-push-6 {
        left: 25%
    }

    .col-md-push-7 {
        left: 29.16667%
    }

    .col-md-push-8 {
        left: 33.33333%
    }

    .col-md-push-9 {
        left: 37.5%
    }

    .col-md-push-10 {
        left: 41.66667%
    }

    .col-md-push-11 {
        left: 45.83333%
    }

    .col-md-push-12 {
        left: 50%
    }

    .col-md-push-13 {
        left: 54.16667%
    }

    .col-md-push-14 {
        left: 58.33333%
    }

    .col-md-push-15 {
        left: 62.5%
    }

    .col-md-push-16 {
        left: 66.66667%
    }

    .col-md-push-17 {
        left: 70.83333%
    }

    .col-md-push-18 {
        left: 75%
    }

    .col-md-push-19 {
        left: 79.16667%
    }

    .col-md-push-20 {
        left: 83.33333%
    }

    .col-md-push-21 {
        left: 87.5%
    }

    .col-md-push-22 {
        left: 91.66667%
    }

    .col-md-push-23 {
        left: 95.83333%
    }

    .col-md-push-24 {
        left: 100%
    }

    .col-md-offset-0 {
        margin-left: 0
    }

    .col-md-offset-1 {
        margin-left: 4.16667%
    }

    .col-md-offset-2 {
        margin-left: 8.33333%
    }

    .col-md-offset-3 {
        margin-left: 12.5%
    }

    .col-md-offset-4 {
        margin-left: 16.66667%
    }

    .col-md-offset-5 {
        margin-left: 20.83333%
    }

    .col-md-offset-6 {
        margin-left: 25%
    }

    .col-md-offset-7 {
        margin-left: 29.16667%
    }

    .col-md-offset-8 {
        margin-left: 33.33333%
    }

    .col-md-offset-9 {
        margin-left: 37.5%
    }

    .col-md-offset-10 {
        margin-left: 41.66667%
    }

    .col-md-offset-11 {
        margin-left: 45.83333%
    }

    .col-md-offset-12 {
        margin-left: 50%
    }

    .col-md-offset-13 {
        margin-left: 54.16667%
    }

    .col-md-offset-14 {
        margin-left: 58.33333%
    }

    .col-md-offset-15 {
        margin-left: 62.5%
    }

    .col-md-offset-16 {
        margin-left: 66.66667%
    }

    .col-md-offset-17 {
        margin-left: 70.83333%
    }

    .col-md-offset-18 {
        margin-left: 75%
    }

    .col-md-offset-19 {
        margin-left: 79.16667%
    }

    .col-md-offset-20 {
        margin-left: 83.33333%
    }

    .col-md-offset-21 {
        margin-left: 87.5%
    }

    .col-md-offset-22 {
        margin-left: 91.66667%
    }

    .col-md-offset-23 {
        margin-left: 95.83333%
    }

    .col-md-offset-24 {
        margin-left: 100%
    }
}

@media (min-width: 1200px) {
    .col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-13,.col-lg-14,.col-lg-15,.col-lg-16,.col-lg-17,.col-lg-18,.col-lg-19,.col-lg-2,.col-lg-20,.col-lg-21,.col-lg-22,.col-lg-23,.col-lg-24,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9 {
        float:left
    }

    .col-lg-1 {
        width: 4.16667%
    }

    .col-lg-2 {
        width: 8.33333%
    }

    .col-lg-3 {
        width: 12.5%
    }

    .col-lg-4 {
        width: 16.66667%
    }

    .col-lg-5 {
        width: 20.83333%
    }

    .col-lg-6 {
        width: 25%
    }

    .col-lg-7 {
        width: 29.16667%
    }

    .col-lg-8 {
        width: 33.33333%
    }

    .col-lg-9 {
        width: 37.5%
    }

    .col-lg-10 {
        width: 41.66667%
    }

    .col-lg-11 {
        width: 45.83333%
    }

    .col-lg-12 {
        width: 50%
    }

    .col-lg-13 {
        width: 54.16667%
    }

    .col-lg-14 {
        width: 58.33333%
    }

    .col-lg-15 {
        width: 62.5%
    }

    .col-lg-16 {
        width: 66.66667%
    }

    .col-lg-17 {
        width: 70.83333%
    }

    .col-lg-18 {
        width: 75%
    }

    .col-lg-19 {
        width: 79.16667%
    }

    .col-lg-20 {
        width: 83.33333%
    }

    .col-lg-21 {
        width: 87.5%
    }

    .col-lg-22 {
        width: 91.66667%
    }

    .col-lg-23 {
        width: 95.83333%
    }

    .col-lg-24 {
        width: 100%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-pull-1 {
        right: 4.16667%
    }

    .col-lg-pull-2 {
        right: 8.33333%
    }

    .col-lg-pull-3 {
        right: 12.5%
    }

    .col-lg-pull-4 {
        right: 16.66667%
    }

    .col-lg-pull-5 {
        right: 20.83333%
    }

    .col-lg-pull-6 {
        right: 25%
    }

    .col-lg-pull-7 {
        right: 29.16667%
    }

    .col-lg-pull-8 {
        right: 33.33333%
    }

    .col-lg-pull-9 {
        right: 37.5%
    }

    .col-lg-pull-10 {
        right: 41.66667%
    }

    .col-lg-pull-11 {
        right: 45.83333%
    }

    .col-lg-pull-12 {
        right: 50%
    }

    .col-lg-pull-13 {
        right: 54.16667%
    }

    .col-lg-pull-14 {
        right: 58.33333%
    }

    .col-lg-pull-15 {
        right: 62.5%
    }

    .col-lg-pull-16 {
        right: 66.66667%
    }

    .col-lg-pull-17 {
        right: 70.83333%
    }

    .col-lg-pull-18 {
        right: 75%
    }

    .col-lg-pull-19 {
        right: 79.16667%
    }

    .col-lg-pull-20 {
        right: 83.33333%
    }

    .col-lg-pull-21 {
        right: 87.5%
    }

    .col-lg-pull-22 {
        right: 91.66667%
    }

    .col-lg-pull-23 {
        right: 95.83333%
    }

    .col-lg-pull-24 {
        right: 100%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-push-1 {
        left: 4.16667%
    }

    .col-lg-push-2 {
        left: 8.33333%
    }

    .col-lg-push-3 {
        left: 12.5%
    }

    .col-lg-push-4 {
        left: 16.66667%
    }

    .col-lg-push-5 {
        left: 20.83333%
    }

    .col-lg-push-6 {
        left: 25%
    }

    .col-lg-push-7 {
        left: 29.16667%
    }

    .col-lg-push-8 {
        left: 33.33333%
    }

    .col-lg-push-9 {
        left: 37.5%
    }

    .col-lg-push-10 {
        left: 41.66667%
    }

    .col-lg-push-11 {
        left: 45.83333%
    }

    .col-lg-push-12 {
        left: 50%
    }

    .col-lg-push-13 {
        left: 54.16667%
    }

    .col-lg-push-14 {
        left: 58.33333%
    }

    .col-lg-push-15 {
        left: 62.5%
    }

    .col-lg-push-16 {
        left: 66.66667%
    }

    .col-lg-push-17 {
        left: 70.83333%
    }

    .col-lg-push-18 {
        left: 75%
    }

    .col-lg-push-19 {
        left: 79.16667%
    }

    .col-lg-push-20 {
        left: 83.33333%
    }

    .col-lg-push-21 {
        left: 87.5%
    }

    .col-lg-push-22 {
        left: 91.66667%
    }

    .col-lg-push-23 {
        left: 95.83333%
    }

    .col-lg-push-24 {
        left: 100%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }

    .col-lg-offset-1 {
        margin-left: 4.16667%
    }

    .col-lg-offset-2 {
        margin-left: 8.33333%
    }

    .col-lg-offset-3 {
        margin-left: 12.5%
    }

    .col-lg-offset-4 {
        margin-left: 16.66667%
    }

    .col-lg-offset-5 {
        margin-left: 20.83333%
    }

    .col-lg-offset-6 {
        margin-left: 25%
    }

    .col-lg-offset-7 {
        margin-left: 29.16667%
    }

    .col-lg-offset-8 {
        margin-left: 33.33333%
    }

    .col-lg-offset-9 {
        margin-left: 37.5%
    }

    .col-lg-offset-10 {
        margin-left: 41.66667%
    }

    .col-lg-offset-11 {
        margin-left: 45.83333%
    }

    .col-lg-offset-12 {
        margin-left: 50%
    }

    .col-lg-offset-13 {
        margin-left: 54.16667%
    }

    .col-lg-offset-14 {
        margin-left: 58.33333%
    }

    .col-lg-offset-15 {
        margin-left: 62.5%
    }

    .col-lg-offset-16 {
        margin-left: 66.66667%
    }

    .col-lg-offset-17 {
        margin-left: 70.83333%
    }

    .col-lg-offset-18 {
        margin-left: 75%
    }

    .col-lg-offset-19 {
        margin-left: 79.16667%
    }

    .col-lg-offset-20 {
        margin-left: 83.33333%
    }

    .col-lg-offset-21 {
        margin-left: 87.5%
    }

    .col-lg-offset-22 {
        margin-left: 91.66667%
    }

    .col-lg-offset-23 {
        margin-left: 95.83333%
    }

    .col-lg-offset-24 {
        margin-left: 100%
    }
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777
}

.table {
    width: 100%;
    margin-bottom: 20px
}

.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.btn,.caret,.checkbox-inline,.radio-inline {
    vertical-align: middle
}

.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th {
    border-top: 0
}

.table>tbody+tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th {
    padding: 5px
}

.table-bordered,.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>td,.table-bordered>thead>tr>th {
    border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover>tbody>tr:hover,.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active {
    background-color: #f5f5f5
}

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column
}

table td[class*="col-"],table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell
}

.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover {
    background-color: #e8e8e8
}

.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success {
    background-color: #dff0d8
}

.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover {
    background-color: #d0e9c6
}

.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info {
    background-color: #d9edf7
}

.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover {
    background-color: #c4e3f3
}

.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning {
    background-color: #fcf8e3
}

.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover {
    background-color: #faf2cc
}

.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger {
    background-color: #f2dede
}

.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover {
    background-color: #ebcccc
}

.table-responsive {
    overflow-x: auto;
    min-height: .01%
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width:100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }

    .table-responsive>.table {
        margin-bottom: 0
    }

    .table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th {
        white-space: nowrap
    }

    .table-responsive>.table-bordered {
        border: 0
    }

    .table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child {
        border-left: 0
    }

    .table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child {
        border-right: 0
    }

    .table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th {
        border-bottom: 0
    }
}

fieldset,legend {
    padding: 0;
    border: 0
}

fieldset {
    margin: 0;
    min-width: 0
}

legend {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    margin-bottom: 5px
}

.checkbox label,.checkbox-inline,.radio label,.radio-inline {
    font-weight: 400;
    padding-left: 20px;
    cursor: pointer;
    margin-bottom: 0
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none
}

input[type="checkbox"],input[type="radio"] {
    margin: 4px 0 0;
    line-height: normal
}

.form-control,output {
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    display: block
}

input[type="file"] {
    display: block
}

input[type="range"] {
    display: block;
    width: 100%
}

select[multiple],select[size] {
    height: auto
}

input[type="checkbox"]:focus,input[type="file"]:focus,input[type="radio"]:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}

output {
    padding-top: 7px
}

.form-control {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s , box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s , box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s , box-shadow ease-in-out .15s
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075) , 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075) , 0 0 8px rgba(102,175,233,.6)
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .form-control-feedback,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.checkbox label,.has-success.checkbox-inline label,.has-success.radio label,.has-success.radio-inline label {
    color: #3c763d
}

.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1
}

.form-control[disabled],fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control,input[type="datetime-local"].form-control,input[type="month"].form-control,input[type="time"].form-control {
        line-height:34px
    }

    .input-group-sm input[type="date"],.input-group-sm input[type="datetime-local"],.input-group-sm input[type="month"],.input-group-sm input[type="time"],input[type="date"].input-sm,input[type="datetime-local"].input-sm,input[type="month"].input-sm,input[type="time"].input-sm {
        line-height: 30px
    }

    .input-group-lg input[type="date"],.input-group-lg input[type="datetime-local"],.input-group-lg input[type="month"],.input-group-lg input[type="time"],input[type="date"].input-lg,input[type="datetime-local"].input-lg,input[type="month"].input-lg,input[type="time"].input-lg {
        line-height: 46px
    }
}

.form-group {
    margin-bottom: 15px
}

.checkbox,.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.checkbox label,.radio label {
    min-height: 20px
}

.checkbox input[type="checkbox"],.checkbox-inline input[type="checkbox"],.radio input[type="radio"],.radio-inline input[type="radio"] {
    position: absolute;
    margin-left: -20px
}

.checkbox+.checkbox,.radio+.radio {
    margin-top: -5px
}

.checkbox-inline,.radio-inline {
    position: relative;
    display: inline-block
}

.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline {
    margin-top: 0;
    margin-left: 10px
}

.btn-block+.btn-block,.help-block {
    margin-top: 5px
}

.checkbox-inline.disabled,.checkbox.disabled label,.radio-inline.disabled,.radio.disabled label,fieldset[disabled] .checkbox label,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio label,fieldset[disabled] .radio-inline,fieldset[disabled] input[type="checkbox"],fieldset[disabled] input[type="radio"],input[type="checkbox"].disabled,input[type="checkbox"][disabled],input[type="radio"].disabled,input[type="radio"][disabled] {
    cursor: not-allowed
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px
}

.form-control-static.input-lg,.form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0
}

.form-group-sm .form-control,.input-sm {
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 12px
}

.input-sm {
    height: 30px;
    line-height: 1.5
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

select[multiple].input-sm,textarea.input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 30px;
    line-height: 1.5
}

.form-group-lg .form-control,.input-lg {
    border-radius: 6px;
    padding: 10px 16px;
    font-size: 18px
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px
}

.form-group-sm select[multiple].form-control,.form-group-sm textarea.form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5
}

.input-lg {
    height: 46px;
    line-height: 1.33333
}

select.input-lg {
    height: 46px;
    line-height: 46px
}

select[multiple].input-lg,textarea.input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 46px;
    line-height: 1.33333
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px
}

.form-group-lg select[multiple].form-control,.form-group-lg textarea.form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.33333
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 42.5px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none
}

.collapsing,.dropdown,.dropup {
    position: relative
}

.form-group-lg .form-control+.form-control-feedback,.input-group-lg+.form-control-feedback,.input-lg+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.form-group-sm .form-control+.form-control-feedback,.input-group-sm+.form-control-feedback,.input-sm+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075) , 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075) , 0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8
}

.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .form-control-feedback,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.checkbox label,.has-warning.checkbox-inline label,.has-warning.radio label,.has-warning.radio-inline label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075) , 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075) , 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}

.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .form-control-feedback,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-inline label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075) , 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075) , 0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede
}

.has-feedback label~.form-control-feedback {
    top: 25px
}

.has-feedback label.sr-only~.form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-bottom: 10px;
    color: #404040
}

@media (min-width: 768px) {
    .form-inline .form-control-static,.form-inline .form-group {
        display:inline-block
    }

    .form-inline .control-label,.form-inline .form-group {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn {
        width: auto
    }

    .form-inline .input-group>.form-control {
        width: 100%
    }

    .form-inline .checkbox,.form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox label,.form-inline .radio label {
        padding-left: 0
    }

    .form-inline .checkbox input[type="checkbox"],.form-inline .radio input[type="radio"] {
        position: relative;
        margin-left: 0
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }

    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px
    }
}

.btn-block,.nav-justified,.nav-tabs.nav-justified,input[type="button"].btn-block,input[type="reset"].btn-block,input[type="submit"].btn-block {
    width: 100%
}

.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

.form-horizontal .checkbox,.form-horizontal .radio {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-left: -5px;
    margin-right: -5px
}

.form-horizontal .form-group:after,.form-horizontal .form-group:before {
    content: " ";
    display: table
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 5px
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top:14.33px;
        font-size: 18px
    }

    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 700;
    text-align: center;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    text-transform: uppercase;
    outline: 0!important;
    padding: 12px 20px;
    font-size: 16px;
    line-height: 1.42857;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}

.btn.focus,.btn:focus,.btn:hover {
    color: #333;
    text-decoration: none
}

.btn.disabled,.btn[disabled],fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: .65;
    -webkit-box-shadow: none;
    box-shadow: none
}

a.btn.disabled,fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-default,.btn-default.active,.btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default.focus,.btn-default:active,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.btn-default:focus,.btn-default:hover,.open>.btn-default.dropdown-toggle,.open>.btn-default.dropdown-toggle.focus,.open>.btn-default.dropdown-toggle:focus,.open>.btn-default.dropdown-toggle:hover {
    color: #000;
    background-color: transparent;
    border-color: #000
}

.btn-default.disabled,.btn-default.disabled.active,.btn-default.disabled.focus,.btn-default.disabled:active,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled],.btn-default[disabled].active,.btn-default[disabled].focus,.btn-default[disabled]:active,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default,fieldset[disabled] .btn-default.active,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:active,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover {
    background-color: transparent;
    border-color: #000
}

.btn-default .badge {
    color: transparent;
    background-color: #000
}

.btn-primary {
    color: #fff;
    background-color: var(--sap-secondary);
    border-color: #2e6da4;
    border-radius: 10px;
    margin-bottom: 10px
}

.btn-primary.focus,.btn-primary:focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40
}

.btn-primary.active,.btn-primary:active,.btn-primary:hover,.open>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.btn-primary.dropdown-toggle.focus,.open>.btn-primary.dropdown-toggle:focus,.open>.btn-primary.dropdown-toggle:hover {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40
}

.btn-primary.disabled,.btn-primary.disabled.active,.btn-primary.disabled.focus,.btn-primary.disabled:active,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled],.btn-primary[disabled].active,.btn-primary[disabled].focus,.btn-primary[disabled]:active,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-primary.active,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:active,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover {
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary .badge {
    color: #337ab7;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #40c578;
    border-color: #40c578
}

.btn-success.focus,.btn-success:focus {
    color: #fff;
    background-color: #31a160;
    border-color: #1f663d
}

.btn-success.active,.btn-success:active,.btn-success:hover,.open>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #31a160;
    border-color: #2f995b
}

.btn-success.active.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover,.open>.btn-success.dropdown-toggle.focus,.open>.btn-success.dropdown-toggle:focus,.open>.btn-success.dropdown-toggle:hover {
    color: #fff;
    background-color: #298650;
    border-color: #1f663d
}

.btn-success.active,.btn-success:active,.open>.btn-success.dropdown-toggle {
    background-image: none
}

.btn-success.disabled,.btn-success.disabled.active,.btn-success.disabled.focus,.btn-success.disabled:active,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled],.btn-success[disabled].active,.btn-success[disabled].focus,.btn-success[disabled]:active,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success,fieldset[disabled] .btn-success.active,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:active,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover {
    background-color: #40c578;
    border-color: #40c578
}

.btn-success .badge {
    color: #40c578;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info.focus,.btn-info:focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85
}

.btn-info.active,.btn-info:active,.btn-info:hover,.open>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info.active.focus,.btn-info.active:focus,.btn-info.active:hover,.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover,.open>.btn-info.dropdown-toggle.focus,.open>.btn-info.dropdown-toggle:focus,.open>.btn-info.dropdown-toggle:hover {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85
}

.btn-info.disabled,.btn-info.disabled.active,.btn-info.disabled.focus,.btn-info.disabled:active,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled],.btn-info[disabled].active,.btn-info[disabled].focus,.btn-info[disabled]:active,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info,fieldset[disabled] .btn-info.active,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:active,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning.focus,.btn-warning:focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d
}

.btn-warning.active,.btn-warning:active,.btn-warning:hover,.open>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning.active.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:active:hover,.open>.btn-warning.dropdown-toggle.focus,.open>.btn-warning.dropdown-toggle:focus,.open>.btn-warning.dropdown-toggle:hover {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d
}

.btn-warning.disabled,.btn-warning.disabled.active,.btn-warning.disabled.focus,.btn-warning.disabled:active,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled],.btn-warning[disabled].active,.btn-warning[disabled].focus,.btn-warning[disabled]:active,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning,fieldset[disabled] .btn-warning.active,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:active,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger.focus,.btn-danger:focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19
}

.btn-danger.active,.btn-danger:active,.btn-danger:hover,.open>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger.active.focus,.btn-danger.active:focus,.btn-danger.active:hover,.btn-danger:active.focus,.btn-danger:active:focus,.btn-danger:active:hover,.open>.btn-danger.dropdown-toggle.focus,.open>.btn-danger.dropdown-toggle:focus,.open>.btn-danger.dropdown-toggle:hover {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19
}

.btn-danger.disabled,.btn-danger.disabled.active,.btn-danger.disabled.focus,.btn-danger.disabled:active,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled],.btn-danger[disabled].active,.btn-danger[disabled].focus,.btn-danger[disabled]:active,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger,fieldset[disabled] .btn-danger.active,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:active,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-link {
    color: #337ab7;
    font-weight: 400;
    border-radius: 0
}

.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover {
    border-color: transparent
}

.btn-link:focus,.btn-link:hover {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover {
    color: #777;
    text-decoration: none
}

.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 0
}

.btn-sm,.btn-xs {
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0
}

.btn-sm {
    padding: 5px 10px
}

.btn-xs {
    padding: 1px 5px
}

.btn-block {
    display: block
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in,.modal .fade {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height , visibility;
    transition-property: height , visibility;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.caret {
    display: inline-block;
    margin-left: 2px
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-clip: padding-box
}

.dropdown-menu-right,.dropdown-menu.pull-right {
    left: auto;
    right: 0
}

.dropdown-header,.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    white-space: nowrap;
    line-height: 1.42857
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu>li>a {
    font-weight: 400;
    color: #333
}

.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5
}

.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #337ab7
}

.dropdown-header,.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover,.nav>li.disabled>a {
    color: #777
}

.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover {
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

.dropdown-header {
    font-size: 12px
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    content: ""
}

.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right:0;
        left: auto
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.nav:after,.nav:before {
    content: " ";
    display: table
}

.nav>li,.nav>li>a {
    display: block;
    position: relative
}

.nav>li>a {
    padding: 15px
}

.nav>li>a:focus,.nav>li>a:hover {
    text-decoration: none;
    background-color: #eee
}

.nav>li.disabled>a:focus,.nav>li.disabled>a:hover {
    color: #777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}

.nav .open>a,.nav .open>a:focus,.nav .open>a:hover {
    background-color: #eee;
    border-color: #337ab7
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav>li>a>img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs>li>a {
    padding: 16px 33px;
    font-size: 13px;
    color: #6d6d6d;
    margin-right: 2px;
    line-height: 1.42857;
    border: 1px solid transparent;
    text-transform: uppercase;
    outline: 0
}

.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover {
    font-weight: 700;
    color: #000;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default
}

.nav-pills>li {
    float: left
}

.nav-justified>li,.nav-stacked>li,.nav-tabs.nav-justified>li {
    float: none
}

.nav-pills>li>a {
    border-radius: 4px
}

.nav-pills>li+li {
    margin-left: 2px
}

.nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #337ab7
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified>li>a,.nav-tabs.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px
}

.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

.nav-tabs-justified,.nav-tabs.nav-justified {
    border-bottom: 0
}

.nav-tabs-justified>li>a,.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover {
    border: 1px solid #ddd
}

@media (min-width: 768px) {
    .nav-justified>li,.nav-tabs.nav-justified>li {
        display:table-cell;
        width: 1%
    }

    .nav-justified>li>a,.nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }

    .nav-tabs-justified>li>a,.nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover {
        border-bottom-color: #fff
    }
}

.tab-content {
    padding: 28px
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before {
    display: table;
    content: " "
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

.navbar:after {
    clear: both
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 5px;
    padding-left: 5px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    -webkit-overflow-scrolling: touch
}

.navbar-collapse.in {
    overflow-y: auto
}

@media (max-device-width: 480px) and (orientation:landscape) {
    .navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse {
        max-height:200px
    }
}

.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header {
    margin-right: -5px;
    margin-left: -5px
}

@media (min-width: 768px) {
    .navbar {
        border-radius:4px
    }

    .navbar-header {
        float: left
    }

    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none
    }

    .navbar-collapse.collapse {
        display: block!important;
        height: auto!important;
        padding-bottom: 0;
        overflow: visible!important
    }

    .navbar-collapse.in {
        overflow-y: visible
    }

    .navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse {
        padding-left: 0;
        padding-right: 0
    }

    .container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header {
        margin-right: 0;
        margin-left: 0
    }

    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

.navbar-fixed-bottom,.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    padding: 15px 5px
}

.navbar-brand:focus,.navbar-brand:hover {
    text-decoration: none
}

.navbar-brand>img {
    display: block
}

@media (min-width: 768px) {
    .navbar-fixed-bottom,.navbar-fixed-top {
        border-radius:0
    }

    .navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand {
        margin-left: -5px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 5px;
    padding: 9px 10px;
    margin-top: 9px;
    margin-bottom: 9px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 4px
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 4px;
    border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}

.navbar-nav {
    margin: 7.5px -5px
}

.navbar-nav>li>a {
    padding-top: 19px;
    padding-bottom: 19px;
    line-height: 20px
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position:static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none
    }

    .navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu>li>a {
        padding: 5px 15px 5px 25px
    }

    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px
    }

    .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover {
        background-image: none
    }
}

@media (min-width: 768px) {
    .navbar-toggle {
        display:none
    }

    .navbar-nav {
        float: left;
        margin: 0
    }

    .navbar-nav>li {
        float: left
    }

    .navbar-nav>li>a {
        padding-top: 19px;
        padding-bottom: 19px
    }
}

.navbar-form {
    padding: 10px 5px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1) , 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1) , 0 1px 0 rgba(255,255,255,.1);
    margin: 8px -5px
}

@media (min-width: 768px) {
    .navbar-form .form-control-static,.navbar-form .form-group {
        display:inline-block
    }

    .navbar-form .control-label,.navbar-form .form-group {
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .navbar-form .input-group .form-control,.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn {
        width: auto
    }

    .navbar-form .input-group>.form-control {
        width: 100%
    }

    .navbar-form .checkbox,.navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .checkbox label,.navbar-form .radio label {
        padding-left: 0
    }

    .navbar-form .checkbox input[type="checkbox"],.navbar-form .radio input[type="radio"] {
        position: relative;
        margin-left: 0
    }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }

    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom:5px
    }

    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    margin-bottom: 0;
    border-radius: 4px 4px 0 0
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}

.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px
}

.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}

@media (min-width: 768px) {
    .navbar-text {
        float:left;
        margin-left: 5px;
        margin-right: 5px
    }

    .navbar-left {
        float: left!important
    }

    .navbar-right {
        float: right!important;
        margin-right: -5px
    }

    .navbar-right~.navbar-right {
        margin-right: 0
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

.navbar-default .navbar-brand {
    color: #777
}

.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover {
    color: #5e5e5e;
    background-color: transparent
}

.navbar-default .navbar-nav>li>a,.navbar-default .navbar-text {
    color: #777
}

.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover {
    color: #333;
    background-color: transparent
}

.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover {
    color: #555;
    background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:focus,.navbar-default .navbar-nav>.disabled>a:hover {
    color: #ccc;
    background-color: transparent
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover {
    background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}

.navbar-default .navbar-collapse,.navbar-default .navbar-form {
    border-color: #e7e7e7
}

.navbar-inverse,.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form {
    border-color: #000
}

.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover {
    background-color: #e7e7e7;
    color: #555
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color:#777
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #333;
        background-color: transparent
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #555;
        background-color: #e7e7e7
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-link {
    color: #777
}

.navbar-default .navbar-link:hover {
    color: #333
}

.navbar-default .btn-link {
    color: #777
}

.navbar-default .btn-link:focus,.navbar-default .btn-link:hover {
    color: #333
}

.navbar-default .btn-link[disabled]:focus,.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:focus,fieldset[disabled] .navbar-default .btn-link:hover {
    color: #ccc
}

.navbar-inverse {
    background-color: #000
}

.navbar-inverse .navbar-brand {
    color: #fff
}

.navbar-inverse .navbar-text {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a {
    color: #fff
}

.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:hover {
    color: #9d9d9d;
    background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover {
    color: #9d9d9d;
    background-color: #000
}

.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:focus,.navbar-inverse .navbar-nav>.disabled>a:hover {
    color: #444;
    background-color: transparent
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:focus,.navbar-inverse .navbar-nav>.open>a:hover {
    background-color: #000;
    color: #9d9d9d
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color:#000
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #000
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #fff
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #9d9d9d;
        background-color: transparent
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #9d9d9d;
        background-color: #000
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #fff
}

.navbar-inverse .navbar-link:hover {
    color: #9d9d9d
}

.navbar-inverse .btn-link {
    color: #fff
}

.navbar-inverse .btn-link:focus,.navbar-inverse .btn-link:hover {
    color: #9d9d9d
}

.navbar-inverse .btn-link[disabled]:focus,.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:focus,fieldset[disabled] .navbar-inverse .btn-link:hover {
    color: #444
}

@media (max-width: 991px) {
    .navbar-fixed-top {
        -webkit-transition:width 2s ease 2s;
        -o-transition: width 2s ease 2s;
        transition: width 2s ease 2s
    }

    .navbar-fixed-top.open,.navbar-fixed-top.open>.container,.navbar-fixed-top.open>.container>.container-fluid {
        height: 100%
    }

    .navbar-fixed-top.open .navbar-collapse {
        height: 100%;
        max-height: none;
        padding-bottom: 60px
    }
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.close,.close:focus,.close:hover {
    opacity: 0!important
}

.modal {
    background-color: rgba(0,0,0,.6);
    bottom: 0;
    left: 0;
    outline: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1050
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0,-25%);
    -ms-transform: translate(0,-25%);
    -o-transform: translate(0,-25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    text-align: center;
    z-index: 10000
}

.modal-content .box-banner img {
    height: auto;
    max-width: 890px;
    width: 100%
}

.close {
    color: #000;
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    position: absolute;
    right: 9px;
    text-shadow: 0 1px 0 #fff;
    top: 0;
    z-index: 999!important
}

.modal-content {
    position: relative;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    background-clip: padding-box;
    outline: 0;
    margin: 0 auto
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.in {
    opacity: .5
}

.modal-header {
    text-align: center;
    padding: 15px;
    min-height: 16.43px;
    text-transform: uppercase
}

#newsletter__form__popup .newsletter__submit {
    background: #111;
    color: #fff;
    font-family: "Trebuchet MS",Arial,sans-serif;
    font-size: 11px;
    font-weight: 700;
    margin: 0 0 0 19px;
    padding: 6px 10px;
    border: none
}

#newsletter__form__popup input {
    background: #fff;
    box-shadow: none;
    font-size: 11px;
    font-weight: 300;
    height: 20px;
    line-height: 2.2;
    margin: 0 0 7px;
    text-indent: 10px;
    width: 205px;
    padding: 0;
    display: block
}

.modal-header .close {
    margin-top: -2px
}

#newsletter__form__popup {
    margin: 245px 0 0 54px
}

.modal-title {
    margin: 0;
    line-height: 1.42857
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right
}

.modal-footer:after,.modal-footer:before {
    content: " ";
    display: table
}

.modal-footer .btn-link,.optin-wrapper-success {
    display: none
}

.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

.modal.fade .modal-dialog {
    transform: translate(0,0)!important;
    transition: transform .3s ease-out 0s
}

@media (min-width: 768px) {
    .modal-dialog {
        left:inherit;
        position: relative;
        margin: 0 auto
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width:900px
    }

    .modal-dialog {
        left: inherit;
        position: relative;
        margin: 0 auto
    }
}

@media (max-width: 992px) {
    .modal-dialog {
        left:inherit;
        position: relative;
        margin: 0 auto
    }
}

.clearfix:after,.clearfix:before {
    content: " ";
    display: table
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right!important
}

.pull-left {
    float: left!important
}

.hide {
    display: none!important
}

.show {
    display: block!important
}

.hidden,.visible-lg,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block {
    display: none!important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

@media (max-width: 767px) {
    .visible-xs {
        display:block!important
    }

    table.visible-xs {
        display: table!important
    }

    tr.visible-xs {
        display: table-row!important
    }

    td.visible-xs,th.visible-xs {
        display: table-cell!important
    }

    .visible-xs-block {
        display: block!important
    }

    .visible-xs-inline {
        display: inline!important
    }

    .visible-xs-inline-block {
        display: inline-block!important
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .visible-sm {
        display:block!important
    }

    table.visible-sm {
        display: table!important
    }

    tr.visible-sm {
        display: table-row!important
    }

    td.visible-sm,th.visible-sm {
        display: table-cell!important
    }

    .visible-sm-block {
        display: block!important
    }

    .visible-sm-inline {
        display: inline!important
    }

    .visible-sm-inline-block {
        display: inline-block!important
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .visible-md {
        display:block!important
    }

    table.visible-md {
        display: table!important
    }

    tr.visible-md {
        display: table-row!important
    }

    td.visible-md,th.visible-md {
        display: table-cell!important
    }

    .visible-md-block {
        display: block!important
    }

    .visible-md-inline {
        display: inline!important
    }

    .visible-md-inline-block {
        display: inline-block!important
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display:block!important
    }

    table.visible-lg {
        display: table!important
    }

    tr.visible-lg {
        display: table-row!important
    }

    td.visible-lg,th.visible-lg {
        display: table-cell!important
    }

    .visible-lg-block {
        display: block!important
    }

    .visible-lg-inline {
        display: inline!important
    }

    .visible-lg-inline-block {
        display: inline-block!important
    }

    .hidden-lg {
        display: none!important
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display:none!important
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .hidden-sm {
        display:none!important
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .hidden-md {
        display:none!important
    }
}

.visible-print {
    display: none!important
}

@media print {
    .visible-print {
        display: block!important
    }

    table.visible-print {
        display: table!important
    }

    tr.visible-print {
        display: table-row!important
    }

    td.visible-print,th.visible-print {
        display: table-cell!important
    }
}

.visible-print-block {
    display: none!important
}

@media print {
    .visible-print-block {
        display: block!important
    }
}

.visible-print-inline {
    display: none!important
}

@media print {
    .visible-print-inline {
        display: inline!important
    }
}

.visible-print-inline-block {
    display: none!important
}

@media print {
    .visible-print-inline-block {
        display: inline-block!important
    }

    .hidden-print {
        display: none!important
    }
}

.slick-list,.slick-slider,.slick-track {
    padding-right: 10px;
    position: relative;
    display: block
}

.slick-slider {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,.slick-slider .slick-track {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.slick-slider ul li>button {
    border-radius: 50%
}

.slick-track {
    top: 0;
    left: 0
}

.slick-track:after,.slick-track:before {
    display: table;
    content: ""
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir="rtl"] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-next,.slick-prev {
    position: absolute;
    display: block;
    height: 60px;
    width: 30px;
    cursor: pointer;
    top: 50%;
    margin-top: -42px;
    padding: 0;
    border: 1px solid #00394c;
    border-radius: 2px;
    outline: 0;
    font-size: 0;
    background-color: #fff;
    z-index: 8
}

.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before {
    opacity: .5
}

.slick-next:hover,.slick-prev:hover {
    background: #e8f2f8
}

.slick-next:focus,.slick-next:hover,.slick-prev:focus,.slick-prev:hover {
    outline: 0
}

.slick-next:before,.slick-prev:before {
    width: 15px;
    height: 17px;
    content: "";
    display: block;
    opacity: 1;
    position: absolute;
    left: 5px;
    top: 20px
}

.slick-prev {
    left: -20px
}

.slick-next {
    right: -20px;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg)
}

@media (max-width: 1249px) and (min-width:1200px) {
    .slick-prev {
        left:0
    }

    .slick-next {
        right: 0
    }
}

.shelf-inner-wrapper .slick-prev {
    left: -38px
}

.shelf-inner-wrapper .slick-next {
    right: -27px
}

.shelf-inner-wrapper .shelf-inner .slick-list .slick-track {
    padding-bottom: 20px;
    padding-top: 10px
}

.shelf-inner-wrapper .shelf-inner .slick-center {
    box-shadow: 1px 1px 2px #00394c , 0 0 20px #00394c , 0 0 5px #00394c;
    margin-bottom: 20px;
    padding-bottom: 35px;
    margin-top: -35px;
    padding-top: 35px
}

.mini-banner-wrapper .slick-next,.mini-banner-wrapper .slick-prev {
    margin-top: -35px
}

.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: initial;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%;
    margin-top: 30px
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 12px;
    width: 12px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    border: 1px solid #000;
    background: #fff;
    display: block;
    height: 12px;
    width: 12px;
    outline: 0;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer
}

.slick-dots li button:focus,.slick-dots li button:hover {
    outline: 0
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 12px;
    line-height: 15px;
    text-align: center
}

.slick-dots li.slick-active button {
    background: #000
}

.slick-dots li.slick-active button:before {
    color: #000
}

@media (max-width: 1199px) {
    .slick-prev {
        left:-25px;
        transform: scale(.8,.8);
        -webkit-transform: scale(.8,.8);
        -moz-transform: scale(.8,.8);
        -o-transform: scale(.8,.8);
        -ms-transform: scale(.8,.8)
    }

    .slick-next {
        right: -25px;
        transform: rotate(180deg) scale(.8);
        -webkit-transform: rotate(180deg) scale(.8);
        -moz-transform: rotate(180deg) scale(.8);
        -ms-transform: rotate(180deg) scale(.8);
        -o-transform: rotate(180deg) scale(.8)
    }
}

@media (max-width: 800px) {
    .slick-prev {
        left:4px;
        transform: scale(.6,.6);
        -webkit-transform: scale(.6,.6);
        -moz-transform: scale(.6,.6);
        -o-transform: scale(.6,.6);
        -ms-transform: scale(.6,.6)
    }

    .slick-next {
        right: 4px;
        transform: rotate(180deg) scale(.6);
        -webkit-transform: rotate(180deg) scale(.6);
        -moz-transform: rotate(180deg) scale(.6);
        -ms-transform: rotate(180deg) scale(.6);
        -o-transform: rotate(180deg) scale(.6)
    }
}

body {
    font-family: "Open Sans",sans-serif
}

header {
    background-color: #f4fbff;
    width: 100%
}

header .header-inner {
    height: 125px
}

header .header-inner .logo {
    margin-bottom: 5px
}

header .header-inner .logo h1 {
    margin: 0;
    padding: 0
}

@media (max-width: 991px) {
    header .header-inner .logo img {
        width:150px;
        height: auto;
        top: 5px;
        position: relative
    }

    header .header-inner .logo {
        width: 150px
    }
}

@media (max-width: 555px) {
    header .header-inner .logo {
        width:150px;
        text-align: center
    }

    header .header-inner .links-top-wrapper {
        display: none
    }
}

@media (max-width: 991px) {
    header .header-inner .links-top-wrapper {
        width:40%;
        float: right;
        margin-right: 40px
    }

    header .header-inner .links-top ul li a {
        font-size: 11px
    }
}

@media (max-width: 686px) {
    header .header-inner .links-top-wrapper {
        width:50%;
        margin-right: 0
    }

    .shelf-inner-wrapper .shelf-inner .slick-list .slick-track {
        padding-bottom: 20px;
        padding-top: 15px
    }
}

header .header-inner .links-top {
    margin-top: 4px
}

header .header-inner .links-top ul {
    padding: 0
}

header .header-inner .links-top ul li:nth-child(2), header .header-inner .links-top ul li:nth-child(3) {
    padding-left: 13px
}

header .header-inner .links-top ul li {
    display: inline;
    text-decoration: none;
    text-transform: uppercase;
    color: #097fb1;
    font-weight: 100;
    position: relative;
    float: left;
    font-size: 12px
}

header .header-inner .links-top p {
    display: inline;
    text-transform: uppercase;
    color: #fda340;
    font-weight: 700;
    position: relative;
    float: left;
    font-size: 18x;
    margin-left: 50px
}

header .header-inner .links-top ul li:not(:last-child) {
    margin-right: 25px
}

header .header-inner .links-top ul li:hover {
    -webkit-filter: brightness(0);
    filter: brightness(0)
}

header .header-inner .links-top ul li a:hover {
    text-decoration: none;
    color: #000
}

header .header-inner .links-top ul li:first-child {
    padding-left: 13px;
    cursor: pointer
}

header .header-inner .links-top ul li:first-child:before {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    left: 0
}

header .header-inner .links-top ul li:nth-child(2):before, header .header-inner .links-top ul li:nth-child(3):before {
    position: absolute;
    width: 16px;
    height: 16px;
    left: -5px;
    content: ""
}

header .header-inner .procura-mobile.scroll-fixed {
    background: var(--sap-primary);
    width: 100%;
    padding: 10px;
    position: fixed;
    z-index: 9994
}

@media (max-width: 991px) {
    header .header-inner .links-top ul li:nth-child(3) {
        clear:left;
        margin-top: 10px
    }

    header .header-inner .links-top ul li:nth-child(4) {
        margin-top: 10px
    }

    header .header-inner .links-top ul li {
        font-size: 11px
    }

    header .header-inner .procura-mobile {
        background: v;
        width: 100%;
        float: left;
        padding: 0 5px 2px 5px
    }

    header .header-inner .procura-mobile.scroll-fixed {
        padding: 0 5px 2px 5px
    }
}

header .header-inner .header-procura input {
    width: 80%;
    height: 55px;
    border-radius: 10px;
    border: 1px solid #000;
    padding: 0 10px;
    font-size: 18px;
    font-weight: 100;
    margin-top: 10px
}

header .header-inner .header-procura button {
    text-transform: uppercase;
    width: 17%;
    height: 55px;
    color: #fff;
    background-color: var(--sap-secondary);
    border: none;
    padding: 4px 0 0;
    border-radius: 10px;
    margin-left: 2%;
    border-bottom: 2px solid var(--sap-secondary);
    margin-top: 10px
}

header .header-inner .header-procura button:hover {
    background-color: #086c97;
    transform: translateY(2px)
}

@media (max-width: 991px) {
    header .header-inner .header-procura button {
        margin-left:initial
    }

    header .header-inner .header-procura input {
        margin-top: 0
    }
}

@media (max-width: 555px) {
    header .header-inner .header-procura input {
        font-size:15px
    }

    header .header-inner .header-procura button {
        font-size: 10px
    }
}

header .header-inner .carrinho-header {
    width: 187px;
    height: 55px;
    background-color: #28a745;
    font-weight: 600;
    font-size: 18px;
    padding-top: 14px;
    /* padding-right:20px; */
    text-align: right;
    border-radius: 10px;
    cursor: pointer;
    border-bottom: 2px solid var(--sap-green);
    margin: 0 auto;
    margin-top: 10px
}

@media (max-width: 991px) {
    header .header-inner .carrinho-header {
        width:auto;
        width: 43px;
        font-size: 0;
        text-align: center;
        /* background:0 0; */
        border-bottom: none
    }

    header .header-inner .carrinho-header span {
        font-size: 12px;
        position: absolute;
        background: var(--sap-green);
        border-radius: 50%;
        padding: 5px;
        top: -25px;
        left: 0
    }

    header .header-inner .carrinho-header a {
        top: 9px
    }
}

header .header-inner .carrinho-header:hover {
    background-color: #00ae7c;
    border-top: 1px transparent;
    transform: translateY(2px)
}

header .header-inner .carrinho-header a {
    color: #fff;
    position: relative
}

@media (max-width: 555px) {
    header .header-inner .carrinho-header a {
        left:initial
    }
}

header .header-inner .carrinho-header a:before {
    position: absolute;
    content: "";
    width: 28px;
    height: 24px;
    left: -48px;
    top: 2px
}

@media (max-width: 991px) {
    header .header-inner .carrinho-header a:before {
        color:#fff;
        left: -15px;
        top: -3px
    }
}

header .header-inner .carrinho-header a:hover {
    text-decoration: none
}

.menu-main {
    height: 90px;
    background-color: #00394c
}

.container.container-mobile.scroll-fixed {
    width: 100%
}

@media (max-width: 991px) {
    .container-mobile {
        padding:0;
        width: 100%
    }

    .container-mobile .header-inner .logo {
        margin-bottom: 10px
    }

    .procura-mobile .busca-wrapper {
        width: 90%
    }

    .procura-mobile .busca-wrapper.scroll-fixed {
        margin-left: 0
    }

    .carrinho-wrapper {
        width: 10%
    }
}

.busca-wrapper.scroll-fixed {
    margin-left: 10%
}

.menu-inner {
    padding: 0
}

.menu-mobile,nav.menu-main .menu-top-main>ul>li.menu-top-mobile {
    display: none
}

@media (max-width: 555px) {
    header .header-inner .carrinho-header a:before {
        left:-14px;
        top: -1px
    }

    nav.menu-main .menu-top-main>ul>li.menu-top-mobile {
        display: block
    }

    nav.menu-main .menu-top-main>ul>li.menu-top-mobile a {
        background-color: #097fb1
    }

    nav.menu-main .menu-top-main>ul>li.menu-top-mobile a:hover {
        color: #00394c
    }
}

nav {
    display: block;
    left: 0
}

nav ul {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0
}

nav.menu-top-main {
    position: relative;
    width: 100%;
    line-height: 1.4;
    font-size: 0;
    background: var(--sap-primary);
    margin-bottom: -3px;
    display: block;
    z-index: 99
}

nav.menu-top-main>ul>li {
    display: inline-block
}

nav.menu-top-main>ul>li>a {
    box-sizing: content-box;
    position: relative;
    color: #fff;
    width: 82px;
    height: 20px;
    font-size: 13px;
    font-weight: bolder;
    padding: 63px 9px 10px;
    text-align: center;
    text-indent: 0;
    border-top: 5px solid transparent;
    float: left;
    z-index: 2
}

nav.menu-top-main>ul>li:not(:last-child) {
    margin-right: 18px
}

nav.menu-top-main>ul>li:hover>a,nav.menu-top-main>ul>li>a .mega-menu:hover {
    color: #097fb1;
    text-decoration: none;
    background: #fff;
    border-color: #097fb1
}

nav.menu-top-main>ul>li>a span.icon {
    margin-top: -38px;
    display: block
}

nav.menu-top-main>ul>li>a span.icon svg {
    width: 36px;
    height: 36px;
    margin: 0;
    padding: 0
}

nav.menu-top-main>ul>li:hover>a span.icon,nav.menu-top-main>ul>li:hover>a span.icon svg,nav.menu-top-main>ul>li:hover>a span.icon svg circle,nav.menu-top-main>ul>li:hover>a span.icon svg path {
    fill: #097fb1
}

nav.menu-top-main>ul>li:last-child {
    background-color: #d74e44;
    margin-left: 4px
}

nav.menu-top-main>ul>li:last-child:hover>a {
    color: #d74e44;
    border-color: #d74e44
}

nav.menu-top-main>ul>li:last-child:hover>a span.icon,nav.menu-top-main>ul>li:last-child:hover>a span.icon svg,nav.menu-top-main>ul>li:last-child:hover>a span.icon svg circle,nav.menu-top-main>ul>li:last-child:hover>a span.icon svg path {
    fill: #d74e44
}

nav.menu-top-main>ul>li.todos-departamentos>a {
    color: #fff;
    background: var(--sap-primary);
    padding: 26px 26px 46px 13px
}

@media (max-width: 1199px) {
    nav.menu-top-main>ul>li.todos-departamentos>a {
        padding:26px 0 42px
    }
}

nav.menu-top-main ul li:hover .mega-menu {
    display: block
}

.mega-menu {
    position: absolute;
    top: 98px;
    right: 0;
    left: 0;
    min-width: 938px;
    text-align: left;
    background: #fff;
    border: 1px solid #ddd;
    margin: 0 auto;
    display: none;
    z-index: 9
}

.mega-menu h3 {
    margin: 0
}

.mega-menu li {
    margin: 0
}

.mega-menu h3 a {
    line-height: 1.2;
    color: #097fb1;
    font-size: 20px;
    font-weight: 700;
    padding: 6px 8px;
    display: inline-block
}

.mega-menu li a {
    line-height: 1.2;
    color: #097fb1;
    font-size: 20px;
    font-weight: 700;
    padding: 6px 8px;
    display: inline-block
}

.mega-menu .label_nivel_1 {
    color: #00ae7c;
    font-size: 14px;
    line-height: 20px;
    display: block;
    padding: 2px 10px;
    font-weight: 600;
    cursor: pointer
}

.mega-menu ul {
    width: 100%;
    padding: 0 50px 20px 20px;
    float: left;
    box-sizing: border-box
}

.mega-menu ul li a {
    line-height: 20px;
    color: #666;
    font-size: 12px;
    display: block;
    padding: 2px 10px
}

.mega-menu a:hover {
    color: #666;
    text-decoration: none;
    background: #e5e5e5
}

.mega-menu .img {
    margin-top: -10px
}

.mega-menu .img ul {
    width: auto;
    height: 389px;
    padding: 0;
    overflow: hidden
}

.mega-menu .img ul li {
    position: absolute;
    top: 0;
    right: 0
}

.mega-menu .container-menu {
    padding-top: 15px
}

.mega-menu .container-menu ul li {
    list-style: none
}

@media (min-width: 992px) {
    nav.menu-top-main>ul>li.todos-departamentos .mega-menu {
        color:#fff;
        background: var(--sap-primary);
        border-color: var(--sap-primary)
    }

    nav.menu-top-main>ul>li.todos-departamentos .mega-menu h3 {
        color: #fff;
        padding: 10px 8px 16px 25px
    }

    nav.menu-top-main>ul>li.todos-departamentos .mega-menu ul {
        padding: 0 20px 20px
    }

    nav.menu-top-main>ul>li.todos-departamentos .mega-menu ul li {
        width: 18.8%;
        padding: 5px;
        float: left
    }

    nav.menu-top-main>ul>li.todos-departamentos .mega-menu ul li a {
        color: #fff;
        font-size: 13px;
        text-align: center;
        border: 0 solid rgba(255,255,255,.5);
        padding: 18px 0
    }

    nav.menu-top-main>ul>li.todos-departamentos .mega-menu ul li a:hover {
        background: #00394b;
        border-color: #00394b
    }

    nav .container.mega-menu {
        padding-bottom: 20px
    }

    nav .mega-menu {
        border: 1px solid var(--sap-primary);
        border-top: none
    }

    nav .mega-menu a:hover {
        background: #00394c;
        color: #fff
    }

    nav .mega-menu ul {
        padding: 0 20px
    }

    nav .mega-menu ul li {
        float: left;
        border: 1px solid #097fb1;
        margin: 5px;
        width: 19.15%;
        height: 60px;
        display: table
    }

    nav .mega-menu ul li a {
        color: #097fb1;
        font-size: 13px;
        text-align: center;
        display: table-cell;
        height: 100%;
        vertical-align: middle
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    nav .mega-menu ul li {
        width:18.9%
    }

    .mega-menu {
        top: 90px
    }
}

@media (max-width: 1215px) {
    nav .menu-top-main>ul>li {
        display:inline-block;
        width: 10%
    }

    nav .menu-top-main>ul>li:first-child a {
        padding: 26px 0 22px
    }

    nav .menu-top-main>ul>li:last-child {
        margin-left: 0
    }

    nav .menu-top-main>ul>li:not(:last-child) {
        margin-right: 0
    }

    nav .menu-top-main>ul>li>a {
        width: 100%;
        padding: 68px 0 0
    }
}

* {
    -webkit-transition: transform .3s ease-out , left .3s ease-out;
    -moz-transition: transform .3s ease-out , left .3s ease-out;
    -ms-transition: transform .3s ease-out , left .3s ease-out;
    -o-transition: transform .3s ease-out , left .3s ease-out;
    transition: transform .3s ease-out , left .3s ease-out
}

@media (max-width: 991px) {
    nav.menu-main {
        left:-1000px;
        background: rgba(0,0,0,.7);
        position: absolute;
        top: 91px;
        width: 100%;
        height: 100%;
        z-index: 9;
        padding-bottom: 90px
    }

    nav.menu-main .menu-top-main {
        width: 280px;
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto
    }

    nav.menu-main .menu-top-main>ul>li {
        display: block
    }

    nav.menu-main .menu-top-main>ul>li.todos-departamentos .container-menu h3,nav.menu-main .menu-top-main>ul>li>a span.icon {
        display: none
    }

    nav.menu-main .menu-top-main>ul>li a {
        width: 260px;
        padding: 15px 0 0 20px;
        border-bottom: 1px solid #fff;
        font-size: 14px;
        text-align: left
    }

    nav.menu-main .menu-top-main>ul>li .container-menu ul a {
        padding: 15px 0 15px 20px
    }

    nav.menu-main .menu-top-main>ul>li.todos-departamentos>a {
        background-color: #00394c
    }

    nav.menu-main .menu-top-main>ul>li.todos-departamentos>a:hover {
        background-color: #fff;
        color: #097fb1
    }

    nav.menu-main .menu-top-main>ul>li.todos-departamentos ul li a {
        color: #097fb1
    }

    nav.menu-main .mega-menu {
        top: 0;
        left: -300px;
        display: block;
        min-width: auto;
        width: auto;
        right: auto;
        max-height: 100%;
        overflow-x: hidden;
        overflow-y: auto
    }

    nav.menu-main .mega-menu ul {
        padding: 0
    }

    nav.menu-main .mega-menu .close-menu-mobile:after {
        content: "< VOLTAR";
        width: 70px;
        height: 30px;
        position: fixed;
        background: #002740;
        color: #fff;
        z-index: 99;
        left: 250px;
        font-size: 11px;
        padding: 7px 0 0 10px;
        border: 1px solid #fff;
        display: block;
        cursor: pointer
    }

    .menu-mobile {
        display: block;
        width: 60px;
        height: 80px;
        margin-left: 10px
    }

    .menu-mobile-inner:before {
        content: "MENU";
        position: absolute;
        top: 55px;
        left: 12px;
        font-size: 12px
    }

    #menu-toggle-wrapper {
        top: 0;
        left: 0;
        width: 70px;
        height: 70px;
        z-index: 11;
        display: block
    }

    #menu-toggle-wrapper #menu-toggle {
        position: absolute;
        top: 50%;
        left: 50%;
        font-size: 30px;
        display: block;
        margin-left: -15px;
        width: 30px;
        height: 3px;
        background: #00394c
    }

    #menu-toggle-wrapper #menu-toggle:after,#menu-toggle-wrapper #menu-toggle:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 3px;
        background: #00394c;
        left: 0;
        -webkit-transform-origin: center center;
        -moz-transform-origin: center center;
        -ms-transform-origin: center center;
        -o-transform-origin: center center;
        transform-origin: center center
    }

    #menu-toggle-wrapper #menu-toggle:before {
        top: -8px
    }

    #menu-toggle-wrapper #menu-toggle:after {
        bottom: -8px
    }

    #menu-toggle-wrapper.active #menu-toggle {
        background: 0 0
    }

    #menu-toggle-wrapper.active #menu-toggle:after {
        -webkit-transform: rotate(-45deg) translate(2px,-8px);
        -moz-transform: rotate(-45deg) translate(3px,-8px);
        -ms-transform: rotate(-45deg) translate(3px,-8px);
        -o-transform: rotate(-45deg) translate(3px,-8px);
        transform: rotate(-45deg) translate(3px,-8px)
    }

    #menu-toggle-wrapper.active #menu-toggle:before {
        -webkit-transform: rotate(45deg) translate(4px,9px);
        -moz-transform: rotate(45deg) translate(3px,8px);
        -ms-transform: rotate(45deg) translate(3px,8px);
        -o-transform: rotate(45deg) translate(3px,8px);
        transform: rotate(45deg) translate(3px,8px)
    }

    #menu-toggle-wrapper #menu-toggle,#menu-toggle-wrapper #menu-toggle:after,#menu-toggle-wrapper #menu-toggle:before {
        -webkit-transition: all .3s cubic-bezier(.585,-.6,.43,1.65);
        -moz-transition: all .3s cubic-bezier(.585,-.6,.43,1.65);
        -ms-transition: all .3s cubic-bezier(.585,-.6,.43,1.65);
        -o-transition: all .3s cubic-bezier(.585,-.6,.43,1.65);
        transition: all .3s cubic-bezier(.585,-.6,.43,1.65)
    }

    #menu-toggle-wrapper:hover #menu-toggle:before {
        top: -6px
    }

    #menu-toggle-wrapper:hover #menu-toggle:after {
        bottom: -6px
    }

    #menu-toggle-wrapper.active:focus #menu-toggle:after,#menu-toggle-wrapper.active:hover #menu-toggle:after {
        bottom: -8px
    }

    #menu-toggle-wrapper.active:focus #menu-toggle:before,#menu-toggle-wrapper.active:hover #menu-toggle:before {
        top: -8px
    }
}

.menu-opened {
    overflow: hidden
}

@media (min-width: 991px) {
    .menu-opened {
        overflow:initial
    }
}

.menu-opened nav.menu-main {
    left: 0
}

.menu-opened nav.menu-main .mega-menu {
    left: -300px
}

.menu-opened nav.menu-main .mega-menu .container-menu {
    display: none
}

.menu-opened nav.menu-main .mega-menu.subMenuOpened {
    display: block;
    left: 0
}

.menu-opened nav.menu-main .mega-menu.subMenuOpened .container-menu {
    display: block
}

.main-banner-wrapper {
    margin: 40px auto 20px;
    text-align: center;
    text-transform: uppercase
}

.main-banner-wrapper .main-banner-inner {
    padding: 5px
}

.main-banner-wrapper .main-banner-inner a:hover {
    text-decoration: none
}

.main-banner-wrapper .main-banner-inner a:hover img {
    transform: scale(.98);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform
}

.main-banner-wrapper .main-banner-inner a:focus,.main-banner-wrapper .main-banner-inner a:hover {
    outline: 0
}

.main-banner-wrapper .main-banner-txt {
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    padding: 5px 20px 10px;
    margin: 0 auto 5px;
    line-height: 28px;
    word-wrap: break-word
}

.mini-banner-wrapper {
    margin-top: 30px
}

.mini-banner-wrapper .mini-banner-inner a:hover img {
    transform: scale(.98);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform
}

.hotbanners-wrapper img:hover,.shelf-card-wrapper .card:hover img {
    -webkit-transition-duration: .3s;
    -webkit-transition-property: transform
}

.mini-banner-wrapper .mini-banner-inner a img {
    margin: 0 auto
}

.rulesbar-wrapper {
    width: 80%;
    border-top: 1px solid #097fb1;
    margin: 35px auto 80px;
    padding-top: 15px
}

.rulesbar-wrapper .rulesbar {
    padding-left: 90px;
    color: #097fb1
}

.rulesbar-wrapper .rulesbar:after {
    position: absolute;
    content: "";
    top: 0;
    left: 16px;
    width: 65px;
    height: 44px
}

.rulesbar-wrapper .rulesbar:nth-child(3) {
    padding-left: 110px
}

.rulesbar-wrapper .rulesbar:nth-child(3):after {
    left: 36px
}

@media (max-width: 1199px) {
    .main-banner-wrapper .main-banner-txt {
        font-size:18px
    }

    .rulesbar-wrapper {
        width: 100%
    }

    .rulesbar-wrapper .rulesbar {
        padding-left: 85px
    }
}

@media (max-width: 991px) {
    .rulesbar-wrapper .rulesbar {
        padding-left:150px;
        margin-bottom: 20px
    }

    .rulesbar-wrapper .rulesbar:nth-child(3) {
        padding-left: 150px
    }

    .rulesbar-wrapper .rulesbar:after, .rulesbar-wrapper .rulesbar:nth-child(3):after {
        left: 70px
    }
}

@media (max-width: 555px) {
    .rulesbar-wrapper .rulesbar {
        padding-left:25px;
        margin-bottom: 20px
    }

    .rulesbar-wrapper .rulesbar:nth-child(3) {
        padding-left: 25px
    }

    .rulesbar-wrapper .rulesbar:after, .rulesbar-wrapper .rulesbar:nth-child(3):after {
        display: none
    }

    .shelf-card-wrapper .shelf-card-titulo h2 {
        text-align: center
    }
}

.shelf-card-wrapper {
    background-color: #ffff;
    padding: 0 10px
}

@media (max-width: 800px) {
    .shelf-card-wrapper {
        padding-bottom:30px
    }
}

.shelf-card-wrapper .shelf-card-titulo {
    font-size: 20px;
    font-weight: 700;
    margin: 20px 0
}

.shelf-card-wrapper .shelf-card-titulo:after {
    content: "";
    position: absolute;
    border-bottom: 1px solid #000;
    width: 100%;
    left: -60px;
    top: 60px
}

.shelf-card-wrapper .shelf-card-titulo h2 {
    background-color: #fff;
    display: inline-block;
    z-index: 3;
    position: relative;
    padding: 0 30px 0 20px;
    left: -20px;
    font-weight: 500;
    font-size: 25px;
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: 1.1
}

@media (max-width: 768px) {
    .shelf-card-wrapper .shelf-card-titulo:after {
        content:"";
        border-bottom: 0 solid #fff;
        width: 100%;
        display: relative
    }

    .shelf-card-wrapper .shelf-card-titulo h2 {
        margin: auto;
        width: 100%;
        text-align: center;
        padding: 0;
        left: 0;
        background-color: transparent;
        font-weight: 500;
        font-size: 26px;
        margin-top: 20px;
        margin-bottom: 10px;
        line-height: 1.1
    }
}

.shelf-card-wrapper .card {
    background: #00394c;
    height: 343px;
    margin-bottom: 40px;
    border-radius: 3px;
    float: left
}

.shelf-card-wrapper .card:hover img {
    transform: scale(.98);
    transition-duration: .3s;
    transition-property: transform
}

.shelf-card-wrapper .card:hover .card-titulo {
    transform: translateY(7px)
}

@media (min-width: 1200px) {
    .shelf-card-wrapper .card {
        width:248px
    }
}

@media (max-width: 555px) {
    .shelf-card-wrapper .card {
        float:none;
        margin: 0 auto;
        width: 85%
    }
}

.shelf-card-wrapper .card-titulo {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    padding: 10px 10px 17px;
    text-transform: uppercase;
    word-wrap: break-word
}

.shelf-card-wrapper .shelf-card-img img {
    padding: 7px 1px 0;
    margin: 0 auto
}

@media (max-width: 800px) {
    .shelf-card-wrapper .shelf-card-img img {
        padding:0
    }
}

.shelf-inner-wrapper {
    float: left
}

@media (max-width: 1199px) {
    .shelf-inner-wrapper {
        float:right;
        padding: 0 30px 0 60px
    }
}

@media (max-width: 991px) {
    .shelf-inner-wrapper {
        padding:0 90px
    }
}

@media (max-width: 800px) {
    .shelf-inner-wrapper {
        padding:0 40px
    }
}

.shelf-inner-wrapper .shelf-inner .shelf-produto {
    width: 272px;
    list-style: none;
    display: inline-block;
    text-align: center;
    background: #fff;
    margin-right: 12px;
    border: 2px solid #fff;
    border-radius: 3px;
    cursor: pointer;
    white-space: initial
}

.shelf-inner-wrapper .shelf-inner .shelf-produto a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 7px 15px
}

.shelf-inner-wrapper .shelf-inner .shelf-produto a:hover {
    text-decoration: none
}

.shelf-inner-wrapper .shelf-inner .shelf-produto a img {
    margin: 0 auto
}

.shelf-inner-wrapper .shelf-inner .shelf-produto h3 {
    line-height: 17px;
    max-height: 51px;
    min-height: 51px;
    color: #097fb1;
    font-size: 13px;
    font-weight: 600;
    word-wrap: break-word;
    overflow: hidden;
    margin: 10px auto
}

.shelf-inner-wrapper .shelf-inner .shelf-produto .por {
    line-height: 17px;
    color: #28a745;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px
}

.shelf-inner-wrapper .shelf-inner .shelf-produto .vezes {
    line-height: 16px;
    color: #3d3d3d;
    font-size: 14px;
    font-weight: 600
}

.shelf-inner-wrapper .shelf-inner .shelf-produto .adicionar-carrinho {
    text-transform: uppercase;
    width: 90%;
    height: 46px;
    color: #fff;
    border: none;
    padding: 4px 0 0;
    border-radius: 3px;
    margin: 0 auto 24px;
    display: table;
    position: relative
}

.shelf-inner-wrapper .shelf-inner .shelf-produto .adicionar-carrinho:hover {
    background-color: #086c97;
    transform: translateY(1px)
}

.shelf-inner-wrapper .shelf-inner .shelf-produto .adicionar-carrinho a {
    color: #fff;
    background-color: #28a745;
    font-size: 15px;
    padding-right: 20px;
    display: table-cell;
    vertical-align: middle;
    border-radius: 10px
}

.shelf-inner-wrapper .shelf-inner .shelf-produto .adicionar-carrinho a:hover {
    text-decoration: none
}

.shelf-inner-wrapper .shelf-inner .shelf-produto .adicionar-carrinho a:before {
    display: none
}

@media (max-width: 800px) {
    .shelf-inner-wrapper .shelf-inner .shelf-produto .adicionar-carrinho a {
        text-align:center
    }

    .shelf-inner-wrapper .shelf-inner .shelf-produto .adicionar-carrinho a:before {
        display: none
    }
}

.hotbanners-wrapper {
    background-color: var(--sap-primary);
    padding: 30px 0
}

.hotbanners-wrapper img:hover {
    transform: scale(.98);
    transition-duration: .3s;
    transition-property: transform
}

.hotbanners-wrapper .hot-banner-1 {
    margin-bottom: 14px
}

@media (max-width: 1199px) {
    .hotbanners-wrapper .hot-banner-1,.hotbanners-wrapper .hot-banner-2 {
        margin-bottom:10px
    }

    .hotbanners-wrapper .hot-banner-3 img {
        float: right
    }

    .hotbanners-wrapper .hot-banner-4 img {
        float: left
    }
}

.hotbanners-wrapper .about-titulo {
    font-size: 20px;
    font-weight: 700;
    margin: 20px 0;
    width: 100%
}

.hotbanners-wrapper .about-titulo:after {
    content: "";
    position: absolute;
    border-bottom: 1px solid #fff;
    width: 100%;
    left: -60px;
    top: 60px
}

.hotbanners-wrapper .about-titulo h2 {
    background-color: var(--sap-primary);
    color: #fff;
    display: inline-block;
    z-index: 3;
    position: relative;
    padding: 0 30px 0 20px;
    left: -20px;
    font-weight: 500;
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: 1.1
}

@media (max-width: 768px) {
    .hotbanners-wrapper .about-titulo:after {
        content:"";
        border-bottom: 0 solid #fff;
        width: 100%;
        display: relative
    }

    .hotbanners-wrapper .about-titulo h2 {
        margin: auto;
        width: 100%;
        text-align: center;
        position: relative;
        display: block;
        padding: 0 0 0 0;
        left: 0;
        background-color: transparent;
        font-weight: 500;
        font-size: 25px;
        margin-top: 20px;
        margin-bottom: 10px;
        line-height: 1.1
    }

    .profissionaissaude-wrapper .about-titulo:after {
        content: "";
        border-bottom: 0 solid #fff;
        width: 100%;
        display: relative
    }

    .profissionaissaude-wrapper .about-titulo h2 {
        margin: auto;
        width: 100%;
        text-align: center;
        position: relative;
        display: block;
        padding: 0 0 0 20px;
        left: 0;
        background-color: transparent
    }
}

.hotbanners-wrapper img {
    margin: 0 auto
}

.about-wrapper {
    background-color: #fff;
    padding: 0 0;
    width: 100%
}

.about-wrapper .about-titulo {
    font-size: 20px;
    font-weight: 700;
    margin: 20px 0
}

.about-wrapper .about-titulo:after {
    content: "";
    position: absolute;
    width: 100%;
    left: -60px;
    top: 60px
}

.about-wrapper .about-titulo h2 {
    background-color: #fff;
    display: inline-block;
    z-index: 3;
    position: relative;
    padding: 0 30px 0 20px;
    left: -20px;
    font-weight: 500;
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: 1.1
}

@media (max-width: 768px) {
    .about-wrapper .about-titulo:after {
        content:"";
        border-bottom: 0 solid #fff;
        width: 100%;
        display: relative
    }

    .about-wrapper .about-titulo h2 {
        margin: auto;
        width: 100%;
        text-align: center;
        padding: 0;
        left: 0;
        background-color: transparent;
        font-weight: 500;
        font-size: 30px;
        margin-top: 20px;
        margin-bottom: 10px;
        line-height: 1.1
    }
}

footer .footer-a {
    background-color: #fff;
    padding: 50px 0;
    text-align: center
}

@media (max-width: 991px) {
    footer .footer-a .footer-inner-a:after,footer .footer-a .footer-inner-a:before {
        content:"";
        width: 80%;
        height: 1px;
        background-color: #eee;
        display: block;
        margin: 40px auto
    }
}

footer .footer-a h3 {
    font-family: "Open Sans Condensed";
    color: #097fb1;
    font-size: 26px;
    margin: 20px auto;
    padding: 0 10px
}

footer .footer-a .novidades {
    margin-top: 50px
}

footer .footer-a .facebook {
    overflow: hidden
}

footer .footer-a .assistencia-tecnica img {
    margin: 10px auto
}

footer .footer-a .assistencia-tecnica img:hover {
    transform: scale(.98);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform
}

footer .footer-a form input {
    width: 90%;
    background-color: #eee;
    border: none;
    margin: 10px auto;
    height: 40px;
    padding: 10px
}

footer .footer-b {
    background-color: #f4fbff;
    position: relative
}

footer .footer-b:before {
    content: "";
    width: 100%;
    height: 40px;
    background: var(--sap-primary);
    display: block;
    position: absolute;
    top: 0
}

footer .footer-b .footer-b-title h3 {
    text-transform: uppercase;
    color: #fff;
    padding: 13px 0 10px;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 10px;
    background: var(--sap-primary);
}

footer .footer-b .footer-b-title.footer-pagamentos h3:last-of-type {
    padding: 18px 0 10px;
    font-size: 14px;
    margin: 10px 0 0
}

footer .footer-b .footer-b-title ul {
    margin: 0 0 30px;
    padding: 0
}

footer .footer-b .footer-b-title ul li {
    list-style: none;
    margin-top: 20px
}

footer .footer-b .footer-b-title ul li:first-child {
    margin-top: 30px
}

footer .footer-b .footer-b-title ul li a {
    color: #000;
    display: block
}

@media (max-width: 991px) {
    footer .footer-b .footer-b-title:nth-child(2) {
        margin-bottom:80px
    }
}

@media (max-width: 767px) {
    footer .footer-b .footer-b-title h3 {
        background:var(--sap-primary);
        color: #fff
    }

    footer .footer-b .footer-b-title {
        text-align: center
    }

    footer .footer-b .footer-b-title:nth-child(2) {
        margin-bottom: initial
    }
}

@media (max-width: 800px) {
    footer .footer-b .footer-b-title.footer-pagamentos {
        margin-bottom:50px
    }
}

footer .footer-b .footer-b-title.footer-pagamentos>div {
    font-size: 0;
    display: inline-block
}

footer .footer-b .footer-b-title.footer-pagamentos .site-blindado {
    float: left;
    margin: 29px 10px
}

footer .footer-b .footer-b-title.footer-pagamentos .break {
    display: block;
    width: 100%
}

footer .footer-b .footer-b-title.footer-pagamentos .pagseguro {
    width: 120px;
    height: 30px
}

footer .footer-b .footer-b-title.footer-pagamentos .mercadopago {
    width: 120px;
    height: 30px;
    margin-left: 20px
}

footer .footer-b .footer-b-title.footer-pagamentos .boleto,footer .footer-b .footer-b-title.footer-pagamentos .diners,footer .footer-b .footer-b-title.footer-pagamentos .discover,footer .footer-b .footer-b-title.footer-pagamentos .elo,footer .footer-b .footer-b-title.footer-pagamentos .mastercard,footer .footer-b .footer-b-title.footer-pagamentos .visa {
    width: 42px;
    height: 25px
}

footer .footer-b .footer-indique form input {
    width: 90%;
    background-color: #fff;
    border: none;
    margin: 5px auto;
    height: 30px;
    padding: 10px
}

.produto,footer .copyright {
    background-color: #fff
}

.produto .fotos-videos>ul li:first-child a:before, .produto .fotos-videos>ul li:nth-child(2) a:before {
    width: 20px;
    height: 17px;
    position: absolute;
    top: 17px;
    left: 17px;
    content: ""
}

footer .footer-b .footer-indique button {
    padding: 7px 20px;
    margin-top: 10px
}

footer .copyright .copyright-inner {
    border-top: 1px solid #bbb;
    padding-top: 10px;
    margin-top: 40px
}

footer .copyright .copyright-inner p {
    display: inline-block;
    color: #00394c;
    font-size: 12px;
    text-align: center
}

footer .copyright .tecsoft {
    float: right
}

@media (max-width: 991px) {
    footer .copyright .tecsoft {
        margin:20px auto;
        text-align: center;
        float: none
    }
}

.grecaptcha-badge {
    display: none!important
}

.produto {
    padding: 40px 0
}

.produto h1 {
    line-height: 30px;
    color: #097fb1;
    font-size: 26px;
    font-weight: 600;
    word-wrap: break-word
}

.produto .btsSocial .ampliarFoto a, .produto .btsSocial .indicar, .produto .btsSocial .share-fb a, .produto .nav-tabs>li:not(.active) a {
    color: #fff
}

@media (max-width: 800px) {
    .produto h1 {
        margin-top:10px;
        font-size: 20px
    }

    .produto {
        padding: 10px 0
    }

    .produto .fotos-videos {
        padding-right: 0;
        margin-top: 10px!important
    }
}

.produto small {
    font-size: 12px;
    margin: -4px 0 0 1px;
    display: block
}

.produto .fotos-videos {
    padding-right: 20px
}

@media (max-width: 991px) {
    .produto .fotos-videos {
        padding-right:0;
        margin-top: 50px
    }
}

.produto .fotos-videos>ul li:first-child a, .produto .fotos-videos>ul li:nth-child(2) a {
    padding: 16px 26px 16px 45px
}

.produto .fotos-videos .videos-medio {
    background: url(imgs/loading-small.gif.pagespeed.ce.aIks2TQGZW.gif) center center no-repeat
}

.produto .nav-tabs {
    display: inline-block
}

.produto .nav-tabs>li:not(.active) {
    background-color: silver
}

.produto .nav-tabs>li:not(.active) a:hover {
    background-color: #097fb1
}

.produto .tab-content {
    background-color: #fff;
    margin-top: -4px;
    border-left: 1px solid #ddd;
    padding: 18px
}

.produto .tab-content ul:nth-child(2) button {
    top: 50px
}

.produto .tab-content #fotos ul,.produto .tab-content #videos ul {
    padding: 0
}

.produto .tab-content #fotos ul button:first-child,.produto .tab-content #videos ul button:first-child {
    left: -10px
}

.produto .tab-content #fotos ul button:nth-child(3), .produto .tab-content #videos ul button:nth-child(3) {
    right: -10px
}

.produto .tab-content #fotos ul img,.produto .tab-content #videos ul img {
    margin: 0 auto;
    cursor: pointer
}

.produto .tab-content .slick-slider {
    margin-bottom: 10px
}

.produto .tab-content .slick-slide {
    margin: 0 5px;
    border: 1px solid #fff
}

.produto .tab-content .slick-list {
    margin: 0 -5px
}

.produto .tab-content .slick-center {
    border: 1px solid #097fb1
}

.produto .btsSocial .ampliarFoto,.produto .btsSocial .indicar,.produto .btsSocial .share-fb {
    font-weight: 600;
    font-size: 16px;
    border-radius: 6px;
    cursor: pointer
}

.produto .tab-content .slick-next,.produto .tab-content .slick-prev {
    z-index: 8
}

@media (max-width: 800px) {
    .produto .tab-content .foto-thumb {
        display:none
    }

    .produto .price-block {
        text-align: center
    }
}

.produto .btsSocial {
    margin-top: 10px
}

.produto .btsSocial .indicar {
    padding: 2px 5px;
    display: inline-block;
    background: #097fb1;
    text-align: center;
    border-top: 2px solid #097fb1;
    border-bottom: 2px solid #086c97;
    position: relative
}

@media (max-width: 1199px) {
    .produto .btsSocial .indicar {
        margin-top:10px
    }

    .Rtable-wrapper .Rtable-cell span {
        white-space: nowrap
    }
}

.produto .btsSocial .indicar:hover {
    background-color: #086c97;
    border-bottom: 2px solid #086c97;
    transform: translateY(2px)
}

.produto .btsSocial .indicar a {
    color: #fff;
    padding: 0 10px 0 33px;
    text-decoration: none
}

.produto .btsSocial .indicar a:after {
    width: 18px;
    height: 19px;
    position: absolute;
    top: 3px;
    left: 10px;
    content: ""
}

.produto .btsSocial .ampliarFoto {
    background: #4f4b4c;
    display: inline-block;
    padding: 3px 20px 2px 35px;
    border-bottom: 2px solid #272526;
    position: relative
}

.produto .btsSocial .ampliarFoto:hover {
    background-color: #272526;
    border-bottom: 2px solid #272526;
    transform: translateY(2px)
}

.produto .btsSocial .ampliarFoto a:hover {
    text-decoration: none
}

.produto .btsSocial .ampliarFoto a:after {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 6px;
    left: 10px;
    content: ""
}

.produto .btsSocial .share-fb {
    background: #334c83;
    padding: 3px 11px 2px 35px;
    border-bottom: 2px solid #14254a;
    position: relative;
    display: inline-block;
    margin-top: 10px
}

.produto .btsSocial .share-fb:hover {
    background-color: #14254a;
    border-bottom: 2px solid #14254a;
    transform: translateY(2px)
}

.produto .btsSocial .share-fb a:hover {
    text-decoration: none
}

.produto .btsSocial .share-fb a:after {
    width: 12px;
    height: 12px;
    position: absolute;
    top: 8px;
    left: 10px;
    content: ""
}

.produto .preco-wrapper {
    margin: 55px 0 10px;
    font-size: 20px
}

@media (max-width: 800px) {
    .produto .preco-wrapper {
        margin-top:30px
    }
}

.produto .preco-wrapper .preco-boleto span {
    color: #28a745;
    font-size: 27px
}

.produto .preco-wrapper .no-boleto {
    font-size: 15px;
    color: #28a745;
    font-weight: 700
}

.produto .preco-wrapper .no-boleto span {
    color: #000;
    font-weight: 400;
    font-size: 15px
}

.produto .preco-wrapper .preco-cartao {
    font-size: 17px;
    margin-top: 20px
}

.produto .preco-wrapper .preco-cartao span {
    font-weight: 600
}

.produto .preco-wrapper .vezes {
    font-size: 15px
}

.produto .tipos-pagamento>div:not(:last-child) {
    font-size: 0;
    display: inline-block
}

.produto .tipos-pagamento .pagseguro {
    width: 120px;
    height: 30px
}

.produto .tipos-pagamento .mercadopago {
    width: 120px;
    height: 30px;
    margin-left: 20px
}

.produto .tipos-pagamento .boleto,.produto .tipos-pagamento .diners,.produto .tipos-pagamento .discover,.produto .tipos-pagamento .elo,.produto .tipos-pagamento .mastercard,.produto .tipos-pagamento .visa {
    width: 42px;
    height: 25px
}

.produto .linha {
    height: 50px;
    position: relative
}

.produto .linha:after {
    content: "";
    display: block;
    height: 1px;
    background-color: #ccc;
    width: 100%;
    max-width: 300px;
    position: absolute;
    top: 50%
}

@media (max-width: 800px) {
    .produto .linha:after {
        width:50%;
        max-width: auto;
        max-width: initial;
        left: 25%
    }
}

.produto .quantidade .quantidade-txt {
    color: #097fb1;
    font-size: 20px;
    display: inline;
    margin-right: 30px;
    float: left
}

.produto .quantidade input#quantidade {
    width: 45px;
    height: 35px;
    text-align: center;
    font-size: 17px;
    float: left
}

.produto .quantidade .quantidade-box {
    display: inline
}

.produto .quantidade .less,.produto .quantidade .more {
    width: 35px;
    height: 35px;
    margin: 0 -4px;
    padding: 11px;
    border: none;
    position: relative;
    background-color: silver;
    float: left
}

.produto .quantidade .less:after,.produto .quantidade .more:after {
    position: absolute;
    top: 6px;
    left: 14px;
    font-size: 17px
}

.produto .quantidade .less:hover,.produto .quantidade .more:hover {
    background-color: #097fb1;
    color: #fff
}

.produto .quantidade .more:after {
    content: "+"
}

.produto .quantidade .less:after {
    content: "\2013"
}

.produto .quantidade .disponibilidade {
    background-color: #097fb1;
    border-radius: 10px;
    display: table;
    padding: 2px 10px;
    color: #fff;
    margin-top: 10px
}

.produto .variacoes .radio-inline,.produto .variacoes .variacoes-inner .radio label {
    padding-left: 0
}

@media (max-width: 800px) {
    .produto .quantidade .subtotal {
        text-align:left
    }

    .produto .quantidade .disponibilidade {
        margin: 10px auto
    }
}

.produto .variacoes .variacoes-txt {
    color: #097fb1;
    font-size: 20px;
    margin-right: 30px;
    margin-bottom: 20px
}

.produto .variacoes .variacoes-inner.variacao-cor span {
    width: 1.4em;
    height: 1.4em;
    position: absolute;
    border-radius: 50%
}

.produto .variacoes .variacoes-inner.variacao-cor .radio input[type="radio"]:checked+.radio-label:before {
    background-color: #000;
    mix-blend-mode: lighten
}

.produto .variacoes .variacoes-inner .radio {
    margin: 1px 20px 10px 1px;
    cursor: pointer
}

.produto .variacoes .variacoes-inner .radio input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    left: 20px
}

.produto .variacoes .variacoes-inner .radio input[type="radio"]+.radio-label:before {
    content: "";
    background: 0 0;
    border-radius: 100%;
    border: 1px solid #aeaeae;
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
    position: relative;
    top: 0;
    margin-right: 7px;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
    pointer-events: none
}

.produto .variacoes .variacoes-inner .radio input[type="radio"]:checked+.radio-label:before {
    background-color: #097fb1;
    box-shadow: inset 0 0 0 4px #eee
}

.produto .variacoes .variacoes-inner .radio input[type="radio"]:focus+.radio-label:before {
    outline: 0;
    border-color: #097fb1
}

.produto .variacoes .variacoes-inner .radio input[type="radio"]:disabled+.radio-label:before {
    box-shadow: inset 0 0 0 4px #eee;
    border-color: #aeaeae;
    background: #aeaeae
}

.produto .variacoes .variacoes-inner .radio input[type="radio"]+.radio-label:empty:before {
    margin-right: 0
}

.produto .botao-comprar,.produto .botao-interesse {
    width: 255px;
    border-radius: 15px;
    padding: 14px;
    text-align: center;
    cursor: pointer
}

@media (max-width: 800px) {
    .produto .descricao {
        margin-top:50px
    }
}

.produto .descricao .descricao-txt {
    color: #097fb1;
    font-size: 20px;
    display: inline-block;
    margin-right: 30px
}

.produto .botao-comprar {
    height: 85px;
    background-color: #12a370;
    color: #fff;
    font-size: 26px;
    margin: 60px auto;
    font-weight: 600;
    border-bottom: 4px solid #045f3f
}

@media (max-width: 800px) {
    .produto .botao-comprar {
        margin:10px auto
    }
}

.produto .botao-comprar p {
    font-size: 15px;
    font-weight: 400
}

.produto .botao-comprar:hover {
    background-color: #0b865b;
    border-bottom: 4px solid #0b865b;
    transform: translateY(2px)
}

.produto .botao-interesse {
    height: 65px;
    background-color: #00394c;
    color: #fff;
    font-size: 26px;
    margin: 60px auto;
    font-weight: 600;
    border-bottom: 4px solid #01212b
}

.produto .botao-interesse a {
    color: #fff
}

.produto .botao-interesse a:hover {
    text-decoration: none
}

@media (max-width: 800px) {
    .produto .botao-interesse {
        margin:10px auto
    }
}

.produto .botao-interesse p {
    font-size: 15px;
    font-weight: 400
}

.produto .botao-interesse:hover {
    background-color: #01212b;
    border-bottom: 4px solid #01212b;
    transform: translateY(2px)
}

.produto .cep-produto {
    text-align: center
}

.produto .cep-produto p {
    font-size: 15px
}

.produto .cep-produto input {
    width: 130px;
    background: #fff;
    padding: 11px;
    border: 1px solid #ccc;
    border-right: none
}

@-moz-document url-prefix() {
    .produto .cep-produto input {
        padding: 12px 11px 9px
    }
}

.produto .cep-produto button {
    text-align: center;
    height: 43px;
    background-color: #097fb1;
    border: none;
    color: #fff;
    width: 50px;
    padding-top: 4px;
    margin-left: -4px
}

.produto .frete-wrapper .entrega-pac:before,.produto .frete-wrapper .entrega-propria:before,.produto .frete-wrapper .entrega-sedex:before,.produto .frete-wrapper .frete-gratis:before,.produto .frete-wrapper .jadlog:before,.produto .frete-wrapper .negociar-frete:before,.produto .frete-wrapper .retirar-loja:before {
    width: 48px;
    height: 48px
}

.produto .cep-produto button:hover {
    background-color: #00394c
}

.produto .frete-wrapper {
    float: right;
    display: none
}

.produto .frete-wrapper .opcoes-frete p {
    background: #ccc;
    text-align: center;
    margin-top: 15px
}

.produto .frete-wrapper .opcoes-frete .fretes-lista .escolha-frete div {
    position: relative;
    padding: 5px 0 5px 20px;
    border-bottom: 1px solid #ccc;
    margin-top: 3px
}

.produto .frete-wrapper .opcoes-frete .fretes-lista .escolha-frete div:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0
}

.produto .frete-wrapper .negociar-frete {
    cursor: pointer
}

.produto .frete-wrapper .negociar-frete:hover {
    text-decoration: none
}

.produto .features h5 {
    margin-top: 30px;
    color: #097fb1;
    font-size: 20px
}

.produto .features .breadcrumb {
    padding-left: 10px
}

.produto .features .breadcrumb li {
    margin-right: 15px;
    display: inline
}

.produto .features .breadcrumb li a {
    color: #000;
    text-decoration: none
}

.produto .features .breadcrumb li a:hover {
    color: #097fb1
}

.zoomContainer {
    z-index: 8!important;
    pointer-events: none
}

.line-product {
    margin: 50px auto;
    height: 1px;
    background-color: #ccc
}

.produtos-similares h2 {
    color: #097fb1;
    font-size: 20px;
    margin-bottom: 10px
}

#fbplus-content {
    background-color: #ebe9ea
}

.modal {
    display: none
}

.modal-inner h5 {
    font-size: 22px;
    font-weight: 700
}

.modal-inner h3 {
    font-size: 16px;
    color: #097fb1
}

.modal-inner input {
    width: 47%;
    margin-bottom: 10px
}

.modal-inner img {
    width: 100%;
    height: auto
}

.modal-inner textarea {
    width: 95%;
    height: 80px;
    resize: none;
    border-color: #ccc
}

.modal-inner button {
    width: 60%;
    height: 50px;
    background-color: #12a370;
    text-align: center;
    margin-left: 70px;
    border: none;
    color: #fff;
    margin-top: 25px;
    text-transform: uppercase;
    font-size: 18px
}

.modal-inner button:hover {
    background-color: #0b865b
}

.modal-form {
    margin-top: 20px
}

@media (max-width: 800px) {
    #fbplus-wrap {
        padding:0!important;
        width: 100%!important;
        left: 0!important
    }

    #fbplus-content {
        border-width: 0!important;
        min-width: 320px!important;
        width: 320px!important;
        margin: 0 auto
    }

    #fbplus-content div:first-child {
        width: 320px!important;
        padding: 0
    }

    .modal-inner h5 {
        font-size: 18px;
        padding: 5px
    }

    form p strong {
        font-size: 12px
    }

    .modal-inner button {
        width: 100%;
        margin: 0
    }

    #fbplus-close {
        right: 25px!important
    }
}

@media (max-width: 767px) {
    #fbplus-content {
        overflow:visible!important
    }

    #fbplus-content form {
        background: #ebe9ea;
        padding-bottom: 10px
    }

    #fbplus-outer .fbplus-bg {
        display: none
    }
}

.breadcrumb {
    padding-left: 10px;
    margin-top: 35px
}

.breadcrumb li {
    margin-right: 15px;
    display: inline
}

.breadcrumb li a {
    color: #000;
    text-decoration: none
}

.breadcrumb li a:hover {
    color: #097fb1
}

.Rtable {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 3em;
    padding: 0
}

.Rtable-header {
    margin-top: 20px;
    padding: 7px 0;
    background-color: #d2d2d2;
    width: 100%
}

.Rtable-header .Rtable-wrapper .Rtable-cell {
    background-color: #d2d2d2;
    text-transform: uppercase
}

.Rtable-wrapper {
    width: 100%;
    font-size: 13px;
    display: table;
    border: 1px solid rgba(255,255,255,0)
}

.Rtable-wrapper:first-child {
    border: none
}

.Rtable-wrapper:nth-of-type(odd) {
    background: #eee
}

.Rtable-wrapper:hover {
    border: 1px solid #00394c
}

.Rtable-wrapper:hover:first-child {
    border: none
}

.Rtable-wrapper .Rtable-cell {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    margin: -3px 0 0 -3px;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 7px;
    overflow: hidden;
    list-style: none;
    border: none
}

.Rtable-wrapper .Rtable-cell:first-of-type {
    width: 14.95%
}

.Rtable-wrapper .Rtable-cell:nth-of-type(2) {
    width: 18.32%
}

.Rtable-wrapper .Rtable-cell:nth-of-type(3) {
    width: 12.09%
}

.Rtable-wrapper .Rtable-cell:nth-of-type(4) {
    width: 12.42%;
    overflow: inherit
}

.Rtable-wrapper .Rtable-cell:nth-of-type(4):before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px
}

@media (min-width: 992px) {
    .Rtable-wrapper .Rtable-cell:nth-of-type(4):before {
        top:22px;
        left: -12px
    }
}

.Rtable-wrapper .Rtable-cell:nth-of-type(5) {
    width: 21.76%
}

.Rtable-wrapper .Rtable-cell:nth-of-type(5):before {
    height: 19px
}

.Rtable-wrapper .Rtable-cell:nth-of-type(6) {
    width: 14.11%
}

.Rtable-wrapper .Rtable-cell:nth-of-type(7) {
    width: 7.14%;
    margin-bottom: 20px
}

.Rtable-wrapper .Rtable-cell:nth-of-type(7) span {
    background-color: #097fb1;
    border-radius: 5px;
    display: block;
    color: #fff;
    padding: 3px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer
}

.Rtable-wrapper .Rtable-cell:nth-of-type(7) span:hover {
    background-color: #00394c
}

.Rtable-wrapper .Rtable-cell:nth-of-type(7) span.btMapa-close {
    background-color: #cf0700
}

.Rtable-wrapper .Rtable-cell.hiddenSmall {
    display: none
}

.Rtable-wrapper .Rtable-cell.whatsTitle:before {
    content: none
}

@media (max-width: 991px) {
    .Rtable-header {
        display:none
    }

    .Accordion {
        font-size: 15px
    }

    .Rtable--collapse {
        display: block
    }

    .Rtable-wrapper {
        border-radius: .5em
    }

    .Rtable-wrapper:hover {
        border: 1px solid rgba(255,255,255,0)
    }

    .Rtable-wrapper .Rtable-cell {
        width: 100%!important;
        display: inline-block;
        padding-left: 50px;
        font-size: 15px;
        margin: 0
    }

    .Rtable-wrapper .Rtable-cell:first-of-type {
        display: none
    }

    .Rtable-wrapper .Rtable-cell:before {
        content: "";
        position: absolute;
        width: 15px;
        height: 15px;
        top: 10px;
        left: 30px
    }

    .Rtable-wrapper .Rtable-cell:nth-child(8) span {
        width: 50%;
        margin: 0
    }
}

.Accordion {
    position: relative;
    width: 100%;
    margin: 0 0 .5em;
    padding: .6em .6em .6em 2em;
    border-radius: .5em;
    text-align: left;
    border: none;
    background-color: #00394c;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    transition: background-color .1s;
    cursor: pointer
}

@media (min-width: 992px) {
    .Accordion {
        display:none
    }
}

.Accordion:focus,.Accordion:hover {
    outline: 0
}

.Accordion:before {
    content: "\2013";
    position: absolute;
    top: 50%;
    right: .35em;
    margin-top: -20px;
    font-weight: 400;
    font-size: 1.8em
}

.Accordion[aria-selected="true"]:before {
    content: "+";
    margin-top: -18px;
    right: .3em
}

.js-RtableAccordions {
    min-width: 240px
}

.categoria {
    background-color: #fff;
    padding: 5px 0
}

.categoria ul.breadcrumb {
    width: 100%;
    font-size: 14px;
    padding-left: 10px;
    float: left;
    overflow: hidden
}

.categoria .textCategorias {
    line-height: 22px;
    font-size: 14px;
    margin: 0;
    padding: 15px 19px 20px 9px
}

.categoria .orderBy {
    margin-left: 10px;
    float: left
}

.categoria .gridOrderBy {
    text-align: right;
    margin-bottom: 20px;
    line-height: 28px;
    color: #373435;
    font-size: 12px;
    font-weight: 600;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    padding: 4px 10px 6px 0;
    overflow: hidden
}

.categoria form.formOrder {
    margin-top: 5px
}

.categoria form.formOrder .selector {
    display: inline-block;
    width: 139px;
    height: 27px;
    line-height: 15px;
    color: #000;
    font-size: 12px;
    background-color: #fff;
    margin: 0 0 0 5px;
    padding: 5px 10px;
    border-radius: 3px;
    font-weight: 400;
    font-style: italic;
    text-align: left;
    border: none;
    border-bottom: 2px solid #d2d2d2;
    vertical-align: middle;
    zoom:1;position: relative;
    overflow: hidden
}

.categoria form.formOrder .selector:after {
    content: "";
    background: url(imgs/xarrow-down.png.pagespeed.ic.xJ6KKlVBvY.png) center center no-repeat;
    width: 13px;
    height: 6px;
    position: absolute;
    top: 10px;
    right: 10px
}

.categoria form.formOrder select {
    width: 140px;
    position: absolute;
    left: 0;
    top: 0;
    height: 27px;
    opacity: 0
}

.categoria h1 {
    min-height: 50px;
    line-height: 38px;
    font-family: "Open Sans Condensed",sans-serif;
    font-size: 42px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -1px;
    background: #f8f8f8;
    margin: 5px 10px 0;
    padding: 7px 0 9px 10px;
    float: left
}

@media (max-width: 800px) {
    .categoria h1 {
        margin:0;
        padding: 5px;
        min-height: initial
    }
}

.categoria .menu-lateral ul.categorias {
    line-height: 28px;
    font-size: 13px;
    background: #fff;
    margin: 19px 0 20px;
    padding-bottom: 25px;
    overflow: hidden;
    text-align: left
}

@media (max-width: 800px) {
    .categoria .menu-lateral ul.categorias {
        margin:5px 0 5px
    }

    .breadcrumb {
        margin-top: 10px
    }
}

.categoria .menu-lateral ul.categorias.filtros-closed {
    padding-bottom: 0;
    overflow: inherit
}

.categoria .menu-lateral ul.categorias li {
    list-style: none
}

.categoria .menu-lateral li.title {
    line-height: 42px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    background: #00394c;
    border-bottom: 2px solid #277daf;
    text-align: center;
    margin: 0 auto 15px;
    position: relative
}

@media (max-width: 991px) {
    .categoria .menu-lateral li.title {
        display:flex;
        align-items: center;
        justify-content: start
    }

    .categoria .menu-lateral li.title span {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 20px;
        height: 20px;
        margin-right: 10px
    }

    .categoria .menu-lateral li.title span::before {
        content: "-";
        color: #fff;
        font-size: 20px;
        text-align: center;
        z-index: 9999
    }

    .categoria .menu-lateral li.title span.active::before {
        content: "+"
    }
}

.categoria .menu-lateral .busca li:hover:not(:first-child) label, .categoria .menu-lateral .filtro-child li:hover label, .categoria .menu-lateral .link-filtro:hover label, .categoria .menu-lateral .marcas li:hover:not(:first-child) label {
    margin-left: -2px
}

.categoria .menu-lateral .categoria-filtro,.categoria .menu-lateral .title-filtro:hover {
    background-color: #e8f2f8;
    border-left: 2px solid #277daf
}

.categoria .menu-lateral .categoria-filtro {
    text-transform: uppercase;
    text-align: center;
    border-right: 2px solid #277daf
}

.categoria .menu-lateral .categoria-filtro a:hover {
    text-decoration: none
}

.categoria .menu-lateral .title-filtro {
    font-size: 12px;
    text-align: left;
    padding-left: 20px
}

.categoria .menu-lateral .filtro-child label,.categoria .menu-lateral .link-filtro label {
    color: #000;
    font-weight: initial;
    font-size: 13px;
    cursor: pointer
}

.categoria .menu-lateral .title-filtro label {
    line-height: 18px;
    letter-spacing: -.4px;
    word-wrap: break-word;
    margin-bottom: 7px;
    margin-top: 10px
}

.categoria .menu-lateral .link-filtro {
    display: block
}

.categoria .menu-lateral .filtro-parent {
    position: relative
}

.categoria .menu-lateral .filtro-parent:before {
    content: "";
    position: absolute;
    top: 12px;
    left: 6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 8px;
    border-color: transparent transparent transparent #097fb1;
    transform: rotate(0);
    transition: rotate .3s linear
}

.categoria .menu-lateral .busca li:hover:not(:first-child), .categoria .menu-lateral .filtro-child li:hover, .categoria .menu-lateral .marcas li:hover:not(:first-child) {
    background-color: #e8f2f8;
    border-left: 2px solid #277daf
}

.categoria .menu-lateral .filtro-parent.opened:before {
    transform: rotate(90deg);
    transition: rotate .3s linear
}

.categoria .menu-lateral .filtro-child {
    display: none
}

.categoria .menu-lateral .filtro-child a,.categoria .menu-lateral .filtro-child li {
    display: inline-block;
    width: 100%
}

.categoria .menu-lateral .filtro-child a:hover {
    padding-left: 0
}

.categoria .menu-lateral .filtro-child label {
    line-height: 18px;
    letter-spacing: -.4px;
    word-wrap: break-word;
    margin-bottom: 7px;
    margin-top: 7px;
    padding: 2px 30px
}

.categoria .menu-lateral .busca li input,.categoria .menu-lateral .marcas li input {
    margin: 8px 5px 0 10px;
    width: 10%;
    opacity: 0
}

.categoria .menu-lateral .busca li label,.categoria .menu-lateral .marcas li label {
    width: 80%;
    font-weight: 400
}

.categoria .menu-lateral input+span,.categoria .menu-lateral label span {
    font-size: 10px;
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center
}

.categoria .menu-lateral label {
    position: relative;
    cursor: pointer;
    line-height: 18px;
    letter-spacing: -.4px;
    word-wrap: break-word;
    margin-bottom: 7px;
    margin-top: 10px
}

.categoria .menu-lateral label span {
    border-radius: 50%;
    position: absolute;
    top: -2px;
    left: -30px;
    line-height: 19px;
    border: 1px solid #277daf;
    background: #fff;
    color: #277daf
}

.categoria .menu-lateral input+span {
    background-color: #277daf;
    color: #fff;
    border-radius: 50%;
    position: relative;
    top: -7px;
    right: 1px;
    line-height: 20px
}

.categoria input[type="checkbox"]:checked+label span {
    background: #277daf;
    color: #fff
}

.categoria .list-inner-wrapper .list-inner .produto-inner {
    list-style: none;
    display: inline-block;
    text-align: center;
    background: #fff;
    margin-bottom: 10px;
    border: 2px solid #fff;
    border-radius: 3px;
    cursor: pointer;
    white-space: initial
}

@media (max-width: 991px) {
    .categoria .list-inner-wrapper .list-inner .produto-inner {
        display:block
    }
}

.categoria .list-inner-wrapper .list-inner .produto-inner:hover {
    border: 2px solid #097fb1
}

.categoria .list-inner-wrapper .list-inner .produto-inner a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 7px 15px
}

.categoria .list-inner-wrapper .list-inner .produto-inner a:hover {
    text-decoration: none
}

.categoria .list-inner-wrapper .list-inner .produto-inner a img {
    margin: 0 auto
}

.categoria .list-inner-wrapper .list-inner .produto-inner h3,h2 {
    line-height: 17px;
    max-height: 51px;
    min-height: 51px;
    color: #097fb1;
    font-size: 14px;
    font-weight: 600;
    word-wrap: break-word;
    overflow: hidden;
    margin: 10px auto
}

.categoria .list-inner-wrapper .list-inner .produto-inner .por {
    line-height: 17px;
    color: #c00;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px
}

.categoria .list-inner-wrapper .list-inner .produto-inner .vezes {
    line-height: 16px;
    color: #3d3d3d;
    font-size: 14px;
    font-weight: 600
}

.categoria .list-inner-wrapper .list-inner .produto-inner .adicionar-carrinho {
    text-transform: uppercase;
    width: 90%;
    height: 46px;
    color: #fff;
    border: none;
    border-radius: 3px;
    margin: 0 auto 24px;
    display: table;
    position: relative
}

.categoria .list-inner-wrapper .list-inner .produto-inner .adicionar-carrinho:hover {
    background-color: #086c97;
    transform: translateY(1px)
}

.categoria .list-inner-wrapper .list-inner .produto-inner .adicionar-carrinho a {
    color: #fff;
    background-color: #28a745;
    font-size: 15px;
    display: table-cell;
    vertical-align: middle;
    border-radius: 10px
}

.categoria .bt-mais-resultados,.header-carrinho,.seq-cadastro li {
    text-align: center
}

.categoria .list-inner-wrapper .list-inner .produto-inner .adicionar-carrinho a:hover {
    text-decoration: none
}

.categoria .bt-mais-resultados button {
    text-transform: uppercase;
    height: 46px;
    color: #fff;
    background-color: #0081b3;
    border: none;
    padding: 4px 30px;
    border-radius: 3px;
    margin: 0 auto 24px;
    border-bottom: 2px solid #086c97;
    display: table;
    position: relative
}

.categoria .bt-mais-resultados button:hover {
    background-color: #086c97;
    transform: translateY(1px)
}

.header-carrinho {
    margin-top: 10px
}

.seq-cadastro {
    line-height: 46px;
    font-size: 16px;
    font-weight: 700;
    background-color: #eee;
    border: 1px solid #ddd;
    margin: 4px 0 21px;
    display: block;
    padding: 0;
    height: 100%
}

@media (max-width: 767px) {
    .seq-cadastro {
        line-height:36px;
        font-size: 12px;
        font-weight: 700;
        margin: 4px 0 10px
    }
}

.seq-cadastro li {
    position: relative;
    list-style: none;
    height: 100%;
    vertical-align: middle;
    display: table
}

.seq-cadastro li:hover {
    background-color: #ddd
}

.seq-cadastro li small {
    position: absolute;
    top: -15px;
    left: 45%;
    width: 18px;
    height: 19px;
    line-height: 18px;
    color: #aaa;
    font-size: 12px;
    text-align: center;
    background: #ddd;
    border: 1px solid #ccc;
    border-radius: 50%
}

.seq-cadastro li a {
    display: table-cell;
    vertical-align: middle;
    height: 100%
}

.seq-cadastro li a:hover {
    text-decoration: none
}

@media (max-width: 991px) {
    .categoria .list-inner-wrapper .list-inner .produto-inner .adicionar-carrinho a {
        text-align:center
    }

    .seq-cadastro li small {
        position: initial;
        margin-right: 10px;
        padding: 3px 7px
    }

    .seq-cadastro li {
        display: inline
    }

    .seq-cadastro li a {
        display: block
    }

    .entrega-pagamento {
        margin-top: 5px!important
    }

    .cart {
        padding: 0 0 100px!important;
        margin-top: 5px!important
    }

    .cart-identity {
        margin-top: 5px!important
    }

    .fechar-compra {
        margin-bottom: 20px!important
    }

    header .header-inner {
        height: 80px
    }
}

.seq-cadastro li.current {
    background: #ddd
}

.seq-cadastro li.current small {
    color: #fff;
    background: #00394b;
    border: 1px solid #00394b
}

.seq-cadastro li.current a {
    color: #000
}

.cart {
    padding: 50px 0 100px
}

.cart table.itensCarrinho {
    width: 100%
}

.cart table.itensCarrinho th {
    line-height: 20px;
    color: #fff;
    text-align: left;
    background: #00394b;
    border: 1px solid #00394b;
    padding: 10px 15px;
    border-top: none;
    width: 65%
}

.cart table.itensCarrinho th.thQtd {
    width: 20%;
    text-align: center
}

.cart table.itensCarrinho th.thPreco {
    width: 15%
}

.cart table.itensCarrinho tr.produto {
    background-color: #f5f5f5
}

.cart table.itensCarrinho tr.produto:nth-child(odd) {
    background: #e8e8e8
}

.cart table.itensCarrinho td {
    border-top: 0;
    padding: 5px
}

.cart table.itensCarrinho td.td-produto a.txt-produto {
    color: #097fb1;
    font-weight: 700;
    letter-spacing: -.5px
}

.cart table.itensCarrinho td.td-produto img {
    width: 90px;
    height: 90px;
    border: 1px solid #cecece;
    margin: 0 10px 0 1px;
    float: left;
    -webkit-box-shadow: 0 0 6px #d4d4d4;
    -moz-box-shadow: 0 0 6px #d4d4d4;
    box-shadow: 0 0 6px #d4d4d4
}

.cart table.itensCarrinho td.td-qtidade {
    text-align: center
}

.cart table.itensCarrinho td.td-qtidade .quantidade-box {
    margin: 0 auto
}

.cart table.itensCarrinho td.td-qtidade .del-produto {
    margin: 15px auto 0 40px;
    cursor: pointer
}

.cart table.itensCarrinho td.td-qtidade .del-produto a {
    width: 16px;
    height: 16px;
    margin-left: -40px;
    padding-left: 20px
}

.cart table.itensCarrinho td .referencia {
    color: #888;
    font-size: 12px
}

.cart table.itensCarrinho .quantidade-box input {
    width: 35px;
    height: 35px;
    text-align: center;
    float: left
}

@media (max-width: 991px) {
    .cart table.itensCarrinho td.td-qtidade {
        text-align:center
    }

    .cart table.itensCarrinho .quantidade-box input {
        display: block;
        margin: 0 auto;
        float: inherit
    }
}

.cart table.itensCarrinho .less,.cart table.itensCarrinho .more {
    width: 35px;
    height: 35px;
    padding: 11px;
    border: none;
    position: relative;
    background-color: silver;
    float: left
}

.cart table.itensCarrinho .less:after,.cart table.itensCarrinho .more:after {
    position: absolute;
    top: 6px;
    left: 14px;
    font-size: 17px
}

.cart table.itensCarrinho .less:hover,.cart table.itensCarrinho .more:hover {
    background-color: #097fb1;
    color: #fff
}

.cart table.itensCarrinho .more:after {
    content: "+"
}

.cart table.itensCarrinho .less:after {
    content: "\2013"
}

.cart table.itensCarrinho .calculoFrete {
    background: #d5d5d5
}

@media (max-width: 991px) {
    .cart table.itensCarrinho .less,.cart table.itensCarrinho .more {
        display:block;
        margin: 0 auto;
        float: inherit;
        height: 25px
    }

    .cart table.itensCarrinho .less:after,.cart table.itensCarrinho .more:after {
        top: 0
    }

    .cart table.itensCarrinho .calculoFrete {
        text-align: center;
        margin-bottom: 10px
    }
}

.cart table.itensCarrinho .calculoFrete td {
    padding: 9px 15px;
    border-top: 1px solid #cecece
}

.cart table.itensCarrinho .calculoFrete td:first-child {
    border-left: 1px solid #d8d8d8
}

.cart table.itensCarrinho .calculoFrete td:last-child {
    border-right: 1px solid #d8d8d8
}

.cart table.itensCarrinho .calculoFrete td label {
    line-height: 20px;
    margin-right: 6px;
    padding: 5px 0;
    float: left
}

.cart table.itensCarrinho .calculoFrete td input {
    width: 100px;
    height: 30px;
    text-align: center;
    border: none;
    border-bottom: 2px solid #c5c5c5;
    margin: 0 0 0 20px
}

@media (max-width: 991px) {
    .cart table.itensCarrinho .calculoFrete td label {
        float:inherit;
        display: block
    }

    .cart table.itensCarrinho .calculoFrete td input {
        margin: 0
    }
}

.cart table.itensCarrinho .calculoFrete td button {
    height: 30px;
    border: none;
    line-height: 26px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    background: #097fb1;
    border-bottom: 2px solid #086c97;
    padding: 0 25px;
    cursor: pointer;
    margin: 0
}

.cart table.itensCarrinho .bottom-table {
    background-color: #e8e8e8
}

.cart table.itensCarrinho td.td-space {
    width: 65%
}

.cart table.itensCarrinho td.td-Total {
    color: #00394c;
    font-size: 18px;
    font-weight: 600;
    text-align: right;
    border-right: 1px solid #cecece;
    width: 20%
}

.cart table.itensCarrinho .td-preco {
    width: 20%;
    border-left: 1px solid #cecece
}

.cart table.itensCarrinho .td-preco .total {
    line-height: 30px;
    color: #00394c;
    font-size: 18px;
    font-weight: 600
}

@media (max-width: 767px) {
    .cart .frase-prazo {
        padding:0 15px
    }
}

.cart #opcoes-frete {
    background-color: #d5d5d5;
    padding: 20px 50px;
    position: relative
}

.cart #opcoes-frete .escolhaFrete>div {
    margin: 1px 20px 20px 1px;
    cursor: pointer;
    position: relative
}

@media (max-width: 767px) {
    .cart #opcoes-frete {
        padding:20px
    }

    .cart #opcoes-frete .escolhaFrete>div {
        margin: 1px 0 40px 1px
    }
}

.cart #opcoes-frete .escolhaFrete>div:before {
    content: "";
    position: absolute;
    top: -15px;
    left: 30px
}

.cart #opcoes-frete .escolhaFrete>div input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 100%;
    cursor: pointer;
    left: 20px
}

.cart #opcoes-frete .escolhaFrete>div input[type="radio"]+.radio-label:before {
    content: "";
    background: #eee;
    border-radius: 100%;
    border: 1px solid #aeaeae;
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
    position: relative;
    top: 0;
    margin-right: 7px;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
    pointer-events: none
}

.cart #opcoes-frete .escolhaFrete>div input[type="radio"]:checked+.radio-label:before {
    background-color: #097fb1;
    box-shadow: inset 0 0 0 4px #eee
}

.cart #opcoes-frete .escolhaFrete>div input[type="radio"]:focus+.radio-label:before {
    outline: 0;
    border-color: #097fb1
}

.cart #opcoes-frete .escolhaFrete>div input[type="radio"]:disabled+.radio-label:before {
    box-shadow: inset 0 0 0 4px #eee;
    border-color: #aeaeae;
    background: #aeaeae
}

.cart #opcoes-frete .escolhaFrete>div input[type="radio"]+.radio-label:empty:before {
    margin-right: 0
}

.cart #opcoes-frete .escolhaFrete>div label {
    padding-left: 0
}

.cart #opcoes-frete .textSemDisponibilidade {
    background-color: #fff;
    padding: 30px;
    text-align: center
}

.cart #opcoes-frete .textSemDisponibilidade a {
    display: block;
    background-color: #00394c;
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 20px;
    margin: 20px auto;
    text-align: center;
    width: 80%;
    cursor: pointer
}

.cart #opcoes-frete .entrega-pac:before,.cart #opcoes-frete .entrega-propria:before,.cart #opcoes-frete .entrega-sedex:before,.cart #opcoes-frete .frete-gratis:before,.cart #opcoes-frete .jadlog:before,.cart #opcoes-frete .negociar-frete:before,.cart #opcoes-frete .retirar-loja:before {
    width: 48px;
    height: 48px
}

.cart #opcoes-frete .textSemDisponibilidade a:hover {
    background-color: #02526d;
    text-decoration: none
}

.cart #opcoes-frete .entrega-txt {
    margin-left: 20px
}

.cart #opcoes-frete .negociar-frete {
    cursor: pointer
}

.cart #opcoes-frete .negociar-frete:hover {
    text-decoration: none
}

.cart .buttons-bottom {
    text-align: right;
    cursor: pointer
}

@media (max-width: 767px) {
    .cart #opcoes-frete .entrega-txt {
        margin-left:90px;
        display: inline-block;
        position: relative
    }

    .cart .buttons-bottom {
        text-align: center
    }

    .cart .buttons-bottom .bt-comprar,.cart .buttons-bottom .comprar-mais,.cart .buttons-bottom .limpar-carrinho {
        margin-top: 20px
    }
}

.cart .buttons-bottom .bt-comprar,.cart .buttons-bottom .comprar-mais,.cart .buttons-bottom .limpar-carrinho {
    display: inline-block;
    margin-left: 15px
}

.cart .buttons-bottom .bt-comprar a:hover {
    text-decoration: none;
    background-color: #12a370
}

.cart .buttons-bottom .bt-comprar:hover {
    text-decoration: none;
    border-top: 2px transparent;
    transform: translateY(2px)
}

.cart .buttons-bottom .button.comprar {
    width: 215px;
    height: 43px;
    line-height: 39px;
    font-size: 15px;
    font-weight: 700;
    padding: 0 0 0 30px;
    float: none;
    display: inline-block;
    margin-bottom: 10px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    background-color: #2ec695;
    border-radius: 2px;
    cursor: pointer;
    border-bottom: 2px solid #00ae7c
}

.cart .buttons-bottom .button.comprar span {
    width: 26px;
    height: 25px;
    position: absolute;
    top: 7px;
    left: 15px
}

.cart-identity {
    margin-top: 60px
}

.cart-identity .phrase {
    font-size: 21px;
    margin-top: 65px;
    margin-left: 60px
}

@media (max-width: 991px) {
    .cart-identity .phrase {
        text-align:center;
        margin-left: auto;
        margin-top: 5px
    }
}

.cart-identity .form-identity {
    font-size: 21px
}

.cart-identity .form-identity input {
    width: 70%;
    margin-right: 5px;
    margin-left: 50px;
    border-radius: 7px;
    border: 1px solid #006bb1;
    padding: 5px 20px;
    height: 50px;
    display: inline-block
}

@media (max-width: 991px) {
    .cart-identity .form-identity input {
        text-align:center;
        width: 100%;
        margin: 0;
        font-size: 16px
    }
}

.cart-identity .form-identity button {
    width: 15%;
    background-color: #12a370;
    border-radius: 7px;
    border: none;
    color: #fff;
    height: 50px;
    display: inline-block
}

@media (max-width: 991px) {
    .cart-identity .form-identity button {
        width:30%;
        margin: 10px auto;
        display: block
    }
}

@media (max-width: 767px) {
    .cart-identity .form-identity button {
        width:100%
    }
}

.duvida-box {
    margin-top: 110px;
    margin-bottom: 380px;
    padding: 10px 32px;
    border-radius: 7px;
    border: 2px solid #097fb1;
    display: table
}

@media (max-width: 991px) {
    .duvida-box {
        display:block;
        text-align: center
    }
}

.duvida-box div {
    display: table-cell;
    vertical-align: middle
}

.duvida-box .txt {
    padding: 0 10px 0 60px;
    font-size: 21px;
    line-height: 25px;
    position: relative
}

.duvida-box .txt:before {
    content: url(imgs/xinterrogation-sign.png.pagespeed.ic.Kl80mcWixc.png);
    width: 46px;
    height: 41px;
    position: absolute;
    left: -10px;
    top: 20px
}

@media (max-width: 991px) {
    .duvida-box div {
        display:block;
        text-align: center
    }

    .duvida-box .txt {
        padding: 20px 0 0;
        display: inline-block
    }

    .duvida-box .txt:before {
        left: 41%;
        top: -40px
    }

    .duvida-box .txt:after {
        display: none
    }
}

.duvida-box .txt:after {
    width: 19px;
    height: 66px;
    position: absolute;
    right: -8px;
    top: 10px
}

.duvida-box ul {
    display: inline-block;
    margin: 0
}

.duvida-box ul li {
    list-style: none;
    font-size: 21px;
    position: relative
}

@media (max-width: 991px) {
    .duvida-box ul {
        margin:10px auto 0;
        display: block;
        text-align: center;
        padding: 0
    }

    .duvida-box ul li {
        display: table;
        text-align: center;
        margin: 0 auto
    }
}

@media (max-width: 767px) {
    .duvida-box ul li {
        font-size:16px
    }
}

.duvida-box ul li:hover {
    color: #00394c
}

.duvida-box ul li a {
    color: #000
}

.duvida-box ul li a:hover {
    text-decoration: none;
    color: #00394c
}

.duvida-box ul li .icon {
    display: block;
    height: 0;
    position: relative
}

.duvida-box ul li .icon:before {
    width: 17px;
    height: 17px;
    position: absolute;
    left: -20px;
    top: 1px
}

.duvida-box ul li:first-child .icon:before {
    content: url(imgs/xicon-email.png.pagespeed.ic.zI5A5eVe0-.png)
}

.duvida-box ul li:nth-child(2) .icon:before {
    content: url(imgs/icon-whats.png.pagespeed.ce.Vcs-dp4PYN.png)
}

.duvida-box ul li:nth-child(3) .icon:before {
    content: url(imgs/xicon-tel.png.pagespeed.ic.fP8Zo8u7X7.png)
}

.entrega-pagamento {
    margin-top: 60px
}

.cart-delivery-payment .dados-inner {
    margin-bottom: 5px
}

.cart-delivery-payment .dados-inner .titulo {
    background-color: #eee;
    color: #000;
    padding: 10px 0 10px 35px;
    border-bottom: 1px solid #000;
    cursor: pointer
}

.cart-delivery-payment .dados-inner .titulo:hover,.cart-delivery-payment .dados-inner.active .titulo {
    background-color: #097fb1;
    color: #fff
}

.cart-delivery-payment .dados-inner.active,.cart-delivery-payment .form-control {
    border: 1px solid #097fb1
}

.cart-delivery-payment .dados-inner .conteudo {
    padding: 15px
}

.cart-delivery-payment .radio label,.cart-delivery-payment .radio-inline {
    padding-left: 0
}

.cart-delivery-payment .dados-inner .conteudo .conteudo-inner {
    display: inline-block;
    width: 100%
}

.cart-delivery-payment .sub-titulo {
    margin: 10px 7px 20px
}

.cart-delivery-payment .bt-continuar,.cart-delivery-payment .fechar-compra {
    background-color: #12a370;
    color: #fff;
    width: 100%;
    border: none;
    border-radius: 10px;
    margin-top: 10px
}

.cart-delivery-payment .bt-continuar:hover,.cart-delivery-payment .fechar-compra:hover {
    background-color: #0d7550
}

.cart-delivery-payment .radio {
    margin: 1px 20px 10px 1px;
    cursor: pointer
}

.cart-delivery-payment .radio input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    left: 20px
}

.cart-delivery-payment .radio input[type="radio"]+.radio-label:before {
    content: "";
    background: #eee;
    border-radius: 100%;
    border: 1px solid #aeaeae;
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
    position: relative;
    top: 0;
    margin-right: 7px;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
    pointer-events: none
}

.cart-delivery-payment .radio input[type="radio"]:checked+.radio-label:before {
    background-color: #097fb1;
    box-shadow: inset 0 0 0 4px #eee
}

.cart-delivery-payment .radio input[type="radio"]:focus+.radio-label:before {
    outline: 0;
    border-color: #097fb1
}

.cart-delivery-payment .radio input[type="radio"]:disabled+.radio-label:before {
    box-shadow: inset 0 0 0 4px #eee;
    border-color: #aeaeae;
    background: #aeaeae
}

.cart-delivery-payment .radio input[type="radio"]+.radio-label:empty:before {
    margin-right: 0
}

.cart-delivery-payment .form-pessoa-juridica {
    display: none
}

.cart-delivery-payment .entrega .radio {
    margin-bottom: 10px
}

.cart-delivery-payment .entrega .radio-label {
    font-weight: 700
}

.cart-delivery-payment .entrega .txt {
    padding-top: 7px;
    padding-left: 30px;
    font-size: 13px;
    line-height: 15px
}

.cart-delivery-payment .entrega .txt p a {
    color: #000
}

.cart-delivery-payment .entrega .txt p a:hover {
    text-decoration: none;
    color: #097fb1
}

.cart-delivery-payment .entrega .lista-lojas {
    width: 80%;
    margin: 20px auto
}

@media (max-width: 767px) {
    .cart-delivery-payment .entrega .lista-lojas {
        width:90%
    }
}

.cart-delivery-payment .entrega .div-ou {
    margin: 0 auto 20px;
    text-align: left;
    position: relative;
    padding-left: 20px
}

.cart-delivery-payment .entrega .div-ou:before {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #097fb1;
    position: absolute;
    top: 15px;
    left: 0;
    z-index: -1
}

.cart-delivery-payment .entrega .div-ou .div-ou-inner {
    border: 2px solid #097fb1;
    display: inline-block;
    padding: 4px;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
    background-color: #fff
}

.cart-delivery-payment .pagamento .frete-carrinho .radio .radio-label span.prazo,.cart-delivery-payment .pagamento .frete-carrinho .radio .radio-label span.valor {
    display: block;
    margin-left: 30px
}

.cart-delivery-payment .pagamento .frete-bt {
    border: 1px solid #097fb1;
    border-radius: 4px;
    padding: 5px
}

.cart-delivery-payment .pagamento .sub-titulo-pgto {
    margin-top: 20px;
    display: inline-block
}

.cart-delivery-payment .pagamento .metodo-pagamento {
    background-color: #ddd;
    display: inline-block;
    padding: 15px 10px
}

.cart-delivery-payment .pagamento .bt-metodo-pgto {
    width: 170px;
    height: 50px;
    background: #fff;
    border-radius: 5px
}

#fbplus-bg-ne,#fbplus-bg-nw,#fbplus-bg-se,#fbplus-bg-sw,#fbplus-left-ico,#fbplus-loading div,#fbplus-right-ico {
    background-image: url(imgs/fbplus.png.pagespeed.ce.EeV-SS7gMR.png)
}

@media (max-width: 767px) {
    .cart-delivery-payment .pagamento .metodo-pagamento {
        display:block
    }

    .cart-delivery-payment .pagamento .bt-metodo-pgto {
        margin: 0 auto;
        width: 160px
    }

    .cart-delivery-payment .pagamento .cc .tipo {
        font-size: 12px
    }
}

@media (max-width: 500px) {
    .cart-delivery-payment .pagamento .tipo {
        font-size:11px
    }

    .cart-delivery-payment .pagamento .frete-bt {
        padding: 3px
    }

    .cart-delivery-payment .pagamento .boleto .tipo {
        font-size: 10px!important
    }

    .cart-delivery-payment .pagamento .boleto .txt {
        font-size: 9px!important
    }

    .cart-delivery-payment .pagamento .cc .tipo {
        font-size: 10px!important
    }

    .cart-delivery-payment .pagamento .cc .txt {
        font-size: 9px!important
    }

    .cart-delivery-payment .pagamento .bt-metodo-pgto {
        margin: 0 auto;
        width: 140px
    }

    .cart-delivery-payment .pagamento .boleto .tipo {
        margin-left: 25px!important
    }

    .cart-delivery-payment .pagamento .boleto .txt {
        margin-left: 25px!important
    }

    .cart table.itensCarrinho td.td-produto a.txt-produto {
        font-size: 13px
    }

    .cart table.itensCarrinho td {
        padding: 5px
    }

    td.td-qtidade {
        vertical-align: top
    }

    .cart #opcoes-frete .escolhaFrete>div {
        margin: 1px 0 10px 1px!important
    }

    .cart #opcoes-frete .textSemDisponibilidade {
        padding: 10px!important
    }

    .cart #opcoes-frete .textSemDisponibilidade a {
        padding: 5px!important
    }

    .fa {
        margin-bottom: 30px!important
    }

    .cart #opcoes-frete .retirar-loja .entrega-txt {
        margin-top: 30px!important
    }

    .cart #opcoes-frete .entrega-txt {
        top: -30px
    }
}

@media (max-width: 374px) {
    .cart-delivery-payment .pagamento .tipo {
        font-size:9px
    }

    .cart-delivery-payment .pagamento .valor {
        font-size: 10px
    }

    .cart-delivery-payment .pagamento .prazo {
        font-size: 10px
    }

    .cart-delivery-payment .pagamento .metodo-pagamento {
        font-size: 10px
    }

    .cart-delivery-payment .pagamento .bt-metodo-pgto {
        margin: 0 auto;
        width: 120px
    }

    .cart-delivery-payment .pagamento .metodo-pgto-wrapper.active {
        width: 110%!important
    }

    .cart-delivery-payment .radio {
        margin: 1px 0 10px 1px
    }

    .cart #opcoes-frete .retirar-loja .entrega-txt {
        margin-top: 10px!important
    }
}

.cart-delivery-payment .pagamento .metodo-pgto-wrapper {
    margin: 21px 0;
    padding: 2px;
    border-radius: 5px;
    cursor: pointer
}

.cart-delivery-payment .pagamento .metodo-pgto-wrapper:first-child {
    margin-top: 10px
}

.cart-delivery-payment .pagamento .metodo-pgto-wrapper.active {
    background-color: #097fb1;
    width: 110%;
    padding: 2px;
    border-radius: 5px
}

@media (max-width: 767px) {
    .cart-delivery-payment .pagamento .metodo-pgto-wrapper.active {
        width:102%
    }

    .cart-delivery-payment .radio {
        margin: 1px 0 10px 1px
    }
}

.cart-delivery-payment .pagamento .box-metodo-pgto {
    padding: 15px;
    border: 2px solid #097fb1;
    margin-top: 10px;
    background-color: #fff;
    min-height: 280px
}

.cart-delivery-payment .pagamento .box-metodo-pgto-inner .txt-inicial {
    text-align: center
}

.cart-delivery-payment .pagamento .box-metodo-pgto-inner span {
    color: red
}

.cart-delivery-payment .pagamento .boleto {
    position: relative;
    padding-left: 3px;
    padding-top: 6px;
    text-align: center
}

.cart-delivery-payment .pagamento .boleto .tipo {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase
}

.cart-delivery-payment .pagamento .boleto .txt {
    font-size: 12px
}

.cart-delivery-payment .pagamento .boleto:before {
    content: url(imgs/xicon-checkout-boleto.png.pagespeed.ic.vcaaR22Fqv.png);
    width: 33px;
    height: 21px;
    position: absolute;
    left: 4px;
    top: 14px
}

.cart-delivery-payment .pagamento .cc {
    position: relative;
    padding-left: 35px;
    padding-top: 6px;
    text-align: center
}

.cart-delivery-payment .pagamento .cc .tipo {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -1px
}

.cart-delivery-payment .pagamento .cc .txt {
    font-size: 12px
}

.cart-delivery-payment .pagamento .cc:before {
    content: url(imgs/xicon-checkout-cc.png.pagespeed.ic.ejyKY9aJT-.png);
    width: 33px;
    height: 21px;
    position: absolute;
    left: 4px;
    top: 14px
}

.cart-delivery-payment .pagamento .pix {
    position: relative;
    padding-left: 35px;
    padding-top: 6px;
    text-align: center
}

.cart-delivery-payment .pagamento .pix .tipo {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -1px
}

.cart-delivery-payment .pagamento .pix .txt {
    font-size: 12px
}

.cart-delivery-payment .pagamento .pix:before {
    content: url(imgs/xicon-checkout-pix.png.pagespeed.ic.-5zAXtSGxG.png);
    width: 33px;
    height: 21px;
    position: absolute;
    left: 4px;
    top: 8px
}

.cart-delivery-payment .pagamento .mercado-pago {
    position: relative;
    font-size: 0
}

.cart-delivery-payment .pagamento .mercado-pago:before {
    content: url(imgs/xlogo-mercadopago.png.pagespeed.ic.aN_u9D9zgL.png);
    width: 160px;
    height: 41px;
    position: absolute;
    left: 4px;
    top: 6px
}

.cart-delivery-payment .pagamento .pag-seguro {
    position: relative;
    font-size: 0
}

.cart-delivery-payment .pagamento .pag-seguro:before {
    content: url(imgs/xlogo-pagseguro.png.pagespeed.ic.FgXUCBntWh.png);
    width: 160px;
    height: 33px;
    position: absolute;
    left: 4px;
    top: 7px
}

.cart-delivery-payment .suas-compras {
    color: #376042;
    margin-bottom: 0
}

.cart-delivery-payment .suas-compras .conteudo {
    padding-bottom: 0
}

.cart-delivery-payment .suas-compras .produto-all {
    overflow-y: auto;
    max-height: 350px
}

.cart-delivery-payment .suas-compras .cart-produto {
    display: inline-block;
    border-bottom: 1px solid #999;
    padding: 10px 0
}

.cart-delivery-payment .suas-compras .cart-produto:last-child {
    border-bottom: none
}

.cart-delivery-payment .suas-compras .active {
    display: inline-block
}

.cart-delivery-payment .suas-compras .photo-product {
    border: 1px solid #ccc
}

.cart-delivery-payment .suas-compras .cart-resumo p {
    margin-bottom: 1px
}

.cart-delivery-payment .suas-compras .cart-resumo .cart-produto-nome {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.cart-delivery-payment .suas-compras .cart-resumo .cart-referencia {
    font-size: 10px
}

.cart-delivery-payment .suas-compras .cart-resumo .cart-preco,.cart-delivery-payment .suas-compras .cart-resumo .cart-qtidade {
    font-size: 12px
}

.cart-delivery-payment .suas-compras .cart-resumo .cart-qtidade span {
    font-weight: 700
}

.cart-delivery-payment .suas-compras .cart-resumo .cart-preco span {
    font-weight: 700
}

.cart-delivery-payment .suas-compras .resumo-valores {
    background-color: #ddd;
    display: inline-block;
    padding: 20px;
    margin-bottom: -4px;
    color: #000
}

.cart-delivery-payment .suas-compras .resumo-valores .valor {
    text-align: right
}

.cart-delivery-payment .suas-compras .resumo-valores .block-valor {
    border-bottom: 1px solid #888;
    padding: 10px 0
}

#fbplus-frame,#fbplus-img {
    width: 100%;
    border: none;
    height: 100%
}

.cart-delivery-payment .suas-compras .resumo-valores .block-valor:last-child {
    border-bottom: none;
    font-weight: 700;
    padding-top: 20px;
    font-size: 16px
}

.cart-delivery-payment .fechar-compra {
    padding: 20px 0
}

#fbplus-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    cursor: pointer;
    overflow: hidden;
    z-index: 9999;
    display: none
}

#fbplus-loading div {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 480px
}

#fbplus-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9995;
    display: none
}

#fbplus-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    display: none
}

#fbplus-wrap {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    z-index: 9996;
    outline: 0;
    display: none
}

#fbplus-outer {
    position: relative;
    width: 100%;
    height: 100%;
    background: #fff
}

#fbplus-content {
    width: 0;
    height: 0;
    padding: 0;
    outline: 0;
    position: relative;
    overflow: hidden;
    z-index: 9997;
    border: 0 solid #fff
}

#fbplus-hide-sel-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: 0 0;
    z-index: 9996
}

#fbplus-close {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    background: url(imgs/fbplus.png.pagespeed.ce.EeV-SS7gMR.png) -40px 0;
    cursor: pointer;
    z-index: 9998;
    display: none
}

#fbplus-error {
    color: #444;
    font: 400 12px/20px Arial;
    padding: 14px;
    margin: 0
}

#fbplus-img {
    padding: 0;
    margin: 0;
    outline: 0;
    line-height: 0;
    vertical-align: top
}

#fbplus-frame {
    display: block
}

#fbplus-left,#fbplus-right {
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 35%;
    cursor: pointer;
    outline: 0;
    background: url(imgs/blank.gif.pagespeed.ce.MlRyYBVx8x.gif);
    z-index: 9997;
    visibility: visible
}

#fbplus-left {
    left: 0
}

#fbplus-right {
    right: 0
}

#fbplus-left-ico,#fbplus-right-ico {
    position: absolute;
    top: 50%;
    left: -9999px;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    cursor: pointer;
    z-index: 9997;
    display: block
}

#fbplus-left-ico {
    background-position: -40px -30px
}

#fbplus-right-ico {
    background-position: -40px -60px
}

#fbplus-left span {
    left: 20px
}

#fbplus-right span {
    left: auto;
    right: 0
}

.fbplus-bg {
    position: absolute;
    padding: 0;
    margin: 0;
    border: 0;
    width: 20px;
    height: 20px;
    z-index: 9996
}

#fbplus-bg-n,#fbplus-bg-s {
    left: 0;
    width: 100%;
    background-image: url(imgs/fbplus-x.png.pagespeed.ce.FoaW2KaUIU.png)
}

#fbplus-bg-e,#fbplus-bg-w {
    top: 0;
    height: 100%;
    background-image: url(imgs/xfbplus-y.png.pagespeed.ic.TLi_O2oPku.png)
}

#fbplus-bg-n {
    top: -20px
}

#fbplus-bg-ne {
    top: -20px;
    right: -20px;
    background-position: -40px -162px
}

#fbplus-bg-e {
    right: -20px;
    background-position: -20px 0
}

#fbplus-bg-se {
    bottom: -20px;
    right: -20px;
    background-position: -40px -182px
}

#fbplus-bg-s {
    bottom: -20px;
    background-position: 0 -20px
}

#fbplus-bg-sw {
    bottom: -20px;
    left: -20px;
    background-position: -40px -142px
}

#fbplus-bg-w {
    left: -20px
}

#fbplus-bg-nw {
    top: -20px;
    left: -20px;
    background-position: -40px -122px
}

#fbplus-title {
    font-family: Helvetica;
    font-size: 12px;
    z-index: 9997
}

.fbplus-title-inside {
    padding-bottom: 10px;
    text-align: center;
    color: #333;
    background: #fff;
    position: relative
}

.fbplus-title-outside {
    padding-top: 10px;
    color: #fff
}

.fbplus-title-over {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    text-align: left
}

#fbplus-title-over {
    padding: 10px;
    background-image: url(imgs/xfbplus_title_over.png.pagespeed.ic.s30037wgF1.png);
    display: block
}

.fbplus-title-float {
    position: absolute;
    left: 0;
    bottom: -20px;
    height: 32px
}

#fbplus-title-float-wrap {
    border: none;
    border-collapse: collapse;
    width: auto
}

#fbplus-title-float-wrap td {
    border: none;
    white-space: nowrap
}

#fbplus-title-float-left {
    padding: 0 0 0 15px;
    background: url(imgs/fbplus.png.pagespeed.ce.EeV-SS7gMR.png) -40px -90px no-repeat
}

#fbplus-title-float-main {
    color: #fff;
    line-height: 29px;
    font-weight: 700;
    padding: 0 0 3px;
    background: url(imgs/fbplus-x.png.pagespeed.ce.FoaW2KaUIU.png) 0 -40px
}

#fbplus-title-float-right {
    padding: 0 0 0 15px;
    background: url(imgs/fbplus.png.pagespeed.ce.EeV-SS7gMR.png) -55px -90px no-repeat
}

.fbplus-ie6 #fbplus-close {
    background: 0 0
}

.fbplus-ie6 #fbplus-left-ico {
    background: 0 0
}

.fbplus-ie6 #fbplus-right-ico {
    background: 0 0
}

.fbplus-ie6 #fbplus-title-over {
    background: 0 0;
    zoom:1}

.fbplus-ie6 #fbplus-title-float-left {
    background: 0 0
}

.fbplus-ie6 #fbplus-title-float-main {
    background: 0 0
}

.fbplus-ie6 #fbplus-title-float-right {
    background: 0 0
}

#fbplus-hide-sel-frame,.fbplus-ie6 #fbplus-bg-e,.fbplus-ie6 #fbplus-bg-w,.fbplus-ie6 #fbplus-left,.fbplus-ie6 #fbplus-right {
    height: expression(this.parentNode.clientHeight + "px")
}

#fbplus-loading.fbplus-ie6 {
    position: absolute;
    margin-top: 0;
    top: expression((-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2: document.body.clientHeight/2) + (ignoreMe=document.documentElement.scrollTop ? document.documentElement.scrollTop: document.body.scrollTop)) +"px" )
}

#fbplus-loading.fbplus-ie6 div {
    background: 0 0
}

.fbplus-ie .fbplus-bg {
    background: 0 0!important
}

.alert {
    line-height: 23px;
    color: #315c0d;
    font-size: 16px;
    text-align: left;
    background-color: #b4da94;
    border: 1px solid #b0d690;
    margin-bottom: 30px;
    padding: 5px 0;
    display: block;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.alert span {
    background-position: 10px -545px;
    padding-left: 35px;
    display: inline-block
}

.alert.error {
    color: #741414;
    background-color: #f5b6b6;
    border: 1px solid #f5b6b6;
    border-bottom: 2px solid #e09595
}

.alert.error span {
    background-position: 10px -581px;
    padding-left: 35px;
    display: inline-block
}

.alert.error.marginRight {
    margin-right: 4px
}

.alert.marginBottom10 {
    margin-bottom: 10px
}

.alert.marginBottom15 {
    margin-bottom: 15px
}

.alert.blue {
    color: #31708f;
    background: #bce8f1;
    border: 1px solid #bce8f1;
    border-bottom: 2px solid #9dd9e6;
    padding: 5px 15px
}

.alert strong {
    font-weight: 700
}

.alert.horario {
    margin-bottom: 30px!important;
    padding: 20px 20px 25px 20px
}

.alert.horario h3 {
    font-size: 24px!important;
    font-weight: 600
}

.alert.ebit {
    line-height: 30px;
    font-weight: 700;
    margin: 35px 0 30px 0!important
}

.alert.ebit span {
    line-height: 30px;
    background: 0 0;
    padding-left: 0;
    float: left
}

.alert.ebit img {
    margin: 1px 7px 0 7px;
    float: left
}

.alert.ebit a {
    color: #ff0d19
}

body .contratando {
    position: absolute;
    width: 250px;
    height: 300px;
    top: 50%;
    left: 50%;
    margin-left: -150px;
    margin-top: -125px;
    text-align: left;
    background: #fff;
    display: inline-block;
    z-index: 9999999!important
}

body .contratando,body .contratando a {
    color: #444
}

body .contratando i {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 16px;
    height: 16px;
    line-height: 12px;
    color: #000;
    font-style: normal;
    text-align: center;
    border: 1px solid #000;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

body .contratando .title {
    font-size: 15px;
    font-weight: 700
}

.modal-dialog label {
    width: 100%;
    text-align: left
}

.modal-dialog input {
    margin-right: 5px;
    float: left
}

.modal-dialog .btn-default {
    font-size: 14px;
    padding: 3px 10px 2px 10px;
    float: left
}

.modal-dialog button.btn-default[onclick="ReceberChave\(\);"] {
    margin-bottom: 10px
}

.product-badge {
    position: absolute;
    height: 24px;
    padding: 0 14px;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 24px;
    white-space: nowrap
}

.badgeNormal {
    display: inline-block;
    height: 24px;
    padding: 0 14px;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 24px;
    white-space: nowrap
}

.bg-primary-badge {
    background-color: #ee1620!important
}

.bg-success-badge {
    background-color: #4caf50!important
}

.bg-info-badge {
    background-color: #2196f3!important
}

.bg-warning-badge {
    background-color: #ffa000!important
}

.bg-danger-badge {
    background-color: #f44336!important
}

.bg-inverse-badge {
    background-color: #3f3e40!important
}

.bg-faded-badge,.bg-secondary-badge {
    background-color: #f5f5f5!important
}

.bg-dark-badge {
    background-color: #3f3e40!important
}

.bg-white-badge {
    background-color: #fff!important
}

.menu-blog {
    background-color: var(--sap-primary);
    padding: 32px 0 45px 0;
    text-align: center;
    color: #fff;
    border-bottom: 10px;
    border-bottom-color: #fff
}

.menu-blog ul {
    list-style: none;
    display: inline-block;
    margin: 0
}

.menu-blog ul li {
    display: inline;
    width: 187px;
    height: 55px;
    font-weight: 600;
    font-size: 18px;
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
    cursor: pointer;
    margin: 0 auto;
    border-right: 1px solid #00394c
}

.menu-blog ul li:first-child {
    font-size: 22px
}

.menu-blog ul li:last-child {
    border-right: 0 solid #00394c
}

.menu-blog ul li a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    border-bottom: 5px solid #eee
}

.menu-blog ul li a:hover {
    color: #6d6d6d;
    border-bottom: 3px solid #00394c
}

@media (max-width: 768px) {
    .menu-blog ul {
        list-style:none;
        display: list-item!important;
        padding-right: 30px;
        padding-left: 30px
    }

    .menu-blog ul li {
        display: list-item!important;
        width: 100%;
        height: 45px;
        font-weight: 600;
        font-size: 14px;
        padding-top: 10px;
        padding-left: 0;
        padding-right: 0;
        border-bottom: 1px solid #00394c;
        border-right: 0 solid #00394c
    }

    .menu-blog ul li:first-child {
        font-size: 18px;
        padding-top: 0
    }

    .menu-blog ul li:last-child {
        border-right: 0 solid #00394c
    }

    .menu-blog ul li a {
        color: #fff;
        text-decoration: none
    }

    .menu-blog ul li a:hover {
        color: #6d6d6d;
        border-bottom: 3px solid #00394c
    }
}

.profissionaissaude-wrapper {
    background-color: #fff;
    padding: 30px 0 30px 0
}

.profissionaissaude-wrapper .about-titulo {
    font-size: 20px;
    font-weight: 700;
    margin: 20px 0
}

.profissionaissaude-wrapper .about-titulo:after {
    content: "";
    position: absolute;
    border-bottom: 1px solid #000;
    width: 100%;
    left: -60px;
    top: 60px
}

.profissionaissaude-wrapper .about-titulo h2 {
    background-color: #fff;
    display: inline-block;
    z-index: 3;
    position: relative;
    padding: 0 30px 0 20px;
    left: -20px;
    font-weight: 500;
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: 1.1
}

@media (max-width: 768px) {
    .profissionaissaude-wrapper .about-titulo:after {
        content:"";
        border-bottom: 0 solid #fff;
        width: 100%;
        display: relative
    }

    .profissionaissaude-wrapper .about-titulo h2 {
        margin: auto;
        width: 100%;
        text-align: center;
        position: relative;
        display: block;
        padding: 0;
        left: 0;
        background-color: transparent;
        font-weight: 500;
        font-size: 30px;
        margin-top: 20px;
        margin-bottom: 10px;
        line-height: 1.1
    }
}

.menu-marca {
    background-color: #e5e5e5;
    padding: 20px 0 20px 0;
    min-height: 100px
}

.menu-marca .about-titulo {
    font-size: 20px;
    font-weight: 700;
    margin: 20px 0
}

.menu-marca .about-titulo:after {
    content: "";
    position: absolute;
    border-bottom: 1px solid #000;
    width: 100%;
    left: -60px;
    top: 60px
}

.menu-marca .about-titulo h2 {
    background-color: #e5e5e5;
    display: inline-block;
    z-index: 3;
    position: relative;
    padding: 0 30px 0 20px;
    left: -20px
}

@media (max-width: 768px) {
    .menu-marca .about-titulo:after {
        content:"";
        border-bottom: 0 solid #fff;
        width: 100%;
        display: relative
    }

    .menu-marca .about-titulo h2 {
        margin: auto;
        width: 100%;
        text-align: center;
        position: relative;
        display: block;
        padding: 0;
        left: 0;
        background-color: transparent
    }
}

.menu-marca img {
    padding-right: 5px
}

.paddingBottom20 {
    padding-bottom: 20px
}

.primeiraCategoria {
    width: 390px;
    height: 198px;
    background-color: #fff;
    text-align: center;
    vertical-align: middle;
    line-height: 190px;
    font-size: 22px;
    font-weight: 800;
    cursor: pointer
}

.segundaCategoria {
    width: 574px;
    height: 233px;
    background-color: #eee;
    text-align: center;
    vertical-align: middle;
    line-height: 190px;
    font-size: 24px;
    font-weight: 800;
    cursor: pointer
}

@media screen and (max-width: 767px) {
    .primeiraCategoria {
        width:100%
    }

    .segundaCategoria {
        width: 100%
    }
}

.owl-nav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.owl-next,.owl-prev {
    position: absolute;
    height: 100px;
    color: inherit;
    background: 0 0;
    border: none;
    z-index: 100
}

.owl-next i {
    font-size: 4.5rem;
    font-weight: 900;
    color: #097fb1;
    padding: 3px 5px 3px 5px
}

.owl-prev i {
    font-size: 4.5rem;
    color: #097fb1;
    font-weight: 900;
    padding: 3px 5px 3px 5px
}

.owl-prev {
    left: 0
}

.owl-next {
    right: 0
}

.owl-carousel-1 .owl-nav {
    top: 20%
}

.owl-carousel-1 .owl-next i {
    color: #fff
}

.owl-carousel-1 .owl-prev i {
    color: #fff
}

.owl-carousel-2 .owl-nav {
    top: 25%
}

.owl-carousel-2 .owl-next i {
    color: #fff
}

.owl-carousel-2 .owl-prev i {
    color: #fff
}

.categoria .menu-lateral ul.categorias .grades {
    line-height: 0!important;
    font-size: 13px;
    background: #fff;
    margin: -14px 0 -25px;
    padding-bottom: 5px!important
}

.categoria .menu-lateral .grades {
    max-height: 294px;
    overflow: hidden;
    overflow-y: scroll
}

.categoria .menu-lateral .grades .interno {
    max-height: 234px;
    overflow: hidden;
    overflow-y: auto
}

.categoria .menu-lateral .grades li input {
    margin: 8px 5px 0 10px;
    width: 10%;
    visibility: hidden;
    position: absolute
}

.categoria .menu-lateral .grades li label {
    width: 90%;
    font-weight: 400;
    position: relative
}

.categoria .menu-lateral .grades li:hover:not(:first-child) label {
    margin-left: -2px
}

.categoria .menu-lateral .grades li label::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid #00394c;
    border-radius: 4px;
    margin-right: 8px;
    vertical-align: middle
}

.categoria .menu-lateral .grades li input[type="checkbox"]:checked+label::before {
    background-color: #00394c
}

@media (max-width: 768px) {
    .col-xs-24.features.features-categorias {
        display:none
    }
}

@media (max-width: 800px) {
    .categoria .menu-lateral ul.categorias li.title+li {
        max-height:234px;
        overflow-y: auto;
        padding: 13px
    }
}

.categorias {
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,.1)
}

.toggle-icon {
    float: right;
    cursor: pointer
}

.menu-lateral-toggle-btn {
    display: none
}

#menu-lateral-close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    background: 0 0;
    border: none;
    font-size: 36px;
    cursor: pointer;
    color: #fff;
    font-weight: 700;
    transition: background-color .3s;
    z-index: 1000
}

#menu-lateral-close-button:hover {
    background-color: rgba(255,0,0,.1);
    border-radius: 50%;
    padding: 5px
}

#menu-lateral-close-button {
    display: none
}

#menu-lateral-toggle-button {
    display: none
}

.menu-lateral.show~.menu-lateral-toggle-btn {
    display: none
}

.menu-lateral-toggle-btn {
    float: right;
    margin-left: 0;
    padding-left: 0;
    background-color: #25d366;
    color: #fff;
    border: none;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color .3s
}

.menu-lateral-toggle-btn:hover {
    background-color: #006a91
}

.menu-lateral-toggle-btn svg {
    margin-top: -4px
}

@media screen and (max-width: 768px) {
    .menu-lateral {
        display:block;
        position: fixed;
        top: 0;
        left: -100%;
        width: 300px;
        overflow-y: auto;
        transition: left .3s;
        z-index: 1000
    }

    #menu-lateral-close-button {
        display: block
    }

    .menu-lateral.show {
        left: 0
    }

    #menu-lateral-toggle-button {
        display: block;
        position: relative
    }

    .filter-count {
        position: absolute;
        top: 0;
        background-color: red;
        color: #fff;
        height: 20px;
        width: 20px;
        border-radius: 50%;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        transform: translate(-50%,-50%)
    }

    .filter-count.active {
        display: flex
    }
}

.clearfix::after {
    content: "";
    display: table;
    clear: both
}

.backgroundPopup {
    position: fixed;
    _position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #000;
    display: none;
    z-index: 993
}

.popupClose {
    position: absolute;
    top: 2px;
    right: 2px;
    height: 28px!important;
    line-height: 22px!important;
    color: #1c5f25;
    font-size: 15px;
    padding: 0 9px 0 10px;
    display: block;
    cursor: pointer
}

.popup {
    position: fixed;
    _position: absolute;
    min-width: 360px;
    max-width: 700px;
    height: auto;
    background: #ebe9ea;
    display: none;
    z-index: 994;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.popup .header {
    background: #f1f1f1;
    border-bottom: 1px solid #ddd;
    padding: 15px 45px 15px 15px
}

@media (max-width: 480px) {
    .popup .header {
        padding:10px 45px 10px 15px
    }
}

.popup .header h5 {
    font-style: normal
}

.popup .gridPopup {
    border-top: 1px solid #f1f1f1;
    padding: 15px;
    overflow: hidden
}

.popup.senha {
    max-width: 500px
}

.popup.senha input {
    width: 240px
}

.popupLista {
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 700px;
    max-height: 507px
}

.backgroundPopup {
    position: fixed;
    _position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #000;
    display: none;
    z-index: 993
}

.popupClose {
    position: absolute;
    top: 2px;
    right: 2px;
    height: 28px!important;
    line-height: 22px!important;
    color: #1c5f25;
    font-size: 15px;
    padding: 0 9px 0 10px;
    display: block;
    cursor: pointer
}

.popup {
    position: fixed;
    _position: absolute;
    min-width: 360px;
    max-width: 700px;
    height: auto;
    background: #ebe9ea;
    display: none;
    z-index: 994;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.popup .header {
    background: #f1f1f1;
    border-bottom: 1px solid #ddd;
    padding: 15px 45px 15px 15px
}

@media (max-width: 480px) {
    .popup .header {
        padding:10px 45px 10px 15px
    }
}

.popup .header h5 {
    font-style: normal
}

.popup .gridPopup {
    border-top: 1px solid #f1f1f1;
    padding: 15px;
    overflow: hidden
}

.popup.senha {
    max-width: 500px
}

.popup.senha input {
    width: 240px
}

.popupLista {
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 700px;
    max-height: 507px
}
