.triptechDetailBrowser #tt_dt {
	/*clear: none;*/
	/*float: right;*/
	padding: 0;
}

.triptechDetailBrowser .tt_filter.tt_grid {
	/*float: left;*/
}

.triptechDetailBrowser .tt_tile {
	/*float: left;*/
	margin-left: 0px;
	margin-bottom: 25px;
	min-height: 395px;
	position: relative;
	transition: all .2s ease-in-out;
	background: #fff;
}

.triptechDetailBrowser .tt_tile h2 {
	position: relative;
}

.triptechDetailBrowser .tt0 {
	border-top: none;
	
}

.triptechDetailBrowser .tt0 td {
	width: 33% !important;
	text-align: center;
}

.triptechDetailBrowser .tt0 td:first-child {
	text-align: left;
}

.triptechDetailBrowser .tt0 td:last-child {
	text-align: right;
}

.triptechDetailBrowser img.tt_thumb {
	height: auto;
	width: 100%;
	/*margin: 0 0 65px 0;*/
}

.triptechDetailBrowser a.tta {
	display: inline-block;
}

.triptechDetailBrowser .tta.pdf::before {
	content: "PDF";
}

.triptechDetailBrowser .tta.dwg::before {
	content: "DWG";
}
.triptechDetailBrowser .tta.dxf::before {
	content: "DXF";
}
.triptechDetailBrowser .tta.jpg::before {
	content: "JPG";
}

.triptechDetailBrowser .tta.rvt::before {
	content: "RVT";
}

.triptechDetailBrowser .tta.more::before {
	content: "More";
}

.triptechDetailBrowser #tt_mco {
	bottom: -3px;
	position: absolute;
	right: -10px;
}

.triptechDetailBrowser #tt_pop_enl {
	float: left;
	clear: none;
}

.triptechDetailBrowser #tt_pop_body {
	margin-left: 0;
	margin-top: 7px;
	width: 400px;
}

/*.triptechDetailBrowser #side-nav-pop {*/
/*	float: left;*/
/*	height: 1000px;*/
/*	margin: 0;*/
/*	padding: 0 15px;*/
/*}*/

.triptechDetailBrowser #side-nav-pop li {}

.triptechDetailBrowser #side-nav-pop li a {}

.triptechDetailBrowser .tt_enavup,
.triptechDetailBrowser .tt_enavdn,
.triptechDetailBrowser .tt_enavt {
	display: inline-block;
	height: 60px;
	padding-top: 3px;
	text-align: center;
	vertical-align: top;
	width: 80px;
}

.triptechDetailBrowser .tt_enavup,
.triptechDetailBrowser .tt_enavdn,
.triptechDetailBrowser .tt_unPop,
.triptechDetailBrowser .tt_filttog {
	cursor: pointer;
	background: url("left-arrow.png") no-repeat center;
	width: 70px;
}

.triptechDetailBrowser .tt_enavup:hover,
.triptechDetailBrowser .tt_enavdn:hover,
.triptechDetailBrowser .tt_unPop:hover {
	/*background: url("left-arrowhov.png") #eeeeee no-repeat center;*/
}

.triptechDetailBrowser .tt_filttog {
	background: url("filttog.png") #ee2d24 no-repeat center;
}

.triptechDetailBrowser .tt_filttog2 {
	display: none;
}

.triptechDetailBrowser .tt_filttog:hover {
	/*background: url("filttoghov.png") no-repeat center;*/
}

.triptechDetailBrowser.tt_filterson .tt_filttog {
	/*background: url("left-arrow.png") no-repeat center;*/
}

.triptechDetailBrowser.tt_filterson .tt_filttog:hover {
	/*background: url("left-arrowhov.png") no-repeat center;*/
}

.triptechDetailBrowser .tt_enavdn {
	background-image: url("right-arrow.png");
}

.triptechDetailBrowser .tt_enavdn:hover {
	background-image: url("right-arrowhov.png");
}

.triptechDetailBrowser .tt_unPop {
	/*background-image: url("close.png");*/
	background:url('close-2019.png') center center no-repeat;
	transition: all .2s ease-in-out;
}

.triptechDetailBrowser .tt_unPop:hover {
	/*background-image: url("closehov.png");*/
	background:url('closeg-2019.png') center center no-repeat;
}

/*#side-nav-pop a.tt_cntgrp1,*/

/*#side-nav-pop a.tt_cntgrp2,*/

/*#side-nav-pop a.tt_cntgrp1:before,*/

/*#side-nav-popa.tt_cntgrp2:before {*/

/*	background: none !important;*/

/*	margin: 0 0 0 -10px;*/

/*}*/

.triptechDetailBrowser .tt_fgrp:before {
	display: inline-block;
}

.triptechDetailBrowser .tt_cntgrp1:hover,
.triptechDetailBrowser .tt_cntgrp2:hover {
	background: none !important;
	cursor: scroll !important;
}

.triptechDetailBrowser .tt_dgrp_Product:before {
	content: "Systems";
}

.triptechDetailBrowser .tt_dgrp_Application:before {
	content: "Detail";
}

.triptechDetailBrowser a:hover {
	text-decoration: none;
	cursor: pointer;
}

.triptechDetailBrowser .tt_filter.tt_single {
	height: 100%;
	left: 0;
	overflow-y: auto;
	position: absolute;
	top: 0;
}

/* 2018*/

.triptechDetailBrowser .logo {
	z-index: 0 !important;
}

#tt_pop_enl {
	/*border:2px solid orange;*/
}

.triptechDetailBrowser #tt_pop {
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: none;
	opacity: 0;
	text-align: center;
	z-index: 997;
	height: 100%;
	/*transform: translateX(-100%);*/
	transition: transform 0.2s ease-in 0s;
}

.triptechDetailBrowser .tt_popwrap {
	text-align: left;
	margin: auto;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.triptechDetailBrowser.tt_has_popped #tt_pop {
	display: block;
	background: rgba(127, 127, 127, .85);
	opacity: 1;
	transform: translateX(0);
	transition: transform 0.2s ease-in 0s;
}

.triptechDetailBrowser #tt_pop_body {
	bottom: 0;
	position: absolute;
	width: calc(75%);
	right: 0;
	height: 60px;
}

.triptechDetailBrowser .ttp {
	background: none;
}

.triptechDetailBrowser .tt_unPop {
	display: block;
	float: right;
	height: 25px;
	position: absolute;
	right: 91px;
	top: 63px;
	width: 25px;
}


.triptechDetailBrowser #tt_pop_enl {
	position: absolute;
	text-align: center;l
}

.triptechDetailBrowser .tt_popi {
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
}

.triptechDetailBrowser .tt_popwrap {
	height: 90%;
	max-width: 1250px;
	width: 90%;
}

.triptechDetailBrowser .tt_popwrap>tbody>tr:first-child>td {
	padding-left: 262px;
}

.triptechDetailBrowser .tt_popwrap>tbody>tr:first-child>td:first-child {
	height: 100%;
	padding-left: 0;
	position: absolute;
	display: block;
	overflow-y: auto;
	z-index: 1;
}

.triptechDetailBrowser .tt_filter {
	width: 250px;
}

