.control-top-menu {
    display: none;
}

.header {
    background-color: transparent;
}

.header::before {
    background-image: none;
}

.header:hover {
    background-color: black;
}

.header.scroll {
    background-color: rgba(0, 0, 0, 0.8);
}

.header.scroll:hover {
    background-color: black;
}

.banner-topo {
    height: 100vh;
    background-image: url(/frontend/img/banners/banner-home.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 0 70px;
}

.banner-topo.lancamento {
    height: 100vh;
    background-image: url(/frontend/img/banners/banner-lancamento.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 0 70px;
}

.banner-topo.abertura {
    height: 100vh;
    background-image: url(/frontend/img/banners/banner-abertura.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 0 70px;
}

.banner-topo.natal {
    height: 100vh;
    background-image: url(/frontend/img/banners/banner-natal.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 0 70px;
}


.banner-topo.saldos {
    height: 100vh;
    background-image: url(/frontend/img/banners/banner-saldos.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 0 70px;
    align-items: flex-end;
}



.banner-topo .info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
}
.banner-topo .info .btnCampanha {
    padding: 0;
    color: #ffffff;
    background-color: #ddbb6b;
    text-align: center;
    border-radius: 0;
    display: inline-block;
}
.banner-topo .info .btnCampanha:hover {
    opacity: 0.8;
}
.banner-topo .info .btnCampanha .texto {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
    font-size: 20px;
}
.banner-topo .info .btnCampanha .seta {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    padding: 0 20px;
    background-color: #000000;
    border-left: 1px solid #FFFFFF;
}




.banner-middle {
    height: 100vh;
    background-image: url(/frontend/img/banners/banner-home-middle.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-top: 6px solid #6782BB;
    border-bottom: 6px solid #6782BB;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    padding: 0 70px;
}

.banner-middle .info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 10%;
}

.search-section {
    padding: 40px 0;
    background-color: #222421;
    border-bottom: 6px solid #6782BB;
    z-index: 999
}

.search-section .linha-btn {
    height: 80px;
    position: absolute;
    top: -92px;
}

.search-section .linha-btn .btn-tab {
    float: left;
    padding: 15px 25px;
    color: #FFFFFF;
    background-color: #5B5C5B;
    border-right: 1px solid #FFFFFF;
    cursor: pointer;
}

.search-section .linha-btn .btn-tab:last-child {
    border-right: none;
}

.search-section .linha-btn .btn-tab.active {
    background-color: #222421;
}

.linha-pesquisa {
    display: none;
}

.linha-pesquisa.active {
    display: block;
}

.search-section .title {
    float: left;
    width: 180px;
    height: 80px;
    border-right: 1px solid #868587;
    padding: 10px 0;
}

.search-section .search-area {
    float: left;
    width: calc(100% - 180px);
    height: 80px;
    padding-left: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

.search-section .search-area select {
    width: calc(100% - 1px);
    height: 45px;
    margin-right: 1px;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0 25px 0 10px;
    cursor: pointer;
}

.search-section .select-search:after {
    content: "\f107";
    font-family: FontAwesome;
    color: #6782BB;
    position: absolute;
    right: 10px;
    bottom: 0;
    z-index: 1;
    text-align: center;
    height: 40px;
    line-height: 40px;
    pointer-events: none;
}

.search-section .search-area input[type="text"] {
    width: calc(100% - 1px);
    height: 45px;
    background-color: #FFFFFF;
    border: none;
    padding: 0 10px;
}

.search-section .search-area input[type="text"]::-webkit-input-placeholder {
    color: #868587;
    font-family: RobotoBold;
}

.search-section .search-area input[type="submit"] {
    width: 100%;
    height: 45px;
    color: #FFFFFF;
    background-color: #6782BB;
    border: none;
    transition: background-color 0.5s ease;
    cursor: pointer;
}

.search-section .search-area input[type="submit"]:hover {
    background-color: #536B9D;
}

.categorias {
    width: 100%;
    float: left;
    border-top: 6px solid #6782BB;
    border-bottom: 6px solid #6782BB;
}

.categorias .item {
    height: 280px;
    width: 25%;
    float: left;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
}

.categorias .item::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000000;
    opacity: 0.5;
    transition: opacity 0.5s ease-out;
}

.info-categoria {
    margin-top: 10px;
    padding-top: 12px;
    border-top: 1px solid #FFFFFF;
    transition: all 0.5s ease;
    opacity: 0;
    height: 0;
    overflow: hidden;
}

.categorias .item:hover .info-categoria {
    opacity: 1;
    height: 55px;
}

.categorias .item:hover::before {
    opacity: 0.75;
}

.marcas {
    margin: 0 80px;
    float: left;
    position: absolute;
    bottom: -213px;
    z-index: 2;
    border: 0.5px solid #868587;
}

.marcas .item {
    height: 140px;
    width: 25%;
    float: left;
    background-color: #FFFFFF;
    overflow: hidden;
    border: 0.5px solid #868587;
}

.marcas .item img.img-visible {
    z-index: 2;
    background-color: #FFFFFF;
    opacity: 1;
    margin: 0 auto;
    transition: all 0.75s ease;
}

.marcas .item img.img-visible:hover {
    opacity: 0;
}

.marcas .item .img-hover {
    position: absolute;
    top: 0;
    width: 100%;
    background-color: #FFFFFF;
}

.marcas .item .img-hover img {
    margin: 0 auto;
}

.lista-produtos {
    float: left;
    width: 100%;
}

.lista-produtos:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(/frontend/img/background-padrao.png);
    background-color: #DCDDDE;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    z-index: -1;
}

.lista-produtos .lista {
    float: left;
    padding: 0 80px;
    top: -80px;
    width: 100%;
}

.lista-produtos .lista .product {
    float: left;
    width: 25%;
}

.lista-produtos .lista .product:nth-child(1) .item,
.lista-produtos .lista .product:nth-child(2) .item,
.lista-produtos .lista .product:nth-child(3) .item,
.lista-produtos .lista .product:nth-child(4) .item {
    border-top: 1px solid #868587;
}

.lista-produtos .lista .product:nth-child(1) .item, .lista-produtos .lista .product:nth-child(5) .item {
    border-left: 1px solid #868587;
}

.lista-produtos .lista .item {
    padding: 0;
    background-color: #FFFFFF;
    height: 390px;
    border-right: 1px solid #868587;
    border-bottom: 1px solid #868587;
    overflow: hidden;
}

.lista-produtos .lista .item .container-image {
    overflow: hidden;
    height: 253px;
    width: 255px;
}

.lista-produtos .lista .item .container-info {
    height: 107px;
    width: 255px;
    padding: 0 20px;
}

.lista-produtos .lista .item .add-cart {
    padding: 10px 20px;
    background-color: #6782BB;
    width: 100%;
    display: block;
    border: none;
    cursor: pointer;
    color: #FFFFFF;
    transition: background-color 0.5s ease;
}

.lista-produtos .lista .item .add-cart:hover {
    background-color: #536B9D;
}

.lista-produtos .lista .item .promo {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 90px 90px 0 0;
    border-color: #6782BB transparent transparent transparent;
    z-index: 2;
}

.lista-produtos .lista .item .promo .text {
    transform: rotate(-45deg);
    top: -40px;
    left: 10px;
}

.lista-produtos .lista .item img {
    transform: scale(1);
    transition: all 0.5s ease-in-out;
}

.lista-produtos .lista .item:hover img {
    transform: scale(1.1);
}

@media only screen and (max-width: 992px) {
    .banner-topo.lancamento {
        padding: 0 15px;
    }
    .banner-topo {
        padding: 0 15px;
    }
    .banner-topo.natal {
        padding: 0 15px;
    }
    .banner-topo.natal h2 {
       font-size: 60px;
    }
    .banner-topo.natal h3 {
        font-size: 25px;
    }


    .banner-topo.saldos {
        padding: 0 15px;
        align-items: center;
    }
    .banner-topo.saldos h3 {
        font-size: 35px;
    }



    .search-section {
        padding: 30px 15px 25px 15px;
    }
    .search-section .linha-btn {
        top: -82px;
    }
    .search-section .title {
        display: none;
    }
    .search-section .search-area {
        float: left;
        width: 100% ;
        height: auto;
        padding: 0;
        display: block;
    }


    .search-section .search-area select {
        margin-right: 0;
    }

    .categorias .item {
        height: 220px;
        width: 50%;
    }

    .titles-section .spacer-130 {
        height: 60px;
    }

    .marcas {
        position: relative;
        bottom: 0;
        margin: 0 15px;
    }

    .marcas .item {
        height: auto;
        width: 25%;
    }

    .banner-middle {
        padding: 0 15px;
    }


    .lista-produtos .lista {
        float: left;
        padding: 60px 15px;
        top: auto;

        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        align-content: center;

    }
    .lista-produtos .lista .product {
        float: left;
        width: 33.333333333333333333333333333333%;
        max-width: initial;
    }
    .lista-produtos .lista .item .container-image {
        width: 100%;
    }
    .lista-produtos .lista .item .container-image img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
    .lista-produtos .lista .item .container-info {
        width: 100%;
    }


    .lista-produtos .lista .product:nth-child(1) .item {
        border-top: 1px solid #868587;
        border-left: 1px solid #868587;
    }
    .lista-produtos .lista .product:nth-child(2) .item {
        border-top: 1px solid #868587;
    }
    .lista-produtos .lista .product:nth-child(3) .item {
        border-top: 1px solid #868587;
        border-left: none;
    }
    .lista-produtos .lista .product:nth-child(4) .item {
        border-top: none;
        border-left: 1px solid #868587
    }
    .lista-produtos .lista .product:nth-child(5) .item {
        border-top: none;
        border-left: none;
    }
    .lista-produtos .lista .product:nth-child(6) .item {
        border-top: none;
    }
    .lista-produtos .lista .product:nth-child(7) .item {
        border-top: none;
        border-left: 1px solid #868587;
    }
    .lista-produtos .lista .product:nth-child(8) .item {
        border-top: none;
    }

}

@media only screen and (max-width: 768px) {
    .banner-topo.lancamento {
        padding: 0 15px;
    }
    .banner-topo {
        padding: 0 15px;
    }


    .banner-topo.natal {
        padding: 0 15px;
    }
    .banner-topo.natal h2 {
        font-size: 60px;
        text-shadow: 2px 0px 2px rgba(255, 255, 255, 1);
    }
    .banner-topo.natal h3 {
        font-size: 25px;
        text-shadow: 2px 0px 2px rgba(255, 255, 255, 1);
    }

    .banner-topo.saldos {
        padding: 0 15px;
        align-items: center;
    }
    .banner-topo.saldos h3 {
        font-size: 35px;
    }


    .search-section {
        padding: 30px 15px 25px 15px;
    }
    .search-section .linha-btn {
        top: -82px;
    }
    .search-section .title {
        display: none;
    }
    .search-section .search-area {
        float: left;
        width: 100% ;
        height: auto;
        padding: 0;
        display: block;
    }
    .search-section .search-area .col-20, .search-section .search-area .col-80 {
        width: 100%;
        margin: 0 0 5px 0;
    }
    .search-section .search-area select {
        margin-right: 0;
    }

    .categorias .item {
        height: 220px;
        width: 50%;
    }

    .titles-section .spacer-130 {
        height: 60px;
    }

    .marcas {
        position: relative;
        bottom: 0;
        margin: 0 15px;
    }

    .marcas .item {
        height: auto;
        width: 25%;
    }

    .banner-middle {
        padding: 0 15px;
    }


    .lista-produtos .lista {
        float: left;
        padding: 60px 15px;
        top: auto;
    }
    .lista-produtos .lista .product {
        float: left;
        width: 50%;
        max-width: initial;
    }
    .lista-produtos .lista .item .container-image {
        width: 100%;
    }
    .lista-produtos .lista .item .container-image img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
    .lista-produtos .lista .item .container-info {
        width: 100%;
    }


    .lista-produtos .lista .product:nth-child(1) .item {
        border-top: 1px solid #868587;
        border-left: 1px solid #868587;
    }
    .lista-produtos .lista .product:nth-child(2) .item {
        border-top: 1px solid #868587;
    }
    .lista-produtos .lista .product:nth-child(3) .item {
        border-top: none;
        border-left: 1px solid #868587;
    }
    .lista-produtos .lista .product:nth-child(4) .item {
        border-top: none;
        border-left: none;
    }
    .lista-produtos .lista .product:nth-child(5) .item {
        border-top: none;
        border-left: 1px solid #868587;
    }
    .lista-produtos .lista .product:nth-child(6) .item {
        border-top: none;
    }
    .lista-produtos .lista .product:nth-child(7) .item {
        border-top: none;
        border-left: 1px solid #868587;
    }
    .lista-produtos .lista .product:nth-child(8) .item {
        border-top: none;
    }

}

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

    .banner-topo.lancamento {
        padding: 0 15px;
    }
    .banner-topo {
        padding: 0 15px;
    }
    .banner-topo h2 {
        font-size: 30px;
    }
    .banner-topo h3 {
        font-size: 16px;
    }


    .banner-topo.saldos {
        padding: 0 15px;
        align-items: center;
    }
    .banner-topo.saldos h3 {
        font-size: 25px;
    }


    .search-section {
        padding: 30px 15px 25px 15px;
    }
    .search-section .linha-btn .btn-tab {
        font-size: 12px;
        padding: 15px 8px;
    }
    .search-section .linha-btn {
        top: -77px;
    }
    .search-section .title {
        display: none;
    }
    .search-section .search-area {
        float: left;
        width: 100% ;
        height: auto;
        padding: 0;
        display: block;
    }
    .search-section .search-area .col-20, .search-section .search-area .col-80 {
        width: 100%;
        margin: 0 0 5px 0;
    }
    .search-section .search-area select {
        margin-right: 0;
    }

    .categorias .item {
        height: 220px;
        width: 100%;
    }

    .titles-section {
        padding: 60px 15px;
    }
    .titles-section .spacer-130 {
        height: 60px;
    }

    .marcas {
        position: relative;
        bottom: 0;
        margin: 0 15px;
    }
    .marcas .item {
        height: auto;
        width: 50%;
    }

    .banner-middle {
        padding: 0 15px;
    }
    .banner-middle h2 {
       font-size: 30px;
    }
    .banner-middle h3 {
        font-size: 16px;
    }

    .lista-produtos .lista {
        float: left;
        padding: 60px 15px;
        top: auto;
    }
    .lista-produtos .lista .product {
        float: left;
        width: 100%;
        max-width: initial;
    }
    .lista-produtos .lista .item .container-image {
        width: 100%;
    }
    .lista-produtos .lista .item .container-image img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
    .lista-produtos .lista .item .container-info {
        width: 100%;
    }


    .lista-produtos .lista .product:nth-child(1) .item {
        border-top: 1px solid #868587;
        border-right: 1px solid #868587;
        border-left: 1px solid #868587;
        border-bottom: none;
    }
    .lista-produtos .lista .product:nth-child(2) .item,
    .lista-produtos .lista .product:nth-child(3) .item,
    .lista-produtos .lista .product:nth-child(4) .item,
    .lista-produtos .lista .product:nth-child(5) .item,
    .lista-produtos .lista .product:nth-child(6) .item,
    .lista-produtos .lista .product:nth-child(7) .item {
        border-top: 1px solid #868587;
        border-right: 1px solid #868587;
        border-left: 1px solid #868587;
        border-bottom: none;
    }
    .lista-produtos .lista .product:nth-child(8) .item {
        border-top: 1px solid #868587;
        border-right: 1px solid #868587;
        border-left: 1px solid #868587;
        border-bottom: 1px solid #868587;
    }


}