/* This is for the custom category pages like New Gaming Just Released and Pro-Order Gaming Products */

.category-anchors {
    margin:0;
    list-style-type: none;
}
.category-anchors li {
    display: inline-block;
    width:13%;
}

.category-section ul {
    margin:0;
    list-style-type: none;
}

.category-sub {
    padding-bottom: 2rem;
}
.category-section .product .image { 
    text-align: center;
}
.category-section .right .product .image {

}
.category-section .product img {
    max-width: 100%;
}
.category-section .right .product img {
    max-height: 100px;
}
.category-section .right .product:after {
    clear: both;
    content: '';
    display: block;
}
.category-section .right.products.detailed .product .inner {
    padding-top: 0;
}
.category-section .left .product .name {
    font-size: 1.2rem;
    margin-bottom: 0;
    text-align: center;
}
.category-section .right .product .name {
    font-size: 0.9rem;
    margin: 0;
}
.category-section .right .product .category-name {
    font-size: 0.7rem;
}
.category-section .left .product .category-name {
    display: block;
    font-size: 1rem;
    text-align: center;
    margin-bottom: 1rem;  
}

.category-section .utility-button.add-to-wishlist {
    display: inline-block;
}

@media only screen and (max-width: 40em) {
    
    .category-section .product img {
        max-height: 200px;
    }
    .category-section .product .product-price-qty {
        width: 100%;
    }
    .category-sub .product-price-qty .regular.price .msrp.price {
        font-size: 15px;
    }
    .category-section .right .regular.out-stock {
        line-height: 1.2rem;
    }
    .category-section .right .product .stock-info {
        font-size: 0.7rem;
    }

}