.triptechDetailBrowser #tt_dt {
	/*width: calc(100% - 236px);*/
	margin-top:-150px;
}

.triptechDetailBrowser .tt_filter.tt_grid {}

.triptechDetailBrowser .tt_filter {}

.triptechDetailBrowser .tt_cnt {
	cursor: pointer;
}

.triptechDetailBrowser .tt_brkt_0 {
	width: 100%;
	
	clear: both;
}

.triptechDetailBrowser .tt_fgrp {
	/*margin-bottom: 16px;*/
}

.triptechDetailBrowser .tt0 {
/*	background: #1a1a1a;*/
}

.triptechDetailBrowser .tt0 td {
	padding: 0;
}

.triptechDetailBrowser .tt_navtop {
	display: none;
}

/* Column Configuration */

.triptechDetailBrowser .tt_tile {
	width: calc(33.3333333% - 15px);
	/* Default = 3 columns */
}

@media screen and (max-width: 1290px) {
	.triptechDetailBrowser .tt_tile {
		width: calc(50% - 15px) !important;
		/* 2 columns */
	}
}
@media screen and (max-width: 613px) {
	.triptechDetailBrowser .tt_tile {
		width: 100% !important;
		/* 2 columns */
	}
}

@media screen and (max-width: 500px) {
	.triptechDetailBrowser .tt_tile {
		/*width: calc(100.0000% - 24px);*/
		width: 100%;
		min-height: 0;
		/* Single Column */
	}
}

@media screen and (max-width: 767px) {
	.triptechDetailBrowser .tt_navtop {
		display: block;
		/*position: fixed;*/
		top: 0;
		left: 0;
		margin-bottom: 16px;
		/*background: yellow;*/
		z-index: 99999;
	}
	.triptechDetailBrowser.tt_has_popped .tt_filttog2,
	.triptechDetailBrowser.tt_filterson .tt_filttog2 {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 99999;
	}
	.triptechDetailBrowser .tt_filttog {
		height: 52px;
	}
	.triptechDetailBrowser .tt_filter.tt_single {
		display: none;
	}
	.triptechDetailBrowser #tt_pop_title,
	.triptechDetailBrowser #tt_pop_enl,
	.triptechDetailBrowser #tt_pop_body {
		width: 100%;
	}
	.triptechDetailBrowser .tt_popwrap>tbody>tr:first-child>td {
		padding-left: 24px;
	}
	.triptechDetailBrowser #tt_dt {
		width: 100%;
	}
	.triptechDetailBrowser .tt_popwrap {
		height: 100%;
		width: 100%;
	}
	.triptechDetailBrowser .tt_filter.tt_grid {
		/*transform: translateX(-120%);*/
		position: fixed;
		top: 0;
		left: -95%;
		z-index: 99999;
		margin-left: 0;
		padding: 66px 20px 0;
		height: 100%;
		overflow-y: auto;
		transition: all 0.5s ease 0s;
	}
	.triptechDetailBrowser .tt_cnt {
		padding: 12px 0;
	}
	.triptechDetailBrowser.tt_filterson .tt_filter {
		left: 0px;
		width: auto;
		min-width: 340px;
	}
	.triptechDetailBrowser header {
		/*transition: transform 0.2s ease-in 0s;*/
	}
	.triptechDetailBrowser header.tt_popped_over {
		/*display: none;*/
		/*transform: translateX(100%);*/
	}
}

@media screen and (max-width: 500px) {
	.triptechDetailBrowser .tt_tile h2 {
		float: left;
		width: 66%;
	}
	.triptechDetailBrowser img.tt_thumb {
		float: right;
		width: 33%;
	}
}

/* 1 columns */

/* Fallback colours */

.triptechDetailBrowser .tt_cnt.sel {
	color: #ee2d24;
}

.triptechDetailBrowser .tt_cnt.dis {
	color: #999999 !important;
	text-decoration: line-through !important;
	cursor: not-allowed;
}

/* JH2019 first pass */
.triptechDetailBrowser {
    /*margin-top:10em;*/

}
/* landing states*/
/* hide everything except landing */
    .triptechDetailBrowser.tt_landing>div {
        display:none;
    }
    .triptechDetailBrowser.tt_landing>div.tt_landing--blocks {
        display:flex;
		text-transform:uppercase;
        /*width:100%;*/
    }
/* hide everything except product tiles */
    .triptechDetailBrowser.tt_landing div#tt_Landing>div {
        display:none;    
    }
    .triptechDetailBrowser.tt_landing div#tt_Landing>div.tt_dgrp_product {
        display:block !important;    
    }
	.triptechDetailBrowser.tt_landing .tt_cgrp_product {
		display: none;
	}
    .triptechDetailBrowser.tt_landing div#tt_Landing>div.tt_dgrp_product .tt_cnt {
        display:inline-block;    
        border:1px solid #ddd;
        margin:0 1em 1em 0;
        padding:2em 1em 0 1em;
        vertical-align:top;
        width:calc(25% - 1.3em);
        text-align:center;
        height:6em !important;
        min-height:6em !important;
    }
    .triptechDetailBrowser.tt_landing div#tt_Landing>div.tt_dgrp_product .tt_selall {
        display:none !important;    
    }

.triptechDetailBrowser.tt_notlanding>div.tt_landing--blocks {
   display:none;
}
.triptechDetailBrowser.tt_notlanding>div#tt_side_nav {
        display:block;
     float:left;
        width:25%;
}
.triptechDetailBrowser.tt_notlanding>div#tt_dt {
        display:block;
		background: #fff;	
}
.triptechDetailBrowser .tt_cnt {
	display:block;
}
.triptechDetailBrowser #tt_side_nav {
	overflow-y:hidden;
}
.triptechDetailBrowser #tt_top_nav .tt_dgrp_product,
.triptechDetailBrowser .tt_sgrp_product {
	display:none !important;
	
}
.triptechDetailBrowser.tt_choosenewprod .tt_sgrp_product {

	display:inline-block;
	
}
.triptechDetailBrowser .tt_ResFilter {
	display:none;
}


.triptechDetailBrowser .tt_popin .tt_fgrp>* {*/
	transition:all .2s;
	max-height:0px;
	overflow:hidden;
}

.triptechDetailBrowser .tt_popin .tt_fgrp.tt_accord>* {
	max-height:100px;
}

.triptechDetailBrowser #tt_top_nav_wrap {
	width: 100%;
	position:relative;
	background: #fff;
}
.triptechDetailBrowser .tt_FilterOps2 {
    display:flex;
    justify-content: space-between;
	align-items:center;
	height:60px;
	position: relative;
    margin-top: 90px;
	z-index:2;
}

.triptechDetailBrowser #tt_top_navX {
	height:91px;
	border-top:2px solid #009a44;
    border-bottom:2px solid #009a44;
}

.triptechDetailBrowser #tt_top_nav {
	position:absolute;
	display:flex;
	flex-flow:row wrap;
	margin: 0 -22px;
	height:91px;
    padding:28px 0 !important;
    width: calc(100% + 44px);

}
.triptechDetailBrowser #tt_top_nav .tt_fgrp {
	width: 25%;
	flex-grow:1;
	transition: all .2s;
    max-height:32px !important;
    overflow-y:hidden;
}
.triptechDetailBrowser #tt_top_nav .tt_fgrp.tt_accord {
    transition: all .2s;
    max-height:1600px !important;
    overflow-y:hidden;
}
.triptechDetailBrowser .tt_fgrp {
	font-size:14px;
}

