/* Add here all your css styles (customizations) */
/*Shop Product Prices*/
.shop-product-prices li:first-child {
	padding-left: 0;
}

.shop-product-prices li {
	font-size: 24px;
}

.line-through {
	color: #555555;
	text-decoration: line-through;
}

.line-through-red {
	color: #c9253c;
	text-decoration: line-through;
}

/*Badge*/
.time-day-left {
	top: -4px;
	color: #fff;
	font-size: 14px;
	padding: 4px 8px;
	margin-left: 20px;
	position: relative;
}

.time-day-right {
	top: -4px;
	color: #fff;
	font-size: 14px;
	padding: 4px 8px;
	margin-right: 15px;
	position: relative;
}

/*Shop Color Red*/
.shop-red {
  color: #c9253c;
}

.shop-green {
  color: #18ba9b;
}

.shop-bk {
  color: #000000;
}


/*Shop Background Red*/
.shop-bg-red {
  background: #c9253c;
}

.shop-bg-green {
  background: #18ba9b;
}

.shop-bg-bk {
  background: #000000;
}

.shop-rgba-red {
  background: rgba(201,37,60,0.5);
}

.shop-rgba-dark-green {
  background: rgba(24,171,155,0.5);
}

.shop-rgba-dark {
  background: rgba(0,0,0,0.5);
}

/*small　文字カラー*/
.small.shop-red {
	color: #c9253c;  
}
.small.color-black {
	color: #555;  
}
.small.color-grey {
	color: #bbb;  
}

.small.shop-bk {
	color: #000000;  
}



/*Master Slider
------------------------------------*/
.ms-showcase2-template {
  margin: 0 auto;
  max-width: 550px;
}
.ms-showcase2-template .ms-view {
  background: transparent;
}