/*
    Created on : 12/05/2017, 13:50:38
    Author     : Emanuel Marques
*/
*::-webkit-scrollbar-track {
    background-color: #F4F4F4;
}

*::-webkit-scrollbar {
    width: 6px;
    background: #F4F4F4;
}

*::-webkit-scrollbar:horizontal {
    height: 6px;
    background: #F4F4F4;
}

*::-webkit-scrollbar-thumb {
    background: #cac7c7;
}

a {
    text-decoration: none !important;
}

#error-box {
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 9999;
}

.alert {
    position: fixed !important;
    right: 0px !important;
    width: 30%;
    z-index: 99999 !important;
    opacity: 0.8 !important;
    animation: all ease 250ms;
}

.alert:hover {
    opacity: 1 !important;
    animation: all ease 250ms;
}

@media screen and (min-width: 1001px) {
    .navbar .yamm-content ul li {
        width: calc(25% - 10px) !important;
    }
}

@media screen and (max-width: 1000px) {
    .alert {
        width: 50% !important;
    }

    .navbar .yamm-content ul li {
        width: calc(33.33% - 10px) !important;
    }
}

@media screen and (max-width: 580px) {
    .alert {
        width: 70% !important;
    }

    .navbar .yamm-content ul li {
        width: calc(50% - 10px) !important;
    }
}

@media screen and (max-width: 450px) {

    /*Smartphones*/
    .alert {
        width: 100% !important;
    }

    #btn-container {
        float: left;
        left: 50%;
        position: relative;
        transform: translateX(-50%);
    }

    #btn-container .navbar-toggle {
        margin-top: 0px;
    }

}

.navbar .yamm-content ul li {
    display: inline-block;
    padding: 5px 10px;
    width: 15%;
}

@media (min-width: 1080px) and (max-width: 1300px) {
    .container {
        width: 1053px !important;
    }
}

.carousel-control {
    width: 0%;
}

.carousel-control.left,
.carousel-control.right {
    margin-left: 15px;
    background-image: none;
}

@media (max-width: 767px) {
    .carousel-inner .active.left {
        left: -100%;
    }

    .carousel-inner .next {
        left: 100%;
    }

    .carousel-inner .prev {
        left: -100%;
    }

    .active>div {
        display: none;
    }

    .active>div:first-child {
        display: block;
    }

}

@media (min-width: 767px) and (max-width: 992px) {
    .carousel-inner .active.left {
        left: -50%;
    }

    .carousel-inner .next {
        left: 50%;
    }

    .carousel-inner .prev {
        left: -50%;
    }

    .active>div {
        display: none;
    }

    .active>div:first-child {
        display: block;
    }

    .active>div:first-child+div {
        display: block;
    }
}

@media (min-width: 992px) {
    .carousel-inner .active.left {
        left: -25%;
    }

    .carousel-inner .next {
        left: 25%;
    }

    .carousel-inner .prev {
        left: -25%;
    }
}

.itemPedido.alterado {
    opacity: 0.7;
}

.itemPedido.alterado>.quantidade,
.itemPedido.alterado>.valorUnitario,
.itemPedido.alterado>.totalItem {
    text-decoration: line-through !important;
}

body {
    background: #fff;
    font-size: 15px;
}

.mt-0 {
    margin-top: 0rem;
}

.mt-1 {
    margin-top: 1rem;
}

.mt-2 {
    margin-top: 2rem;
}

.mt-3 {
    margin-top: 3rem;
}

.mt-4 {
    margin-top: 4rem;
}

.mt-5 {
    margin-top: 5rem;
}

.mb-0 {
    margin-bottom: 0rem;
}

.mb-1 {
    margin-bottom: 1rem;
}

.mb-2 {
    margin-bottom: 2rem;
}

.mb-3 {
    margin-bottom: 3rem;
}

.mb-4 {
    margin-bottom: 4rem;
}

.mb-5 {
    margin-bottom: 5rem;
}

.ml-0 {
    margin-left: 0rem;
}

.ml-1 {
    margin-left: 1rem;
}

.ml-2 {
    margin-left: 2rem;
}

.ml-3 {
    margin-left: 3rem;
}

.ml-4 {
    margin-left: 4rem;
}

.ml-5 {
    margin-left: 5rem;
}

.mr-0 {
    margin-right: 0rem;
}

.mr-1 {
    margin-right: 1rem;
}

.mr-2 {
    margin-right: 2rem;
}

.mr-3 {
    margin-right: 3rem;
}

.mr-4 {
    margin-right: 4rem;
}

