.full-width-content {
    /* width: auto !important; */
    height: 100vh;
    object-fit: cover;
    display: table;
    background-color: #fff;
}

.pic-box{
    min-width: auto;
    max-width: 100%;
}

.swiper-slide {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    display: flex;
    background-size: cover;
    background-position: center;
    background-color: #fff;
    padding: 0px;
    top: 0px !important;
    padding-top: 48px !important;
}
.filler-b{
    border:none !important;
    background-color:transparent !important;
}
#product-list-sidebar{
    position: fixed;
    top: 0;
    height: 100vh;
    z-index: 9999;
    right: -100%;
    /* right: calc(-33% + 0.25rem); */
    width: calc(33% + 0.25rem);
}

.filtersHeader{
    font-family: 'Karla', 'sans-serif';
    font-size: calc(16px * .92);
    letter-spacing: 0.0em;
    line-height: 1.4;
    font-weight: bold;
}
.closeFilter{
    position: absolute;
    right: 7px;
    top: 6px;
    font-size: 24px;
    padding: 10px;
}
.pt-50{
    padding-top: 50px !important;
}
.main-banner{
position: relative;
  transition: all 0.3s ease;
  padding: 0px !important;
}