
body, html, p{
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;}
.product-item-photo {width:120px;}
.products-list .btn-primary{max-width:180px; margin:auto;}

#search-content{
  position:relative;
}

.mb-30 {
    margin-bottom: 30px;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.figure-banner {
    position: relative;
}

.mb-lg-0, .my-lg-0 {
    margin-bottom: 0 !important;
}

.figure-banner::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1;
    content: "";
    transition: background-color 0.3s 
ease;
    border-radius: 6px;
}

.figure-banner .image-content__image-wrapper {
    border-radius: 4px;
    overflow: hidden;
    position: relative !important;
    height: 269px;
    display: block;
    margin: 0 auto;
}

.image-content__image-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    transition: all 
ease .45s;
    border-radius: 6px;
}

.figcaption--banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    flex-direction: column;
    padding: 70px 10px;
    transition: transform 0.3s 
ease;
    z-index: 2;
    display:block;
}

.subtop {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 20px 0px;
    padding-left: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    padding-right: 0.5rem !important;
    padding-top: 0.5rem !important;
}

.subtop a, .vertical-menu .title {
    color: #fff;
}

.figure-banner:hover img {
    transform: scale(1.2);
}

.figure-banner:hover .figcaption--banner {
    transform: translateY(-10px);
}


@media only screen and (max-width: 767px) {

    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }

}