.triptechDetailBrowser .tt_side_nav .tt_cnt {
	padding:0 0 0 15px;
}


.triptechDetailBrowser #tt_top_nav .tt_fgrp.tt_accord {
	background:#fff;
	box-shadow: -0px 4px 4px #eee;
	z-index: 3;
}

.triptechDetailBrowser #tt_side_nav .tt_fgrp .sel,
.triptechDetailBrowser #side-nav-pop .tt_fgrp .sel {
	/* set to 30 to enable active selector view*/
	max-height:60px;
}

.triptechDetailBrowser #tt_top_nav .tt_cnttop {
	border-left:2px solid rgb(0, 154, 68);
}
.triptechDetailBrowser #tt_top_nav .tt_cnttop,
.triptechDetailBrowser #tt_top_nav .tt_cnt {
	padding: 0 22px;
    display: flex;
    align-items: center;
}
.triptechDetailBrowser #tt_top_nav .tt_cnt {
    font-size:15px;
    text-transform:uppercase;
    color:#4d4d4f;
    line-height:1.13;
    letter-spacing:1px;
    padding-left:38px;
    height:60px;
    border-bottom:solid 2px #c3c4c6;
    display:flex;
    align-items: center;
    margin:0 4px;
}
.triptechDetailBrowser #tt_top_nav .tt_dgrp_framing .tt_cnttop {
	border-left:none;
}


.triptechDetailBrowser .tt_cnttop,
.triptechDetailBrowser .tt_rst {
	width: 100%;
	display: inline-block;
	min-height: 28px;
	color: #4d4d4f;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 1.13;
	letter-spacing: 1px;
	/*padding-top:5.5px;*/



}
    
.triptechDetailBrowser .tt_cnt.sel {
	color: unset;
	font-weight:bold;
}

.triptechDetailBrowser #tt_ChooseNew {
	
	background:url('left-2019.png') no-repeat left 7px;
	padding-left:20px;
}
.triptechDetailBrowser .tt_tile a {
	color:#4d4d4f;
}
.triptechDetailBrowser .tt_tile > a {
    display: inline-block;
	position:relative;
	min-height:385px;
	background: #efefef;
}
.triptechDetailBrowser img.tt_thumb {
	height: auto;
	width: 100%;
/*	margin: -20% 0 -25% 0;
	clip-path: inset(14.01% 0 14% 0);*/
	opacity: .6;
}
.triptechDetailBrowser .tt_brkt_0 {
	text-transform:uppercase;
	font-weight:bold;
	text-align:center;
	line-height:1;
    min-height:150px;
    font-size:40px;
    display:flex;
    align-items:center;
    justify-content:center;
    position:relative
}

.triptechDetailBrowser #tt_side_nav {
	/*display:none !important;*/
}
.triptechDetailBrowser .tt_tile {
	position:relative;
}
.triptechDetailBrowser .tt_tile h4 {
	font-size:13px;
	transition:all .5s;
	border-bottom: 1px solid #ddd;
    width: 100%;
    min-height: 130px;
	padding-left:20px;
	margin-top:-8px;
	background:#fff;
}
.triptechDetailBrowser .tt_tile h4 .tt_t1 {
	margin-right:1em;
	font-weight:bold;
	min-width: 92px;
}
.triptechDetailBrowser .tt_tile:hover a {
	color:rgb(0, 154, 68);
}
.triptechDetailBrowser .tt_tile:hover {
	color:rgb(0, 154, 68);
	/*box-shadow: -0px 4px 4px rgb(0, 154, 68);*/
	/*border:1px solid rgb(0, 154, 68);*/
}
.triptechDetailBrowser .tt_tile:hover>a {
	/*color:rgb(0, 154, 68);*/
	/*box-shadow: -0px 4px 4px rgb(0, 154, 68);*/
	/*border:1px solid rgb(0, 154, 68);*/
}
.triptechDetailBrowser .tt0 {
	border-collapse:collapse;
	margin-top: 18px;
	margin-bottom: 32px;
}
.triptechDetailBrowser .tt0 td {
	width:1% !important;
	border-left:2px solid #009a44;
	text-align:center !important;
	padding: 1px 0 0 0;
	font-size:14px;
}
.triptechDetailBrowser .tt0 td:first-child {
	width:1% !important;
	border-left:none;
}
.triptechDetailBrowser .tta {
    margin: -2px 0 !important;
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
}

.triptechDetailBrowser .tt_cart_wrap {
	display: flex;
	justify-content: center;
}
.triptechDetailBrowser .tt_cart_toggle {
    outline: 2px solid #4d4d4f;
    display: flex;
    font-weight: normal;
    font-size: 15px;
    transition: all .5s;
    justify-content: center;
    align-items: center;
    height: 45px;
    width: 240px;
    text-transform: uppercase;
}
.triptechDetailBrowser .tt_popin .tt_cart_toggle {
	font-weight:bold;
	outline: 2px solid #fff;
}
.triptechDetailBrowser .tt_tile:hover .tt_cart_toggle,
.triptechDetailBrowser .tt_popin .tt_cart_toggle:hover {

	background:#a6dbbd;
	color:white !important;
	outline: 2px solid #009a44;
    
}
.triptechDetailBrowser #tt_pop {
	color:white;
}

.triptechDetailBrowser #tt_pop_title {
    position: absolute;
    top: 63px;
    left: 99px;
    right: 91px;
	font-weight:bold;
	text-align:left;
	border-bottom:2px solid #009a44;;
	height:113px;
	overflow: visible;
}
.triptechDetailBrowser #tt_pop_title>span:first-child {
	display:block;
	height: 57px;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.07;
	letter-spacing: 3px;
}
.triptechDetailBrowser #tt_pop_title .tt_t1::after {
	content:" - ";
	margin-right:-1em;
}
.triptechDetailBrowser #tt_pop_title .tt_t1,
.triptechDetailBrowser #tt_pop_title .tt_t2 {
	text-transform:uppercase;
	margin-right:1em
}
.triptechDetailBrowser #tt_pop_title .tt_t0 {
	height: 30px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.1;
	letter-spacing: 0.5px;
	color: #ffffff;
	position: absolute;
	top: 68px;
	display: flex;
	align-items: center;
}
.triptechDetailBrowser.tt_has_popped #tt_pop {
	/*display: block;*/
	background: rgba(0, 0, 0, .768);
}
.triptechDetailBrowser #side-nav-pop {
	top: 222px;
	position: absolute;
	text-align: left;
	bottom: 0;
	overflow-y: auto;
	width: 320px;
	left: 99px;
}
.triptechDetailBrowser #side-nav-pop .tt_cnt {
	/*padding-left:20px*/
}
.triptechDetailBrowser #tt_pop_enl {
	top:222px;
	/*height: calc(100% - 190px);*/
	bottom:125px;
	left:456px;
	right:94px;
	background:#fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.triptechDetailBrowser #side-nav-pop .tt_cnttop {
    color: white;
    border-bottom: 1px solid #777;
    display: flex;
    height: 60px;
    min-height: 60px;
    align-items: center;
}
.triptechDetailBrowser #side-nav-pop .tt_cnt.sel {
    color: rgba(0, 154, 68,1) !important;
    display: flex;
    height: 60px;
    align-items: center;
    border-bottom: 1px solid #777;
}
.triptechDetailBrowser #side-nav-pop .tt_cnt {
	padding-left:10px;
	text-transform:uppercase;

}
.triptechDetailBrowser .tt_popin .tt_accord .tt_cnt {
    color: white;
    border-bottom: 1px solid #777;
    padding-left: 15px;
    display: flex;
    height: 60px;
    align-items: center;
}
.triptechDetailBrowser .tt_enavup,
.triptechDetailBrowser .tt_enavdn {
	position: absolute;
	top: calc(50% - 60px);
	right:0;
	height:120px;
	background:url('next-2019.png') no-repeat right;
	transition:all .5s;
}
.triptechDetailBrowser .tt_enavup {
	left:0;
	background:url('prev-2019.png') no-repeat left;
}
.triptechDetailBrowser .tt_enavup:hover {
	left:0;
	background:url('prevg-2019.png') no-repeat left;
}
.triptechDetailBrowser .tt_enavdn:hover {
	background:url('nextg-2019.png') no-repeat right;
}

