.dm-products .products {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.dm-products .buybox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-top: auto;
}

.dm-products .product-wrap {
    padding: 10px 20px !important;
    border: none !important;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    position: relative;
}

.dm-products .price {
    font-weight: 550;
    margin: auto 0;
    font-size: 18px;
}

@media (min-width: 992px) {
    .dm-products .product-wrap {
        width: calc(100% / 3);
        margin-bottom: 30px;
        border: none;
        margin-top: 0px !important;
    }

    body:not(.type-post):not(.type-page) .dm-products .product-wrap {
        width: calc(100% / 2);
        margin-bottom: 30px;
        border: none;
        margin-top: 0px !important;
    }
}

@media (max-width: 992px) {
    .dm-products .product-wrap {
        width: calc(100%);
        margin-bottom: 30px;
        border: none;
        margin-top: 0px !important;
    }
}

.dm-products .category-appendix,
.dm-products .pr-list-rating,
.dm-products .pr-list-flag-wrap,
.dm-products .pr-list-info,
.dm-products .list-product-images,
.dm-products .magnifier {
    display: none !important;
}

.dm-products .pr-list-product-name {
    padding: 0;
}

.dm-products .list-inline>li {
    width: 100%;
    padding: 0;
    text-align: left;
}

.dm-products .pr-list-product-name {
    font-size: 16px;
    font-weight: 400;
}

.dm-products .button-success.button-small {
    color: #fff;
    background-color: #f05448;
    border-color: #f05448;
    box-shadow: none;
    font-size: 0.9375rem;
    letter-spacing: 0.1px;
    padding-top: 0.6154rem;
    padding-right: 1rem;
    text-align: center;
    padding-bottom: 0.6154rem;
    text-transform: uppercase;
    padding-left: 1rem;
    font-weight: bold;
    line-height: normal;
    position: relative;
    text-decoration: none !important;
    z-index: 11;
    margin: auto 0;
}

.dm-products .pr-list-image {
    padding: 0 !important;
}

.dm-products .button-success.button-small:hover {
    box-shadow: inset 0 0 0 99999px rgba(0,0,0,0.1);
}

.dm-products .pseudolink {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.dm-products .pagination-product-images {
    display: none !important;
}

@media (max-width: 768px) {
    .dm-products .product-wrap {
        border-bottom: solid 1px #666 !important;
    }
    
    .dm-products .product-wrap:nth-last-child(1) {
        border-bottom: none !important;
        margin-bottom: 0 !important;
    }
    
    .dm-products .buybox {
        margin-bottom: 40px;
    }
}

.dm-products-head {
    padding-top: 100px;
    text-align: center;
}