/* Start custom CSS for page-settings */#products .product-title a, .products .product-title a, .product-accessories .product-title a {
    font-size: 23px;
    overflow-wrap: anywhere;
}

.products .product-price-and-shipping, .product-price {
    font-size: 23px;
}

.pagination .page-list li {
    background-color: transparent;
}

.pagination .current a, .pagination a:hover {
    background-color: #e73465;
    color: #fff;
}

@media (min-width: 1200px) {
    .products .product_list article.product_item.col-sm-6, .products .product_list article.item.col-sm-6, .products .product_list article.product_item.col-md-6 {
        width: 33%;
    }
}

.horizontal-layout .af_subtitle {
    text-transform: none;
}/* End custom CSS */