.mr-5 {
    margin-right: 5rem;
}

.pt-0 {
    padding-top: 0rem;
}

.pt-1 {
    padding-top: 1rem;
}

.pt-2 {
    padding-top: 2rem;
}

.pt-3 {
    padding-top: 3rem;
}

.pt-4 {
    padding-top: 4rem;
}

.pt-5 {
    padding-top: 5rem;
}

.pb-0 {
    padding-bottom: 0rem;
}

.pb-1 {
    padding-bottom: 1rem;
}

.pb-2 {
    padding-bottom: 2rem;
}

.pb-3 {
    padding-bottom: 3rem;
}

.pb-4 {
    padding-bottom: 4rem;
}

.pb-5 {
    padding-bottom: 5rem;
}

.pl-0 {
    padding-left: 0rem;
}

.pl-1 {
    padding-left: 1rem;
}

.pl-2 {
    padding-left: 2rem;
}

.pl-3 {
    padding-left: 3rem;
}

.pl-4 {
    padding-left: 4rem;
}

.pl-5 {
    padding-left: 5rem;
}

.pr-0 {
    padding-right: 0rem;
}

.pr-1 {
    padding-right: 1rem;
}

.pr-2 {
    padding-right: 2rem;
}

.pr-3 {
    padding-right: 3rem;
}

.pr-4 {
    padding-right: 4rem;
}

.pr-5 {
    padding-right: 5rem;
}

.row.products {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: normal;
    flex-direction: row;
    justify-content: flex-start;
    margin: 0px;
}

.row.products .product-card {
    /*flex: 2;*/
    margin: 0px 10px 20px !important;
    flex-basis: calc(25% - 20px);
    /*overflow: hidden;*/
    display: flex;
    flex-flow: row wrap;
    align-content: space-between;
    position: relative;
}

.ribbon {
    padding-left: 62px;
    z-index: 0;
}

.ribbon.ribbonPrimary {
    top: 0px !important;
}

.ribbon.ribbonSecundary {
    top: 30px !important;
}

.ribbon .theribbon {
    position: relative;
    width: auto;
    padding: 3px 15px 3px 15px;
    margin: 15px 10px 10px -70px;
    color: #fff;
    background-color: var(--color-primary);
    text-shadow: 0px 1px 2px #bbb;
    font-size: 11px;
    font-weight: 700;
}

.ribbon .theribbon::after {
    left: 0px;
    top: 100%;
    border-width: 3px 4px;
    border-style: solid;
    border-color: #444646 #444646 transparent transparent;
}

/*                    .row.products .product-card > a > img{
                        object-fit: contain;
                    }*/
/*
                    .row.products .product-card > a{
                        height: 425px !important;
                        display: flex;
                        overflow: hidden;
                        max-width: 100% !important;
                        position: relative;
                    }*/

@media (max-width: 1250px) {
    .row.products .product-card {
        /*flex-basis: calc(100% - 10px)!important;*/
        flex-basis: calc(33.33333% - 20px) !important;
    }
}

@media (max-width: 768px) {
    .container_products {
        padding: 0px !important;
    }

    .row.products .product-card {
        /*flex-basis: calc(100% - 10px)!important;*/
        flex-basis: calc(50% - 20px) !important;
    }
}

.product-card {
    margin-bottom: 0px;
    display: flex;
    flex-flow: column;
    border: 1px solid #ccc;
    -webkit-box-shadow: 1px 2px 8px -1px rgba(0, 0, 0, 0.12);
    box-shadow: 1px 2px 8px -1px rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    position: relative;
}

.product-card>.image {
    width: 100%;
    position: relative;
    text-decoration: none !important;
}

.product-card>.image:before {
    content: "";
    box-shadow: 1px 2px 8px -1px rgba(0, 0, 0, 0.12);
    position: absolute;
    width: 100%;
    display: block;
    height: 100%;
    bottom: 0px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    z-index: -1;
}

.product-card>.image>img {
    width: 100%;
    height: auto;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    z-index: 9;
    display: flex !important;
}

.product-card .label.labelDesc {
    text-align: center !important;
    position: absolute;
    font-size: 15px;
    top: 10px;
    right: 10px;
    padding: 5px 10px;
    border: solid 1px var(--color-primary);
    background: var(--color-primary);
}

.product-card .text {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 0px !important;
}

.product-card .price {
    height: 40px !important;
    font-size: 13px !important;
    margin-bottom: 5px !important;
    display: table;
}

.product-card .price span {
    display: table-cell;
    vertical-align: middle;
}

