body{
	padding: 30px;
	background-color: #F57121;
}

#promotional-theme{
	background-color: white;
}

.blank{
    background-color: white;
}

img{
	max-width: 100%;
}

hr{
	max-width: 97%;
}

.main-container{
	padding: 25px;
	background-color: white;
	border-radius: 5px;
	box-shadow: 1px 1px 4px;
}

.required_field{
	color: #ff0000;
}

.note{
	font-size: 14px;
}

#required-note{
	padding-top: 28px;
	padding-bottom: 2px;
}

#terms{
	padding-top: 6px;
	padding-bottom: 12px;
}

.information{
    color: grey;
    font-size: 13px;
}

.information:hover{
    color: grey;
    text-decoration: none;
}

.index-button{
    padding-top: 6px;
    padding-bottom: 6px;
}

.index-button a{
    text-decoration: none;
}

.items .row{
	padding-right: 6px;
	padding-left: 6px;
}

#banner{
	padding: 6px;
}

.from{
	color: grey;
	padding-left: 5px;
}

.price{
	padding-bottom: 6px;
}

.discount{
	background-color: red;
	font-weight: bold;
	color: white;
	padding-right: 6px;
}

.item-name{
	padding-left: 0;
}