@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
    margin-top: 0;
    margin-bottom: 0;
    background: #f9f9fc;
    font-family: "Bebas Neue", serif;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.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-2,
.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-2,
.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-2,
.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-right: 7.5px;
    padding-left: 7.5px;
}

.row {
    margin-right: -7.5px;
    margin-left: -7.5px;
}

.panel .panel-heading h3 {
    margin: 0px;
    font-size: 16px;
}

.panel-default>.panel-heading {
    color: #333;
    background-color: transparent;
    border-color: rgb(0 0 0 / 10%);
    padding: 15px;
}

.panel.panel-default {
    border: none;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .05);
    box-shadow: 0 5px 5px rgba(0, 0, 0, .05);
}

.form-control {
    border: 1px solid #ebedf2;
}

.panel-categoria h4 {
    margin: 0 0 15px;
}

.panel-categoria .form-group {
    margin: 0 0 5px;
}

.panel-categoria .form-group:last-child {
    margin: 0;
}

#loading {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    z-index: 9999;
    font-size: 30px;
    text-align: center;
    overflow: hidden;
    display: none;
    vertical-align: middle;
    color: #f5f6fc;
}

#loading.active {
    display: table;
}

#loading .text {
    display: table-cell;
    vertical-align: middle;
}

.catalogo .cores {
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 5px;
    min-height: 28px;
}

.catalogo .cores .btn-cor {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 5px;
    /* margin-right: 5px; */
    font-size: 10px;
    border-radius: 0;
    /*border-left: none;*/
    border-right: none;
    padding: 3px 3px;
    position: relative;
    background: transparent;
    border-color: rgb(0 0 0 / 25%);
    border-right: 0px;
}

.catalogo .cores .btn-cor.active {
    /*border-right: 1px solid #cccccc;*/
}

.catalogo .cores .btn-cor:last-child {
    margin-right: 0px;
    border-right: 1px solid rgb(0 0 0 / 25%);
}

.catalogo .cores .btn-cor:after {
    content: ' ';
    position: absolute;
    right: -1px;
    height: calc(100% + 2px);
    width: 1px;
    background: rgb(0 0 0 / 25%);
    top: -1px;
}

.produto .btn-cor {
    margin-bottom: 5px;
}

#load-more {
    border-color: rgb(0 0 0 / 30%);
}

.no-margin {
    margin: 0px !important;
}

.no-padding {
    padding: 0px !important;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

td .img-capa {
    max-height: 50px;
    max-width: 50px;
    display: inline-block;
    border-radius: 100%;
    margin-right: 10px;
}

td,
th {
    vertical-align: middle !important;
}

.panel-categoria label {
    display: flex;
    align-items: center;
    margin: 0;
}

.panel-categoria label input {
    margin: 0 5px 0 0;
}

.navbar-brand {
    float: left;
    height: 70px;
    padding: 10px 15px;
    font-size: 18px;
    line-height: 20px;
}

.navbar-brand .logo {
    height: 50px;
}

.catalogo .panel-heading h3 {
    height: 30px;
    overflow: hidden;
    font-size: 14px;
    font-weight: bold;
}

.catalogo .panel-footer {
    /*height: 130px;*/
    overflow: hidden;
}

.catalogo .panel-footer p {
    font-size: 12px;
    height: 17px;
    overflow: hidden;
}

.catalogo .panel-body .img {
    /*height: 204px;*/
    overflow: hidden;
    cursor: pointer;
    position: relative;
}

.catalogo .panel-body .img:hover .detalhes {
    display: block;
}

.catalogo .panel-body .img .detalhes {
    display: none;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 20px;
    height: 100%;
    line-height: 204px;
}

.catalogo .tamanhos {
    text-align: center;
    margin-bottom: 10px;
}

.catalogo .tamanhos .tamanho {
    display: inline-block;
    border: 1px solid rgb(0 0 0 / 25%);
    background: transparent;
    text-align: center;
    padding: 2px 7px;
    margin-right: 5px;
}

.catalogo .tamanhos .tamanho:last-child {
    margin: 0px;
}

.catalogo .tamanhos .tamanho.disabled {
    color: #a7a7a7;
    border-color: #a7a7a7;
    background-color: #e4e4e4;
    cursor: not-allowed;
}

.select2-container {
    width: 100% !important;
}

footer {
    background: #131313;
    color: #fff;
    padding: 20px 0;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .05);
    box-shadow: 0 5px 5px rgba(0, 0, 0, .05);
    margin-top: 20px;
    text-align: center;
    border-top: 1px solid #b9040e;
}

