@media only screen and (max-width: 1350px) and (min-width: 989px)  {
    .page-home > .banner-wr > div.product-banner:nth-child(2) {
        width: calc(30% - 30px);
    }

    .page-home > .banner-wr > div.product-banner:nth-child(1) {
        width: calc(40% - 15px);
    }
}

@media only screen and (max-width: 1315px) and (min-width: 993px)  {
    .section-blocodestaquecategoria .bloco-imgback .image_description .btn-primary {
        padding: 15px 15px!important;
    }

    .section-blocodestaquecategoria .bloco-imgback .image_description h1 {
        font-size: 25px;
        line-height: 35px;
    }
}


@media only screen and (max-width: 993px) and (min-width: 767px)  {

    header{
        background: transparent;
    }

    .header-nav-inside{
        display: none!important;
    }

    .header-top .container{
        display: none!important;
    }

    .header-nav {
        background: #fff!important;
        color: #000;
        padding-top: 20px!important;
        top: 0;
        position: fixed;
        width: 100%;
    }


    .header-nav .mobile{
        width: 100%!important;
        display: flex!important;
        justify-content: space-between!important;
        padding-left: 15px;
        padding-right: 15px;
    }

    #_mobile_logo{
        background-image: url('../img/hemme-logo-tablet.jpg');
        background-size: contain;
        background-repeat: no-repeat;
        height: 50px;
        width: 170px!important;
    }

    #_mobile_cart{
        background-image: url('../img/cart-tablet.svg');
        background-size: contain;
        background-repeat: no-repeat;
        width: 24px!important;
        height: 24px!important;
        margin-right: 1rem;
    }

    .header-nav .mobile .clearfix{
        display: none;
    }

    .section-blocodestaquecategoria .bloco-individual {
        width: 100%;
    }

    .advantages-type-1 {
        padding-top: 30px!important;
    }

    .section-blocodestaquecategoria .row .col-md-6{
        width: 100%;
    }

    .sb-menu-right {
        width: 50%!important;
        z-index: 9999999999999!important;
    }

    div .advantages-type-1-item{
        padding: 20px 0px!important;
    }

    .input-group .input-group-btn button {
        padding: unset!important;
    }

    .register-form .input-group {
        display: flex;
    }

    .register-form .input-group .form-control {
        width: 80%;
    }

    .register-form .input-group span {
        display: flex;
        width: 20%;
    }

    .register-form .input-group button {
        width: 100%;
        height: 60px!important;
    }

    .banner-wr .product-banner img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        max-width: 100%;
    }

    .page-home > .banner-wr > div.product-banner:nth-child(1) {
        height: 400px !important;
    }

    .page-home > .banner-wr > div.product-banner:nth-child(2) {
        height: 400px !important;
    }

    .page-home > .banner-wr > div.product-banner:nth-child(3) {
        height: 400px !important;
    }


    .banner-wr .product-banner img {
        height: 100%!important;
        max-width: 100%!important;
        object-fit: cover!important;
    }

    .banner-duplo .product-banner img {
        object-fit: contain!important;
        width: 50%;
    }
}
