/*
Theme Name: Original Template
Author: Original Template
*/

.outletPrice {
	color: #fff600;
}

@media screen and (max-width: 420px) {
	.outletColon {
		display: none;
	}
}

@media screen and (min-width: 421px) {
	.outletBr {
		display: none;
	}
}

.puiLst .itmPrc {
	text-align: left;
}

.mainImage,
.itmImg {
	position: relative;
}

.soldOut {
	z-index: 10;
	position: absolute;
	top: calc(50% - 20px);
	left: calc(50% - 90px);
	background: #c00;
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	width: 180px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	transform: rotate(-15deg);
}
@media screen and (max-width: 421px) {
	#pui .soldOut {
		top: calc(50% - 18px);
		left: calc(50% - 50px);
		background: #c00;
		color: #fff;
		font-size: 1.5rem;
		font-weight: bold;
		width: 100px;
		height: 36px;
	}
}

.mdlItmCtgBox {
	/*display: block;*/
}

.itmCtgTxt {
	text-align: left;
	margin: -10px 0 10px;
}

.nwiItmCntBox {
	display: block;
}

.nwiItmCntBox .itmNme {
	margin-bottom: 10px;
}

@media screen and (max-width: 420px) {



}

img.opacity {
	opacity: 0.4;
}