.blueimp-gallery>.prev,
.blueimp-gallery>.next,
.blueimp-gallery>.close,
.blueimp-gallery>.title,
.blueimp-gallery>.play-pause {
    display: block;
}

.blueimp-gallery h3.title {
    display: block;
    text-align: center;
    width: 100%;
}

header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    z-index: 999;

}

body>.container {
    margin-top: 15px;
}

header .navbar-menu {
    background: #131313;
    width: 100%;
    height: 120px;
    display: flex;
    align-items: center;
}

.sub-menu {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .05);
    box-shadow: 0 5px 5px rgba(0, 0, 0, .05);
    background: #131313;
    border-top: 1px solid rgb(185 4 14);
    padding: 12px 30px;
    border-bottom: 1px solid rgb(185 4 14);
}

header .row {
    display: flex;
    align-items: center;
    margin: 0;
}

header .row .menu-collapse {
    display: none;
}

header .row .logo {
    flex: 0 0;
}

header .row .logo img {
    max-height: 82px;
}

header .row .search {
    flex: 1 1;
    padding: 0 60px;
}

header .row .search input {
    height: 50px;
    border: none;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    padding-left: 20px;
    font-size: 16px;
    color: #dddddd;
    font-weight: 500;
    background: #131313;
}

header .row .search input::placeholder {
    color: #dddddd !important;
}

header .row .search .btn {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #131313;
    color: #fff;
}

header .row .search .btn svg {
    width: 24px;
    height: 24px;
}

header .row .search input::-webkit-input-placeholder {
    color: #6e6e6e;
}

header .row .search input:-ms-input-placeholder {
    color: #6e6e6e;
}

header .row .search input::placeholder {
    color: #6e6e6e;
}

header .row .search input:focus {
    border-color: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: 0;
    margin-right: -1px;
}

header .row .search button {
    height: 40px;
    border: none;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    padding-right: 20px;
    font-size: 18px;
    color: #6e6e6e;
}

header .row .search button:hover {
    background: #fff;
    color: #6e6e6e;
}

header .row .menu {
    flex: 0 0;
}

header .row .menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}

header .row .menu ul li {
    align-items: center;
    margin-left: 25px;
}

header .row .menu ul li:first-child {
    margin-left: 0px;
}

header .row .menu ul li a {
    display: flex;
    color: #fff;
    align-items: center;
    font-size: 16px;
    position: relative;
    font-family: "Roboto", serif;
}

header .row .menu ul li a span {
    margin-left: 5px;
}

header .row .menu ul li a svg {
    width: 22px;
    height: 22px;
}

header .row .menu ul li a:hover {
    text-decoration: none;
    color: #c0c0c0;
}

header .row .menu ul li a i {
    margin-right: 10px;
    font-size: 30px;
}

header .row .menu ul li a span.cart-total {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #b9040e;
    color: #ffffff;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    position: absolute;
    right: -13px;
    top: -12px;
    font-size: 11px;
    font-family: "Roboto", serif;
}

.sub-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    height: 100%;
    align-items: center;
}

.sub-menu ul li {
    margin-right: 35px;
}

.sub-menu ul li:last-child {
    margin-right: 0px;
}