.triptechDetailBrowser .appl_button {
	display:none;
}
.triptechDetailBrowser #tt_mco {
	left: 456px;
	right: 91px;
	bottom: 30px;
	height: 30px;
	position: absolute;
}
.triptechDetailBrowser .tt_enavt {
	width:auto;
	left:0;
	float:left;
	text-transform:uppercase;
	font-weight:bold;
	font-size:14px;
	height:auto;
}

.triptechDetailBrowser #tt_mco td:first-child {
	width:90%;
}
.triptechDetailBrowser #tt_mco td:last-child {
	min-width:180px;
	text-align:right
}
.triptechDetailBrowser #tt_mco td div.tta_pop{
	border-right: 2px solid #009a44;
	text-align: center;
	color: white;
	font-size: 20px;
	height: 20px;
	width: 100px;
	display: flex;
	padding-top: 2px;
	justify-content: center;
	
}
.triptechDetailBrowser #tt_mco td div.tta_pop a {
	color:white;
}
.triptechDetailBrowser #tt_mco td div.tta_pop_6 {
	border-right:none;
}
.triptechDetailBrowser #tt_mco .tt_cart_toggle {
	margin:0;
	color:white;
	
}
.triptechDetailBrowser #tt_mco .tt_cart_toggle {
	margin:0;
	color:white;
	
}
.triptechDetailBrowser #tt_mco .tt_cart_toggle:hover {
	margin:0;
	color:rgba(0, 154, 68,1);
	
}



/* ex zeplin */
.triptechDetailBrowser .tt_landing--blocks {
  flex-flow: row wrap;
  justify-content: center;
}

.triptechDetailBrowser .tt__category__wrap {
	min-width:400px !important;
    max-width:400px !important;
    margin:28px 28px 128px 28px;

}

.triptechDetailBrowser .tt__category {
  height: 47px;
  font-size: 35px;
  font-weight: bold;
  line-height: 1.14;
  letter-spacing: 2px;
  padding-top: 11px;
  color: #009a44;
  margin-bottom:27px;
}
.triptechDetailBrowser .tt__product {
  padding-top:14px;
  height: 45px;
  font-size: 18px;
  line-height: 0.94;
  letter-spacing: 1.2px;
  color: #4d4d4f;
  transition: all .2s ease-in-out;
}
.triptechDetailBrowser .tt__product:hover,
.triptechDetailBrowser .tt__product:hover,
.triptechDetailBrowser .tt__product.sel{
  font-weight: bold;
  color: #009a44;
}
.triptechDetailBrowser .tt_dgrp_design_app {
	display:none !important;
}
.triptechDetailBrowser div .tt_FilterOps2X {
    height: 500px;
    background: #eeeded;
    z-index: 0;
    position: absolute;
    width: 5000%;
    margin: 0 -1000%;
	
}
.triptechDetailBrowser .tt_tile>a {
/* 	min-height:494px; */
	box-shadow: 1px 1px 3px 1px #eeeded;
	width: 100%;
}
.triptechDetailBrowser .tt_tile {
color: #4d4d4f;
transition: all .2s ease-in-out;
}
.triptechDetailBrowser .tt_productlabelfill {
    height: 39px;
    font-size: 20px;
    font-weight: bold;
    display: block;
    line-height: 1.1;
    letter-spacing: .5px;
        display: flex;
    align-items: center;
}
.triptechDetailBrowser .tt_cnttop:hover,
.triptechDetailBrowser .tt_cnt:hover {
	color:#009a44;
}
.triptechDetailBrowser .tt_brk_0 {
    flex-flow: row wrap;
    justify-content: space-between;
}

.triptechDetailBrowser span.tt_t01,
.triptechDetailBrowser span.tt_t02 {
    font-size: 16px;
    line-height: 1.5;
    display: flex;
    height: 39px;
    align-items: center;
}
.triptechDetailBrowser span.tt_t02 {
    align-items: start;
    height: 49px;
}
.triptechDetailBrowser .tt_tile>a>h4::before {
    /*content:"View Drawing";*/
    text-transform:uppercase;
    display:flex;
    width:240px;
    height:240px;
    align-items:center;
    position:absolute;
    top:85px;
    outline:5px solid #4d4d4d;
    z-index:0;
    left:calc(50% - 120px);
    font-size:30px;
    text-align:center;
    font-weight:bold;
    line-height: 1.07;
    letter-spacing: 1.5px; 
    transition: all .1s ease-in-out;
    color:#4d4d47;
}
.triptechDetailBrowser .tt_tile:hover>a>h4::before {
    outline:5px solid #009a44;
    color: #fff;
    background: rgba(0,154,68,.36);
}
.triptechDetailBrowser .tt_Reset:first-child .tt_rst
    color:#009a44;
}

.triptechDetailBrowser .tt_cart_toggle {
    transition:width .5s,font-size .5s !important;
}
.triptechDetailBrowser .tt_incart .tt_cart_toggle {
    font-size:0;
    width:280px;
    transition:width .5s,font-size 0s !important;
}
.triptechDetailBrowser  .tt_cart_toggle::before {
    font-size: 0px !important;
    transition:width .5s,font-size .5s !important;
    content:"";
}
.triptechDetailBrowser .tt_incart .tt_cart_toggle::before {
    content:"Remove From Downloads";
    padding-left:10px;
    text-align:center;
    font-size: 15px  !important;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    transition:width .5s,font-size .5s !important;
}
.triptechDetailBrowser .tt_checkout_wrap {
	position:relative;
	width:100%;
	height:100px;
	margin-top:51px;
	transition: all .5s ease-in-out;
}
.triptechDetailBrowser .tt_checkout {
	position:absolute;
	min-height:100px;
	bottom:0;
	right:0px;
	width:450px;
	background: rgba(0, 154, 68, 0.12);
	border-bottom:6px solid #009a44;
	transition: all .5s ease-in-out;
}

