h1{
    font-size: 1.8rem;
    color: #222222;
    line-height: normal;
}
.product-name{
    font-size: 1.2rem;
}
.sticky {
    position: -webkit-sticky;
    position: sticky;
    width: 100%;
    margin: 0;
    top: 2vh;
    left: 0;
    height: 98vh;
    padding-bottom: 20px;
    overflow-y: scroll;
}
.vertical-filters .product-menubar{
    height: auto;
    margin-bottom: 20px;
}
.vertical-filters #filter-text-selected{
    display: flex;
    flex-direction: column;
}
.remove-filter{
    cursor: pointer;
}
.single-product-img img{
    text-align: center;
    max-width: 100%;
    width: auto;
}
.single-product-img .height100{
    max-height: 380px;
}

#pagination{
    margin-bottom: 20px;
    text-align: end;
}
#pagination span.page-num{
    margin: 0 4px;
    padding: 0px 7px;
    min-width: 30px;
    background: #dedede;
    border: 1px solid #ccc;
    border-radius: 20px;
    font-size: 12px;
    cursor: pointer;
    display: inline-block;
    text-align: center;
}
#pagination span.page-num:hover, #pagination span.page-num.active{
    color: #ffffff;
    background: #C5A46D;
    border-color: #C5A46D;
}