.sub-menu ul li a {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.sub-menu ul li a .text-hidden {
    display: none;
}

.sub-menu ul li a .text-active {
    display: block;
}

.sub-menu ul li a[aria-expanded="true"] .text-hidden {
    display: block;
}

.sub-menu ul li a[aria-expanded="true"] .text-active {
    display: none;
}

.sub-menu ul li a.active .text-hidden {
    display: block;
}

.sub-menu ul li a.active .text-active {
    display: none;
}

.sub-menu ul li a i {
    font-size: 18px;
    margin-right: 5px;
}

.sub-menu ul li a:hover {
    text-decoration: none;
    color: #797474;
}

.sub-menu ul li a:focus {
    outline: none !important;
    outline-offset: unset;
    text-decoration: none;
}

.navbar-menu .search #pesquisa_topo .input-group {
    border-radius: 0px;
    border: 1px;
    border-style: solid;
    border-color: #b9040e;
    overflow: hidden;
}

.counter-minus, .counter-plus {
    width: 30px;
    font-size: 14px;
}
button.btn.btn-primary.counter-plus {
    background: #3cb16c;
}
button.btn.btn-primary.add-cart {
    background: #3cb16c;
}
#lista-produtos {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

#lista-produtos .col-md-4 {
    display: flex;
    justify-content: center;
}

.catalogo {
    display: flex;
    flex-direction: column;
}

.catalogo .panel-body {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

.panel .panel-body a {
    text-align: center;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 500;
    color: #000;
}

.panel .panel-body a.btn {
    background: #b9040e;
    color: #fff;
    border-radius: 0;
    border: none;
}

.panel .panel-body a.valor {
    font-size: 18px;
}

section.produtos .row {
    display: flex;
    flex-wrap: wrap;
}

section.produtos .row .col-xs-12 {
    display: flex;
    justify-content: center;
}

section.produtos {
    padding: 0 0 30px;
}

section.produtos .catalogo {}

section.categorias .item {
    display: flex;
}

section.categorias .item {
    display: flex;
    padding-right: 7.5px;
    padding-left: 7.5px;
    flex: 1 1;
}

section.categorias .item a {
    position: relative;
}

section.categorias .item img {
    max-width: 100%;
}

section.categorias .item a .texto {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 30%);
    display: flex;
    justify-content: center;
    align-items: flex-end;
    color: #fff;
    font-size: 30px;
    padding-bottom: 15px;
    text-align: center;
}

#lista-produtos .col-md-4 .catalogo .panel-body .btn.btn-primary {
    width: 100%;
}

.title-head {
    margin: 0 0 15px;
    position: relative;
}

.produto .slide-preview {
    list-style: none;
    margin: 0 10px 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    flex: 0 0;
}

.produto .slide-preview li {
    margin-top: 15px;
}

.produto .slide-preview li:first-child {
    margin-top: 0;
}

.produto .slide-preview li a img {
    max-width: 50px;
}

.produto .slide-produto {
    display: none;
}

.produto .slide-produto.active {
    display: flex;
}

.produto .slide {
    flex: 1 1 0;
    display: flex;
    width: calc(100% - 55px);
}

.owl-carousel {
    position: relative;
}

.owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
}

.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    left: -10px;
    font-size: 16px !important;
}

.owl-carousel .owl-nav .owl-prev span {
    font-size: 16px !important;
}

.owl-carousel .owl-nav .owl-next {
    position: absolute;
    right: -10px;
    font-size: 16px !important;
}

.lista-tamanho {
    display: none;
}

.lista-qtd {
    display: none;
}

.lista-tamanho.active {
    display: flex;
    flex-direction: column;
}

.lista-qtd.active {
    display: flex;
    flex-direction: column;
}

.lista-tamanho.active .linha {
    display: flex;
    margin: 0 0 5px;
}

.lista-qtd .item {
    display: none;
}

.lista-qtd.active .item.active {
    display: flex;
}

.lista-qtd.active .item.active .input-group {
    width: 100%;
}

.lista-tamanho .tamanho {
    flex: 0 0 50px;
    display: flex;
    border: 1px solid #b9040e;
    background: #fff;
    text-align: center;
    padding: 2px 7px;
    margin-right: 5px;
    align-items: center;
    justify-content: center;
}