.triptechDetailBrowser .tt_checkout_title {
	color:#009a44;
	display:flex;
	align-items:center;
	text-transform:uppercase;
	height: 100px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: 1.4px;
	background: url('down-2019.png') no-repeat right;
	cursor: pointer;
	margin: 0 10px 0 29px;
	transition: all .5s ease-in-out;
}
.triptechDetailBrowser .tt_accord .tt_checkout {
	background:#4d4d4f;
}
.triptechDetailBrowser .tt_checkout_body {
	height:0px;
	overflow-y:hidden;
	transition: all .5s ease-in-out;
}
.triptechDetailBrowser .tt_accord .tt_checkout_body {
	height:450px;
	box-shadow: 3px 1px 1px 1px #eeeded;
}
.triptechDetailBrowser .tt_accord .tt_checkout_title {
	background: url('up-2019-white.png') no-repeat right;  
	color:white;
	border-top:2px solid #9d9d9e;
	border-bottom:2px solid #9d9d9e;
	height:74px;
	margin: 20px 15px 45px 15px;
}

.triptechDetailBrowser .tt_checkout_title:after {
	content:"";
	text-transform:none;
	width:100%;
	display:block;
	position:absolute;
	height:45px;
	display:flex;
	align-items:center;
	justify-content:center;
	top:94px;
	left:0px;
	font-family: Montserrat;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.25;
	letter-spacing: 1px;
	color: #ffffff;
}
.triptechDetailBrowser .tt_accord .tt_checkout_title:after {
	content:"Below are all the details you have saved";
}
.triptechDetailBrowser .tt_accord.tt_empty .tt_checkout_title:after {
	content:"You have not saved any details yet";
}
.triptechDetailBrowser .tt_checkout_actions {
	height:60px;
	background:#fff;
	display:flex;
	align-items:center;
}
.triptechDetailBrowser .tt_checkout_actions>div {
	width: 50%;
	height: 30px;
	text-align: center;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.1;
	letter-spacing: 0.5px;
	color: #4d4d4f;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor:pointer;
}
.triptechDetailBrowser .tt_checkout_actions>div:first-child {
	border-right:1px solid #c3c4c6;
}
.triptechDetailBrowser .tt_checkout_actions>div:after {
	background: url('icon-download-arrow-hover1.png') no-repeat right;
	display: block;
	height: 30px;
	width: 35px;
	content: "";
}
.triptechDetailBrowser .tt_trash {
	background: url(cartdel.png) center center no-repeat;
	height: 100%;
}
.triptechDetailBrowser .tt_checkout_dt {
    overflow-y: auto;
    height: 392px;
	background: #f8f8f8;
}
.triptechDetailBrowser .tt_checkout_dt .tt_cdt {
	display:flex;
	background-color: #f8f8f8;
	flex-flow:row;
	height:110px;
	align-items:center;
	border-bottom:solid 1px #c3c4c6;
	position:relative;
}
.triptechDetailBrowser .tt_checkout_dt .tt_title {
	width: calc(100% - 122px);
	position:relative;
	height:100%;
	padding:10px 0  0 10px;

}
.triptechDetailBrowser .tt_checkout_dt .tt_trash {
	width:32px;
	cursor:pointer;
}
.triptechDetailBrowser .tt_checkout_dt .tt_thumb_div {
	background-color: #efefef;
	width:90px !important;
	height:100%;
	display:flex;
	flex-flow:column;
}
.triptechDetailBrowser .tt_checkout_dt img.tt_thumb {
	margin: -20% 0 -20% 0;
}
.triptechDetailBrowser .tt_checkout_dt .tt_thumb_div .tt_imgfill {
	background-color: #f8f8f8;
	height:0px;
	flex-grow:1;
}

.triptechDetailBrowser .tt_checkout_dt .tt_title span,
.triptechDetailBrowser .tt_checkout_dt .tt_title {
  text-transform:uppercase;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.17;
  letter-spacing: 1px;
  color: #4d4d4f;
}
.triptechDetailBrowser .tt_checkout_dt .tt_title span.tt_t0 {
  display:block;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.33;
  letter-spacing: 0.5px;
	position:absolute;
	bottom:7px;
}
.triptechDetailBrowser .tt_checkout_dt .tt_cdt.tt_delcart .tt_trash {
	transition: all .2s ease-in-out;
	position:absolute;
	right:0;
	width:100%;	
}
.triptechDetailBrowser .tt_checkout_dt .tt_cdt.tt_delcart .tt_trash:before {
	background:rgba(200,200,200,.9);
	content:"Removed - Click to Restore";
	text-transform:uppercase;
	display:flex;
	align-items:center;
	justify-content:center;
	height:100%;
	width:100%;
}
.triptechDetailBrowser .tt_checkout iframe {
    position: absolute;
    width: 100%;
    top: 140px;
	border:none;
	height:100px;
	opacity:.5;
	display:none;
}
.triptechDetailBrowser .tt_accord .tt_checkout iframe {
	display:flex;
}
.triptechDetailBrowser .tt_checkout_wrap.tt_empty .tt_checkout iframe {
	display:none;
}
.triptechDetailBrowser .tt_checkout_wrap.tt_empty .tt_checkout_actions {
	opacity:0;
}
.triptechDetailBrowser .tt_t6 {
    position: absolute;
    top: 124px;
    right: 0;
  height: 16px;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.5px;
}

.triptechDetailBrowser .tt_popin .tt_cnttop:after {
    height:60px;
		content:"";
		width:25px;
		display:flex;
		background:url('up-2019-white.png') center center no-repeat;
		position:absolute;
		right:15px;
		transition: all .2s ease-in-out;
		transform: rotate(-180deg);
}
.triptechDetailBrowser .tt_popin .tt_cnt:hover,
.triptechDetailBrowser .tt_popin .tt_cnttop:hover {
	color:#009a44 !important;
}
.triptechDetailBrowser .tt_popin .tt_cnttop:hover:after {
	background:url('upg-2019c.png') center center no-repeat;
}
.triptechDetailBrowser .tt_popin .tt_fgrp.tt_accord .tt_cnttop:after {
	transform: rotate(0deg);
}
.triptechDetailBrowser #tt_top_nav .tt_fgrp {
	position:relative;
} 
.triptechDetailBrowser #tt_top_nav .tt_cnttop::after {
    height: 60px;
    content: "";
    width: 25px;
    display: flex;
    background: url('up-2019-grey.png') center center no-repeat;
    position: absolute;
    right: 15px;
    transition: all .2s ease-in-out;
    transform: rotate(-180deg);
}
.triptechDetailBrowser #tt_top_nav .tt_cnttop:hover:after {
	background-image:url('upg-2019c.png');
}
.triptechDetailBrowser #tt_top_nav .tt_accord .tt_cnttop::after {
	transform: rotate(0deg);
}
.triptechDetailBrowser #tt_top_nav .tt_cnt:hover {
	color:#009a44;
}
.triptechDetailBrowser #tt_pop_enl .tt_unPop {
	display:none;
}
@media screen and (max-width: 1200px) {
	.triptechDetailBrowser #tt_pop_title,
	.triptechDetailBrowser .tt_unPop, 
	.triptechDetailBrowser #tt_pop_enl,
	.triptechDetailBrowser #tt_mco {
		right:12px;
	}
	.triptechDetailBrowser #tt_pop_title,
	.triptechDetailBrowser #side-nav-pop {
		left:12px
	}
	.triptechDetailBrowser #tt_pop_title,
	.triptechDetailBrowser .tt_unPop {
		top:12px;
	}
	.triptechDetailBrowser #tt_pop_enl,
	.triptechDetailBrowser #side-nav-pop {
		top:168px;
	}
	
	.triptechDetailBrowser #tt_pop_enl,
	.triptechDetailBrowser #tt_mco{
		left:369px;
	}
}


