.main-filter-wrap{
    justify-content: center;
}

.main-filter-wrap ul{
    display: flex;
    align-items: center;
    position: inherit;
    padding: 0 1rem;
    margin-bottom: 0px;
}

.main-filter-wrap ul li{
    margin: 0px 30px 15px 0px;
    font-size: 18px;
    cursor: pointer;
}

.main-filter-wrap ul li.selected{
    color: black;
    font-weight: 600;
    text-decoration: underline
}

.shop-grid-item {
    margin-bottom: 40px;
}

.shop-item-thumb {
    position: relative;
    overflow: hidden;
}

a {
    transition: all .3s ease-in-out;
}

.shop-item-thumb img {
    transition: all .3s ease-in-out;
}

.shop-grid-item:hover img{
    opacity: .7!important;
    transform: scale(1.05);
}

.shop-item-thumb img:hover{
    transform: scale(1.05);
    opacity: .7!important;
}

img {
    max-width: 100%;
    height: auto;
}

img {
    vertical-align: middle;
    border-style: none;
}

.shop-item-title{
    padding: 1.5rem 0 0;
    margin: 0;
    font-size: 18px;
}