.lista-tamanho .quantidade {
    display: flex;
    flex: 1 1;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.lista-tamanho .handle-counter {
    flex: 0 0 120px;
    margin-left: 5px;
}

.lista-tamanho .handle-counter input {
    text-align: center;
}

.lista-tamanho .tamanho.disabled {
    color: #a7a7a7;
    border-color: #a7a7a7;
    background-color: #e4e4e4;
    cursor: not-allowed;
}

.produto h3 {
    margin: 0 0 15px;
}

.add-cart {
    width: 100%;
    margin-top: 10px;
}

.btn.btn-primary {
    background: #b9040e;
    border: none;
}

.produto p.erro {
    margin: 10px 0 0;
    color: #ff0000;
    font-weight: bold;
    font-size: 15px;
}

.handle-counter.input-group input {
    text-align: center;
}

.handle-counter.input-group input.error {
    border: 2px solid #ff0000;
    color: #ff0000;
    font-weight: bold;
}

p.error {
    color: #ff0000;
    font-weight: bold;
    font-size: 15px;
}

.m-tb-15 {
    margin: 15px 0;
}

table {
    margin: 0 !important;
}

.total table td {
    font-size: 18px;
    font-weight: bold;
}

table.no-border td {
    border: none !important;
}

.title-pagamento {
    padding: 15px;
    margin: 0;
}

.panel-group {
    border-top: 1px solid #e3e3e3;
}

.menu-mobile {
    display: none;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: none;
}

.menu-categorias {
    position: absolute;
    width: 100%;
    background: #131313;
    top: 170px;
    z-index: 9999;
    padding: 10px 0;
    border-top: 1px solid rgb(185 4 14);
    border-bottom: 1px solid rgb(185 4 14);
}

.menu-categorias.collapsing {
    display: none;
}

.menu-categorias.collapse.in~#menu-bg {
    display: block;
}

.menu-categorias h4 {
    margin: 0 0 10px;
    color: #bfbfbf;
}

.menu-categorias ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-categorias ul li {
    padding: 2px 0;
}

.menu-categorias ul li a {
    color: #fff;
}

.menu-categorias ul li.conta a {
    font-size: 16px;
    color: #fff;
}

.menu-categorias .list {
    display: flex;
    flex-wrap: wrap;
}

.menu-categorias .list .item-big {
    flex: 1 1 50%;
}

.menu-categorias .list .item {
    flex: 1 1 25%;
    margin: 15px 0;
    padding: 0 5px;
}

#menu-bg {
    background: rgb(0 0 0 / 70%);
    position: absolute;
    top: 171px;
    height: 100vh;
    width: 100%;
    z-index: 9998;
    display: none;
}

.filtro-bar {
    display: none;
    background: #fff;
    padding: 5px 10px;
    margin-bottom: 15px;
    -webkit-box-shadow: 0 5px 5px rgb(0 0 0 / 5%);
    box-shadow: 0 5px 5px rgb(0 0 0 / 5%);
}

.filtro-bar a {
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.filtro-bar a i {
    font-size: 18px;
    margin-right: 5px;
}

.panel-group .panel-title a {
    position: relative;
    width: 100%;
    display: block;
}

#pagamentos .panel .panel-heading a {
    margin-bottom: 0px;
    text-align: left;
}

.panel a.btn {
    margin: 0;
}

.panel-group .panel-title a::after {
    content: "\f107";
    color: #333;
    top: -2px;
    right: 0px;
    position: absolute;
    font-family: "FontAwesome"
}

.panel-group .panel-title a[aria-expanded="true"]::after {
    content: "\f106";
}

.panel-group .panel.panel-default {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #e3e3e3;
}

:focus,
*:focus,
a:focus,
header .row .menu-collapse a:focus {
    outline: none !important;
    outline-offset: unset !important;
}

#banner #banner-home img {
    width: 100%;
}

.produto.loja .lista-tamanho {
    flex-direction: row;
    margin-bottom: 15px;
}

.produto.loja .lista-tamanho .tamanho {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding: 0;
    flex: 0 0 30px;
    border: 1px solid rgb(0 0 0 / 20%);
    cursor: pointer;
}

.produto.loja .lista-tamanho .tamanho:hover {
    background: rgb(0 0 0 / 10%);
}

