.o2vape-product-suggestions {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 0;
}

.o2vape-product-suggestions-title {
    color: #04A9E9;
    font-family: 'Lato';
    font-weight: 900;
    font-size: 32px;
    line-height: 36px;
    padding-left: 0;
}

@media screen and (min-width: 1024px) {
    
    .o2vape-product-suggestions {
        padding-left: 10px;
    }
    
    .o2vape-product-suggestions-title {
        padding-left: 10px;
    }
}

.o2vape-product-suggestions .product-suggestion {
    width: calc(50% - 10px);
    text-align: left;
    margin-bottom: 1rem;
    font-family: 'Lato';
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media screen and (min-width: 1024px) {
    .o2vape-product-suggestions {
        display: flex;
        flex-wrap: wrap;
        justify-content: initial;
    }
    .o2vape-product-suggestions .product-suggestion {
        width: calc(25% - 24px);
    }

    .o2vape-product-suggestions .product-suggestion:not(:last-child) {
        margin-right: 24px;
    }
}


.o2vape-product-suggestions .product-image img {
    width: 100%;
    height: auto;
}

.o2vape-product-suggestions .product-name {
    font-size: 0.875rem;
    line-height: 1.35em;
    margin-top: 10px;
    font-weight: 900;
    margin-bottom: 0.2rem;
    color: #000000;
}

@media screen and (min-width: 1024px) {
    .o2vape-product-suggestions .product-name {  
        font-size: 1rem;
    }
}

.o2vape-product-suggestions .product-price {
    font-size: 14px;
    color: #04a9e9;
    font-weight: 900;
    line-height: 20px;
}

.o2vape-product-suggestions a.product_link {
    display: inline-block;
    background-color: #333333;
    color: #fff;
    padding: 8px 16px;
    text-decoration: none;
    border-radius: 4px;
    font-size: 14px;
    margin-top: 10px;
    text-transform: uppercase;
}

.o2vape-product-suggestions .star-rating span::before {
    color: #000;
}

.o2vape-product-suggestions a.product_link:hover {
    background-color: #04A9E9;
    color: #fff;
}

.product-suggestion-container {
    margin-top: 0.5rem;
}

.product-rating {
    display: inline-block;
}

.product-rating-no-reviews {
    font-size: 0.9em;
    color: #777;
}

.wc-forward {
    padding-left: 10px
}
