/* PRODUCT LIST */

.column.main {
    border-radius: 10px;
    background-color: #FFFFFF;
    padding: 15px !important;
}

.toolbar.toolbar-products {
    border: none !important;
}

.page-products .product-item-info {
    height: 100%;
}

.page-products .product-item-info .product-item-details {
    height: 46%;
}

li.item.product.product-item {
    margin-bottom: 50px !important;
}

.product-item-inner {
    height: 90%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

li.item.product.product-item {
    border-radius: 10px;
    margin-bottom: 50px !important;
    padding: 10px;
}

ol.products.list.items.product-items.flex-grid li.item.product.product-item:hover {
    transition-duration: 0.3s;
    transform: scale(1.1);
    box-shadow: 1px 1px 10px 1px rgb(0 0 0 / 30%)
}

.search.results .button-hover-wrap.hidden-xs {
    display: none !important;
  }

/* PRODUCT LIST */

/* FILTER MENU */

.block-title.filter-title strong {
    border-bottom: 3px solid #33aeed !important;
}

.filter-options-title {
    color: #33aeed;
    font-weight: 600 !important;
    font-size: 15px !important;
}

.filter-options-content-inner::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 100px rgb(51 174 237);
}

.filter-options-content-inner::-webkit-scrollbar-track {
    background: #e8e6e6f5 !important;
    border-radius: 10px;
}

.block.filter {
    /*border: 1px solid #074fa2 !important;*/
    border-radius: 10px;
    padding: 15px;
    font-size: 15px;
}

/* FILTER MENU */

@media only screen and (max-width: 767px) {
    .block.filter {
        border: none !important;
    }

    .product-item-inner {
        height: 76%;
    }
}

@media only screen and (max-width: 470px) {
    .product-item-inner {
        height: 90%;
    }
}