.produto.loja .lista-tamanho .tamanho:active {
    background: rgb(0 0 0 / 20%);
}

.produto.loja .lista-tamanho .tamanho.selected {
    border: 2px solid rgb(0 0 0 / 55%);
}

.botoes-compra {
    display: flex;
    align-items: center;
}

.botoes-compra>.item {
    width: 50%;
    display: flex;
    padding-right: 7.5px;
}

.botoes-compra>.botao {
    width: 50%;
    display: flex;
    padding-left: 7.5px;
}

.botoes-compra>.botao button {
    margin: 0;
}

#banner-video {
    background: #131313;
    background-image: url(../img/bannerbg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

#banner-video .banner-video-content {
    display: flex;
    padding: 30px 0;
}

#banner-video .banner-video-content .text {
    flex: 0 0 40%;
    display: flex;
    align-items: flex-end;
    padding-right: 30px;
}

#banner-video .banner-video-content .text h3 {
    color: #fff;
    font-size: 60px;
    white-space: pre-wrap;
}

#banner-video .banner-video-content .video {
    flex: 0 0 60%;
    background: #fff;
    padding: 15px;
    position: relative;
}

#banner-video .banner-video-content .video:before {
    content: ' ';
    position: absolute;
    width: calc(100% - 10px);
    height: 10px;
    bottom: -10px;
    right: -10px;
    background: #b9040e;
}

#banner-video .banner-video-content .video:after {
    content: ' ';
    position: absolute;
    width: 10px;
    height: calc(100% - 10px);
    top: 10px;
    right: -10px;
    background: #b9040e;
}

#banner-video .banner-video-content .video iframe,
#banner-video .banner-video-content .video img {
    width: 100%;
}

#banner-video .banner-video-content .video .img {
    position: relative;
}

#banner-video .banner-video-content .video .img svg {
    position: absolute;
    width: 68px;
    height: 48px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .2s ease;
    cursor: pointer;
}

#banner-video .banner-video-content .video .img svg .maincolor {
    fill: rgba(255, 0, 0, 0.8);
}

section.categorias {
    padding: 50px 0;
}


  

@media screen and (max-width: 991px) {
    header .row .search {
        flex: 1 1;
        padding: 0 30px;
    }

    #banner-video .banner-video-content .text {
        padding: 0;
        flex: unset;
    }

    #banner-video .banner-video-content {
        flex-direction: column;
    }

    #banner-video .banner-video-content .text h3 {
        font-size: 40px;
        text-align: center;
        width: 100%;
        margin: 0 0 30px;
    }
}

