/* Products */

#part_builder {
	margin: 0px auto 200px;
	max-width: 900px;
	text-align: center;
}

#inside_part_builder {
	margin: -100px auto 50px auto;
	max-width: 900px;
	text-align: center;
}

#part_builder h4,
#inside_part_builder h4,
#part_builder .heading.four,
#inside_part_builder .heading.four {
	color: #ffffff;
	letter-spacing: 4px;
	font-size: 150%;
	font-weight: 400;
	font-family: 'Oswald', sans-serif;
	margin: 10px 0;
	text-transform: uppercase;
}

.part {
	padding: 25px 0;
}

.part-label {
	font-size: 16px;
	line-height: 1.25em;
	padding-top:6px;
}

/*Product Styles*/

div.product-title h2,
div.department-list-title h3 {
	font-weight: bold;
	text-align: left;
	margin: 0 0 0.5em 0;
}

div.product-title h3:hover,
div.department-list-title h3:hover {
	color: #fefefe;
	text-decoration: none;
}

div.product-information-text {
	padding-left: 30px;
}

div.product-information-text h1 {
	margin-top: 0;
	line-height: 0.8em;
}

div.product-view-share {
	padding: 10px 0 0 0;
}

.product-option-photo-container {
	overflow: auto;
}

.product-option-photos {
	position: relative;
}

.product-option-photo-overlay {
	background-color: #fefefe;
	font-size: 25pt;
	color: #8ec63f;
	padding: 3px 20px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	position: absolute;
	bottom: 0;
	right: 10%;
}

.product-option-photo-overlay:hover {
	color: #ffffff;
}

div#featured-products-container .section-title h2,
div#featured-products-container .section-title a {
	display: inline-block;
}

div#featured-products-container .section-title a {
	padding-left: 10px;
}

div.product-breadcrumb {
	font-size: 12pt;
	font-style: italic;
	padding: 20px 0;
}

div.product-breadcrumb a {
	color: #ffffff;
}

div.product-breadcrumb a:hover,
div.product-breadcrumb a.active {
	color: #8ec63f;
}

div.category-list-thumb {
	display: inline-block;
}

.store-product-container ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.store-product-container.category-container  {
	border: 1px solid #efefef;
}

div.product-list-item-container.homepage {
	margin: 50px 35px;
}

div.product-list-item-container.homepage .button {
	margin: 20px 0;
	text-align: center;
}

div.product-list-item-button a {
	margin: 5px 0;
}

div.product-list-item-description {
	padding-top: 0;
}

div.product-list-item-description p {
	margin: 0;
}

/* new menu style */

h2.store-title {
	border-left: solid 5px #8dc63f;
	color: #000000;
	font-family: 'Oswald', sans-serif;
	padding-left: 10px;
	text-transform: uppercase!important;
	line-height: 1em;
	margin-bottom: 20px;
}

.store-filter {
	padding-bottom: 20px;
}

.store-filter:last-of-type {
	padding-bottom: 0;
}

.store-product-container ul {
	margin: 0px;
	padding:10px 0;
	position: relative;
	z-index: 300;
}

.store-product-container ul:first-child {
	padding:0px 0 0 0;
}

.store-product-container ul li a {
	/*background: #727171;*/
	color: #000;
	display: block;
	font-size: 100%;
	font-weight: 400;
	margin: 0px;
	padding: 3px 20px 3px 20px;
	text-decoration: none;
}

.store-product-container ul li li a {
	font-size: 90%;
	font-weight: 300;
	padding: 5px 10px 5px 30px;
}

.store-product-container ul li li a:before {
	content: '\25B2';
	color:#8ec63f;
	font-size: 65%;
	display: inline-block;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-right: 10px;
}

.store-product-container ul li ul li ul li a {
	font-size: 100%;
	font-weight: 300;
	padding: 3px 10px 3px 40px;
}

.store-product-container ul li.line hr {
	border-top: 1px solid #8ec63f;
	width: 35%;
	margin: 3px 0;
}

.store-product-container ul li.main > a {
	color: #727171;
	padding: 10px 20px;
	background: #fff;
	font-size: 100%;
	border:1px solid #efefef;
}

.store-product-container ul li.open ul.hidden {
	display: block !important;
}

.store-product-container ul li.open > a {
	font-weight: 700;
}

a.store-menu-title {
    display: none;
}


/* product list styles */

a.link-wrapper {
	display: block;
	outline: none;
}

