/* Secondary Nav */
.menu-mini.menu-smart a {
padding: 9px 9px 9px 9px;
font-size: 14px;
font-weight: 600;
text-decoration: none;
}

.menu-mini.menu-smart a:hover {
color: #ffffff;
}

/* Body Text */
p, li {
line-height: 1.4em;
letter-spacing: -0.01em;
}

/* GLOBAL – Footer Text */
.footer-text p 
{
		font-size: 16px;
		line-height: 1.4em;
		font-weight: 400;
		margin-top: 4px;
}

/* GLOBAL – Footer Copyright */
.subfooter-copyright p 
{
		font-size: 13px;
		line-height: 1.4em;
		font-weight: 400;
}

/* Share Links Hide */
.share-button.share-inline .social.top li.social-gplus,
.share-button.share-inline .social.top li.social-pinterest,
.share-button.share-inline .social.top li.social-xing
{
display: none !important;
}

/* Product Configuration */
.swatch-type-label {
    font-size: 16px !important;
    border-radius: 0px;
    font-weight: 500;
    min-width: 36px;
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    text-align: center !important;
}

.swatch-type-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0px;
    cursor: pointer;
    font-size: 0;
    height: 36px;
    width: 36px;
}

/* Featured Product Grid Taglines */
.tmb-dark.tmb .t-entry-text p {
		color: #999999;
}

/* Product Subhead */
.product-subhead h2 {
font-size: 40px;
}

/* Product Name for Featured Models */
.product-name h1 {
	font-size: 80px;
	font-weight: 400;
	text-transform: uppercase;
}

/* Product Name for Featured Models Mobile */
@media screen and (max-width: 750px) {
  .product-name h1 {
	font-size: 56px;
	font-weight: 400;
	text-transform: uppercase;
}
}


/* WHERE TO BUY DETAILS START */
.showrooms p {
  font-size: 18px;
  line-height: 1.4;
  margin: 1rem 0;
}

.location-address p {
  margin: 0;
}

.location-phone img {
  margin-right: 14px;
}

.location-email img {
  margin-right: 14px;
}

.location-location img {
  margin-right: 14px;
}
/* WHERE TO BUY DETAILS END */

/* TABLE DATA */
td.column-1 {
		font-size: 16px;
		font-weight: 500;
}