@media screen and (max-width: 767px) {
    .catalogo .panel-body .img {
        height: auto;
    }

    .catalogo .panel-body .img .detalhes {
        height: 100%;
    }

    header .row .logo img {
        max-height: 50px;
        max-width: 100px;
    }

    header .navbar-menu {
        height: 155px;
    }

    header .container {
        height: 100%;
    }

    header .row {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        height: 100%;
        padding: 5px 0;
    }

    header .row .search {
        padding: 0;
        order: 2;
        flex: 1 1 100%;
    }

    header .row .menu-collapse {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    header .row .menu-collapse a {
        color: #fff;
        font-size: 30px;
        padding: 0;
        margin: 0;
        height: 30px;
        width: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    header .row .menu-collapse a:hover,
    header .row .menu-collapse a:focus {
        text-decoration: none;
    }

    header .row .menu-collapse a .text-hidden {
        display: none;
    }

    header .row .menu-collapse a .text-active {
        display: flex;
        width: 30px;
        height: 30px;
        align-items: center;
        justify-content: center;
    }

    header .row .menu-collapse a[aria-expanded="true"] .text-hidden {
        display: flex;
        width: 30px;
        height: 30px;
        align-items: center;
        justify-content: center;
    }

    header .row .menu-collapse a[aria-expanded="true"] .text-active {
        display: none;
    }

    header .row .menu-collapse a.active .text-hidden {
        display: block;
    }

    header .row .menu-collapse a.active .text-active {
        display: none;
    }

    header .row .menu-collapse a:hover {
        text-decoration: none;
    }

    header .row .logo {
        flex: 1 1 0;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 15px;
    }

    header .row .search button {
        padding: 0 10px 0 0;
        font-size: 16px;
    }

    header .row .search input {
        padding: 0 0 0 15px;
        font-size: 15px;
    }

    .navbar-menu .search #pesquisa_topo .input-group-btn button {
        margin-left: 0;
        margin-right: 0;
        padding-right: 15px;
    }

    header .row .menu ul li {
        align-items: center;
        margin-left: 0px;
    }

    header .row .menu ul li a {
        width: 30px;
        height: 30px;
    }

    .container {
        margin: 0 !important;
        width: 100%;
    }

    body>.container {
        margin-top: 15px !important;
    }

    .row-categoria .col-xs-12 {
        display: flex;
        width: 100%;
    }

    .row-categoria .col-xs-12 .panel {
        width: 100%;
    }

    .row-categoria .col-xs-12 .panel-body {
        display: flex;
        width: 100%;
        justify-content: space-between;
    }

    .row-categoria .col-xs-12 .panel-body a {
        flex: 1 1 0;
    }

    .menu-categorias {
        top: 115px;
    }

    .menu-categorias .list .item {
        flex: 1 1 100%;
        margin: 5px 0;
        padding: 0;
    }

    .filtro {
        display: none;
    }

    .filtro-bar {
        display: flex;
    }

    .filtro.active {
        display: block;
    }

    .slide-produto {
        flex-direction: column;
    }

    .slide-preview {
        margin: 15px 0;
        order: 2;
        flex-direction: row;
    }

    .produto .slide {
        width: 100%;
    }

    .slide-preview li {
        margin: 0 15px 0 0;
    }

    .slide-preview li:last-child {
        margin-right: 0;
    }

    #carrinho-area {
        background: #f9f9fc;
    }

    #carrinho-area table thead {
        display: none;
    }

    #carrinho-area table tbody {
        display: flex;
        flex-direction: column;
    }

    #carrinho-area table tbody tr {
        display: flex;
        /* flex-direction: column; */
        border: 1px solid #ddd;
        margin-bottom: 10px;
        flex-wrap: wrap;
    }

    #carrinho-area table tbody tr:last-child {
        margin-bottom: 0;
    }

    #carrinho-area table tbody td {
        border: none;
        width: calc(100% / 3);
        padding: 5px;
        background: #fff;
    }

    #carrinho-area table tbody td:nth-child(1) {
        width: 30px;
        display: flex;
        justify-content: center;
        border-bottom: 1px solid #ddd;
    }

    #carrinho-area table tbody td:nth-child(2) {
        width: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-bottom: 1px solid #ddd;

    }

    #carrinho-area table tbody td:nth-child(3) {
        width: calc(100% - 90px);
        border-bottom: 1px solid #ddd;
    }

    #carrinho-area table tbody td:nth-child(4) {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 10px 5px;
    }

    #carrinho-area table tbody td:nth-child(4) br {
        display: none;
    }

    .btn-preco {
        line-height: 1;
    }

    #carrinho-area table tbody td:nth-child(5) {
        padding: 10px 5px;
    }

    #carrinho-area table tbody td:nth-child(5) p {
        font-size: 12px;
    }

    #carrinho-area table tbody td:nth-child(6) {
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: bold;
        font-size: 17px;
        padding: 10px 5px;
    }

    .handle-counter input.form-control {
        padding: 0;
    }

    .handle-counter button {
        padding-left: 5px;
        padding-right: 5px;
    }

    .sub-menu.visible-xs {
        display: flex !important;
    }

    section.categorias .row {
        display: flex;
        flex-wrap: wrap;
    }

    section.categorias .row .col {
        flex: 1 1 100%;
        width: 100%;
        margin-bottom: 15px;
    }

    section.categorias .row .col:last-child {
        margin-bottom: 0;
    }

    section.produtos {
        padding: 15px 0;
    }

    footer {
        margin-top: 15px;
    }
}