.product-store-container {
	max-width: 1600px;
	margin: 0 auto;
}

.product-filter-list-container {
	margin-top: 0px;
}

.product-category-list-container {
	max-width: 1200px;
	margin: 0 auto;
}

.product-category-list-container.home {
	max-width: none;
	margin: 0 auto;
}

/* product list page */

.product-list-item,
.product-category-list-item {
	margin: 0 auto 40px;
}

.product-category-list-item a {
	color: #000000;
}

.product-list-item.homepage {
	max-width: none;
}

.product-list-item {
	text-align: left;
}

.product-sidebar-container {
	float: left;
	margin-top: 26px;
	width: 300px;
}

.product-sidebar-container hr {
	margin: 10px 0;
	width: 10%;
}

.product-list-container {
/*	margin-left: 345px; */
}

.product-list-sub-container {
	margin-top: 40px;
}

.product-list-item-title heading.four {
	margin: 0;
}

.product-clearfix {
	height:0;
	overflow: auto;
	width: 100%;
}

i {
	font-style: normal;
}

.product-category-description {
	max-width: 75%;
	margin: 0 auto;
	text-align: center;
}

.product-breadcrumb-container {
	padding-bottom: 20px;
}

.product-breadcrumb-container:empty {
	display: none !important;
}

.product-breadcrumb-container span {
	content: "";
	padding: 0 3px;
}

.product-breadcrumb-container span:last-of-type {
	display: none;
}

.product-breadcrumb-container a {
	color: #727171;
	font-size: 105%;
}

.product-breadcrumb-container a:last-of-type {
	color: #8dc63f;
}

.product-view-text {
	max-width:720px;
	padding-left: 40px;
}

.product-view-text ul li {
	list-style-type: disc;
	margin-left: 15px;
}

.product-view-btn-group {
	margin-top:20px;
	margin-bottom:35px;
}

/*.product-view-title h2,
.product-category-list-item h3,
.product-list-item-title h3 {
	color: #727171;
	font-size: 145%;
	font-weight: 700;
	margin: 0;
}*/

.product-list-item-title.heading.three,
.product-list-item-title h3 {
	font-size: 120%;
	/*font-family: 'Oswald', sans-serif;*/
	text-transform: none;
	margin: 10px 0 0 0;
	text-align: center;
	width: 100%;
}

.product-list-item-title.heading.four,
.product-list-item-title h4 {
	font-size: 100%;
	/*font-family: 'Oswald', sans-serif;*/
	text-transform: none;
	margin: 10px 0 0 0;
	text-align: center;
	width: 100%;
}

.category-list-item .product-list-item-title h4 {
	text-align: center;
}

.category-title {
	padding: 0 20px;
}

.category-title .product-list-item-title h4.heading.one {
	font-size: 275%;
	text-align: center;
	text-transform: uppercase;
	line-height: 1.1em;
	max-width: 85%;
	margin: 0 auto;
}

.category-title .product-list-item-button {
	text-align: center;
}

.category-title hr {
	border-color:  #b61219;
	margin: 30px auto;
}

.product-view-title h2 {
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	text-align: left;
	color:#000;
}

.product-view-title hr {
	margin: 20px 0;
	width:33%;
	max-width: 150px;
}

.product-view-title h2 span,
.product-category-list-item h3 span,
.product-list-item-title h3 span {
	color: #8ec63f;
	font-weight: 400;
}

.product-view-category-title {
	color: #727171;
	font-size: 120%;
	font-weight: 700;
}

.product-view-container h4 {
	font-size: 100%;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding-top: 10px;
}

.product-view-container ul {
	list-style-type: none;
	padding-left:0px;
}

.product-view-container ul li {
	padding-bottom:5px;
}

.product-view-title h2 {
	font-size: 200%;
	font-family: 'Lato', sans-serif;
	font-weight:700;
}

.product-view-price {
	color: #0f7cc1;
	font-size: 250%;
	font-weight: 300;
	font-family: 'Muli', sans-serif;
}

.product-list-item-image {
	background-repeat: no-repeat;
	background-size: auto 80%;
	background-position: center;
	display: block;
	height: 0;
	padding-bottom: 200px;
	margin: 0 auto;
	position: relative;
	text-align: left;
	z-index: 1;
}

#home .product-list-item-image {
	background-size: auto 70%;
}

.product-related-products-container h3.main {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	text-align: center;
}

.product-related-products-container {
	max-width: 1200px;
	margin: 0 auto 0px;
}