.triptechDetailBrowser .tt__product__wrap {
  overflow-y: hidden;
	
	max-height:45px;
	transition: all .6s .3s ease-in-out;
}
.triptechDetailBrowser .tt__product__wrap.tt_accord2 {
	max-height:200px;
	color: #009a44;
	transition: all .6s .0s ease-in-out;
} 


.triptechDetailBrowser .tt__product__wrap>.tt__product:first-child::after {
    margin-left:25px;
	height: 15px;
    content: "";
    width: 25px;
    display: inline-block;
	cursor:pointer;
    background: url('up-2019-grey.png') center center no-repeat;
    /*position: absolute;
    right: 15px;*/
    transition: all .2s ease-in-out;
    transform: rotate(-180deg);
}
.triptechDetailBrowser .tt__product__wrap>.tt__product {
	height:0;
	/*transition: all .2s ease-in;*/
	overflow-y:hidden;
	margin-left:50px;
	font-weight:normal;
}
.triptechDetailBrowser .tt__product__wrap>.tt__product:hover {
	font-weight:bold;
}
.triptechDetailBrowser .tt__product__wrap>.tt__product:first-child {
	height:45px;
	margin-left:0px;	
	font-weight:normal !important;
}
.triptechDetailBrowser .tt__product__wrap.tt_accord2>.tt__product {
	color: #009a44;
}
.triptechDetailBrowser .tt__product__wrap.tt_accord2>.tt__product:first-child::after {
	transform: rotate(0deg);
}
.triptechDetailBrowser .tt__product__wrap.tt_accord2>.tt__product {
	height:30px;
}

.triptechDetailBrowser .tt__category__wrap {
    min-width: 440px !important;
    max-width: 440px !important;
    margin: 28px -12px 128px 28px;

}

.triptechDetailBrowser .tt_checkout {
	position:fixed;
	bottom:0 ;
	left:0%;
	background:	#e0f3e8;
	/*box-shadow:1px 1px 3px 3px #eeeded;*/

}
.triptechDetailBrowser .tt_checkout_wrap {
		z-index:9999;
	opacity:0.85;
}
.triptechDetailBrowser .tt_checkout_wrap.tt_empty {
	opacity:0.02;

}
.triptechDetailBrowser .tt_checkout_wrap.tt_accord {
	opacity:1;
}




