/* This is for the custom category pages like New Gaming Just Released and Pro-Order Gaming Products */

.anchors-section {
    margin:0;
    list-style-type: none;
}
.singles-section ul {
    margin:0;
    list-style-type: none;
}

.singles-sub {
    padding-bottom: 2rem;
}
.singles-section .product {
    padding-top: 0.2rem;
    padding-bottom: 0.1rem;
}
.singles-section .product.even {
    background: #efefef;
}
.singles-section .product .image { 
    text-align: center;
}
.singles-section .product img {
    max-width: 100%;
}
.singles-section .product img {
    max-height: 100px;
}
.singles-section .product:after {
    clear: both;
    content: '';
    display: block;
}
.singles-section ..products.detailed .product .inner {
    padding-top: 0;
}
.singles-section .product .name {
    font-size: 1rem;
    margin: 0;
}
.singles-section .product .category-name {
    font-size: 0.8rem;
    line-height: 37px;
}

.singles-section .utility-button.add-to-wishlist {
    display: inline-block;
}

@media only screen and (max-width: 40em) {
    
    .singles-section .product .image {
        float: none;
    }
    .singles-section .product-price-qty {
      width: 100%;
    }
    .singles-section .product img {
        max-height: 160px;
    }

}


