#banner-decoration-part-1{
	top:0;
	right:25px;
	width:60px;
	height:20px;
}

#banner-decoration-part-2{
	top:20px;
	right:0;
	width:25px;
	height:25px;
	border-radius:0 0 0 25px;
}

#banner-decoration-part-3{
	top:95px;
	right:0;
	width:190px;
	height:10px;
}

#quick-shipment-page-content{
	padding: 0 10px;
	text-align:left;
}

#quick-shipment-page-content-inner{
	width:100%;
	max-width:1185px;
	margin:0 auto;
}

.product-category{
	font-size:14px;
	line-height:30px;
	height:30px;
	padding:0 10px;
	font-weight:700;
	margin:10px 0;
	background:#f0eae2;
}

.new-product{
	color:#cc3333;
	font-size:12px;
	font-weight:bold;
	position:absolute;
	top:120px;
	right:6px;
}

.awarded-product{
	position:absolute;
	top:123px;
	left:5px;
}

.master-product-link-container{
	display:inline-block;
	width:137px;
	vertical-align:top;
	font-size:12px;
	text-align:center;
}

.product-ordered-list{
	width:100%;
	display:grid;
	grid-template-columns:repeat(auto-fill,137px);
	justify-content: space-between;
	column-gap:5px;
	row-gap:5px;
	text-align:center;
	font-size:14px;
}

.disable-default-link-style{
	color: #000;
	text-decoration: none
}

.list-style-none{
	margin: 0;
	padding: 0;
	list-style: none
}

.disable-default-link-style:hover{
	color:#000 !important;
	text-decoration: none !important
}

.category-container{
	width:1185px;
	margin:0 auto;
	max-width:100%;
}

#product-details-container{
	padding:0 !important;
}

.selected-product{
	opacity:0.5
}
