.product-img {
    width: 180px;
}

.catalog-product-view .auc-Recommend-list {
    display: none;
    justify-content: space-evenly;
    list-style: none;
}

.cms-home-new .auc-Recommend-list {
    display: flex;
    justify-content: space-evenly;
    list-style: none;
}

.recommend-component {
    margin-bottom: 80px;
}

#relatedProducts .auc-Recommend-list, #frequentlyBoughtTogether .auc-Recommend-list, .trendsItem  .auc-Recommend-list{
    flex-wrap: wrap;
    justify-content: flex-start;
}

#relatedProducts li, #frequentlyBoughtTogether li, .trendsItem li {
    display: flex;
    justify-content: center;
    width: 16.66666667%;
}

#relatedProducts li a, #frequentlyBoughtTogether li a, .trendsItem li a {
    color: inherit;
    display: block;
}

#trendItems a, #trendItems a:hover, .trendsItem a, .trendsItem a:hover{
    color:#333;
}

.auc-Recommend-item .product-details {
    text-align: center;
}

.auc-Recommend-item .delivery-time {
    text-align: left;
}

.auc-Recommend-item .in-stock {
    color: #00aa00;
}

.auc-Recommend-item .recommend-product-label {
    color: #ba110e;
    background: #f4cbcf;
    font-size: 12px;
    font-weight: 700;
    display: block;
    border-radius: 4px;
    padding: 5px 20px;
    position: absolute;
    margin-left: 8px;
    margin-top: 8px;
    z-index: 10;
    text-transform: uppercase;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.auc-Recommend-item .recommend-product-label:empty {
    display: none;
}

#trendItems .auc-Recommend-list {
    flex-wrap: wrap;
    justify-content: flex-start;
}

.product-details .action.primary, .action-primary{
    background: #3e8ac5;
    border: 0;
    color: #fff;
    padding: 11px 18px;
    font-size: 1.6rem;
    min-width: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-details .action.primary:before {
    content: '+';
}

.product-details .action.primary .icon-cart:before {
    width: 26px;
    height: 18px;
}

.product-details .price-container > p {
    display: flex;
    align-items: baseline;
    font-size: 12px;
}

.product-details .price-container .price {
    display: block;
    font-size: 20px;
    font-weight: 700;
    margin-right: 4px;
}

.product-details .product-name {
    font-size: 1.4rem;
    font-weight: 600;
    max-height: 80px;
    overflow: hidden;
}

.product-details .product-name:hover {
    text-decoration: none;
    color: #3e8ac5;
}

.product-details .action.primary:hover, .action-primary:hover {
    border-color: #1979c3;
    background: #1979c3;
    color: #FFFFFF;
}

@media (min-width: 768px) and (max-width: 1023px) {
    #relatedProducts li, #frequentlyBoughtTogether li {
        width: 33.33333333%;
    }
}

@media (max-width: 767px) {
    #relatedProducts li, #frequentlyBoughtTogether li {
        width: 50%;
    }
}

h3.auc-Recommend-title {
    padding: 20px;
}