@media screen and (max-width: 1024px) {
	.triptechDetailBrowser #tt_pop_enl,
	.triptechDetailBrowser #tt_mco{
		left:12px;
	}
	.triptechDetailBrowser #side-nav-pop {
		display:none;
	}
	.triptechDetailBrowser .tt_brkt_0 {
		margin-top:32px;
	}
	.triptechDetailBrowser .tt_FilterOps2 {
		margin-top:0;
		margin-bottom:0px;
	}
	.triptechDetailBrowser #tt_dt {
		margin-top: -50px;
	}
	.triptechDetailBrowser #tt_top_nav,
	.triptechDetailBrowser #tt_top_navX {
		height:135px;
	}
	.triptechDetailBrowser #tt_dt {
		margin-top: -50px;
	}
	.triptechDetailBrowser #tt_top_nav .tt_fgrp {
		width:50%;
	}
	.triptechDetailBrowser #tt_top_nav .tt_cgrp_product_category.tt_cnttop {
		border-left:none;
	}
}
@media screen and (max-width: 768px) {
	.triptechDetailBrowser #tt_pop_title,.triptechDetailBrowser .tt_pop_bot{
		display:none;
	}
	.triptechDetailBrowser .tt_unPop {
		top: 180px;
		right:24px;
	}
}
@media screen and (max-width: 613px) {
	.triptechDetailBrowser.container {
		padding:0;
	}
	.triptechDetailBrowser .tt_fgrp,
	.triptechDetailBrowser .tt__category__wrap {
		margin:0;
		width:100% !important;
		min-width:100%  !important;
		max-width:100% !important;
		position:relative;
		padding: 0 15px;
	}
	.triptechDetailBrowser .tt__category:after,
	.triptechDetailBrowser .tt_FilterOps2>a:after {
		height:60px;
		content:"";
		width:25px;
		display:flex;
		background:url('up-2019-grey.png') center center no-repeat;
		position:absolute;
		right:15px;
		transition: all .2s ease-in-out;
		transform: rotate(180deg);
	}
	
	.triptechDetailBrowser .tt_landing--blocks {
		background:#eeeded;
	}
	.triptechDetailBrowser .tt__category,
	.triptechDetailBrowser .tt__product,
	.triptechDetailBrowser .tt_cnt,
	.triptechDetailBrowser .tt_FilterOps2>a,
	.triptechDetailBrowser .tt_FilterOps2>a>span {
		width:100%;
		padding:0;
		border-bottom:solid 1px #c3c4c6;
		height:74px;
		display:flex;
		align-items:center;
	}
	.triptechDetailBrowser .tt__category,
	.triptechDetailBrowser .tt_cnt,
	.triptechDetailBrowser .tt_cnttop ,
	.triptechDetailBrowser .tt_FilterOps2>a,
	.triptechDetailBrowser .tt_FilterOps2>a>span {
		font-size: 20px;
		font-weight: bold;
		font-style: normal;
		font-stretch: normal;
		line-height: 1.1;
		letter-spacing: 0.5px;
		color: #4d4d4f;
		margin:0;
		cursor:pointer;
	}
	.triptechDetailBrowser .tt__category__wrap.tt_accord {
		max-height:1000px !important;
		overflow-y:visible !important;
	}
	.triptechDetailBrowser .tt__category__wrap.tt_accord .tt__category:after {
		transform: rotate(0deg);
	}
	.triptechDetailBrowser .tt__category__wrap {
		max-height:74px !important;
		overflow-y:hidden !important;
		transition: all .2s ease-in-out;
	}
		
.triptechDetailBrowser .tt__product {
	font-size: 15px;
	font-weight: normal;
	line-height: 1.13;
	letter-spacing: 0.5px;
	color: #4d4d4f;
	padding-left:15px;
  }
  .triptechDetailBrowser .tt__product:hover {
	font-weight: 600;
	color: #009a44;
  }
	.triptechDetailBrowser .tt__category__wrap:hover .tt__category,
	.triptechDetailBrowser .tt_FilterOps2>a>span:hover {
		color:#009a44 !important;
	}
	.triptechDetailBrowser .tt__category__wrap:hover .tt__category:after,
	.triptechDetailBrowser .tt_FilterOps2>a:hover:after {
		background-image:url('upg-2019c.png');
	}
	
	
	
	
	
	
	
	
	
	.triptechDetailBrowser #tt_top_navX {
		display:none;
	}
	.triptechDetailBrowser #tt_top_nav {
		width:100%;
		margin:0;
		padding:0 !important;
		background:#eeeded;
		position:relative;
		height:auto;
	}
	
	.triptechDetailBrowser #tt_top_nav .tt_fgrp {
		width:100%;
		max-height:74px !important;
		overflow-x: hidden;
	}
	.triptechDetailBrowser .tt_cnttop {
		height:74px;
		border-bottom:solid 2px #c3c4c6;
	}
	
	.triptechDetailBrowser #tt_top_nav .tt_cnttop {
		border-left:none;
		padding:0 15px;
	}
	.triptechDetailBrowser #tt_top_nav .tt_fgrp.tt_accord {
		background:none;
	}
	.triptechDetailBrowser #tt_top_nav .tt_cnt {
		margin:0;
		padding:0 15px 0 30px;
	}
	
	.triptechDetailBrowser .tt_FilterOps2>a {
		display:block;
		width:calc(100% - 30px);
		border-bottom:none;
		margin-right:15px;
	}
	.triptechDetailBrowser #tt_ChooseNew,
	.triptechDetailBrowser #tt_Reset {
		background:none;
		margin:0 15px;
		padding:0 15px;
		border-bottom:solid 2px #c3c4c6;
	}
	.triptechDetailBrowser .tt_FilterOps2 {
		display:block;
	}
	.triptechDetailBrowser #tt_dt {
		margin-top:72px;
	}
	.triptechDetailBrowser .tt_Reset::after {
		top:7px;
	}
	.triptechDetailBrowser #tt_Reset::after {
		display:none;
	}
	.triptechDetailBrowser #tt_Reset>span {
		justify-content: center;
		color:#bcbdbc;
	}
	.triptechDetailBrowser .tt_brkt_0 {
	  min-height: 70px;
	  font-family: Montserrat;
	  font-size: 20px;
	  font-weight: bold;
	  font-style: normal;
	  font-stretch: normal;
	  line-height: 1.1;
	  letter-spacing: 0.5px;
	  text-align: center;
	  color: #4d4d4f;
	  margin-top:26px;
	}
	
	.triptechDetailBrowser .tt_tile {
		width: calc(100.0000% - 106px) !important;
		margin-left: 53px;
		background:transparent;
	}
	.triptechDetailBrowser .tt_tile > a {
		min-height:0;
	}
	triptechDetailBrowser div .tt_FilterOps2X {
		height: 865px;
	}
	.triptechDetailBrowser .tt_tile>a>h4::before {
		height:140px;
		width:140px;
		font-size:20px;
		left:calc(50% - 70px);
	}
	.triptechDetailBrowser img.tt_thumb {
	   margin: -20% 0 -20% 0;
	}
	.triptechDetailBrowser .tt0 {
		display:flex;
		width:200px;
		margin:0px auto 8px auto;
		height:90px;
		position:relative;
	}
	.triptechDetailBrowser .tt0 td {
		height:20px;
		width:100px !important;
		position:absolute;
		top:12.5px;
		left:0px;
	}
	.triptechDetailBrowser .tt0 td:first-child {
		width:100px !important;
	}
	.triptechDetailBrowser .tt0 td:nth-child(2) {
		top:12.5px;
		left:100px;
		
	}
	.triptechDetailBrowser .tt0 td:nth-child(3) {
		top:57.5px;
		border-left:none;
	}
	.triptechDetailBrowser .tt0 td:nth-child(4) {
		top:57.5px;
		left:100px;
	}
	.triptechDetailBrowser .tt0 td .tta {
		font-size:10px;
	}.triptechDetailBrowser #tt_top_navX {
		display:none;
	}
	.triptechDetailBrowser #tt_top_nav {
		width:100%;
		margin:0;
		padding:0 !important;
		background:#eeeded;
		position:relative;
		height:auto;
	}
	
	.triptechDetailBrowser #tt_top_nav .tt_fgrp {
		width:100%;
		max-height:74px !important;
		overflow-x: hidden;
	}
	.triptechDetailBrowser .tt_cnttop {
		height:74px;
		border-bottom:solid 2px #c3c4c6;
	}
	
	.triptechDetailBrowser #tt_top_nav .tt_cnttop {
		border-left:none;
		padding:0 15px;
	}
	.triptechDetailBrowser #tt_top_nav .tt_fgrp.tt_accord {
		background:none;
	}
	.triptechDetailBrowser #tt_top_nav .tt_cnt {
		margin:0;
		padding:0 15px 0 30px;
	}
	
	.triptechDetailBrowser .tt_FilterOps2>a {
		display:block;
		width:calc(100% - 30px);
		border-bottom:none;
		margin-right:15px;
	}
	.triptechDetailBrowser #tt_ChooseNew,
	.triptechDetailBrowser #tt_Reset {
		background:none;
		margin:0 15px;
		padding:0 15px;
		border-bottom:solid 2px #c3c4c6;
	}
	.triptechDetailBrowser .tt_FilterOps2 {
		display:block;
	}
	.triptechDetailBrowser #tt_dt {
		margin-top:72px;
	}
	.triptechDetailBrowser .tt_Reset::after {
		top:7px;
	}
	.triptechDetailBrowser #tt_Reset::after {
		display:none;
	}
	.triptechDetailBrowser #tt_Reset>span {
		justify-content: center;
		color:#bcbdbc;
	}
	.triptechDetailBrowser .tt_brkt_0 {
	  min-height: 70px;
	  font-family: Montserrat;
	  font-size: 20px;
	  font-weight: bold;
	  font-style: normal;
	  font-stretch: normal;
	  line-height: 1.1;
	  letter-spacing: 0.5px;
	  text-align: center;
	  color: #4d4d4f;
	  margin-top:26px;
	}
	
	.triptechDetailBrowser .tt_tile {
		width: calc(100.0000% - 106px) !important;
		margin-left: 53px;
		background:transparent;
	}
	.triptechDetailBrowser .tt_tile > a {
		min-height:0;
	}
	triptechDetailBrowser div .tt_FilterOps2X {
		height: 865px;
	}
	.triptechDetailBrowser .tt_tile>a>h4::before {
		height:140px;
		width:140px;
		font-size:20px;
		left:calc(50% - 70px);
	}
	.triptechDetailBrowser img.tt_thumb {
	   margin: -20% 0 -20% 0;
	}
	.triptechDetailBrowser .tt0 {
		display:flex;
		width:200px;
		margin:0px auto 8px auto;
		height:90px;
		position:relative;
	}
	.triptechDetailBrowser .tt0 td {
		height:20px;
		width:100px !important;
		position:absolute;
		top:12.5px;
		left:0px;
	}
	.triptechDetailBrowser .tt0 td:first-child {
		width:100px !important;
	}
	.triptechDetailBrowser .tt0 td:nth-child(2) {
		top:12.5px;
		left:100px;
		
	}
	.triptechDetailBrowser .tt0 td:nth-child(3) {
		top:57.5px;
		border-left:none;
	}
	.triptechDetailBrowser .tt0 td:nth-child(4) {
		top:57.5px;
		left:100px;
	}
	.triptechDetailBrowser .tt0 td .tta {
		font-size:10px;
	}
	
	
	
	
	.triptechDetailBrowser .tt_enavup,
	.triptechDetailBrowser .tt_enavdn {
		left: -20px;
		top:calc(50% - 35px);
		background: url('up-2019-grey.png') top center no-repeat;
		transform:rotate(-90deg);
		height:70px;
		width:120px;
		z-index:2;
	}
	.triptechDetailBrowser .tt_enavup:hover,
	.triptechDetailBrowser .tt_enavdn:hover {
		background: url('upg-2019c.png') top center no-repeat;
		left:-20px;
	}
	.triptechDetailBrowser .tt_enavdn,
	.triptechDetailBrowser .tt_enavdn:hover {
		right:-8px;
		left:unset;
		transform:rotate(90deg);
	}

	.triptechDetailBrowser .tt_unPop {
		background: url('cartdel.png') center bottom no-repeat;
		transition: all .2s; 
	}
	.triptechDetailBrowser .tt_unPop:hover {
		background: url('cartdelg.png') center bottom no-repeat;
	}
	.triptechDetailBrowser #tt_pop_enl {
		top:7px;
		left:7px;
		right:7px;
		bottom:7px;
		background:none;
		width:calc(100% - 14px);
	}
	.triptechDetailBrowser #tt_pop_enl img.tt_popi {
		clip-path: inset(14.01% 0 14% 0);
		z-index:1;
		
	}
	.triptechDetailBrowser #tt_pop_enl img.tt_popi:after {
		content:"s";
		height:20px;
		width:20px;
		background: url('cartdelg.png') center center no-repeat;	
	}
	.triptechDetailBrowser .tt_pop_top .tt_unPop {
		display:none;
	}
	.triptechDetailBrowser #tt_pop_enl .tt_unPop {
		display:flex;
		z-index:2;
		height:40px;
		width:100%;
		position:relative;
		margin-bottom:-61px;
		top:unset;
		right:unset;
		background-position: top 5px right 5px ;
		
	}
	.triptechDetailBrowser #tt_pop_enl {
		text-align:right;
		flex-flow:column;
		align-items: end;
		
	}
	.triptechDetailBrowser .tt_popi {
		margin:-14% 0;
	}
	
	
	
	
	
	
}