.product-card .price strong {
    font-size: 14px !important;
}

.product-card .text .loja {
    margin-bottom: 0px;
    text-align: center;
    color: #aaa;
    height: 45px !important;
}

.product-card .text .loja>small {
    color: #555
}

.product-card .text .loja .whatsapp {
    font-size: 12px;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 0px;
}

.product-card .text .loja .whatsapp a {
    cursor: pointer;
    line-height: 20px;
    color: #40c351;
}

.product-card .text .loja .whatsapp a img {
    max-height: 20px;
    display: inline;
    width: auto;
}

.product-card .name {
    margin: 5px 0px 0px 0px;
    text-align: center;
    height: 30px;
}

.product-card .name a {
    color: #333;
    hyphens: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.seePrice {
    margin-top: 5px;
    margin-bottom: 15px;
}

.breadcrumb {
    box-shadow: none !important;
    font-size: 11px;
    padding: 5px 0px;
    font-weight: 600;
    text-transform: uppercase;
    color: #777;
}

#productMain .box,
#details.box {
    box-shadow: none !important;
}

#productMain .reference {
    position: absolute;
    margin: 5px;
    right: 20px;
    opacity: 0.4;
}

#productMain .name {
    margin: 10px 0px;
    text-transform: uppercase !important;
}

#productMain .whatsapp {
    font-size: 14px;
    text-align: center;
    margin-top: 15px !important;
    margin-bottom: 0px;
}

#productMain .whatsapp a {
    text-decoration: none;
    line-height: 25px;
}

.btn-whatsapp {
    background: #40c351;
    border: solid 1px #3db04c;
    color: white !important;
    text-decoration: none;
}

.btn-whatsapp:hover,
.btn-whatsapp:active {
    background: #3db04c;
    border: solid 1px #289e37;
}

#productMain .whatsapp a img {
    max-height: 20px;
    margin-right: 7px;
    margin-bottom: 4px;
}

#productMain .lojista {
    font-size: 14px;
    text-align: center;
    width: 100%;
    float: left;
    color: #777;
    margin-bottom: 5px;
}

#productMain .lojista a {
    color: #777 !important;
}

#productMain .price {
    font-weight: 300;
    margin-top: 15px !important;
    font-size: 22px !important;
}

#productMain .price strong {
    font-size: 25px !important;
    font-weight: 700;
}

#productMain #btnComprarD {
    margin-top: 10px;
    width: 100%;
}

.caracteristicas>#formProduto {
    display: flex;
    flex-flow: row wrap;
}

@media (max-width: 900px) {
    .caracteristicas>#formProduto>* {
        flex: 1 100% !important;
    }
}

.radio_group_tamanhos {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
}

.radio_group_tamanhos>label {
    width: 100%;
    flex: 1 100%;
    font-weight: bold;
    color: var(--color-primary);
}

.radio_group_tamanhos>.radio_item>input {
    position: fixed;
    opacity: 0;
    pointer-events: none;
    touch-action: none !important;
}

.radio_group_tamanhos>.radio_item>label {
    height: 45px;
    width: 45px;
    border-radius: 50%;
    border: solid 1px #CCC;
    display: block;
    text-align: center;
    vertical-align: middle;
    line-height: 44px;
    margin: 5px;
    cursor: pointer;
    font-weight: bold;
    user-select: none;
}

.radio_group_tamanhos>.radio_item.link>label {
    width: auto;
    border-radius: 4px;
    padding: 0px 5px;
}

.radio_group_tamanhos>.radio_item input[type=radio]:checked~label,
.radio_group_tamanhos>.radio_item input[type=radio]:checked+label {
    background: var(--color-primary);
    border-color: var(--color-primary);
    color: white;
}

.cadastrar {
    flex: 1 100%;
    text-align: center;
    margin-bottom: 20px;
}

.cadastrar .btn {
    border: solid 3px #333;
    background-color: transparent;
    color: #333;
    font-size: 20px;
}

.cadastrar .btn:hover {
    background-color: #333;
    color: #fff;
}

.lojas,
.polos {
    background: #e0e0e0;
    position: relative;
    display: flex;
    flex-flow: column;
}

.logosLojistas,
.logosPolos {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0px 15px;
    justify-content: center;
    position: relative;
}

.showLojas,
.showPolos {
    background: #e0e0e0;
    flex: 1 100%;
    text-align: center;
    margin-top: 35px;
    margin-bottom: 35px;
    cursor: pointer;
    user-select: none;
}

