.single-product #main-content {
	display: flex;
}

.single-product header.et-l--header {
	position: relative;
	z-index: 200;
	top:0 !important;
}

.product-part-template-default div#ph-content {
    display: block;
}

.product-part-template-default #pc-header .table .label {
    font-size: 14px;
    font-weight: bold;
}
.product-part-template-default #pc-header .table > div {
    font-size: 14px;
    font-weight: 300;
}

.product-part-template-default #pc-header .description {
    font-size: 14px;
}

.product-part-template-default div#ph-content-inner > .part-content-intro {
    margin-left: 90px;
}
.product-part-template-default div#ph-content-inner > div {
    display: inline-block;
    vertical-align: middle;
}

#product-header {
	position: relative;
	background: url('../images/header2.webp') center center no-repeat;
	background-size: cover;
	height: 600px;
	box-sizing: border-box;
	padding: 173px 0 100px 0;
}

#ph-slant {
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	overflow: hidden;
}

#ph-slant img {
	display: block;
	min-width: 1920px;
	width: 100%;
}

#sidebar-triangle {
    max-width: 438px;
    bottom: -10px;
    position: absolute;
    width: 100%;
    overflow: hidden;
}

#ph-content {
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

tr.product-item .col-photo img {
    max-width: 180px;
    height: auto;
    width: 100%;
}

.single-product #ph-content #ph-content-inner {
	color: #1b1b1b;
	text-align: left;
	width: 100%;
}

.single-product #ph-content #ph-content-inner h1 {
	color: #bc010f;
}

#ph-content #ph-content-inner .usage {
	display: flex;
}

#ph-content #ph-content-inner .for {
	font-style: italic;
	font-weight: 700;
	padding: 0 15px 0 0;
	text-transform: uppercase;
}

#ph-content #ph-content-inner .usage-inner {
	font-weight: 300;
	max-width: 600px;
}


#right-content {
	width: calc( 100% - 437px );
	padding: 20px 55px;
	order: 2;
}

#filter-bar {
	position: relative;
	background: #fafafa;
	box-sizing: border-box;
	padding: 45px 0;
	width: 437px;
	min-height: 600px;
	order: 1;
	z-index: 10;
}

.fb-section {
	margin: 0 0 40px 0;
	padding: 0 0 15px 0;
}

.fb-section:after {
    width: 75%;
    height: 1px;
    content: '';
    display: block;
    background: #d4d4d4;
    margin: 50px auto 0 auto;
}

#fb-filter.fb-section:after {
	margin: 10px auto 0;
}

.fb-section:last-child {
	margin: 0;
	border-bottom: 0;
}

.fb-section .fb-heading {
	position: relative;
	font-size: 22px;
	font-weight: 600;
	color: #414141;
	padding: 0 0 5px;
	margin: 0 55px 0 65px;
}

.fb-section .fb-content {
	padding: 0;
	overflow: hidden;
	transition: 1s height;
}

.fb-section.collapse .fb-content {
	height: 0 !important;
}

#fb-products .fb-content {
	padding: 0 65px;
}

.fb-filter-item .fb-filter-content {
	padding: 10px 65px 0;
	overflow: hidden;
	transition: 0.8s height, 0.8s padding;
}

.fb-filter-item.collapse .fb-filter-content {
	padding: 0 65px;
	height: 0 !important;
}

.fb-heading .fb-toggle {
	position: absolute;
	right: 0;
	top: 0;
	font-weight: 300;
	font-size: 40px;
	cursor: pointer;
	color: #e00c1e;
}

.fb-filter-item .fi-toggle {
	position: absolute;
	top: 5px;
	right: -6px;
	font-weight: 300;
	font-size: 40px;
	cursor: pointer;
	color: #e00c1e;
	vertical-align: middle;
	margin: 0 0 0 10px;
}

.fb-heading .fb-toggle:before {
	content: '-';
}

.fb-filter-item .fi-toggle:before {
	content: '-';
	height: 20px;
	display: block;
	line-height: 20px;
	font-size: 27px;
}

.fb-section.collapse .fb-heading .fb-toggle:before, .fb-filter-item.collapse .fi-toggle:before {
	content: '+';
}

#fb-frequency-range {
	margin: 10px 20px 40px 0px;
}

.fb-section .fb-filter-item {
	padding: 0 0 40px;
}

