    .container{
      max-width: 1590px;
      width: 100%;
      margin: 0 auto;

    }
    .filters-content .col-md-3 {
      width: 20%;
    }
    ul#myTab {
      display: flex;
      justify-content: space-evenly;
      align-items: center;
    }

    .nav-tabs .nav-link {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    display: flex;
    align-items: center;
    color: #000000;
    position: relative;
    }
    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #000000;
    background: transparent;
    border-color: transparent;
    }
    .nav-tabs h2{
    font-family: 'Poiret One';
    font-style: normal;
    font-weight: 400;
    font-size: 80px;
    line-height: 90px;
    display: flex;
    align-items: center;
    color: #000000;
    }
    .nav-tabs .nav-link.active:after {
    position: absolute;
    content: '';
    background: #000;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: 0;
    }
    .nav-tabs {
    border-bottom: 1px solid transparent;
    justify-content: space-between;
    margin-left: auto;
    margin-bottom: 50px;
    align-items: center;
    }
    .wrap-modal-slider {
    padding: 0 30px;
    opacity: 0;
    transition: all 0.3s;
    }
    .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: transparent;
    }
    .wrap-modal-slider.open {
    opacity: 1;
    }
    .tab-item-box{
    transition: all 300ms;
    }
    .item.tab-img:hover{
    background: #FFFFFF;
    box-shadow: 5px 50px 50px rgba(161, 179, 186, 0.25);
    }

    .your-class {
    margin: 0 auto;
    position: relative;
    }
    
    .tab-content p{
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #4D4E50;
    }
    .tab-content h3{
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    color: #000000;
    text-align: center;
    margin-bottom: 30px;
    }
    .tab-content h3 span{
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #4D4E50;
    opacity: 0.5;
    }

    .tab-img{
    margin-bottom: 25px;
    }
    @media only screen and (max-width: 991px){
        ul#myTab{
            gap: 15px;
            flex-wrap: wrap;
        }
    }
    @media only screen and (max-width: 768px){
        .filters-content .col-md-3 {
          width: 100%;
        }
    }


h1.banner-heading{
    text-align: center;
    color: #000000;
    font-family: "Poiret One", Sans-serif;
    font-size: 80px;
    font-weight: 400;
    font-style: normal;
    line-height: 90px;
}
section.product-banner {
    min-height: 736px;
    display: flex;
    align-items: center;
}
h2.product-heading{
    text-align: center;
    color: #000000;
    font-family: "Poiret One", Sans-serif;
    font-size: 80px;
    font-weight: 400;
    line-height: 70px;
    padding: 70px 0;
    display: flex;
    margin: 0 auto;
}
.product-cont{
  max-width: 1280px;
}