.logosLojistas .logoLojista,
.logosPolos .logoPolo {
    width: auto;
    height: 200px;
    /*flex: 2;*/
    padding: 0px 0px;
    text-align: center;
}

.logosLojistas .logoLojista img,
.logosPolos .logoPolo img {
    max-height: calc(100% - 20px);
    max-width: calc(100% - 20px);
    margin: 0 auto;
}

.produtosInicial {
    padding-bottom: 25px;
}

.produtosInicial h4 {
    flex: 1 100%;
    text-align: center;
    margin: 20px 0px;
}

.produtosInicial .row.products .product-card {
    flex-basis: calc(20% - 10px);
}

.navbar-header {
    width: 100% !important;
    display: flex;
    margin: 0px !important;
    padding: 0px !important;
}

.navbar-header>* {
    padding-right: 0px;
    flex: 1 0 auto;
    margin: 5px 0px;
}

.navbar-header>.navbar-brand {
    height: 100px;
    flex: 0 225px;
    margin: 0px 10px 0px 0px !important;
    padding: 5px 0px !important;
}

.navbar-header>.navbar-brand img {
    position: relative;
    height: 100%;
    margin: 0 auto !important;
    width: auto;
    max-width: 100%;
}

.navbar-header>.pesquisa {
    flex: 6 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.navbar-header .navbar-form {
    flex: 1 100%;
    margin: 0;
    padding: 0px;
    height: 34px;
}

.navbar-header .navbar-buttons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 0 225px;
}

.navbar-header .navbar-btn {
    margin: 0px;
    height: 34px;
    width: 34px;
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
}

.navbar-header>.pesquisa .input-group {
    width: 100%;
}

.navbar-header>.pesquisa .input-group .btn {
    border: none;
    padding: 0px;
    height: 34px;
    width: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.navbar-header .loginBtn {
    display: flex !important;
    flex-flow: row nowrap;
}

.navbar-header .loginBtn span {
    font-size: 13px;
    margin-left: 5px;
}

@media (max-width: 800px) {
    .navbar-header {
        flex-wrap: wrap;
    }

    .navbar-header>.navbar-brand {
        flex: 1 auto;
    }

    .navbar-header .pesquisa {
        order: 3;
        flex: 1 100%;
    }
}

@media (max-width: 550px) {
    .navbar-header>.pesquisa>.navbar-form {
        margin: 5px 0px;
    }

    .navbar-header>.navbar-brand {
        height: 70px !important;
    }

    .navbar-header>.navbar-brand>img {
        margin: 0 auto;
        max-height: 70px !important;
        top: 50%;
        transform: translateY(-50%);
    }

    #botoesTopo>#btn-container {
        position: relative;
        display: flex;
        justify-content: space-between;
        padding: 0px 15px;
    }

    #botoesTopo>#btn-container>* {
        margin: 5px 0px 10px 0px !important;
    }
}

.navbar.yamm>.container {
    width: calc(100% - 60px) !important;
    margin: 0px 30px;
}

.gridHeader {
    display: grid;
    grid-template-columns: 250px 1fr 180px;
    grid-template-areas: "logo search buttons" "logo nav_cats buttons";
}

.catalogo .gridHeader {
    grid-template-rows: 60px 60px;
}

.gridHeader>#logoTopo {
    padding: 0px 10px;
    grid-area: logo;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gridHeader>#logoTopo img {
    max-height: 85%;
    max-width: 100%;
}

.gridHeader>.pesquisa {
    grid-area: search;
    width: 100%;
}

.catalogo .gridHeader>.pesquisa {
    grid-row-end: nav_cats;
    align-self: center;
}

.gridHeader>.pesquisa>.navbar-form {
    display: flex;
    justify-content: center;
}

.gridHeader>.pesquisa .input-group {
    width: 85%;
    margin: 0 auto;
}

.gridHeader>.pesquisa .input-group-btn {
    width: 1%;
}

.gridHeader>.navbar-header {
    grid-area: buttons;
}

.gridHeader>.navbar-header>.navbar-buttons>* {
    height: 34px !important;
}

.gridHeader>.wrap_menu_categorias {
    grid-area: nav_cats;
    overflow: auto;
}

@media (max-width: 800px) {
    .navbar.yamm>.container {
        width: 100% !important;
        margin: 0px;
    }

    .gridHeader {
        grid-template-columns: 150px 1fr;
        grid-template-areas: "logo buttons" "search search" "nav_cats nav_cats";
    }

    .gridHeader>.navbar-header {
        justify-content: end;
    }

    .gridHeader>.pesquisa .input-group {
        width: 100%;
    }

    .gridHeader>#logoTopo {
        max-height: 75px;
        justify-content: start;
    }

    .gridHeader>.pesquisa>.navbar-form {
        margin: 5px 0px;
        padding: 0px;
    }
}

