/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
#product .product-prices .current-price {
	display: flex;
    justify-content: center;
}

/* center rating stars on product page and also categories listing */
:is(.product-price-and-shipping, .product_header_container) a.review__header .stars {
    margin-right: auto;
}

.product-miniature .skeepers_product__stars {
    width: auto !important;
}