.fb-section .fb-filter-item .fb-filter-item-heading {
	position: relative;
	font-size: 18px;
	font-weight: 600;
	color: #414141;
	padding: 0;
	margin: 0 65px;
}


/***** Frequency Right Threshold slider position updates *****/

.noUi-handle-upper .noUi-tooltip {
    top: -25px !important;
}

#filter-frequency-range .fb-filter-item-heading {
    margin-bottom: 20px;
}

#filter-frequency-range .fb-filter-content {
    overflow: visible;
	height:33px !important;
	padding-bottom: 60px;
}

.fb-filter-item.collapse#filter-frequency-range .fb-filter-content {
    overflow: hidden;
	height:0 !important;
	padding-bottom: 0;
}


/* End Frequency Right Threshold Slider positioning */





.fb-section .fb-filter-input label {
	position: relative;
	display: block;
	font-size: 14px;
	font-weight: 400;
	padding: 6px 0;
	line-height: 26px;
	cursor: pointer;
	user-select: none;
}

.fb-filter-input input[type="checkbox"] {
	display: none;
}

.fb-section .fb-filter-input label .fb-checkbox {
	background: url('../images/checkbox.svg') center center no-repeat #FFFFFF;
	background-size: 26px;
	width: 25px;
	height: 25px;
	display: inline-block;
	vertical-align: top;
	margin: 0 12px 0 0;
}

.fb-section .fb-filter-input label.active .fb-checkbox {
	background: url('../images/checkbox-checked.svg') center center no-repeat #FFFFFF;
	background-size: 32px;
}

.fb-section .fb-filter-input label:hover .fb-checkbox {
	box-shadow: 0 0 0 1px #cc3737;
}

.filter-results {
	text-align: right;
	font-style: italic;
	font-weight: 400;
	font-size: 18px;
	opacity: 0;
	transition: 0.5s opacity;
	padding: 0 65px;
}

.filter-results.active {
	opacity: 1;
}

#filter-bar-inner {
	position: absolute;
	top: 45px;
	width: 100%;
}

#filter-bar.fixed #filter-bar-inner {
	position: fixed;
	top: 160px;
	width: 437px;
}

#filter-bar.bottom #filter-bar-inner {
	position: absolute;
	top: auto;
	bottom: 0;
	width: 100%;
}

#filter-no-results {
	display: none;
	text-align: center;
	margin: -22px 0 20px 0;
}

#filter-no-results .filter-no-results-desc {
	padding: 20px 0;
	background: #e6ebed;
}

a.product-link {
	color: #ae0b19;
	font-weight: 400;
	font-size: 14px;
	display: block;
	margin: 0 0 5px;
}

#pc-breadcrumbs {
	font-size: 16px;
}

#pc-breadcrumbs .pc-line {
	display: inline-block;
	width: 60px;
	height: 3px;
	background: #e00c1d;
	vertical-align: middle;
	margin: 0 22px 0 0;
}

#pc-breadcrumbs a, #pc-breadcrumbs .pc-active-page {
	text-transform: uppercase;
	font-weight: 600;
	color: #878787;
	font-size: 14px;
}

#pc-breadcrumbs .pc-arrow {
	border-right: 1px solid #a1a1a1;
	border-top: 1px solid #a1a1a1;
	transform: rotate(45deg);
	display: inline-block;
	width: 10px;
	height: 10px;
	vertical-align: middle;
	margin: -1px 20px 0 20px;
}

#pc-header {
	padding: 0 0 40px;
	font-size: 0;
}

#pc-header #pc-title {
	font-size: 48px;
	color: #212121;
	line-height: 120px;
	font-weight: 600;
	letter-spacing: -0.03em;
}

#pc-header #pc-usage-label {
	color: #777;
	font-size: 18px;
	font-weight: 700;
	padding: 0 0 8px;
}

#pc-header #pc-usage {
	font-weight: 400;
	font-size: 14px;
	line-height: 1.7em;
}

#pc-content {
	display: inline-block;
	vertical-align: top;
	max-width: 50%;
	font-size: 16px;
	padding: 0 60px 0 0;
}

#pc-specs {
	display: inline-block;
	vertical-align: top;
	max-width: 20%;
	font-size: 16px;
	padding: 0 60px 0 0;
}

#pc-specs img {
	max-width: 145px;
	width: auto;
	max-height: 75px;
}

#pc-docs {
	display: inline-block;
	vertical-align: top;
	max-width: 30%;
	font-size: 16px;
}