#navigation {
    width: 100%;
}

.navbar-nav>li>a {
    padding-top: 5px !important;
    padding-bottom: 20px !important;
}

.menu_categorias::-webkit-scrollbar {
    display: none;
}

.menu_categorias {
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    scrollbar-width: none;
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    padding: 5px 10px 0px 10px;
    max-width: 100%;
    overflow-x: auto;
    margin-bottom: 0px;
}

.wrap_menu_categorias {
    position: relative;
    height: auto;
    justify-content: center;
    width: 100%;
    display: flex;
    align-items: center;
}

/*.wrap_menu_categorias.scrollable .menu_categorias{
    box-shadow: inset -27px -5px 20px -30px rgba(0,0,0,0.30);
}*/
.wrap_menu_categorias .next,
.wrap_menu_categorias .prev {
    height: 34px;
    width: 34px;
    margin-left: 5px;
    padding: 0px;
    padding-left: 3px;
    margin-bottom: 25px;
    background: none;
}

.wrap_menu_categorias .prev {
    margin-left: 0px;
    margin-right: 3px;
}

#navbar.collapseCategories .wrap_menu_categorias .next,
#navbar.collapseCategories .wrap_menu_categorias .prev {
    margin-bottom: 0px;
}

#navbar.collapseCategories #logoTopo {
    /*height: 70px !important;*/
}

.menu_categorias .item_categoria {
    display: flex;
    cursor: pointer;
    width: 80px;
    flex-flow: column nowrap;
    align-items: center;
    margin-right: 20px;
    border-bottom: solid 4px transparent;
}

.menu_categorias .item_categoria:last-child {
    margin-right: 0px;
}

.menu_categorias .item_categoria:hover {
    text-decoration: none;
    border-bottom: solid 4px var(--color-primary-hover);
    transition: none;
}

.menu_categorias .item_categoria .dropdown-menu {
    position: fixed;
    overflow-y: auto;
    width: 100%;
    left: 0px;
    margin-top: 0px;
    padding-top: 0px;
    transition: top 0.3s;
    background: var(--background-header);
    color: var(--color-header);
}

.menu_categorias .item_categoria .dropdown-menu .yamm-content li:not(.superior) {
    border: none !important;
    border-radius: 4px;
    /*box-shadow: 1px 2px 7px -1px rgba(0,0,0,0.2);*/
    margin: 5px;
    position: relative;
}

/*.menu_categorias .item_categoria .dropdown-menu .yamm-content  li:hover{
    box-shadow: 1px 2px 7px 2px rgba(0,0,0,0.25);
}*/
.menu_categorias .item_categoria .dropdown-menu .yamm-content li:not(.superior)::before {
    content: '';
    border-bottom: 1px solid var(--color-header);
    opacity: 0.3;
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    transition: opacity ease-in 200ms;
}

.menu_categorias .item_categoria .dropdown-menu .yamm-content li:not(.superior):hover::before {
    border-radius: 4px;
    opacity: 0.5;
    border: 1px solid var(--color-header);
}

.menu_categorias .item_categoria .dropdown-menu .yamm-content li.superior {
    flex: 1 100%;
    color: var(--color-primary) !important;
}

.menu_categorias .item_categoria .dropdown-menu .yamm-content li.superior a {
    color: var(--color-primary) !important;
}

.menu_categorias .item_categoria .dropdown-menu li a {
    font-size: 13px;
    font-weight: 700;
    color: var(--color-header) !important;
}

.navbar .yamm-content ul {
    display: flex;
    flex-flow: row wrap;
}

.menu_categorias .item_categoria .imagem {
    user-select: none;
    width: 60px !important;
    min-height: 60px !important;
    border-radius: 50%;
    margin-bottom: 5px;
    max-height: 60px;
}

.menu_categorias .item_categoria.todasCategorias .imagem,
.menu_categorias .item_categoria .imagem.iniciais {
    color: #ffffff;
    background-color: var(--color-primary);
    border-color: var(--color-primary-hover);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}

.menu_categorias .item_categoria .nome {
    display: flex;
    align-items: center;
    user-select: none;
    text-align: center;
    flex: 1 100%;
    font-size: 12px !important;
    font-weight: 700;
    color: var(--color-header) !important;
    line-height: 18px;
    padding-bottom: 5px;
}

