.product-items > .category-item > h4 {
    font-weight: 700;
}

.d-none {
    display: none;
}

.display-products-container {
    width: 100%;
    float: left;
    display: flex;
    flex-flow: row wrap;
}

.category-products-list {
    float:left;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    padding: 0px 30px;
    margin: 0 20px;
    margin-top: -1px;
    margin-bottom: 30px;
    position: relative;
    width: 100%
}

.close-button {
    position: absolute;
    right: 12px;
    font-size: 20px;
    font-weight: 900;
    margin-top: 18px;
    width: 20px;
    text-align: center;
    cursor: pointer;
}

.category-products-list .message {
    line-height: 20px;
    margin-bottom: 0;
    background-color: #ffffff;
}

.category-products-list.d-none {
}

.product-items > .category-item .plus {
    position: absolute;
    right: 12px;
    font-size: 32px;
    font-weight: 900;
    margin-top: 18px;
    width: 20px;
    text-align: center;
}
.product-items > .category-item .plus:after {
    content: "+";
}

.product-items > .category-item.active .plus:after {
    content: "-";
}

.category-products-header {
    text-align: center;
}

.product-items > .category-item {
    float: left;
    text-align: center;
    margin-bottom: 30px;
    cursor: pointer;
}

.product-items > .category-item > .tile-content {
    margin: 0 20px;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    position: relative;
}

.product-items > .category-item > .tile-content > img {
    margin-bottom: 15px;
}

.product-item {
    text-align: left;
    padding: 15px;
}

.product-image-container {
    width: 100%!important;
}

@media (min-width: 640px) {
    .product-item-inner:before {
        background: #ffffff;
        content: '';
        height: 3px;
        left: 0;
        position: absolute;
        top: -2px;
        width: 100%;
        z-index: -1;
    }
}

.product-items h3 {
    margin-bottom: 20px;
}

.product-item .product-item-info {
    width: 100%;
}

@media (min-width: 1024px) {
    .page-layout-1column .category-products-list .products-grid .product-item {
        width: 25%;
    }
}

@media (min-width: 768px) {
    .product-items > .category-item {
        width: 33.33333334%;
    }
    .page-layout-1column .category-products-list .products-grid .product-item {
        width: 25%;
    }
}

@media (max-width: 767px) {
    .product-items > .category-item {
        width: 50%;
    }
}

@media (max-width: 575px) {
    .product-items > .category-item {
        width: 100%;
    }
}
