h2.cart-cross-sells{
    font-size: 1rem !important;
}

.homepage-block {
	/* -webkit-box-shadow: inset 0px 10px 22px -15px rgba(194,194,194,0.79);
	-moz-box-shadow: inset 0px 10px 22px -15px rgba(194,194,194,0.79);
	box-shadow: inset 0px 10px 22px -15px rgba(194,194,194,0.79); */
    /* -webkit-box-shadow: inset 0px -10px 22px -15px rgba(194,194,194,0.79);
    -moz-box-shadow: inset 0px -10px 22px -15px rgba(194,194,194,0.79);
    box-shadow: inset 0px -10px 22px -15px rgba(194,194,194,0.79); */
    border-top: 1px solid #d3d3d38f;
	padding: 0.5rem 0;
}

.gallery-cell img {
    width: 100%;
    height: auto;
}

.flickity-page-dots {
	position: relative;
	width: 100%;
    bottom: 0;
	padding: 1em 0 .5em 0;
	margin: 0;
	list-style: none;
	text-align: center;
	line-height: 1;
}

/* BANNER */
.main-banner {
    /* margin: 1rem 0 0 0; */
}

.main-banner img {
    max-width: 100%;
    height: auto;
}

.carousel.banners-carousel {
    background: white;
    margin: 0;
}

/* CAROUSEL */

.cart_table .carousel.products-carousel{

    margin: 1rem -15px 2rem -16px;

}

.carousel.products-carousel {
    background: white;
    margin: 0 0 1rem 0;
    overflow: hidden;
    margin-bottom: 1rem;
}

.products-carousel .carousel-cell {
    width:35%;
    margin: 0 .75rem;
    text-align: center;
    box-sizing: border-box;
}

.flickity-cell-content {
    display: block;
}

.flickity-cell-content a {
    display: block;
}

.carousel-cell img {
    max-width: 100%;
    height: auto;
    display: block;
}

.carousel-cell span.product-title {
    font-family: 'Merriweather';
    font-size: 0.8rem;
    font-weight: 700;
    padding: .2rem .5rem;
    color: #0d3d2f;
    margin-bottom: .2rem;
    display: block;
    line-height: 1.3rem;
}

.prices {
    display: block;
    line-height: 1rem;
}

.carousel-cell .price-after {
    font-family: 'Merriweather';
    font-size: 1rem;
    font-weight: 700;
    color: #D20002;
    display: inline-block;
}

.carousel-cell span.price-before {
    font-family: 'Roboto';
    font-size: .75rem;
    font-weight: 400;
    color: #4A4A4A;
    text-decoration: line-through;
    display: inline-block;
}

.flickity-prev-next-button {
	position: absolute;
	background: hsl(359.1, 100%, 41.2%);
	border: none;
	color: #fff;
}

.flickity-prev-next-button:hover {
    background: hsl(359.1, 100%, 41.2%);
}

.flickity-prev-next-button.next {
	right: -20px;
}

.flickity-prev-next-button.previous {
	left: -20px;
}

.flickity-prev-next-button.next svg {
    fill: #fff;
	position: absolute;
	left: 5%;
	top: 25%;
	width: 50%;
	height: 50%;
}

.flickity-prev-next-button.previous svg {
    fill: #fff;
	position: absolute;
	left: 45%;
	top: 25%;
	width: 50%;
	height: 50%;
}

@media (min-width: 567px) {

    .products-carousel .carousel-cell {
        width: 12%;
        /* margin-right: 10px; */
        text-align: center;
    }

}