@media screen and (max-height: 768px) {
	.triptechDetailBrowser #tt_pop_enl {
		top:125px;
		bottom:67px;
		z-index:1;
	}
	.triptechDetailBrowser #side-nav-pop {
		top: 125px;
	}
}
@media screen and (max-height: 640px) {
	.triptechDetailBrowser #tt_pop_enl {
		top:0px;
		bottom:0px;
		z-index:0;
	}
	.triptechDetailBrowser #tt_pop_title,.triptechDetailBrowser .tt_pop_bot{
		display:none;
	}
	.triptechDetailBrowser #side-nav-pop {
		top: 0px;
	}
}

.triptechDetailBrowser .tt__category__wrap.tt_internal .tt__category {
    letter-spacing:-0.4px;
}




/* Consulting - Title
Order
• Look at Cladding, Range,Title less loud, at the bottom
• Detail title in proper case
*/
.triptechDetailBrowser .tt_tile>a>h4 {
	display:flex;
	flex-flow:column;
}
.triptechDetailBrowser .tt_tile>a>h4 .tt_t02 { order:1;}
.triptechDetailBrowser .tt_tile>a>h4 .tt_t01 { order:2; }
.triptechDetailBrowser .tt_tile>a>h4 .tt_productlabelfill {	order:3;
	font-weight:normal;
}
.triptechDetailBrowser .tt_tile>a>h4 .tt_t2 {text-transform: lowercase;}
.triptechDetailBrowser .tt_tile>a>h4 .tt_t2::first-letter {text-transform: uppercase;}

/*
Consulting - Choose NewProduct
• Needs to be Louder, Above the heading
• Lighten the heading Lighten Font
*/
.triptechDetailBrowser .tt_FilterOps2 {	margin:0;}
.triptechDetailBrowser #tt_dt {margin-top:0;}
.triptechDetailBrowser .tt_FilterOps2 .tt_rst {color:#000;font-size:20px}
.triptechDetailBrowser .tt_brkt_0 {
	font-size:30px;
	font-weight:normal;
	color: #4d4d4f;
	min-height:100px
}


/*
Consulting - Order
Figure/Title
Horizontal Flexible Underlay CLD Flexible Underlay, then RAB
Range, Product_Category, Product Product Name, Define Range
*/


/* 20200805 */
.triptechDetailBrowser span.tt_t01 {
	display:block;
}
.triptechDetailBrowser span.tt_t01>span {
	margin-right:5px;
}
.triptechDetailBrowser span.tt_t01>span.product_category::after {
	content:":";
}
.triptechDetailBrowser span.tt_t01>span.framing::after {
	content:" Framing";
}
.triptechDetailBrowser span.tt_t01>span.fixing::before {
	content:"- ";
}
.triptechDetailBrowser span.tt_t01>span:empty {
	display:none;
}

.triptechDetailBrowser .tt_dgrp_fixing.tt_accord {
	display:flex;
	flex-flow:column;
}
.triptechDetailBrowser .fixing---Cavity_Fix_on_Flexible_Underlay {order:2;}
.triptechDetailBrowser .fixing---Direct_Fix_on_Flexible_Underlay {order:5;}
.triptechDetailBrowser .tt_empty.fixing--- {order:99;}
.triptechDetailBrowser .fixing---Cavity_Fix_on_RAB {order:1;}
.triptechDetailBrowser .fixing---Direct_Fix_on_RAB {order:4;}
.triptechDetailBrowser .fixing---Cavity_Fix_on_CLD_Battens {order:3;}


.triptechDetailBrowser #tt_top_nav .tt_cnt.dis {
    /*display: none;*/
	order:2;
}
.triptechDetailBrowser #tt_top_nav .tt_cnttop {
    margin-bottom: 10px;
}
.triptechDetailBrowser #side-nav-pop .tt_cnt.dis {
    color: #999999 !important;
    text-decoration: line-through !important;
    cursor: not-allowed;
	order:2;
}
.triptechDetailBrowser .tt_fgrp {
    display: flex;
    flex-flow: column;
}

.triptechDetailBrowser .tt_dgrp_framing,
.triptechDetailBrowser div.tt_tile span.tt_t01>span:first-child,
.triptechDetailBrowser div.tt_tile span.tt_t01>span.framing {
    display:none !important;
}
.triptechDetailBrowser span.tt_t01 > span.fixing::before {
    content:"";
}

.triptechDetailBrowser #tt_top_nav .tt_cnttop.tt_cgrp_fixing {
    border-left:none;
}

.triptechDetailBrowser[data-sel_tt_dgrp_fixing="1"] span.tt_t01 > span.fixing {
    display:none;
}

.triptechDetailBrowser .tt__product__wrap.tt_accord2 > .tt__product {
	height:auto;
}
.triptechDetailBrowser .tt_dgrp_sub_dir {
  display:none;
}
