/* -------------------------------------------------------------------------------------------------------------- */
/* Header Flags ------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------- */
.header-flags {
	width: 435px;
}

.header-flags a {
	background: url('../images/tab-single-green.svg') 50% 100% no-repeat;
	background-size: 100% auto;
}

.header-flags a:before {
	background:url('../images/tab-single.svg') 50% 100% no-repeat;
}

/* Hide The Free Shipping Notices on AG */
.free-shipping-notice,
.shopping-cart-alert {
	display: none !important;
}


/* --------------------------------------------------------------------------------------------------------------------- */
/* Nav Customizations -------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------- */
@media (min-width: 951px) {
	.navigation-custom > ul > li:nth-child(5) > ul > li {
		width: 250px;
	}
}


/* --------------------------------------------------------------------------------------------------------------------- */
/* Power Calculator Page Styling (/template/power_calculator/power_calculator.phtml) ----------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------- */
.power-calculator-page {

}

.power-calculator-page .col {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	float: left;
}

.power-calculator-page .col.first {
	padding: 15px;
	width: 73%;
}


.power-calculator-page .col.last {
	float: right;
	width: 25%;
}

.power-calculator-page .col.last table {
	width: 100%;
}

.power-calculator-page .col.last .box {
	border: 1px solid #cccccc;
	margin-bottom: 20px;
}

.power-calculator-page .col.last .box h3 {
	border-bottom: 1px solid #cccccc;
	cursor: default;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 15px 0;
	padding: 10px 10px 10px 30px;
	text-transform: uppercase;
}

.power-calculator-page .col.last .box h3::before {
	border-width: 5px;
	top: 12px;
}

.power-calculator-page .col.last .box ul {

}

.power-calculator-page .col.last .box ul li {

}

.power-calculator-page .col.last .box ul li a {

}

.cb { clear: both; }

.checkbox-wrap {
}

.checkbox-wrap.checked {

}

.checkbox-wrap label {
	box-shadow: 0 0 3px rgba(0,0,0,0.4);
	display: inline-block;
	margin: 4px;
	padding: 6px 8px;
}

.checkbox-wrap label input {

}

.checkbox-wrap label .text {

}

.calculator-col {
	float: left;
	width: 48%;
}

.calculator-col.last {
	float: right;
}

.calculator {
	border: 1px solid #cccccc;
	box-shadow: 0 0 4px rgba(0,0,0,0.25);
	margin-bottom: 30px;
}

.calculator .heading {
	background: #333333;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	padding: 10px;
	text-transform: uppercase;
	text-align: center;
}

.calculator .calculator-table {
	width: 100%;
}

.calculator .calculator-table th,
.calculator .calculator-table td,
.cms-page-view .col-main .calculator .calculator-table tr:nth-child(2n) td {
	background: none;
	border-bottom: 1px solid #cccccc;
	padding: 5px;
	vertical-align: middle;
}

.calculator .calculator-table th {
	background: rgba(0,0,0,0.1);
	color: #333333;
	font-weight: bold;
	font-size: 85%;
	text-transform: uppercase;
	
}

.calculator .calculator-table td {
	text-align: center;
}

.calculator .calculator-table td input[type=text] {
	border: 1px solid #cccccc;
	display: inline-block;
	padding: 0 6px;
	height: 31px;
	line-height: 31px;
	vertical-align: middle;
}

.calculator .calculator-table td input.has-input-helper {
	text-align: center;
}

.calculator .calculator-table td .input-helper {
	background: rgba(0,0,0,0.1);
	border: 1px solid #cccccc;
	border-left: 0;
	color: #333333;
	display: inline-block;
	font-size: 80%;
	font-weight: bold;
	height: 31px;
	line-height: 31px;
	text-align: center;
	width: 30px;
}

.calculator .calculator-table .submit-row td {
	background: #cccccc !important;
}

