/**
 * Trinity Industry Variant Styles
 */

/**
 * Headings
 */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #fff;
}


/**
 * Forms
 */

select,
input,
textarea {
	background-color: #fff;
	color: #575757;
}


/**
 * Highlight selection
 */

::-moz-selection {
	background-color: #e89e5a;
}

::selection {
	background-color: #e89e5a;
}


/**
 * Borders
 */

.category-product-page__heading-breadcrumb,
.homepage__heading,
.products__recent-products__heading,
.products--related-products__heading,
.page-header {
	border-bottom-color: rgba(255, 255, 255, .25);
}

.page__drawer {
	border-left-color: rgba(255, 255, 255, .25);
}

.page__drawer--cart__view-cart,
.page-aside__navigation__list__item {
	border-color: rgba(255, 255, 255, .25);
}

.page-footer,
.in-category-description {
	border-top-color: rgba(255, 255, 255, .25);
}

.product-page__details__form {
	border-top-color: rgba(255, 255, 255, .25);
	border-bottom-color: rgba(255, 255, 255, .25);
}


/**
 * Icons
 */

.category-products__filter__btn svg,
.page-header__tools svg {
	fill: #fff;
}





/**
 * Site Header
 */

.page-header {
	background-color: #353535;
}

	/**
	 * Cart and Login
	 */

	.page__drawer {
		background-color: #353535;
		border-left: 1px solid #575757;
	}
		
		/**
		 * Cart
		 */

		.page__drawer--cart__list__item,
		.page__drawer--cart__list__item__details__heading {
			color: #fff;
		}

		.page__drawer--cart__list__item {
			background-color: #353535;
		}

		.page__drawer--cart__item-count-total {
			background-color: #353535;
			color: #fff;
		}

		.page__drawer--cart__view-cart {
			background-color: #353535;
			transition: opacity 100ms ease-in-out;
		}

		.page__drawer--cart__view-cart:hover {
			opacity: .7;
		}



/**
 * Navigation
 */

.page-aside__navigation__list__sub-list__inner {
	background-color: #353535;
}

	.page-aside__navigation__list__sub-list__inner:before {
		border-right-color: #353535;
	}

	.page-aside__navigation__list:not(.is-expanded):after {
		background-color: rgba(0, 0, 0, 0);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), to(#202020));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, #202020 100%);
	}

	.page-aside__navigation__btn {
		background-color: #e89e5a !important;
	}



/**
 * Soft Cart
 */

.ekm-softcart-wrapper .ekm-softcart-header h1 {
	background-color: #353535;
	color: #fff;
}

	div.ekm-softcart-links a {
		background-color: #72b165 !important;
	}

	div.ekm-softcart-links a.ekm-softcart-continue {
		background-color: transparent !important;
	}


/**
 * Category Filters
 */

.category-products__filter__drawer {
	background-color: #575757;
}

	.category-products__filter__attribute-heading {
		color: #fff;
	}

	form[name="product-filter"] .ui-slider-horizontal .ui-slider-handle.ui-slider-handle {
		background-color: #000;
	}


/**
 * Product Tabs
 */

.product-page__tabs [id^="tab"]:checked+label {
	color: #fff;
}

.product-page__tabs [id^="tab"]:checked+label:before {
	border-bottom-color: #fff;
}

.product-page__tabs [id^="tab"]:checked+label:after {
	border-bottom-color: #202020;
}

.product-page__tabs__content {
	border-top-color: #fff;
}


/**
 * Bulk Discount
 */

.product-page__details .ekm-bulk-discount th {
	background-color: #323232;
}

.product-page__details .ekm-bulk-discount tr, 
.product-page__details .ekm-bulk-discount tr.even:hover {
	background-color: #575757;
}

.product-page__details .ekm-bulk-discount tr.odd:hover {
	background-color: #575757;
}

.ekm-bulk-discount tr.even.even {
	background-color: #202020;
}