.xcart-products-by-tags {
    margin: 1em 0;
}

.xcart-products-by-tags__title {
    margin: 0 0 .25rem;
    text-transform: uppercase;
    color: #35b6de;
    font-size: 1.8rem;
    font-weight: bold;
}

.xcart-products-by-tags__item {
    margin-bottom: .25em;
}

.xcart-products-by-tags__item-box {
    border-radius: .5em;
    border: 1px solid rgba(0, 0, 0, .1);
    border-bottom-color: rgba(0, 0, 0, .15);
}

.xcart-products-by-tags__items:not(.is-vertical) {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -.25em;
}

.xcart-products-by-tags__items:not(.is-vertical) > .xcart-products-by-tags__item {
    width: 50%;
    padding: .25em;
}

@media (min-width: 768px) {
    .xcart-products-by-tags__items:not(.is-vertical) > .xcart-products-by-tags__item {
        width: 33.33%;
    }
}