#navbar {
    margin-bottom: 0px;
    border-bottom: 1px solid #ccc;
    background-color: var(--background-header) !important;
    color: var(--color-header) !important;

}

#navbar.sticky {
    position: fixed;
    /* Make it sticky/fixed */
    width: 100%;
    /* Full width */
    transition: top 0.3s;
    /* Transition effect when sliding down (and up) */
    z-index: 10;
}

#navbar.collapseCategories #top {
    display: none;
}

#navbar.collapseCategories .item_categoria .imagem {
    display: none;
}

#navbar.collapseCategories .item_categoria .nome {
    font-size: 14px;
    margin: 5px;
}

.owl-dot.active span {
    background: var(--color-primary-hover) !important;
}

#content .panel.sidebar-menu .panel-body label {
    color: #333;
    font-size: 14px;
    font-weight: 700;
}

#content .panel.sidebar-menu .panel-body label small {
    margin-left: 5px;
}

#main-content>#content {
    margin-top: 15px;
}

#basket-overview a {
    position: relative;
}

#basket-overview .badge {
    color: var(--color-primary);
    background-color: #ffffff;
    box-shadow: -1px 2px 6px 0px rgba(0, 0, 0, 0.6);
    position: absolute;
    top: -8px;
    right: -8px;
}

.navbar-header .pesquisa .input-group-btn {
    display: flex;
    width: 34px !important;
}

.navbar-header .pesquisa .form-control {
    width: calc(100% - 34px);
}

.loginBtn {
    position: relative;
}

.toggleMenuLogin {
    cursor: pointer;
}

@media (min-width:992px) {
    #filtros .panel-body {
        display: block !important;
    }
}

.box {
    float: left;
    /*height: 100%;*/
    width: 100%;
}

.p-0 {
    padding: 0px !important;
}

.m-0 {
    margin: 0px !important;
}

.w-100 {
    width: 100% !important;
}

.nowrap {
    white-space: nowrap;
}

.select2-container--default .select2-selection--single {
    height: 34px !important;
    border: 1px solid #ccc !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 32px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 32px !important;
}

.swal2-popup.swal2-toast {
    font-size: 13px !important;
}

.swal2-popup.swal2-toast .swal2-icon {
    margin-right: 10px !important;
}

.swal2-popup {
    font-family: inherit;
    font-size: 15px !important;
}

.swal2-popup.swal2-toast {
    cursor: pointer;
    max-width: 400px;
}

.swal2-popup.swal2-toast .swal2-content {
    text-align: left;
    margin-left: 10px;
}

.box-footer.social a {
    margin: 0 10px 0 0;
    color: #fff;
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    line-height: 26px;
    font-size: 15px;
    text-align: center;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    vertical-align: bottom;
    background-color: #555555;
}

.box-footer.social a i {
    vertical-align: middle;
}

.box-footer.social a.facebook:hover {
    background-color: #4460ae;
}

.box-footer.social a.gplus:hover {
    background-color: #c21f25;
}

.box-footer.social a.twitter:hover {
    background-color: #3cf;
}

.box-footer.social a.instagram:hover {
    background-color: #cd4378;
}

.box-footer.social a.whatsapp:hover {
    background-color: #00cc33;
}

.box-footer.social a.email:hover {
    background-color: #4a7f45;
}

.card-slider.owl-carousel {
    /*opacity: 0.8;*/
}

.card-slider.owl-carousel .owl-item .img-responsive,
.products-slider .owl-item .img-responsive {
    width: 100%;
    height: auto;
}