#pc-docs .pc-document {
	display: block;
	font-size: 0;
	margin: 0 0 20px;
}

#pc-docs .pc-document .pc-document-label {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 90px);
	font-size: 13px;
	line-height: 20px;
	color: #ae0b19;
	font-weight: normal;
}


#pc-docs .pc-document .pc-document-icon {
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 38px;
	background: url(../images/pdf.jpg) center center no-repeat;
	background-size: 100%;
	margin: -2px 10px 0 0;
}

#pc-specs h4, #pc-docs h4 {
	color: #777;
	font-size: 18px;
	font-weight: 700;
	padding: 0 0 15px;
	white-space: nowrap;
}

#pc-table {
	color: #414141;
	font-size: 15px;
	display: block;
	max-width: fit-content;
	margin: 0 0 20px;
	overflow-x: auto;
	text-align: center;
}

.product-part-template-default #pc-table {
	margin-top:35px;
}

#pc-table th {
	line-height: 20px;
	border-bottom: 2px solid #e6ebed;
	border-right: 2px solid #e6ebed;
	padding: 15px 20px;
	font-size: 14px;
}

#pc-table th .sort-button {
	border: 0;
	background: transparent;
	font-weight: 700;
	color: #ae0b19;
	line-height: 20px;
	font-size: 14px;
	padding: 0;
	cursor: pointer;
}

#pc-table th.sortable .sort-icon {
	display: inline-block;
	vertical-align: top;
	width: 15px;
	height: 15px;
	border-right: 2px solid #005097;
	border-bottom: 2px solid #005097;
	transform: rotate(45deg) scale(0.7);
	margin: -2px -2px 0 8px;
	display: none;
}

#pc-table th.sortable.sort-asc .sort-icon {
	display: inline-block;
	transform: rotate(-135deg) scale(0.7);
	margin: 4px -2px 0 8px;
}

#pc-table th.sortable.sort-desc .sort-icon {
	display: inline-block;
}

#pc-table td {
	border-bottom: 2px solid #e6e6e6;
	border-right: 2px solid #e6e6e6;
	padding: 15px 20px;
	font-size: 13px;
	font-weight: 400;
}

#pc-table .col-photo {
	border-right: 2px solid transparent;
	border-bottom: 2px solid transparent;
	min-width: 200px;
	//width: 20%;
	text-align: left;
}

#pc-table .col-description {
	text-align: left;
	min-width: 250px;
	//width: 25%;
}

#pc-table td.col-description {
	line-height: 22px;
	font-size: 14px;
}

#pc-table td.col-description h3 {
	font-size: 16px;
	font-weight: 700;
	color: #ae0b19;
}

#pc-table td.col-description h3 a {
	font-weight: 700;
}

#pc-table .col-logic_output {
	min-width: 160px;
	//width: 10%;
}

#pc-table .col-frequency_range {
	min-width: 200px;
	//width: 10%;
}

#pc-table .col-supply_voltage {
	min-width: 180px;
	//width: 10%;
}

#pc-table .col-package_size {
	min-width: 170px;
	//width: 10%;
}

#pc-table .col-documents {
	min-width: 190px;
	//width: 15%;
}

#pc-table .col-output_signal {
	min-width: 170px;
	//width: 10%;
}

#pc-table .col-part_number {
	min-width: 140px;
	//width: 10%;
}


@media only screen and (min-width:1100px) and (max-width:1899px) {
	#pc-table .col-logic_output {
		min-width: auto;
		width: 10%;
	}
	
	#pc-table .col-frequency_range {
		min-width: auto;
		width: 10%;
	}
	
	#pc-table .col-supply_voltage {
		min-width: auto;
		width: 10%;
	}
	
	#pc-table .col-package_size {
		min-width: auto;
		width: 10%;
	}
	
	#pc-table .col-documents {
		min-width: auto;
		width: 15%;
	}
	
	#pc-table .col-output_signal {
		min-width: auto;
		width: 10%;
	}
	
	#pc-table .col-part_number {
		min-width: auto;
		width: 10%;
	}


	#pc-table .col-photo {
		border-right: 2px solid transparent;
		border-bottom: 2px solid transparent;
		min-width: auto;
		width: 20%;
		text-align: left;
		padding:15px 0;
	}

	#pc-table .col-description {
		text-align: left;
		min-width: auto;
		width: 25%;
	}

}


.col-description p {
	font-size: 13px;
}

