.template-product {

	.breadcrumb {
		margin: 0 0 20px 0;
	}	

	.product-block,
	.shopify-app-block {
		margin: 0 0 20px 0;
	}

	.product-block--sales-point {
		margin: 0 0 10px 0;
	}

	.payment-buttons {
		margin-top: 20px;
	}

	.product-block--price {
		display: flex;
		align-items: center;
	}

}

.ss-annoucement-banner-wrapper {
	text-align: center;
}

.product-single__meta .shopify-app-block .jdgm-all-reviews-text {
}

.product-single__meta .shopify-app-block .jdgm-all-reviews-text {
	.jdgm-all-reviews-text__text,
	.jdgm-verified-by {
		display: none !important;
	}
	>a {
		justify-content: flex-start;
		align-items: center;
	}

	.jdgm-all-reviews-rating {
		&::before {
			display: none;
		}
	}
	.jdgm-all-reviews-rating__score {
		margin:0 0 0 10px;
		order: 3;
		color: #108474;
		font-size: 16px;
	}
	.jdgm-star {
		color: #108474;
	}
}

@media only screen and (min-width: 590px) {
	.page-content {
		padding-bottom: 30px;
		padding-top: 30px;
	}
}

.testimonials-section .section-header {
	margin:0; 
} 

.template-collection .pagination {
	padding:0;
}

@media only screen and (min-width: 590px) {
	.index-section {
		margin: 50px 0;
	}
}

@media only screen and (max-width: 590px) {
	.testimonials-section .section-header h2 {
		margin:0;
	}
	.product-full-width {
		margin-top:0;
	}
}