/* Glendale Design Custom Styles for Stardust.com */


/* Product Page */

/* Product Page: Info Area */
.t-prod__quantity-label {
	font-size: 1.75rem !important;
	padding-top: 8px !important;
}

/* Product Page: Swatches */
.t-prod__swatch-label {
	font-size: 1.75rem !important;
	/* padding-top: 1em !important; */
}
.t-prod__details .swatch_value {
	color:#f07e26;
	font-style: italic;
}
.t-prod__details .swatches li.swatch_li.selected-swatch span.thumbnail,
.t-prod__details .swatches li.swatch_li:hover span.thumbnail {
	border-color:#f07e26;
	background-color:#ffffff;
}
.t-prod__details .swatches li.swatch_li.selected-swatch b,
.t-prod__details .swatches li.swatch_li:hover b {
	color:#f07e26;
}
.t-prod__details .swatches li.swatch_li {
	height: auto;
	width: 24%;
	margin: 0 !important;
	padding: 0 5px;
}
.t-prod__details .swatches li.make_row {
	clear: both;
	width: 95%;
	display: block;
	margin: 0 !important;
	padding: 3rem 0 0 0;
}
.t-prod__details form .div_group_label,
.t-prod__details .div_group_label {
	font-size: 15px !important;
	text-align: left;
	color: #000;
	border-bottom: 1px solid silver;
	padding-bottom: 0.5em !important;
	height: auto !important;
}
.t-prod__details .div_group_label:after {
	content: ":";
}
.t-prod__details .swatch_name,
.t-prod__details form .swatch_name {
	display: block;
	padding-top:1.5rem;
	font-size: 12px !important;
}
.t-prod__details .swatches .thumbnail.swatch_tn {
	padding:1rem;
}
.t-prod__details .swatches .thumbnail.swatch_tn img {
	width:100%;
}
.t-prod__details .swatches .swatch_select_menu {
	display: none;
	clear: both;
}
.t-prod__details .swatches ul {
	clear: both;
	overflow-y: auto;
	max-height: 420px;
	padding: 0 !important;
	margin: 0 !important;
	border:1em solid #fff;
	border-top:5px solid #fff;
	-webkit-appearance: none;
}

/* Product Custom Note */
.prod_custom_note {
	border-top: 2px dashed orange;
	border-bottom: 2px dashed orange;
	text-align: center;
	font-size: 15px;
	color: orange;
	margin: 3rem auto;
}
.prod_custom_note p {
	margin: 0.8rem 0;
}