/** Shopify CDN: Minification failed

Line 10:16 Expected ":"

**/
/* START_SECTION:region-select (INDEX:22) */
.region-buttons {
  width: 100%;
  display: flex;
  flex-direction row;
  justify-content: center;
}

.region-buttons .region-button {
	flex: 1;
}

.region-buttons .btn+.btn {
	margin-left: 30px;
}

.region-wrapper {
	margin-bottom: 160px;
}

#shopify-section-16322060850c23cf87 {
	margin-top: 40px;
}

.region-title {
	width: 100%;
	margin-bottom: 30px;
    text-align: center;
}

@media screen and (max-width: 768px){
	.region-buttons {
  		flex-direction: column;
  		justify-content: center;
		flex-wrap: wrap;
	}

.region-buttons .btn {
	width: 100%;
}

.region-buttons .btn+.btn {
	margin-left: 0px;
	margin-top: 10px;
}

.region-wrapper {
	margin-bottom: 80px;
}
}
/* END_SECTION:region-select */