.card-slider.owl-carousel .owl-dots,
.products-slider .owl-dots {
    width: 100%;
    left: 0px;
    bottom: 10px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-slider.owl-carousel .owl-dots .owl-dot span,
.products-slider .owl-dots .owl-dot span {
    width: 7px;
    height: 7px;
    margin: 0px 3px;
    transition: all ease-in 200ms;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    opacity: 0.8;
}

.card-slider.owl-carousel .owl-dots .owl-dot.active span,
.products-slider .owl-dots .owl-dot.active span {
    opacity: 0.9;
    width: 10px;
    height: 10px;
}

.card-slider.owl-carousel .owl-nav,
.products-slider .owl-nav {
    position: absolute;
    right: 0px;
    bottom: 0px;
    height: 100%;
    width: 100%;
    cursor: default !important;
    pointer-events: none !important;
    touch-action: none !important;
}

.card-slider.owl-carousel .owl-nav>button,
.slider-container>button {
    position: absolute;
    height: 55px;
    width: 55px;
    background: white !important;
    color: #333 !important;
    font-size: 25px;
    line-height: 50px;
    opacity: 0.80 !important;
    border-radius: 50%;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    top: 50%;
    transform: translateY(-50%);
    pointer-events: auto;
    transition: all ease-in 200ms;
}

.slider-container {
    margin-bottom: 25px;
    padding: 0px !important;
    text-align: center;
    position: relative;
    width: 100%;
}

.slider-container .slider {
    padding-right: 20px !important;
}

.slider-container .slider .items {
    display: flex;
    flex-flow: row nowrap;
    margin-right: 20px;
}

.slider-container .slider .item:last-child {
    margin-right: 25px !important;
}

.slider-container>h4 {
    margin: 35px 0px;
}

@media (max-width: 570px) {
    .slider-container {
        margin-bottom: 15px;
    }

    .slider-container>div,
    .slider-container {
        padding: 0px;
    }

    .navbar.navbar-default.yamm {
        margin-bottom: 0px;
    }

    #logoTopo {
        padding: 5px 0px 0px 0px !important;
    }
}

.slider-container>button {
    z-index: 9;
    border: none;
}

.slider-container>button:hover {
    opacity: 1 !important;
}

.slider-container>.btn-prev {
    left: 10px;
    padding-right: 12px !important;
}

.slider-container>.btn-next {
    right: 10px;
    padding-left: 12px !important;
}

.card-slider.owl-carousel .owl-nav>button:hover,
.products-slider>button:hover {
    opacity: 1 !important;
}

.card-slider.owl-carousel .owl-nav>.owl-prev {
    left: 30px;
    padding-right: 5px !important;
}

.card-slider.owl-carousel .owl-nav>.owl-next {
    right: 30px;
    padding-left: 5px !important;
}

.products-slider {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    margin: 0px 0px 0px 25px !important;
    width: calc(100% - 25px);
    overflow: auto;
    -ms-overflow-style: none;
    /* IE 11 */
    scrollbar-width: none;
    /* Firefox 64 */
}

.products-slider .item {
    width: calc(var(--vw) * 17) !important;
    flex: 1 0 calc(var(--vw) * 17) !important;
    margin: 5px;
}

.products-slider .owl-nav>.owl-prev {
    left: -20px;
}

.products-slider .owl-nav>.owl-next {
    right: -20px;
}

.card-slider.owl-carousel .owl-item.active {
    opacity: 1;
}

.card-slider.owl-carousel .owl-item.active.center .item {
    transform: none;
}

.card-slider.owl-carousel .item {
    border-radius: 5px;
    overflow: hidden;
    transform: scale(0.95);
    transition: all ease-in 300ms;
}

.card-slider.owl-carousel.single-slide .item {
    transform: none;
}

.card-slider.owl-carousel .item,
.products-slider .item {
    width: 100%;
}

@media (max-width: 1000px) {
    .card-slider.owl-carousel:not(.single-slide) .item {
        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
        margin: 5px 0px;
        width: calc(var(--vw) * 90);
    }

    .slider-container>button {
        display: none;
    }

    .products-slider {
        margin: 0px 0px 0px 10px !important;
        width: calc(100% - 10px);
    }

    .products-slider .item {
        width: calc(var(--vw) * 42) !important;
        flex: 1 0 calc(var(--vw) * 42) !important;
    }

    .products-slider .owl-item .item {
        transition: all ease-in 300ms;
        transform: scale(0.95);
    }

    .products-slider .owl-item.active .item {
        transform: none;
    }

    .card-slider.owl-carousel .owl-nav,
    .products-slider .owl-nav {
        display: none;
    }

    .card-slider.owl-carousel .owl-nav>button,
    .products-slider>button {
        height: 40px;
        width: 40px;
        line-height: 35px;
        font-size: 20px;
    }

    .card-slider.owl-carousel .owl-dots,
    .products-slider .owl-dots {
        display: none;
    }
}

.cards {
    grid-template-columns: repeat(4, 1fr);
    position: relative;
    width: 100%;
    /*padding: 25px 5vw 35px 5vw;*/
    padding: 5px 5vw 5px 5vw;
    display: grid;
    grid-gap: 15px;
    grid-auto-flow: row dense;
}

.cardItem button {
    font-weight: 700;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}

.cardItem.doubleColumn button {
    left: 10px;
    transform: none;
}

