/* Misc
=========================================== */
#sfnt_content_block {
	font-size: 1.4rem;
	padding: 3rem 2rem;
}
#connect_with_us {
	border-top: solid 1px #ccc;
	padding: 15px 0;
}
#connect_with_us h3 {
	font-size: 20px;
}
.connect-icons a {
	font-size: 2rem;
	margin: 0 0.8rem;
}

/* Navigation
=========================================== */
.x-transfigure-navigation .x-transfigure-navigation__content ul li a,
.x-transfigure-navigation button.c-navigation__link {
	background-color: transparent;
}
.x-transfigure-navigation:hover .c-navigation__list .c-navigation__link {
	color:#727272;
}
/*
.first-level .c-navigation__list > .c-navigation__link img {
	display: none;
}
*/
.x-transfigure-navigation .second-level .c-navigation__link {
	justify-content: left;
}
@media screen and (min-width: 60em) {
	.x-transfigure-navigation button.c-navigation__link,
	.x-transfigure-navigation .x-transfigure-navigation__content ul li a,
	.x-transfigure-navigation .c-navigation__list:hover .c-navigation__link {
		color:#fff;
	}
	.x-transfigure-navigation .c-navigation__list > .c-navigation__row.first-level {
		opacity: 0;
		display: block;
		transform: scale(1,0);
		transform-origin: top;
		/* display: none; */
	}
	.x-transfigure-navigation .c-navigation__list:hover > .c-navigation__row.first-level,
	.x-transfigure-navigation .c-navigation__list.focus-within > .c-navigation__row.first-level {
		/* background-color: rgba(0,0,0,0.8); */
		background: #000;
		box-shadow: 1px 1px 0.25em 0 rgba(0,0,0,0.5);
		display: flex;
		left: 0;
		min-width: 100%;
		padding: 20px 20px;
		
		transition: opacity 0.4s,transform 0.4s; 
		opacity: 1;
		transform: scale(1,1);
	}
	.x-transfigure-navigation .c-navigation__list:hover > .c-navigation__row, 
	.x-transfigure-navigation .c-navigation__list.focus-within > .c-navigation__row {
		box-shadow: none;
	}
	.x-transfigure-navigation .second-level .c-navigation__link {
		font-weight: 400;
		justify-content: space-evenly;
		padding: 4px 0;
	}
	.x-transfigure-navigation .c-navigation__row:nth-child(2) .c-navigation__list .c-navigation__link {
		color: #fff;
	}
	.x-transfigure-navigation .c-navigation__row:nth-child(2) .c-navigation__link:hover {
		background-color: transparent;
		color: #767676;
	}
	.x-transfigure-navigation .c-navigation__list:hover > .c-navigation__row a, 
	.x-transfigure-navigation .c-navigation__list.focus-within > .c-navigation__row a {
		background-color: transparent;
	}
	.c-navigation__row.second-level,
	.c-navigation__row.second-level {
		display: block;
		position: static;
	}

	.c-navigation__list {
		position: static;
	}

	.x-transfigure-navigation__row > .c-navigation__list:hover .first-level > .c-navigation__list {
		max-width: 20%;
	}

	.x-transfigure-navigation__row > .c-navigation__list:hover .first-level .c-navigation__list > .c-navigation__link {
		flex-wrap: wrap;
	}
	.x-transfigure-navigation__row > .c-navigation__list:hover .c-navigation__link .nav-img-wrap {
		align-items: center;
		display: flex;
		height: 220px;
		justify-content: center;
		width: 220px;
	}
	.x-transfigure-navigation__row > .c-navigation__list:hover .first-level .c-navigation__list > .c-navigation__link img {
		display: block;
		transition: transform .2s; 
	}
	.x-transfigure-navigation__row > .c-navigation__list:hover .first-level .c-navigation__list > .c-navigation__link:hover img {
		transform: scale(1.03);
		transition: transform .2s; 
	}
	.x-transfigure-navigation__row > .c-navigation__list:hover .first-level-category {
		font-size: 18px;
		padding: 12px 0 8px;
		white-space: normal;
		line-height: 1.3;
	}
	#sfnt_content_block {
		font-size: 2.2rem;
		padding: 6rem 1rem;
		line-height: 1.3;
	}
	.connect-icons a {
		font-size: 3rem;
		margin: 0 1.3rem;
	}
}
@media screen and (max-width: 959px) {
	.nav-img-wrap {
		display: none;
	}
	.x-transfigure-navigation button.c-navigation__link {
		border-top: 1px solid #d0d0d0;
	}
}

/* Product Page
=========================================== */
.x-product-layout-purchase__options-quantity {
	margin-bottom: 25px;
}
.x-product-layout-purchase__options-quantity + div {
	padding-left: 0 !important;
}

.t-quantify .c-control-group__button,
.t-quantify .c-control-group__field {
	flex-basis: 33.333%;
	height: auto;
}
	
input[value="Add To Cart"],
input[value="Add to Saved Products"] {
	height: 56px;
	font-size: 12px;
	padding: 0;
}
.t-page-prod .tech-specs {
	margin-bottom: 50px;
}
.t-page-prod .tech-specs a {
	width: 286px;
	margin-bottom: 20px
}
@media screen and (max-width: 767px) {
	.t-page-prod ul {
		margin-bottom: 0;
	}
	.t-page-prod .pdf-buttons {
		margin-top: 1em;
	}
}
@media screen and (min-width: 768px) {
	.x-product-layout-purchase__options-quantity {
		display: flex;
	}
	.x-product-layout-purchase__options-quantity + div {
		padding-left: 5px !important;
	}
	.x-product-layout-purchase__options-quantity + div > span {
		padding-left: 0;
	}
	label[for="l-quantity"] {
		line-height: 2.5;
	}
	.t-quantify.c-control-group {
		margin-left: 16px;
	}
	.t-quantify .c-control-group__button {
		padding-top: 0;
		padding-bottom: 0;
	}
	
	.t-quantify .c-control-group__button,
	.t-quantify .c-control-group__field {
		flex-basis: 20%;
		height: 40px;
		min-width: 40px;
	}
	
	.t-page-prod input[value="Add To Cart"],
	.t-page-prod input[value="Add to Saved Products"] {
		height: 40px;
	}
	.t-page-prod input[value="Add To Cart"] {
		margin-bottom: 15px;
	}
	.t-page-prod .tech-specs a {
		margin-bottom: 0;
	}
}
@media screen and (min-width: 60em) {
	.x-product-layout-purchase__options-quantity + div {
		padding-left: 0 !important;
	}
	.x-product-layout-purchase__options-quantity + div > span {
		padding-left: 20px;
	}
	.t-page-prod input[value="Add To Cart"] {
		margin-bottom: 0;
	}
}