.custom-header-banner{
    display: flex;
    justify-content: center;
    color: white;
    background: black;
    text-align: center;
}

.custom-header-banner > p{
   color: white !important;
   margin-top: 0.5rem;
   margin-bottom: 0.5rem;
   font-family: 'Montserrat';
   text-transform: uppercase;
   font-size: 0.8rem;
}


.category-item.level-1 > .h5 a {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
    font-style: normal;
}

.category-item.level-1 > .h5 {
    margin-bottom: 1px;
    margin-top: 1px;
}

.header-options{
    display: none!important;
}
.store-description a {
  display: none;
}
.store-description address br {
  display: block !important;
}
.block_newsletter{
display:none !important;
}
.amenu-item.mm-4 .amenu-link {
    color: red;
}
@media (min-width: 993px) {
    .header-top {
        background-color: white !important;
    }
}
.ets_wa_whatsapp_block {
    z-index: 100!important;
}
.product-flag.on-sale {
    display: none !important;
}

 .seqbanner-size{
    width: 50%;
max-width: 100%;

  }
  @media only screen and (max-width: 600px) {
  .seqbanner-size{
    max-width: 100%;

  }
}

@media (min-width: 768px) {

    #category,
    #new-products,
    #prices-drop,
    #best-sales {

        #category .js-img-view-type,
        #search .js-img-view-type {
            width: 25%;
        }

        #left-column {
            display: none;
        }

        #content-wrapper {
            width: 100%;
        }

        #content {
            //width: 100% !important;
        }

        #wrapper .container {
            margin: 0 1rem !important;
            width: auto;
        }

        #products {
            article {
                width: 25%;
            }
        }
    }

    .pagination .page-list {

        justify-content: center;
    }


}

.collection-view{
     visibility: hidden;
}
#scrolltopbtn{
display:none!important;
}