.product-related-products-container hr {
	width:150px;
}

.product-list-container .product-view-related-items img {
	margin: 0 auto;
	display: block;
}

div.product-list-item-image img {
	max-height: 100%;
	width: auto!important;
}


/* Overlay for categories & Products */

/*.product-list-item-image:after {
	background-color: rgba(207, 22, 28, 0.9);
	color: #fff;
	display: none;
	content: "Learn\aMore\a ";
	line-height: .875em;
	font-size: 200%;
	font-family: 'Oswald', sans-serif;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	top: 0;
	white-space: pre;
	width: 100%;
	z-index: 10;
}*/


.product-list-item-image:hover:after {
	display: flex;
	justify-content: center;
	align-items: center;
	height:100%;
}

.product-list-item-image.adhesive img {
	border-radius: 10px;
}

div.product-list-item.homepage div.product-list-item-image img {
	max-width: 100%;
}

.product-view-supplier,
.product-list-item-option,
.product-view-option,
.product-view-supplier a,
.product-list-item-supplier {
	color: #727171;
	/*font-style: italic;*/
	font-weight: 700;
}

.product-list-item-price {
	color: #727171;
	font-weight: normal;
	text-align: left;
}

.product-list-item-title h3 {
    line-height: 1.1em;
}

.product-list-item-description {
	color: #727171;
	font-size: 90%;
	font-weight: 400;
	padding: 10px 0;
}

.product-list-item-description p {
	 margin: 10px 0;
 }

.product-list-item-description ul li {
	text-indent: -.7em;
	padding: 3px 0 3px 1em;
}

.product-list-item-description ul li:before {
	content: "•";
	padding-right: 7px;
	padding-bottom: 8px;
	font-size: 95%;
	color: #8ec63f;
}

.product-list-item-description ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

body.products_template div.page-title {
	background-color: #f1f1f1;
}


.product-home-grid {
	margin: 20px auto;
	display: grid;
	display:-ms-grid;
	height: 100%;
	width: 75%;
	-ms-grid-rows: auto;
	grid-template-rows: auto;
	grid-column-gap: 1px;
	grid-row-gap: 10px;
	grid-template-columns: 1fr 1fr;
	-ms-grid-columns: 1fr 1fr;
}

.product-home-grid > div:nth-of-type(1)  {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
}

.product-home-grid > div:nth-of-type(2)  {
	-ms-grid-row: 1;
	-ms-grid-column: 2;
}
/*nav*/

div.product-list-page-nav {
	color: #cecece;
	text-align: center;
	display: inline-block;
	font-size: 12pt;
	padding: 15px 5px;
	margin: 20px auto;
	width: 100%;
	border-top: 1px solid #F3F3F3;
	border-bottom: 1px solid #F3F3F3;
}

div.product-list-page-nav a {
	color: #191819;
	padding: 6px;
	text-decoration: none;
	font-size: 116%;
}

div.product-list-page-nav span {
	color: #b61219;
	padding: 6px;
	font-size: 116%;
}

.view-product-link {
	display: none;
}

/*view page*/

.product-view-title,
.product-view-colour,
.product-view-description {
	margin: 20px 0;
}

.product-view-title h2,
.product-view-title h3 {
	margin: 0;
}

.product-view-thumbnail {
	margin-top: -80px;
}

.product-view-thumbnail.default {
	margin-top: 0px;
}

.product-view-thumbnail > a > img {
	background-color: #fff;
	padding: 20px 0;
}

.product-view-thumbnail.default > a > img {
	background-color: none;
	padding: 0;
}

.product-view-thumbnail .sub-image-container  {
	padding: 1px;
	margin-bottom: 20px;
}

.product-view-thumbnail.default .sub-image-container  {
	padding: 1px;
	margin: 20px 0;
}

.product-view-thumbnail .sub-image {
	float: left;
	margin: -5px -7px 0 -7px;
	width: 33%;
}

.product-view-thumbnail .sub-image a {
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	display: block;
	height: 0;
	padding-bottom: 100px;
}

.sub-clear {
	overflow: auto;
	width: 100%;
}

.disclaimer {
	font-size: 90%;
	font-style: italic;
	margin: 10px 0;
}

.disclaimer.text {
	font-size: 90%;
	font-style: italic;
}

.product-view-description {
	font-size: 110%;
}

.product-view-colour {
	border: 1px solid #333333;
	width: 75px;
	height: 32px;
}