.datasheet-button {
	color: #ae0b19;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	white-space: nowrap;
}

.datasheet-link {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 15px;
	height: 15px;
	border-top: 2px solid #ae0b19;
	border-right: 2px solid #ae0b19;
	margin: -2px 10px 0 0;
	overflow: hidden;
	transform: scale(0.7);
}

.datasheet-link:before {
	content: '';
	background: #ae0b19;
	position: absolute;
	transform: rotate(-45deg);
	width: 18px;
	height: 1.5px;
	top: 5px;
	left: -2px;
}

#pc-products {
	padding: 0 0 50px;
}

.noUi-tooltip {
	font-size: 12px !important;
}


#pc-table::-webkit-scrollbar {
	height: 6px;
	transition: 0.4s all;
}

#pc-table::-webkit-scrollbar-track {
	background: #f2f4f7;
	transition: 0.4s all;
}

#pc-table::-webkit-scrollbar-thumb {
	background: #005097;
	transition: 0.4s all;
}

#apply-filters {
	position: fixed;
	left: 30px;
	bottom: 0px;
	background: #005097;
	color: #FFF;
	width: calc( 100% - 60px );
	text-align: center;
	padding: 10px 0;
	opacity: 0;
	width: 0;
	transition: 0.4s all;
}

#close-filters {
	display: none;
	position: fixed;
	top: 120px;
	right: 20px;
	width: 60px;
	height: 60px;
	justify-content: center;
	align-items: center;
	font-size: 45px;
	font-weight: 200;
}

#close-filters span {
	transform: rotate(45deg);
}

#close-filters-shadow {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	display: none;
}

#close-filters-shadow.active {
	display: block;
}

#pc-show-filters {
	display: none;
}

.fb-section #filter-frequency-range {
	padding: 0 0 20px;
}


@media only screen and (max-width: 679px){
	#product-header h1 {
		font-size: 42px;
		line-height: 42px;
		padding: 30px 0 10px;
	}

	#sidebar-triangle {
		display:none;
	}
	
	.single-product #main-content {
		flex-direction: column;
	}

	.single-product #filter-bar {
		order: 2;
		width: calc( 100% - 40px );
		position: fixed;
		top: 113px;
		padding: 20px 0 0;
		height: calc( 100% - 133px );
		overflow-y: scroll;
		left: 20px;
		box-shadow: 0 0 40px 0 #435b7e, 0 0 0 20px rgb(67 91 126 / 60%);
		display: none;
	}
	
	.single-product #filter-bar.active {
		display: block;
	}
	
	#fb-products {
		display: none;
	}
	
	.fb-heading .fb-toggle {
		display: none;
	}
	
	#fb-filter {
		margin: 0;
		border-bottom: 0;
		padding: 0;
	}
	
	#fb-filter .fb-heading {
		padding: 20px 0;
		margin: 0 35px 0 45px;
	}
	
	.fb-section .fb-content {
		padding: 0;
		height: auto !important;
	}
	
	.single-product #right-content {
		order: 1;
		width: 100%;
		padding: 20px 35px;
	}
	
	#ph-slant img {
		filter: contrast(2);
	}
	
	#pc-breadcrumbs .pc-line {
		width: 20px;
		margin: 0 17px 0 0;
	}
	
	#pc-breadcrumbs .pc-arrow {
		margin: -1px 15px 0 15px;
	}
	
	#pc-header #pc-title {
		font-size: 38px;
		line-height: 42px;
		padding: 20px 0 10px;
	}
	
	#pc-content {
		max-width: 100%;
		padding: 0 0 30px;
	}
	
	#pc-specs {
		max-width: 100%;
		padding: 0 0 30px;
	}
	
	#pc-docs {
		max-width: 100%;
	}
	
	.single-product header.et-l--header {
		width: 100%;
	}
	
	#pc-table thead {
		display: none;
	}
	
	#pc-table tr.product-item {
		display: flex;
		width: 100%;
		flex-direction: column;
		margin: 0 0 35px;
	}
	
	#pc-table td {
		border-left: 2px solid #e6ebed;
		border-right: 2px solid #e6ebed;
		border-bottom: 1px solid #e6ebed;
		padding: 10px 15px;
	}
	
	#pc-table tr.product-item td:last-child {
		border-bottom: 2px solid #e6ebed;
	}
	
	#pc-table .col-photo {
		border-top: 2px solid #e6ebed;
		border-right: 2px solid #e6ebed;
		text-align: center;
	}
	
	#pc-table td.col-description {
		text-align: center;
	}
	
	#pc-table td.col-logic_output:before {
		content: 'Logic Output: ';
		font-weight: 600;
	}
	
	#pc-table td.col-frequency_range:before {
		content: 'Frequency Range: ';
		font-weight: 600;
	}
	
	#pc-table td.col-supply_voltage:before {
		content: 'Supply Voltage: ';
		font-weight: 600;
	}
	
	#pc-table td.col-package_size:before {
		content: 'Package Size: ';
		font-weight: 600;
	}
	
	#pc-table td.col-documents {
		background: #005097;
		border-right: 2px solid #005097;
		border-left: 2px solid #005097;
		border-bottom: 2px solid #005097 !important;
	}
	
	.single-product .datasheet-button {
		color: #FFF;
	}
	
	#apply-filters.active {
		bottom: 30px;
		opacity: 1;
		width: calc( 100% - 60px );
	}
	
	.filter-results {
		padding: 0 60px 80px;
	}
	
	#close-filters {
		display: flex;
	}
	
	#pc-table {
		max-width: 100%;
		width: 100%;
		display: table;
	}
	
	#pc-show-filters {
		position: absolute;
		display: block;
		text-align: right;
		font-size: 18px;
		background: #e6ebed;
		padding: 6px 12px;
		width: calc( 100% - 70px );
		left: 35px;
	}
	
	#pc-show-filters.fixed {
		position: fixed;
		top: 93px;
		left: 0;
		width: 100%;
		padding: 6px 47px;
	}
	
	#pc-show-filters span {
		background: url(../images/icon-filters.png) 0 0 no-repeat;
		background-size: 24px;
		display: inline-block;
		vertical-align: top;
		width: 24px;
		height: 24px;
		margin: 2px 2px 2px 6px;
	}
	
	#pc-show-filters-spacer {
		height: 40px;
	}
	
	#nav-menu {
		width:auto;
	}
	
	
}

