.store-original-price {
    text-decoration: line-through;
}

.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}


	.slideshow .image-container {
		position:relative;
	}
	
	.slideshow .image-container img {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		opacity:0;
		transition: opacity 1s ease-in-out;
	}
	.slideshow .image-container img.active {
		opacity:1;
	}