html, body {
    width: 100%;
    display: table;
}
*, *::before, *::after {
    box-sizing: border-box;
}
body {
    font-family: "Futura-PT", Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #666666;
    background: #FFF;
    margin: 0 auto;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: antialiased;
}

@font-face {
    font-family: Futura-PT;
    src: url('../css/fonts/futura-book.woff');
}

img {
    border: 0;
    max-width: 100%;
    height: auto;
}

form {
    margin: 0;
}

ul {
    margin: 0;
    padding: 0;
    font-size: 14px;
}

fieldset {
    border: 0;
    padding: 0;
    margin: 0;
}

fieldset legend {
    font-weight: bold;
}

ol {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

fieldset ol li {
    margin-bottom: 15px;
}

fieldset ol li label {
    display: inline-block;
    width: 12em;
    color: #595858;
}

fieldset ol li label.value {
    width: auto;
}

textarea, input[type=text], input[type=button], input[type=submit], input[type=reset] {
    -webkit-appearance: none;
    border-radius: 0;
}

input,textarea,select {
    font-family: "Futura-PT", Helvetica, Arial, sans-serif;
    border: 1px solid #CFCFCF;
    color: #666666;
    font-size: .75em;
    padding: .2em 0;
}

input.search[type=text] {
    background: #F7F7F7 url('../images/icon-magglass-dark.png') no-repeat 40% .55em;
    background-position-x: calc(100% - .5em);
    border: 1px solid #B9B9B9;
    font-size: 1.5em;
    padding: .4em 0 .4em .5em;
    min-width: 100%;
    transition: width .5s;
    background-size: .75em;
    box-sizing: border-box;
}

input.search[type=text].has-text {
    background: transparent;
    background-size: auto auto;
    background-size: 1.5em;
}

input.search[type=text]:focus {
    background: #FFF;
}

input.search[type=text]::-webkit-input-placeholder {
    color: #f36016;
    opacity: 1;
    text-transform: lowercase;
    text-align: center;
}

input.search[type=text]:focus::-webkit-input-placeholder {
    opacity: 0;
}

input.search[type=text]::-ms-input-placeholder {
    color: #f36016;
    opacity: 1;
    text-transform: lowercase;
    text-align: center;
}

input.search[type=text]:-ms-input-placeholder {
    color: #f36016;
    opacity: 1;
    text-transform: lowercase;
    text-align: center;
}

input.search[type=text]::placeholder {
    color: #f36016;
    opacity: 1;
    text-transform: lowercase;
    text-align: center;
}

input.search[type=text]:focus::placeholder {
    opacity: 0;
}

input.searchSubmitButton {
    background: #f16128 url("../images/mag-glass.png") no-repeat scroll 0 0;
    border: 2px solid #fff;
    height: 31px;
    right: 1.1em;
    top: .4em;
    position: absolute;
    text-transform: capitalize;
    width: 30px;
    border-radius: 2em;
    display: none;
}

input[type=checkbox] {
    border: 0;
}

input[type=checkbox].fancified {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

input[type=checkbox] ~ .fancy-checkbox-default {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    margin: 0 1em 0 0;
    border: .1em solid #CDCDCD;
    background: #FFF;
    border-radius: .2em;
    position: relative;
    box-shadow: 0 -1px 2px #bebebe;
    transition: all .25s;
}

input[type=checkbox]:checked ~ .fancy-checkbox-default {
    box-shadow: 0 -1px 2px #bebebe;
}

input[type=checkbox]:checked ~ .fancy-checkbox-default::before {
    content: '';
    width: .4em;
    height: .15em;
    background: #f16128;
    position: absolute;
    transform: rotateZ(45deg) translateX(.6em) translateY(.5em);
    box-shadow: 0.05em 0.05em 0.05em #e15118;
    transition: all .25s;
}

input[type=checkbox]:checked ~ .fancy-checkbox-default::after {
    content: '';
    width: 1.2em;
    height: .15em;
    background: #f16128;
    position: absolute;
    transform: rotateZ(-45deg) translateX(-.3em) translateY(.6em);
    box-shadow: 0 0.05em 0.05em #e15118;
    transition: all .25s;
}

input[type=text], input[type=password], input[type=number], select, textarea {
    transition: background-color .5s;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  font-family: "Futura-PT", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  border: 1px solid #d4d4d4 !important;
  -webkit-text-fill-color: #666666 !important;
  background-color: transparent !important;
  filter: none !important;
  transition: background-color 9999s 0s;
}

.fancy-select {
	display: inline;
}

.page_accountCreate input:-webkit-autofill, .page_accountCreate select:-webkit-autofill {
    font-size: .75em;
}

a[x-apple-data-detectors] {
    color: inherit !important;
    text-decoration: none !important;
    font-size: inherit !important;
    font-family: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
}

.make-block {
    display: block;
}

.background-orange {
    color: #FFF;
    background: #f16128;
}

.tall {
    font-size: 2.5em;
    font-stretch: condensed;
}

.v-bar {
    display: inline-block;
    background: #CDCDCD;
    width: .1em;
    height: 2em;
    margin: 0 .5em;
}

.grid-page-top select:focus {
    background-color: #FFF;
}

.item-message pre {
	font-weight: bold;
	color: #000;
	font-family: "Futura-PT", Helvetica, Arial, sans-serif;
	font-size: 1.15em;
	letter-spacing: .05rem;
	margin: 0;
}

.middle-container .item-message pre {
	margin-top: 1rem;
	color: #333;
}

.item .item-message pre {
	text-align: left;
	margin-bottom: .5rem;
	color: #f16128;
	font-size: .9rem;
	line-height: 1.25rem;
}

.quantity-container input {
    transition: none;
}

.quantity-container input:focus {
    background-color: inherit;
}

.header-contact-message {
    float: left;
}

.top-nav-section1 {
    padding: 1em 0 .5em 0;
    margin: auto;
}

.top-nav-middle-border {
    border-bottom: 1px solid #E5E5E5;
}

.top-nav-middle-border ~ .overlay {
    display: none;
}

.top-nav-section1-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #333;
}

.top-nav-section1-wrapper > div {
    padding: .1em .5em 0 .5em;
}

.top-nav-section1-wrapper .link, .basket-icon span.qty {
    font-size: 1.1em;
    text-transform: uppercase;
    color: #CB4C0C;
    display: block;
    padding-top: .25em;
    white-space: nowrap;
}

.top-nav-section1-wrapper .order-status-container .link {
    padding-top: 1.2em;
}

.free-shipping-msg-container .my-account-container a {
    display: flex;
    padding: .2em 2.5em 0 0;
}

.topNav .logoDiv {
    justify-self: center;
    align-self: center;
    text-align: center;
}

.topNav .logo {
    flex-grow: .5;
    max-width: 100%;
    height: 3.5em;
}

.live-help-container {
    margin-top: -1em;
}

.live-help-container, .order-status-icon, .my-account-icon {
    display: none;
}

.livechat_button {
	height: 40.8px;
	width: 28px;
}

.livechat_button img {
	height: auto;
	width: 100%;
}

.live-help-container a {
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    padding-top: 1.2em;
    white-space: nowrap;
    color: #F17D28;
}

.live-help-container a img {
    margin-top: -1.2em;
}

.live-chat-icon {
    background: transparent url(../images/aw-icon-chat.svg) no-repeat center center;
    width: 3.5em;
    height: 3.5em;
}

.live-chat-icon span {
    display: none;
}

.icon {
    cursor: pointer;
}

.free-shipping-msg-container .my-account-container a .link {
    padding-right: .5em;
    font-size: 1.25em;
}

.top-nav-section1-wrapper .icon a {
    display: inline-flex;
}

.top-nav-section1-wrapper .icon-menu {
    border: 1px solid #B9B9B9;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    padding: .25rem;
    width: 2.2rem;
    height: 2.2rem;
    margin-left: .2rem;
    cursor: pointer;
    position: relative;
}

.top-nav-section1-wrapper .icon-menu span {
    border-radius: 1px;
    height: 2px;
    background: #f16128;
    width: 100%;
}

.top-nav-section1-wrapper .icon-menu.active::before {
    content: '';
    display: block;
    position: absolute;
    background: #f16128;
    width: 100%;
    height: 2px;
    top: calc(50% - 1px);
    left: 0;
    transform: rotateZ(45deg);
}

.top-nav-section1-wrapper .icon-menu.active::after {
    content: '';
    display: block;
    position: absolute;
    background: #f16128;
    width: 100%;
    height: 2px;
    top: calc(50% - 1px);
    left: 0;
    transform: rotateZ(315deg);
}

.top-nav-section1-wrapper .icon-menu.active span {
    background: transparent;
}

.top-nav-section1-wrapper .order-status-icon a {
    background: none;
    min-width: 6em;
}

.top-nav-section1-wrapper .my-account-icon a .icon {
    background: transparent url('../images/icons/user.svg') no-repeat center;
    width: 2em;
}

.top-nav-section1-wrapper .basket-icon {
    margin-right: .5em;
    position: relative;
    display: flex;
}

.top-nav-section1-wrapper .basket-icon a .icon {
    background: transparent url('../images/icons/cart.svg') no-repeat center;
    width: 2em;
}

.live-help-container {
    transform: translateY(.25em);
}

.free-shipping-msg-container .help-header-container a, .free-shipping-msg-container .order-status-container a {
    display: flex;
}

.free-shipping-msg-container .help-header-container span:first-child, .free-shipping-msg-container
        .order-status-container span:first-child {
    padding: .15em .5em 0 0;
    font-size: 1.25em;
}

.help-header-container {
    margin-right: 3em;
}

.help-header-container .link {
    opacity: 0;
    visibility: hidden;
    width: 0;
    transition: all .5s;
}

.help-icon:before {
    content: '?';
    background: #FFF;
    border-radius: 1em;
    color: #000;
    position: absolute;
    font-size: 1.867em;
    padding: 0 .33em;
    text-align: center;
    margin-top: -0.125em;
    font-weight: bold;
}

.help-icon:hover:before {
    color: #F06514;
}

.basket-icon {
    position: relative;
}

.basket-icon span.qty {
    text-align: center;
    margin-left: .25em;
}

.basket-icon span.qty::before {
    content: '(';
}

.basket-icon span.qty::after {
    content: ')';
}

.topNav .basket-icon a {
    color: #CB4C0C;
}

#basket-summary-popup {
    z-index: 1000;
    position: absolute;
    width: 250px;
    background-color: #fff;
    border: 1px solid #cdcdcd;
    padding: 1em;
    margin-top: 2em;
    margin-left: -180px;
}

#basket-summary-popup h1 {
    font-size: 14px;
    background-color: #fff;
    line-height: 14px;
    text-align: center;
    padding-bottom: 2px;
}

#basket-summary-popup .cart-container b {
    float: left;
}

#basket-summary-popup .basket .cell-name a {
    font-size: 12px;
}

#basket-summary-popup .basket-header {
    display: none;
}

#basket-summary-popup .cart-container .item {
    width: 250px;
}

#basket-summary-popup .cart-container .item:last-child {
    border-bottom: none;
}

#basket-summary-popup .cart-container .delete-item {
    display: none;
}

#basket-summary-popup .basket .productId {
    font-size: 10px;
}

#basket-summary-popup .freeShippingPromotion {
    display: inline;
}

#basket-summary-popup .summary .left {
    display: none;
}

#basket-summary-popup .summary .right .sub-total,
#basket-summary-popup .summary .right .shipping {
    display: none;
}

#basket-summary-popup #update-basket-button, #basket-summary-popup #continue-shopping-basket-button {
    display: none;
}

#basket-summary-popup .cart-container .summary {
    padding: 0;
    border-bottom: 1px solid #aaaaaa;
    border-top: 1px solid #aaaaaa;
    margin-top: 3px;
}

#basket-summary-popup #checkout-button {
    display: none;
}

#basket-summary-popup .replacement {
    display: none;
}

#basket-summary-popup .cart-container .summary .grand-total {
    margin: 0;
}

#basket-summary-popup .cart-container .summary .grand-total .label {
    width: 120px;
}

#basket-summary-popup #update-basket-button, #basket-summary-popup #continue-shopping-basket-button {
    display: none;
}

#basket-summary-popup .cart-container .buttons {
    border: none;
    text-align: right;
    float: none;
    margin-top: 13px;
}

#basket-summary-popup .also {
    display: none;
}

#basket-summary-popup .add-to-cart-popup .description {
    display: none;
}

#basket-summary-popup .cart-container .cell-name {
    width: 109px;
    text-align: left;
}

#basket-summary-popup .cart-container .cell-quantity {
    display: none;
}

#basket-summary-popup .basket .cell-name label {
    font-size: 11px;
}

#basket-summary-popup .cart-container .cell-item-price-total, #basket-summary-popup .cart-container .cell-price {
    display: none;
}

.free-shipping-msg-container {
    background: #000;
    padding: .5em 0 .5em 1em;
    text-align: center;
    color: #fff;
    display: table;
    width: 100%;
    z-index: 1000;
}

.free-shipping-msg-container .flex {
    display: flex;
    margin: auto;
    justify-content: space-between;
    align-items: center;
    text-transform: uppercase;
    overflow: hidden;
}

.free-shipping-msg-container .flex > div:first-child {
    flex: 2;
    text-align: left;
    text-transform: none;
}

.free-shipping-msg-container .flex > div:first-child > a > span:first-child {
    color: #CB4C0C;
    text-shadow: 0.1em 0.1em #300;
}

.free-shipping-msg-container a {
    display: inline-block;
    color: #fff;
}

.free-shipping-msg-container .plus {
    background-color: #fff;
    border: medium none;
    border-radius: 50%;
    color: #000;
    font: 10px Arial,sans-serif;
    height: 10px;
    padding: 0 3px;
    text-align: center;
    width: 10px;
}

.top-nav-section1 {
    z-index: 1000;
}

.help-head-wrapper {
    display: none;
}

.left-nav {
		display: none;
    min-height: 100%;
    width: 37rem;
    background: #FFF;
    z-index: 100;
    position: absolute;
    transform: translateX(-37rem);
    border-top: 1px solid #B9B9B9;
    transition: all .5s;
}

.left-nav .level {
	position: absolute;
	width: 37rem;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	transform: translateX(-37rem);
	right: calc(100% + 37rem);
	overflow: hidden;
	background: #FFF;
	transition: all .5s;
}

.overlay.active ~ .left-nav .level.active {
	right: calc(100% - 37rem);
}

.left-nav .level.active {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
	width: 37rem;
	min-height: 100%;
	animation: slideNav .5s;
}

@keyframes slideNav {
	0% {
		transform: translateX(-37rem);
	}
	100% {
		transform: translateX(0);
	}
}

.left-nav .category {
	cursor: pointer;
	display: flex;
	transition: background .25s;
}

.left-nav .category:hover {
	background: #F7F7F7;
}

.left-nav .category > * {
	display: flex;
	flex-grow: 2;
	text-transform: uppercase;
	font-size: 1.05rem;
	position: relative;
}

.left-nav .category.more > *::after {
    content: "";
    position: absolute;
    border: solid rgba(185, 185, 185, 1);
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 5px;
    transform: rotate(-45deg);
    right: 1rem;
    bottom: calc(50% - .25rem);
}

.left-nav .category.more:hover > *::after {
	border-color: #f16029;
}

.left-nav .category.special-main {
    background: #a2b68a;
    padding: 1rem 0;
    line-height: 1.35rem;
}

.left-nav .category.special-main span:first-child {
    color: #242e1b;
}

.left-nav .category.special-main span:last-child {
    color: #FFF;
    font-weight: bold;
}

.left-nav .category.special-main a {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.left-nav .category a, .left-nav .category-id-formatter {
	color: #666666;
	display: inline-flex;
	align-items: center;
	min-height: 3rem;
	padding: 0 1rem;
}

.left-nav .category-id-formatter {
	display: flex;
	background: #F17D28;
	color: #FFF;
}

.left-nav .category-id-formatter span {
	width: 100%;
	padding: .5rem 0;
}

.left-nav .category-id-formatter span::after {
	content: "?";
	position: absolute;
	display: inline-flex;
	border: 1px solid rgba(185, 185, 185, 1);
	border-radius: 100%;
	right: 0;
	bottom: calc(50% - .45rem);
	width: .9rem;
	height: .9rem;
	align-items: center;
	justify-content: center;
	font-family: arial, sans-serif;
	font-size: .675rem;
	background: #FFF;
}

.left-nav .category-id-formatter span::before {
	content: '';
	position: absolute;
	right: -1.25rem;
	top: calc(50% - .25rem);
	border-color: #F17D28;
	border-style: solid;
	border-width: .5rem .5rem 0 0;
	transform: rotateZ(45deg);
	transition: border-color .5s;

}

.left-nav .category-id-formatter.active span::before {
	content: '';
	border-color: #FFF;
}

.left-nav .category-id-formatter:hover, .left-nav .category-id-formatter.active {
	color: #FFF;
	background: #F17D28;
}

.left-nav .category-id-formatter span::after, .left-nav .category-id-formatter.active span::after {
	color: #F17D28;
	border-color: #F17D28;
}

.left-nav .category img {
	width: 3rem;
	min-height: 3rem;
	height: auto;
	margin-right: .5rem;
}

.left-nav > .level:first-child > .category > span > a > img, .left-nav .level:not([data-parent=bb_main]) img {
	display: none;
}

.left-nav .text {
	padding: 1rem;
	text-transform: uppercase;
	font-size: 1rem;
	color: #B9B9B9;
}

.left-nav .back {
	padding: .5rem .5rem .5rem 1.75rem;
	text-transform: uppercase;
	font-size: 1rem;
	position: relative;
	border-bottom: 1px solid #B9B9B9;
	cursor: pointer;
}

.left-nav .back::before {
		content: "";
    position: absolute;
    border: solid rgba(185, 185, 185, 1);
    border-width: 1px 0 0 1px;
    display: inline-block;
    padding: 5px;
    transform: rotate(-45deg);
    left: 1rem;
    bottom: 12px;
}

.left-nav .category-flyout {
	position: absolute;
	margin-right: 37rem; /* Nav Width */
	width: 37.1rem;
	height: 22rem;
	background: #FFF;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	transform: translateX(-37.1rem);
	z-index: 1;
	transition: all .5s;
}

.browser-ie .left-nav .category-flyout {
	font-size: 11px;
}

@keyframes slideFlyout {
	0% {
		transform: translateX(-37.1rem);
	}
	100% {
		transform: translateX(37rem); /* Nav Width */
	}
}

.left-nav .category-flyout.active {
	background: #f7f7f7;
	padding: .75rem;
	opacity: 1;
	visibility: visible;
    right: -97.5vw;
	transform: translateX(-.1rem); /* Nav Width when gt 700 */
	transition: transform .5s;
}

.left-nav .category-flyout a:hover {
	text-decoration: none;
}

.left-nav .category-flyout a > span > b {
	font-size: 1rem;
	color: #2c2c2c;
}

.left-nav .category-flyout a > span > span:last-child > * {
	display: inline-block;
}

.left-nav .category-flyout a > span > span:last-child img {
	max-width: 7rem;
	height: auto;
	vertical-align: top;
	margin-top: .5rem;
}

.left-nav .category-flyout a > span > span:last-child > span:last-child {
	width: calc(100% - 7rem);
	padding-left: 1rem;
	line-height: .75rem;
}

.left-nav .category-flyout a > span > span:last-child > span:last-child img {
	max-width: 100%;
}

.browser-ie .left-nav .category-flyout a > span > span:last-child > span:last-child img {
	max-width: 90%;
}

.left-nav .category-flyout a > span > span:last-child > span:last-child > span {
	margin: .5rem 0 .25rem 0;
}

.left-nav .category-flyout a > span > span:last-child > span:last-child > span > span:first-child {
	margin-bottom: .1rem;
	margin-top: .5rem;
}

.left-nav .category-flyout a > span > span:last-child > span:last-child > span > span.inline-flex {
	display: flex;
	margin-top: 1rem;
}

.left-nav .category-flyout a > span {
	display: flex;
	flex-direction: column;
}

.left-nav .category-flyout a .flex {
	display: table;
	width: 100%;
	color: #2c2c2c;
	margin-top: .5rem;
}

.left-nav .category-flyout a > button {
	line-height: 2rem;
	font-weight: bold;
	margin: 1rem auto;
	display: block;
}

.browser-ie .left-nav .category-flyout a > button {
	margin: auto;
}

.left-nav .category.special {
	background: #000;
	text-transform: uppercase;
}

.left-nav .category.special a {
	text-decoration: none;
	flex-direction: column;
	align-items: flex-start;
	font-size: .8rem;
	padding: .25em 1rem;
}

.left-nav .category.special a > span {
	display: block;
	color: #FFF;
}

.left-nav .category.special a > span:last-child {
	color: #CB4C0C;
}

option.disabled {
    color: #ACA899;
}

a {
    color: #CB4C0C;
    text-decoration: none;
}

.belowFooter ul.copy a:hover {
    color: #000000 !important;
}

a.triangle {
    background: transparent url(../images/triangle.gif) no-repeat scroll 100%
        60%;
    padding-right: 11px;
}

a.triangle:hover {
    color: #000000;
    background: transparent url(../images/triangle_1.gif) no-repeat scroll
        100% 60%;
    text-decoration: none;
}

.button {
    background: none repeat scroll 0 0 #F16128;
    border: none;
    color: #FFFFFF;
    cursor: pointer;
    padding-top: 1px;
    text-transform: uppercase;
    font-size: 12px;
}

#SubmitButton2 .button {
    padding: 5px;
}

.medium-button, .category-choose-container a button {
    background-color: #f16128;
    border: 0 none;
    color: #FFFFFF;
    cursor: pointer;
    text-transform: uppercase;
    width: 127px;
    height: 30px;
    font-size: 1em;
}

a.medium-button {
    width: auto;
    height: auto;
    padding: .5em 2em;
    font-size: 1em;
}

a.medium-button.diminish {
	background: #FFF;
	border: 1px solid #c3c3c3;
	color: #c3c3c3;
}

.refine-search-button-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: right;
    height: 2em;
    visibility: visible;
    opacity: 1;
    transition: all .5s;
    margin-bottom: 1rem;
}

.refine-search-button-container > .number-of-results, .refine-search-button-container > a.medium-button {
    padding: .5rem;
}

.refine-search-button {
    display: block;
    background: #FFF;
    color: #f16128;
    border: 1px solid #f16128;
}

.number-of-results {
    border-width: 1px 0 1px 1px;
    border-style: solid;
    border-color: #e5e5e5;
    background: #f7f7f7;
    color: #666666;
    text-transform: uppercase;
    flex-grow: 10;
    text-align: left;
}

.paging-container.mobile-paging-hidden {
    display: none;
}

.id-formatter-bottom .medium-button {
    font-size: 1em;
    height: 28px;
    margin-right: .5em;
}

.large-button {
    background-color: #f16128;
    width: 190px;
    height: 33px;
    border: 0;
    color: #FFFFFF;
    overflow: hidden;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 1.1em;
}

.inverse-button {
    background: #FFFFFF;
    color: #f16128;
    border: 1px solid #f16128;
    transition: all .2s;
}

.inverse-button:hover {
    color: #FFFFFF;
    background: #f16128;
    border: 1px solid #f16128;
}

#error-back-link {
    background: transparent url(../images/button-small.png) no-repeat;
    width: 80px;
    height: 23px;
    background-color: #f16128;
    border: 0;
    color: #FFFFFF;
    overflow: hidden;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    padding: 8px 0 0 0;
    font-size: 12px;
}

#error-back-link:hover {
    text-decoration: none;
    *padding-top: 9px;
}

#error-back-link:active {
    padding-left: 1px;
}

#contact-button {
    background: none repeat scroll 0 0 #f16128;
    font-size: 14px;
    font-weight: normal;
    text-shadow: none;
}

.contact-us-container .flex {
    display: flex;
    text-align: center;
    justify-content: space-between;
}

.contact-us-container > .flex {
    flex-direction: column;
}

.contact-us-container > .contact-us-box > .flex {
    flex-wrap: wrap;
    justify-content: center;
}

.contact-us-container .flex > div > div {
    margin: auto;
    line-height: 1.5em;
}

.contact-us-container .flex > div > .flex {
    margin: 2em 0 4em;
}

.contact-us-container .contact-us-box {
    background: #eeeeee;
    color: #000;
    border: .2em solid #eeeeee;
    margin-bottom: 2em;
}

.contact-us-container .title {
    padding: 1em;
    background: #FFF;
    font-weight: bold;
    text-align: center;
}

.contact-us-container .title ~ div {
    padding: 1em;
    margin: 0 16%;
}

.contact-us-container > .flex > .contact-us-box > .flex > div {
    width: 50%;
    display: flex;
    flex-direction: column;
}

.contact-us-container > .flex > .contact-us-box > .flex > div > div:first-child {
    flex-grow: 2;
}

.contact-us-container .phone-icon, .popup-common.pid-not-set-up-popup .phone-icon {
    background-image: url('../contentImages/aw-icon-phone.svg');
    position: relative;
}

.contact-us-box .flex > div:last-child .live-chat-icon, .popup-common .live-chat-icon {
    background-image: url('../images/aw-icon-chat-2.svg');
    width: 5.5em;
    cursor: default;
}

.contact-us-container a {
    margin: 1em 1.5em;
    text-decoration: underline;
}

.contact-us-container a:hover {
    text-decoration: none;
}

.contact-us-container .orange {
    color: #f16128;
}

.contact-us-container .orange a {
    text-decoration: none;
}

.contact-us-container .flex > div > .hours {
    margin-top: .5em;
}

.page_contact table, .page_contact-us table {
    width: auto !important;
}

.page_contact table label {
    width: 180px;
    display: inline-block;
    text-align: right;
}

.page_contact table table {
    display: inline-block;
    height: 24px;
}

.page_contact table table label {
    display: inline;
}

.page_contact h1 ~ table td, .page_contact-us h1 ~ table td {
    width: auto !important;
}

.page_contact h1 ~ table table tr, .page_contact-us h1 ~ table table tr {
    display: flex;
    flex-direction: column;
}

.page_contact h1 ~ table table td:last-child, .page_contact-us h1 ~ table table td:last-child {
    order: -1;
}

.continue-shopping-link {
    border-top: 1px solid #628690;
    border-left: 1px solid #628690;
    border-bottom: 1px solid #426670;
    border-right: 1px solid #426670;
    border-width: 1px !important;
    background: #f55c28;
    color: #FFFFFF;
    font: bold 1em helvetica, sans-serif;
    cursor: pointer;
    padding-top: 1px;
    padding-bottom: 1px;
    margin: .25em 0;
    font-size: 14px;
}

a.button {
    padding: 2px 8px;
    text-decoration: none;
    font: bold 12px helvetica, sans-serif helvetica, sans-serif;
}

a.button-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 127px;
	height: 30px;
}

#orderNumberButton {
    padding-top: 4px;
}

.searchFormDiv {
    position: relative;
    padding: 0 1em 1em 1em;
    flex-grow: 5;
}

#breadcrumbs,#breadcrumbs a,#breadcrumbs b {
    text-transform: uppercase;
    color: #333333;
    font-size: 11.5px;
    font-weight: bold;
    text-align: center;
}

.previousStepCheckoutButton {
    width: 100px;
}

.basketStepCheckoutButton {
    width: 100px;
}

.nextStepCheckoutButton {
    width: 100px;
}

.splitButton {
    cursor: default;
}

hr {
    color: #456494;
}

h1,h2,h3,h4,h5,h6 {
    text-transform: uppercase;
}

h1,h2,.titleBarText, .need-help-title, .order-text {
    color: #f16128;
    font-size: 2em;
    font-weight: normal;
    line-height: 2em;
    margin: 0 0 .5em;
    text-align: center;
    text-transform: uppercase;
}

.need-help-title {
    color: #000;
    font-size: 1.5em;
    line-height: 1.5em;
    padding-top: 0;
    text-align: left;
}

h3 {
    font-weight: bold;
    color: #000000;
    font-size: 12px;
    margin: 0;
}

h4 {
    font-weight: bold;
    color: #000000;
    font-size: 12px;
}

h4.verify {
    font-size: 16px;
}

.left {
    float: left;
}

.left-justifyed {
    text-align: left;
}

.left-verification {
	float: left;
	padding-top: 12px;
	vertical-align: middle;
}

.right {
    float: right;
}

.crumbs {
    clear: both;
    color: #777;
    padding: 1em 0;
    font-weight: bold;
}

.crumbs a {
    color: #777;
    white-space: nowrap;
}

.crumbs a:hover {
    text-decoration: underline;
}

.crumbs .spacer {
    padding: 0 4px;
}

.crumbs .spacer:after {
    content: '/';
    color: #777;
}

.crumbs .current {
    color: #333;
    white-space: nowrap;
}

.noscript {
    display: block;
    padding: 1em;
    width: 100%;
    text-align: center;
    border: .1em solid #F9C0DA;
    font-size: 2em;
    color: #FF0000;
}

.page_detail .not-found-item, .not-found-is-this {
    background-image: url("../catImages/source/coming-soon.png");
    background-position: center;
    background-size: contain;
    display: block;
    height: 250px;
    width: 250px;
    background-repeat: no-repeat;
    cursor: default;
}

.page_items .not-found-item, .page_search .not-found-item, .category-image-comming-soon {
    background-image: url("../catImages/source/coming-soon.png");
    background-position: center;
    background-size: contain;
    display: block;
    height: 250px;
    width: 250px;
    background-repeat: no-repeat;
    cursor: default;
}

.page_items .not-found-item, .page_search .not-found-item, .category-image-comming-soon {
    background-image: url("../catImages/source/coming-soon.png");
    background-position: center;
    background-size: contain;
    display: block;
    height: 250px;
    width: 250px;
    background-repeat: no-repeat;
    cursor: default;
}

.page_items .not-found-item, .page_search .not-found-item, .category-image-comming-soon {
    background-image: url("../catImages/source/coming-soon_M.png");
    background-position: center;
    background-size: contain;
    display: block;
    height: 220px;
    width: 100%;
    background-repeat: no-repeat;
}

.basket .not-found-item, .add-to-cart-popup .detail-image img {
    width: 5em;
    height: auto;
}

.basket .not-found-item {
    background-image: url("../catImages/source/coming-soon_M.png");
    background-position: center;
    background-size: contain;
    height: 5em;
}

.top-anchor {
    background: #FFF;
    background: linear-gradient(90deg, rgb(255,255,255, 1) 50%, rgb(255,255,255, .9) 80%, rgb(255,255,255, .5) 100%);
    border: .1em solid #f16128;
    border-left: 0;
    border-radius: 0 1em 1em 0;
    position: fixed;
    visibility: hidden;
    bottom: 7em; /* Prod has medallia */
    left: 0;
    transform: translateY(2em) translateX(-4em) rotateZ(90deg);
    transition: all .2s;
}

.top-anchor a {
    display: block;
    padding: 1em;
}

.top-anchor.active {
    visibility: visible;
    transform: none;
    transition: all .5s .5s;
}

.bbPos {
    width: 99%;
}

.center {
    margin: 0 auto;
}

.text-align-center {
    text-align: center;
}

.topNav-container {
    background: #FFF;
}

.page_index .message-group {
    position: absolute;
    z-index: 1;
}

.top-nav-category-container .width-controller {
    margin: auto;
}

.top-nav-elements {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    overflow: hidden;
    font-size: 1.2em;
    width: 0%;
    height: 0%;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    transition: opacity .25s, visibility .5s, max-height .5s, width 0s .5s, height 0.5s;
}

.active .top-nav-elements {
    position: relative;
    width: 100%;
    height: 100%;
    opacity: 1;
    visibility: visible;
}

.top-nav-elements a {
    display: block;
    color: #CB4C0C;
    background: #FFF;
    text-transform: uppercase;
    padding: 1em 0 1em 1em;
    position: relative;
    border-bottom: .1em solid #b9b9b9;
}

.topNav .top-nav-elements .top-nav-element:has(a[href='category_windows.html']) {
    order: 10;
}

.topNav .top-nav-elements .top-nav-element:has(a[href='category_door.html']) {
    order: 20;
}

.topNav .top-nav-elements .top-nav-element:has(a[href='category_w_d_insectscreens.html']) {
    order: 30;
}

.topNav .top-nav-elements .top-nav-element:has(a[href='category_zSupplies.html']) {
    order: 40;
}

.topNav .top-nav-elements .top-nav-element:has(a[href='category_zSupplies.html']) {
    order: 50;
}

.topNav .top-nav-elements .top-nav-element:has(a[href='items_main_hardware_sale.html']) {
    order: 60;
}

.topNav .top-nav-elements .top-nav-element:has(a[href='items_QATest.html']) {
    order: 70;
}

.topNav .top-nav-elements .top-nav-element:has(a[href='https://helpcenter.andersenwindows.com/aw/s/?paramName=Enter+Order+Number&utm_source=parts+store+referral&utm_medium=order+status+lookup&utm_content=window']) {
    order: 80;
}

.topNav .top-nav-elements .top-nav-element.mobile-only {
    order: 150;
}

.topNav .top-nav-elements .top-nav-element:has(a[href='https://parts.andersenstormdoors.com/']) {
    order: 130;
}

.topNav .top-nav-elements .top-nav-element:has(a[href='page_InstallPromotion.html']) {
    order: 100;
}

.topNav .top-nav-elements .top-nav-element:has(a[href='category_support.html']) {
    order: 200;
}

.topNav .top-nav-elements .top-nav-element:has(a[href='login.jsp']) {
    order: 110;
}

.topNav .top-nav-elements .top-nav-element:has(a[href='contact-us']) {
    order: 120;
}

.topNav .top-nav-elements .top-nav-element:has(a[href='page_InstallPromotion.html']) {
    order: 140;
}

.topNav .top-nav-elements .top-nav-element:has(a[href='https://www.renewalbyandersen.com/']) {
    order: 190;
}

.topNav .top-nav-elements .top-nav-element:has(a[href='https://helpcenter.andersenwindows.com/aw/s/']) {
    order: 200;
}

.add-to-cart-popup .item, .add-to-cart-popup .summary {
    font-size: 12px;
}

.add-to-cart-popup .related-items-list .image {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.add-to-cart-popup .description {
    font-size: 12px;
}

.add-to-cart-popup .cell-name {
    text-transform: capitalize;
    width: 180px;
}

/* Global Width */
.width-controller {
    width: 100%;
    box-sizing: border-box;
}

.topNav .globalWidth {
    border-bottom: 1px solid #E5E5E5;
    padding: 0 0 1em 0;
}


.topNav .globalWidth .basket-summary-div .div2 {
    padding-top: 20px;
}

.topNav .globalWidth .basket-summary-div .div2 a {
    color: #666666;
    text-decoration: underline;
    text-transform: lowercase;
}

/* nav popup */

.top-nav-cart-container .add-to-cart-popup .cart-container {
    padding: 10px;
    overflow: auto;
}

.top-nav-cart-container .basket .summary .inline-discounts,.basket .summary .inline-discounts-applied
    {
    width: 300px;
}

.top-nav-cart-container .basket .item .cell-name a {
    text-align: left;
    padding-left:0;
}

.top-nav-cart-container .add-to-cart-popup .cell-name {
    width: 532px;
}

.top-nav-cart-container .basket .cell-image, .top-nav-cart-container .basket .cell-image a {
    height: 80px;
    width: 80px;
    padding: 0;
    display: table-row-group;
}

.top-nav-cart-container .cart-container .cell-name {
    padding-top: 8px;
}

.top-nav-cart-container .basket-header .bh2 {
    /*width: 635px;*/
    width: 926px;
}

.top-nav-cart-container .basket-header .bh3 {
    margin-right: 47px;
}

.top-nav-cart-container .basket-header .bh4 {
    margin-right: 75px;
}

.top-nav-cart-container .basket .summary .right {
    width: 220px;
}

.top-nav-cart-container .related-items-list .item {
    border-bottom: none;
}

.top-nav-cart-container .cart-container .summary .inline-discounts {
    margin-left: 369px;
}

.related-wrapper > .block {
    position: relative;
}

.related-wrapper .arrow {
    position: absolute;
    height: 100%;
    width: 1rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    top: 0;
    z-index: 1;
    font-size: 2rem;
    color: #CDCDCD;
    opacity: .7;
}

.related-wrapper .arrow-left {
    left: 0;
}

.related-wrapper .arrow-left::before {
    content: '❬';
    font-size: 1.5em;
}

.related-wrapper .arrow-right {
    right: 0;
    justify-content: flex-end;
}

.related-wrapper .arrow-right::before {
    content: '❭';
    font-size: 1.5em;
}

.related-items-list {
    transition: all .5s;
}

.related-items-list .item {
    display: flex;
    flex-direction: column;
}

.related-items-list .item .name {
    flex-grow: 2;
}

.related-items-list .price {
    padding: 4px 0;
}

.related-items-list .price-label {
    display: none;
}

.related-items-list .item-list-add {
    padding: 2px 0;
}

/* home page */
.page_index .content-containter-wrapper-div {
    width: 100%;
    display: flex;
    flex-direction: column;
}

#home-page-background-image {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
}

.home-page-top {
    margin: auto;
    position: relative;
    display: none;
    align-items: center;
    visibility: hidden;
}

.home-page-top .top-container-wrapper {
    position: relative;
    display: flex;
    flex-direction: row;
    transform: translateY(.675em);
}

.home-page-top .top-container {
    height: auto;
    width: auto;
    background: transparent;
    border-top: 2em solid transparent;
    border-right: 2em solid rgba(0,0,0,.667);
    display: inline-block;
    font-size: .775em;
    transition: width .5s;
}

.home-page-top .top-container:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    border-width: 1em;
    border-style: solid;
    border-color: transparent #f16029 #f16029 transparent;
    width: 0;
    height: 0;
}

.home-page-top .links-container {
    width: 100%;
    color: #FFF;
    background: rgba(0,0,0,.667);
    padding: 1em 1em 1em 3em;
    font-size: .775em;
    transition: width .5s, padding .5s;
    display: flex;
    align-items: center;
}

.home-page-top .cell-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 1em;
}

.home-page-top .txt {
    font-size: 1.5em;
}

.home-page-top .cell {
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    margin: .5em;
    border: .1em solid #f16128;
    background: #f16128;
    width: 9em;
    flex-grow: 1;
    transition: .25s all;
}

.home-page-top .cell:hover {
    background: #d15512;
    border-color: #d15512;
}

.home-page-top .cell a {
    padding: 0 .25em;
    width: 100%;
}

.home-page-top .cell span {
    color: #fff;
    display: block;
    font-size: 1.3em;
    padding: 0.9em 0;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}

.home-page-top .cell .text {
    position:relative;
    bottom:95px;
    left:0px;
    visibility:hidden;
    background: rgba(0, 0, 0, 0) url("../images/org-arrow-right.png") no-repeat scroll 167px 17px;
}

.home-page-top .cell .text a {
    display: block;
}

.home-page-top .cell .text img {
    float: right;
}

.home-page-top .cell .text {
    background-color: #fff;
    border: 1px solid #f16128;
    color: #f06804;
    padding: 15px;
    visibility: visible;
    margin: 0 1.5em;
    line-height: 1.1em;
}

.home-page-background-image-after .flex {
    display: flex;
    flex-direction: column;
    margin-top: 2em;
}

.home-page-background-image-after .title {
    font-size: 2em;
}

.home-page-background-image-after .flex > div {
    flex: 1 1 100%;
    padding: 0 2em;
}

.home-page-middle {
    overflow: hidden;
}

.home-page-middle .scroller {
    position: relative;
}

.home-page-middle .arrow {
    position: absolute;
    left: 1em;
    z-index: 1;
    top: -2em;
    opacity: 0.3;
}

.home-page-middle .arrow + .scroller-container + .arrow {
    left: auto;
    right: 0;
}

.home-page-middle .banner {
    display: inline-block;
    width: 968px;
    height: 150px;
    background: #FFF;
    color: #FFF;
}

.home-page-middle .banner + .banner {
    background: green;
}

.home-page-middle .banner + .banner + .banner {
    background: blue;
}

.rotate {
	position: relative;
	overflow: hidden;
}
.rotate .banner-container {
	display: flex;
	align-items: flex-start;
	transform: translateX(-0%); /* 100 per banner */
	transition: transform .5s;
}
.rotate .left-button, .rotate .right-button {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #CECECE;
	color: #FFF;
	border-radius: 100%;
	width: 2rem;
	height: 2rem;
	cursor: pointer;
	z-index: 1;
	transition: opacity .2s
}
.rotate .left-button.no-more, .rotate .right-button.no-more {
	visibility: hidden;
}
.rotate .left-button {
	top: calc(50% - 1rem);
	left: 1rem;
}
.rotate .left-button::before {
	content: '❰';
}
.rotate .right-button {
	top: calc(50% - 1rem);
	right: 1rem;
}
.rotate .right-button::before {
	content: '❱';
}
.rotate .banner {
	display: inline-flex;
	justify-content: center;
	line-height: .7rem;
}
.rotate .counter {
	position: absolute;
	bottom: .25rem;
	text-align: center;
	line-height: .5rem;
	width: 100%;
}
.rotate .counter > div {
	display: inline-block;
	width: .5rem;
	height: .5rem;
	margin: .1rem;
	border-radius: 100%;
	background: #CDCDCD;
}
.rotate .counter > div.active {
	background: #AAA;
}

.home-page-middle {
    background: #FFF;
}

.home-page-middle-container {
    margin: 2em auto;
    padding: 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    min-width: 1em;
    flex: 1 1 0%;
}

.page_items .home-page-middle-container, .page_search .home-page-middle-container {
    margin: 0 auto;
}

.page_items .home-page-middle-container .mobile-only, .page_search .home-page-middle-container .mobile-only {
    padding: .5rem;
    font-size: .67rem;
}

.home-page-middle-container map {
    display: none;
}

.home-page-middle-container .box {
    min-width: 1em;
    margin-top: 1em;
    flex: 1 1 0%;
}

.home-page-middle-container .box:first-child {
    margin-left: 0;
}

.page_items .home-page-middle-container .box a, .page_search .home-page-middle-container .box a {
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
}

.home-page-middle-container .box img {
    max-width: 100%;
    height: auto;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
}

.page_category .choose-category-image, .page_items .home-page-middle-container .box img, .page_search .home-page-middle-container .box img {
    padding: .5rem 0 0 0;
}

.home-page-middle-container .get-connected-box {
    margin-right: 1.5em;
}

.home-page-middle-container .get-connected-box:last-child {
    margin-right: 0;
}

.main-content .home-page-middle-container h2 {
    font-size: 2.75em;
    font-weight: bold;
    margin: 0 0 .25em 0;
    text-align: left;
}

.home-page-middle-container .text {
    font-size: 1.25em;
    line-height: 1.5em;
    font-weight: bold;
}

.home-page-middle-container a {
    text-decoration: underline;
    display: block;
    flex: 1 1 0%;
}

.how-to-shop {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 1em 0;
}

.how-to-shop .section {
    width: calc(100% - 2em);
    padding: 1em .5em;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.how-to-shop .section .img {
    text-align: center;
    flex: 0 1 auto;
}

.how-to-shop .section .txt {
    flex: 1 1 auto;
    display: flex;
}

.how-to-shop .section img {
    max-width: 100%;
    height: auto;
}

.how-to-shop .section a {
    display: block;
}

.how-to-shop .section .txt a {
    display: flex;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
    border: .1em solid #f16029;
    padding: 1em;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    margin: 0 1em;
    transition: all .25s;
}

.how-to-shop .section:hover .txt a, .how-to-shop .section .txt a:hover {
    color: #FFF;
    background: #f16029;
}

.which-product-ids {
    margin-bottom: 2em;
    font-size: 1.2em;
    line-height: 1.5em;
}

.which-product-ids .flex {
    display: flex;
}

.which-product-ids .pid-arrow {
    width: 2rem;
    height: 5rem;
    border-left: 2px solid #f16029;
    border-bottom: 2px solid #f16029;
    margin-left: 12.75%;
    flex-shrink: 0;
    display: none;
}

.which-product-ids .pid-arrow::after {
    content: '';
    width: 2rem;
    height: 2rem;
    border-top: 2px solid #f16029;
    border-right: 2px solid #f16029;
    position: absolute;
    transform: translateY(4rem) translateX(.5rem) rotateZ(45deg);
}

.which-product-ids .pid-arrow ~ div {
    margin: 0 1em;
    max-width: 100%;
}

.which-product-ids .title {
    font-size: 1.5em;
    color: #000;
    padding: .33em 0;
}

.bottomSpot {
    background: #EFEFEF;
    text-align: center;
    font-size: 1.25em;
    margin: auto;
    margin-top: 2em;
    padding-bottom: 3em;
}

.bottomSpot > div:first-child > span {
    display: block;
    text-align: left;
    padding-left: 12% !important;
}

.bottomSpot a {
    text-decoration: underline;
    font-weight: bold;
    text-transform: uppercase;
}

.bottomSpotTop, .bottomSpotTop a {
    display: flex;
    justify-content: space-around;
}

.bottomSpotTop {
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 0;
    transition: margin .5s;
}

.bottomSpotTop a {
    width: 50%;
    flex-direction: column;
    align-items: center;
    transition: opacity .25s;
    text-decoration: none;
    font-weight: normal;
    margin-top: 1em;
}

.bottomSpotTop a:hover img {
    opacity: .7;
}

.bottomSpotTop a span {
    margin-top: 1em;
}

.bottomSpot > div:first-child strong {
    font-size: 2em;
    text-align: center;
    color: #000;
    display: inline-block;
    padding: 1.5em .25em 1em 0;
    text-transform: uppercase;
}

.bottomSpot > div:nth-child(2) {
    padding: 1em 1em 0 1em;
}

.bottomSpot > div:nth-child(2):after {
    content: '';
    display: inline-block;
     width: 100%;
}

.content-containter-wrapper-div {
    background-color: #FFFFFF;
    margin: 0 auto;
}

.contentTable {
    max-width: 978px;
}

.pageindex .main-content {
    padding: 0;
    height: auto;
}

.homePageContentTop {
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
}

h1.homePageContentTop {
    padding: 10px 0;
    color: #333333;
    font-size: 48px;
    clear: both;
}

.homePageContentLeft {
    float: left;
}

.homePageContentRight {
    float: left;
    width: 470px;
    padding: 0 0 0 10px;
}

.homePageContentRight .home-page-table {
    *margin-top: 3px;
}

.content-item {
    margin: .5em 0;
}

.content-item:nth-child(even) {
    background: #F9F9F9;
}

@media screen {
    .homePageContentRight .home-page-table {
        margin-top: 3px;
    }
}

.homePageContentRight .home-page-table div {
    cursor: pointer;
}

.homePageContentRight .home-page-windows {
    border-bottom: 1px solid #CDCDCD;
    border-right: 1px solid #CDCDCD;
}

.homePageContentRight .home-page-patio {
    border-bottom: 1px solid #CDCDCD;
}

.homePageContentRight .home-page-supplies {
    border-right: 1px solid #CDCDCD;
}

.homePageContentRight .home-page-table td div td {
    border: 0;
    border: 0 none;
    text-align: center;
}

.homePageContentRight .home-page-table td div td.hpCon {
    padding-top: 0;
    padding-bottom: 0;
}

.hpCon a {
    color: #7E8083;
}

.homePageContentRight h1 {
    font-size: 23px;
    color: #000000;
}

.homePageContentRight .title,.homePageContentRight .title a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: normal;
    text-decoration: none;
    text-transform: uppercase;
}

.homePageContentRight .hpCon {
    color: #7E8083;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    height: 127px;
    width: 245px;
}

.homePageContentRight img {
    margin: 10px 10px 25px;
}

.bottom-LC p {
    margin: 0;
}

.homePageContentBottom .border,.footerBorder {
    font-size: 1px;
}

.homePageContentBottom .column {
    float: left;
    width: 280px;
    padding: 10px;
}

.homePageContentBottom .column img {
    float: left;
    padding-right: 10px;
}

.homePageContentBottom .column h1 {
    color: #000000;
}

.homePageContentBottom .column h2 {
    color: #F9772B;
}

.homePageContentBottom .column a {
    color: #F9772B;
    display: block;
}

.homePageContentBottom .bottomSpot {
    margin-top: 10px;
    font-size: 14px;
}

.homePageContentBottom .bottomSpot h2 {
    color: #f16128;
    font-size: 16px;
    padding: 0;
}

.bottomSpot .bottomSpotBottom {
    clear: both;
    margin-top: 15px;
}

.bottomSpot .bottomSpotTop h1 {
    text-align: left;
    padding: 0;
}

.bottomSpot table {
    width: 100%;
    background: #FFF;
    border-spacing: 9px;
    border-collapse: separate;
    table-layout: fixed;
    color: #f16128;
}

.bottomSpot th {
    width: 25%;
    vertical-align: text-top;
    font-weight: normal;
    padding: 0;
}

.bottomSpot h2 a {
    font-size: 1.1em;
    line-height: 1.5em;
    font-weight: bold;
}

.bottomSpot p:nth-child(3) {
    line-height: 2em;
    margin: auto;
    width: 80%;
}

.bottomSpot th:last-child p:last-child span {
    font-size: .7em;
}

.spotLearningCenter {
    padding-top: 20px;
}

.spotFreeShipping h2 {
    font-size: 20px;
    margin: 0;
    text-align: center;
}

.spotInstallation h2 {
    font-size: 16px;
    margin: 0;
}

.spotFreeShipping p {
    margin: 0;
}

.spotFreeShipping img {
    padding-right: 5px;
}

.finderMasterDiv {
    float: left;
    width: 449px;
    height: 281px;
    background-color: #000000;
    padding: 10px;
}

.finderMasterDiv h1 {
    color: #f16029;
    font-size: 22px;
    margin: 0;
    padding: 0;
}

.finderMasterDiv .finderContainerDiv { /*height: 231px;*/
    padding: 10px;
    font-weight: bold;
}

.finderMasterDiv .finderContainerDivDiv {
    background-color: #DCDDDF;
}

.finderMasterDiv .searchFacetFormDiv {
    height: 190px;
}

.finderMasterDiv .finderContainerDiv .info {
    padding-bottom: 10px;
}

.finderMasterDiv .finderContainerDiv .info a {
    color: #1a499b;
    text-decoration: underline;
}

.finderMasterDiv .finderContainerDiv .info a:hover {
    text-decoration: none;
}

.finderMasterDiv .searchFacetsDiv,.finderMasterDiv .searchDiv,.finderMasterDiv .searchDiv img
    {
    float: left;
}

.finderMasterDiv .searchFacetsDiv,.finderMasterDiv .searchDiv {
    height: 155px;
}

.finderMasterDiv .searchDiv {
    width: 208px;
}

.finderMasterDiv .searchFacetsDiv {
    width: 220px;
    overflow: hidden;
}

.finderMasterDiv .searchFacetsDiv div {
    padding-bottom: 22px;
}

.finderMasterDiv .searchFacetsDiv span.disabled {
    color: #A5AEB7;
}

.finderMasterDiv .searchFacetsDiv select {
    width: 200px;
}

.finderMasterDiv .searchFacetsDiv select.helpQuestion {
    float: left;
}

.finderMasterDiv .searchFacetsDiv img.helpQuestion {
    float: right;
    margin-top: -1px;
    *margin-top: 0;
    cursor: pointer;
}

img.helpQuestion {
    cursor: pointer;
}

#popupDiv, #popupDiv-shipping-faq {
    display: block;
    background-color: transparent;
    overflow: auto;
    position: absolute;
    z-index: 1099;
    width: 100%;
    max-width: 100%;
}

#popupDiv img, #popupDiv-shipping-faq img {
    max-width: calc(100vw - .1em);
    height: auto;
}

#popupDiv.add-2-cart-popup-mobile .add-to-cart-popup .item-image {
    border: .1em solid #dfd2cd;
    margin: 0 1em 1em 0;
}

#popupDiv .add-to-cart-popup .content-container {
    display: inline-block;
}

#popupDiv.add-2-cart-popup-mobile .add-to-cart-popup .content-container {
    display: block;
    padding: 1.5em 1em 1em 1em;
}

#popupDiv .add-to-cart-popup .item-data-container {
    display: inline-block;
    margin-right: 1em;
}

#popupDiv.add-2-cart-popup-mobile .add-to-cart-popup .item-data-container {
    margin: 0;
}

#popupDiv .add-to-cart-popup .replacement {
    clear: left;
    float: left;
    border: 1px solid #dfd2cd;
}

.centered-popup {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.page_search #popupDiv .contentDiv .add-to-cart-popup, .page_items #popupDiv .contentDiv .add-to-cart-popup {
    width: 100%;
}

#popupDiv  .sb-inner {
    background: #DDDDDD;
}

#popupDiv .sb-border {
    background: #BBBBBB;
}

#popupDiv .content, #popupDiv-shipping-faq .content {
    color: #333;
    background-color: #FFFFFF;
    border: 1px solid #F16128;
    border-radius: 1.15em;
    padding: 1em;
}
#popupDiv.silverline-popup {
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#popupDiv.silverline-popup .content {
    border-radius: 0;
    border-width: .15em;
    max-width: 31em;
    padding-top: 2.5em;
    text-align: center;
}

#popupDiv.silverline-popup .content div {
    line-height: 1.5em;
}

#popupDiv.silverline-popup a {
    font-size: 1.15em;
}

.popup-common.pid-not-set-up-popup > .popup-container > .content {
    padding: 0;
}

.pid-not-set-up-popup .flex {
    display: flex;
    justify-content: space-around;
    text-align: center;
    align-items: flex-end;
    line-height: 1.5em;
}

.pid-not-set-up-popup .center {
    margin: auto;
    text-align: center;
}

.pid-not-set-up-popup .center.orange {
    padding: 1em;
    line-height: 1.5em;
    font-size: 1.2em;
}

.pid-not-set-up-popup .grey {
    background: #EFEFEF;
    padding: 1em;
}

.pid-not-set-up-popup .grey > div:first-child {
    padding: 0 1em 1em 1em;
    line-height: 1.5em;
}

.popup-common.pid-not-set-up-popup .live-chat-icon {
    margin-bottom: .4em;
}

#popupDiv.add-2-cart-popup-mobile .content {
    border: 0;
    border-radius: 0;
    padding: 0;
}

#popupDiv-shipping-faq .content {
    border-radius: 3em;
    min-height: 5em;
    padding: 2em;
}

#popupDiv .title {
    background: url("../images/check.png") no-repeat scroll 97% 4px #F16128;
    color: #FFFFFF;
    font-size: 1.25em;
    font-weight: normal;
    padding: .5em 0;
    text-align: center;
    margin: 0 1em;
}

#popupDiv.add-2-cart-popup-mobile .title {
    background: #F16128;
    text-align: left;
    padding: .5em .75em;
    margin: 0;
}

.contact-installer-popup-info ul {
	margin-left: 1em;
}

.contact-installer-popup-info .flex {
	display: flex;
	justify-content: space-around;
	align-items: center;
	float: none;
	text-transform: uppercase;
}

#popupDiv h1, #popupDiv-shipping-faq h1 {
    font-size: 14px;
    text-transform: uppercase;
    text-align: left;
}

#popupDiv-shipping-faq h1 {
    font-weight: bold;
    font-size: 1.3em;
}

#popupDiv h2 {
    font-size: 12px;
    color: #333;
}

.add-2-cart-popup-mobile .part-number {
    font-size: .9em;
    margin-top: .5em;
}

#popupDiv .content .sb-inner {
    background: #FFFFFF;
}

#popupDiv .content .sb-border {
    background: #FFFFFF;
}

#popupDiv .also-added {
    color: #666666;
    clear: both;
}

#popupDiv .also-added .small-title {
    font-weight: bold;
}

#popupDiv .also-added .item {
    padding: .25em 0;
}

#popupDiv .also-added .name {
    color: #F16128;
}

label[for=additional-data-pop] {
	display: flex;
	align-items: center;
}

.contact-installer-popup-info a {
	text-decoration: underline;
}

.checked-installer {
	opacity: .5;
}

.iframe-wrapper {
    overflow: hidden;
    position: relative;
    padding: 56.25% 1em 1em 1em;
    width: 100%;
}

.iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

#popupDiv-shipping-faq .contentDiv .question {
    cursor: pointer;
    font-size: 1.3em;
}

#popupDiv-shipping-faq .contentDiv .question:before {
    content: '› ';
    color: #f16128;
}

#popupDiv-shipping-faq .contentDiv .answer {
    margin-left: 1em;
    font-size: 1.1em;
}

#popupDiv .detail-image {
    display: none;
}

#popupDiv .item-data {
    float: left;
    text-align: left;
}

#popupDiv.add-2-cart-popup-mobile .item-data {
    float: none;
    padding-bottom: 1em;
}

#popupDiv .item-data .prices {
    color: #666666;
    margin: 0 0 .5em 0;
}

#popupDiv.add-2-cart-popup-mobile .prices {
    color: #F16128;
    margin: 0;
    padding: .5em 0 .33em 0;
}

#popupDiv .item-data .prices .strikethrough {
    display: block;
}

#popupDiv .item-data .sale-price-label {
    display: inline-block;
}

#popupDiv.add-2-cart-popup-mobile .item-data .price-label, #popupDiv.add-2-cart-popup-mobile .item-data .price {
    padding-right: .5em;
    color: #F16128;
}

#popupDiv.add-2-cart-popup-mobile .item-data .strikethrough .price-label {
    display: inline;
}

#popupDiv.add-2-cart-popup-mobile .item-data .sale-price-label, #popupDiv.add-2-cart-popup-mobile .item-data .sale-price {
    float: left;
    padding-right: .5em;
}

.strikethrough {
    text-decoration: line-through;
}

#popupDiv .item-data .strikethrough {
    color: #DD0000;
}

#popupDiv.add-2-cart-popup-mobile .item-data .strikethrough {
    display: block;
}

#popupDiv.add-2-cart-popup-mobile .item-data .qty {
    clear: both;
}

#popupDiv .item-data h1,#popupDiv .item-data h2,#cart-popup .item-even .name,#cart-popup .item-odd .name {
    text-transform: capitalize;
    text-align: left;
    color: #F16128;
    font-size: 1.2em;
}

#popupDiv .item-data h1,#cart-popup .item-even .name,#cart-popup .item-odd .name {
    padding: .5em 0 0 0;
    margin-bottom: .2em;
    line-height: 1.2em;
}

#popupDiv .item-data h2 {
    color: #666666;
    margin: 0;
    padding: 0;
    font-size: 1em;
}

#popupDiv .view-cart-div a {
    font-weight: normal;
    text-decoration: underline;
}

#popupDiv .view-cart-div {
    border-top: 1px solid #CCCCCC;
    padding-top: 25px;
    margin-top: 20px;
    text-align: right;
}

#popupDiv .popup-additional-content {
	max-width: 24rem;
}

#popupDiv .popup-additional-content > div {
	margin-top: 1rem;
}

#add-to-cart-continue {
    text-transform: uppercase;
    text-decoration: underline;
    margin: 1em;
    text-align: center;
    display: block;
}

.add-2-cart-popup-mobile #add-to-cart-continue {
    text-decoration: none;
    background: #FFF;
    color: #F16128;
    border-color: #F16128;
    padding: .75em 2em;
    border: .1em solid #F16128;
    margin: 0;
    width: calc(50% - .2em);
}

#popupDiv .cart-container-styling {
    background-color: #F2F1F1;
    border: .1em solid #CCCCCC;
    font-weight: bold;
    min-width: 16em;
    max-width: 21.5em;
    padding: 0 2em .5em 2em;
    margin: .5em auto 0 auto;
}

#popupDiv.add-2-cart-popup-mobile .cart-container-styling {
    background: #FFF;
    border-width: .1em 0 0 0;
    max-width: 100%;
    padding: .75em 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.add-2-cart-popup-mobile .sub-total-in-popup {
    text-transform: capitalize;
}

.add-2-cart-popup-mobile .buttons {
    border: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#checkout-button-on-popup {
    background-color: #F16128;
    background: url("../images/button-checkout-popup.png") no-repeat scroll 0 0 #f16128;
    border: 0 none;
    color: #FFFFFF;
    cursor: pointer;
    padding: .75em 2em;
    text-transform: uppercase;
    width: 160px;
}

.add-2-cart-popup-mobile #checkout-button-on-popup {
    border: .1em solid #F16128;
    width: 100%;
}

#popupDiv .also {
    clear: both;
    padding-top: 1px;
}

#popupDiv .also h2 {
    text-align: left;
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: 1px solid #cccccc;
    margin-top: 15px;
    text-transform: uppercase;
    clear: both;
}

#popupDiv .also .name h2 {
    border-bottom: none;
    text-align: center;
    text-transform: capitalize;
    height: 30px;
    display: none;
}

#popupDiv .cart-container h2 {
    text-align: right;
    margin: 0;
    padding: 0;
    font-weight: bold;
}

#popupDiv .checkout-button-container {
    padding: .5em 0;
    text-align: center;
}

#popupDiv.add-2-cart-popup-mobile .checkout-button-container {
    width: calc(50% - .2em);
}

#popupDiv .buttonDiv {
    background: none repeat scroll 0 0 #F16128;
    border: 2px solid #F2754A;
    border-radius: 2em;
    position: absolute;
    right: 3px;
    top: 4px;
}

#popupDiv .button, #cart-popup .button, #popupDiv-shipping-faq .button {
    background: transparent url('../images/close.png') no-repeat;
    width: 26px;
    height: 26px;
}

#popupDiv.add-2-cart-popup-mobile .buttonDiv {
    border: 0;
    right: .25em;
    top: .25em;
    background: #F16128;
}

#popupDiv.silverline-popup .buttonDiv {
    background: none;
    border: 0;
    border-radius: 0;
    right: .5em;
    top: .25em;
}

#popupDiv.silverline-popup .button {
    background: none;
    color: #F16128;
}

#popupDiv.silverline-popup .button:after {
    content: 'X';
    display: block;
    margin: .15em .35em 0 0;
    font-size: 1.5em;
    text-align: right;
}

#popupDiv-shipping-faq .buttonDiv {
    background: none repeat scroll 0 0 #F16128;
    border: 2px solid #F2754A;
    border-radius: 2em;
    -moz-border-radius: 2em;
    -webkit-border-radius: 2em;
    position: absolute;
    left: 1.5em;
    top: 1em;
}


#popupDiv .related-items-list .item {
    width: 130px;
}

.page_3D-test #popupDiv .contentDiv {
    width: 268px;
}

#nav .cart-container .item {
    clear: none;
}

.page_search #popupDiv .contentDiv .help-popup, .page_items #popupDiv .contentDiv .help-popup {
    min-height: 50px;
    min-width: 190px;
    overflow: auto;
    padding: 8px;
    width: 100%;
    max-width: 400px;
}

.related-items-list .item, #nav .cart-nav-li .related-items-list .item {
    float: left;
    width: 140px;
    text-align: center;
    margin-bottom: 10px;
    padding: 0 20px;
}

.page_items h1, .page_search h1 {
    font-size: 2.5em;
    text-align: left;
    line-height: 1.25em;
    padding: 0;
}

.page_items h1 a {
    font-size: .5em;
    text-decoration: underline;
    margin-left: 1em;
    text-transform: none;
}

.scroller .arrow {
    float: left;
}

.finderMasterDiv .searchDiv .spacer {
    height: 10px;
}

.finderMasterDiv .searchDiv #searchTerm {
    width: 160px;
}

.finderMasterDiv .searchDiv #searchButton {
    background: transparent url(../images/search.png) no-repeat;
    width: 100px;
    height: 29px;
}

#searchButton {
    border: 0 !important;
}

.finderMasterDiv .searchButtonDiv {
    width: 100px;
    height: 29px;
    margin: 0 auto;
    padding-left: 54px;
    clear: both;
}

.homePageContent {
    float: right;
    width: 412px;
    height: 329px;
}

.homePageDivContainer h2 {
    color: #343635;
    font-size: 18px;
    margin: 0;
    padding-left: 10px;
}

.homePageCategories {
    padding: 0 0 0 10px;
    float: right;
    width: 523px;
}

.homePageCategories .title {
    position: relative;
    width: 100%;
    height: 23px;
}

.homePageCategories .title h1 {
    color: #FFFFFF;
    background-color: #F9772B;
    padding: 0 0 0 5px;
    margin: 0;
    font-size: 18px;
    width: 518px;
    height: 23px;
    float: left;
    overflow: hidden
}

.homePageCategories .category {
    width: 173px;
    float: left;
    border-left: 1px solid #000000;
    margin: 0px;
    background-color: #FFFFFF;
    overflow: hidden;
}

.homePageCategories .category.cat3 {
    border-right: 1px solid #000000;
}

.topCategories .category .imageDiv,.homePageCategories .category .imageDiv
    {
    text-align: center;
    vertical-align: bottom;
    background-color: #FFFFFF;
    height: 180px;
}

.homePageCategories .category .imageDiv {
    height: auto;
}

.homePageCategories .category .imageDiv {
    height: auto;
}

.homePageCategories .category .nameDiv h1 {
    color: #000000;
    padding-left: 3px;
    text-transform: uppercase;
}

.pageindex .homePageCategories .category .description {
    color: #999999;
    padding: 2px 5px;
}

.topLevelCategories {
    padding-left: 20px;
}

.categoryDescription {
    padding: 5px 0 10px 0;
    text-align:center;
}

.category-description {
    padding-bottom: 2em;
    font-size: 1.1em;
}

.category-description img {
    padding-right: 5px;
    vertical-align: middle;
}

.topCategories .category .nameDiv h1 {
    color: #666666;
    font-size: 16px;
    text-align: center;
    text-transform: capitalize;
}

.topCategories .category {
    width: 182px;
    float: left;
    margin-right: 40px;
}

.topCategories .category .description {
    background-color: #FFFFFF;
    height: 50px;
    padding: 2px 5px;
}

.topCategories .category .imageDiv {
    height: 136px;
}

.homePageCategories .rounded .sb-inner,.topCategories .rounded .sb-inner
    {
    background: none;
}

.homePageCategories .rounded .sb-border,.topCategories .rounded .sb-border
    {
    background: #E5E5E5;
}

.progress-bar {
    background: #f1f2f2;
    box-shadow: 0 0 1px 1px #efefef;
    padding: 3px;
    margin: 8px 0;
}

.progress-bar div {
    border: 1px solid #e5e5e5;
    text-align: center;
    width: 310px;
    display: inline-block;
    margin-left: 5px;
    background: #f9f9f9;
    color: #AAA;
    font-size: 1.1em;
    padding: .75em 0;
}

.progress-bar div.active {
    background: #FFF;
    color: #f16029;
}

.category-right-nav {
    float: left;
}

.category-special-container {
    position: relative;
    overflow: auto;
}

.category-right-nav .category {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fff3ef+0,ffefe8+100 */
    background: #fff3ef; /* Old browsers */
    background: -moz-linear-gradient(top,  #fff3ef 0%, #ffefe8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff3ef), color-stop(100%,#ffefe8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fff3ef 0%,#ffefe8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fff3ef 0%,#ffefe8 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fff3ef 0%,#ffefe8 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fff3ef 0%,#ffefe8 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff3ef', endColorstr='#ffefe8',GradientType=0 ); /* IE6-9 */
    border: 0.1em solid #ffddd3;
    clear: left;
    color: #f69574;
    cursor: pointer;
    height: 32px;
    margin-bottom: 0.2em;
    padding: 1.85em 0.2em;
    position: relative;
    transition: color 0.5s ease 0s, background 0.5s ease 0s;
    width: 19em;
}

.category-right-nav .category.active {
    background: #f16128;
    color: #FFF;
    position: relative;
    border: 0.1em solid #f16128;
}

.category-right-nav .category.active a {
    color: #FFF;
}

.category-right-nav .category.active:after {
    border-bottom: 39px solid transparent;
    border-left: 30px solid #f16128;
    border-top: 39px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    right: -31px;
    top: -1px;
    width: 0;
    z-index: 1;
}

.category-right-nav .category a {
    color: #f69574;
    display: table;
    height: 51px;
    left: 7px;
    position: absolute;
    top: 12px;
    width: 200px;
}

.category-right-nav .category .not-found-category {
    display: inline-block;
    width: 66px;
    height: 50px;
}

.category-right-nav .category .not-found-category, .category-right-nav .category img {
    background-color: #fff;
    border: 0.1em solid #bfbebc;
    vertical-align: middle;
}

.category-right-nav .category .animation, .category-right-nav .category.has-animation:hover .normal-image {
    display: none;
    opacity: 0;
}

.category-right-nav .normal-image {
    width: 66px;
    height: 50px;
    background: #fff;
}

.category-right-nav .category:hover .animation {
    display: inline-block;
    opacity: 1;
}

.page_category .category .not-found-category:after {
    content: '?';
    width: 50px;
    height: 50px;
    display: inline-block;
    background: #FFF;
    color: #333;
    text-align: center;
    font-size: 4em;
}

.page_category .category a:hover .category-image-comming-soon {
    opacity: .3;
}

.category-right-nav .category .name {
    display: table-cell;
    font-size: 1.1em;
    line-height: 1.1em;
    text-align: left;
    text-transform: uppercase;
    vertical-align: middle;
    width: 9em;
    padding-left: 15px;
}

.category-right-nav-details .category-detail {
    border: 0.4em solid #f2f2f2;
    opacity: 0;
    padding: 25px 30px;
    visibility: hidden;
    display: none;
    width: 659px;
    min-height: 410px;
    margin-left: 5px;
}

.category-special-container-windows .category-right-nav-details .category-detail {
    min-height: 506px;
}

.category-right-nav-details .category-detail.active {
    visibility: visible;
    display: block;
    opacity: 1;
    left: 20em;
}

.category-right-nav-details .category-detail .sub-categories-container {
    margin-bottom: 15px;
}

.main-content .category-right-nav-details h2 {
    text-align: left;
    font-size: 24px;
}

.category-right-nav-details .category-detail .description {
    color: #3A3A3A;
    margin: 0 0 20px;
    font-size: 1.2em;
}

.category-right-nav-details .category-detail .category .description {
    color: #3a3a3a;
    display: block;
    font-size: 0.9em;
    text-align: center;
    width: 211px;
    margin: 5px 0;
}

.category-right-nav-details {
    max-width: 732px;
    float: left;
    overflow: hidden;
}

.select-window-to-continue {
    text-transform: uppercase;
    color: #f16128;
    margin: 10px 0 6px;
    font-size: 1.2em;
}

a.special-category {
    border: 1px solid #e5e5e5;
    display: inline-block;
    margin-right: 1.3em;
    padding: 1em;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    width: 27%;
    font-size: 1em;
    margin-bottom: 10px;
}

a.special-category:hover {
    background: #f16029;
    color: #FFF;
}

.sub-categories-container .category {
    width: 211px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: .5em;
    margin-right: 6px;
}

.sub-categories-container .category a {
    display: block;
}

.sub-categories-container .category .name {
    color: #7c7c7c;
    display: block;
    padding: 10px 10px 0;
    text-align: center;
    width: 181px;
    margin-top: 10px;
    text-transform: uppercase;
}

.sub-categories-container .category .name:hover {
    background: #f16128 none repeat scroll 0 0;
    color: #fff;
}

.sub-categories-container .category .image {
    border: 1px solid #efefef;
    display: block;
    text-align: center;
    box-shadow: 1px 1px 3px 1px transparent;
    margin-right: 10px;
    padding: 10px 0;
    height: 124px;
}

.sub-categories-container .category .image:hover {
    box-shadow: 2px 2px 2px 0px #cdcdcd;
}

.sub-categories-container .category:hover span.name {
    background: #f16029;
    color: #FFF;
    display: block;
    transition: color .3s, background .3s;
}

.tab-category-image-container {
    float: right;
    width: 35%;
}

.home-featuredoffers {
    clear: left;
}

.page_category .crumbs {
    padding: 1em 0;;
}

.page_category .main-content h1 {
    margin: 0 0 1em 0;
    text-align: left;
    line-height: 1.25em;
}

.page_category .main-content h1 strong {
    font-weight: normal;
}

.page_category .not-sure-left, .page_category .not-sure-right {
    padding: .25em .5em .25em 0;
    cursor: pointer;
}

/** Id Formatter Start */
#popupDiv.id-formatter-popup {
    z-index: 1001;
}

#popupDiv.id-formatter-popup .content {
    border-radius: 0;
    line-height: 1.5em;
}

#popupDiv.id-formatter-popup .contentDiv > div b {
    color: #000;
}

.custom-part-content-top img {
    max-width: 100%;
    height: auto;
}

.choose-category-image-container {
    margin-bottom: 2em;
}

.transparent-box-container {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 100%;
}

.transparent-box {
    display: flex;
    position: absolute;
    font-size: .75em;
    top: 50%;
    transform: translateY(-50%);
}

.choose-category-image .transparent-box {
    font-size: .675em;
    width: 90%;
    display: flex;
}

.transparent-box-container img {
    max-width: 100%;
    height: auto;
}

.transparent-box .corner::before {
    content: '';
    border-width: 1em;
    border-style: solid;
    border-color: transparent #f16029 #f16029 transparent;
    position: absolute;
    top: 0;
    left: 0;
}

.transparent-box .text {
    /*background: rgba(0,0,0,.667);*/
    background: linear-gradient(135deg, transparent 1em, rgba(0,0,0,.667) 1em);
    font-size: 1.5em;
    color: #FFF;
    padding: 1em 1em 1em 2em;
    font-weight: bold;
    word-spacing: .25em;
}

.category-choose-container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-top: 2em;
}

.choose-category-image-container .transparent-box .text {
    font-size: 1.5em;
}

.category-choose-container > * {
    flex: 1;
}

.category-choose-container button {
    width: 20em;
    height: 4.5em;
    margin: auto;
    font-weight: bold;
}

.category-choose-container a {
    position: relative;
    background: #f7f7f7;
    border: 1px solid #EFEFEF;
    padding: 0 0 1.5em;
    color: #333;
    display: inline-flex;
    flex-direction: column;
    margin: 0 0 2em 0;
    box-shadow: 0.2rem 0.2rem 0.5rem #cdcdcd;
    border-radius: .75rem;
}

.category-choose-container a:first-child {
    flex: 5 5 60%;
}

.category-choose-container > div + a {
    margin: 0 0 1.75em 0;
}

.category-choose-container em {
    color: #666666;
}

.category-choose-container .choose-category-image {
    margin-left: 0;
    text-align: center;
}

.category-choose-container a:last-child {
    margin-right: 0;
    margin-bottom: 0;
    flex: 2 2 50%;
}

.category-choose-container b {
    font-size: 1.75em;
    display: block;
    margin-bottom: 1.5em;
    padding: .5rem 2rem;
    background: #bd6438;
    color: #FFF;
    text-align: center;
    border-radius: .25rem .25rem 0 0;
}

.category-choose-container a:last-child b {
    background: #68686a;
}

.category-choose-container b span {
    font-size: 1rem;
}

.category-choose-container b ~ .orange {
    padding-bottom: .5em;
}

.category-choose-container a span {
    display: block;
    font-weight: normal;
}

.category-choose-container a span.flex {
    display: flex;
}

.category-choose-container a > span {
    margin-bottom: 1.5em;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: all .25s;
}

.category-choose-container a:first-child > span {
    margin-bottom: 0;
}

.some-parts {
    position: absolute;
    bottom: -2em;
    left: 0;
    color: #f16029;
}

.category-choose-container a button {
    width: 201.1px !important;
    height: 44.1333px !important;
    padding: 0 !important;
    white-space: nowrap;
    overflow: hidden;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-grow: 0;
    flex-shrink: 0;
    font-size: 13.2px !important;
    font-family: Arial, Helvetica, sans-serif;
}

.category-choose-container a:hover button {
    background: #d15512;
}

.category-choose-container .flex > img {
    margin-right: 0;
    align-self: center;
    width: auto;
    height: auto;
    flex-shrink: 0;
}

.category-choose-container .first-flex {
    padding: 0 1.5rem;
    flex-direction: column;
}

.category-choose-container .first-flex ~ span {
    align-items: center;
    flex-wrap: wrap;
    margin: auto;
    padding-bottom: 1rem;
}

.category-choose-container .inline-flex {
    display: inline-flex;
}

.category-choose-container .flex5 {
    flex: 5 1 100%;
    padding: 0 1.5rem;
}

.category-choose-container img {
    max-width: 100%;
}

.choose-category-image-container img {
    margin: 0;
}

.category-choose-container a span.flex span {
    padding: .5em 0;
}

.category-choose-container span[data-youtube] {
    font-size: .875em;
}

.category-choose-container strong {
    display: block;
    padding: .33em 0 .5em 0;
}

.category-choose-container span.orange {
    display: block;
}

.category-choose-container .or {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin-top: 2.5em;
    transition: all .5s;
}

.category-choose-container .or:after {
    content: 'OR';
    padding: 0 2em 3em 2em;
}

.custom-part-id-your-window {
    padding: 3em 1em 0 1em;
}

.custom-part-id-your-window .orange, .identify-your-window strong.orange {
    font-size: 1.65em;
    color: #f16128;
}

.identify-your-window > div, .custom-part-id-your-window > div {
    padding: .5em 0;
    font-size: 1rem;
}

.identify-your-window .title {
    color: #000000;
    font-size: 1.3em;
    margin: 1em 0;
    font-weight: bold;
}

.identify-your-window .image img {
    max-width: 100%;
    height: auto;
}

.identify-your-window strong, .custom-part-id-your-window strong {
    color: #333;
}

.id-formatter-help {
    margin-bottom: 1em;
}

.id-formatter-help .description {
    padding-bottom: 1em;
}

.id-formatter-help .category-image img {
    max-width: 50%;
    height: auto;
}

.id-formatter {
    opacity: .85;
    border-width: .1em;
    border-style: solid;
    border-color: transparent transparent transparent transparent;
}

.id-formatter.active {
    opacity: 1;
    border: .1em solid #a8a8a8;
}

.id-formatter label, .idformatter-visual-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1em;
    cursor: pointer;
}

.idformatter-visual-wrapper {
    flex-direction: row;
    width: 100%;
}

.id-formatter.active label .img > span:first-child, .id-formatter label .img > span:last-child {
    display: none;
}

.id-formatter.active label .img > span:last-child, .id-formatter label .img > span:only-child {
    display: inline;
}

.id-formatter input[type=radio] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.id-formatter input[type=radio] ~ .fancy-radio {
    display: block;
    border: .1em solid #a8a8a8;
    background: #EFEFEF;
    width: 1.5em;
    height: 1.5em;
    border-radius: 3em;
    margin-right: 1em;
}

.id-formatter input[type=radio]:checked ~ .fancy-radio {
    background: radial-gradient(#FFF, #2196F3);
}

.id-formatter input[type=radio]:focus ~ .fancy-radio:after {
    opacity: 1;
}

.id-formatter input[type=radio] ~ .fancy-radio:after {
    content: '';
    display: block;
    width: .5em;
    height: .5em;
    position: relative;
    top: .4062em;
    left: .4062em;
    border-radius: 2em;
    background: transparent;
    box-sizing: border-box;
    opacity: .9;
    transition: opacity .5s;
}

.id-formatter input[type=radio]:checked ~ .fancy-radio:after {
    background: #333;
}

.id-formatter img {
    max-width: 100%;
    height: auto;
}

.id-formatter .id-formatter-segment, .id-formatter .enter-pid {
    flex-shrink: 0;
}

.id-formatter .id-formatter-segment {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-end;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    transition: opacity .5s, visibility .5s, height .25s;
}

.id-formatter.active .id-formatter-segment {
    opacity: 1;
    visibility: visible;
    height: 100%;
    transition: opacity .5s, visibility .5s, height 0s;
}

.id-formatter-top {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1em;
}

.id-formatter-top > span {
    font-size: 1rem;
    margin-top: 1em;
    align-self: center;
}

.id-formatter-top > span:first-child {
    margin-top: 0;
}

.id-formatter-top > span:nth-last-child(2) {
    margin-right: .5em;
}

.id-formatter-top > span:last-child {
    flex-grow: 16;
    justify-self: flex-end;
    text-align: right;
}


.input-size-1 {
    width: 1em;
}

.input-size-2 {
    width: 2em;
}

.input-size-3 {
    width: 3em;
}

.input-size-4 {
    width: 4em;
}

.input-size-5 {
    width: 5em;
}

.input-size-6 {
    width: 6em;
}

.input-size-7 {
    width: 6em;
}

.input-size-8 {
    width: 6em;
}

.input-size-9 {
    width: 6em;
}

.input-size-10 {
    width: 6em;
}

.input-size-11 {
    width: 6em;
}

.input-size-12 {
    width: 6em;
}

.id-formatter .enter-pid {
    position: relative;
    width: 100%;
}

.change-configured-part-container span:before, .change-configured-part-container span:after {
    transform: translateY(1em);
}

.is-this-your-window-container {
    margin-bottom: 1em;
}

.is-this-your-window-container:last-child {
    margin-bottom: 0;
}

.is-this-your-window .window-img-div {
	max-width: 100%;
	height: auto;
	border: .1em solid #e1e1e1;
	margin: 0 0 1em 0;
	padding: 1em;
}

.is-this-your-window.multiple-mulls .window-img-div {
    max-width: 34%;
}

.multiple-mulls .large-button {
    width: 100%;
    padding: 0 1em;
}

.is-this-your-window .window-img-div img {
    max-width: 100%;
    height: auto;
}

.is-this-your-window .info-div {
    border: .1em solid #e1e1e1;
    width: 100%;
    display: flex;
    flex-direction: column;
    overflow-x: auto;
}

.is-this-your-window .info-div .title {
    color: #f16128;
    font-size: 1.5em;
    margin: 1em 2em;
    font-weight: bold;
}

.top-detail-container .info-div .title {
    font-size: 1.5em;
    margin: .1em 0 .25em;
    font-weight: bold;
    color: #000;
}

.is-this-your-window .window-attribute-table-wrapper {
    flex: 2;
}

.is-this-your-window .info-div table {
    margin: 1em 3em;
    border-collapse: collapse;
}

.is-this-your-window .info-div .different {
    background: #f3f3f3;
}

.is-this-your-window .info-div .not-my-window {
    text-align: center;
}

.pid-not-found-search {
    line-height: 1.5em;
}

.pid-not-found-search > *:first-child {
    padding-bottom: 1em;
}

.pid-not-found-search > *:nth-child(2) {
    font-weight: bold;
    font-size: 1.3em;
    color: #f16029;
}

.window-attribute-table td {
    padding: .25em 1.5em .25em 0;
    min-width: 50%;
}

.page_detail .window-attribute-table td:last-child {
    min-width: 60%;
}

.window-attribute-table .key {
    font-weight: bold;
}

.window-attribute-table img {
    max-width: 100%;
    height: auto;
}

.browser-ie .window-attribute-table img {
    max-height: 25vh;
}

.window-attribute-grid td {
    padding: .25em 1.5em .25em 1.5em;
    border-left: .1em solid #e1e1e1;
}

.window-attribute-grid td:first-child {
    padding: .25em 1.5em .25em 0;
    border-left: 0;
}

.window-attribute-grid .window-form td {
    padding-bottom: 1em;
}

.window-form input[type=button].hidden {
    display: inline-block;
    visibility: hidden;
}

.window-attribute-grid .not-my-window {
    border-top: .1em solid #e1e1e1;
}

.window-attribute-grid .not-my-window td {
    padding-top: 1em;
    border: 0;
}

.is-this-your-window .info-div .key:after, .page_detail .middle-container .info-div .key:after {
	content: ':';
}

.is-this-your-window .verify-window-form-div {
	background: #f3f3f3;
	padding: 2em 5em 1.5em 3em;
	text-align: left;
}

.is-this-your-window .verify-window-form-div input[type=submit] {
	width: 100%;
}

.is-this-your-window .verify-window-form-div a {
	text-decoration: underline;
	margin-top: 1em;
	display: block;
}

.is-this-your-window .verify-window-form-div a:hover {
	text-decoration: none;
}

.change-configured-part-container {
    color: #777;
    font-weight: bold;
    border: .1em solid #f16128;
    padding: 1em 1em 1em 4em;
    margin-bottom: 2em;
    margin-top: 2em;
    position: relative;
}

.change-configured-part-container a {
    text-decoration: underline;
    margin-left: 1em;
}

.category-container .category {
    border-width: .1em;
    display: inline-block;
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    background: #f7f7f7;
    flex-grow: 1;
    justify-content: center;
    margin-bottom: 1.5em;
}

.category-container .category-image {
    text-align: center;
    height: 130px;
}

.category-container .category .category-link {
    text-align: center;
    padding-top: 10px;
}

.category-container .category .category-link a {
    color: #333;
    font-size: 14px;
    text-transform: uppercase;
}

.category-container .category:hover .category-link {
    background-color: #F16029;
}

#browser-ie-9 .category-container, #browser-ie-8 .category-container {
    display: block;
}

.category-container .category:hover .category-link a {
    color: #FFF;
}

.button-3d-image-container {
    display: flex;
    color: #f16128;
    padding: .5rem;
    border: 1px solid #f16128;
    max-height: 8rem;
    align-items: center;
}

.category-3d-container .button-3d-image-container span {
    padding-left: 1rem;
    font-weight: bold;
    font-size: 1.01rem;
    text-align: left;
    line-height: 1.5rem;
}

.button-3d-image-container img {
    height: 6rem;
}

.category-3d-container, .category-container {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.category-3d-container {
    align-items: stretch;
}

.category-container {
    display: block;
}

.page_category .content-containter-wrapper-div {
    width: auto;
    max-width: 88.25em;
}

.big-img-container {
    padding: 1em;
    margin-bottom: 1.5em;
    margin-top: 2em;
    background: #f7f7f7;
    border: .1em solid #e9e9e9;
}

.big-img-container:before {
    content: '';
    background: transparent url('../contentImages/bulb.png') no-repeat;
    background-size: cover;
    width: 57px;
    height: 53px;
    position: absolute;
    z-index: 1;
    margin-top: -38px;
    margin-left: 160px;
    transition: background .5s, transform 1s;
}

.big-img-container:hover:before {
    transform: rotateY(360deg);
}

.category-3d-container .big-img {
    position: relative;
    border: .1em solid #e9e9e9;
    background: #FFF;
    overflow: hidden;
}

.need-help-desc {
    padding-bottom: 2em;
}

.category-3d-container .big-img .burst {
    right: 0;
    position: absolute;
    bottom: 0;
    opacity: .85;
}

.category-3d-container .big-img .burst:nth-child(2) {
    left: 63%;
    position: absolute;
    bottom: 0;
    opacity: .85;
    transform: translateX(-100%);
}

.category-3d-container .big-img .burst-left {
    left: 0px;
    position: absolute;
    top: 0;
}

.category-3d-container .big-img .burst-right {
    left: 270px;
    position: absolute;
    top: 9px;
    transform: rotate(90deg);
}

.category-3d-container .big-img .burst img {
    width: 81px;
    height: 81px;
}

.category-3d-container .category-3d img {
    max-width: 100%;
    height: auto;
    transition: all .5s;
}

.category-3d-container .category .category-image, .category-3d-container .category a {
    text-align: center;
}

.category-3d-container .category-3d-banner a {
    color: #333;
    font-size: 1.5em;
    padding: 25px 110px 28px 0;
}

.category-3d-container .category-3d-banner .view-diagram-text img {
    vertical-align: sub;
    margin: 0;
}

.category-3d-container .category-3d-banner img {
    margin-right: 10px;
    vertical-align: middle;
}

.category-3d-container .category-list, .category-container .category-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.category-3d-container .category-list {
    flex-direction: column;
}

.browser-ie .category-container .category-list {
    max-width: 95vw;
}

.category-3d-container .category, .category-container .category {
    border-width: .1em;
    border-style: solid;
    border-color: #b9b9b9;
    display: inline-flex;
    margin: 1em 0;
}

.category-3d-container .category:hover, .category-container .category:hover {
    box-shadow: .1em .1em .5em #e9e9e9;
}

.category-container .category img, .category-3d-container .category img {
    max-width: 100%;
    height: auto
}

.category-3d-container span, .category-container span.title {
    display: block;
    text-align: center;
    max-width: 100%;
}

.category-3d-container .category a, .category-container .category a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-transform: uppercase;
    font-size: 1.2em;
    padding: 1em .25em;
    text-align: center;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    position: relative;
}

.category-3d-container .category a {
    background: transparent;
    display: block;
}

.category-container .category div.em {
    display: flex;
    flex-direction: column;
    font-style: normal;
    text-transform: none;
    height: 86%;
    padding: 0 .5em 0 1em;
    width: 100%;
    overflow: hidden;
    justify-content: space-around;
    position: absolute;
    top: 0;
    left: 0;
    font-style: normal;
    visibility: hidden;
    opacity: 0;
    transition: opacity .25s, visibility 0s;
}

.category-container .category div.em div.b {
    font-weight: normal;
}

.category-container .category:hover div.em {
    visibility: visible;
    opacity: 1;
    text-align: left;
    color: #333;
}

.category-3d-container .category:hover a, .category-container .category:hover a {
    color: #CB4C0C;
}

.category-container .category a:hover {
    background: #FFF;
}

.category-container .category a img {
    opacity: 1;
    transition: opacity .25s;
}

.category-container .category a:hover img {
    opacity: .3;
}

.categorylist-3w {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}

.categorylist-3w .category {
    flex: 1 1 100%;
}

.categorylist-3w .category a {
    display: flex;
    flex-direction: column;
}

.categorylist-3w .category .image {
    border: 1px solid #CDCDCD;
    padding: 1em;
    display: block;
}

.categorylist-3w .category .image img {
    display: block;
    margin: auto;
}

.categorylist-3w .category span.title {
    background: #f16128;
    color: #FFF;
    border: 1px solid #f16128;
    text-align: center;
    height: 3em;
    width: 50%;
    margin: 2em auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    text-transform: uppercase;
    padding: .5em;
}

.categorylist-3w .category a:hover span.title {
    background: #FFF;
    color: #CB4C0C;
    border-color: #f16128;
}

.not-sure-need-help {
    border-bottom: 1px solid #E5E5E5;
    border-top: 1px solid #E5E5E5;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding: .5em;
}

.flex .not-sure-need-help {
    justify-content: space-around;
}

.grid-not-sure .not-sure-left, .grid-not-sure .not-sure-right, .grid-not-sure .inpage {
    margin-left: 0;
    float: left;
    margin-bottom: 15px;
    margin-right: 0;
    margin-top: 15px;
    padding-right: 15px;
}

.big-img-container .category-3d a {
    display: block;
    text-align: center;
}

.big-img-container .not-sure-need-help {
    border: 0;
    height: auto;
    padding: 0;
    display: block;
}

.big-img-container .not-sure-need-help > div, .category-3d-description {
    border: .1em solid #e9e9e9;
    background: #FFF;
    float: none;
    padding: .75em;
    margin-top: 1.5em;
    display: flex;
    align-items: center;
    line-height: 1.5em;
    font-size: 1.1em;
}

.big-img-container .not-sure-need-help img, .category-3d-description img {
    margin-right: 1em;
    max-width: 2rem;
}

.big-img-container .not-sure-need-help img {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.big-img-container .not-sure-need-help p img {
    width: auto;
    max-width: 100%;
    height: auto;
}

.big-img-container .not-sure-need-help a {
    color: #777;
}

.category-3d-description a {
    text-decoration: underline;
    font-size: 1.33em;
    display: flex;
    align-items: center;
    text-transform: uppercase;
}

.contact-links {
    display: inline;
}

 .contact-mail {
    display: inline;
}

 .contact-phone {
    display: inline;
    margin: 0 1em;
}

.contact-phone img:hover {
    opacity: .8;
}

.not-sure-left, .not-sure-right {
    float: left;
    padding-right: .5em;
}

.not-sure-left img, .not-sure-right img {
    vertical-align: middle;
    margin-right: .5em;
}

.not-sure-right {
    float: right;
    padding-left: 0;
}

.not-sure-need-help-popup {
    position: absolute;
    padding: 2em;
    background: transparent;
    z-index: 1;
}

.not-sure-need-help-popup .not-sure-need-help-popup-container {
    background: #FFF;
    border: 1px solid #F16128;
    border-radius: 1em;
    max-width: 34em;
}

.not-sure-need-help-popup .help-content {
    padding: 0 1em 1em 1em;
    margin-top: -2em;
}

.not-sure-need-help-popup .help-content h1 {
    font-size: 2em;
}

.not-sure-need-help-popup .button {
    background: transparent url("../images/close.png") no-repeat;
    height: 27px;
    width: 28px;
    position: relative;
    left: -14px;
    top: -13px;
}

/* Item List */
.items-wrapper-top-container {
    display: flex;
    flex-direction: column;
    clear: both;
}

.items-wrapper-top-container-link a {
    padding: .5em 2em;
    margin-bottom: 1.5em;
    display: inline-block;
    width: auto;
}

.item-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0;
}

.item-container .item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 1em;
    text-align: center;
    width: 100%;
    overflow: hidden;
    border: .1em solid #e5e5e5;
    margin: 0 0 1.85em 0;
    box-sizing: border-box;
    position: relative;
    transition: box-shadow .5s, width .5s;
}

.item-container .item:hover {
    box-shadow: 0 0 .3em #e5e5e5;
}

.item-container .item h2 {
    font-size: 1.2em;
    padding: 8px 0;
    margin: 0;
    color: #333333;
    text-transform: capitalize;
}

.item-container .item .name a {
    color: #333333;
    font-weight: bold;
}

.item-container .description {
    font-size: 1.1em;
    color: #666666;
    padding: 0em 0 .75em;
}

.item-container .product-id {
    text-align: left;
    padding-bottom: .75em;
}

.item-container .prices {
    font-size: 1em;
    color: #666666;
    font-weight: bold;
    padding-bottom: 3px;
}

.item-container .prices .you-save {
    color: #f16128;
    display: block;
}

.item-container .price-label {
    padding-right: 3px;
    color: #666666;
}

.item-container .strikethrough {
    clear: both;
    text-decoration: line-through;
    display: block;
    color: #DD0000;
}

.item-container .strikethrough .price {
    color: #666666;
}

.item-container .sale-price-label {
    /*clear: both; -- removed to fix display issue on search */
    display: block;
    color: #DD0000;
}

h1.categoryName {
    padding-top: 3px;
    color: #f16128;
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
}

.categoryLongDescription {
    padding-bottom: 5px;
}

.itemListArrangeDiv {
    float: left;
    width: 485px;
}

.itemListArrangeDiv .itemListNav {
    background-color: #DCDDDF;
    height: 19px;
    padding: 0 2px;
}

.itemListArrangeDiv .pagesMoreTable {
    float: left;
}

.itemListArrangeDiv .itemsPerPageDiv {
    float: right;
}

.itemListArrangeDiv .itemsPerPageDiv select {
    height: 19px;
}

.itemListTable .link {
    text-align: center;
}

.itemListTable h2 {
    display: none;
}

.itemListArrangeDiv h1 a {
    color: #000000;
    font-size: 12px;
}

.itemListMainDiv h2.productId,.maxSearchFacets,#includeMasterFacets {
    display: none;
}

a.detailsButton {
    border: 0 !important;
    background: transparent none;
    padding: 0;
}

.currentCategory {
    display: none;
}

.itemListTable .pricingDiv {
    margin: 2px 0 10px 0;
}

.itemListFacetsDiv {
    float: right;
    width: 222px;
    padding: 10px;
    display: none;
}

.itemListFacetsDiv h2 {
    color: #000000;
    font-size: 23px;
    margin: 0;
}

.itemListFacetsDiv h2 a {
    color: #FFFFFF;
    font-size: 8px;
}

.itemListFacetsDiv h2.label {
    font-size: 12px;
    margin: 6px 0 2px 0;
}

.itemListFacetsDiv h2.disabled {
    color: #A5A5A5;
}

.itemListFacetsDiv .searchFacet {
    height: 100px;
    overflow-y: scroll;
    padding: 5px;
}

.itemListFacetsDiv .searchFacet ul {
    margin: 0;
    padding: 0;
    list-style: none outside none;
}

.itemListFacetsDiv .searchFacet ul li {
    cursor: pointer;
    padding-left: 15px;
    background: transparent url("../images/emptyBox.png") no-repeat;
}

.itemListFacetsDiv .searchFacet ul.checkedBox li {
    background-image: url("../images/checkedBox.png");
}

.itemListFacetsDiv .searchFacet .option span {
    display: none;
}

.itemListFacetsDiv .searchFacet .option img {
    margin-right: 5px;
}

.itemListFacetsDiv .searchFacet .option  li {
    color: #000000;
}

.itemListFacetsDiv .searchFacet .option  li:hover {
    text-decoration: underline;
}

.itemListFacetsDiv .searchFacet .option.selected li {
    color: #F16029;
}

.itemListFacetsDiv .searchFacet .option.disabled li {
    color: #d5d5d5;
}

.itemListFacetsDiv .searchFacet .option.disabled li:hover {
    text-decoration: none;
    cursor: auto;
}

#clearAllItemList {
    float: right;
    margin-top: 10px;
}

.itemListFacetsDiv .searchFacetedDiv {
    padding: 5px;
}

.itemListFacetsDiv.rounded .sb-inner {
    background: #F9772B;
}

.itemListFacetsDiv.rounded .sb-border {
    background: #F16029;
}

.paging-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: .5em;
    margin-bottom: 1em;
    border: .1em solid #e5e5e5;
    background-color: #f7f7f7;
    color: #666666;
}

.paging-container select {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #FFFFFF;
    background-image: linear-gradient(90deg, #EFEFEF 0%, #FFFFFF 100%);
    background-origin: padding-box;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto auto;
    border: .1em solid #CCCCCC;
    overflow: hidden;
    padding: .2em;
}

.paging-container .showing-items {
    display: inline-block;
    padding-right: 1em;
}

.paging-container form {
    display: inline-block;
    padding-right: 1em;
}

.paging-container .paging-top, .paging-container .paging-bottom {
    text-align: right;
}

.paging-container .paging-top a {
    color: #666666;
}

.paging-container .paging-top .pages {
    display: inline-block;
}
.paging-container .pages a {
padding: 0 2px;
}
.paging-container .paging-top .pages a.selected {
    color: #CB4C0C;
}

.search-facet-container-wrapper {
    display: flex;
    background: #FFF;
}

.searchFacetedDiv-container {
	max-height: 7.3em;
	border: .1em solid #e5e5e5;
	overflow-x: hidden;
	flex-grow: 5;
}

.searchFacetedDiv-container.scroll {
    overflow-y: scroll;
    position: relative;
}

.searchFacetedDiv-container label {
    display: flex;
    align-items: center;
    border-width: .1em 0;
    border-style: solid;
    border-color: transparent;
    padding-right: .2em;
    overflow: hidden;
    cursor: pointer;
    transition: all .2s;
}

.searchFacetedDiv-container label:hover {
	color: #F16128;
	border-color: #e5e5e5;
}

.searchFacetedDiv-container label.selected {
	background: #f7f7f7;
	color: #333;
	border-color: #e5e5e5;
}

.searchFacetedDiv-container label:first-child:hover {
    border-color: transparent transparent #e5e5e5 transparent;
}

.searchFacetedDiv-container label:last-child:hover {
    border-color: #e5e5e5 transparent transparent transparent;
}

.searchFacetedDiv-container label:only-child:hover {
    border-color: transparent;
}

.searchFacetedDiv-container label.selected:hover {
	color: #333;
	background: #FFF;
}

.searchFacetedDiv-container label .facet-value-description {
    flex-grow: 2;
    padding: 0 .2em;
}

.searchFacetedDiv-container label .hit-count {
	font-size: .9em;
	color: #999;
	padding-left: .5em;
}

.searchFacetedDiv-container label .hit-count:before {
	content: '(';
}

.searchFacetedDiv-container label .hit-count:after {
	content: ')';
}

.searchFacetedDiv h2 {
    font-size: 1em;
    margin: 0;
    padding: 0;
    display: inline-block;
}

.searchFacetedDiv h2 b {
    font-weight: inherit;
}

.searchFacetedDiv .label {
    padding-top: 12px;
    padding-bottom: 4px;
    color: #666666;
    font-size: 13px;
    position: relative;
    display: block;
    text-align: left;
}

.searchFacetedDiv .label a {
	font-size: 1em;
	text-transform: lowercase;
	text-decoration: underline;
}

.searchFacetedDiv .label a:hover {
	text-decoration: none;
}

.refineSearchDiv {
    opacity: 0;
    visibility: hidden;
    height: 0;
    position: relative;
    flex: 1 1 auto;
    transition: opacity .5s, visibility .5s, height .25s;
}

.refineSearchDiv.active {
    opacity: 1;
    visibility: visible;
    height: 100%;
    transition: opacity .5s, visibility .5s, height 0s;
}

.searchFacetedDiv .small-button {
	border-radius: 13px;
	width: auto;
	height: auto;
    margin-top: 4px;
    margin-left: 62%;
	text-transform: lowercase;
	padding: 0;
	opacity: 0;
	visibility: hidden;
	max-height: 0;
	max-width: 0;
	border: 1px solid #f16128;
	transition: all .5s;
}

.searchFacetedDiv .small-button:hover {
	background: #FFF;
	color: #f16128;
}

.refineSearchDiv .small-button.active {
	opacity: 1;
	visibility: visible;
	max-height: 30em;
	max-width: 30em;
	padding: 1px 14px;
}

.searchFacetedDiv .small-button[type=submit], .searchFacetedDiv .small-button.active[type=submit],
        .searchFacetedDiv .small-button[type=button], .searchFacetedDiv .small-button.active[type=button] {
    visibility: hidden;
    opacity: 0;
    display: none;
}

.apply-button-container {
	order: 1;
}

.clear-all-container {
	opacity: 0;
	visibility: hidden;
	max-height: 0;
	transition: all .5s;
}

.clear-all-container-top {
	order: 0;
}

.clear-all-container-bottom {
    order: 2;
    margin-top: 1em;
}

.clear-all-container.active {
	visibility: visible;
	opacity: 1;
	max-height: 100%;
}

.clear-all-container .small-button {
	border: 1px solid #f16128;
	color: #f16128;
	background: #FFF;
	text-transform: none;
	border-radius: .25rem;
	height: auto;
	padding: .25rem;
    width: 100%;
    text-transform: lowercase;
    text-align: left;
	transition: all .5s;
}

.clear-all-container .small-button:hover {
	color: #FFF;
	background: #f16128;
}

.clear-all-container .small-button:active {
	border-color: #d14108;
}

.clear-all-container .small-button-span {
    position: relative;
    display: inline-block;
    min-width: calc(33% - .5rem);
}

.clear-all-container .small-button-span:after {
    content: '✕';
    position: absolute;
    right: .25rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: .8rem;
    color: #f16128;
}


.search-facets-container {
    display: flex;
    flex-direction: column;
    min-width: 18.75em;
    margin-right: 0;
    border: .1em solid #e5e5e5;
    padding: .5em;
    margin-bottom: 2em;
}

.narrow-your-search {
    color: #333;
    font-weight: bold;
    font-size: 1.75em;
    padding-bottom: 1em;
    position: relative;
}

.narrow-your-search .close {
    width: 1em;
    height: 1em;
    position: absolute;
    right: 0;
    top: -.25em;
}

.narrow-your-search .close:after {
    content: '╳';
    font-size: 1rem;
}

.itemListDataTD .addToCartButton {
    float: left;
    margin-top: -22px;
    *margin-top: -25px;
    margin-left: 90px;
    background-image: url(../images/add-to-cart-sm.png);
    width: 76px;
    height: 22px;
}

#clearAllItemList {
    cursor: pointer;
}

.selected-facets-container div {
    position: relative;
    display: inline-block;
    padding: .25rem 3rem .25rem .25rem;
    border: 1px solid #bababa;
    border-radius: .25rem;
    background: #f7f7f7;
    color: #676767;
    margin-bottom: .75rem;
    margin-right: .25rem;
    cursor: pointer;
    min-width: calc(33% - .5rem);
}

.selected-facets-container div.removing {
    opacity: .3;
}

.selected-facets-container div:after {
    content: '✕';
    position: absolute;
    right: .25rem;
    margin-top: -.15rem;
    font-size: .8rem;
}

.search-facet-container-wrapper label {
    position: relative;
}

.search-facet-container-wrapper input[type=checkbox] {
    opacity: 0;
    visibility: hidden;
}

.search-facet-container-wrapper .fancy-checkbox {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 1rem;
    height: 1rem;
    border-radius: .2rem;
    background: linear-gradient(#FFF, #CDCDCD);
}

.search-facet-container-wrapper input[type=checkbox]:checked ~ .fancy-checkbox {
    background: linear-gradient(#333, #777);
}

.search-facet-container-wrapper input[type=checkbox]:checked ~ .fancy-checkbox:before {
    content: '';
    position: absolute;
    background: #FFF;
    width: .33rem;
    height: 2px;
    top: 50%;
    left: 10%;
    transform: rotate(45deg);
    /* box-shadow: 1px 1px .05px #000, -1px -1px .05px #000; */
}

.search-facet-container-wrapper input[type=checkbox]:checked ~ .fancy-checkbox:after {
    content: '';
    position: absolute;
    background: #FFF;
    width: 2px;
    height: .6rem;
    top: calc(10% + 1px);
    left: 50%;
    transform: rotate(45deg);
    /* box-shadow: 1px 0px .05px #000, -1px -1px .05px #000; */
}

/* 3D Pages */
.tabs .tabs-container {
    display: flex;
    border-bottom: 2px solid #010101;
}

.tabs .tab {
    font-size: 1.25rem;
    padding: .75rem 2rem;
    border-width: 1px 1px 0 1px;
    border-style: solid;
    border-color: #a8a8a8;
    background: #f4f4f4;
    color: #b8b8b8;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    transition: all .5s;
}

.tabs .tab.active {
    border-color: #010101;
    background: #FFF;
    color: #010101;
}

.tabs .tab.active::after {
    content: '';
    border-width: 1rem;
    border-style: solid;
    border-color: #010101 transparent transparent transparent;
    position: absolute;
    bottom: -2rem;
    left: calc(50% - 1rem);
}

.tabs .tab:nth-child(n + 2) {
    border-left: none;
}

.tabs .tabs-content-container .tab-content {
    opacity: .5;
    visibility: hidden;
    height: 0;
    transition: none;
    overflow: hidden;
}

.tabs .tabs-content-container .tab-content.active {
    opacity: 1;
    visibility: visible;
    height: 100%;
    transition: opacity .5s, visibility .5s
}
/* End 3D Pages */

/* old left nav */
.leftNav .cartNav {
    border: 1px solid #CFCFCF;
    padding: 0px;
    width: 100%;
}

.leftNav .cartNav div {
    border: 1px solid #F9C0DA;
    padding: 5px;
    color: #456494;
    background: #CFCFCF;
    font-weight: bold;
}

.leftNav .cartNav a {
    color: #456494;
    display: block;
    font-weight: bold;
    background: transparent url(../images/basket.png) no-repeat center right;
}

.leftNav .cartNav a:hover {
    text-decoration: none;
    color: #FFFFFF;
}

.leftNav .cartNav a.second,.leftNav .cartNav a.second:hover {
    background: #CFCFCF;
}

.leftNav .cartNav a.populated {
    background: transparent url(../images/basketFull.png) no-repeat center
        right;
}

.leftNav .recentlyViewedItems h1 {
    font-size: 12px;
}

.leftNav .recentlyViewedItems h2 {
    font-size: 11px;
}

.leftNav .recentlyViewedItems h2.title {
    font-size: 12px;
}

.leftNav {
    min-width: 160px;
    width: 160px;
    overflow-x: hidden;
    border-right: 1px solid #CFCFCF;
    background-color: #A5AEB7;
}

.leftNav .leftNavDiv ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
    overflow: hidden;
    margin-top: 26px;
}

.leftNav .leftNavDiv ul li {
    width: 160px;
    background-color: #DCDDDF;
    border-bottom: 1px solid #FFFFFF;
}

.leftNav .leftNavDiv ul li a {
    color: #000000;
    line-height: 38px;
    display: block;
    padding-left: 8px;
    border-bottom: 1px solid #A5AEB7;
    font-size: 13px;
}

.leftNav .leftNavDiv ul li a:hover {
    background-color: #FFFFFF;
    text-decoration: none;
    border-bottom: 1px solid #A5AEB7;
}

.leftNav .leftNavDiv ul li.categoryMatch a {
    color: #000000;
}

.leftNav .leftNavDiv ul li.last {
    border: 0;
}

.leftNav .leftNavDiv ul li.categoryMatch a:hover {
    border-bottom: 1px solid #FFFFFF;
    color: #FFFFFF;
    background-color: #000000;
}

.leftNav .leftCategoriesTD a {
    color: #456494;
    display: block;
    text-decoration: none;
}

.leftNav .leftCategoriesTD a:hover {
    color: #355484;
    text-decoration: underline;
}

.leftNav .bordered {
    border-bottom: 1px solid #CFCFCF;
}

.leftNav .leftNavDiv ul li.categoryLevel_1 ul {
    margin-top: 0;
}

.leftNav .leftNavDiv ul li.categoryLevel_1 a:hover {
    background-color: #FFFFFF;
}

.leftNav .leftNavDiv ul li.categoryLevel_1 a.categoryMatch:hover {
    background-color: #000000;
}

.leftNav .leftNavDiv ul li.categoryLevel_2 {
    background-color: #A5AEB7;
    border: 0;
}

.leftNav .leftNavDiv ul li.categoryLevel_2 a {
    font-weight: bold;
    border: 0;
    font-size: 11px;
    line-height: 11px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.leftNav .leftNavDiv ul li.categoryLevel_2 a.categoryMatch,.leftNav .leftNavDiv ul li.categoryLevel_3 a.categoryMatch
    {
    text-decoration: underline;
}

.leftNav .leftNavDiv ul li.categoryLevel_2 a:hover {
    border: 0;
    color: #FFFFFF;
    background-color: #000000;
}

.leftNav .leftNavDiv ul li.categoryLevel_3,.leftNav .leftNavDiv ul li.categoryLevel_4
    {
    background-color: #A5AEB7;
    border: 0;
}

.leftNav .leftNavDiv ul li.categoryLevel_3 a,.leftNav .leftNavDiv ul li.categoryLevel_4 a
    {
    font-weight: normal;
    padding-left: 20px;
    border: 0;
    font-size: 11px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
}

.leftNav .leftNavDiv ul li.categoryLevel_4 a {
    font-size: 9px;
}

.recentlyViewedItems h2.title {
    border-top: 1px solid #CFCFCF;
    border-bottom: 1px solid #CFCFCF;
    margin-top: 10px;
    padding: 10px 0;
    text-align: center;
}

/* left nav end*/
.main-content {
    padding: 1em;
    min-height: 41em;
}

.page_index .main-content {
    padding: 0;
}

.rba-container {
    color: #030303;
    background: #F4F4F4;
    padding: 1em;
    margin-bottom: 2em;
}

.rba-container .title {
    display: inline-block;
    font-size: 1.2em;
    font-weight: bold;
    border-bottom: 1px solid #030303;
    padding: 0 0 .5em 0;
    margin-bottom: .5em;
}

.rba-container a {
    display: inline-block;
    padding: .5em 0;
}

.rba-container a:before {
    content: '+ ';
}

.imageBorderItemDetail {
    padding-right: 5px;
}

.imageBorderItemDetail .imgContainer {
    height: 220px;
    width: 220px;
}

.imageBorderItemDetail .imgContainer img {
    cursor: pointer;
}

.imageBorderItemDetail .imgContainerB img {
    cursor: url("../images/zoomCur.png"), pointer;
}

.imageBorderItemDetail #mainImage {
    cursor: auto;
}

.imageBorderItemDetail .colorNotice {
    padding-top: 2px;
}

.itemDetailContentTD h1 {
    margin: 0 0 4px 0;
    font-size: 16px;
}

.itemDetailContentTD h2 {
    margin: 0 0 4px 0;
    font-size: 12px;
}

.itemDetailContentTD .padding {
    padding: 5px 0;
}

.itemDetailNotice {
    font-size: 10px;
    color: #999999;
    padding: 0 80px;
}

#zoomImage {
    cursor: pointer;
    border: 0;
}

#imageZoomDiv {
    display: none;
    background: black;
    padding: 1px;
    border: 1px solid #CFCFCF;
    position: absolute;
    z-index: 1000;
}

#imageZoomDiv .thumbDiv {
    z-index: 1010;
}

.thumbDiv span img {
    border: 1px solid #adadaf;
    cursor: pointer;
    margin: 2px 4px;
}

.thumbDiv span.active img {
    border: 1px solid #CFCFCF;
}

.thumbDiv span img:hover {
    border: 1px solid #CFCFCF;
}

.page_detail .crumbs {
    padding-top: 2px;
}

.page_detail .related-items-list .item {
    width: 217px;
    margin-bottom: 20px;
}

.related-items-list .item .image {
	overflow: hidden;
	position: relative;
}

.related-items-list .item .image .not-found-item {
    width: 80px;
    height: 80px;
    background-size: contain;
    margin: auto;
}

.names-container {
    display: flex;
    flex-direction: column;
}

.names-container h1 {
    order: 1;
    text-align: left;
    text-transform: none;
    font-weight: bold;
    max-width: 95vw;
    line-height: 1.25em;
    margin-bottom: 0;
}

.names-container h2 {
    order: 3;
    text-align: left;
    padding: 0;
}

.names-container strong {
    order: 2;
    text-align: left;
    color: #AAA;
    font-weight: normal;
}

.top-detail-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.right-detail-container {
    float: left;
    width: 710px;
}

.left-banner-area {
    display: none;
}

.detail-image-container {
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.main-image-div {
    flex-grow: 1;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
    overflow: hidden;
    cursor: zoom-in;
}

.main-image-div::before {
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}

.main-image-div:hover::before {
	content: 'click to enlarge';
	position: absolute;
	height: 1rem;
	bottom: 0;
	right: 0;
	z-index: 1;
	color: #FFF;
	background: #f16128;
	width: calc(81px + 1rem);
	text-align: right;
	padding-right: 0.25rem;
	clip-path: polygon(0px 1rem, calc(81px + 1rem) 1rem, calc(81px + 1rem) 0, 1rem 0%);
	opacity: 1;
	visibility: visible;
}

.main-image-div::after {
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}

.main-image-div:hover::after {
    content: '';
    background: transparent url('../images/exploded_banner.png') no-repeat bottom right;
    width: 5rem;
    height: 5rem;
    position: absolute;
    right: 0;
    bottom: 1rem;
    opacity: 1;
    visibility: visible;
}

.middle-container {
    margin: 1em 0 0 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-bottom: .1em solid #CDCDCD;
}

.middle-container > div:first-child > * {
    border-top: .1em solid #CDCDCD;
    border-left: .1em solid #CDCDCD;
    border-right: .1em solid #CDCDCD;
}

.middle-container > div:first-child > .related-colors {
    display: inline-block;
    width: 100%;
}

.middle-container > div:first-child {
    margin-top: 1em;
}

.middle-container > *:last-child {
    order: -1;
}

.middle-container > div .not-on-mobile {
    display: none;
}

.middle-container > div {
    font-size: 1.1em;
}

.middle-container h1 {
    margin: 0;
    padding: 1.1rem 0 .945rem;
    font-size: .875rem;
    line-height: 1.5rem;
    text-align: left;
    text-transform: inherit;
    text-shadow: 0 .5px 0;
    font-size: 1.4em;
}

.middle-container h1 > *:first-child {
	padding: 0 !important;
	margin: 0 !important;
	font-size: .875rem !important;
	color: #333 !important;
	line-height: 1.5rem !important;
}

.middle-container h1 a:first-of-type, .names-container h1 a {
	color: #f16128 !important;
	text-decoration: underline;
}

.names-container h1 a {
    color: #CB4C0C;
}

.main-content .middle-container h2, .styled-like-h2 {
    font-size: 2em;
    text-align: left;
    text-transform: none;
    font-weight: bold;
    border-bottom: 1px solid #868686;
    padding: 0 0 .2em 0;
}

.middle-container .addition-colors-text {
    padding-top:7px !important;
}

.styled-like-h2, .middle-container .color .color-text span, .middle-container .addition-colors-text {
    border-bottom: 0;
    color: #000;
    display: block;
    padding: 0;
    font-weight: bold;
}

.middle-container #product-id1 {
    font-size: 1.4em;
    line-height: 1.6em;
    font-weight: normal;
}

.middle-container .color .color-text {
    color: #545556;
}

.middle-container .color .color-image {
    display: inline-block;
    padding: 2px;
    border: 3px double #CDCDCD;
    margin-top: .5em;
}

.middle-container .color .color-image:nth-child(2) {
    border: 3px solid #f16128;
    padding: 2px;
}

.middle-container .color .color-image img {
    display: block;
}

.middle-container .detail-add-to-cart {
    padding-top: .5em;
}

.detail-add-to-cart .check-price > * {
    opacity: 0;
    padding: 0 0 0 4em;
    transition: opacity .5s, padding .5s;
}

.detail-add-to-cart .check-price .found {
    opacity: 1;
    padding: 0;
    transition: none;
}

.detail-add-to-cart .check-price > form {
    opacity: 1;
    padding: 0;
}

.detail-add-to-cart .check-price.active > * {
    opacity: 1;
    padding: 0;
}

.detail-add-to-cart .item-price {
    color: #3a3a3a;
    font-size: 1.4em;
    font-weight: bold;
    padding-top: .5em;
    text-align: center;
}

.detail-add-to-cart .item-price .price-label {
    display: none;
}

.detail-add-to-cart #master-price0 {
    display: block;
}

.detail-add-to-cart .item-price .strikethrough {
    text-decoration: line-through;
    display: block;
    color: #DD0000;
}

.detail-add-to-cart .item-price .sale-price-label {
    padding-right: .5em;
    color: #DD0000;
}

.item-price .you-save, .item .you-save {
    display: block;
    color: #F16128;
    font-size: .8em;
}

.item-price .price-label {
    display: none;
}

.item .sale-price-label {
    padding-left: .5em;
}

.add-to-cart-wrapper, .icons-wrapper {
    display: block;
}

.icons-wrapper {
    align-items: center;
}

.pinterest-wrapper p {
    margin: 0;
}

.detail-add-to-cart .quantity-container {
    margin-top: 1em;
    padding: 1px 0 1px 1px;
    display: inline-flex;
    flex-wrap: wrap;
    width: 100%;
}

.detail-add-to-cart .quantity-style {
    display: inline-flex;
    align-items: center;
    background: #FFF;
    border: 1px solid #CDCDCD;
    position: relative;
    font-size: 1.4em;
}

.detail-add-to-cart .quantity-style:before {
    content: '➖';
    padding: .375em .75em;
    cursor: pointer;
}

.detail-add-to-cart .quantity-style:after {
    content: '➕';
    padding: .375em .75em;
    cursor: pointer;
}

.detail-add-to-cart .quantity-style.plus:after {
    animation: flash .5s ease-in-out;
}

.detail-add-to-cart .quantity-style.minus:before {
    animation: flash .5s ease-in-out;
}

@keyframes flash {
    20% {
        color: #f16128;
    }
}

.detail-add-to-cart .quantity-container #quantity {
    border-style: solid;
    border-width: 0 1px;
    border-color: #CDCDCD;
    width: 2.5em;
    height: auto;
    color: #333;
    font-size: 1.2em;
    line-height: 1.5em;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-weight: bold;
}

.detail-add-to-cart .quantity-container #quantity::-ms-expand {
    display: none; /* remove default arrow on ie10 and ie11 */
}

.detail-add-to-cart .quantity-container #quantity::-webkit-calendar-picker-indicator {
     display: none;
}

.detail-add-to-cart .quantity-container .medium-button, .category-choose-container a button {
    height: auto;
    padding: 0 1em;
    font-weight: bold;
    width: 100%;
    border: 0;
    font-size: 1.4em;
    line-height: 2.0em;
    background: #f16128;
}

.category-choose-container a button {
    margin: auto;
    border-radius: .2rem;
}

.detail-add-to-cart .quantity-container .medium-button {
    margin: 0 0 0 1rem;
    width: auto;
}

.add-to-cart-wrapper .icons-wrapper {
    display: flex;
    color: #F06514;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 1em;
}

.detail-add-to-cart .quantity-container label {
    padding-right: 3px;
}

.email-container input {
    border: 0;
}

.detail-add-to-cart .quantity-container input {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(188, 194, 196);
    background-color: rgb(255, 255, 255);
    height: 18px;
    text-align: center;
    width: 28px;
}

.detail-add-to-cart .opt-in {
    position: initial;
    display: flex;
    align-items: center;
    padding-top: 1em;
    font-size: .9em;
}

.detail-add-to-cart .opt-in label {
    color: #f16128;
    margin-right: .5em;
    display: flex;
    align-items: center;
}

.detail-add-to-cart .opt-in label .flex {
    display: flex;
    flex-direction: column;
    color: #333;
    font-size: 1.25em;
}

.detail-add-to-cart .opt-in img {
    margin-right: 1em;
    display: none;
}

.detail-add-to-cart .info-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 1.4rem;
	height: 1.4rem;
	border: 1px solid #CB4C0C;
	border-radius: 50%;
	background: #FFF;
}

.detail-add-to-cart .info-icon::before {
	content: 'i';
	color: #CB4C0C;
	font-family: monospace;
	font-size: 1.1rem;
}

.detail-add-to-cart:has(.info-icon:hover) .installer-info-pop, .installer-info-pop.active {
	visibility: visible;
	opacity: 1;
	z-index: auto;
}

.installer-info-pop {
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	position: absolute;
	font-size: 1.1em;
	color: #000;
	background: #FFF;
	padding: .2em .5em .2em 2em;
	border: 2px solid #CB4C0C;
	border-radius: 1em;
	transform: translate(0, -100%);
	right: 0;
	width: 20em;
	transition: opacity .25s;
}

.installer-info-pop::after {
	content: '';
	position: absolute;
	width: 5em;
	height: 5em;
	border-width: 3px;
	border-style: solid;
	border-color: transparent transparent #CB4C0C #CB4C0C;
	background: #FFF;
	clip-path: polygon(11% 0%, 112% 99%, 86% 101%, 0 100%, 0 11%); /*polygon(15% 0%, 100% 107%, 86% 100%, 0 100%, 0 13%);*/
	transform: translate(0, -48%) rotateX(60deg) rotateZ(315deg) ;
	right: 1.6em;
}

.installer-info-pop strong {
	font-size: 1.1em;
}

.installer-info-pop ul {
	list-style: disc;
}

.middle-container .resource .works-with-title {
    color: #000;
    display: inline;
    font-weight: bold;
}

.middle-container .resource .product-line {
    flex-direction:column;
    color: #545556;
    display: inline;
}

.middle-container .resources {
    margin-top: 10px;
    clear: both;
}

.middle-container .resources {
    color: #f16128;
}

.frequently-bought-together {
    border: .1em solid #CDCDCD;
    padding: 2em;
    margin-top: 2em;
}

.add-to-cart-popup .frequently-bought-together {
    clear: both;
    background: #FFF;
    border-top: .1em solid #CCC;
    padding: 0 1em 1em 1em;
    margin: 1em 0 0 0;
}

.frequently-bought-together .title {
    color: #f16128;
    font-size: 1.25em;
    padding: 0;
    margin-bottom: 1.5em;
    font-weight: bold;
    text-transform: uppercase;
}

#popupDiv .frequently-bought-together .title {
    background: #FFF;
    color: #F16128;
    text-align: left;
    padding: 0;
    margin: .5em 0;
    font-weight: bold;
}

.frequently-bought-together .add-all-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 88.5vw; /* IE Kludge */
}

.frequently-bought-together .add-all-descriptions-container {
    margin-top: 1em;
    border-top: .1em solid #CDCDCD;
}

.frequently-bought-together .add-all-container > * {
    margin-right: 1em;
}

.frequently-bought-together .add-all-container > *:last-child {
    margin-right: 0;
}

.frequently-bought-together .add-all-container .item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: .5em;
    position: relative;
    overflow: hidden;
}

.frequently-bought-together .add-all-container .item img, .frequently-bought-together .add-all-container .item .not-found-item {
    border: .2em solid #f16128;
    transition: all .5s;
}

.frequently-bought-together .add-all-container .item .not-found-item {
    width: 80px;
    height: 80px;
    background-size: contain;
}

.frequently-bought-together .add-all-container .item.disabled img {
    opacity: .5;
    border-color: transparent;
}

.frequently-bought-together .add-all-container div:nth-last-of-type(1n+4):after {
    content: '+';
    font-size: 1.5em;
    padding: 0 0 0 .5em;
    color: #f16128;
}

.frequently-bought-together .add-all-container .add-all-button {
    margin: 0 1em 0 0;
}

.frequently-bought-together .add-all-container .price {
    font-size: 1.5em;
    font-weight: bold;
}

.frequently-bought-together .add-all-container .price:before {
    content: '=';
    padding: 0 .75em 0 .5em;
}

.frequently-bought-together .large-button, .frequently-bought-together .medium-button {
    font-weight: bold;
    width: auto;
    padding: 0 1em;
    transition: all .5s;
}

.frequently-bought-together input[type=submit]:disabled {
    background: #CDCDCD;
    cursor: not-allowed;
}

.add-all-descriptions-container .description {
    font-weight: bold;
}

.add-all-descriptions-container .item {
    padding-top: .5em;
}

.add-all-descriptions-container .item:first-child .description:before {
    content: 'THIS ITEM';
    color: #f16128;
}

.add-all-descriptions-container .item > *:last-child {
    margin-right: 0;
}

.add-all-descriptions-container .item .price-label {
    padding-right: .5em;
}

.add-all-descriptions-container .item .item-price {
    font-weight: bold;
    color: #f16128;
}

.related-wrapper {
    overflow: hidden;
}


.accordions .block, .related-wrapper .block {
    border: 1px solid #F4F4F4;
    margin-top: 1.5em;
}

.accordions .block.active {
    border: 1px solid #CDCDCD;
}

.accordions .title {
    cursor: pointer;
}

.accordions .title, .related-wrapper .title {
    background-color: #F4F4F4;
    color: #333;
    text-transform: uppercase;
    padding: .5em 1em .5em 2em;
    font-weight: bold;
}

.accordions .title:before {
    content: '+';
    position: absolute;
    margin-left: -1em;
}

.accordions .active > .title {
    background-color: #F4F4F4;
    color: #111;
    border-bottom: 1px solid #CDCDCD;
    letter-spacing: .5px;
    transition: background-color .5s, color .5s;
}

.accordions .active .title:before {
    content: '–';
}

.accordions .expanding {
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    height: 0;
    transition: opacity .5s, visibility .5s, height .1s;
}

.accordions .active > .expanding {
    opacity: 1;
    visibility: visible;
    overflow: visible;
    height: 100%;
    transition: all .5s;
}

.accordions .expanding > div {
    padding: 1em;
}

.accordions .expanding p {
    font-size: 14px;
}

.accordions .expanding > div p:first-child {
    margin-top: 0;
}

.accordions ol, .accordions ul {
    padding: 0 0 0 20px;
    margin: 0;
}

/* Prevent no wraps in description for responsiveness */
.accordions .description * {
    white-space: normal !important;
}

.accordions .description img {
    max-width: 100%;
    height: auto;
}

.related-wrapper .title {
    /*animation: lookedAt 5s 3s alternate infinite;*/
    color: #f16128;
}

@keyframes lookedAt {
    from {
        color: #333;
    }
    to {
        color: #f16128;
    }
}

.resource-title {
	display:none;
}

.middle-container .color, .middle-container .related-colors, .middle-container .resource {
    padding: .5em;
    background: #EFEFEF;
    padding-top: 1em;
}

.middle-container .color .color-image:first-child {
    display: inline-block;
    border: 1px solid #f16128;
    padding: 2px;
}

.middle-container .related-color {
    display: inline-block;
}

.middle-container .color .color-image img {
    width: 2.5em;
    height: 2.5em;
}

.middle-container .related-color img {
    width: 2.5em;
    height: 2.5em;
}

.related-color-help {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-size: cover;
    opacity: 0;
    width: 0;
    height: 0;
    border: 1px solid #333;
    border-width: 0 0 1px 1px;
    border-radius: 1rem;
    box-shadow: 1px 1px 4px #9c9b9b;
    text-align: center;
    text-shadow: 1px 1px #CCC;
    z-index: 1;
    display: none;
    overflow: hidden;
    transition: height .25s, opacity .25s;
}

.related-color-help.active {
    width: 12rem;
    height: 6rem;
    margin-left: -6rem;
    margin-top: -1.2rem;
    opacity: 1;
    display: block;
    transition: opacity .25s;
}

.related-color-help div {
    font-weight: bold;
    width: 12rem;
    text-align: center;
    border-radius: 1rem 1rem 0 0;
    border-width: 1px 1px 0 1px;
    border-style: solid;
    border-color: #333;
    background: #FFF;
    box-shadow: 0 1px 4px #9c9b9b;
}

.related-color-help div span {
    background: #FFF;
}

.related-categories, .instruction-list {
    display: inline-flex;
    align-items: baseline;
    flex-wrap: wrap;
    overflow-x: auto;
}

.related-categories .category-link {
    text-align: center;
}

.half .instruction-list {
    max-width: 95vw;
}

.related-categories .category-image {
    text-align: center;
}

.instruction-list .resource, .instruction-list .video {
    text-align: center;
    padding: 0 1em 1em 0;
    min-width: 12em;
    max-width: 46vw;
}

.instruction-list img {
    max-width: 100%;
    height: auto;
}

.half .instruction-list .resource, .half .instruction-list .video {
    padding: 0 .5em .5em 0;
}

.instruction-list .resource span, .instruction-list .video span {
    display: block;
}

.tabs-container {
    clear: both;
    padding-top: 4em;
}

.tabs-container .tab-titles {
    border-bottom: 1px solid #CDCDCD;
    display: inline-block;
    width: 100%;
    height: 33px;
}

.tabs-container .tab-titles .tab {
    float: left;
    color: #AAA;
    text-transform: uppercase;
    cursor: pointer;
}

.tabs-container .tab-titles .tab.active {
    color: #000;
    cursor: auto;
    background: transparent url('../images/detail-down-arrow.png') no-repeat
        center bottom;
}

.tabs-container .tab-titles .tab .line {
    border-bottom: 4px solid transparent;
    padding: 0.8em 4em;
}

.tabs-container .tab-titles .tab.active .line {
    border-bottom: 4px solid #F16029;
}

.tabs-container .tab-content-container {
    clear: both;
    padding: 2.5em 0.25em 1em;
    overflow: auto;
}

.tabs-container .tab-content-container ul {
    list-style: disc inside none;
    font-size: 12px;
}

.tabs-container .tab-content-container .tab-content {
    line-height: 24px;
}

.middle-container .resources img {
    height: 30px;
    margin-right: 4px;
    vertical-align: middle;
    width: 22px;
}

.tabs-container img {
    margin: 0 9px;
    vertical-align: middle;
}

.tabs-container .resource img {
    display: block;
    height: 98px;
    margin: 0 auto;
    text-align: center;
    width: 81px;
}

.tabs-container .resource, .tabs-container .video {
    float: left;
}

.tabs-container .resource {
    line-height: 14px;
    text-align: center;
    width: 117px;
}

.tabs-container .video {
    width: 170px;
    text-align: center;
}

.accordions .specifications .title {
    cursor: auto;
    padding-left: 1em;
    border-width: 0 1px;
    border-style: solid;
    border-color: #EFEFEF;
    margin-top: 1em;
}

.accordions .specifications .title:first-child {
    margin-top: 0;
}

.accordions .specifications .title:before {
    content: '';
}

.tab-content-specifications .attribute {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    height: 100%;
}

.specifications .attribute .attribute-name {
    display: inline-block;
    font-weight: bold;
    white-space: nowrap;
    min-width: 13em;
    padding-top: .5em;
}

.specifications .attribute .attribute-name::after {
    content: ':';
}

.specifications .attribute .attribute-value {
    margin-left: .5em;
    margin-bottom: .33rem;
}

.tab-content-specifications .title {
    clear: left;
    color: #f16128;
    font-size: 1em;
    margin-top: 0;
    padding: 10px 0 6px;
    text-align: left;
    text-decoration: underline;
    text-transform: uppercase;
    width: 87.3%;
}

.right-nav {
    float: right;
    width: 240px;
    border-left: 1px solid #CDCDCD;
    padding-left: 1em;
    margin: 30px 0;
    align-items: center;
}

.right-nav .icons-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: transparent url('../images/share.png') no-repeat center top;
}

.right-nav .icons-wrapper input {
    border: 0;
}

.right-nav h2 {
    border-bottom: 4px solid #F16029;
    padding: 0.7em 0;
}

.right-nav .related-items-list .name h2 {
    border-bottom: none;
}

.right-nav .line-container .line {
    color: #000;
    cursor: auto;
    background: transparent url('../images/detail-down-arrow.png') no-repeat
        center bottom;
    height: 8px;
    border: none;
    padding: 0;
}

.right-nav .related-categories .category-image, .right-nav .related-categories .category-link {
    text-align: center;
    font-size: 12px;
    font-weight: bold;
}

.email-container {
    text-align: center;
}

.add-to-cart-wrapper .icons-wrapper > div {
    margin-left: .5em;
}

.email-container img {
    vertical-align: middle;
    margin-right: 8px;
}

.email-container input {
    padding: 0;
}

.email-container form {
    display: flex;
    align-items: flex-end;
}

.right-nav .video {
    text-align: center;
    padding: 10px 0;
    display: none;
}

.right-nav .video span {
    display: inline-block;
}

.right-nav .related-items-list .item {
    border-bottom: none;
    padding: 0;
}

.reviews-list-container {
    clear: both;
    margin-top: 20px;
}

.reviews-list-container h2 {
    text-align: left;
}

.tablePriceList {
    border-collapse: collapse;
}

.tablePriceList td {
    border: 1px solid #CFCFCF;
    padding: 2px 4px;
}

.reviewBox {
    padding: 5px;
}

.reviewBox .sb-inner {
    background-color: #FFFFFF;
}

.reviewBox .sb-border {
    background: #bbb;
}

.reviewsTable {
    width: 100%
}

#reviewsTable {
    margin-top: 4px;
    border-top: 1px solid #CFCFCF;
}

#reviewsTable h2 {
    color: #456494;
    font-size: 16px;
    margin: -2px 0 4px 0;
}

.itemReview {
    border-bottom: 1px solid #CFCFCF;
    padding: 2px 0;
}

.itemReview div,.itemReview strong {
    font-weight: bold;
    color: #000000;
}

#reviewsWindow {
    background: #FFFFFF;
    padding: 1px;
    border: 1px solid #CFCFCF;
    width: 500px;
    position: absolute;
    max-height: 500px;
    height: 500px;
    z-index: 100;
}

#innerReviewsWindow {
    background: #FFFFFF;
    padding: 5px;
    max-height: 471px;
    height: 471px;
    overflow-y: auto;
    overflow-x: auto;
}

.titleBarPopup {
    background: #A5AEB7 url(../images/close.png) no-repeat center right;
    color: #FFFFFF;
    font-weight: bold;
    padding: 2px 5px;
    height: 15px;
}

.main-content h2, .order-text {
    color: #000;
    font-size: 1.1em;
}

.page_detail .main-content .right-nav h2 {
    margin: 0;
}

.related-wrapper .expanding {
    overflow-x: hidden;
    max-width: calc(100vw - 2em);
}

.related-items-list {
    display: flex;
}

.related-items-list h2 a {
    font-size: 12px;
    color: #000;
    font-weight: bold;
    text-align: center;
    text-transform: capitalize;
}

.related-items-list .link {
    text-decoration: underline;
    margin-bottom: 5px;
    color: #F16029;
}

.page_detail .related-items-list .item, .related-categories .category {
    width: 50%;
    margin-bottom: 2rem;
    padding: 0 1rem;
    flex-shrink: 0;
}

.related-categories .category {
    width: 50%;
    margin-bottom: 2em;
    padding: 0;
}

.relatedItems {
    margin-top: 4px;
}

.relatedItemsDiv {
    padding-top: 10px;
}

.relatedItemsDiv .rounded {
    padding: 5px;
}

.relatedItemsDiv .rounded .sb-inner {
    background: none;
}

.relatedItemsDiv .rounded .sb-border {
    background: #E5E5E5;
}

.relatedItems h1 a {
    font-size: 12px;
    color: #000000;
}

.relatedItems h2 {
    font-size: 11px;
}

.relatedItems h2.productId {
    display: none;
}

.relatedItems h2.related {
    margin: 0 0 4px 0;
    font-size: 16px;
    color: #000000;
}

.relatedItems .itemListTable .itemListButtonTD {
    border: 0;
}

.relatedItems .priceColor {
    font-weight: normal;
}

.resources {
    border-top: 1px solid #CFCFCF;
    padding: 4px 2px;
}

.resources h2 {
    color: #456494;
}

.media-item-wrapper .resources .title, .media-item-wrapper .title {
    font-size: 1.5em;
    font-weight: bold;
    padding: 1.5em 0;
}

.resources table {
    width: 100%;
}

.resources ul.documentDownloadList {
    list-style: none outside url(../images/pdf.gif);
    float: left;
    padding-left: 40px;
    margin: 10px;
}

.resources ul.documentDownloadList li {
    padding-left: 10px;
}

.priceColor {
    color: #000000;
}

.lineThrough {
    text-decoration: line-through;
    color: #DD0000;
}

.pagesMoreTable .clickable a,.pagesMoreTable .pagingActive {
    display: block;
    padding: 2px;
    min-width: 10px;
    text-align: center;
    color: #0000FF;
}

.pagesMoreTable .clickable a:hover {
    background-color: #A5AEB7;
    text-decoration: none;
}

.pagesMoreTable .pagingActive {
    color: #000000;
}

.pagesMoreTable td {
    height: 19px;
}

.itemsPerPageTD {
    padding-left: 20px;
}

/* Basket start */
.basket {
    display: inline-block;
}

.basket .head {
    background-color: #eaebed;
    font-size: 12px;
    height: 25px;
    border-top: 1px solid #CDCDCD;
    display: none;
}

.basket .item-even,.basket .item-odd {
    display: block;
    clear: both;
    border-bottom: 1px solid #CDCDCD;
    display: inline-block;
    width: 990px;
    height: 100px;
    overflow: hidden;
    padding: 0 0 5px;
}

.basket .name-title {
    padding-left: 5px;
}

.basket .item-price-total-title {
    padding-right: 5px;
}

.basket .name-title,.basket .additional-data-title,.basket .quantity-title,.basket .price-title,.basket .undiscounted-price-title,.basket .item-price-total-title,.basket .item-undiscounted-price-total-title,.basket .delete-title,.basket .variances-title,.basket .cell-name,.basket .cell-additional-data,.basket .cell-quantity,.basket .cell-price,.basket .cell-undiscounted-price,.basket .cell-item-price-total,.basket .cell-item-undiscounted-price-total,.basket .cell-delete,.basket .cell-variances
    {
    display: inline-block;
    float: left;
    overflow: hidden;
}

.basket .name-title,.basket .cell-name {
    width: 711px;
    min-height: 1em;
}

.basket .name-title {
    width: 698px;
}

.basket .name-title,.basket .quantity-title,.basket .price-title,.basket .item-price-total-title
    {
    line-height: 25px;
    color: #585858;
    font-weight: bold;
}

.basket .additional-data-title,.basket .cell-additional-data,.basket .variances-title,.basket .cell-variances
    {
    width: 200px;
    min-height: 1em;
}

.basket .productId {
    font-size: .8em;
    color: #585858;
}

.basket .quantity-title,.basket .cell-quantity {
    width: 63px;
    min-height: 1em;
    text-align: center;
}

.page_verification .basket .cell-quantity {
    width: 20%;
}

.basket .cell-quantity {
	text-align: right;
	width: 22%;
}
.basket .cell-quantity a {
    font-size: 10px;
    color: #595858;
    padding-top: 4px;
}

.basket .cell-quantity input {
    text-align: center;
    width: 25px;
    height: 22px;
    margin-bottom: 6px;
    color: #585858;
    font-size: 11px;
}

.basket .cell-quantity,.basket .cell-price,.basket .cell-item-price-total
    {
    padding-top: 21px;
    color: #585858;
}

.basket .price-title,.basket .cell-price,.basket .undiscounted-price-title,.basket .cell-undiscounted-price
    {
    width: 100px;
    min-height: 1em;
    text-align: right;
}

.basket .cell-price .strikethrough {
    display: block;
}

.basket .item-price-total-title,.basket .item-undiscounted-price-total-title,.basket .cell-item-price-total,.basket .cell-item-undiscounted-price-total
    {
    min-height: 1em;
    text-align: right;
    float:right;
}

.basket .delete-title,.basket .cell-delete {
    width: 75px;
    min-height: 1em;
    text-align: center;
}

.page_basket .basket .delete-title,.page_basket .basket .cell-delete {
    width: 50px;
    display: none;
}

.basket .variances-title,.basket .cell-variances {
    width: 250px;
    min-height: 1em;
    display: none;
}

.page_basket .scroller .related-items-list, .page_detail .recommender-list-container .scroller .recommender-items-list {
    width: 990px;
}

.page_basket .related-items-list .item, .page_detail .recommender-list-container .scroller .item {
    padding: 2px 11px 4px;
}

.page_basket .cart-container .also {
    display: inline-block;
    margin: 40px 0;
    width: 100%;
}

 .page_detail .recommender-list-container {
    display: inline-block;
    margin: 20px 0;
    width: 100%;
 }

.page_basket .cart-container .also .item, .page_detail .recommender-list-container .scroller .item {
    width: 190px;
    border-bottom: none;
    float: left;
}

.related-category-continer {
    width: 990px;
}

.related-category-continer .category {
    float: left;
    width: 180px;
    text-align: center;
}

.related-category-continer .category .category-link {
    padding: 10px 0;
}

.related-category-continer .category:hover .category-link {
    opacity: .75;
}

.page_detail .recommender-list-container .scroller .item {
    width: 120px;
}

.page_detail .recommender-list-container .scroller .item .image {
    text-align: center;
}

.page_detail .recommender-list-container .scroller .item h2 a {
    color: #000;
    font-weight: bold;
    font-size: 12px;
}

.recommender-list-container h2.title {
    text-align: left;
    border-bottom: 1px solid #CDCDCD;
    font-size: 12px;
    padding: .8em 4em;
}

.basket .summary {
    clear: both;
    float: right;
}

.basket .summary .total {
    clear: both;
}

.basket .summary .label,.basket .summary .gst-label,.basket .summary .hst-label,.basket .summary .pst-label,.basket .summary .qst-label
    {
    width: 140px;
}

.basket .summary .label,.basket .summary .gst-label,.basket .summary .hst-label,.basket .summary .pst-label,.basket .summary .qst-label,.basket .summary .value
    {
    display: inline-block;
    float: left;
    text-align: right;
    padding: 2px 0;
}

#browser-ie-7 .basket .summary .label,#browser-ie-7  .basket .summary .gst-label,#browser-ie-7  .basket .summary .hst-label,#browser-ie-7  .basket .summary .pst-label,#browser-ie-7 .basket .summary .qst-label,#browser-ie-7 .basket .summary .value
    {
    display: inline;
}

.basket .summary .left {
    min-width: 378px;
    color: #595858;
    display: inline-flex;
    flex-wrap: wrap;
    float: none;
}

.basket .summary .right {
    float: right;
    width: 215px;
    color: #585858;
    padding-right: 18px;
}

.basket .summary .inline-discounts,.basket .summary .inline-discounts-applied
    {
    width: 300px;
    background-color: #EAEBED;
    padding: 1em;
}

.basket .summary .inline-discounts label,.basket .summary .inline-discounts-applied label
    {
    color: #585858;
    text-transform: uppercase;
    font-size: 15px;
}

#bbDiscCode {
    margin-bottom: .5em;
}

.summary .discounts-total, .summary .shipping-total, .summary .tax-total, .summary .grand-total {
    clear: left;
}

.page_basket .basket .summary .value {
    width: 55px;
    padding-left: 15px;
}

.page_verification .basket .summary {
    float: none;
    text-align: right;
}

.page_verification .basket .tax-total {
    border-bottom: 1px solid #CDCDCD;
    padding-bottom: 10px;
}

.page_verification .sub-total,.page_verification .shipping-total,.page_verification .tox-total,.page_verification .grand-total
    {
    height: 22px;
}

.page_verification .basket .summary .label,.page_verification .basket .summary .gst-label,.page_verification .basket .summary .hst-label,.page_verification .basket .summary .pst-label,.page_verification .basket .summary .qst-label,.page_verification .basket .summary .value
    {
    float: none;
}

.page_verification .cell-name .product-id {
    padding-top: 2px;
}

.basket .inline-discounts #bbDiscCode {
    font-size: 1.5em;
    margin: 0;
    width: 195px;
}

.basket .inline-discounts .small-button {
    float: right;
}

.basket .inline-discounts #bbDiscCode input {
    width: 200px;
}

.basket .buttons {
    text-align: right;
    float: right;
    border: none;
}

.basket .cell-image {
    float: left;
    padding-right: 10px;
    width: 80px;
    height: 80px;
    position: relative;
    overflow: hidden;
}

.basket .cell-name .variance {
    color: #595858;
    font-size: 14px;
}

.basket .cell-name label {
    font-size: 12px;
    color: #595858;
}

.basket .cell-name a, .basket .cell-name span {
    font-size: 14px;
    color: #f16029;
}

.basket .configured-part {
    color: #AFAFAF;
}

.basket .productId {
    font-size: 12px;
    color: #595858;
}

.page_basket .related-items-list .medium-button {
    background: #f16128;
    text-transform: uppercase;
    width: 100px;
    text-shadow: none;
    font-weight: normal;
}

.cart-container .also h2 {
    text-align: left;
    font-weight: bold;
    border-bottom: 1px solid #AAAAAA;
    clear: both;
}

.cart-container .also .name h2 {
    text-align: center;
    border-bottom: none;
}

.page_basket .also .cart-container .item {
    border-bottom: none;
    float: left;
}

.basket-container {
    margin-bottom: 35px;
    padding-bottom: 20px;
}

.discount-detail {
    display: none;
    position: absolute;
    left: 50px;
    top: 50px;
    border: solid black 1px;
    background-color: white;
    padding: 10px;
    width: 300px;
}

.discount-cell-total,.discount-cell-amount {
    width: 50px;
    float: left;
}

.discount-cell-total {
    font-weight: bold;
}

.discount-cell,.discount-cell-final {
    text-align: left;
    float: left;
    width: 250px;
}

.discount-cell-adjustment {
    color: red;
}

.discount-cell-final,.discount-cell-total {
    border-top: dashed black 1px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.discount-close {
    text-align: center;
    width: 100%;
    clear: both;
}

.original-price {
    text-decoration: line-through;
    color: #DD0000;
}

.original-price span {
    color: #000000;
}

.paypal-express-checkout img {
    width: 145px;
    height: 42px;
}

.quick-order {
    clear: both;
}

fieldset.quick-order-fields {
    text-align: center;
}

fieldset.quick-order-fields li {
    float: left;
    text-align: left;
    width: 385px;
}

fieldset.quick-order-fields li.quick-item-even {
    clear: both;
}

fieldset.quick-order-fields li input {
    width: 15em;
}

fieldset.quick-order-fields li.title-even div,fieldset.quick-order-fields li.title-odd div
    {
    width: 185px;
    float: left;
    font-weight: bold;
}

.quick-order .errorImage {
    float: right;
}

.page_basket .main-content {
    width: 990px;
    padding-left: 5px;
}

.page_basket h1 {
    font-size: 36px;
    margin-bottom: 10px;
    margin-top: 30px;
    text-align: left;
}

.basket-header {
    border-top: 1px solid #AAAAAA;
    background: #F1F2F2;
    display: inline-block;
    width: 100%;
    padding: 4px 0;
}

.basket-header div {
    float: left;
    padding: .25em 0;
    text-align: center;
    color: #666666;
    font-size: 12px;
}

.basket-header .bh2 {
    width: 723px;
    text-align: left;
    padding-left: 1em;
}

.basket-header .bh3 {
    margin-right: 50px;
}

.basket-header .bh4 {
    margin-right: 50px;
}

.replacement {
    background-color: #FFF2ED;
    margin-top: 10px;
    padding: 8px 8px 8px 15px;
    display: inline-block;
}

.replacement .container {
    width: 300px;
    float: left;
}

.replacement .container .description, .replacement .replacement-message {
    padding: 2px 0;
    color: #666666;
}

.replacement .replacement-message {
    border-bottom: 1px solid #aaa;
    margin-bottom: 5px;
}

.replacement .replacement-message span {
    color: #f16029;
    font-style: italic;
}

.replacement .container .pricingDiv, .replacement .container .productId {
    padding: 2px 0;
    color: #666666;
}

.replacement .choose {
    margin: 7px 5px 5px;
    font-weight: bold;
    color: #666666;
    background-color: #FFF;
    border: 1px solid #aaa;
    padding: 5px;
    float: right;
}

.replacement .choose .upgrade-part-title {
    color: #f16029;
}

.cart-container .doorDiv {
    float: left;
    clear: left;
    margin: 0;
    background: #F1F2F2;
    border: 0;
    padding-top: 0;
}

.cart-container .doorDiv b,.cart-container .doorDiv .sectionDiv {
    display: none;
}

.cart-container .basket {
     display: inline-block;
}

.cart-container .basket .head,.cart-container .cell-variances {
    display: none;
}

.cart-container .item,.cart-container .item {
    padding: .5em 0;
    border-bottom: 1px solid #AAA;
    display: inline-block;
    width: 990px;
}

.cart-container .cell-image {
    float: left;
    border: 1px solid #F1F2F2;
    margin-right: 10px;
    text-align: center;
}

.cart-container .cell-name {
    float: left;
    width: 408px;
    padding-top: 8px;
}

.cart-container .cell-quantity {
    float: left;
    padding: 20px 0 0 224px;
    width: 45px;
}

.cart-container .cell-quantity input {
    text-align: center;
    height: 2em;
    border-radius: 2px;
    box-shadow: 2px 2px 2px #999 inset;
}

.cart-container .update-qty {
    position: absolute;
    color: #AAA;
    cursor: pointer;
}

.cart-container .delete-item {
    color: #AAA;
    padding-top: 5px;
}

.cart-container .delete-item label {
    padding-left: 5px;
    cursor: pointer;
    text-transform: none;
}

.cart-container .delete-item input {
    margin: 0;
    padding: 0;
}

.cart-container .cell-price {
    float: left;
    text-align: right;
    width: 106px;
    padding-top: 30px;
    padding-right: 20px;
}

.cart-container .cell-item-price-total {
    float: left;
    text-align: right;
    padding: 30px 0 0 5px;
    width: 62px;
}
.cell-item-price-total-strikethrough {
    float: left;
    text-decoration: line-through;
    text-align: right;
    padding: 30px 0 0 5px;
    width: 62px;
    display: inline-block;
    float: left;
    overflow: hidden;
    width: 15%;
    min-height: 1em;
    text-align: right;
}

.cart-container .buttons {
    clear: left;
}

.cart-container .summary {
    padding: 10px 0;
    display: inline-block;
    float: right;
    width: 100%;
}

.cart-container .summary .left .inline-discounts-applied {
    background: #F1F2F2;
    padding: 1em;
    overflow: hidden;
}

.cart-container .summary .left .current-promo {
    margin-top: 5px;
}

.cart-container .summary .sub-total, .cart-container .summary .discount, .cart-container .summary .shipping, .cart-container .summary .tax {
    clear: left;
    float: right;
    display: inline-block;
    text-align: right;
    font-weight: bold;
}

.cart-container .summary .shipping {
    font-weight: bold;
}

.cart-container .summary .left > div {
    display: inline-block;
}

.cart-container .discount-list {
    margin-left: 2em;
    background-color: #F1F2F2;
}

.cart-container .discount-container {
    color: #585858;
    padding: 1em;
}

.cart-container .discount-container:before {
    content: 'Promotion Codes';
    font-size: 15px;
    text-transform: uppercase;
}

.cart-container .discount-applied {
    border-bottom: .1em solid #AAA;
    margin-top: .33em;
    display: flex;
    justify-content: space-between;
}

.cart-container .discount-applied:last-child {
    border-bottom: 0;
}

.cart-container .summary .grand-total {
    clear: right;
    float: right;
    display: inline-block;
    text-align: right;
    margin: 10px 0;
}

.cart-container .summary .label,.cart-container .summary .value {
    float: left;
}

.cart-container .summary .label {
    padding-right: 5px;
}

.cart-container .inline-discounts-applied label {
    display: block;
}

.cart-container .buttons {
    text-align: right;
    border-width: 1px 0 0 0;
    border-color: #AAAAAA;
    border-style: solid;
    padding: 1em 0;
}

.add-2-cart-popup-mobile .cart-container .buttons {
    padding: 0;
    border: 0;
}

.cart-container .continue-shopping {
    background: #F1F2F2;
    width: 300px;
    padding: 1em;
    margin-top: -28px;
    margin-bottom: 1em;
}

/* Basket end */
.liveHelpCart {
    margin-top: -15px;
    float: right;
}

h1.cartSummary {
    margin: 10px 0;
}

.basketTable {
    width: 875px;
    margin: 10px auto 0 auto;
    border: 1px solid #CFCFCF;
    border-collapse: collapse;
}

.basketTable td {
    border-bottom: 1px solid #CFCFCF;
    border: 1px solid #CFCFCF;
}

.basketTable tr.odd td {
    background-color: #F4F7F2;
}

.basketTable .basketTdBanner {
    border-bottom: 1px solid #CFCFCF;
    background-color: #DCDDDF;
}

.basketTable .replacement a {
    color: #FFFFFF;
}

.basketTable .replacement .container {
    width: 300px;
    padding: .5em;
}

.basketTable .replacement .choose {
    position: absolute;
    right: .5em;
    top: .5em;
}

.basketTable td.qty,.basketTable td.price,.basketTable td.qty-limit,.basketTable td.sub-total,.basketTable td.delete
    {
    padding-top: 1.25em;
}

.basketTable .sb-inner {
    background: #F9772B;
}

.basketTable .sb-border {
    background: #F16029;
}

.contactItemRequest {
    width: 875px;
    margin: 10px auto;
}

.contactItemRequest .rounded {
    padding: 5px;
}

.contactItemRequest .rounded .sb-inner {
    background: #E5E5E5;
}

.contactItemRequest .rounded .sb-border {
    background: #CFCFCF;
}

.giftMessageTable {
    border-top: 1px solid #CFCFCF;
    border-bottom: 1px solid #CFCFCF;
}

.add-to-cart-popup .freeShippingPromotion {
    background: #FFECE5;
    padding: .5em;
    margin: 0;
    text-align: center;
}

/* Basket end */
/* Account Start */
.page_accountCreate .billing-street-address1-li:after, .page_accountCreate .shipping-street-address1-li .note:after,
        .page_accountAddresses .street-address1-li .note:after, .page_accountAddresses input[value=B] ~ fieldset .street-address1-li:after {
    content: '(House Number & Street Name)';
    padding-left: 1em;
    color: #CDCDCD;
}

.page_accountCreate .billing-street-address1-li:after {
    position: absolute;
    margin: -1.1em 0 0 -4.5em;
}

.page_accountCreate .shipping-street-address1-li .note:after, .page_accountAddresses .street-address1-li .note:after {
    position: relative;
    top: -3.1em;
    left: 1em;
}

.page_accountCreate .shipping-street-address1-li .note:after {
    left: 1em;
}

.page_accountCreate .shipping-street-address1-li .attention, .page_accountAddresses .street-address1-li .attention {
    padding-right: 15em;
}

.page_accountAddresses .street-address1-li div {
    width: 28em;
}

.page_accountCreate .billing-street-address2-li:after, .page_accountCreate .shipping-street-address2-li:after,
        .page_accountAddresses .street-address2-li:after {
    content: '(Apt Number or Condo Number)';
    padding-left: 1em;
    color: #CDCDCD;
    position: absolute;
    margin: -1.1em 0 0 -4.5em;
}

.shipping-postal-code-li input, .billing-postal-code-li input, .postal-code-li input {
    width: 7em;
}

.shipping-postal-code-li-ca input, .billing-postal-code-li-ca input, .postal-code-li-ca input {
    width: 2.5em
}

.shipping-postal-code-li fieldset, .billing-postal-code-li fieldset {
    padding: 0;
}

fieldset#billing-postal-code, fieldset#shipping-postal-code, fieldset#postal-code {
    display: inline-block;
}

#billing-postal-code-separator:before, #shipping-postal-code-separator:before, #postal-code-separator:before {
    content: ' -';
}

.billing-postal-code-li-ca #billing-postal-code-separator:before, .shipping-postal-code-li-ca #shipping-postal-code-separator:before,
        .postal-code-li-ca #postal-code-separator:before {
    content: ' ';
}

.shipping-phone-li input[type=text], .billing-phone-li input[type=text], .phone-li input[type=text] {
    width: 3em;
}

.shipping-phone-li input[type=text]:last-of-type, .billing-phone-li input[type=text]:last-of-type, .phone-li input[type=text]:last-of-type {
    width: 10em;
}

.page_accountCreate fieldset.account-user h2 {
    display: none;
}

.page_accountCreate .email-opt-in-li, .page_accountUsers .email-opt-in-ind-li {
    display: flex;
    flex-direction: row-reverse;
}

.page_accountCreate fieldset ol li.email-opt-in-li label, .page_accountUsers fieldset ol li.email-opt-in-ind-li label,
        .page_accountCreate label.copy-checkbox-label  {
    width: auto;
    flex-grow: 10;
}

.page_accountUsers #email-opt-in-ind {
    margin-left: 12.233em;
}

.page_accountPayment .allowed-payment-types ul {
	list-style-position: inside;
}

#card-code {
    width: 4em;
}

.page_login h1 {
	color: #000;
	font-weight: bold;
}

.page_login .login {
		font-size: 1.2rem;
    padding: 2rem;
    width: 100%;
    margin: auto;
    transition: all .5s;
}

.page_login .login input:-webkit-autofill,
.page_login .login input:-webkit-autofill:hover,
.page_login .login input:-webkit-autofill:focus {
	font-size: 1.2rem;
}

.page_login .login fieldset ol li label {
		display: block;
    width: auto;
    text-align: left;
    color: #141414;
		font-size: 16px;
}

.page_login .login .attention {
    position: absolute;
    left: calc(50% + 20em);
}

.page_login .login img {
    position: absolute;
    left: calc(50% + 18em);
}

.page_login fieldset.buttons {
    float: right;
}

.forgot-password-container {
    color: #F16128;
    text-decoration: underline;
}

.login-fields label {
	text-transform: uppercase;
	margin-bottom: .25rem;
}

.login-fields .required {
	display: none;
}

.login-fields input {
	padding: .5rem;
}

.login .accountCreateCopy {
		clear: both;
    text-align: left;
		padding-top: 2rem;
}

.login .accountCreateCopy a {
    white-space: nowrap;
		display: block;
		text-align: center;
		padding: .2rem;
		font-size: 1rem;
}

.show-password {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1rem;
  height: 1rem;
  cursor: pointer;
  font-size: 1.5rem;
  line-height: 1rem;
  padding-top: .1rem;
  transform: translate(-1.5rem, calc(.4rem + 50%));
}

input[type=password]::-webkit-input-placeholder {
	letter-spacing: normal;
}

input[type=password] ~ .show-password::before {
  content: '';
  display: block;
  position: absolute;
  height: .1rem;
  width: 100%;
  background: #000;
  z-index: 1;
  transform: translateY(-.15rem) rotateZ(45deg);
}

.show-password::after {
  content: '👁';
  line-height: 1rem;
  position: absolute;
  color: #000;
  transform: translateY(-.1875rem);
}

#login-button {
	width: auto;
	height: auto;
	padding: .25rem 2rem;
}

.page_account .addresses, .page_account .dates-container, .page_account .order-history {
    margin: 30px 0;
}

.page_account .order-history {
    margin-top: 0;
    padding-top: 1em;
}

.page_account .dates-container {
    display: inline-block;
    background: #EFEFEF;
    padding: .5em;
    margin: 0;
}

.password-prompt {
    padding-top: 8px;
}

.page_account h2, .order-text {
    text-align: left;
}

.page_account .scroller-container .addresses {
    margin-top: 0;
}

.page_account .buttons, .page_account .delete, .page_account .primary {
    margin-top: 10px;
}

.page_account .main-content ul {
    list-style: none;
}

#billing-edit-button {
    margin-bottom: 10px;
}

.page_account .dates-container .buttons {
    margin-top: 0;
}

.addresses .billing {
    width: 242px;
    float: left;
}

.addresses .shipping {
    width: 726px;
    float: left;
}

.addresses div.address {
    float: left;
    padding: 5px 10px;
}

.order-history {
    clear: both;
}

.page_historyDetail .main-content h2.order-history-bakset-label {
    padding-top: 2em;
    padding-bottom: .5em;
    margin-top: 0;
}

.order-history ul li {
    list-style: none;
    padding: 2px 0;
}

.order-history ul li label, .order-tracking ul li label {
    font-weight: bold;
    color: #000;
}

.order-tracking ul li label {
    display: inline-block;
    width: 8em;
}

.tracking-number a {
    margin-left: .5em;
}

.order-history-form {
    display: block;
    margin: auto;
    padding: 1em;
    border-width: 0 3px 3px 3px;
    border-style: solid;
    border-color: #F1F2F2;
    box-sizing: border-box;
    background: #FFF;
    margin-top: -4px;
}

.order-history-form form {
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.some-times-centered {
    text-align: left;
    line-height: 1.5em;
}

.order-history-form input {
    width: 53.75%;
    font-size: 1em;
}

.order-history-form form, .order-history-form fieldset {
    width: 100%;
}

.order-history-form input[type=text] {
    width: 100%;
    text-align: center;
    padding: .5em;
}

.order-history-form input[type=text]::placeholder {
    text-transform: uppercase;
    color: #666666;
}

.order-history-form input[type=text]:-ms-input-placeholder {
    text-transform: uppercase;
    color: #666666;
}

.order-history-form .buttons {
    text-align: center;
}

.order-history-form .medium-button {
    width: 100%;
    padding: .5em 9em;
}

.page_historyDetail .order-history h2.currency {
    display: none;
}

.page_historyDetail .invoice-number a {
    text-decoration: underline;
}

.page_historyDetail .basket {
    display: table;
    width: 100%;
    border-bottom: .1em solid #CDCDCD;
    clear: both;
}

.page_historyDetail .basket .head {
    display: table-header-group
}

.page_historyDetail .basket .quantity-title {
    text-align: left;
}

.page_historyDetail .basket .item-even, .page_historyDetail .basket .item-odd {
    display: table-row;
    width: auto;
    height: auto;
}

.page_historyDetail .basket .head > div, .page_historyDetail .basket .item-even > div,
        .page_historyDetail .basket .item-odd > div {
    display: table-cell;
    width: auto;
    height: auto;
    float: none;
    padding: .5em;
}

.page_historyDetail .basket .cell-quantity {
    text-align: left;
}

.page_historyDetail .basket .item-even > div:last-child, .page_historyDetail .basket .item-odd > div:last-child {
    padding-right: 0;
}

.page_historyDetail .main-content .summary {
    padding-top: .5em;
    float: right;
    display: table;
    clear: both;
}

.page_historyDetail .main-content .summary > div {
    display: table-row;
}

.page_historyDetail .main-content .summary > div > div {
    display: table-cell;
    text-align: right;
    padding: .5em 0 .5em 2em;
}

.order-text {
    clear: left;
}

fieldset.dates {
    float: left;
    padding-top: .4em;
    margin-bottom: 2em;
}

fieldset.dates .date label {
    min-width: 5em;
    display: inline-block;
    margin-bottom: .5em;
}

fieldset.dates .date, .dates-container .buttons {
    float: left;
    margin-right: 1em;
}

fieldset.account-payment ol li label {
    display: block;
}

fieldset.account-payment ol li label.exp-month-label, fieldset.account-payment ol li label.exp-year-label {
    display: inline;
}

.page_accountCreate .exp-year-label {
    width: auto;
    margin-left: 1em;
}

.accountTable h2 {
    font-size: 16px;
    margin: 0 0 4px 0;
    color: #456494;
}

.page_account h1 a {
    font-size: 14px;
}

.page_account .left, .page_account .right {
    float: none;
}

.page_account .right {
    margin-bottom: 1em;
}

.account h2 {
    color: #F16128;
    font-size: 18px;
    text-align: left;
}

.accountTable h2 {
    font-size: 16px;
    margin: 0 0 4px 0;
    color: #456494;
}

.account-addresses div.address {
    width: 270px;
    margin-bottom: 1em;
    padding: .5em;
}

.page_accountAddresses .account-addresses div.address {
    width: auto;
}



.account-addresses .address a:not(.button-link) {
    float: right;
}

.account-addresses label {
    display: block;
}

.account-addresses .shipping-edit-button, .account-addresses .cancel-button {
    float: left;
    margin: 0 .5em .5em 0;
}

.account-addresses fieldset.delete .shipping-edit-button, .account-addresses fieldset.primary .shipping-edit-button {
    float: none;
}

.account-addresses fieldset.delete, .account-addresses fieldset.primary {
    float: left;
    margin-right: 5px;
}

.historyDetailDiv .accountTable .leftTd .shipping,.historyDetailDiv .accountTable .leftTd .billing
    {
    float: left;
    padding-right: 10px;
}

.order-history {
    display: table;
    width: 100%;
}

.order-history .head {
    border-bottom: 1px solid #CDCDCD;
    width: 100%;
    display: inline-block;
    display: table-header-group;
}

.order-history .order-even, .order-history .order-odd {
    display: table-row;
    min-height: 24px;
    clear: both;
    border-bottom: 1px solid #CDCDCD;
}

.order-history .order-even > div, .order-history .order-odd > div, .order-history .head > div {
    display: table-cell;
}

.order-history .order-odd {
    background-color: #E3E3E3;
}

.order-history .title-ordernumber,.order-history .title-recipient,.order-history .title-total,.order-history .title-date,.order-history .title-ship-status,.order-history .title-payment-status,.order-history .title-paymentstatus,.order-history .title-shippingstatus
    {
    display: inline-block;
    font-weight: bold;
    min-height: 1em;
}

.order-history .cell-ordernumber,.order-history .cell-recipient,.order-history .cell-total,.order-history .cell-date,.order-history .cell-ship-status,.order-history .cell-payment-status,.order-history .cell-paymentstatus,.order-history .cell-shippingstatus
    {
    display: inline-block;
    overflow: auto;
    padding: .25em 0;
}

.order-history .cell-recipient,.order-history .cell-total,.order-history .cell-date,.order-history .cell-ship-status,.order-history .cell-payment-status,.order-history .cell-paymentstatus {
    padding: .25em;
}

.historyDetailDiv .accountTable .leftTd .shipping,.historyDetailDiv .accountTable .leftTd .billing
    {
    float: left;
    padding-right: 10px;
}

.page_historyDetail .main-content h2, .page_orderHistoryLookupAction h2 {
    font-weight: bold;
    clear: both;
    text-align: left;
    margin: 1em 0 .5em 0;
    padding: 0;
    line-height: inherit;
}

.page_historyDetail .order-history > h2, .page_orderHistoryLookupAction h2.invoice-number {
    padding-bottom: 1em;
}

.page_historyDetail .order-history > h2.invoice-number, .page_orderHistoryLookupAction h2.invoice-number {
    border-bottom: .1em solid #CDCDCD;
}

.page_historyDetail .order-shipping-options {
    clear: left;
    padding-top: 2em;
}

.page_historyDetail .order-payment {
    float: left;
}

.order-tracking ul {
    list-style: none outside none;
}

.order-tracking label:after {
    content: ':';
}

.page_historyDetail .order-shipping-options {
    display: none;
}

.page_historyDetail .payment-status {
    color: #f16128;
    text-transform: uppercase;
}

.page_historyDetail .payment-status-label {
    color: #666666;
    display: none;
}

.page_historyDetail .card-code, .page_historyDetail .expiration-date, .page_historyDetail .card-holder {
    display: none;
}

.accountTable .rightTd {
    padding-left: 5px;
    text-align: right;
}

.accountTable .rightTd .imgDiv {
    text-align: center;
    padding-left: 26px;
}

.accountPagingTopDiv {
    padding-bottom: 2px;
    *padding-bottom: 4px;
}

.accountTable .padding {
    padding: 5px;
}

.accountTable .rounded {
    width: 175px;
}

.rightAccountNav {
    width: 175px;
    position: absolute;
    margin-left: 710px;
    margin-top: -40px;
    text-align: right;
}

.rightAccountNav .rounded {
    padding: 5px;
}

.accountTable .rounded .sb-inner,.rightAccountNav .rounded .sb-inner {
    background: none;
}

.accountTable .rounded .sb-border,.rightAccountNav .rounded .sb-border {
    background: #E5E5E5;
}

.accountTable td {
    padding-right: 5px;
}

.accountTable div {
    padding: 2px 0;
}

.accountTable .mainInfo,.accountTable .billing,.accountTable .shipping,.accountTable .payment
    {
    padding-bottom: 5px;
}

.accountTable b {
    color: #456494;
}

.accountTable .leftTd div a {
    margin-left: 15px;
    position: absolute;
    z-index: 100;
}

.accountTable .loginMessage {
    padding-top: 5px;
}

.accountTable .tableBorders {
    border-collapse: collapse;
}

.accountTable .tableBorders td,th {
    border: 1px solid #efefef;
    padding: 5px 15px;

}

.accountTable .tableBorders th {
    color: #f16029;
}

.accountTable .tableBorders .odd {
    background: #F4F7F2;
}

.orderHistorySummaryTable {
    border-collapse: collapse;
    border: 1px solid #CFCFCF;
}

.orderHistorySummaryTable td {
    padding: 8px 2px;
}

.orderHistorySummaryTable th {
    background-color: #DCDDDF;
    text-align: left;
}

.orderHistorySummaryTable th h3 {
    color: #000000;
}

.orderHistorySummaryTable td.noPadding {
    padding: 0;
}

.orderHistorySummaryTable tr.odd td,.orderHistoryDetailItemsTable tr.odd td
    {
    background-color: #F4F7F2;
}

.orderHistorySummaryTable tr:hover td {
    background-color: #DCDDDF;
    cursor: pointer;
}

.orderHistorySummaryTable tr.odd td,.orderHistorySummaryTable tr.even td
    {
    border-left: 1px solid #CFCFCF;
    border-right: 1px solid #CFCFCF;
}

.orderHistorySummaryTable tr.first td {
    border-top: 1px solid #CFCFCF;
}

.page_orderHistoryLookup h1 + div > table {
    width: 100% !important;
    height: auto !important;
    margin: 0 0 0 0 !important;
}

.order-history-lookup-order-number {
    text-transform: uppercase;
    padding-bottom: 1em;
    margin-bottom: 1em;
    border-bottom: 1px solid #B9B9B9;
}

.order-history-lookup-order-number a {
    margin-left: 1em;
    text-decoration: underline;
}

.page_orderHistoryLookupAction .main-content ul {
    list-style: none;
    margin-top: .5em;
}

.page_orderHistoryLookupAction .main-content li {
    margin-bottom: .5em;
}

.page_orderHistoryLookupAction .main-content label, .order-history-lookup-order-number label {
    font-weight: bold;
    display: inline-block;
    width: 8em;
    font-size: 14px;
    color: #000;
}

.order-history-lookup-button-container {
    text-align: center;
    padding-top: 2em;
}

.order-history-lookup-button-container .large-button {
    width: auto;
    padding: 0 2em;
}

.order-tracking lable {
    display: inline-block;
    width: 8em;
}

.page_orderHistoryLookupAction .main-content label::after {
    content: ':';
}

/* user list */
.users-list {
	padding-bottom: 1em;
}

/* primary user */
.users-list .user-even-primary-self,
.users-list .user-odd-primary-self,
.user-even-primary-inactive,
.users-list .user-even-primary,
.users-list .user-odd-primary,
.users-list .user-odd-primary-inactive,
.users-list .user-even-primary-self-editing,
.users-list .user-odd-primary-self-editing {
	font-weight: bold;
	clear: left;
}

/* even user */
.users-list .user-even,
.users-list .user-even-inactive,
.users-list .user-even-primary-self,
.users-list .user-even-editing,
.users-list .user-even-inactive-editing,
.users-list .user-even-inactive-editing,
.users-list .user-even-primary-self-editing,
.users-list .new-user-even {
	clear: left;
}

/* odd user */
.users-list .user-odd,
.users-list .user-odd-inactive,
.users-list .user-odd-primary-self,
.users-list .user-odd-editing,
.users-list .user-odd-inactive-editing,
.users-list .user-odd-inactive-editing,
.users-list .user-odd-primary-self-editing,
.users-list .new-user-odd {
	background-color: #E3E3E3;
	clear: left;
}

/* inactive users */
.users-list .user-even-inactive,
.users-list .user-odd-inactive,
.users-list .user-odd-inactive-primary,
.users-list .user-even-inactive-primary,
.users-list .user-odd-inactive-editing,
.users-list .user-odd-inactive-editing,
.users-list .user-odd-inactive-primary-editing,
.users-list .user-odd-inactive-primary-editing,
.users-list .new-user-odd-inactive {
	color: #BDBDBD;
	clear: left;
}

/* primary users */
.users-list .user-even-primary-self,
.users-list .user-odd-primary-self,
.users-list .user-even-self,
.users-list .user-odd-self,
.users-list .user-even-primary-self-editing,
.users-list .user-odd-primary-self-editing,
.users-list .user-even-self-editing,
.users-list .user-odd-self-editing {
	font-style: italic;
}

/* even editing user */
.users-list .user-even-primary-self-editing,
.users-list .user-even-self-editing,
.users-list .user-even-self-editing,
.users-list .user-even-inactive-editing,
.users-list .user-even-editing {
    clear: left;
}

/* odd editing user */
.users-list .user-odd-primary-self-editing,
.users-list .user-odd-primary-self-editing,
.users-list .user-odd-self-editing,
.users-list .user-odd-self-editing,
.users-list .user-odd-inactive-editing,
.users-list .user-odd-editing {
	background-color: #C3F3C3;
	clear: left;
}


/* head */
.users-list .head {
	height: 1.5em;
	padding-top: .25em;
}

/* head titles */
.users-list .head div {
	overflow: hidden;
	float: left;
	font-weight: bold;
}

/* user rows */
.users-list .user-even,
.users-list .user-odd,
.users-list .user-even-inactive,
.users-list .user-odd-inactive,
.users-list .user-even-inactive,
.users-list .user-even-primary-self,
.users-list .user-odd-primary-self,
.users-list .user-even-editing,
.users-list .user-odd-editing,
.users-list .user-even-inactive-editing,
.users-list .user-odd-inactive-editing,
.users-list .user-even-inactive-editing,
.users-list .user-even-primary-self-editing,
.users-list .user-odd-primary-self-editing,
.users-list .new-user-even,
.users-list .new-user-odd {
    clear: both;
    height: 24px;
    display: inline-table;
    width: 100%;
}

/* user row elements */
.users-list .last-name,
.users-list .first-name,
.users-list .email,
.users-list .last-login,
.users-list .card-ind,
.users-list .edit,
.users-list .delete {
	overflow: hidden;
	padding: 4px 2px;
	float: left;
}

.users-list .last-name-title {
	width: 128px;
}

.users-list .last-name {
	width: 124px;
}

.users-list .first-name-title {
	width: 128px;
}

.users-list .first-name {
	width: 124px;
}

.users-list .email-title {
	width: 279px;
}

.users-list .email {
	width: 275px;
}

.users-list .last-login-title {
	width: 120px;
}

.users-list .last-login {
	width: 116px;
}

.users-list .head .credit-card-title {
	width: 30px;
}

.users-list .card-ind {
	width: 26px;
}

.users-list .head .delete-title {
	width: 72px;
}

.users-list .delete {
	width: 68px;
}

.users-list .head .edit-title {
	width: 48px;
	display: none;
}

.users-list .edit {
	width: 44px;
}

fieldset.account-user {
	clear: both;
}

fieldset.account-user #phone1,
fieldset.account-user #phone2 {
	width: 3em;
}

fieldset.account-user .phone1-li,
fieldset.account-user .phone2-li,
fieldset.account-user .phone3-li,
fieldset.account-user .phone_ext-li
	{
	float: left;
}

fieldset.account-user #phone3,
fieldset.account-user #phoneExt {
	width: 4em;
}

fieldset.account-user .phone2-li label,
fieldset.account-user .phone3-li label,
fieldset.account-user .phone_ext-li label
	{
	width: auto;
}

fieldset.account-user .sync_username-li {
	clear: both;
}

fieldset.account-user input {
	width: 22em;
}

fieldset.account-user input.checkbox {
	width: auto;
	margin: 0 .3em 0 0;
}

fieldset.account-user #emailOptInInd,
fieldset.account-user #storePaymentInfoInd,
fieldset.account-user #activeInd {
	width: auto;
	margin-left: 12.25em;
}

fieldset.account-user #emailOptInInd,
fieldset.account-user #storePaymentInfoInd,
fieldset.account-user #activeInd {
	float: left;
	clear: left;
}

fieldset.account-user #emailOptInInd-label,
fieldset.account-user #storePaymentInfoInd-label,
fieldset.account-user #activeInd-label
	{
	width: auto;
}

.account-payment-container .table {
    display: table;
}

.account-payment-container .table-row {
    display: table-row;
}

.account-payment-container .table-cell {
    display: table-cell;
}
/* Account End */
/* Checkout Start */
.checkoutHistoryPast a {
    color: #FFFFFF;
    text-decoration: none;
}

.checkoutHistoryPast a:hover {
    text-decoration: underline;
}

.checkoutHistoryOn {
    color: #FFFFFF;
    font-size: 14px;
    padding-bottom: 2px;
    background-color: #4266C0;
}

.checkoutHistoryFuture {
    color: #DDDDDD;
}

.checkoutHistoryTable {
    background-color: #f16029;
    width: 100%;
    height: 27px;
}

.checkoutHistoryTable .separator {
    color: #DDDDDD;
}

.checkoutInfo {
    width: 600px;
    padding-right: 5px;
}

.checkoutNav {
    padding-left: 5px;
    border-left: 1px solid #CFCFCF;
    width: 150px;
    min-width: 150px;
    max-width: 150px;
}

fieldset.attributes .attribute-options-list ol li label {
    display: inline;
}

fieldset.attributes ol li {
    margin-bottom: 0;
}

.page_accountUsers fieldset.buttons {
    margin-top: 15px;
}

.ccTable .label,.discountApplyTable .label,.giftCertificateApplyTable .label {
    width: 110px;
}

.titlebarText a.button {
    font-size: 10px;
}

.verifyTable .padding {
    padding: 6px 0;
}

.verifyTable .label {
    white-space: nowrap;
}

.verifyTable .titleBarText {
    padding-top: 3px;
    border-bottom: 1px solid #CFCFCF;
    background-color: #DCDDDF;
    color: #000000;
    font-size: 12px;
    height: 24px;
}

.verificationTable .verifyTable h1 {
    border-top: 1px solid #CFCFCF;
    font-size: 14px;
}

.verificationTable .verifyTable h2 {
    font-size: 12px;
}

.verificationTable .basketTable {
    width: 100%;
}

.verificationTable .border table td {
    padding: 3px 10px;
}

.verificationTable .border {
    border: 1px solid #CFCFCF;
    padding: 0;
}

.verificationTable .border table td {
    padding: 3px 10px;
}

.verificationTable td.hr {
    border-top: 1px solid #CFCFCF;
}

.checkoutInfo h5 {
    font-size: 11px;
    font-weight: bold;
}

.shippingAddressesTable {
    border-color: #CFCFCF;
    border-style: solid;
    border-width: 1px 0;
}

.shippingAddressesTable tr.odd td {
    background-color: #F4F7F2;
}

.shippingAddressesTable .button {
    margin-bottom: 2px;
}

.shippingAddressesTable .addressLabel span {
    font-size: 9px;
    color: #456494;
}

.checkoutInfo .basketTable {
    border-collapse: collapse;
}

.checkoutInfo .basketTable th {
    border-color: #CFCFCF;
    border-style: solid;
    border-width: 0 0 1px 0;
}

.checkoutInfo .basketTable .address {
    font-size: 11px;
    color: #456494;
}

.checkoutInfo .basketTable .padding {
    padding: 2px 0;
}

.checkoutInfo .mainAddress {
    color: #456494;
    border-top: 1px solid #CFCFCF;
    padding: 4px 0;
}

.showErrorField {
    background-color: #EEAAAA;
}

.checkoutInfo label.button {
    padding: 1px 4px;
}

.checkoutInfo .upsStdMessage {
    border-top: 1px solid #CFCFCF;
    padding: 4px 0;
}

.checkoutInfo .estimatedShippingTotal {
    border-top: 1px solid #CFCFCF;
    padding: 4px 0;
    text-align: right;
}



/** Checkout */
.page_coOptions .co-options-container {
    width: 39%;
    margin: auto;
}

.page_coOptions .radio-group label {
    display: flex;
    margin-bottom: 1em;
}

.page_coOptions .radio-group label.active {
    font-weight: bold;
}

.page_coOptions .radio-group label input {
    margin-right: .5em;
}

.page_coOptions .radio-group label span {
    display: inline-block;
    width: 90%;
}

.page_coOptions .options-wrapper {
    border: .1em solid #f16128;
    padding: 1.5em 2em 2em;
    background: #FFEEEA;
}

.page_coOptions .options-wrapper > div > div {
    line-height: 1.3em;
    padding: .5em 0;
    font-weight: bold;
}

.page_coOptions .checkout-container .large-button {
    width: 241px;
    background-color: #f16128;
}

.page_coOptions h1 {
    color: #f16128;
    font-size: 19px;
    text-align: center;
}

.page_coOptions h2 {
    color: #f16128;
    font-weight: bold;
    margin: 0;
    padding: 0;
    line-height: inherit;
}

.page_coOptions .options-wrapper > div {
    height: 0;
    visibility: hidden;
    opacity: 0;
    transition: all .5s;
}

.page_coOptions .options-wrapper > div.active {
    height: auto;
    visibility: visible;
    opacity: 1;
}

.page_coOptions .login, .page_coOptions .proceed-to-checkout {
    text-align: center;
}

.page_coOptions .login fieldset ol li {
    margin: 1em 0 0 0;
}

.page_coOptions fieldset.buttons {
    text-align: center;
}

.page_coOptions .login fieldset.buttons input {
    margin-top: 1em;
}

.page_coOptions .login input[type=text], .page_coOptions .login input[type=password] {
    padding-left: .5em;
}

.page_coOptions h1.create-an-account-h1 {
    margin-top: 14px;
}

.small-button {
    min-width: 7em;
    background-color: #f16128;
    color: #fff;
    text-transform: uppercase;
    height: 28px;
    border: 0;
    cursor: pointer;
    font-size: 1em;
}

.page_coOptions .login label {
    font-size: 13px;
    color: #666666;
    text-align: left;
    padding-bottom: 3px;
}

.page_coOptions .returning-customers-links {
    margin: 5px 0;
}

.page_coOptions .returning-customers-links a {
    color: #CB4C0C;
    text-decoration: underline;
    font-size: 12px;
    padding: 0 2px;
}

.checkout-container .proceed-to-checkout {
    color: #666666;
    line-height: 20px;
    padding-bottom: 15px;
    padding-right: 5px;
}

.login-container h2 {
    color: #666666;
    font-size: 13px;
    margin: 5px 0;
    text-align: left;
    text-transform: none;
}

.page_coOptions .main-content .login-container {
    width: 249px;
    height: 206px;
    margin-top: 18px;
    float: right;
}

.page_coOptions .login-container .login-fields input {
    font-size: 1.3em;
    width: 92%;
    padding-left: 5px;
}

.page_shippingAndOptions h1 {
    text-transform: uppercase;
    color: #f16128;
    font-size: 32px;
    font-weight: lighter;
    text-align: left;
    padding: 20px 0;
}
/* changing nav and cart pop-up
.page_basket h1 {
  text-transform: uppercase;
  color: #4DAD4D;
  font-size: 28px;
  font-weight: normal;
}
*/
.page_shippingAndOptions h2 {
    font-size: 15px;
    color: #f16128;
    margin-bottom: 10px;
    text-align: left;
}

.page_shippingAndOptions .checkout-container {
    padding: 25px;
    border: 1px solid #EAEBED;
    margin-bottom: 30px;
    height: 525px !important;
    clear: both;
}

.page_shippingAndOptions .shipping-address legend {
    display: none;
}

.page_shippingAndOptions .checkout-container .left {
    width: 500px;
}

.page_shippingAndOptions .checkout-container .right {
    width: 420px;
    border: 1px solid #EAEBED;
    background-color: #d8ebf7;
    padding: 10px;
    margin-top: 15px;
}

.page_shippingAndOptions .checkout-container fieldset {
    clear: both;
}

.page_shippingAndOptions .buttons {
    float: right;
}

.page_login li input {
		width: 100%;
    font-size: 1rem;
}

.page_shippingAndOptions select, .page_billingAndPayment select {
    font-size: 13px;
    color: #666666;
    padding: 3px 0;
}

.page_shippingAndOptions .checkout-container .left fieldset ol li label
    {
    width: 100%;
    text-align: left;
    color: #666666;
    font-size: 12px;
    padding: 2px 0;
}

.page_shippingAndOptions .checkout-container .right fieldset ol li label
    {
    width: 380px;
    text-align: left;
    padding-left: 10px;
    color: #666666;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 15px;
}

.page_shippingAndOptions .shipping-first-name-li {
    float: left;
    width: 240px;
}

.page_shippingAndOptions .shipping-first-name-li input {
    width: 240px;
}

.page_shippingAndOptions .shipping-last-name-li {
    float: right;
    width: 240px;
}

.page_shippingAndOptions .shipping-last-name-li input {
    width: 240px;
}

.page_shippingAndOptions .shipping-street-address1-li input,.page_shippingAndOptions .shipping-street-address2-li input
    {
    width: 100%;
}

.page_shippingAndOptions .shipping-city-li input {
    float: left;
    width: 240px;
}

.page_shippingAndOptions .shipping-city-li {
    width: 240px;
    float: left;
}

.page_shippingAndOptions .shipping-states-provinces-li select {
    width: 240px;
    float: right;
}

.page_shippingAndOptions .shipping-states-provinces-li {
    width: 240px;
    float: right;
}

.page_shippingAndOptions .shipping-postal-code-li input {
    width: 240px;
}

.page_shippingAndOptions .shipping-country-li select {
    width: 240px;
}

.page_shippingAndOptions .shipping-email-li {
    float: left;
    width: 240px;
}

.page_shippingAndOptions .shipping-email-li input {
    width: 240px;
}

.page_shippingAndOptions .shipping-email-confirm-li {
    float: right;
    width: 240px;
}

.page_shippingAndOptions .shipping-method-label {
    font-weight: bold;
    color: #585858;
    font-size: 14px;
}

.page_shippingAndOptions .checkout-container .right fieldset ol li label.disabled {
    opacity: 0.16;
}

.page_shippingAndOptions .crumbs div,.page_billingAndPayment .crumbs div,.page_verification .crumbs div,.page_thankyou .crumbs div
    {
    float: left;
    padding-left: 51px;
    padding-top: 6px;
    width: 185px;
    color: #999999;
}

.page_shippingAndOptions .crumbs div.active,.page_billingAndPayment .crumbs div.active,.page_verification .crumbs div.active,.page_thankyou .crumbs div.active
    {
    color: #f16128;
}

.page_shippingAndOptions .crumbs,.page_billingAndPayment .crumbs,.page_verification .crumbs,.page_thankyou .crumbs
    {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../images/aw-sprite-968.png");
    background-origin: padding-box;
    background-repeat: repeat;
    background-size: auto auto;
    color: #595858;
    font-size: 12px;
    height: 25px;
    margin-bottom: 14px;
    padding: 0;
}

.page_billingAndPayment .crumbs {
    background-position: 0 -25px;
}

.page_billingAndPayment .first-name, .page_billingAndPayment .last-name, .page_billingAndPayment .city,
        .page_billingAndPayment .state, .page_billingAndPayment .postal-code {
    float: left;
    margin-right: .5em;
}

.page_billingAndPayment .company-name, .page_billingAndPayment .address1, .page_billingAndPayment .country {
    clear: left;
}

.page_verification .crumbs {
    background-position: 0 -50px;
}

.page_thankyou .crumbs {
    background-position: 0 25px;
    height: 25px;
    margin: 20px 0;
}

.page_thankyou .account-create-user {
    padding-top: .5em;
}

.page_thankyou .account-create-user label {
    display: block;
}

/**Billing Page**/
.page_billingAndPayment h1 {
    text-transform: uppercase;
    color: #f16128;
    font-size: 28px;
    font-weight: normal;
    float: left;
}
.page_verification h1 {
    text-transform: uppercase;
    color: #f16128;
    font-size: 17px;
    font-weight: normal;
    text-align: left;
}

.page_billingAndPayment h2 {
    font-size: 16px;
    color: #f16128;
    margin-bottom: 0;
    text-align: left;
}

.page_billingAndPayment .copy-address-fields .large-button {
    width: 240px;
}

.page_verification h2 {
    text-transform: uppercase;
    color: #f16128;
    text-align: left;
}

.page_verification .border-container h2 {
    color: #f16128;
    padding: 10px 0;
    text-align: left;
}

.page_verification .border-container .verification h2 {
    color: #f16128;
}

.page_verification h3 {
    text-transform: uppercase;
    color: #f16128;
    display: none;
}

.page_verification .checkout-container {
    margin-bottom: 30px;
}

.page_verification .buttons {
    display: flex;
}

.page_verification .buttons input[type=submit] {
    margin-left: 1em;
}

.misc-options legend {
    display: none;
}

.verification-payment .terms-info, .payment-code {
    display: none;
}

.verification-payment .po-number, .receipt-payment .po-number {
    display: none;
}

.page_billingAndPayment .checkout-container {
    padding: 15px;
    border: 1px solid #EAEBED;
    margin-bottom: 30px;
    min-height: 600px;
}

.billing-address li {
    list-style: none;
}

.page_billingAndPayment .billing-address legend {
    display: none;
}

.page_billingAndPayment .payment legend {
    display: none;
}

.payment .terms-info-li::after {
    content: "Bill to My Account";
}

.payment .terms-info-li input, .payment .terms-code-li, .payment .terms-info-li label {
    display: none;
}

.page_billingAndPayment .checkout-container .left {
    width: 500px;
    float: none;
}

.page_billingAndPayment .checkout-container .right {
    width: 480px;
    padding: 10px;
    margin-top: 10px;
    float: none;
    background-color: #fdeae4;
    border: 1px solid #CFCFCF;
}

.page_billingAndPayment .checkout-container fieldset {
    clear: both;
}

.cardholder-li label {
    margin-top: 10px;
}

.page_verification fieldset ol li label {
    width: auto;
}

.page_verification .misc-options-list li {
    display: flex;
    align-items: center;
    padding-top: 1em;
}

.page_verification .misc-options-list li input[type=checkbox] {
    width: 4em;
    height: 4em;
}

fieldset.opt-ins {
    color: #666666;
}

.opt-ins label {
    display: block;
    font-size: 1.12em;
    font-weight: bold;
    padding-bottom: .5em;
    padding-top: .2em;
    color: #f16128;
}

.opt-ins input {
    float: right;
    width: 2em;
    height: 3em;
}

.page_billingAndPayment .buttons {
    float: right;
}

.page_billingAndPayment .checkout-container .left fieldset ol li label {
    width: 100%;
    text-align: left;
    color: #585858;
    font-size: 12px;
}

.page_billingAndPayment .checkout-container .left fieldset ol li label.email-opt-in
    {
    width: 470px;
    padding-left: 5px;
}

.page_billingAndPayment .checkout-container .right fieldset ol li label
    {
    width: 445px;
    text-align: left;
    color: #585858;
    font-size: 13px;
}

.page_billingAndPayment .billing-first-name-li {
    float: left;
    width: 240px;
}

.page_billingAndPayment .billing-first-name-li input {
    width: 240px;
}

.page_billingAndPayment .billing-last-name-li {
    float: right;
    width: 240px;
}

.page_billingAndPayment .billing-last-name-li input {
    width: 240px;
}

.page_billingAndPayment .billing-street-address1-li input,.page_billingAndPayment .billing-street-address2-li input
    {
    width: 100%;
}

.page_billingAndPayment .billing-city-li {
    width: 240px;
    float: left;
}

.page_billingAndPayment .billing-city-li input {
    width: 240px;
}

.page_billingAndPayment .billing-states-provinces-li select {
    width: 240px;
}

.page_billingAndPayment .billing-states-provinces-li {
    width: 240px;
    float: right;
}

.page_billingAndPayment .billing-postal-code-li input {
    width: 240px;
}

.page_billingAndPayment .billing-country-li select {
    width: 240px;
}

.page_billingAndPayment .billing-email-li {
    width: 240px;
    float: left;
}

.page_billingAndPayment .billing-email-li input {
    width: 240px;
}

.page_billingAndPayment .billing-email-confirm-li {
    width: 240px;
    float: right;
}

.page_billingAndPayment .billing-email-confirm-li input {
    width: 240px;
}

.page_billingAndPayment .billing-method-label {
    font-weight: bold;
    color: #585858;
    font-size: 14px;
}

.page_billingAndPayment fieldset.misc-options legend {
    color: #595858;
    padding-top: 15px;
    text-transform: uppercase;
    font-size: 15px;
}

fieldset.personal-use label {
    color: #585858;
    font-size: 12px;
}

/**
.page_billingAndPayment .input-dates #exp-month {
    float:left;
    width: 50px;
}

.page_billingAndPayment .checkout-container .right fieldset.payment ol li .exp-month-label {
    float:left;
}

.page_billingAndPayment .input-dates #exp-year {
    float: left;
    width: 50px;
}

.page_billingAndPayment .checkout-container .right fieldset.payment ol li label.exp-year-label {
    float:left;
    width: 20px;
}

.page_billingAndPayment .input-dates .exp-year-label {
    width:20px;
}
**/
.page_billingAndPayment .billing-first-name-li input {
    width: 240px;
}

.page_billingAndPayment .billing-last-name-li {
    float: right;
    width: 240px;
}

.page_billingAndPayment .billing-last-name-li input {
    width: 240px;
}

.google-checkout-form input {
    border: 0px;
    outline: 0px;
}

.copy-address {
    display: inline-block;
    line-height: 17px;
    margin-bottom: 10px;
}

.page_billingAndPayment .checkout-container .left fieldset.copy-address ol li label
    {
    width: 190px;
    color: #595858;
}

.copy-address .use-for-billing-ind-label,.copyAddress input {
    float: left;
}

.page_billingAndPayment .copy-address ol li label {
    display: inline;
    float: right;
    width: auto;
}

fieldset.copy-address input {
    float: left;
    margin: 0px 5px 0 0;
}

.checkout #use-for-shipping-ind,.checkout #use-for-billing-ind {
    margin-left: 12em;
    width: auto;
}

.billing-fields label.use-for-shipping-ind,.shipping-fields label.use-for-billing-ind
    {
    width: auto;
}

.billing-fields .area-code-right,.shipping-fields .area-code-right,.billing-fields .phone-ext-label,.shipping-fields .phone-ext-label
    {
    margin-right: .5em;
}

.page_billingAndPayment .card-code-li {
    width: 100px;
    float: left;
}

.page_billingAndPayment .card-code-li input {
    width: 70px;
}

.page_billingAndPayment .checkout-container .right fieldset.payment ol li .card-code-label
    {
    width: 100px;
}

.page_billingAndPayment .cc-nbr-li {
    width: 180px;
    float: left;
}

.page_billingAndPayment .cc-nbr-li input {
    width: 160px;
}

.page_billingAndPayment .input-dates {
    clear: both;
}

.page_billingAndPayment .right fieldset ol li.input-dates label.exp-month-label
    {
    width: 50px;
    float: left;
}

.page_billingAndPayment .right fieldset ol li.input-dates label.exp-year-label
    {
    width: 0px;
    float: left;
    margin-left: 7px;
    margin-top: -17px;
}

.page_billingAndPayment .month-input {
    clear: left;
    float: left;
    width: 50px;
}

.page_billingAndPayment .month-year-input, .page_billingAndPayment .month-year-input-has-error {
    float: left;
    margin-left: 7px;
}

.page_billingAndPayment .right fieldset ol.payment-fields .input-dates img {
    float: left;
}

.misc-options-list .checkbox-box {
    position: relative;
    top: 0px;
}

/**Billing Page End**/
.checkout .attention {
    font-weight: normal;
}

.page_shippingOptions ol {
    list-style: none outside none;
}

.page_shippingOptions .checkout label,.page_shippingOptions .checkout input
    {
    float: left;
    width: auto;
    margin: 2px;
}

.page_shippingOptions .checkoutOL input {
    clear: left;
}

.ups-required-message {
    clear: both;
    padding: 1em 0;
}

.ups-required-message .center {
    text-align: center;
}

.summary .total {
    clear: both;
}

.summary .total .label,.summary .total .value {
    width: 85%;
    float: left;
}

.summary .total .label {
    width: 15%
}

.summary .inline-discounts div {
    padding-bottom: 1px;
}

.summary .grand-total {
    clear: both;
    font-weight: bold;
    margin-top: 1px;
    padding: 10px 0;
}

.page_payment .email-opt-in-label {
    width: auto;
}

.page_payment .exp-year-label {
    margin-left: 1em;
    width: auto;
}

#what-is-this {
    margin-left: .75em;
    cursor: pointer;
    font-size: 10px;
    color: #CB4C0C;
    text-decoration: underline;
}

.cvc-container-popup .head .title,.cvc-container-popup .body .row .cell {
    width: 32%;
    float: left;
    padding: .25em;
}

.cvc-container-popup .head .title {
    font-weight: bold;
    border-bottom: .1em solid #CDCDCD;
}

.cvc-container-popup .body,.cvc-container-popup .row {
    clear: both;
}

.cvc-container-popup .body .row:first-child {
    border-bottom: .1em solid #CDCDCD;
}

.cvc-container-popup .row {
    display: inline-block;
    width: 100%;
}

.cvc-container-popup img {
    max-width: 100%;
    height: auto;
}

.page_payment .attention,.page_payment li img {
    position: relative;
    background: #FFFFFF;
}

.confirmation-container .confirmation {
    margin-bottom: 1em;
}

.verification-shipping,.verification-billing,.verification-shipping-options,.verification-payment,.commit
    {
    width: 100%;
    float: right;
    margin-bottom: 1em;
}

.verification-shipping-options,.commit {
    clear: left;
}

#browser-ie-7 .verification-shipping-options,#browser-ie-7 .commit {
    clear: both;
}

.commit {
    float: right;
}

.page_verification li,.page_verification .name,.page_verification .shipping-option
    {
    list-style: none;
}

.page_verification .name, .page_historyDetail .basket .name {
    color: #F16128;
    font-size: 14px;
}

.page_verification .basket {
    border: 1px solid #CDCDCD;
    margin-bottom: 15px;
    padding: 5px 10px 0;
    font-size: 14px;
    display: block;
}

.page_verification .verification {
    display: flex;
    flex-direction: column;
}

.page_verification .basket .cell-name {
    padding-top: 5px;
    flex: 3;
    width: auto;
}

.page_verification .verification .left, .page_verification .verification .right {
    margin-bottom: 1em;
    border: 1px solid #CDCDCD;
    padding: 10px;
    flex-grow: 1;
}

.page_verification .basket .item-even,.page_verification .basket .item-odd {
    width: 100%;
    height: 100%;
    display: flex;
    margin-bottom: 1em;
}

.page_verification .border-container {
    border: 1px solid #CDCDCD;
    padding: 26px;
}

.discount-form-container {
    padding: .5em .5em 1em .5em;
    border: .1em solid #CDCDCD;
    margin-bottom: 1em;
}

#verification-back {
    background: #23538A;
    text-shadow: none;
    font-weight: normal;
    font-size: 14px;
}

.verification .email-opt-ins {
    line-height: 15px;
    margin-top: 10px;
}

#complete-order-button {
    background: url("../images/medium-button.jpg") no-repeat scroll 0 0 #F16128;
    border: 0 none;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 13px;
    height: 30px;
    text-transform: uppercase;
    width: 210px;
}

.page_thankyou {
    color: #585858;
}

.page_thankyou h1 {
    font-size: 16px;
    text-align: left;
}

.page_thankyou .confirmation-container {
    border: 1px solid #EAEBED;
    padding: 25px;
}
.page_thankyou .confirmation-container .confirmation {
    padding: 0 25px;
}
.page_thankyou .confirmation-container .account-info {
    padding: 25px;
}

.page_thankyou .confirmation-container h1 {
    padding-left: 25px;
    padding-top: 0;
}

.page_thankyou .confirmation-container .account-info h1 {
    padding-left: 0;
    padding-top: 0;
}

.page_thankyou .confirmation-container .account-info {
    background-color: #ffe7d7;
}

.page_thankyou ol.attribute-list li label {
    color: #585858;
}

.page_thankyou .order {
    color: #34AADF;
}

.page_thankyou .account h1 {
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 13px;
}

.page_thankyou .account-create {
    background-color: #D8EBF7;
    padding: 30px;
    margin-bottom: 20px;
    margin-top: 10px;
}

.page_thankyou #create-account-button {
    margin-top: 10px;
}

.page_thankyou .buttons #contact-button {
    float: right;
    width: 160px;
}

.page_verification h2 a {
    font-weight: normal;
    float: right;
    background-color: #ffebe3;
    text-decoration: underline;
    font-size: 13px;
    padding: 7px 29px;
    color: #CB4C0C;
    font-weight: bold;
}

.page_verification .commit .buttons {
    float: right;
    margin-top: 20px;
}

.page_verification .basket .item .cell.quantity,.page_thankyou .basket .item .cell.quantity,.page_historyDetail .basket .item .cell.quantity
    {
    width: 4.25%;
}

.page_verification .basket .item .cell.price,.page_thankyou .basket .item .cell.price,.page_historyDetail .basket .item .cell.price
    {
    font-weight: normal;
}

.billing-edit-link,.shipping-edit-link,.shipping-options-edit-link,.payment-edit-link
    {
    font-weight: normal;
    float: right;
    background-color: #ffebe3;
    text-decoration: underline;
    font-size: 13px;
    padding: 7px 29px;
    color: #CB4C0C;
    font-weight: bold;
}

ul.address li.first-name,ul.address li.last-name,ul.address li.city,ul.address li.state,ul.address li.province,ul.address li.postal-code,ul.address li.postal-code1,ul.address li.postal-code2,ul.address-default li.first-name,ul.address-default li.last-name,ul.address-default li.city,ul.address-default li.state,ul.address-default li.province,ul.address-default li.postal-code,ul.address-default li.postal-code1,ul.address-default li.postal-code2
    {
    display: inline-block;
    padding-right: 0em;
}

ul.address li.city:after {
    content: ',';
}

ul.address li.phone1,ul.address li.phone2,ul.address li.phone3,ul.address li.phone-ext,ul.address-default li.phone1,ul.address-default li.phone2,ul.address-default li.phone3,ul.address-default li.phone-ext
    {
    display: inline-block;
}

.comments-list #email,.comments-list #name,.comments-list #customerNumber,.comments-list #orderNumber
    {
    display: none;
}

.confirmation-container b {
    color: #F16128;
    font-size: 12px;
    font-weight: normal;
}

.page_thankyou .attributes h2 {
    color: #f16128;
    text-align:left;
}

fieldset.account-create-user label {
    color: #F16128;
    font-size: 12px;
    display: inline;
}

.page_accountCreate fieldset.account-create-user label {
    color: #595858
}

.page_accountCreate fieldset.account-create-user label {
    display: inline-block;
}

fieldset.comments-fields label {
    text-transform: uppercase;
    color: #23538A;
}

.customer-comments {
    width: 351px;
}

.comments-list label {
    width: 176px;
}

/** End Checkout */

/* Checkout End */
.page_index .footer {
    margin-top: 0;
}
.footer {
    margin: 3em auto 0;
    text-align: left;
    clear: both;
    background: #FFF;
    border-bottom: .1em solid #F1F2F2;
}

.footer img {
    max-width: 100%;
    height: auto;
}

.footer .learingCenter {
    background: #FFFFFF url(../contentImages/andersen_lc_bg.jpg) repeat-x;
    height: 145px;
    padding-top: 20px;
}

.footer .learingCenter h1 {
    color: #000000;
}

.footer .learingCenter img.floatLeft {
    margin: 10px 10px 50px 10px;
}

.footer .learingCenter .column {
    float: left;
    margin: 15px 0 0 20px;
}

.footer .learingCenter .column a {
    color: #757577;
    background: transparent url(../contentImages/orange_arrow.gif) no-repeat;
    padding-left: 15px;
    display: block;
    clear: both;
}

.footer .learingCenter .more {
    margin: 75px 0 0 65px;
    display: block;
    text-decoration: underline;
    font-size: 14px;
}

.footer .links {
    background-color: #DCDDDF;
    border-top: #000 solid 8px;
    height: 145px;
}

.footer .links .policies,.footer .links .help,.footer .andersen {
    float: left;
    margin: 15px 0 0 100px;
}

.footer .links h2 {
    color: #757577;
    text-transform: uppercase;
    font-size: 13px;
}

.footer a {
    color: #CB4C0C;
}

.belowFooter h6 a {
    color: #CB4C0C;
}

.footer .links a {
    display: block;
    color: #757577;
    margin-left: 10px;
}

.footer .footerNav {
    padding: 2em;
    margin: 0 auto;
    text-align: center;
    justify-content: space-between;
    transition: all .5s;
}

.footer .footerNav a, .footer .footerNav span {
    font-size: 1.5em;
    text-align: left;
    padding: 0 2em 1em 0;
    display: block;
    transition: all .5s;
}

.footer .footerNav span {
    color: #000;
    display: block;
    text-transform: uppercase;
    font-weight: 700;
}

.footer .footerNav .section:last-child {
    padding-top: 1.5em;
}

.footer .left, .footer .right {
    float: none;
}

.footer-container {
    font-family: "futura", "proxima-nova", Helvetica, Arial, sans-serif;
    font-weight: 400;
}

.belowFooter {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0 1em;
    margin: auto;
    box-sizing: border-box;
}

.belowFooter .left {
    display: block;
    flex-direction: column;
    margin: 2em 0;
    font-size: 1.5em;
}

.belowFooter .right {
    margin: 1em 0 2em 0;
    order: 7;
    float: none;
    font-size: 1.5em;
}

.belowFooter .left > * {
    margin-right: 0;
}

.belowFooter h6 {
    margin: 0;
    font-size: 1em;
    font-weight: lighter;
    text-align: center !important;
}

.belowFooter h6, .belowFooter a {
    color: #000;
}

.belowFooter a {
    white-space: nowrap;
    font-size: .9em;
}

.belowFooter a:hover {
    text-decoration: underline;
    text-decoration-color: #CB4C0C;
}

.belowFooter h6:first-child > span > span {
    font-size: 1.1em;
}

.belowFooter h6:last-child {
    padding-top: 1em;
    text-transform: none;
}

.belowFooter h6:nth-last-child(2) {
    text-transform: none;
}

.belowFooter .socialIcons {
    display: inline-block;
    vertical-align: middle;
}

.belowFooter .socialIcons a {
    padding: 0 5px;
    display: inline-block;
}

.belowFooter .socialIcons a:hover {
    opacity: .8;
}

.index {
    width: 100%;
}

.index .indexMiddleTD {
    width: 50%;
}

.index .indexRightTD {
    width: 50%;
}

.loginMainTable {
    width: 100%;
}

.loginMainTable .titleBarText {
    width: 100%;
    color: #f16029;
    font-weight: bold;
}

.coOptions .leftTd {
    border-right: 1px solid #CFCFCF;
}

.coOptions b {
    color: #f16029;
}

.contentDebug {
    border: 1px solid #DDDDDD;
    background: #DDDDDD;
    padding: 2px;
    display: inline-block;
    margin: .1em;
    box-sizing: border-box;
    border: .1em solid #99F;
    border-radius: .25em;
    animation: cd 5s 3s infinite alternate;
    transition: border-radius 1s;
}

@keyframes cd {
    from {
        border-color: #99F;
    }
    to {
        border-color: #9F9;
    }
}

.contentDebug:hover {
    background: #000000;
    border-radius: 1em;
}

.contentDebug a {
    transition: padding .25s;
}

.contentDebug a:hover {
    padding: 0 1em;
}

.attention,.alert,.required,.errorImage {
    color: #f16128;
}

.note {
    font-style: italic;
}

.message-group {
    margin: 10px;
    padding: .25em;
}

.message-group h2 {
    font-size: 1.5em;
    margin: 0 0 .5em 0;
}

.message-group .severe {
    border: 1px solid #AA0000;
    border-radius: 4px;
    padding: 2px 6px;
    background-color: #FFEEEE;
    color: #333;
}

.message-group .severe h2 {
    color: #AA0000;
}

.message-group .warning {
    border: 1px solid #EE0000;
    padding: 2px;
    background-color: #EEDDDD;
}

.message-group .warning h2 {
    color: #FF0000;
}

.message-group .info {
    border: 1px solid #00EE00;
    padding: 2px;
    background-color: #EEFFEE;
}

.message-group .info h2 {
    color: #009900;
}

.message-group .info div {
	text-align:center;
}

.message-group .note {
    border: 1px solid #0000EE;
    padding: 2px;
    background-color: #FFFFEE;
}

.message-group .note h2 {
    color: #000099;
}

div.promoMessage {
    padding: 1em;
    margin-bottom: 2px;
}

div.promoMessage .rounded {
    padding: 1em;
}

div.promoMessage .rounded .sb-inner {
    background: #F9772B url('../images/rounded/bg-top.jpg') repeat-x;
}

div.promoMessage .rounded .sb-border {
    background: #F16029
}

div.promoMessage div {
    color: #000000;
    font-weight: bold;
}

div.promoMessage a {
    color: #000000;
    text-decoration: none;
}

div.promoMessage a:hover {
    text-decoration: underline;
}

.flare {
    display: none;
    background: #D0D5FF;
    color: #4266C0;
    padding: 3px;
    border: 1px solid #CFCFCF;
    position: absolute;
    font-weight: bold;
}

#confirmWindow {
    position: absolute;
    border: 1px solid #f16029;
    background: #FFFFFF;
}

#confirmWindow .infoDiv {
    border: 1px solid #CFCFCF;
    padding: 10px;
    width: 280px;
}

#confirmWindow .infoDiv div {
    padding: 10px 0;
}

#confirmWindow .title {
    color: #FFFFFF;
    background: #f16029;
    padding: 2px;
    font-weight: bold;
}

.checkboxBox,.radioBox {
    border: 0;
}

.errorImage {
    text-align: center;
    vertical-align: middle;
}

.tablePriceListLabel {
    font-weight: bold;
}

.tablePriceList {
    border-collapse: collapse;
    border: 1px solid #CFCFCF;
}

.tablePriceList td {
    border: 1px solid #CFCFCF;
    padding: 4px;
}

.noBorder {
    border: 0 !important;
}

.borderBottom {
    border-bottom: 1px solid #CFCFCF !important;
}

.floatRight {
    float: right;
}

.receiptDiv {
    color: #000000;
    background-color: #FFFFFF;
}

.receiptDiv .titleBarText,.receiptDiv h1,.receiptDiv h2 {
    color: #000000;
}

.receiptDiv hr {
    color: #000000;
}

.receiptHeader {
    text-align: center;
    padding-bottom: 10px;
}

.paypalTag {
    padding: 8px 0 2px;
}

.paypalTag img {
    float: right;
}

.googleCheckout input {
    border: 0;
}

.accountCreateTable {
    width: auto;
}

.media-item-wrapper .long-description {
    padding: 1em;
}

.itemDetailTable .description {
    padding: 4px 0;
}

.expanding .description .label {
    padding-right: .25em;
}

.itemDetailTable .shortDescription {
    padding: 4px 0;
}

.itemDetailTable h2.productId {
    color: #000000;
    margin-top: 0;
    font-size: 12px;
}

.itemDetailTable .links {
    float: right;
    width: 150px;
    margin-left: 4px;
}

.itemDetailTable .links div {
    text-align: center;
    padding: 5px;
}

.itemDetailTable .links .rounded .sb-inner {
    background: none;
}

.itemDetailTable .links .rounded .sb-border {
    background: #E5E5E5;
}

.itemDetailTable .links div a {
    color: #EC732E;
}

.itemDetailTable .links div a:hover {
    text-decoration: none;
}

.itemDetailTable .data {
    padding: 0 5px;
}

.itemDetailTable .additionalData .resource {
    padding: 2px 0;
}

.itemDetailTable .additionalData .size,.itemDetailTable .additionalData .handing,.itemDetailTable .data .color,.itemDetailTable .data .related
    {
    padding: 2px 0;
}

.itemDetailTable .additionalData .size span,.itemDetailTable .additionalData .handing span
    {
    font-weight: bold;
}

.itemDetailTable .data .padding {
    padding: 5px;
}

.itemDetailTable .detailAttributesTable .colorTD {
    padding-right: 15px;
}

.itemDetailTable .data .color img {
    border: 1px solid #ADADAF;
    width: 66px;
    height: 33px;
}

.itemDetailTable .data .color span {
    font-weight: bold;
}

.itemDetailTable .data .related {
    width: 230px;
}

.itemDetailTable .data .related div span {
    font-size: 10px;
}

.itemDetailTable .data .related a img {
    width: 26px;
    height: 20px;
    border: 1px solid #ADADAF;
    margin: 0 10px 10px 0;
}

.itemDetailTable .data .related a:hover img {
    border: 1px solid #CFCFCF;
}

.itemDetailTable .data .pricingQty {
    min-height: 25px;
}

.sale-price {
    color: #DD0000;
}

.you-saved,.rounded strong.you-saved {
    color: #EC732E;
}

.rounded .you-saved {
    color: #F4F7F2;
}

.itemDetailTable .data .pricing,.itemDetailTable .data .quantity {
    float: left;
    min-height: 20px;
}

.itemDetailTable .data .priceColor {
    font-size: 16px;
    font-weight: bold;
}

.itemDetailTable .data .quantity .label {
    font-weight: bold;
}

.itemDetailTable .data .quantity {
    padding-left: 20px;
    *margin-top: -2px;
}

.itemDetailTable .data .optIn {
    text-align: left;
    clear: both;
}

.opt-in input[type=checkbox] {
    visibility: hidden;
    opacity: 0;
    position: absolute;
}

.opt-in span.checkbox {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    margin: 0 1em 0 0;
    border: .1em solid #CDCDCD;
    background: #FFF;
    border-radius: .2em;
    position: relative;
    flex-shrink: 0;
    transition: all .25s;
}

.opt-in input[type=checkbox]:checked ~ span.checkbox {
    box-shadow: 0.1em 0.1em 0.1em #777 inset;
}

.opt-in input[type=checkbox]:checked ~ span.checkbox::before {
    opacity: 1;
}

.opt-in input[type=checkbox]:checked ~ span.checkbox::after {
    opacity: 1;
}

.opt-in span.checkbox::before {
    opacity: 0;
    content: '';
    width: 1em;
    height: .25em;
    background: #f16128;
    position: absolute;
    transform: rotateZ(45deg) translateX(.5em) translateY(.5em);
    box-shadow: 0.1em 0.1em 0.1em #630;
    transition: all .25s;
}

.opt-in span.checkbox::after {
    opacity: 0;
    content: '';
    width: 2em;
    height: .25em;
    background: #f16128;
    position: absolute;
    transform: rotateZ(-45deg) translateX(0em) translateY(.6em);
    box-shadow: 0 0.1em 0.1em #630;
    transition: all .25s;
}

.opt-in span.checkbox + p {
    display: flex;
    align-items: center;
}

.opt-in span.checkbox + p:before {
    content: '';
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    background: transparent url('/images/construction_24dp_FILL0_wght400_GRAD0_opsz24.svg') no-repeat center;
    margin-right: .25rem;
    flex-shrink: 0;
}

.contact-installer-icon {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    background: transparent url('/images/construction_24dp_FILL0_wght400_GRAD0_opsz24.svg') no-repeat center;
}

.itemDetailTable #mainImage {
    border: 1px solid #adadaf;
    cursor: pointer;
}

.addToCartButton {
    background: transparent url(../images/addToCart.png) no-repeat;
    width: 129px;
    height: 30px;
    border: 0 !important;
}

.orderHistoryDetailItemsTable th,.statusTable th {
    border: 0;
    border-bottom: 1px solid #CFCFCF;
}

.orderHistoryDetailItemsTable h3.productId span.colon {
    display: none;
}

h1.name {
    margin: 0 0 4px 0;
    color: #000000;
}

.itemListTable .itemListButtonTD {
    border-bottom: 1px solid #CFCFCF;
    padding-bottom: 15px;
}

.itemListTable .itemListButtonTD .addToCartButton {
    margin-top: 10px;
    position: relative;
}

.itemListTable .itemListButtonTD div.center {
    text-align: center;
}

.itemListTable h2 {
    margin: 0 0 4px 0;
    font-size: 12px;
}

.searchHeader {
    font-weight: bold;
    font-size: 16px;
}

.searchHeader span {
    color: #f16029;
}

.numberOfItems {
    padding-top: 6px;
}

.searchFacets {
    margin-bottom: 6px;
    border-bottom: 1px solid #CFCFCF;
}

.searchFacets h2 span {
    font-size: 10px;
    cursor: pointer;
}

.searchFacets .searchFacetsTable td {
    padding: 4px 10px 4px 0;
}

.searchFacets .searchFacetsTable div {
    border-bottom: 1px solid #CFCFCF;
}

.searchFacets .searchFacetDiv {
    float: left;
    padding-right: 10px;
}

.searchFacets .searchFacetDiv ul {
    list-style: none outside;
    padding: 0;
    margin: 0;
}

.searchFacets .searchFacetDiv ul li {
    margin: 0px;
    padding: 1px 0;
}

.searchFacets .searchFacetDiv div {
    border-bottom: 1px solid #CFCFCF;
    padding: 2px 0;
}

.result-count:after {
    content: ' result(s) found';
}

br.minorPadding {
    line-height: .5em;
}

.quickOrderTable .spacer {
    width: 60px;
}

.hidden {
    display: none;
}

.invisible {
    visibility: hidden;
}

.giftReminderTable tr.odd td {
    background-color: #F4F7F2;
}

/* Ajax Search */
.searchResults {
    border: 1px solid #CDCDCD;
    padding: 2px;
    *padding-right: 18px;
    position: absolute;
    z-index: 8000;
    background: #FFFFFF;
    margin-top: -1px;
    *margin-top: -2px;
    max-height: 80px;
    overflow-y: scroll;
    overflow-x: hidden;
    max-width: 450px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .searchResults {
        margin-top: -3px;
    }
}

.searchResults ul {
    list-style: none outside;
    margin: 0;
    padding: 0;
}

.searchResults ul li a {
    display: block;
    text-decoration: none;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #FFFFFF;
}

.searchResults ul li span {
    color: #990099;
}

.searchResults ul li a:hover {
    border-color: #f16029;
}

.spinner {
    z-index: 3000;
}

.spinner-img {
    background: transparent url(../images/Clientcide/Assets/waiter/waiter.gif)
        no-repeat;
    width: 24px;
    height: 24px;
}

/* End Ajax Search */
/* FAQ */
.questionAnswers {
    border-top: 1px solid #999999;
}

.questionAnswers h1 {
    font-size: 12px;
    margin: 2px 0;
    cursor: pointer;
}

.questionAnswers .questionAnswer {
    font-size: 12px;
    border-bottom: 1px solid #999999;
}

/* FAQ End*/
.smaller {
    font-size: smaller;
}

.textLeft {
    text-align: left;
}

.thankyouTable div.thankYou {
    font-weight: bold;
    font-size: 20px;
}

.thankyouTable div.thankYou a {
    font-size: 16px;
}

.thankyouTable .esd {
    border: 1px solid #000000;
    padding: 2px;
    font-weight: bold;
}

.rightDiv {
    margin-left: 640px;
    position: absolute;
    width: 250px;
}

.rightDiv .cartSummary {
    padding: 5px;
}

.rightDiv .cartSummary td {
    padding: 2px;
}

.rightDiv .cartSummary tr.total td {
    padding: 2px 2px 10px;
    border-top: 1px solid #E5E5E5;
}

.rightDiv .rounded .sb-inner {
    background: none;
}

.rightDiv .rounded .sb-border {
    background: #E5E5E5;
}

.rightDiv .liveHelp {
    margin-top: 20px;
    position: relative;
    text-align: center;
}

.checkoutTable .label {
    text-align: right;
    padding-right: 10px;
}

.checkoutTable .other {
    padding-left: 80px;
}

.receiptBody {
    background: #FFFFFF;
}

.receiptBody .categoryHistoryTable {
    display: none;
}

.receiptBody .receiptDiv {
    width: 900px;
    margin: 0 auto;
}

#waiterDiv {
    z-index: 1000;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: fixed;
}

#waiterDiv .transparent {
    width: 100%;
    height: 100%;
    background-color: #333;
    opacity: .9;
}

#waiterDiv .content {
    width: 300px;
    height: 100px;
    background: transparent url(../images/8-1.gif) no-repeat center center fixed;
}

#waiterDiv.popup-showing .content {
    background: inherit;
}

.page_category.id-formatter-page #waiterDiv .content:after {
    content: ' Loading product details...please do not close your browser or navigate to another web page during this process. ';
    position: fixed;
    color: #000;
    background: #FFF;
    width: 100%;
    top: calc(50% - 6em);
    left: 0;
    text-align: center;
    font-size: 1.5em;
    padding: 1em;
    border: .1em solid #F06514;
    box-sizing: border-box;
}

.page_category.id-formatter-page #waiterDiv.popup-showing .content:after {
    content: '';
    padding: 0;
    border: 0;
}

.page_detail.id-formatter-page #waiterDiv .content:after {
    content: ' Fetching price...please do not close your browser or navigate to another web page during this process. ';
    position: fixed;
    color: #000;
    background: #FFF;
    width: 100%;
    top: calc(50% - 6em);
    left: 0;
    text-align: center;
    font-size: 1.5em;
    padding: 1em;
    border: .1em solid #F06514;
    box-sizing: border-box;
}

.page_detail.id-formatter-page #waiterDiv.popup-showing .content:after {
    content: '';
    padding: 0;
    border: 0;
}

.noMarginOrPadding {
    margin: 0 !important;
    padding: 0 !important;
}

.contactLiveHelp {
    width: 135px;
    float: right;
}

.contactUsMiddle {
    float: left;
    width: 600px;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.clear {
    clear: both;
}

.couponInBasketTable {
    display: block;
}

.showCCInfoLink {
    cursor: pointer;
    color: #F16029;
    text-decoration: underline;
}

.showCCInfoBox {
    background-color: #FFFFFF;
    border: 2px groove;
    display: none;
    height: 400px;
    left: 300px;
    margin-top: -400px;
    padding: 10px;
    position: absolute;
    width: 600px;
    z-index: 100;
}

.zoom-container {
    background: #FFF;
    z-index: 100;
    border: 2px groove;
}

.giftWrap {
    display: none;
}

/* Search Page */
.page_search h1 {
    clear: both;
}

.page_search .main-content .searchFormDiv form {
    float: left;
}

.page_search .main-content .searchFormDiv {
    clear: both;
    margin: 0 auto;
    width: 319px;
}

.no-results {
	margin: auto;
}

.page_search .main-content .no-results {
    font-size: 1.2em;
}

.page_search .main-content .no-results p {
    margin: 1em 0;
    line-height: 21px;
    font-size: 15px
}

.no-results .facet-message {
    padding: 1em 0;
}

.page_search .search-text {
    margin: 15px 0 10px;
}

.page_search .main-content p {
    margin: 0;
    line-height: 21px;
}

.search-questions {
    clear: both;
    padding-top: 20px;
    text-align: center;
}

.search-questions h3 {
    font-weight: normal;
}

.search-questions p {
    color: #F16128;
    font-size: 20px;
    font-weight: bold;
    margin-top: 1px;
}

/* Search Page END */

/* Contact Us Page */
.mainDiv.pagecontact {
    color: #545556;
    font-size: 14px;
}

.mainDiv.pagecontact b {
    clear: both;
    color: #333333;
    font-size: 48px;
    padding: 25px 0;
    text-align: center;
}

/* Size Grid */
.sizeGrid {
    border-collapse: collapse;
}

.grid-top {
    display: inline-block;
    width: 100%;
}

.grid-top .left {
    float: left;
    font-size: 15px;
    line-height: 21px;
    padding-top: 5px;
    width: 445px;
}

.grid-top .right {
    padding-bottom: 5px;
}

.grid .width-header {
    height: 37px;
}

.grid .td.normal.no-data {
    background: radial-gradient(#FFF 55%, #F3F3F3);
}

.grid-ask-continer .title:before {
    content: 'Your Selection';
    font-weight: bold;
}

.page_content h1 {
    font-size: 30px;
}

/*3D Image Pages*/

a.exterior {
    display: block;
}

.exterior {
    display: none;
}

.view p {
    font-size: 1.5em;
}

.model_view_table {
    border-bottom: 1px solid #cdcdcd;
}

h3.select_view {
    color: #7a7a7a;
    font-size: 1.3em;
    font-weight: normal;
    margin-bottom: 10px;
    margin-top: 15px;
    text-align: center;
}

/* area#3D_hover:hover {
    opacity: 0.5;
}

#3D_view .interior, #3D_view .exterior {
    border-top: 1px solid #cdcdcd;
}
 */
.model_view td {
    background-color: #f16128;
    /*
    border-left: 1px solid #efefef;
    border-radius: 2px 2px 0 0;
    border-right: 1px solid #efefef;
    border-top: 1px solid #efefef;
    border-bottom: 5px solid transparent;
    */
    padding: 10px 0;
    text-align: center;
    width: 150px;
}

.model_view td:hover {
    /*border-bottom: 5px solid #e5e3e4;*/
    opacity: 0.9;
}

.model_view td:hover {
    /*border-bottom: 5px solid #e5e3e4;*/
    box-shadow: none;
}

.model_view td h3 {
    font-size: 1.3em;
    padding-top: 5px;
}

.model_view td h3 a {
    color: #fff;
}

.view {
    position: relative;
}

.main-content .interior-label {
    color: #8e8c8d;
    font-size: 2.5em;
    left: 30px;
    position: absolute;
    top: 224px;
    z-index: 1;
}

.main-content .exterior-label {
    color: #8e8c8d;
    font-size: 2.4em;
    left: 36px;
    position: absolute;
    top: 958px;
    z-index: 1;
}

.main-content .stationary-label {
    color: #8e8c8d;
    font-size: 2.4em;
    left: 36px;
    position: absolute;
    top: 958px;
    z-index: 1;
}

.main-content .interior-label-wcase {
    color: #8e8c8d;
    font-size: 2.5em;
    left: 75px;
    position: absolute;
    top: 224px;
    z-index: 1;
}

.main-content .exterior-label-wcase {
    color: #8e8c8d;
    font-size: 2.25em;
    left: 351px;
    position: absolute;
    top: 923px;
    z-index: 1;
}

.main-content .stationary-label-wcase {
    color: #8e8c8d;
    font-size: 2.25em;
    left: 600px;
    position: absolute;
    top: 1547px;
    z-index: 1;
}


.main-content .exterior-label-fwg {
    color: #8e8c8d;
    font-size: 2.4em;
    left: 36px;
    position: absolute;
    top: 1078px;
    z-index: 1;
}

.main-content .interior-label-fwh {
    color: #8e8c8d;
    font-size: 2.5em;
    left: 69px;
    position: absolute;
    top: 224px;
    z-index: 1;
}

.main-content .exterior-label-fwh {
    color: #8e8c8d;
    font-size: 2.4em;
    left: 69px;
    position: absolute;
    top: 907px;
    z-index: 1;
}

.main-content .exterior-label-hpd {
    color: #8e8c8d;
    font-size: 2.4em;
    left: 69px;
    position: absolute;
    top: 194px;
    z-index: 1;
}

.main-content .casementView .exterior-label {
    top: 952px;
}

.main-content .stationary-label {
    color: #8e8c8d;
    font-size: 2.4em;
    left: 556px;
    position: absolute;
    top: 1577px;
    z-index: 1;
}

.main-content .w-stationary-label {
    color: #8e8c8d;
    font-size: 2.4em;
    left: 556px;
    position: absolute;
    top: 1470px;
    z-index: 1;
}

.main-content .stationary-int-label {
    color: #8e8c8d;
    font-size: 2.4em;
    left: 388px;
    position: absolute;
    top: 1478px;
    z-index: 1;
}

.main-content .tw-interior-label {
    color: #8e8c8d;
    font-size: 2.15em;
    left: 105px;
    position: absolute;
    top: 224px;
    z-index: 1;
}

.main-content .tw-exterior-label {
    color: #8e8c8d;
    font-size: 2.15em;
    left: 108px;
    position: absolute;
    top: 823px;
    z-index: 1;
}

#mapster_wrap_0 {
    margin: 0 auto;
}

.hover-3d img {
    width: 95vw;
    max-width: 100%;
    height: auto;
}

/*3D Image Pages END*/

/** Thank you */
.printable .basket {
    display: table;
    width: 100%;
    margin-bottom: .25em;
}
.printable .basket .head {
    display: table-header-group !important;
}
.printable .basket .quantity-title {
    text-align: right;
}
.printable .item-even, .printable .item-odd {
    display: table-row;
    width: auto !important;
    height: auto !important;
}
.printable .head > div, .printable .item-even > div, .printable .item-odd > div {
    display: table-cell;
    float: none !important;
    width: auto !important;
    padding: 0;
}
.printable .item-even > div, .printable .item-odd > div {
    border-bottom: .1em solid #CDCDCD;
    padding: .5em;
}
.printable .item-even > div:first-child {
    padding: .5em .5em .5em 0;
}
.printable .item-odd > div:first-child {
    padding: .5em .5em .5em 0;
}
.printable .item-even > div:last-child {
    padding: .5em 0 .5em .5em;
}
.printable .item-odd > div:last-child {
    padding: .5em 0 .5em .5em;
}
.printable .summary > div {
    display: flex;
    padding: .25em 0;
}
.printable .summary > div > div:first-child {
    flex-grow: 2;
    padding-right: 2em;
}
.printable .summary {
    float: right;
}
.printable .receipt {
    display: flex;
}
.printable .receipt .receipt-shipping {
    margin-right: 2em;
}
.printable ul li {
    list-style: none;
}
.printable  h2 {
    text-align: left;
    margin-top: 0 !important;
}
.printable  h3 {
    display: none;
}
@media screen {
    .printable {
        display: none;
    }
}
@media print {
    .free-shipping-msg-container {
        display: none;
    }
    .top-nav-section1-wrapper .order-status-container, .top-nav-section1-wrapper .live-help-container, .top-nav-section1-wrapper .basket-icon, .footer {
        display: none;
    }
    #print-order-button {
        display: none;
    }
    h1, h2 {
        color: #666666;
    }
    .printable {
        display: block;
    }
    .crumbs {
        display: none;
    }
    .header {
        display: none;
    }
    body {
        background: none;
    }
    .footer {
        display: none;
    }
    .header-checkout {
        display: none;
    }
    .main-content {
        box-shadow: none;
    }
    .printable .confirmation, .printable h1 {
        display: none;
    }

    .header-checkout .logo-div {
        display: block;
    }

    .receipt-order-number a {
        display: none;
    }

    .receipt-order-number, .receipt-date {
        font-size: 16px;
    }

    ul li {
        list-style: none;
    }
    .confirmation {
        padding: 0 0 1em 0 !important;
    }
    .page_thankyou .confirmation-container {
        border: none;
    }

    .quantity {
        display: none;
    }
    h3 {
        display: none;
    }

    .basket {
        max-width: 1038px;
    }

    .basket .name-title, .basket .cell-name {
        min-height: 1em;
        width: 300px;
        word-wrap: normal;
        clear: both;
    }

    .basket .cell-quantity, .basket .cell-item-price-total {
        padding-top: 0;
    }

    .basket .cell-item-price-total, .basket .cell-quantity {
        width: 120px;
    }

    .basket .cell-quantity span {
        display: none;
    }
    .basket .item-even, .basket .item-odd {
        height: 20px;
        padding: 10px 0;
    }
    .basket .description {
        width: 375px;
        float: left;
    }

    .topNav .top-nav-category-container, .topNav .search-and-cart, .topNav .searchFormDiv, .footer, .belowFooter, .cell-price, h1 {
        display: none;
    }

    .basket .head {
        display: block;
        border: none;
    }

    .basket .head .name-title {
        width: 700px;
    }

    .basket .head .item-price-total-title {
        width: 145px;
    }

    .basket .additional-data-title {
        width: 0;
    }

    .basket .price-title {
        display: none;
    }

    .basket .item-even, .basket .item-odd {
        width: 915px;
    }
    .receipt h2 {
        text-align: left;
        margin-top:30px;
    }
    .basket .cell-price {
        display: none;
    }

    .account-info {
        display: none;
    }

    .page_historyDetail .basket .cell-name {
        width: 500px;
    }

    .page_historyDetail .basket .additional-data-title {
        width: 200px;
    }

    .page_historyDetail .basket .cell-quantity {
        width: 63px;
        text-align: center;
    }
    .page_historyDetail  .basket .item-even, .page_historyDetail  .basket .item-odd {
        width: auto;
    }

} /* end media print */

.removeFormDiv {
	padding-top: 20px;
}

.verisignSeal {
	display:inline-table;
}

.top-nav-section1-wrapper .content-area-header-container {
    position: absolute;
    left: 333px;
    top: -20px;
    border: 0;
}

.content-area-header-container p span {
    font-size: 13px;
}

.contactH1 {
		color: #4d4d4d;
    font-family: "proxima-nova-n4","proxima-nova",sans-serif;
    font-size: 52px;
    font-weight: 400;
    line-height: 52px;
    margin: 20px 0 13px;
}

.contact-div {
	color:#000;
	text-align:center;
	font-size: 16px;
	width:100%;
}

.contact-div .line {
    padding: 10px 0;
}

.contactBody {
	 text-align:center;
	 font-size:14px;
}

.page_contactUs .content-container-wrapper-div {
	width:100%;
}



.page_contactUs .main-content{
	width:100%
}

.page_contactUs .main-content h3, p {
	font-size: 14px;
	line-height: 1.75;
}

.line {
	border-bottom:1px solid #e5e5e5;
	padding:25px 0px;
	margin-bottom: 8px;
}

.line h3 {
	font-size:14px;
}

.quantity-container input {
    width: 25px;
    margin-bottom: 5px;
    text-align: center;
}

.middle-container .quantity-container input {
    width: auto;
    margin-bottom: 0;
}

.learning-center-container {
    overflow: hidden;
    position: relative;
}

.learning-center-nav {
    display: inline-block;
}

.learning-center-nav div {
    font-size: 1.3em;
    padding: .25em;
}

.learning-center-nav div.active, .learning-center-nav div:hover {
    background: #f16128;
    color: #FFF;
    border-radius: 0 .1em .1em 0;
}

.learning-center-nav div.active a, .learning-center-nav div:hover a {
    color: #FFF;
}

.learning-center-nav div a {
    display: block;
}

.page_learningCenterProductId #main-wrapper > div > .rowf > .col + .col {
    border-left: 1px solid #e5e5e5;
}

#main-wrapper > div > .rowf > .col + .col ul {
    list-style-position: inside;
}

.learning-center-container .learning-center-menu {
    float: left;
}

.learning-center-container .learning-center-details-container {
    display: inline-block;
}

.learning-center-container .learning-center-link {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #fff3ef 0%, #ffefe8 100%) repeat scroll 0 0;
    border: 0.1em solid #ffddd3;
    clear: left;
    color: #f69574;
    cursor: pointer;
    height: 50px;
    margin-bottom: 0.2em;
    padding: 1em 0.2em;
    transition: color 0.5s ease 0s, background 0.5s ease 0s;
    width: 19em;
}

.learning-center-container .learning-center-link.active {
    background: #f16128 none repeat scroll 0 0;
    border: 0.1em solid #f16128;
    color: #fff;
    position: relative;
}

.learning-center-container .learning-center-link.active:after {
    border-color: transparent transparent transparent #f16128;
    border-style: solid;
    border-width: 3.2em;
    content: "";
    position: absolute;
    right: -4.6em;
    top: -1px;
    transform: rotateY(65deg);
    z-index: 1;
}

.learning-center-container .learning-center-detail {
    border: 0.4em solid #f2f2f2;
    min-height: 410px;
    opacity: 0;
    padding: 25px 50px;
    position: absolute;
    visibility: hidden;
    width: 619px;
}

.learning-center-container .learning-center-detail.active {
    left: 20em;
    opacity: 1;
    visibility: visible;
}

.supportCenter table {
    width: 100%;
    font-size: 1em;
}

.supportCenter table td a {
    display: block;
    text-align: center;
    font-size: 1.1em;
    font-style: normal;
}

.supportCenter table td.product-id a {
    padding-bottom: 4px;
}

.supportCenter table td .sublinks a:hover {
    opacity: .7;
}

.supportCenter table td .additional-resources a {
    display: inline-block;
    padding: 0;
    text-align: left;
    color: #7e7e7e;
}

.supportCenter table td a img {
    display: block;
    margin: auto;
    padding-bottom: 20px;
    height: auto;
    position: relative;
    top: 0;
}

.supportCenter table td {
    vertical-align: top;
    padding: 1.5em 2em;
    border: 1px solid #fee3d2;
    width: 33.333%;
    transition: all 0.5s ease;
}

.supportCenter table table td {
    border: 0;
    vertical-align: middle;
    padding: 0;
}

.supportCenter h1 {
    padding: 25px 0 15px;
}

.supportCenter h3 {
    color: #f16128;
    display: inline-block;
    font-size: 1.2em;
    font-weight: normal;
    padding: 2px 0 15px;
    text-align: center;
}

.supportCenter h3:first-child {
    margin-right: 20px;
}

.supportCenter table td h3 a {
    text-decoration: underline;
    font-size: 1.25em;
    padding: 0;
    font-style: normal;
}

.supportCenter .sublinks {
    text-align: center;
}

.supportCenter p {
    font-size: 1.25em;
    padding: 0;
    margin: 1em 0;
    font-style: italic;
}

.supportCenter p.orange, .orange {
    color: #f16128;
    font-style: normal;
}

.media-item-wrapper h1 {
    font-weight: bold;
    color: #111;
    border-bottom: 1px solid #333;
    margin-bottom: 1em;
    padding-bottom: 0;
    display: inline-block;
}

.media-item-wrapper ol, .media-item-wrapper ul {
    list-style-position: inside;
}

.supportCenter table p {
    line-height: 1.4em;
}

.supportCenter .support-promo {
    text-align: center;
    padding: 1em;
    max-width: calc(100vw - 2em);
}

.supportCenter .additional-resources {
    padding: 20px;
}

.supportCenter td:hover {
    background: linear-gradient(to bottom,  #fff0ea 0%,#ffffff 100%);
}

.supportCenter td .additional-resources span {
    color: #f16128;
}

.supportCenter td .additional-resources span:hover {
    color: #f16128;
}

.supportCenter td.resources {
    background: #fff;
    color: inherit;
}

.supportCenter td .additional-resources a:hover {
    color: #CB4C0C;
    text-decoration: underline;
}

.supportCenter .support-search {
    padding: 1.5em;
    margin: 1em 0;
    background-color: #f16128;
    transition: all .5s;
}

.supportCenter .support-search > form {
    display: flex;
}

.supportCenter .support-search #searchTermSupport {
    color: #b7b3b8;
    font-size: 1.3em;
    padding-left: .5em;
    flex-grow: 2;
}

.supportCenter > table, .supportCenter > table tr, .supportCenter > table tbody, .supportCenter > table td {
    display: block;
}

.supportCenter > table td {
    width: 100%;
    margin-bottom: 1em;
}

.search-term-not-found {
    box-sizing: border-box;
}

.search-term-not-found h1 {
    border-bottom: .01em solid #AAA;
}

.search-term-not-found .container {
    display: flex;
    justify-content: space-between;
}

.search-term-not-found .container > div, .search-term-not-found .container > div a {
    display: inline-flex;
    flex-direction: column;
    width: 45%;
    align-items: center;
    border: .1em solid #fee3d2;
}

.search-term-not-found .top-container > div {
    padding: 1em;
    min-height: 12em;
}

.search-term-not-found .container > div:hover {
    background: linear-gradient(to bottom,  #fff0ea 0%,#ffffff 100%);
}
.search-term-not-found .container > div a {
    width: 100%;
    padding: 1em;
    border: 0;
}

.search-term-not-found .container > div a > *, .search-term-not-found .container > div > * {
    padding-bottom: .5em;
}

.search-term-not-found .bottom-container > div {
    width: 48.25%;
}

.search-term-not-found .container > div a > strong, .search-term-not-found .container > div > strong {
    color: #f16029;
    text-transform: uppercase;
    padding: .75em 0;
}

.search-term-not-found .container > div > div {
    line-height: 1.33em;
    max-width: 80%;
}

.search-term-not-found .bottom-container {
    padding-top: 2em;
}

.search-term-not-found .large-button, .search-term-not-found .container > div a > .large-button {
    padding: 0;
    display: block;
    line-height: 2.5em;
    text-align: center;
}

#searchSubmitSupport {
    background: rgba(0, 0, 0, 0) url("../images/icon-mag.png") no-repeat scroll 0 0 / contain ;
    border: medium none;
    height: 30px;
    margin-left: 15px;
    padding: 0;
    width: 30px;
    flex-shrink: 0;
}

.support-container .left-nav {
    background: #fff2ef none repeat scroll 0 0;
    border: 0.1em solid #f16128;
    padding: 1em 0em;
    margin-top: 72px;
}

.support-container .title {
    color: #f16128;
    font-size: 1.3em;
    padding: 0.5em 1em;
    text-transform: uppercase;
}

.support-container .category {
    font-size: 1.1em;
    transition: color .5s .1s;
    color: #f16128;
    padding: 0 1em;
}

.support-container .category.active {
    background: #F16128;
    color: #FFF;
    position: relative;
}

.support-container .category.active a, .support-container .category.active a:hover {
    color: #FFF;
}

.support-container .category a:hover {
    color: #333;
}

.support-container .category a {
    display: block;
    padding: .74em 2em;
    text-transform: uppercase;
}

.support-container .category.active:before {
    content: '';
}

.support-container .category.active:after {
    width: 0;
    height: 0;
    border-top: 1.4em solid transparent;
    border-bottom: 1.4em solid transparent;
    border-left: 1.4em solid #f16128;
    content: "";
    position: absolute;
    right: -1.4em;
    top: 50%;
    transform: translateY(-50%);
}

.support-container .category.Guides.active {
    background: #f16128 url("../contentImages/LearningCenter/homepage/icon-installationguides.png") no-repeat scroll 7px 4px / 27px 27px;
}

.support-container .category.ProductId.active {
    background: #f16128 url("../contentImages/LearningCenter/homepage/icon-productid.png") no-repeat scroll 7px 4px / 27px 27px;
}

.support-container .category.ProductCare.active {
    background: #f16128 url("../contentImages/LearningCenter/homepage/icon-productcare.png") no-repeat scroll 7px 4px / 27px 27px;
}

.support-container .category.InsectScreens.active {
    background: #f16128 url("../contentImages/LearningCenter/homepage/icon-screens.png") no-repeat scroll 7px 4px / 27px 27px;
}

.support-container .category.Hardware.active {
    background: #f16128 url("../contentImages/LearningCenter/homepage/icon-hardware.png") no-repeat scroll 7px 4px / 27px 27px;
}

.support-container .category.Grilles.active {
    background: #f16128 url("../contentImages/LearningCenter/homepage/icon-grilles.png") no-repeat scroll 7px 4px / 27px 27px;
}

.support-container .category.Diagnostics.active {
    background: #f16128 url("../contentImages/LearningCenter/homepage/icon-diagnostics.png") no-repeat scroll 7px 4px / 27px 27px;
}

.support-container .category.Safety.active {
    background: #f16128 url("../contentImages/LearningCenter/homepage/icon-safety.png") no-repeat scroll 7px 4px / 27px 27px;
}

.supportContent {
    color: #333;
    min-height: 400px;
    padding: 2em 2.1em;
}

.supportContent .breadcrumbs {
    text-align: center;
}

.supportContent h1 {
    margin: 10px 0;
}

.supportContent h2 {
    margin: 15px 0;
    text-align: left;
    font-size: 1.5em;
    padding: 5px 0;
    clear: both;
}

.supportContent h3 {
    clear: both;
    color: #f16029;
    font-size: 1.3em;
    font-weight: normal;
    margin-top: 1em;
}

.supportContent .name {
    font-weight: bold;
    font-size: 1.2em;
}

.supportContent p {
    line-height: 1.5em;
    font-size: 1.2em;
    clear: both;
}

.supportContent p:first-child {
    margin-top: 0;
}

.supportContent p a {
    text-decoration: underline;
    transition: all .5s;
}

.supportContent p a:hover {
    text-decoration: none;
}

.supportContent ul {
    padding: 0 0 0 1.5em;
    display: inline-block;
}

.supportContent ul li {
    padding: .25em 0;
}

.supportContent img.left {
    float: left;
}

.supportContent .right {
    width: 505px;
    margin-bottom: 3em;
}

.supportContent .medium-button {
    display: block;
    margin: 2em 0;
}

.supportContent a img:hover {
    opacity: .8;
}

.supportContent .careBlocks h2 {
    margin: 12px 0 0;
    padding: 0;
}

.supportCenter .careBlocks img {
    margin-right: 10px;
}

.suppotCenter table td {
    border: 1px solid #cdcdcd;
    border-collapse: collapse;
    padding: 10px;
}

.supportContent .download-link {
    font-size: 1.1em;
    color: #000;
}

.supportContent .download-link a {
    color: #000;
}

.supportContent .download-link a:hover {
    text-decoration: underline;
}

.supportContent .download-link img {
    vertical-align: sub;
    margin-right: 5px;
}

.supportContent .pdf-img img {
    box-shadow: 0 1px 2px #333;
}

.page_passwordPrompt .main-content form {
    border: 1px solid #cdcdcd;
    margin: 28px auto;
    width: 31em;
}

.password-reset .password-reset-fields ol {
    padding: 1.5em 1.5em 0.4em;
}

.password-reset .password-reset-fields ol label {
    padding-right: 1em;
    width: auto;
    display: block;
}

.page_passwordPrompt .main-content .buttons {
    background: #efefef none repeat scroll 0 0;
    margin-top: 0.4em;
    padding: 0.75em;
    text-align: center;
}

.password-reset .password-reset-fields ol label:after {
    content: "*";
    color: #f16128;
}
.password-reset .password-reset-fields ol:after {
    content: "*All Fields Required";
    font-style: italic;
}

.grid-not-sure {
    display: inline-block;
}

.stay-put-header, .sizeGrid {
    box-sizing: border-box;
}
.stay-put-header {
    position: absolute;
    border-collapse: collapse;
    white-space: nowrap;
    color: #FFF;
    overflow: hidden;
}
.stay-put-header .tr:first-child {
    background: #FA8D4C;
    padding: .25em;
    font-weight: bold;
}
.stay-put-header .cell {
    display: inline-block;
    vertical-align: top;
    background: #ef6701;
    padding: .25em 0;
}
.stay-put-header .tr:nth-child(2) .cell:first-child {
    opacity: 1;
    transition: opacity .33s;
}
.stay-put-header.active .tr:nth-child(2) .cell:first-child {
    opacity: .5
}
.stay-put-header p {
    margin: 0;
    padding: 0;
}

.windowHandingCell {
	display: inline-block;
	margin: 0px 25px;
}

.detail-related-category {
	float:left;
	padding: 5px;
}

.detail-related-category-link {
	text-align: center;
}

.category-tip {
    border: 1px solid #E3E3E3;
    background: #F7F7F7;
    color: #827E7D;
    margin: 0 0 2.5em auto;
    padding: .5em 0;
    text-align: left;
    width: 97%;
    position: relative;
}

.grid-tip {
    position: relative;
}

.category-tip:before, .grid-tip:before {
    content: '';
    background: transparent url('../contentImages/bulb-2.png') no-repeat;
    background-size: contain;
    position: absolute;
    width: 57px;
    height: 53px;
    margin-left: -31px;
    margin-top: 1px;
    top: 50%;
    transform: rotateY(0deg) translateY(-50%);
    transition: transform 1s;
}

.grid-tip:before {
    margin-left: -.5em;
}

.category-tip:hover:before, .grid-tip:hover:before {
    transform: rotateY(360deg) translateY(-50%);
}

.category-tip a {
    text-decoration: underline;
    font-weight: bold;
}

.category-tip .tip {
    padding: .5em 3em;
}

.category-tip strong {
    color: #000;
}

.tip .video-icon-needed img {
    max-height: 2rem;
}

.category-tip-popup .content {
    overflow: hidden;
}

.pinterest-container {
    text-align: center;
}

#popupDiv.bb_gallery-box-popup .contentDiv {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#popupDiv.bb_gallery-box-popup .caption {
    order: -1;
    font-weight: bold;
    font-size: 1.5em;
    padding: .25em;
}

#image-gallery {
    text-align: center;
    overflow-y: auto;
    overflow-x: hidden;
    flex-grow: 0;
    flex-shrink: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

#image-gallery.scroll {
    overflow-y: scroll;
    padding-right: 1em;
}

#image-gallery > div {
    width: 4em;
    height: 4em;
    border-radius: .1em;
    cursor: pointer;
    margin: .5em 1em 1.5em 1em;
    text-align: center;
    display: inline-block;
    position: relative;
}

#image-gallery img {
    display: none;
}

#image-gallery > div {
    background: #777;
    width: 2em;
    height: 2em;
    border-radius: 1em;
    cursor: pointer;
    margin: .5em 1em 0 1em;
    text-align: center;
    display: inline-block;
}

#image-gallery .selected {
    background: #CB4C0C;
}

#image-gallery > div:first-child {
    margin-top: .5em;
}

.page_search div.category-description {
	text-align: left;
}

.popup {
    position: absolute;
    z-index: 1001;
    max-width: calc(100% - 4.5em);
}

.popup img {
    max-width: 100%;
    height: auto;
}

.popup .medium-button {
    border-radius: .5em;
    font-weight: bold;
    text-transform: lowercase;
}

.popup .links a {
    color: #555;
    text-decoration: underline;
}

.popup .orange, .popup-common .orange {
    color: #f16029;
}

.popup .close {
    cursor: pointer;
    right: .5em;
    top: -1.5em;
    position: absolute;
    color: #FFF;
}

.popup .close:after {
    content: 'X';
    text-align: center;
    border-radius: 1em;
    width: 1.25em;
    border: .1em solid #FFF;
    position: absolute;
    margin: -.35em 0 0 .25em;
    font-size: 1.75em;
    border-radius: 3em;
}

.popup .wrapper {
    background: #FFF;
}

.clear-cart-popup {
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}

.clear-cart-popup.active {
    display: block;
    position: fixed;
    opacity: 1;
    visibility: visible;
    top: calc(50% - 4rem) !important;
    left: 0 !important;
    width: 100%;
}

#footer-email-popup {
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    overflow: hidden;
    width: 0;
    transition: all .5s;
}

#footer-email-popup.active {
    opacity: 1;
    visibility: visible;
    max-height: 1111em;
    width: auto;
    overflow: visible;
}

#footer-email-popup input[type=email]::-webkit-input-placeholder {
    text-transform: lowercase;
    text-align: center;
}

#footer-email-popup input[type=email]:-moz-placeholder { /* Firefox 18- */
    text-transform: lowercase;
    text-align: center;
}

#footer-email-popup input[type=email]::-moz-placeholder {  /* Firefox 19+ */
    text-transform: lowercase;
    text-align: center;
}

#footer-email-popup input[type=email]:-ms-input-placeholder {
    text-transform: lowercase;
    text-align: center;
}

#footer-email-popup input[type=email]:focus {
    width: 16.25em;
}

#footer-email-popup label, .footer-email-form label {
    display: inline-block;
    margin: .5rem 0;
}

#footer-email-popup label {
    display: block;
}

#footer-email-popup label {
    width: 91%;
}

#footer-email-popup input[type=text], #footer-email-popup input[type=email], #footer-email-popup select {
    min-width: calc(65% - 7rem);
}

#footer-email-popup label span, .footer-email-form label span {
    display: inline-block;
    min-width: 6.75rem;
    text-align: right;
    padding-right: .5rem;
}

#footer-email-popup .fake-label {
    display: inline-block;
    min-width: 3.5rem;
}

#footer-email-popup .wrapper {
    text-align: center;
}

#footer-email-popup .content {
    padding: 1em;
}

#footer-email-popup .required-field-text {
    display: none;
}

#footer-email-popup .orange {
    width: 74%;
    line-height: 1.75em;
    margin: 0 auto .5em auto;
    font-size: 1.3em;
}

#footer-email-popup .links {
    margin-top: 1em;
}

#footer-email-popup .error {
    border-color: #f16029;
    transition: all 1s;
}

#waiterDiv.dark {
    position: fixed;
}

#waiterDiv.dark .transparent {
    opacity: .8;
    background: #000;
}

#waiterDiv.dark .content {
    display: none;
}

.email-sign-up-footer-wrapper {
    display: table;
    width: 100%;
    background: #000;
    color: #FFF;
    border-bottom: .4em solid #F16128;
    box-shadow: .1em .1em #33333355;
    padding: 0 .5em;
}

.email-sign-up-footer {
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 1.5em 0;
}

.footer-email-signup-text {
    display: inline-block;
    letter-spacing: .1em;
}

.footer-email-form {
    display: inline-flex;
    flex: auto;
    justify-content: flex-end;
    text-align: center;
}

.footer .email-sign-up-message {
    font-size: 1.25em;
    text-align: center;
    padding-bottom: 1em;
    flex: 1 1 0%;
}

.footer-email-form fieldset > * {
    display: inline-block;
}

.footer-email-form li {
    margin-bottom: 0;
}

.footer-email-form input, .footer-email-form select {
    height: 3em;
    box-sizing: border-box;
}

.footer-email-form input[type=email] {
    padding-left: 1em;
    min-width: 21em;
    transition: width .5s;
}

.footer-email-form input[type=email]::-webkit-input-placeholder {
   text-align: center;
}

.footer-email-form input[type=email]::-moz-placeholder {
   text-align: center;
}

.footer-email-form input[type=email]:-ms-input-placeholder {
   text-align: center;
}

.footer-email-form input[type=submit] {
    font-weight: bold;
    width: 13em;
    padding: 0 .3em;
    margin-left: .25em;
    margin-top: 1em;
}

.footer-email-form .required-field-text, .email-sign-up-footer .header-style {
    display: none;
}

.footer-email-form img + .attention {
    display: none;
}

.compatibility-mode {
    position: fixed;
    top: 0;
    padding: 1em;
    background: #FF0;
    color: #333;
    font-size: 2em;

}

.checkout-crumbs {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1em;
    text-transform: uppercase;
    border: .1em solid #f16128;
}

.checkout-crumbs > .crumb {
    color: #f16128;
    text-align: center;
    border-radius: 0;
    display: flex;
    justify-content: space-between;
    width: 34%;
    opacity: .5
}

.checkout-crumbs .active {
    height: auto;
    opacity: 1;
}

.checkout-crumbs .active > div {
    background: #feeae1;
    opacity: 1;
    font-weight: bold;
}

.checkout-crumbs .state {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 2;
    border: 0;
    padding: .5em 1em;
}

.checkout-crumbs .state:first-child {
    justify-content: flex-start;
}

.checkout-crumbs .state:last-child {
    justify-content: flex-end;
}

.checkout-crumbs .state:nth-child(1) {
    border-right: 0;
    text-align: left;
}

.checkout-crumbs .sharp {
    width: 5em;
    min-height: 1em;
    border-width: .1em;
    border-style: solid;
    border-color: #f16128;
    border-radius: 0;
    display: none;
}

.checkout-crumbs .crumb:nth-child(1) .sharp {
    border-left: 0;
    transform: translateX(-1.5em) skewX(-45deg);
    height: auto;
}

.checkout-crumbs .crumb:nth-child(2) .state:nth-child(2) {
    border-left: 0;
    border-right: 0;
}

.checkout-crumbs .crumb:nth-child(2) .sharp:nth-child(1) {
    border-right: 0;
    transform: translateX(1.5em) skewX(-45deg);
}

.checkout-crumbs .crumb:nth-child(2) .sharp:last-child {
    border-left: 0;
    transform: translateX(-1.5em) skewX(-45deg);
}

.checkout-crumbs .crumb:nth-child(3) .state {
    border-left: 0;
    text-align: right;
}

.checkout-crumbs .crumb:nth-child(3) .sharp {
    border-right: 0;
    transform: translateX(1.5em) skewX(-45deg);
}

#create-account-cancel-button {
    margin-left: 2em;
}

.wanted-addresses-container {
    background: #FFF;
    border: .1em solid #cfcfcf;
    box-shadow: 0 0 .5em .1em #cfcfcf;
    padding: 2em;
    box-sizing: border-box;
    width: 100%;
    position: relative;
    opacity: 0;
    visibility: hidden;
    height: 0;
    transition: all .5s;
}

.wanted-addresses-container.active {
    opacity: 1;
    visibility: visible;
    height: 100%;
}

.wanted-addresses-container .message-group {
    display: none;
}

.wanted-addresses-container strong {
    display: block;
    font-size: 2em;
    text-transform: uppercase;
    color: #F26128;
    padding: 1em 0;
    margin-bottom: 1em;
    border-bottom: .1em solid #333;
}

.wanted-address-label-container {
    border: .1em solid #E5E5E5;
    margin: 1em 0;
}

.wanted-addresses-container label {
    min-width: 33%;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 1rem;
}

.wanted-addresses-container input[type=radio].medium-button {
    padding: 0;
    width: auto;
    float: left;
}

.wanted-address-container ul {
    list-style: none outside none;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: .5em;
}

.wanted-address-container {
    display: inline-block;
}

.wanted-addresses-container .title {
    font-weight: bold;
    display: block;
    color: #333;
    padding: .5em 0;
    text-transform: none;
    border-bottom: .1em solid #E5E5E5;
}

.wanted-addresses-container div.title {
    color: #F16128;
    border: 0;
    margin-bottom: 1rem;
}

.wanted-address-container .title:after {
    content: ':';
}

.wanted-address .city, .wanted-address .state, .wanted-address .province, .wanted-address .postal-code {
    display: inline;
}

.wanted-address .state:after, .wanted-address .province:after {
    content: ',';
}

.wanted-addresses-container .buttons {
    padding-top: 2em;
}

.wanted-addresses-container > span:last-child {
    display: none;
}

.wanted-addresses-container .large-button, .wanted-addresses-container .medium-button {
    border: .1em solid #F06514;
    width: auto;
    height: auto;
    padding: .5em 1em;
    font-size: 1em;
}

.wanted-addresses-container .attention {
    color: #444;
    background: #0F0;
}

.wanted-address-container.existing .attention {
    background: #FF0;
}

.wanted-addresses-container-wrapper h2 {
    display: none;
}

.page_accountCreate .account > span > div {
    display: none;
}

.account-create-payment .card-type-li, .account-create-payment .card-number-li, .account-create-payment .exp-dates-li,
        .account-create-payment .name-on-card-li {
    visibility: hidden;
    opacity: 0;
    height: 0;
    margin-bottom: 0;
    transition: visibility .5s, opacity .5s, height .5s, margin-bottom .75s;
}

.account-create-payment .card-type-li.active, .account-create-payment .card-number-li.active, .account-create-payment .exp-dates-li.active,
        .account-create-payment .name-on-card-li.active {
    visibility: visible;
    opacity: 1;
    height: 100%;
    margin-bottom: 15px;
}
.non-vis {
    visibility: hidden;
}

.address ul {
    list-style: none outside none;
}

.page_accountAddresses label.wanted-address-container {
    display: inline-block;
}

input#timestamp, input#userOptIn {
    display: none;
}

.wanted-addresses-container .message-group .severe, .account-addresses .message-group .severe {
    text-transform: capitalize;
}

.wanted-addresses-container .message-group .severe:after, .account-addresses .message-group .severe:after {
    content: '.'
}

.wanted-addresses-container .message-group .severe:first-child:after, .account-addresses .message-group .severe:first-child:after {
    content: '';
}

.wanted-addresses-container input[type=radio] {
    opacity: 0;
    margin-left: -1.25em;
}

.existing-address-buttons-container {
    display: flex;
}

.wanted-address-button, .existing-address-buttons-container {
    clear: left;
}

.wanted-address-button, .edit-existing-address-button, .existing-address-button, .existing-address-buttons-container {
    float: left;
}

.edit-existing-address-button {
    margin-right: 2em;
}

.wanted-address-button, .edit-existing-address-button, .existing-address-button {
    margin-top: 1em;
}

.wanted-address-button:hover, .existing-address-button:hover {
    background: #FFF;
    color: #F06514;
}

.edit-existing-address-button {
    background: #FFF;
    color: #F06514;
}

.edit-existing-address-button:hover {
    background: #F06514;
    color: #FFF;
}

.wanted-address-container.selected:before {
    content: '';
    width: 2em;
    height: 2em;
    background: radial-gradient(#008800 50%, #66FF66 70%);
    border-radius: 1em;
    position: absolute;
    left: 12.5em;
    box-shadow: 0 0 .3em #00CC00;
}

.wanted-address-container.selected:after {
    content: '';
    position: absolute;
    margin-left: .5em;
    content: '';
    display: block;
    width: .5em;
    height: 1em;
    top: .25em;
    left: 12.75em;
    border: solid #FFF;
    border-width: 0 .2em .2em 0;
    transform: rotate(35deg);
}

.wanted-address-container.not-selected {
    visibility: hidden;
    opacity: 0;
}

label.wanted-address-container {
    position: relative;
}

.please-review-address-container .text {
    font-size: 1.1em;
    margin-bottom: 2em;
    max-width: 95vw;
}

.dropdown-content {
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 31px;
    background-color: #f9f9f9;
    width: 375px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    overflow: hidden;
    border: 1px solid #d9d9d9;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
}

.dropdown-content.active {
    z-index: 10;
    opacity: 1;
    visibility: visible;
}

.dropdown-content ul {
    list-style:none;
    padding: 0;
}

.search-div {
    float: right;
}

.dropdown-content li a {
    color: black;
    text-decoration: none;
    display: block;
    text-align: left;
    height: 100%;
    font-size: 12px;
}

.dropdown-content a:hover, .dropdown-content li.selected a {
    background-color: #f16029;
    color: #FFFFFF;
}

.dropdown-content a:focus {
    background-color: #f16029;
    color: #FFFFFF;
}

.dropdown-content .spell-check {
    display: none;
}

.dropdown-content #spell-check-list {
    display: none;
}

.dropdown-content .suggested-items li{
    height: 55px;
    line-height: 55px;
    white-space: nowrap;
}

.dropdown-content .suggested-items li span{
    white-space: nowrap;
}
.dropdown-content  li:nth-child(1) {
    background: #f16128;
    font-size: 1em;
    height: 30px !important;
    line-height: 30px;
    color: white;
    padding-left: 5px;
}

.dropdown-content .suggested-items .type-ahead-name {
    display: inline-block;
    padding-left: 0.5em;
    vertical-align: middle;
}
.dropdown-content .suggested-items img {
    display: inline-block;
    padding-left: 0.5em;
    vertical-align: middle;
}

.dropdown-content .spell-check li{
    height: 18px;
}

.dropdown-content .suggested-categories li, .dropdown-content .spell-check li {
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
}

.dropdown-content .suggested-categories li a, .dropdown-content .spell-check li a {
    padding-left: 0.5em;
}

.dropdown-content .spell-check .type-ahead-name {
    display: inline-block;
    padding-left: 0.5em;
    vertical-align: middle;
}

.dropdown-content .type-ahead-name {
    width: 315px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dropdown-content .suggested-items .fullSearch {
    background: #f16128;
    font-size: 1em;
    height: 30px;
    line-height: 30px;
    padding-left: 0.5em;
}

.dropdown-content .suggested-items .fullSearch.selected a, .dropdown-content .suggested-items .fullSearch.selected a span {
    text-decoration: underline;
}

#suggest-item-list .fullSearch a {
    color: white;
}

.page_verification .discount-container, .page_verification .inline-discounts-applied {
    background: #efefef;
    border: .1em solid #cfcfcf;
    padding: 1em;
}

.page_verification .discount-container:before {
    content: 'APPLIED PROMOTION CODE';
    font-weight: bold;
}

.page_verification .inline-discounts-applied {
    margin-top: 0;
}

.page_verification .left-verification {
    float: none;
    padding: 0;
}

.page_verification .discount-delete {
    display: none;
}

.welcome-new-user-popup {
    background: #FFF;
    border: .1em solid #f16128;
    left: 0 !important;
    top: 0 !important;
}

.welcome-new-user-popup .contentDiv {
    display: flex;
    flex-direction: column;
}

.welcome-new-user-popup-right-side {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 1em;
}

.welcome-new-user-popup-right-side > img {
    margin: 1em auto 0 auto;
    max-width: 100%;
    height: auto;
}

.welcome-new-user-popup .button {
    position: absolute;
    height: 1.5em;
    width: 1.5em;
    top: 0;
    right: 0;
    background: transparent;
}

.welcome-new-user-popup .button:before {
    content: 'X';
    color: #f16128;
    font-size: 1.8em;
    margin: 0 0 0 -.25em;
    display: block;
}

.welcome-new-user-popup .button:hover:before {
    color: #333;
}

.welcome-new-user-popup .greeting {
    font-size: 2em;
    text-transform: uppercase;
    color: #F16128;
    border-bottom: .1em solid #333;
    padding-bottom: .33em;
    margin-bottom: .33em;
    min-width: 12em;
}

.welcome-new-user-popup .text {
    padding: 0 1em 1em 1em;
    line-height: 1.67em;
}

.welcome-new-user-popup .large-button {
    display: block;
    margin: 2em auto 0 auto;
}

.g-recaptcha {
    display: inline-block;
	padding-bottom: 20px;
}

#g-recaptcha-response {
  display: block !important;
  position: absolute;
  margin: -78px 0 0 0 !important;
  width: 302px !important;
  height: 76px !important;
  z-index: -999999;
  opacity: 0;
}

/********************************************************************
 * Template 0 Start
 *
 * Templates are constucted by sections.
 * Sections group the areas used by the editor.
 */
.promo-template-0-section.promo-template-0-section-1 img {
    position: absolute;
    left: 0;
    width: 100%;
    height: auto;
}

.promo-template-0-section .template-buttons {
    text-align: center;
    padding: 1em 0 2em 0;
}

.promo-template-0-section .template-buttons a {
    color: #FFF;
    background-color: #f16029;
    padding: .75em 3em;
    display: inline-block;
    font-weight: bold;
}

.promo-template-0-section .image-container {
    position: relative;
}

.promo-template-0-section.promo-template-0-section {
    margin-bottom: 2em;
}

.promo-template-0-section.promo-template-0-section.call-to-action {
    display: none;
}

.promo-template-0-section.promo-template-0-section .text-container {
    position: absolute;
    color: #FFF;
    background: rgba(0,0,0,.667);
    padding: 2em 1em;
    width: 22em;
    top: 5%;
    bottom: 5%;
    right: 10%;
    font-weight: bold;
}

.promo-template-0-section.promo-template-0-section-1 .text-container {
    top: auto;
    bottom: auto;
    right: 20%;
    text-align: center;
    margin-top: 2em;
}


.promo-template-0-section .orange {
    color: #f16029;
}
/** Template 0 End */

/******************************************************************
 * Template 1 Start
 *
 * Templates are constucted by sections.
 * Sections group the areas used by the editor.
 */
.promo-template-1-section.promo-template-1-section-1 img {
    position: absolute;
    left: 0;
    width: 100%;
    height: auto;
}

.promo-template-1-section .template-buttons {
    text-align: center;
    padding: 1em 0 2em 0;
}

.promo-template-1-section .template-buttons a {
    color: #FFF;
    background-color: #f16029;
    padding: 1.75em 3em;
    display: block;
    font-weight: bold;
}

.promo-template-1-section .image-container {
    position: relative;
}

.promo-template-1-section.promo-template-1-section {
    margin-bottom: 4em;
    display: flex;
    align-items: center;
    position: relative;
}

.promo-template-1-section.promo-template-1-section-2, .promo-template-1-section.promo-template-1-section-3 {
    background: #f2f2f2;
    padding: 2em;
    justify-content: space-between;
}

.promo-template-1-section.promo-template-1-section .text-container {
    width: 22em;
    top: 5%;
    bottom: 5%;
    left: 10%;
    font-weight: bold;
}

.promo-template-1-section.promo-template-1-section-1 .text-container {
    background: rgba(0,0,0,.667);
    color: #FFF;
    text-align: center;
}

.promo-template-1-section.promo-template-1-section-1 .text-container p {
    font-size: 1.5em;
}

.promo-template-1-section.promo-template-1-section-1 .text-container .block-2 {
    border-top: .1em solid #DDD;
    margin: 0 2em;
}

.promo-template-1-section.promo-template-1-section-1 .text-container .block-2 p {
    margin: 0;
    color: #f16029;
}

.promo-template-1-section.promo-template-1-section-1 .text-container .block-2 p:first-child {
    padding-top: .25em;
    color: #DDD;
    font-size: 1em;
}

.promo-template-1-section .orange {
    color: #f16029;
}
/** Template 1 End ******************************************************************


/********************************************************************
 * Template 2 Start
 *
 * Templates are constucted by sections.
 * Sections group the areas used by the editor.
 */
.promo-template-2-section.promo-template-2-section {
    margin-bottom: 2em;
    display: flex;
    padding-right:  1em;
    padding-left: 1em;
    flex-direction: column;
    justify-content: flex-end;
}

.promo-template-2-section.promo-template-2-section-1 {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    justify-content: center;
    width: 968px;
}

.promo-template-2-section.promo-template-2-section-1 img {
    position: absolute;
    left: 0;
    width: 100%;
    height: auto;
}

.promo-template-2-section .template-buttons {
    text-align: center;
    padding: 1em 0 2em 0;
}

.promo-template-2-section .template-buttons a {
    color: #f16029;
    background-color: #FFF;
    border: .1em solid #f16029;
    padding: .75em 3em;
    display: block;
    font-weight: bold;
}

.promo-template-2-section .image-container {
    position: relative;
}

.promo-template-2-section.promo-template-2-section-1 .block-1 {
    border-bottom: .1em solid #CDCDCD;
}

.promo-template-2-section.promo-template-2-section-1 .block-1 p {
    font-size: 1.5em;
}

.promo-template-2-section.promo-template-2-section-1 .block-1 p, .promo-template-2-section.promo-template-2-section-1 .block-2 p {
    display: inline-block;
    margin: 0 .25em;
}

.promo-template-2-section.promo-template-2-section-1 .block-2 {
    padding-top: .5em;
    color: #CDCDCD;
}

.promo-template-2-section.promo-template-2-section.call-to-action {
    text-align: center;
}

.promo-template-2-section.promo-template-2-section-1 .text-container {
    color: #FFF;
    background: rgba(0,0,0,.667);
    text-align: center;
    width: 40%;
    padding: 2em 5em;
    font-weight: bold;
}

.promo-template-2-section .orange {
    color: #f16029;
    font-size: 1.5em;
}

.promo-template-2-flex {
    display: flex;
    justify-content: space-between;
}

.promo-template-2-section.promo-template-2-section-6 {
    flex-direction: row;
    background: #f2f2f2;
    padding: 2em;
}

.promo-template-2-section.promo-template-2-section-6 .text-container {
    padding-left: 1em;
}

.promo-template-2-section strong {
    font-size: 1.5em;
}

/** Template 2 End */

/********************************************************************
 * Template 3 Start
 *
 * Templates are constucted by sections.
 * Sections group the areas used by the editor.
 */
 .promo-template-3-section img {
     max-width: 100%;
     height: auto;
 }
.promo-template-3-section.promo-template-3-section {
    margin-bottom: 2em;
    padding-right: 2em;
    padding-left: 2em;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;

}

.promo-template-3-section.promo-template-3-section-1 {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.promo-template-3-section.promo-template-3-section-1 img {
    position: absolute;
    left: 0;
    width: 100%;
    height: auto;
}

.promo-template-3-section .template-buttons {
    text-align: center;
    padding: 1em 0 2em 0;
}

.promo-template-3-section .template-buttons a {
    color: #f16029;
    background-color: #FFF;
    border: .1em solid #f16029;
    padding: .75em 3em;
    display: inline-block;
    font-weight: bold;
}

.promo-template-3-section .image-container {
    position: relative;
}

.promo-template-3-section strong {
    font-size: 1.5em;
}

.promo-template-3-section.promo-template-3-section-1 .block-1 {
    border-bottom: .1em solid #CDCDCD;
}

.promo-template-3-section.promo-template-3-section-1 .block-1 p {
    font-size: 1.5em;
}

.promo-template-3-section.promo-template-3-section-1 .block-1 p, .promo-template-3-section.promo-template-3-section-1 .block-2 p {
    margin: 0 .25em;
}

.promo-template-3-section.promo-template-3-section-1 .block-2 {
    padding-top: .5em;
    color: #CDCDCD;
}

.promo-template-3-section.promo-template-3-section.call-to-action {
    text-align: center;
}

.promo-template-3-section.promo-template-3-section-1 .text-container {
    color: #FFF;
    background: rgba(0,0,0,.75);
    text-align: center;
    padding: 2em 5em;
    font-weight: normal;
}

.promo-template-3-section .orange {
    color: #f16029;
    font-size: 1.5em;
}

.promo-template-3-flex {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.promo-template-3-section.promo-template-3-section-1 {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
}

.page_Promo_Conv-Kit-Fall19 .silver-line-template-1 *:nth-child(6) {
    flex-direction: column;
}
.page_Promo_Conv-Kit-Fall19 .silver-line-template-1 *:nth-child(6) img,
        .page_Promo_Conv-Kit-Fall19 .silver-line-template-1 *:nth-child(6) iframe {
    max-width: 100%;
    height: auto;
}
/** Template 3 End */

/********************************************************************
 * Template 4 Start
 *
 * Templates are constucted by sections.
 * Sections group the areas used by the editor.
 */
.promo-template-4-section.promo-template-4-section-1 img {
    position: absolute;
    left: 0;
    width: 100%;
    height: auto;
}

.promo-template-4-section .template-buttons {
    padding: 1em 0 2em 0;
}

.promo-template-4-section .template-buttons a {
    color: #FFF;
    background-color: #f16029;
    padding: .75em 3em;
    display: inline-block;
    font-weight: bold;
}

.promo-template-4-section .image-container {
    position: relative;
    margin-right: 2em;
}

.promo-template-4-section.promo-template-4-section {
    display: flex;
    align-items: center;
    margin-bottom: 2em;
    position: relative;
}

.promo-template-4-section.promo-template-4-section-1 .text-container {
    color: #FFF;
    background: rgba(0,0,0,.667);
    padding: 2em 1em;
    font-weight: bold;
}

.promo-template-4-section.promo-template-4-section-1 .text-container p {
    color: #CDCDCD;
    margin: .1em 0;
}

.promo-template-4-section.promo-template-4-section-1 .text-container .block-1 p:first-child {
    color: #FFF;
    font-size: 1.5em;
    margin: 0;
}

.promo-template-4-section.promo-template-4-section-1 .text-container .orange {
    color: #f16029;
    font-size: 1.5em;
}

.promo-template-4-section.promo-template-4-section-1 .text-container .block-2 {
    margin-top: 1em;
}

.promo-template-4-section.promo-template-4-section-1 .text-container .block-2 p {
    margin: 0 .25em;
}
.promo-template-4-section.promo-template-4-section-1 .text-container .block-2 p:first-child {
    margin-left: 0;
}

.promo-template-4-section.promo-template-4-section p:first-child {
    font-weight: bold;
}
/** Template 4 End */

/********************************************************************
 * Silver Line Template 1 Start
 *
 * Templates are constucted by sections.
 * Sections group the areas used by the editor.
 */
 .silver-line-template-1-section img {
     max-width: 100%;
     height: auto;
 }
.silver-line-template-1-section #home-page-background-image {
    width: inherit;
    max-width: 100%;
    min-width: 1em;
}
.silver-line-template-1-section.breadcrumbs {
    font-weight: bold;
    padding: .5em 0 1em;
}
.silver-line-template-1-section-2 + img {
    position: absolute;
    left: 0;
    width: 100%;
    height: auto;
}
.silver-line-template-1-section-2.home-page-top {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-bottom: 3.5em;
    position: relative;
    margin-right: 5%;
}
.silver-line-template-1-section-2 .text-container {
    color: #FFF;
    background: rgba(0,0,0,.667);
    text-align: center;
    padding: 2em 5em;
    font-weight: bold;
    box-sizing: border-box;
    margin-bottom: auto;
}
.silver-line-template-1-section-2 .text-container * {
    box-sizing: border-box;
}
.silver-line-template-1-section-2 .top-container {
    background: linear-gradient(to right, rgba(0,0,0,0) 2em, rgba(0,0,0,.667) 2em);
    font-size: .775em;
    position: relative;
    height: 1.975em;
    flex: 0 0 auto;
    margin-top: auto;
}
.silver-line-template-1-section-2 .top-container:before {
    left: -.1em;
    top: -.1em;
    border-width: 1.1em;
}
.silver-line-template-1-section-2 .text-container .block-1 {
    border-bottom: .1em solid #FFF;
    padding-bottom: 1em;
}
.silver-line-template-1-section .orange, .silver-line-template-1-section-3 .name {
    color: #f16029
}
.silver-line-template-1-section-2 .static-wrapper {
    width: 100%;
}
.silver-line-template-1-section-2 .top-container .block-2 .orange, .silver-line-template-1-section-3 .orange {
    font-size: 1.3em;
}
.silver-line-template-1-section-3 .flex, .silver-line-template-1-section-3 .box {
    display: flex;
}
.silver-line-template-1-section-3 .flex {
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: center;
}
.silver-line-template-1-section-3 .box {
    flex-direction: column;
    padding: .1em;
    margin-right: 1.1em;
    align-self: stretch;
}
.browser-ie .silver-line-template-1-section-3 .box {
    flex: 1 1 0%;
}
.silver-line-template-1-section-3 .box:first-child {
    margin-left: 0;
}
.silver-line-template-1-section-3 .box:last-child {
    margin-right: 0;
}
.silver-line-template-1-section-3 .img {
    background: #ffffff;
    border: .1em solid #ddd;
    text-align: center;
    /*flex: 2 0 auto;*/
    flex-shrink: 0;
    margin-bottom: 1.5em;
}
.silver-line-template-1-section-3 .img img {
    max-width: 100%;
    height: auto;
}
.silver-line-template-1-section-3 .name {
    padding-top: .75em;
    text-align: center;
    font-weight: 600;
    margin-bottom: 2em;
}
.silver-line-template-1-section-4 {
    margin-top: 3em;
    margin-bottom:2em;
    line-height: 2em;
}
.silver-line-template-1 .not-sure-need-help {
    margin-top: 5em;
    margin-bottom: 5em;
    justify-content: space-between;
}
@media(min-width: 700px) {
    .silver-line-template-1-section-3 .box {
        width: 23%;
    }
}
/** Silver Line Template 1 End */


/** Description Video Box */
.description-box {
    border: 1px solid #c4c4c4;
    padding: 1em;
    background: #efefef;
    font-weight: bold;
}

.description-box .flex {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #c4c4c4;
    padding: 0 0 1em 0;
}

.description-box .link-container a {
    border: 1px solid #f16029;
    border-radius: .5em;
    padding: .5em 1em;
    background: #ffece6;
    color: #f16029;
    text-decoration: none;
    display: block;
}

.description-box .videos-container {
    padding: 1em 0 0 0;
}

.description-box .videos-title {
    font-size: 1.2em;
}

.description-box .videos-title span {
    color: #f16029;
}

.description-box .videos-title:before {
    content: '+';
    border: 1px solid #666666;
    border-radius: 1em;
    padding: 0 .4em .1em .4em;
    margin-right: .25em;
    cursor: pointer;
}

.description-box .active .videos-title:before {
    content: '-';
    padding: 0 .55em .1em .5em;
}

.description-box .videos {
    display: flex;
    flex-wrap: wrap;
    opacity: 0;
    visibility: hidden;
    height: 0;
    transition: height .5s 0s, opacity .5s 0s, visibility .5s 0s;
}

.description-box .active .videos {
    opacity: 1;
    visibility: visible;
    height: 100%;
    transition: height .25s 0s, opacity .5s .25s, visibility .5s .25s;
}

.description-box .videos a {
    background: #FFF;
    padding: 1em .5em;
    border: 1px solid #c4c4c4;
    display: inline-flex;
    align-items: center;
    width: 20%;
    margin: 1em 2em 0 0;
    color: #666666;
    text-decoration: none;
    text-transform: uppercase;
}

.description-box .videos img {
    margin-right: .5em;
}
/** End Description Video Box */

.grid-page:after {
    content: '.';
    color: #FFF;
}

.grid-page .grid-page-top {
    border: .1em solid #c9c9c9;
    padding: .75em;
    font-size: 1.25em;
    transition: height .5s;
}

.grid-page .grid-tip p {
    margin-top: 0;
}

.grid-page .grid-page-top a {
    text-decoration: underline;
}

.grid-page .grid-page-top a:hover {
    text-decoration: none;
}

.grid-page .grid-page-top .first-part {
    font-weight: normal;
    line-height: 1.5em;
    margin-left: 5em;
}

.grid-page .grid-page-top .first-part p {
    font-size: inherit;
    line-height: inherit;
}

.grid-page .grid-page-top .last-part-wrapper {
    background: #D0D0CE;
    border: .1em solid #c9c9c9;
    padding: .75em;
    margin-top: 1em;
}

.grid-page .grid-page-top .last-part-wrapper .text {
    padding-bottom: 1em;
    line-height: 1.75em;
}

.grid-page .orange {
    color: #f16029;
    text-decoration: underline;
}

.grid-page .grid-page-top .last-part {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}

.grid-page .grid-page-top .last-part > div {
    color: #f16029;
    border: .1em solid #c9c9c9;
    background: #FFF;
    padding: .2em;
    flex: 3;
}

.grid-page .grid-page-top .last-part > div div {
    display: inline-block;
}

.grid-page .grid-page-top .last-part > div a {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.grid-page .grid-page-top .last-part > div:first-child {
    margin-left: 0;
    flex: 1;
}

.grid-page .grid-page-top .last-part > div:first-child a {
    text-decoration: none;
    text-align: center;
}

.grid-page .grid-page-top .last-part > div:nth-child(2) {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

.grid-page .grid-page-top .last-part > div:last-child {
    margin-right: 0;
    flex: 2;
}

.grid-page .grid-page-top .last-part > div:last-child a {
    color: #333;
    text-decoration: none;
}

.grid-page .grid-page-top .last-part > div:last-child a span {
    padding: .2em .2em .2em 1.5em;
}

.grid-page .unit-number {
    flex: 3;
}

.grid-page #unit-number-facet {
    background: #FFF;
    background: linear-gradient(#FFF 50%, #F0F0F0 90%);
    border-radius: .675em;
    border: .1em solid #c9c9c9;
    padding: .25em .25em .25em 0;
    overflow: hidden;
    position: relative;
    flex: 1;
    min-width: 9em;
}

.grid-page #unit-number-facet:after {
    content: '❮';
    width: 1em;
    height: .75em;
    color: #c9c9c9;
    position: absolute;
    transform: rotateZ(270deg) translateY(-1.2em);
    left: calc(100% - .5em);
}

.grid-page #unit-number-facet select {
    background: transparent;
    border: 0;
    width: 110%;
    position: absolute;
    z-index: 2;
    outline: 0;
}

.grid-page #unit-number-facetselect::-ms-expand {
    display: none;
}

.video-icon-needed.not-sure-rightest img, .grid-page .video-icon-needed img {
    width: 57px;
    height: 40px;
}

.in-page-video {
    background: #333;
}

.in-page-video-wrapper {
    position: relative;
    display: inline-block;
    text-align: center;
    background: #333;
    margin: auto;
}

.not-active .in-page-video-wrapper {
    padding-bottom: 0 !important;
}

.in-page-video iframe {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.learning-center-returns h1 {
    text-align: left;
}

.learning-center-returns .link a {
    text-decoration: underline;
    text-transform: uppercase;
}

.learning-center-returns .link a:hover {
    text-decoration: none;
}

.learning-center-returns .sub-title {
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: bold;
    margin: 2em 0 1em;
}

.learning-center-returns .flex {
    display: flex;
    justify-content: space-between;
}

.learning-center-returns .box {
    border: .3em solid #eeeeee;
    border-radius: .1em .1em 0 0;
    display: flex;
    flex-direction: column;
    flex: 1 1 0%;
    min-width: 0;
    min-height: 3em;
    margin: 0 2em;
}

.learning-center-returns .box:first-child {
    margin-left: 0;
    margin-top: 15px;
}

.learning-center-returns .box:last-child {
    margin-right: 0;
    margin-top: 15px;
}
.learning-center-returns .box img {
    display: block;
    margin: auto;
}

.learning-center-returns .box > div:first-child {
    min-width: 5.5em;
    min-height: 6em;
    display: flex;
    align-items: flex-end;
}

.learning-center-returns .darker {
    background: #eeeeee;
    font-weight: bold;
    flex: 3 0 auto;
    padding: 1em;
    line-height: 1.75em;
}

.learning-center-returns .darker > div {
    margin-bottom: 1em;
}

.learning-center-returns .title {
    text-transform: uppercase;
    color: #f16029;
}

.learning-center-returns .expand {
    cursor: pointer;
}

.learning-center-returns .expand span:before {
    content: '➕';
    font-weight: normal;
}

.learning-center-returns .expand.active span:before {
    content: '➖';
    font-weight: normal;
}

.learning-center-returns .expand + div {
    opacity: 0;
    visibility: hidden;
    height: 0;
    transition: opacity .5s, visibility .5s, height .25s;
}

.learning-center-returns .expand.active + div {
    opacity: 1;
    visibility: visible;
    height: 100%;
    transition: opacity .5s, visibility .5s, height .25s;
}

.is-learning-center img {
    max-width: 100%;
    height: auto;
}

.install-your-parts-2 > div:last-child {
    justify-content: space-around !important;
}

.install-your-parts-2 > div:last-child > div {
    margin-bottom: 2em;
}

.install-your-parts-3 > div:nth-child(2) {
    flex-direction: column;
}

.install-your-parts-5 > div:first-child {
    flex-direction: column;
    align-items: center;
    overflow: hidden;
}

.install-your-parts-5 > div:first-child > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 0 !important;
    margin-bottom: 2em;
}

/** Overlay */
.overlay {
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}
.overlay.active {
    opacity: .7;
    background: #000;
    visibility: visible;
}

/** Common popup */
.popup-common {
    z-index: 1101;
    position: absolute;
    min-width: 99%;
    top: 25%;
    left: 25%;
    transform: translate(-25%, -25%) translateZ(0) scale(1.01);
    -webkit-font-smoothing: subpixel-antialiased;
    backface-visibility: hidden;
    width: auto;
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s, visibility .5s, top .25s, left .5s, width .5s, height .5s;
}

.popup-common.active, .popup-common.minimize-popup {
    opacity: 1;
    visibility: visible;
}

.popup-common.minimize-popup {
    top: calc(100% - 5rem);
}

.popup-common.loading-content .content {
    min-width: 20em;
    min-height: 10em;
    position: relative;
}

.popup-common .content:after {
    opacity: 0;
    transition: opacity .5s;
}

.popup-common.loading-content .content:after {
    content: '';
    width: 5em;
    height: 5em;
    border-radius: 5em;
    border: .5em dashed #f16029;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    animation: popupSpinner 5s linear infinite;
}

@keyframes popupSpinner {
    0% {
        transform: translate(-50%, -50%) rotateZ(0);
    }
    100% {
        transform: translate(-50%, -50%) rotateZ(360deg);
    }
}

.popup-common.loading-error {
    border-color: red;
}

.popup-common .popup-container {
    border: .2rem solid #f16128;
    border-radius: .1rem;
    background: #FFF;
    overflow: hidden;
}

/** Common close button */
.popup-common .close {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    cursor: pointer;
}

.popup-common .close::after {
    content: 'X';
    color: #CB4C0C;
    background: transparent;
    line-height: 1.25rem;
    padding: .5rem;
    font-size: 1.25rem;
    text-shadow: 0 0 0 transparent;
    display: block;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    transition: all .25s;
}

.popup-common .minimize {
    position: absolute;
    right: 2rem;
    top: -.1rem;
    z-index: 2;
    border: .2rem solid #000;
    border-radius: .2rem .2rem 0 0;
    background: #FFF;
    cursor: pointer;
    overflow: hidden;
    transition: all .25s;
}

.popup-common .minimize::after {
    content: '⊻';
    font-size: 2rem;
    font-weight: bold;
    margin-top: -.1rem;
    display: block;
    color: #333;
    line-height: 1.5rem;
    padding: 0 .5rem;
    transition: all .25s;
}

.popup-common .minimize:hover {
    background: #333;
}

.popup-common .minimize:hover::after {
    background: #333;
    color: #FFF;
    transform: translateY(.2rem);
}

.popup-common .minimize-popup .minimize::after {
    content: '⊼';
}

.popup-common .minimize-popup .minimize:hover::after {
    transform: translateY(-.33rem);
}

.popup-common .popup-container .title {
    padding: .25rem 1rem;
    color: #FFF;
    text-shadow: .05em .05em #6d889a;
    background: linear-gradient(#8da8ba 90%, #6d889a 95%);
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
}

.popup-common > .popup-container > .content {
    padding: 1.75em 1em 1em 1em;
    transition: all .5s;
}
/** End poup common */

.popup-common .need-help-content {
    padding: 0 2em;
    width: 28em;
    height: 15em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 1.5em;
    transition: all .5s;
}

.popup-common .need-help-content > div:first-child {
    font-size: 1.2em;
}

.popup-common .not-sure-help-content {
    line-height: 1.5em;
    padding: 0 1em;
}

.popup-common .not-sure-help-content > div:first-child {
    text-align: center;
    font-size: 1.4em;
}

.popup-common .not-sure-help-content .flex {
    display: flex;
    justify-content: space-between;
}

.popup-common .not-sure-help-content .flex > div:nth-child(2) {
    max-width: 33%;
}

.popup-common .not-sure-help-content img {
    max-width: 100%;
    height: auto;
}

.popup-common .live-help-container {
    padding-bottom: 1em;
}

.popup-common .live-chat-icon {
    margin: auto;
}

.silverline-popup .content {
    max-width: 35em;
    padding: 3.75em 2.25em 3em 2.25em;
    line-height: 1.75em;
}

.youtube-popup {
    top: 50%;
    transform: translate(-25%, 50%) translateZ(0) scale(1.01);
}

.youtube-popup > .popup-container > .content {
    padding: 2em 1em 1em 1em;
    background: radial-gradient(#FFF, #000);
    background-size: 400% 400%;
    animation: videoBackground 5s alternate;
}

#youtube-wrapper-inline {
    background: radial-gradient(#FFF, #000);
    background-size: 300% 300%;
    animation: videoBackground 15s alternate;
}

@keyframes videoBackground {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

.youtube-popup .close:hover::after {
    color: #FFF;
}

.youtube-popup .caption {
    color: #FFF;
    text-align: center;
    font-size: 1.5em;
}

.youtube-wrapper {
    overflow: hidden;
    position: relative;
    padding-top: calc(9/16 * 100%);
    width: calc(100vw - 2.4em * 16/9); /* padding left & right + border left and right width */
    max-width: calc((16/9 * 100vh) - 3.4em * 16/9); /* padding top & bottom + border left and right width */
}

.inline-video .youtube-wrapper {
    width: auto;
}

.youtube-wrapper iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.zoom-popup {
    top: 0;
    left: 50%;
    transform: translate(-50% , 0);
}

.zoom-popup, .zoom-popup .popup-container, .zoom-popup .content {
    width: 100%;
    max-height: calc(100vh - 1em);
    text-align: center;
}

.zoom-popup .content img {
    max-width: 100%;
    height: auto;
    max-height: calc(100vh - 3.25em);
    width: auto;
}

.no-ship-popup {
    top: 25%;
    left: 50%;
    transform: translate(-50%, -0%) translateZ(0) scale(1.01);
}

.no-ship-popup .popup-container .title {
    background: #f16128;
}

.popup-not-sure-right td {
    display: block;
}
.popup-not-sure-right td:first-child p {
    text-align: center;
}

.no-ship-popup .popup-container .close:after {
    color: #000;
    padding: .1em .5em;
}

.no-mobile {
    display: none;
}

.page_search hr {
    width: auto !important;
}

.covid-banner {
    padding: 1em 1em 2em 1em;
    text-align: center;
    font-size: 1.2em;
    color:black;
    border-top:1px solid gray;
    background-color: #f7f7f7;
    letter-spacing: .75px;
}

.covid-banner div.promo-link-wrapper a,
.covid-banner div.promo-link-wrapper {
    text-decoration: underline;
    font-size: 1.1em;
}

.order-history-lookup-help h1 {
    text-align: left;
}

.order-history-lookup-help .flex {
    display: flex;
    flex-direction: column;
}

.order-history-lookup-help .flex > div {
    border: 1px solid #d4d4d4;
    margin-bottom: 2em;
}

.order-history-lookup-help .title {
    font-weight: bold;
    text-transform: uppercase;
    background: #f7f7f7;
    padding: .75em;
    margin: .5em;
    color: black;
}

.order-img-container {
    padding-top: 1em;
    padding-left: 1em;
    padding-right: 1em;
    padding-bottom: 2em;
}

.inverse-button {
    background: #FFFFFF;
    color: #f16128;
    border: 1px solid #f16128;
    transition: all .2s;
}

.full-only {
    display: none;
}

/** List Page Variation Start */
.page_items .item-container .item,
.page_search .item-container .item {
  padding: 1em 1em 2em;
}

.page_items .item-container .sale-price,
.page_search .item-container .sale-price{
  font-size: 16px;
}

@media (min-width: 1024px) {
  .page_items .item-container .item,
  .page_search .item-container .item {
    padding: 1em;
  }
}

.page_items .item-container .item h2,
.page_search .item-container .item h2 {
  text-align: left;
  line-height: 20px;
  font-size: 16px;
  min-height: 3.5rem;
}

.page_items .item-container .item .description,
.page_search .item-container .item .description {
  text-align: left;
  font-size: 1rem;
  line-height: 1.25rem;
  flex: 2;
}

.page_items .item-container .item .description > *:first-child,
.page_search .item-container .item .description > *:first-child {
	padding: 0 !important;
	margin: 0 !important;
	font-size: 1rem !important;
  line-height: 1.25rem !important;
}

.page_items .item-container .item .description > *:nth-child(n + 2),
.page_search .item-container .item .description > *:nth-child(n + 2) {
  display: none;
}

.page_items .item-container .item .item-list-add form,
.page_search .item-container .item .item-list-add form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page_items .item-container .item .quantity-container,
.page_search .item-container .item .quantity-container {
  display: none;
}

.page_items .item-container .item .prices,
.page_search .item-container .item .prices {
  font-size: 1em;
  color: #666666;
  font-weight: bold;
  padding-bottom: 3px;
  text-align: left;
  margin-bottom: 12px;
}

.page_items .item-container .item .prices .price-label,
.page_search .item-container .item .prices .price-label {
  display: none;
}

.page_items .item-container .item .prices .price,
.page_search .item-container .item .prices .price {
  font-size: 20px;
  color: #333333;
  font-weight: 500;
}

.page_items .item-container .item .ti-view-details,
.page_search .item-container .item .ti-view-details {
  background: #F26924;
  color: #ffffff;
  font-size: 13px;
  height: 40px;
  text-transform: uppercase;
  display: inline-block;
  line-height: 40px;
  width: 50%;
  margin-right: 20px;
}

@media (min-width: 1024px) {
  .page_items .item-container .item .ti-view-details,
  .page_search .item-container .item .ti-view-details {
    margin-right: 10px;
  }
}

.page_items .item-container .item .ti-view-details:hover,
.page_search .item-container .item .ti-view-details:hover {
  background: #d15512;
}

.page_items .item-container .item input[type="submit"],
.page_search .item-container .item input[type="submit"] {
  height: 40px;
  width: 50%;
  color: #F26924;
  background: transparent;
  border: 1px solid #F26924;
}

.page_items .item-container .item input[type="submit"]:hover,
.page_search .item-container .item input[type="submit"]:hover {
  background: #d15512;
  color: #ffffff;
}

/** List Page Variation End */

.bb-picker {
	display: none;
	border: 1px solid #333;
    position: absolute;
    background: #FFF;
    left: 0;
}
.bb-picker.active {
	display: inline-block;
}
.picker-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: bold;
}
.bb-picker table {
    border-collapse: collapse
}
.picker-week-days {
	background: #333;
	color: #FFF;
}
.picker-week-days > div {
	display: inline-block;
	border: 1px solid #FFF;
}
.picker-calendar {
	border: 1px solid #333;
}
.picker-calendar > div {
	display: inline-block;
	border: 1px solid #FFF;
}
.bb-picker td {
    text-align: center;
    cursor: pointer;
}
.bb-picker td > div {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	border: 1px solid transparent;
	overflow: hidden;
	width: 1.5rem;
	height: 1.5rem;
}
.bb-picker td:hover div, .bb-picker td > div.selected-date {
	background: #ccc;
}
.bb-picker td > div.today {
	border: 1px solid #ccc;
}
.bb-picker .same-month {
	font-weight: bold;
}
.bb-picker button {
    background: #f16128;
    color: #FFF;
}

/** SF Start */
.embeddedServiceHelpButton .helpButton .uiButton {
    background-color: #f16128 !important;
    font-family: "Arial", sans-serif !important;
}
.embeddedServiceHelpButton .helpButton .uiButton:focus {
    outline: 1px solid #f16128 !important;
}
.embeddedServiceSidebar h2 {
    color: #FFF !important;
    text-transform: none !important;
}
/** SF End */

/** Est Ship Date */
#estShipDate, #shipping-date {
    display: none;
}

.search-boxes {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

.search-boxes > div {
	max-width: 100% !important;
}

@media (orientation: landscape) {
	.search-boxes {
		flex-direction: row;
	}

	.search-boxes > div {
		max-width: 29% !important;
	}
}

@media (min-width: 700px) {
    .clear-cart-popup.active {
        left: calc(50% - 12rem) !important;
        width: auto;
    }

    .no-mobile {
        display: block;
    }

    .free-shipping-msg-container {
        position: absolute;
        top: 0;
    }

    .top-nav-section1 {
        position: absolute;
        top: 1.7rem;
        background: #FFF;
    }

    .top-nav-middle-border {
    	margin-top: 2.55rem;
    }

    .top-nav-middle-border ~ .overlay {
        top: 0;
        display: block;
    }

    .top-nav-middle-border ~ .overlay.active ~ .left-nav {
        transform: translateX(0);
    }

    .left-nav {
    	display: block;
    }

    .belowFooter .right {
        float: right;
    }

    .topNav .logo {
        width: 20em;
    }

    .top-nav-section1-wrapper .basket-icon {
        margin: 0;
    }

    .help-header-container .link {
        opacity: 1;
        width: auto;
        visibility: visible;
    }

    .footer .footerNav {
        padding: 2em 1em;
    }

    .footer .email-sign-up-message {
        padding-right: 1em;
        text-align: left;
    }

    .footer .footerNav .section:last-child {
        padding-top: 0;
    }

    .belowFooter h6 {
        text-align: left !important;
    }

    .belowFooter h6:first-child {
        display: inline-block;
        font-size: inherit;
        padding-bottom: 2em;
    }

    .belowFooter h6:last-child {
        padding-top: .5em;
    }

    .belowFooter a {
        font-size: 1em;
    }

    .page_index .content-containter-wrapper-div {
        display: block;
    }

    #home-page-background-image {
        position: absolute;
    }

    .home-page-top {
        display: block;
        overflow: hidden;
        height: 349px;
    }

    .home-page-top .links-container {
        width: 43em;
        background: rgba(0,0,0,.667);
        padding: 2em;
        font-size: .6em;
    }

    .home-page-top .top-container:before {
        content: '';
        border-width: 1em;
        border-style: solid;
        border-color: transparent #f16029  #f16029 transparent;
        width: 0;
        height: 0;
        background: transparent;
    }

    .home-page-top .top-container-wrapper {
        top: 50%;
        transform: translateY(-50%);
    }

    .home-page-top .top-container {
        width: auto !important;
        background: transparent;
        border-top: 2em solid transparent;
        border-right: 2em solid rgba(0,0,0,.667);
        display: inline-block;
    }

    .home-page-background-image-after .flex {
        display: flex;
        flex-direction: row;
        margin-top: 3.5em;
    }

    .home-page-background-image-after .flex > div:first-child {
        padding: 1.5em 2.5em 0 2em;
        flex: 2 2 auto;
    }

    .home-page-background-image-after .flex > div:last-child {
        padding: 0 2em 0 .5em;
        flex: 3 1 auto;
    }

    .home-page-middle-container {
        flex-direction: row;
        padding: 0;
    }

    .home-page-middle-container .box {
        margin-left: 2em;
        margin-top: 0;
    }

    .how-to-shop {
        padding: 1em;
        justify-content: space-between;
    }

    .how-to-shop .section {
        width: calc(25% - 1em);
        padding: 1em 0;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }

    .how-to-shop .section.mobile-only {
        display: none;
    }

    .how-to-shop .section .txt a {
        padding: .5em;
        margin: 0;
        min-height: 3.5em;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .which-product-ids .pid-arrow {
        display: block;
    }

    .which-product-ids .pid-arrow ~ div {
        margin: 2.5em 0 0 2.5em;
        max-width: 60%;
    }

    .bottomSpot > div:first-child > span {
        display: inline-block;
        text-align: left;
        padding-left: 0 !important;
    }

    .bottomSpot > div:first-child > span:first-child {
        padding-left: 12% !important;
    }

    .bottomSpotTop {
        flex-direction: row;
        justify-content: space-around;
        margin: 3em auto 0 auto;
    }

    .bottomSpotTop a {
        margin-top: 0;
        width: auto;
    }

    #popupDiv, #popupDiv-shipping-faq {
        padding: 1.5em;
        width: initial;
        max-width: 100%;
        width: auto;
    }

    #popupDiv.bb_gallery-box-popup .contentDiv {
        min-width: 600px;
        min-height: 200px;
    }

    #popupDiv .cart-container {
        float: right;
    }

    .welcome-new-user-popup .contentDiv {
        flex-direction: row;
    }

    .browser-ie .choose-category-image-container .transparent-box {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .identify-your-window .transparent-box .text {
        font-size: 1.5em;
        max-width: 90vw;
    }

    .category-choose-container a {
        margin: 0 2em 2em 0;
    }

    .category-choose-container a:first-child {
        margin: 0 0 2em 0;
    }

    .category-choose-container a > span {
        margin-bottom: 1.5em;
    }

    .category-choose-container a:first-child > span {
        margin-bottom: 1.5em;
    }

    .category-choose-container span.orange {
        position: static;
        color: #f16029;
    }

    .page_category .crumbs {
        padding: 1em 0;
    }

    .page_category .main-content h1 {
        padding: 0;
        margin: 1rem 0 0 0;
    }

    .category-choose-container .first-flex {
        flex-direction: row;
    }

    .category-choose-container .first-flex ~ span {
        padding-top: 1rem;
        padding-bottom: 0;
    }

    .category-choose-container .flex > img {
        max-width: 30%;
    }

    .category-choose-container a:last-child img {
        margin-top: 1rem;
        max-width: 40%;
    }

    .page_category .not-sure-left, .page_category .not-sure-right {
        padding: 0 .5em 0 0;
    }

    .transparent-box {
        font-size: 1em;
        /*
        width: 80%;
        padding-right: 3.5em;
        */
        width: 60%;
    }

    .choose-category-image .transparent-box {
        font-size: 1em;
        max-width: 90%;
    }

    .identify-your-window .transparent-box {
        left: 7%;
        top: 54%;
    }

    .page_category.id-formatter-page #waiterDiv .content:after, .page_detail.id-formatter-page #waiterDiv .content:after {
        width: 30em;
        top: calc(50% - 6em);
        left: calc(50% - 16em);
    }

    .category-choose-container .flex > img {
        margin-right: 2em;
        align-self: flex-start;
    }

    .category-choose-container span[data-youtube] {
        font-size: 1em;
    }

    .is-this-your-window-container {
        display: flex;
        flex-direction: row;
    }

    .is-this-your-window .window-img-div {
        max-width: 50%;
        height: auto;
        border: .1em solid #e1e1e1;
        margin: 0 1em 0 0;
        padding: 1em;
    }

    .is-this-your-window .verify-window-form-div input[type=submit] {
        width: auto;
        height: auto;
        padding: .5em 2.5em;
    }

    .id-formatter .id-formatter-top {
        margin: 0 0 0 1em;
    }

    .category-list-container, .big-img-container {
        flex: 1 1 0%;
    }

    .button-3d-image-container {
        display: none;
    }

    .category-3d-container .category, .category-container .category {
        width: auto;
        max-width: calc(50% - 2.5em);
        flex: 1 0 50%;
        border: .1em solid #b9b9b9;
        display: inline-flex;
        margin: 0 2.5em 1.5em 0;
        transition: box-shadow .25s;
    }

    .category-3d-container {
        flex-direction: row;
        justify-content: inherit;
        align-items: flex-start;
    }

    .category-3d-container .category a {
        display: block;
    }

    .browser-ie .category-3d-container .category a {
        display: block;
    }

    .category-3d-container .category-list {
        flex-direction: row;
    }

    .category-3d-container .category {
        max-width: 100%;
    }

    .category-3d-container .category-list, .category-container .category-list {
        justify-content: flex-start;
    }

    .big-img-container {
        margin-top: 0;
        flex-grow: 0;
        flex-basis: auto;
    }

    .category-3d-container .category-3d img {
        width: inherit;
        height: inherit;
        max-width: inherit;
    }

    .grid-page .grid-page-top .last-part > div {
        padding: .2em 1em;
    }

    .refine-search-button.active {
        display: inline;
        background: #f16128;
        color: #FFF;
        border: 0;
    }

    .selected-facets-container div {
        position: relative;
        display: inline-block;
        padding: .25rem 3rem .25rem .25rem;
        border: 1px solid #bababa;
        border-radius: .25rem;
        background: #bababa;
        color: #FFF;
        cursor: pointer;
        margin-bottom: .25rem;
        margin-right: .25rem;
    }

    .mobile-only {
        display: none;
    }

    .full-only {
        display: block;
    }

    .search-facets-container {
        border: 0;
        background: transparent;
        padding: 0;
        margin-bottom: 0;
    }

    .only-on-mobile {
        display: none;
    }

    .only-on-mobile.refine-search-button-container {
        visibility: hidden;
        opacity: 1;
        height: 0;
        display: block;
        transition: none;
    }

    .items-wrapper-middle-container {
        width: 100%;
        flex: 1 1 100%;
    }

    .items-wrapper-top-container {
        flex-direction: row;
    }

    .refineSearchDiv {
        opacity: 1;
        visibility: visible;
        height: 100%;
    }

    .search-facets-container {
        width: 18.75em;
        margin-right: 1.85em;
    }

    .clear-all-container .small-button {
        text-align: center;
        width: calc(100% + 2px);
    }

    .clear-all-container .small-button-span:after {
        content: '';
    }

    .narrow-your-search .close {
        display: none;
    }

    .search-facet-container-wrapper .fancy-checkbox {
        display: none;
    }

    .search-facet-container-wrapper input[type="checkbox"] {
        opacity: 1;
        visibility: visible;
    }

    .paging-container.mobile-paging-hidden {
        display: flex;
    }

    .item-container {
        flex-direction: row;
    }

    .item-container .item {
        flex: 1 1 100%;
    }

    .item-container .item img {
        max-width: 100%;
        height: auto;
    }

    .names-container {
        display: none;
    }

    .not-on-mobile {
        display: inherit;
    }

    .not-on-mobile .names-container {
        display: block;
    }

    .main-image-div {
        border: 1px solid #CDCDCD;
    }

    .main-image-div > img {
			min-width: 100%;
    }

    #image-gallery {
        margin-right: 1em;
        display: block;
    }

    #image-gallery > div {
        background: #FFF;
        border: 1px solid #CDCDCD;
        border-radius: 0;
        height: auto;
        width: auto;
        cursor: pointer;
        margin: .5em .5em 0 0;
        text-align: center;
        display: inline-block;
    }

    #image-gallery > div:first-child {
        margin-top: .5em;
    }

    #image-gallery > div img, #image-gallery > .video img {
        display: inline-block;
    }

    #image-gallery .selected {
        border-color: #F06514;
        background: #FFF;
    }

    #image-gallery > div:after {
        display: none;
    }

    .names-container h1 {
        font-weight: normal;
    }

    .names-container h2 {
        font-weight: normal;
        padding: 1em 0 .5em 0;
    }

    .names-container .styled-like-h2 {
        color: #000;
        font-weight: bold;
        padding: 0 0 .5em 0;
    }

    .specifications .attribute .attribute-values, .detail-add-to-cart .opt-in label .flex {
        display: inline-block;
        color: #f16128;
    }

    .detail-add-to-cart .opt-in img {
        display: inline-block;
    }

    .top-detail-container {
        flex-direction: row;
    }

    .left-banner-area {
        border: 1px solid #CDCDCD;
        width: 18.75em;
        display: block;
    }

    .detail-image-container {
        width: 49%;
    }

    .top-detail-container-left-banner .detail-image-container {
        width: calc(49% - 9em);
    }

    .middle-container {
        background: #F4F4F4;
        margin: 0;
        padding: 2em 1.5em;
        width: calc(49% - 2em);
        max-width: 45vw;
        border-bottom: 0;
    }

    .top-detail-container-left-banner .middle-container {
        width: calc(49% - 11em);
    }

    .detail-add-to-cart .opt-in label .flex {
        font-size: 1.1em;
    }

    .middle-container > div .not-on-mobile {
        display: block;
    }

    .middle-container .resource, .middle-container .color, .middle-container .related-colors {
        border-top: inherit;
        padding:inherit;
        background: inherit;
        padding-top: 1em;
    }

    .middle-container > div:first-child {
        margin-top: 0;
    }

    .middle-container > div:first-child > * {
        border: 0;
        display: block;
    }

    .middle-container > *:last-child {
        order: inherit;
        flex-grow: 5;
    }

    .middle-container .resource, .middle-container .color, .middle-container .addition-colors-text {
        font-size: 1.15em;
    }

    .middle-container .resource .works-with-title, .middle-container .color .color-text span, .middle-container .addition-colors-text {
        color: #000;
        font-weight: bold;
        display: inline-block;
    }

    .add-to-cart-wrapper, .icons-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        flex-wrap: wrap;
    }

    .add-to-cart-wrapper > div {
        width: 100%;
    }

    .add-to-cart-wrapper.hidden {
        display: none;
    }

    .detail-add-to-cart .item-price {
        text-align: left;
    }

    .detail-add-to-cart #master-price0 {
        color: #333;
        font-size: 1.3em;
        display: inline;
        text-align: left;
    }

    .detail-add-to-cart .opt-in ~ .quantity-container {
        margin-right: .5em;
    }

    .detail-add-to-cart .quantity-container .medium-button {
        width: auto;
        padding: 0 2em;
        font-size: 1em;
        flex-grow: 4;
        margin: 0 0 0 1rem;
    }

    .top-detail-container-left-banner .detail-add-to-cart .quantity-container .medium-button {
        margin-top: 0;
        margin-left: 0;
    }

    .frequently-bought-together {
        background: #F4F4F4;
        border: 0
    }

    .page_detail .related-items-list .item, .related-categories .category {
        width: 33.3%;
    }

    #popupDiv .detail-image {
        display: block;
        float: left;
        overflow: hidden;
        position: relative;
				margin-right: .5rem;
    }

    #popupDiv .content-container {
        padding: 2em;
    }

    #popupDiv .cart-container-styling {
        padding: 2em;
    }

    .add-to-cart-popup .frequently-bought-together {
        padding: 1em 0;
    }

    .add-all-descriptions-container .item {
        display: flex;
        align-items: center;
    }

    .add-all-descriptions-container .item > * {
        margin-right: 1em;
    }

    .detail-add-to-cart .quantity-style {
        font-size: 1em;
    }

    .frequently-bought-together .add-all-container .add-all-button {
        margin: 0 1em;
    }

    .frequently-bought-together .add-all-descriptions-container {
        margin-top: 0;
        border-top: 0;
    }

    #popupDiv .add-all-descriptions-container .item {
        padding-top: 1em;
    }

    #popupDiv.silverline-popup .content {
        max-width: 38em;
        padding: 3.5em 2.5em 2.5em 2.5em;
    }

    #popupDiv.silverline-popup .buttonDiv {
        right: 1.75em;
        top: 1.75em;
    }

    .related-categories .category {
        width: 18.25em;
        padding: 0 1em;
    }

    .page_login .login {
        width: 34rem;
        padding: 2rem 5rem;
    }

    #login-button {
        padding: .25rem 3.33rem;
    }

    .page_account .left {
        float: left;
    }

    .page_account .right {
        min-width: 400px;
        float: right;
    }

    fieldset.dates .date label {
        min-width: auto;
        margin-bottom: 0;
    }

    fieldset.attributes ol li {
        line-height: 0px;
    }

    .users-list .head {
        border-bottom: 1px solid #CDCDCD;
    }

    .opt-ins input {
        width: 2em;
        height: 2em;
    }

    .opt-ins label + input {
        clear: right;
    }

    .page_accountAddresses .street-address1-li div {
        width: 35em;
    }

    .page_accountCreate .billing-street-address2-li:after, .page_accountCreate .shipping-street-address2-li:after,
        .page_accountAddresses .street-address2-li:after {
        position: relative;
        margin: 0;
    }

    .page_accountCreate .shipping-street-address1-li .note {
        display: inline;
        padding-left: 12.2em;
    }

    .page_accountCreate .shipping-street-address1-li .note:after, .page_accountAddresses .street-address1-li .note:after {
        position: relative;
        top: -1.5em;
        left: 5.3em;
    }

    .page_accountCreate .shipping-street-address1-li .note {
        text-align: right;
    }

    .page_accountCreate .shipping-street-address1-li div:after {
        left: -8.5em;
    }

    .page_accountCreate .billing-street-address1-li::after {
        position: inherit;
        margin: 0;
    }

    .wanted-address-label-container {
        padding: 2.5em;
    }

    .wanted-addresses-container {
        padding: 2em 5em 2em 5em;
    }

    .wanted-addresses-container label {
        width: auto;
        margin-top: 0;
        padding-right: 2em;
    }

    .account-addresses div.address.editing {
        display: inline-block;
    }

    .page_account .order-history {
        padding-top: 0em;
    }

    .page_account .dates-container {
        background: inherit;
        padding: 0;
    }

    .page_orderHistoryLookup .main-content > .content-editor-div table {
        width: 700px;
    }

    .order-history-form {
        width: 700px;
        border-width: 0 3px 3px 3px;
    }

    .order-history-form form, .order-history-form fieldset {
        width: 30em;
    }

    .order-history-form input[type=text] {
        width: 100%;
        text-align: center;
        padding: .5em;
    }

    .order-history-form input[type=text]::placeholder {
        text-transform: uppercase;
        color: #666666;
    }

    .order-history-form input[type=text]:-ms-input-placeholder {
        text-transform: uppercase;
        color: #666666;
    }

    .order-history-form .medium-button {
        width: 25em;
        padding: .5em;
    }

    .some-times-centered {
        text-align: center;
    }

    .page_orderHistoryLookup h1 + div > table {
        width: 700px !important;
        height: 140px !important;
        margin: 25px auto 0 auto !important;
    }

    .page_verification .verification {
        flex-direction: row;
    }

    .page_verification .verification .left,.page_verification .verification .right {
        margin-bottom: 0;
    }

    .page_verification .verification .left {
        margin-right: 20px;
    }

    .page_verification .misc-options-list li input[type=checkbox] {
        width: auto;
        height: auto;
    }

    .supportCenter .support-search {
        margin: 1em;
    }

    .supportCenter > table {
        display: table;
    }

    .supportCenter > table tbody {
        display: table-row-group;
    }

    .supportCenter > table td {
        display: table-cell;
        margin-bottom: 0;
    }

    .supportCenter > table tr {
        display: table-row;
    }

    .supportCenter > table td {
        width: 33.333%;
    }

    .install-your-parts-2 > div:last-child {
        justify-content: space-between !important;
    }

    .install-your-parts-3 > div:nth-child(2) {
        flex-direction: row;
    }

    .install-your-parts-5 > div:first-child {
        flex-direction: row;
        align-items: stretch;
    }

    .install-your-parts-5 > div:first-child > div {
        display: block;
        height: auto !important;
        margin-right: -5em !important;
        margin-bottom: 0;
    }

    .page_Promo_Conv-Kit-Fall19 .silver-line-template-1 *:nth-child(6) {
        flex-direction: row;
    }

    .contact-us-container > .flex {
        flex-direction: row;
    }

    .contact-us-container .contact-us-box {
        width: calc(50% - 1em);
        margin-bottom: 0;
    }

    .contact-us-container > .contact-us-box {
        margin-top: 2em;
        width: 100%;
    }

    .popup-not-sure-right td {
        display: table-cell;
    }

    .popup-common {
        min-width: auto;
        max-height: 100vh;
        top: 25%;
        left: 25%;
        max-width: 80%;
        transform: translate(-25%, -25%) translateZ(0) scale(1.01);
    }

    .bb-picker {
        left: auto;
    }
}

@media (min-width: 802px) {
    .top-nav-section1.width-controller {
        max-width: 100%;
    }

    .top-nav-category-container .width-controller {
        overflow: hidden;
    }

    .top-nav-elements {
        position: relative;
    }

    .top-nav-elements .top-nav-element:first-child a {
        border-top: none;
    }

    .free-shipping-msg-container .flex > div:first-child {
        text-align: center;
    }

    .topNav .top-nav-elements {
        opacity: 1;
        visibility: visible;
        width: 100%;
        height: 100%;
        transition: opacity .3s .2s, visibility .5s, max-height .5s;
    }

    .footer .footerNav, .footer .footerNav .left {
        display: flex;
    }

    .footer .footerNav .left {
        flex: 2.5;
    }

    .footer .footerNav .right {
        flex: 1;
    }

    .logoDiv {
        flex-shrink: 0;
    }

    .order-status-icon, .my-account-icon {
        display: block;
    }

    .top-nav-category-container {
        padding-left: .25em;
    }

    .top-nav-elements {
        flex-direction: row;
        width: auto;
    }

    .top-nav-elements .mobile-only {
        display: none;
    }

    .topNav .top-nav-elements {
        visibility: hidden;
    }

    .topNav .top-nav-elements a {
        color: #333333;
        background: inherit;
        text-align: center;
        margin-right: .75em;
        border: 0;
        padding: 2em 1em;
    }

    .topNav .top-nav-elements a:first-child {
        padding: 1em 1em 1em 0;
    }

    .topNav .top-nav-elements a:hover {
        color: #CB4C0C;
    }

    .topNav .top-nav-elements a:after {
        content: '';
        right: 0;
    }

    .belowFooter {
        text-align: left;
    }

    .belowFooter .left {
        margin: 2em 0 2em 0;
        float: none;
    }

    .home-page-top .top-container, .home-page-top .links-container {
        font-size: .7em;
        width: 42em;
    }

    .choose-category-image .transparent-box {
        font-size: 1em;
        max-width: 40%;
    }

    .id-formatter-top {
        display: block;
    }

    .id-formatter-top > span {
        margin-top: 0;
    }

    .id-formatter .enter-pid {
        width: auto;
    }

    .id-formatter .id-formatter-segment {
        align-items: center;
    }

    .id-formatter .enter-pid {
        padding: 0 .5em;
    }

    .id-formatter input[type=radio] ~ .fancy-radio {
        margin-right: 3em;
    }

    .category-3d-container .category {
        max-width: calc(50% - 2.5em);
    }

    .grid-page .grid-page-top .last-part > div {
        margin: 0 1em;
    }

    .item-container {
        margin: 0 0 1em -1.85em;
        width: calc(100% + 1.85em); /* item padding for 2 columns */
    }

    .item-container .item {
        max-width: calc(50% - 1.85em);
        margin: 0 0 1.85em 1.85em;
    }

    .accordions {
        max-width: 97vw;
    }

    .accordions .block.half {
        width: calc(50% - .65em);
        display: inline-block;
        vertical-align: top;
    }

    .accordions .block.half.margin {
        margin-right: 1em;
    }

    .specifications .tab-flex {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: stretch;
        justify-content: space-between;
    }

    .specifications .tab-flex-child, .specifications .tab-float-child {
        border-width: 1px 1px 0 1px;
        border-style: solid;
        border-color: #cdcdcd;
        width: 42%;
        padding: 6px;
    }

    .specifications .tab-flex-child .attribute {
        display: flex;
    }

    .specifications .tab-flex-child:nth-last-child(1), .specifications .tab-flex-child:nth-last-child(2) {
        border-width: 1px;
    }

    .specifications .tab-float-child .attribute-name {
        float: left;
        width: 100%;
    }

    .specifications .tab-float-child .attribute-value {
        float: left;
        width: 46%;
    }

    .specifications .tab-float-child:nth-last-child(1), .specifications .tab-float-child:nth-last-child(2) {
        border-width: 1px;
    }

    .specifications .attribute .attribute-name {
        min-width: auto;
        padding-top: 0;
    }

    .detail-image-container {
        flex-direction: row-reverse;
    }

    #image-gallery > div {
        margin: .80em 0 0 0;
        max-width: 82px;
        display: block;
    }

    #image-gallery > div:first-child {
        margin-top: 0;
    }

    .order-billing, .order-shipping-options, .order-shipping {
        float: left;
        width: 26%;
    }

    .checkout-crumbs {
        border: 0;
    }

    .checkout-crumbs .state {
        border: .1em solid #f16128;
        padding: .5em 1em;
    }

    .checkout-crumbs .state:nth-child(1) {
        border-right: 0;
        text-align: left;
    }

    .page_verification .basket .cell-name {
        padding-top: 5px;
    }

    .checkout-crumbs .sharp {
        display: block;
    }

    .page_verification .basket .summary {
        float: none;
        text-align: right;
        position: relative;
        max-width: 50%;
        left: 50%;
    }

    .order-history-lookup-help h1 {
        border-bottom: 1px solid #d4d4d4;
        margin-bottom: 2em;
    }

    .order-history-lookup-help .flex {
        flex-direction: row;
    }

    .order-history-lookup-help .flex > div {
        margin-bottom: 0;
    }

    .order-history-lookup-help .flex > div:first-child {
        margin-right: 1.5em;
            flex: 1;
            flex-grow: 1;
            flex-shrink: 1;
            flex-basis: 0%;
    }

    .order-img-container {
        padding-top: 30px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 40px;
    }

    .order-history-lookup-help .flex > div:last-child {
            flex: 1;
            flex-grow: 1;
            flex-shrink: 1;
            flex-basis: 0%;
    }

    .order-history-lookup-help .title {
        font-size: 1.33em;
    }

}

@media (min-width: 879px) {
    .category-container .category {
        max-width: calc(33% - 2.5em);
    }

    .not-sure-need-help {
        flex-direction: row;
    }

    #cvc-container {
        width: 50%;
    }
}

@media (min-width: 957px) {
    .top-detail-container-left-banner .detail-add-to-cart .quantity-container .medium-button {
        margin-top: 0;
        margin-left: 1rem;
    }
}

@media (min-width: 967px) {
    .footer-email-form {
        flex: 1 0 0%;
    }

    .topNav .logo {
        height: 29px;
        width: 300px;
    }

    .top-nav-middle-border {
        margin-top: 5.2rem;
    }

    .home-page-top .top-container, .home-page-top .links-container {
        font-size: .8em;
        width: 43em;
    }

    .home-page-top .cell span {
        padding: 1em 0;
    }

    .page_contact h1 ~ table table > tbody > tr > td:last-child, .page_contact-us h1 ~ table table > tbody > tr > td:last-child {
        white-space: nowrap;
    }

    .page_contact h1 ~ table table tr, .page_contact-us h1 ~ table table tr {
        display: table-row;
    }

    .category-choose-container .choose-category-image {
        display: block;
    }

    .category-choose-container {
        flex-direction: row;
    }

    .category-choose-container a:first-child {
        margin: 0 2em 0 0;
    }

    .category-choose-container > div + a {
        margin: 0 3em;
    }

    .category-choose-container > div + a .flex {
        flex-direction: column;
    }

    .choose-category-image-container {
        margin-bottom: 0;
    }

    .category-choose-container img {
        width: auto;
    }

    .browser-chrome .checkout-crumbs .crumb:nth-child(1) .sharp {
        height: 2.4033em; /* Chrome skew bug fix */
    }

    .popup-common {
        position: fixed;
        min-width: auto;
        max-height: 100vh;
        top: 25%;
        left: 50%;
        max-width: 80%;
        transform: translate(-50%, -25%) translateZ(0) scale(1.01);
    }
}

@media (min-width: 982px) {
    .width-controller {
        min-width: 600px;
        max-width: 982px;
    }

    .topNav .top-nav-elements {
        visibility: visible;
        align-items: center;
        justify-content: center;
        overflow: visible;
    }

    .topNav .top-nav-elements a {
        margin-right: .33rem;
    }

    .topNav .top-nav-elements a:first-child {
        padding: 1em .25em 1em 0;
    }

    .topNav .top-nav-elements .top-nav-element:has(a[href='category_windows.html']) {
        order: 10;
    }

    .topNav .top-nav-elements .top-nav-element:has(a[href='category_door.html']) {
        order: 20;
    }

    .topNav .top-nav-elements .top-nav-element:has(a[href='category_w_d_insectscreens.html']) {
        order: 30;
    }

    .topNav .top-nav-elements .top-nav-element:has(a[href='category_zSupplies.html']) {
        order: 40;
    }

    .topNav .top-nav-elements .top-nav-element:has(a[href='category_zSupplies.html']) {
        order: 50;
    }

    .topNav .top-nav-elements .top-nav-element:has(a[href='items_main_hardware_sale.html']) {
        order: 60;
    }

    .topNav .top-nav-elements .top-nav-element:has(a[href='items_QATest.html']) {
        order: 70;
    }

    .topNav .top-nav-elements .top-nav-element:has(a[href='https://helpcenter.andersenwindows.com/aw/s/?paramName=Enter+Order+Number&utm_source=parts+store+referral&utm_medium=order+status+lookup&utm_content=window']) {
        order: 80;
    }

    .topNav .top-nav-elements .top-nav-element.mobile-only {
        order: 0;
    }

    .topNav .top-nav-elements .top-nav-element:has(a[href='https://parts.andersenstormdoors.com/']) {
        order: 90;
    }

    .topNav .top-nav-elements .top-nav-element:has(a[href='page_InstallPromotion.html']) {
        order: 100;
    }

    .topNav .top-nav-elements .top-nav-element:has(a[href='category_support.html']) {
        order: 200;
    }

    .topNav .top-nav-elements .top-nav-element:has(a[href='https://www.renewalbyandersen.com/']) {
        order: 110;
    }

    .page_index .content-containter-wrapper-div.width-controller {
        min-width: 100%;
    }

    .page_index .main-content > div, .page_index .main-content .bottomSpot > div {
        min-width: 600px;
        max-width: 982px;
        margin: auto;
    }

    .page_index .main-content .bottomSpot {
        min-width: 100%;
    }

    .home-page-top .links-container, .home-page-top .top-container {
        font-size: .8em;
        width: 43em;
    }

    .top-nav-section1-wrapper > div {
        padding: .1em 1em 0 1em;
    }

   .instruction-list .resource, .instruction-list .video {
        min-width: 220px;
    }

    .page_contact h1 ~ table > td, .page_contact-us h1 ~ table > td {
        width: 850px !important;
    }

    .page_contact h1 ~ table table > tbody > tr > td:last-child, .page_contact-us h1 ~ table table > tbody > tr > td:last-child {
        width: 206px !important;
    }

    .email-sign-up-footer {
        flex-direction: row;
    }

    .email-sign-up-footer > * {
        text-align: left;
    }

    .email-sign-up-footer {
        padding: 1em 0;
    }

    .footer .email-sign-up-message {
        padding-bottom: 0;
    }

    .footer-email-form input[type=email]::-webkit-input-placeholder {
        text-align: left;
    }

    .footer-email-form input[type=email]::-moz-placeholder {
        text-align: left;
    }

    .footer-email-form input[type=email]:-ms-input-placeholder {
        text-align: left;
    }

    .email-sign-up-footer input[type=submit] {
        margin-top: 0em;
        margin-left: 6.9rem;
    }

    .belowFooter .left {
        flex-direction: column;
        float: none;
    }

    .belowFooter .left > * {
        margin-right: 4em;
    }

    .belowFooter .left .footerSocial {
        margin: 0;
    }

    #home-page-background-image {
        width: 100%;
        height: auto;
        position: absolute;
        left: 0;
    }
}

@media (min-width: 1024px) {
    .width-controller {
        min-width: 982px;
        max-width: 91.25em;
    }

    .topNav .top-nav-elements a {
        margin-right: .5rem;
    }

    .page_index .content-containter-wrapper-div.width-controller {
        min-width: 100%;
    }

    .page_index .main-content > div, .page_index .main-content .bottomSpot > div {
        min-width: 982px;
        max-width: 88.25em;
        margin: auto;
    }

    .page_index .main-content .bottomSpot {
        min-width: 100%;
    }

    .footer .email-sign-up-message {
        padding-right: 0;
    }

    .home-page-top .links-container, .home-page-top .top-container {
        width: 43em;
        font-size: .7em;
    }

    .home-page-top .cell-container {
        margin-top: 1em;
    }

    .home-page-top .txt {
        font-size: 2em;
    }

    .page_contact h1 ~ table, .page_contact-us h1 ~ table {
        width: 1000px !important;
    }

    .footer-email-li input[type=email] {
        min-width: 23em;
    }

    .category-choose-container > div + a .flex {
        flex-direction: row;
    }

    .category-container .category {
        max-width: calc(25% - 2.5em);
    }

    .categorylist-3w .category {
        max-width: calc(33% - 2.5em);
    }

    .item-container .item {
        max-width: calc(33.33% - 1.85em);
    }

    .footer .footerNav a, .footer .footerNav span {
        padding: 0 0 1em 0;
        min-width: 18em;
    }
}

@media (min-width: 1075px) {
    .topNav .top-nav-elements a {
        margin-right: 1rem;
    }
    .topNav .top-nav-elements a:first-child {
        padding: 1em 0 1em 0;
    }

    .home-page-top .cell-container {
        margin-top: 2em;
    }

    .home-page-background-image-after .flex > div:first-child {
        padding: 1.5em 2.5em 0 0;
        flex: 3 2 auto;
    }

    .home-page-background-image-after .flex > div:last-child {
        padding: 0 0 0 .5em;
        flex: 2 1 auto;
    }

    .footer .footerNav {
        padding: 2em 1em;
    }

    .category-3d-container .category {
        max-width: calc(33.33% - 2.5em);
    }
}

@media (min-width: 1187px) {
    .left-nav .category-flyout {
        z-index: -1;
    }

    .left-nav .category-flyout.active {
        right: auto;
        transform: translateX(37rem); /** Nav Width */
    }
}

@media (min-width: 1255px) {
    .home-page-top .links-container, .home-page-top .top-container {
        width: 43em;
        font-size: .9em;
    }

    .home-page-top .cell-container {
        margin-top: .5em;
    }

    .footer .footerNav a, .footer .footerNav span {
        padding: 0 0 1em 0;
        min-width: 20em;
    }
}

@media (min-width: 1430px) {
    .home-page-top .links-container, .home-page-top .top-container {
        width: 54em;
        font-size: .9em;
    }

    .home-page-top .cell-container {
        margin-top: 2em;
    }

    .home-page-top .cell {
        width: 12em;
    }
}

.value {
    min-width:20%;
}

@media (min-width: 1439px) {
    /* .page_category .content-containter-wrapper-div {
        max-width: 125.25em;
    }

    .page_category .content-containter-wrapper-div.categories-0 {
        max-width: 88.25em;
    } */

    .home-page-top {
        font-size: 1em;
    }

    .g-recaptcha {
    	padding-bottom: 20px;
    }

    .id-formatter img {
        max-width: 38em;
    }

    /* .category-container .category, .category-3d-container .category {
        max-width: calc(25% - 2.5em);
    } */
}

@media (min-width: 1600px) {
    /* .page_category .content-containter-wrapper-div {
        max-width: 156.25em;
    }

    .page_category .content-containter-wrapper-div.categories-0 {
        max-width: 88.25em;
    }

    .page_category .content-containter-wrapper-div.categories-1, .page_category .content-containter-wrapper-div.categories-2, .page_category .content-containter-wrapper-div.categories-3, .page_category .content-containter-wrapper-div.categories-4 {
        max-width: 103.25em;
    }

    .category-container .category, .category-3d-container .category {
        max-width: calc(20% - 2.5em);
    }

    .categories-1 .category-container .category, .categories-2 .category-container .category, .categories-3 .category-container .category, .categories-4 .category-container .category {
        max-width: calc(25% - 2.5em);
    } */
}

@media (min-width: 1800px) {
    /* .page_category .content-containter-wrapper-div {
        max-width: 175.25em;
    }

    .page_category .content-containter-wrapper-div.categories-0 {
        max-width: 88.25em;
    }

    .page_category .content-containter-wrapper-div.categories-1, .page_category .content-containter-wrapper-div.categories-2, .page_category .content-containter-wrapper-div.categories-3, .page_category .content-containter-wrapper-div.categories-4 {
        max-width: 103.25em;
    }

    .category-container .category, .category-3d-container .category {
        max-width: calc(16.66% - 2.5em);
    }

    .categories-1 .category-container .category, .categories-2 .category-container .category, .categories-3 .category-container .category, .categories-4 .category-container .category {
        max-width: calc(25% - 2.5em);
    } */
}