@media only screen and (min-width: 680px) and (max-width: 1099px) {
	#product-header h1 {
		font-size: 52px;
		line-height: 52px;
		padding: 30px 0 10px;
	}
	
	.single-product #main-content {
		flex-direction: column;
	}

	.single-product #filter-bar {
		order: 2;
		width: 340px;
		position: fixed;
		top: 120px;
		padding: 20px 0 0;
		height: calc( 100% - 140px );
		overflow-y: scroll;
		left: 50%;
		margin: 0 -170px;
		box-shadow: 0 0 40px 0 #435b7e, 0 0 0 350px rgb(67 91 126 / 60%);
		display: none;
	}
	
	.single-product #filter-bar.active {
		display: block;
	}
	
	#close-filters {
		right: calc( 50% - 170px );
	}
	
	#apply-filters {
		left: calc( 50% - 160px );
		width: 320px;
	}
	
	.fb-section .fb-filter-item .fb-filter-item-heading {
		margin: 0 45px;
	}
	
	.fb-filter-item.collapse .fb-filter-content {
		padding: 0 45px;
	}
	
	.fb-filter-item .fb-filter-content {
		padding: 10px 45px 0;
	}
	
	#fb-products {
		display: none;
	}
	
	.fb-heading .fb-toggle {
		display: none;
	}
	
	#fb-filter {
		margin: 0;
		border-bottom: 0;
		padding: 0;
	}
	
	#fb-filter .fb-heading {
		padding: 20px 0;
		margin: 0 35px 0 45px;
	}
	
	.fb-section .fb-content {
		padding: 0;
		height: auto !important;
	}
	
	.single-product #right-content {
		order: 1;
		width: 100%;
		padding: 20px 35px;
	}
	
	#ph-slant img {
		filter: contrast(2);
	}
	
	#pc-breadcrumbs .pc-line {
		width: 20px;
		margin: 0 17px 0 0;
	}
	
	#pc-breadcrumbs .pc-arrow {
		margin: -1px 15px 0 15px;
	}
	
	#pc-header #pc-title {
		font-size: 46px;
		line-height: 46px;
		padding: 20px 0 10px;
	}
	
	#pc-content {
		max-width: 100%;
		padding: 0 0 30px;
	}

	#sidebar-triangle {
		display:none;
	}
	
	#pc-specs {
		max-width: 100%;
		padding: 0 30px 0;
	}
	
	#pc-docs {
		max-width: 60%;
	}
	
	.single-product header.et-l--header {
		width: 100%;
	}
	
	#pc-table thead {
		display: none;
	}
	
	#pc-table tbody {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}
	
	#pc-table tr.product-item {
		display: flex;
		width: calc( 50% - 40px );
		flex-direction: column;
		margin: 0 20px 35px;
	}
	
	#pc-table td {
		border-left: 2px solid #e6ebed;
		border-right: 2px solid #e6ebed;
		border-bottom: 1px solid #e6ebed;
		padding: 10px 15px;
	}
	
	#pc-table tr.product-item td:last-child {
		border-bottom: 2px solid #e6ebed;
	}
	
	#pc-table .col-photo {
		border-top: 2px solid #e6ebed;
		border-right: 2px solid #e6ebed;
		text-align: center;
	}
	
	#pc-table td.col-description {
		text-align: center;
	}
	
	#pc-table td.col-logic_output:before {
		content: 'Logic Output: ';
		font-weight: 600;
	}
	
	#pc-table td.col-frequency_range:before {
		content: 'Frequency Range: ';
		font-weight: 600;
	}
	
	#pc-table td.col-supply_voltage:before {
		content: 'Supply Voltage: ';
		font-weight: 600;
	}
	
	#pc-table td.col-package_size:before {
		content: 'Package Size: ';
		font-weight: 600;
	}
	
	#pc-table td.col-documents {
		background: #005097;
		border-right: 2px solid #005097;
		border-left: 2px solid #005097;
		border-bottom: 2px solid #005097 !important;
	}
	
	.single-product .datasheet-button {
		color: #FFF;
	}
	
	#apply-filters.active {
		bottom: 30px;
		opacity: 1;
	}
	
	.filter-results {
		padding: 0 0 80px;
	}
	
	#close-filters {
		display: flex;
	}
	
	#pc-table {
		max-width: 100%;
		width: 100%;
		display: table;
	}
	
	#pc-show-filters {
		position: absolute;
		display: block;
		text-align: right;
		font-size: 18px;
		background: #e6ebed;
		padding: 6px 12px;
		width: calc( 100% - 110px );
		left: 55px;
	}
	
	#pc-show-filters.fixed {
		position: fixed;
		top: 100px;
		left: 0;
		width: 100%;
		padding: 6px 67px;
	}
	
	#pc-show-filters span {
		background: url(../images/icon-filters.png) 0 0 no-repeat;
		background-size: 24px;
		display: inline-block;
		vertical-align: top;
		width: 24px;
		height: 24px;
		margin: 2px 2px 2px 6px;
	}
	
	#pc-show-filters-spacer {
		height: 50px;
	}

	#nav-menu {
		width:auto;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1099px) {
	#product-header h1 {
		font-size: 52px;
		line-height: 52px;
		padding: 30px 0 10px;
	}
	
	.single-product #filter-bar {
		width: 460px;
		margin: 0 -230px;
	}
	
	#fb-filter .fb-heading {
		padding: 0 0 20px 0;
		margin: 0 35px 0 45px;
	}
	
	.fb-section .fb-content {
		padding: 0 45px;
		height: auto;
	}
	
	.fb-section .fb-filter-item .fb-filter-item-heading {
		margin: 0;
	}
	
	.fb-filter-item .fb-filter-content {
		padding: 10px 20px 0;
	}
	
	#close-filters {
		right: calc( 50% - 230px );
	}
	
	#apply-filters {
		left: calc( 50% - 220px );
		width: 440px;
	}
	
	div#nav-menu {
		width:auto;
	}
}

@media only screen and (min-width: 1100px) and (max-width: 1400px) {
	.single-product #filter-bar {
		width: 300px;
	}
	
	#filter-bar.fixed #filter-bar-inner {
		width: 300px;
	}

	#right-content {
		width:calc( 100% - 300px );
	}

	#sidebar-triangle { 
	  max-width: 300px;
	}

	#pc-content {
		display: inline-block;
		vertical-align: top;
		max-width: 80%;
		font-size: 16px;
		padding: 0 60px 30px 0;
	}

	#pc-specs {
		display: block;
		max-width: 100%;
	}

	#pc-docs {
		max-width: 50%;
		display: block;
	}

	div#nav-menu {
		width:auto;
		max-width:1200px;
	}
}