.cardItem {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.cardItem[data-columns='2'] {
    grid-column: span 2;
}

.cardItem[data-columns='3'] {
    grid-column: span 3;
}

.cardItem[data-columns='4'] {
    grid-column: span 4;
}

.cardItem[data-rows='2'] {
    grid-row: span 2;
}

@media (max-width: 600px) {
    .cards {
        padding: 5px 2vw 5px 2vw;
        grid-template-columns: repeat(2, 1fr);
        grid-auto-flow: dense;
    }

    .cardItem[data-columns='4'],
    .cardItem[data-columns='3'] {
        grid-column: span 2 !important;
    }
}

.cardItem img {
    height: 100%;
    width: 100%;
}

.products-slider>h4 {
    text-align: center;
}

.hide-owl-next .owl-next,
.hide-owl-prev .owl-prev,
.hide-owl-next.hide-owl-prev .owl-controls {
    display: none !important;
}

.modal-open {
    overflow: hidden !important;
}

@keyframes placeHolderShimmer {
    0% {
        background-position: 145% 0
    }

    100% {
        background-position: -60% 0
    }
}

img {
    color: transparent !important;
    text-decoration: none;
}

.lazy {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 200% 50%;
    position: relative;
    border: solid 1px transparent;
}

* {
    outline: none;
}

.p1NewsLetter {
    color: #969696 !important;
}

.label-bordered {
    border: 1px solid #cecece;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
}

.margtop {
    margin-top: 10px !important;
}

.inputG {
    width: 33rem;
    color: #969696 !important
}

.mg0auto {
    margin: 0 auto;
}

.textJust {
    text-align: justify;
}

.pding-b1rem {
    padding-bottom: 3rem;
}


.divNewsLetter {
    background-color: white;
    width: 100%;
    height: 33rem;
    text-align: center;
    margin-bottom: -0.9rem
}

.h1newsLetter {
    color: #969696 !important;
    font-size: 23px;
    font-weight: 800;
}

.btnNewsLetter {
    margin-top: 1.4rem;
    margin-bottom: 1.4rem;
    background-color: #2c2e2d !important;
    color: white;

}

.btnNewsLetter:hover {
    color: #2c2e2d;
    border: 1px solid #2c2e2d;
    background-color: white !important;
}

.inputCursor:hover {
    cursor: text;
}

.linksFooter li,
.linksFooter li a {
    color: #333 !important;
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 10px;
}

.linksFooter li a:hover {
    color: var(--color-primary) !important;
}

.linksFooter li i {
    font-size: 17px;
}

#footer .social {
    text-align: center !important;
}

.section-title {
    font-family: var(--secundary-font);
    color: #333;
    font-weight: 700;
    font-size: 22px;
    padding: 25px 0px !important;
}

#filtros .checkbox {
    margin: 0px;
}

#filtros .checkbox.level-1 {
    margin-left: 0px;
}

#filtros .checkbox.level-2 {
    margin-left: 15px;
}

#filtros .checkbox.level-3 {
    margin-left: 30px;
}

#filtros .checkbox.level-4 {
    margin-left: 45px;
}

#filtros .checkbox input {
    opacity: 0 !important;
}

#filtros .checkbox input:checked+span {
    color: var(--color-text-button-hover) !important;
    background: var(--color-primary-hover) !important;
}

#filtros .checkbox label {
    margin: 2px 0px;
}

#filtros .checkbox span {
    padding: 5px;
}

#filtros .filtrar {
    max-height: 250px;
    overflow-y: auto;
}

#filtros .filtrar {
    scrollbar-color: rgba(0, 0, 0, .2) hsl(0, 20%, 97.1%);
    scrollbar-width: thin;
}

#filtros .filtrar::-webkit-scrollbar {
    width: 6px !important;
    height: 6px !important;
}

#filtros .filtrar::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .2);
}

#filtros .filtrar::-webkit-scrollbar-track {
    background: hsla(0, 0%, 100%, .1);
}

#content #paginator .pagination>li>a,
#content #paginator .pagination>li>span {
    width: 40px;
    text-align: center;
}

.pageButton {
    cursor: pointer;
    user-select: none;
}

#formProduto #table-grade th {
    vertical-align: middle;
}

#formProduto #table-grade input.quantidade {
    max-width: 75px;
    margin: 0 auto;
    padding: 3px 3px 3px 6px;
}

#formProduto #table-grade tbody td {
    padding: 3px;
}

#formProduto #table-grade input.quantidade.invalid {
    border-color: #ee993f;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(227, 161, 91, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(227, 161, 91, 0.6);
}