/* CSS Overrides for blog */
.blog-article > .content-header-bar > .page-title > .row {
	flex-flow: column;
	text-align: center;
}

.blog-article > .blog-post-body > .blog-post-html > .container {
	max-width: 1400px;
}

.blog-article .blog-post-html p {
	font-size: inherit;
}

.blog-article > .blog-post-body > .blog-post-html > .container img.img-responsive,
.blog-article > .blog-post-body > .blog-post-html > .container img.size-full {
	height: auto;
	width: 100%;
}

.blog-article .slick-slider .image-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
}


.cart-and-ipay {
    text-align: center;
    padding: 0 0 1.5625rem;
    margin-top: 1.5625rem;
    display: -ms-flexbox;
    display: flex;
}