
.itemInput {
	font-weight: bold !important;
	margin: 1px 0 10px 0  !important;
	padding: 0 !important;
	height: 26px !important;
	width: 30px;
	text-align: center;
}
.itemDelete{
	height: 26px !important;
	margin: -5px 0 6px 0  !important;
}
.itemDesc {
	height: 26px !important;
	margin: 1px 0 10px 0  !important;
}
.cartcontents{
	margin: 0px 0 10px 0  !important;

	}
.itemBtn {
	font-variant: small-caps;
	font-size: .7em !important;
	margin: 1px 0 10px 0 !important;
	padding: 0 !important;
	height: 24px !important;
	width: 50px;
	text-align: center;
	z-index: 10006;
}



.center-cropped {
        object-position: center;
        height: 200px;
        width: 200px;
        -o-object-fit: contain;
    object-fit: contain;
}


.bodytext {
	width: 1200px;
	margin: auto;
}

.weight600 {
	font-weight: 600;
}

.weight400 {
	font-weight: 400;
}

.italic {
	font-style: italic;
}

a:link {
	text-decoration: none !important;
	Color: #000000;
}

a:visited {
	text-decoration: none !important;
	Color: #000000;
}

a:hover {
	text-decoration: none !important;
	Color: #000000 !important;
}

a:active {
	text-decoration: none !important;
	Color: #000000;
}

.border_bottom {
	border-bottom: 1px solid black;
}

.lighter {
	opacity: 0.6;
}

.animated {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

.lightHR {
	background-color: #C0C0C0;
	color: #C0C0C0;
	width: 60% !important;
	height: 1px;
	margin: 5px 0 5px 0;
}

.fullBorder {
	border: 1px solid !important;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.smallPadding {
	padding: 15px;
}

.largePadding {
	padding: 50px;
}

.smallTopMargin {
	margin-top: 15px;
}

.mediumTopMargin {
	margin-top: 25px;
}

.smallBottomMargin {
	margin-bottom: 15px;
}

.mediumBottomMargin {
	margin-bottom: 25px;
}

.size-12 {
	font-size: 12px;
}

.size-14 {
	font-size: 14px;
}

.size-16 {
	font-size: 16px;
}

.size-18 {
	font-size: 18px;
}

.size-21 {
	font-size: 21px;
}

.size-24 {
	font-size: 24px;
}

.size-26 {
	font-size: 26px;
}

.size-28 {
	font-size: 28px !important;
}

.size-30 {
	font-size: 30px !important;
}

.size-36 {
	font-size: 36px !important;
}

.size-48 {
	font-size: 48px;
}

.size-60 {
	font-size: 60px;
}

.size-72 {
	font-size: 72px;
}

.custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}
.custom-file-input::before {
  content: 'Select';
  display: inline-block;
  background: -webkit-linear-gradient(top, #f9f9f9, #e3e3e3);
  border: 1px solid #999;
  border-radius: 3px;
  padding: 5px 8px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  text-shadow: 1px 1px #fff;
  font-weight: 700;
  font-size: 10pt;

}
.custom-file-input:hover::before {
  border-color: black;
}
.custom-file-input:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}