.calculator .calculator-table .button {
	padding: 8px 8px;
	border: none;
	background: #094871;
	display: inline-block;
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

@media only screen and (max-width: 900px) {
	.calculator table {
		width: 100% !important;
	}
	
	.power-calculator-page .col.first form .calculator.double {
		max-width: 100%;
	}
	
	.power-calculator-page .col.first form .calculator.double table,
	.power-calculator-page .col.first form .calculator.double table.last {
		float: none;
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 670px) {
	.power-calculator-page .col.first,
	.power-calculator-page .col.last {
		float: none;
		width: auto;
	}

	.power-calculator-page .col.first {
		margin: 0 0 30px 0;
		padding: 0 0 30px 0;
	}
	
	.power-calculator-page .col.last table {
		width: 100% !important;
	}
}


/* --------------------------------------------------------------------------------------------------------------------- */
/* Wattage Calculator -------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------- */
.wattage-calculator {
	position: relative;
}

.wattage-calculator .wrapper {
	max-width: calc(100% - 230px);
}

.wattage-calculator h2 {

}

.wattage-calculator .type-tabs-wrap {
	margin: 25px 0 25px 0;
}

.wattage-calculator .type-tabs {
	border-bottom: 1px solid #cccccc;
	height: 40px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.wattage-calculator .type-tabs li {
	float: left;
	margin-right: 2px;
}

.wattage-calculator .type-tabs li a {
	background: #e8e8e8;
	color: #808080;
	font-weight: bold;
	display: block;
	height: 40px;
	line-height: 40px;
	outline: none;
	padding: 0 15px;
	text-decoration: none;
	text-transform: uppercase;
}

.wattage-calculator .type-tabs li:hover a {
	color: #333333;
}

.wattage-calculator .type-tabs li.selected a {
	background: #2f96d0;
	background: -moz-linear-gradient(top,  #2f96d0 0%, #337ab9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2f96d0), color-stop(100%,#337ab9));
	background: -webkit-linear-gradient(top,  #2f96d0 0%,#337ab9 100%);
	background: -o-linear-gradient(top,  #2f96d0 0%,#337ab9 100%);
	background: -ms-linear-gradient(top,  #2f96d0 0%,#337ab9 100%);
	background: linear-gradient(to bottom,  #2f96d0 0%,#337ab9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f96d0', endColorstr='#337ab9',GradientType=0 );
	color: #ffffff;
}

.wattage-calculator .calculations {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: absolute;
	right: 0;
	top: 0;
	width: 190px;
}

.wattage-calculator .calculations .inner-calc {
	background: #2f96d0;
	background: -moz-linear-gradient(top,  #2f96d0 0%, #337ab9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2f96d0), color-stop(100%,#337ab9));
	background: -webkit-linear-gradient(top,  #2f96d0 0%,#337ab9 100%);
	background: -o-linear-gradient(top,  #2f96d0 0%,#337ab9 100%);
	background: -ms-linear-gradient(top,  #2f96d0 0%,#337ab9 100%);
	background: linear-gradient(to bottom,  #2f96d0 0%,#337ab9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f96d0', endColorstr='#337ab9',GradientType=0 );
	border: 1px solid #ffffff;
	box-shadow: 0 0 10px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.4);
	color: #ffffff;
	margin-bottom: 10px;
	padding: 20px;
}

.wattage-calculator .calculations .button {
	margin: 0;
}

.wattage-calculator .calculations .col {

}

.wattage-calculator .calculations .col.first {
	border-bottom: 1px solid #cccccc;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.wattage-calculator .calculations .col.last {

}

.wattage-calculator .calculations .col h3 {

}

.wattage-calculator .calculations .col .value {
	font-weight: bold;
	font-size: 22px;
}

.wattage-calculator .calculations .col .kw-value {

}

.wattage-calculator .tab-content {
	display: none;
	overflow: visible;
}

.wattage-calculator .tab-content .watt-grid {
	list-style: none;
	margin: 0;
	padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.wattage-calculator .tab-content .watt-grid li {
	display: flex;
	float: left;
	position: relative;
	width: calc(100% / 8);
}

.wattage-calculator .tab-content .watt-grid li a {
	border: 1px solid #cccccc;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color: #333333;
	font-size: 11px;
	font-weight: bold;
	display: block;
	outline: none;
	padding: 20px;
	text-align: center;
	text-decoration: none;
	width: 100%;
}

.wattage-calculator .tab-content .watt-grid li a .image {
	display: block;
}

.wattage-calculator .tab-content .watt-grid li a .image img {
	display: block;
	margin: 0 auto 5px auto;
}

.wattage-calculator .tab-content .watt-grid li:hover a {
	background: #edf9ff;
	border-color: #8ed3fa;
}

.wattage-calculator .tab-content .watt-grid li.selected a {
	background: #d7f1ff;
	border-color: #2f96d0;
}

.wattage-calculator .tab-content .watt-grid li .overlay {
	background: #000000;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	color: #ffffff;
	display: none;
	font-size: 10px;
	left: 50%;
	margin-left: -80px;
	padding: 10px;
	position: absolute;
	bottom: 94%;
	text-align: center;
	text-transform: uppercase;
	transition: all .25s linear;
	-moz-transition: all .25s linear;
	-webkit-transition: all .25s linear;
	-o-transition: all .25s linear;
	width: 140px;
}

.wattage-calculator .tab-content .watt-grid li:hover {
	z-index: 2;
}

.wattage-calculator .tab-content .watt-grid li:hover .overlay {
	display: block;
}

.wattage-calculator .tab-content .watt-grid li .overlay .arrow {
	background: url(../images/wattage-calculator/black-arrow-down.gif) 50% 50% no-repeat;
	bottom: -11px;
	height: 11px;
	left: 50%;
	margin-left: -7px;
	position: absolute;
	width: 14px;
}
.wattage-calculator .tab-content .watt-grid li .overlay .val {

}

.wattage-calculator .tab-content .watt-grid li .overlay .val label {

}

.wattage-calculator .disclaimer {
	padding-top: 30px;
}

.wattage-calculator .disclaimer p {
	font-weight: normal;
}

.wattage-calculator .disclaimer p strong {
	font-weight: bold;
}

@media (max-width: 1150px) {
	.wattage-calculator .tab-content .watt-grid li {
		width: calc(100% / 6);
	}
}

@media (max-width: 1000px) {
	.wattage-calculator .wrapper {
		max-width: 700px;
		width: auto;
	}

	.wattage-calculator .calculations {
		position: static;
		text-align: center;
		width: auto;
	}

	.wattage-calculator .calculations .inner-calc {
		display: flex;
	}

	.wattage-calculator .calculations .col {
		box-sizing: border-box;
		display: inline-block;
		padding: 0 20px;
		width: 50%;
	}

	.wattage-calculator .calculations .col.first {
		border: 0;
		border-right: 1px solid #fff;
		margin: 0;
	}

	.wattage-calculator .tab-content .watt-grid li {
    	width: 25%;
	}
}

@media (max-width: 500px) {
	.wattage-calculator .type-tabs {
		display: flex;
	}

	.wattage-calculator .type-tabs li {
    	width: calc(100% / 3);
	}

	.wattage-calculator .type-tabs li a {
		font-size: 12px;
		text-align: center;
	}
	
	.wattage-calculator .tab-content .watt-grid li {
    	width: calc(100% / 3);
	}
}


/* --------------------------------------------------------------------------------------------------------------------- */
/* Product Detail Outlets ---------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------- */
.outlets-wrap {
	display: flex;
	flex-wrap: wrap;
}

.outlets-wrap .outlet {
	border: 1px solid #ccc;
	box-sizing: border-box;
    margin: 0 5px 5px 0;
    padding: 10px;
    text-align: center;
}

.outlet img {
    display: block;
    margin: 0 auto;
    max-height: 55px;
}

@media (min-width: 551px) {
	.outlets-wrap .outlet {
		width: calc((100% / 3) - 4px);
	}

	.outlets-wrap .outlet:nth-child(3n) {
		margin-right: 0;
	}
}

@media (max-width: 550px) {
	.outlets-wrap .outlet {
		width: calc(50% - 2.5px);
	}

	.outlets-wrap .outlet:nth-child(2n) {
		margin-right: 0;
	}
}

.outlets-wrap .outlet .label {
    height: 80px;
	line-height: 80px;
}

.outlets-wrap .outlet .label span {
    display: inline-block;
    font-size: 12px;
    line-height: 140%;
    vertical-align: middle;
}

.outlets-wrap .outlet .outlet-image {
	overflow: hidden;
	position: relative;
}

.outlets-wrap .outlet .outlet-image ung {
	display: block;
	margin: auto;
	max-height: 80px;
	max-width: 90%;
}