/*
  Theme Name:   Bolts
  Description:  Estranged Child of Storefront
  Author:       Bolts
  Author URI:   https://www.bolt.com.au
  Template:     storefront
  Version:      0.5.8
  License:      GNU General Public License v2 or later
  License URI:  http://www.gnu.org/licenses/gpl-2.0.html
  Text Domain:  bolts
*/

/*
 * my account, store locator, cart: proxima nova condensed bold
 * sign in/ reg etc: proxima nova regular
 * top menu items: proxima nova condensed bold
 * mega menu headers: proxima nova condensed bold
 * body font: proxima nova regular
 */


/* working */
ul.products li.product a:first-of-type {
	/*min-height: 390px;*/
}

/* gst toggle button */
.toggle {
	margin-left: 10px !important;
}

/* debug */
.col-full {
	border: 0px solid orange !important;
}
.header-container {
	border: 0px solid red !important;
}

body {
	border: 0px solid green;
	min-width: 285px;
}

.hidden {
	display: none;
}

/* fonts */
h1, h2, h3, h4, h5, h6, body, button, input, textarea {
	/*font-family: proxima-nova, sans-serif;*/
	font-family: 'proxima-nova-condensed', 'sans-serif';
	font-weight: 400;
	font-style: normal;
}


/* img */
img {
	border-radius: 0;
}


/* outline */
a:focus, button:focus, .button.alt:focus, input:focus, textarea:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus {
	outline-color: #7fbe41;
}

/* link colour */
a {
	color: #0e2d52;
}

/* radio buttons */
.star-rating span:before, .quantity .plus, .quantity .minus, p.stars a:hover:after, p.stars a:after, .star-rating span:before, #payment .payment_methods li input[type=radio]:first-child:checked+label:before {
	color: #0e2d52;
}

/* miscellaneous stuff */

/* move captcha to left */
.grecaptcha-badge {
	width: 70px !important;
	overflow: hidden !important;
	transition: all 0.3s ease !important;
	left: 4px !important;
}

.grecaptcha-badge:hover {
	width: 256px !important;
}

/* warning notice */
.woocommerce-notices-wrapper .woocommerce-warning {
	color: white !important;
	background-color: darkred !important;
}

select {
	border: 1px solid #dadada;
	background-color: #fcfcfc;
	color: #555;
}

button, input[type="button"], input[type="reset"], input[type="submit"], .button, .widget a.button {
	background-color: #0e2d52;
	color: white;
	/*font-size: 0.9em;*/
	text-transform: uppercase;
}

/* home page buttons */
.add_to_cart_button,
.added_to_cart {
	font-size: 0.8em;
}

/*.home button,
.home .button,
.home .added_to_cart,
.home ul.products li.product .button,
.home .single-product div.product form.cart .button {
	background-color: purple;
	color: red;
	font-size: min(1em, 12px);
}*/

/* checkout button */
.wc-proceed-to-checkout .button.checkout-button {
	font-size: 1em;
}

button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .button:hover, .widget a.button:hover {
	background-color: #7fbe41;
	color: white;
}

/* block buttons */
.wp-block-button .wp-block-button__link, #cookie-notice .cn-button {
	background-color: #0e2d52;
	color: white;
	text-transform: uppercase;
	font-weight: 600;
}

#cn-notice-buttons {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 5px;
}


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


input[type=text], input[type=number], input[type=email], input[type=tel], input[type=url], input[type=password], input[type=search], textarea, .input-text {
	border: 1px solid #c3c5cb;
	background-color: #f5f5f5;
}

/* attribute style */
#accordion {
	border: 0px solid purple;
}
.accordion-toggle {cursor: pointer; margin-top: 1.25em;}
.accordion-content {display: none;}
.accordion-content.selected {display: block; padding: 0.3125em; border: 0px dotted red;}


/* shipping options */
#order_review .woocommerce-shipping-totals td {
	border: 0px solid red;
	display: block;
}

/* store pickup */
.shipping-store-pickup span.address {
	margin-top: 0.3125em;
	border: 0px solid red;
}

h3.shipping-info, h3.alerts {
	margin-top: 20px;
}


/* account icons */
.woocommerce-MyAccount-navigation ul li a::before {
	text-align: center;
}

/* credit account icon */
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--credit-account a:before {
	content: '\f51e';
}

/* get rid of dots underneath required field asterisk */
.required {
	border: 0 !important;
	text-decoration: none;
}

/* spinner */
img.spinner {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 50px;
}

/* browse categories pop down menu */
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
	color: #666;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* header */
.site-header {
	background-color: #0e2d52;
	padding-top: 0;
	padding-bottom: 0;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* header container */
.header-container {
	display: grid;
	grid-template-columns: minmax(70px,auto) minmax(210px,280px);
	grid-template-rows: auto 6em auto auto auto;
	align-items: center;
}

.top-bar-wrapper { grid-row: 1; grid-column: 1 / 3 }
.site-branding { grid-row: 2; grid-column: 1 / 3 }
.storefront-primary-navigation { grid-row: 3; grid-column: 1 / 2 }
.header-nav-icons { grid-row: 3; grid-column: 2 / 3 }
.site-search { grid-row: 4; grid-column: 1 / 3 }
.bottom-bar-wrapper { grid-row: 5; grid-column: 1 / 3 }

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* top header bar */
.top-bar-wrapper {
	background-color: #676767;
	color: white;
	font-size: 0.875em;
	font-weight: bold;
}

.top-bar-wrapper .articles {
	display: none;
}

.top-bar-wrapper .separator:first-child {
	display: none;
}

#top-bar {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	line-height: 2.5em;
}

#top-bar a {
	text-decoration: none;
	color: white;
}

#top-bar a:hover {
	color: #ddd;
}

#top-bar a:active, a:focus {
	outline: 0;
	border: none;
	-moz-outline-style: none;
}

#top-bar i {
	font-size: 1.4em;
	vertical-align: middle;
	padding-right: 0.5em;
	margin-top: -2px;
}

#top-bar .separator {
	/*margin: 0 1.375em;*/
	margin: 0 9px;
	border-left: 1px solid white;
}

#top-bar .articles {
	margin-right: 18px;
}

#top-bar .right {
	margin-left: auto;
	height: 2.5em;
}

#top-bar .right i {
	margin-left: 0.5em;
	padding-right: 0;
}

#top-bar .right .active {
	color: #9fde61;
}

#top-bar .videos, #top-bar .competitions, #top-bar .new-products, #top-bar .separator {
	display: none;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* bottom header bar */
.bottom-bar-wrapper {
	background-color: #0e2d52;
	color: white;
	font-family: 'proxima-nova-extra-condensed', 'sans-serif';
	font-size: 0.875em;
	font-weight: bold;
}

#bottom-bar {
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	align-items: center;
	line-height: 3em;
}

#bottom-bar a {
	text-decoration: none;
	color: white;
	font-weight: 200;
}

#bottom-bar a strong {
	color: #7fbe41;
	text-transform: uppercase;
	margin-right: 0.3125em;
}

#bottom-bar a:hover {
	color: #ddd;
}

#bottom-bar a:active, a:focus {
	outline: 0;
	border: none;
	-moz-outline-style: none;
}

#bottom-bar i {
	font-size: 1.25em;
	height: 1.25em;
	vertical-align: middle;
	padding-right: 0.5em;
}

#bottom-bar .separator {
	border-left: 1px solid white;
	height: 1.5em;
}

#bottom-bar .despatch, #bottom-bar .specials, #bottom-bar .separator {
	display: none;
}

#bottom-bar .conditions-apply {
	font-size: 150%;
	font-weight: 600;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* header navigation */
.header-nav-icons {
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	align-items: center;
	text-align: center;
	color: white;
	font-size: 0.875em;
	background-color: #e6e6e6;
	height: 5em;
}

.header-nav-icons p.big-screen {
	display: none;
}

.header-nav-icons p.mobile {
	display: block;
}

.header-nav-icons i {
	margin-bottom: 0.315em;
	font-size: 2.5em;
}
.header-nav-icons p {
	text-transform: uppercase;
	font-size: 0.875em;
	font-weight: bold;
	content: " ";
	margin: 0;
	line-height: 0.5em;
}

.header-nav-icons small {
	font-size: 0.688em;
	font-family: 'proxima-nova', 'sans-serif';
	font-weight: normal;
	display: none;
}

.header-nav-icons a {
	display: block;
	text-decoration: none;
	color: #676767;
}

.header-nav-icons a:hover {
	color: #676767;
}

.header-nav-icons .separator {
	border-right: 1px solid #ccc;
	height: 4em;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* site branding */
.woocommerce-active .site-branding {
	margin: auto;
	float: none;
	width: 280px;
}

.site-branding .site-title img {
	max-width: 280px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* site search */
.site-search {
	display: block;
}

.site-search .search-field {
	background-color: white;
	font-weight: 50;
}

.site-search form {
	margin-bottom: 0;
}

/* micromodal search results */
#modal-search-results .modal__overlay {
	position: fixed;
	align-items: unset;
}

#modal-search-results .modal__container {
	width: 100%;
	max-width: 1200px;
	max-height: 60vh;
	border-radius: 0;
	padding: 0;
	opacity: 90%;
}

#modal-search-results .modal__close {
	position: absolute;
	right: 5px;
	top: 5px;
	padding: 6.5px 11px;
	background-color: #0e2d52;
	display: none;
}

#modal-search-results .modal__close:hover {
	background-color: #7fbe41;
}

#modal-search-results .modal__content {
	margin-top: 0;
	/*margin-right: 45px;*/
}

#modal-search-results img.spinner {
	position: absolute;
	z-index: 100;
	left: 50%;
	width: 64px;
}

#modal-search-results .search-cols {
	display: grid;
	grid-template-columns: 1fr;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

#modal-search-results .search-cols h3 {
	text-align: center;
	color: #eaeaea;
	background-color: #0e2d52;
}

#modal-search-results .search-col {
	padding: 5px;
}

#modal-search-results .search-results {
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
	color: #bbb;
}

#modal-search-results .search-results a {
	color: #0e2d52;
}

#modal-search-results .search-results a:hover {
	background-color: #7fbe41;
}

#modal-search-results .search-results-line {
	display: flex;
	align-items: center;
	background-color: inherit;
	font-size: 0.9em;
	height: 50px;
}

#modal-search-results .search-results-line img {
	width: 40px;
	margin: 5px 20px 5px 10px;
}

#modal-search-results .search-results-double-line {
	display: flex;
	flex-basis: 100%;
	align-items: center;
	background-color: inherit;
}

#modal-search-results .search-results-double-line img {
	width: 75px;
	margin: 5px 20px 5px 10px;
	flex: 1;
}

#modal-search-results .search-results-double-line-info {
	flex: 4;
}

#modal-search-results .search-results-double-line .search-title {
	display: block;
}

#modal-search-results .search-results-double-line .search-meta {
	font-size: 0.8em;
}

#modal-search-results .search-results-view-all {
	margin: auto;
	text-align: center;
	padding: 20px 0;
	display: block;
}

#modal-search-results .search-results .price {
	white-space: nowrap;
	font-size: 1.6em;
	display: none;
	padding-left: 20px;
	flex: 1;
}

#modal-search-results .search-results .promotion {
	color: red;
}

#modal-search-results .price .tax-inc,
#modal-search-results .price .each,
#modal-search-results .price .woocommerce-Price-currencySymbol {
	font-size: 8px;
	line-height: 8px;
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* navigation */
.storefront-primary-navigation, .storefront-primary-navigation .col-full {
	background-color: #e6e6e6;
}

/* mega menu */
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-center,
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right {
	display: none;
}

#mega-menu-wrap-primary .mega-menu-toggle {
	width: 36px;
	height: auto;
	background: none;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-label {
	display: none;
} 

/*#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1:before {
	content: '\f349';
	font-family: 'dashicons';
	font-size: 24px;
	color: #666;
	margin: 0 5px 0 0;
}*/


/* homepage slider */
.metaslider .flexslider .flex-control-nav {
	/*display: none;*/
}

#page .metaslider .flexslider {
	margin-bottom: 0;
}



/* homepage notification bar */

#notification-bar {
	font-weight: 600;
	background-color: #7fbe41;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 2.5em;
	font-size: 0.7em;
}

#notification-bar i {
	padding-right: 10px;
}

#notification-bar a {
	color: #fff;
	text-decoration: underline;
}

#notification-bar a:hover {
	color: #eee;
}


/* homepage latest deals */
section.storefront-latest-deals {
	margin-bottom: 50px;
}

.latest-deals ul.products li.product {
	margin-bottom: 30px;
}

.view-all-deals {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 10px;
}

.view-all-deals a {
	/*font-size: 0.9em;*/
	/*background-color: maroon;*/
}

.view-all-deals a i {
	padding-right: 7px;
}

/* add to cart -> view cart */
ul.products li.product .added {
	display: none;
}

ul.products li.product .added_to_cart {
	background-color: #0e2d52;
	color: white;
	text-transform: uppercase;
	white-space: nowrap;
	overflow: hidden;
}

ul.products li.product .added_to_cart:before {
	font-family: FontAwesome;
	content: "\f06e";
	font-weight: 600;
	margin-right: 8px;
}


/* homepage product categories */
section.storefront-product-categories {
	margin-top: 40px;
	margin-bottom: 60px;
}

.storefront-product-categories ul.products li.product {
	margin-bottom: 30px;
}

.view-all-categories {
	display: flex;
	justify-content: center;
	align-items: center;
}

.view-all-categories a {
	/*font-size: 0.9em;*/
}

.view-all-categories a i {
	padding-right: 7px;
}


/* homepage promo links */
section.storefront-promo-links {
	background-color: #eaeaea;
	width: 100vw;
	position: relative;
	margin-left: -50vw;
	left: 50%;
	padding-top: 45px;
	padding-bottom: 45px;
}

section.storefront-promo-links .homepage-promo-images {
	display: flex;
	flex-wrap: wrap;
	flex: 1;
	flex-direction: row;
	justify-content: center;
	text-align: center;
	margin: auto;
	max-width: 80%;
}

section.storefront-promo-links .homepage-promo-images a {
	display: flex;
	flex: 1;
	flex-direction: column;
	flex-basis: 100%;
	margin-bottom: 40px;
}

section.storefront-promo-links .homepage-promo-images a:last-child {
	margin-bottom: 0;
}


/* homepage info box */
section.storefront-info-links {
	background-color: #eaeaea;
	width: 100vw;
	position: relative;
	margin-left: -50vw;
	left: 50%;
	padding-top: 35px;
	padding-bottom: 35px;
}

section.storefront-info-links .homepage-info-box {
	display: flex;
	flex-wrap: wrap;
	flex: 1;
	flex-direction: row;
	justify-content: space-between;
	text-align: center;
	margin: auto;
	max-width: 60%;
}

section.storefront-info-links .homepage-info-box a {
	display: flex;
	flex: 1;
	flex-direction: column;
	flex-basis: 100%;
	margin-bottom: 30px;
}

section.storefront-info-links .homepage-info-box a:last-child {
	margin-bottom: 0;
}

section.storefront-info-links .homepage-info-box p {
	line-height: 1em;
	color: #333;
	font-size: 1em;
	margin-bottom: 0;
}

section.storefront-info-links .homepage-info-box h4.big-screen {
	font-size: 1.2em;
	white-space: nowrap;
	text-transform: uppercase;
	font-weight: 600;
	margin-top: 8px;
	font-family: 'proxima-nova-extra-condensed', 'sans-serif';
	color: #333;
}

section.storefront-info-links .homepage-info-box .fa-5x {
	font-size: 6em;
	color: #333;
}

/*section.storefront-info-links .homepage-info-box a i {
	border: 1px solid green;
}
section.storefront-info-links .homepage-info-box p {
	border: 1px solid red;
}*/


/* storefront blog homepage */

.storefront-blog {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
}

.storefront-blog h2.section-title {
	flex: 0 0 100%;
}

.storefront-blog .entry-header h2.entry-title {
}

.storefront-blog article {
	position: relative;
	padding-bottom: 30px;
	max-width: 100%;
}

.storefront-blog .entry-header {
	margin-bottom: 1em;
}

.storefront-blog .entry-content {
	margin-bottom: 40px;
	line-height: 1.214em;
}

.storefront-blog article:last-child {
	margin-bottom: 1.5em;
}

.storefront-blog .read-more a {
	/*font-size: 0.9em;*/
}

.storefront-blog .entry-content a img {
	max-width: 100%;
	height: auto;
}

.storefront-blog article p:first-of-type {
	margin: 0;
}

.storefront-blog article .read-more {
	position: absolute;
	bottom: 5px;
	left: 50%;
	transform: translate(-50%, 0);
}


.storefront-blog article .entry-title {
	font-size: 1.8em;
}


/* articles meta info */
.hentry .entry-taxonomy {
	margin: 0;
	padding-top: 0.3em;
	padding-bottom: 0.6em;
	border-top: 0;
}
 



/*.home .storefront-blog article .entry-title,
.home .category-articles-tips .entry-title,
.home .category-competitions .entry-title,
.home .category-videos .entry-title,
.home .category-new-products .entry-title {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}*/


.storefront-blog article .entry-content {
	font-size: 1.1em;
}

.storefront-blog .read-more a:before,
.category-articles-tips .read-more a:before,
.category-competitions .read-more a:before,
.category-videos .read-more a:before,
.category-new-products .read-more a:before {
	font-family: FontAwesome;
	content: "\f06e";
	font-weight: 600;
	margin-right: 8px;
}




header.entry-header h2.entry-title a {
	color: #333;
}

body.single-post .content-area .post-author {
	display: none;
}

header.entry-header .post-author {
	display: none;
}

body.category h1.page-title {
	text-transform: uppercase;
}


/* footer brand links */
.footer-brand-links {
	background-color: #eaeaea;
	width: 100vw;
	position: relative;
	margin-left: -50vw;
	left: 50%;
	padding-top: 26px;
	padding-bottom: 26px;
	border-bottom: 6px solid #7fbe41;
}

.footer-brand-links .footer-brand-box {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	text-align: center;
	margin: auto;
	padding-left: 35px;
	padding-right: 35px;
}

.footer-brand-links .footer-brand-box span {
	margin-right: 35px;
}

.footer-brand-links .footer-brand-box span:nth-child(3) {
	margin-right: 0;
}

.footer-brand-links .footer-brand-box .s2,
.footer-brand-links .footer-brand-box .s3,
.footer-brand-links .footer-brand-box .s4 {
	display: none;
}


/* remove margin below footer & brand icons */
/*body.home #main, body.home #primary {
	margin-bottom: 0;
}*/











/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* footer */
footer.site-footer {
	padding-top: 0;
	padding-bottom: 2em;
	color: white;
	background-color: #0e2d52;
} 

/* footer credits */
.footer-bottom-bar-wrapper {
	padding-bottom: 4.235801032em;
}

.storefront-handheld-footer-bar {
	box-shadow: none;
}

/* footer widgets */
footer.site-footer .widget {
	/*margin-bottom: 1em;*/ /* XXX WIDGETS */
	margin-bottom: 2em;
}

footer.site-footer .widget-title {
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 0;
	padding-bottom: 0.2em;
	cursor: pointer;
	font-size: 1.4em;
}

.site-footer h1, .site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5, .site-footer h6, .site-footer .widget .widget-title, .site-footer .widget .widgettitle {
	color: #fff;
}

footer.site-footer .footer-widgets .widget-title::after {
	content: '';
	width: 100%;
	height: 2px;
	display: block;
	background-color: #ccc;
	opacity: 50%;
	/*margin-top: 0.3em;*/ /* XXX WIDGETS */
	margin-top: 0.2em;
}

footer.site-footer a:not(.button) {
	color: white;
	text-decoration: none;
}

footer.site-footer a:not(.button):not(.components-button) {
	color: white;
	text-decoration: none;
}

footer.site-footer .block {
	font-size: 0.875em;
}

footer.site-footer .block li:before {
	display: none;
}

footer.site-footer .block li {
	padding-left: 0;
	margin-bottom: 0;
}

footer.site-footer .footer-widgets li a:hover {
	color: #7fbe41;
}

footer.site-footer .footer-widgets.col-4 .block.footer-widget-4 p {
	line-height: 1.25em;
}

footer.site-footer .footer-widgets ul {
	/*display: none;*/ /* XXX WIDGETS - DON'T HIDE LINKS */
}

footer.site-footer .footer-widgets {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-top: 2em;
	max-width: 400px;
}

/* mailchimp */
#mc-embedded-subscribe {
	color: white;
	background-color: #7fbe41;
	padding: 0 0.2em;
	vertical-align: middle;
	outline: none;
	font-size: 1.188em;
	height: 2em;
	line-height: 2em;
	width: 40%;
	max-width: 6em;
}

#mc-embedded-subscribe i {
	vertical-align: middle;
	padding-right: 10px;
	margin-top: -2px;
}

#mce-EMAIL {
	vertical-align: middle;
	font-size: 1.188em;
	height: 2em;
	line-height: 2em;
}

#mc_embed_signup input {
	width: 60%;
}


/* bottom footer bar */
.footer-bottom-bar-wrapper {
	background-color: #676767;
	width: 100%;
}

#footer-bottom-bar {
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
	height: 3em;
	line-height: 3em;
	text-align: center;
	color: white;
	font-size: 70%;
}

#footer-bottom-bar a {
	color: white;
}

#footer-bottom-bar a:hover {
	color: #7fbe41;
}

/* footer company details */
#footer-company-details-wrapper {
	margin-top: 1.5em;
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#footer-company-details-wrapper hr {
	height: 2px;
	opacity: 50%;
	margin-top: 0.625em;
	margin-bottom: 1em;
}

#footer-social-bar .connect {
	font-size: 2em;
	color: #7fbe41;
	font-weight: 600;
	display: block;
	text-align: center;
}

#footer-social-bar .social-icons {
	text-align: center;
	display: block;
	padding-bottom: 1em;
}


#footer-social-bar i {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: 'Font Awesome 5 Brands';
	background-color: white;
	color: #0e2d52;
	text-align: center;
	line-height: 1.5em;
	height: 1.5em;
	width: 1.5em;
	margin-left: 0.5em;
	font-weight: 900;
	font-size: 150%;
	speak: none;
	cursor: pointer;
}

#footer-social-bar .social-icons a:first-child i {
	margin-left: 0;
}

#legal-links {
	font-size: 90%;
	text-align: center;
}

#legal-links a {
	white-space: nowrap;
}

#legal-links a:hover {
	color: #7fbe41;
}

#legal-links .separator {
	display: inline;
	margin-left: 0.5em;
	margin-right: 0.5em;
	/*border-left: 1px solid white;*/
	border: 0;
	height: 1.5em;
}

#legal-links .right {
	font-size: 90%;
	text-align: center;
	float: none;
	display: block;
	padding-top: 1em;
}

#legal-links .right i {
	display: inline;
	vertical-align: middle;
	font-size: 2.5em;
	padding-left: 0.3em;
	speak: none;
}

#legal-links span.right i:nth-child(2) {
	padding-left: 0;
}

#legal-links .right .fa-cc-zip-pay:before {
	content: "";
	background-image: url(/assets/themes/bolts/images/fa-cc-zip-pay.png);
	background-size: 100% 100%;
	display: inline-block;
	width: 36px;
	height: 28px;
	position:relative;
	top: 2px;
}

#about-company {
	display: none;
}

#about-company .widget-title {
	font-size: 1.41575em;
}

#about-company p {
	font-size: 0.875em;
	line-height: 1.25em;
}

#footer-company-details-wrapper .rule2 {
	display: none;
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* HOMEPAGE */



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* PRODUCTS */

/* product category layout */
ul.products li.product a h2.woocommerce-loop-product__title {
	font-weight: 900;
	line-height: 1.214em;
	min-height: 3.642em;
	max-height: 3.642em;
	overflow: hidden;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
}

ul.products li.product a .product-sku {
	font-size: 0.9em;
	padding-bottom: 5px;
	color: #777;
	white-space: nowrap;
	text-overflow: ellipsis;
}

ul.products li.product a .price {
	font-weight: 700;
	font-family: 'proxima-nova-extra-condensed', 'sans-serif';
	font-size: 2.5em;
	color: #0e2d52;
	margin-bottom: 5px;
	line-height: 1em;
	white-space: nowrap;
	/*border: 1px red solid;*/
}

.single-product .product .summary .price,
#modal-search-results .price {
	font-weight: 700;
	font-family: 'proxima-nova-extra-condensed', 'sans-serif';
	font-size: 3em;
	color: #0e2d52;
	margin-bottom: 0;
	line-height: 1em;
	/*display: inline-block;
	float: left;
	margin-right: 40px;*/
}

.quantity .qty {
	width: 5em;
}
table.cart td.product-quantity .qty {
	max-width: 4.5em;
	width: 4.5em;
}

/* zip money */
.zip-widget__wrapper {
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 10px;
}

/* paypal */
#ppc-button {
	margin-top: 20px;
}

#ppcp-cancel {
	margin-top: 15px;
}

/* cart row restricted items / dangerous goods / oversized items */
.woocommerce-cart-form .product-thumbnail .restricted-cart-item {
	display: inline-block;
	position: relative;
}

.woocommerce-cart-form td.product-thumbnail a {
	display: block;
	margin: 0 auto;
	text-align: center;
}

.woocommerce-cart-form .product-thumbnail .restricted-cart-item i {
	color: #f73718;
	position: absolute;
	font-size: 110%;
	right: 4px;
}

.woocommerce-cart-form .product-thumbnail .restricted-cart-item i.osdg {
	left: 0;
	right: auto;
	font-size: 100%
}

.woocommerce-cart-form .product-thumbnail .restricted-cart-item i span {
	position: absolute;
	font-size: 50%;
	font-family: 'proxima-nova-condensed', 'sans-serif';
	font-weight: 600;
}

/* promo / dangerous goods / oversized items */
.product .onsale, .product .restricted {
	border: 0;
	border-radius: 0;
	white-space: nowrap;
	margin-bottom: 22px;
	padding: .202em .6180469716em .16em .6180469716em;
}

.product .restricted {
	padding: 0;
}

.product .woocommerce-product-gallery__wrapper .restricted {
	position: absolute;
	top: .875em;
	left: .875em;
	z-index: 99;
	padding: 0;
}

.products .product .onsale, .products .product .restricted {
	position: absolute;
	margin: 0;
	top: 0;
	z-index: 500;
}

/* promo */
.product .onsale {
	color: #fff;
	background-color: #ec312e;
}

.products .product .onsale {
	left: 0;
}

/* dangerous goods / oversized items */
.product .restricted {
	color: #f73718;
}

.product .restricted span {
	font-size: 0.4em;
	position: absolute;
	font-family: 'proxima-nova-condensed', 'sans-serif';
	font-weight: 600;
}

.products .product .restricted {
	right: 0;
}

.products .product .osdg {
	left: 0;
	right: auto;
}

/* dangerous goods single product image */
.product-type-simple .woocommerce-product-gallery figure {
	position: relative;
}

.product-type-simple .woocommerce-product-gallery figure .restricted {
	position: absolute;
	z-index: 10;
	background-color: transparent;
	font-size: 1.2em;
	top: 0.5em;
	font-family: 'proxima-nova-condensed', 'sans-serif';
	font-weight: 600;
}

.product-type-simple .woocommerce-product-gallery figure .osdg {
	left: 2.5em;
}

/* promo price / sale price */
.product .sale-price {
	color: #ec312e;
	font-size: 1.1em;
	font-weight: 600;
	white-space: nowrap;
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	margin-top: -25px;
}

.product .promo-saving {
	margin-left: 25px;
	padding: 0 10px;
	color: #ec312e;
	font-size: 0.5em !important;
	line-height: 0.5em;
	vertical-align: middle;
	border: 1px solid #ec312e;
}

ul.products li.product a .price .sale-price .woocommerce-Price-currencySymbol, .single-product .product .summary .price .sale-price .woocommerce-Price-currencySymbol {
	font-size: 0.8em;
}

#wqbo-order-form .amount {
	font-weight: 700;
	font-family: 'proxima-nova-extra-condensed', 'sans-serif';
	font-size: 1.8em;
	color: #0e2d52;
	margin-bottom: 5px;
	line-height: 1em;
}


.single-product div.product form.cart {
	/*float: left;*/
	text-align: left;
	margin: 0;
	padding: 0 0 20px 0;
}

.woocommerce-product-details__short-description {
	padding-top: 10px;
	display: block;
	clear: both;
}

ul.products li.product a .price .woocommerce-Price-currencySymbol,
.single-product .product .summary .price .woocommerce-Price-currencySymbol,
#modal-search-results .price .woocommerce-Price-currencySymbol {
	font-family: 'proxima-nova-condensed', 'sans-serif';
	font-weight: 500;
	font-size: 22px;
}

/* inc/ex tax */
ul.products li.product a .price .tax-inc,
.single-product .product .summary .price .tax-inc,
#wqbo-order-form .tax-inc,
#modal-search-results .tax-inc {
	font-weight: 400;
	padding-left: 5px;
	text-transform: uppercase;
	font-size: 13px;
	display: inline-block;
	line-height: 13px;
	text-align: left;
}

#wqbo-order-form .tax-inc {
	font-size: 10px !important;
}

ul.products li.product a .price .each,
.single-product .product .summary .price .each,
#wqbo-order-form .each,
#modal-search-results .each {
	font-family: 'proxima-nova-extra-condensed', 'sans-serif';
	font-weight: 400;
	padding-left: 2px;
	font-size: 13px;
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}

.single-product .product .summary .price .tax-inc,
.single-product .product .summary .price .each {
	font-size: 14px;
	line-height: 14px;
}

/* hide catgory desc */
body.tax-product_cat .term-description {
	display: none;
}


#wqbo-order-form .each {
	font-size: 10px;
}


/* rating star size */
ul.products li.product a .star-rating {
	font-size: 20px;
	margin-top: 10px;
}

/* usually ships */
ul.products li.product a .stock,
.single-product div.product .stock {
	font-weight: 600;
	text-transform: uppercase;
	color: #7fbe41;
	border: 1px solid #7fbe41;
	padding: 4px 6px 1px 6px;
	font-size: clamp(0.7em,1vw,1.1em);
	white-space: nowrap;
}

.single-product div.product .stock {
	margin-top: 20px;
	display: inline-block;
	font-size: 1.1em;
	margin-right: 10px;
}

/* single product dangerous goods / oversized items */
.single-product div.product .restricted-goods {
	font-weight: 600;
	color: #f73718;
	position: relative;
}

.single-product div.product .restricted-goods i {
	vertical-align: middle;
}

.single-product div.product .restricted-goods .osdg {
	padding-left: 15px;
}


.single-product div.product .restricted-goods span {
	position: absolute;
	font-size: 0.4em;
	font-family: 'proxima-nova-condensed', 'sans-serif';
	font-weight: 600;
}


/* add to cart button */
ul.products li.product .button,
.single-product div.product form.cart .button {
	color: white;
	background-color: #0e2d52;
	line-height: inherit;
	white-space: nowrap;
}

ul.products li.product .button:hover,
.single-product div.product form.cart .button:hover {
	background-color: #7fbe41;
	color: white;
}

.add_to_cart_button::before, .single_add_to_cart_button::before {
	font-family: FontAwesome;
	content: "\f07a";
	font-weight: 600;
	margin-right: 8px;
}


/* SINGLE PRODUCT PAGE */
.single-product div.product .product_title {
	margin: 0;
}

.single-product-brand-image {
	padding: 0;
	margin-bottom: 20px;
}

.brand-taxonomy-image {
	padding-bottom: 20px;
}

.single-product div.product p.price {
	margin: 0;
}

.single-product div.product .product_meta {
	border-top: none;
	padding-top: 5px;
	margin-bottom: 20px;
	color: #0e2d52;
}

.single-product div.product .product_meta .sku,
.single-product div.product .product_meta .supplier-sku {
	padding-right: 20px;
}

.single-product div.product .usually-ships {
	font-style: italic;
	padding-bottom: 20px;
}

.single-product div.product .woocommerce-product-rating {
	padding-top: 10px;
}


/* pack size */
.single-product div.product .product_meta .pack-size {
	margin-top: 20px;
	font-size: 1em;
	color: red;
}

/* storefront horizontal product tabs */
.woocommerce div.product .woocommerce-tabs {
	border: 1px solid #e3dee2;
	box-shadow: 0 4px 6px -2px rgb(0 0 0 / 20%);
	padding: 7px 7px;
	margin-bottom: 20px;
	margin-right: 0;
	margin-bottom: 3.706325903em;
	min-height: 420px;
}

.product .woocommerce-tabs ul.tabs {
	width: 100%;
	float: none;
	font-size: 1.05em;
	color: #0e2d52;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	list-style: none;
	padding: 0 0 0 1em;
	margin: 0 0 1.618em;
	overflow: hidden;
	position: relative;
	padding: 15px 20px 0 20px;
	background-image: linear-gradient(to bottom,#f1f1f1 0,#f6f6f6,#fff 100%);
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
	position: absolute;
	content: ' ';
	width: 100%;
	bottom: 0;
	left: 0;
	border-bottom: 1px solid #e3dee2;
	z-index: 1;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border: 1px solid #d3ced2;
	background-color: #ebe9eb;
	background-image: linear-gradient(to bottom,#fcfcfc 0,#f6f6f6 50%,#f0f0f0 50%,#e7e7e7 100%);
	display: inline-block;
	position: relative;
	z-index: 0;
	border-radius: 10px 10px 0 0;
	margin: 0 -5px 0 -5px;
	padding: 0 1em;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	background: #fff;
	z-index: 2;
	border-bottom-color: #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
	border: 1px solid #d3ced2;
	position: absolute;
	bottom: -1px;
	width: 0;
	height: 0;
	content: ' ';
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
	left: -6px;
	border-bottom-right-radius: 4px;
	border-width: 0 1px 1px 0;
	box-shadow: 2px 2px 0 #ebe9eb;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
	box-shadow: 2px 2px 0 #fff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
	right: -6px;
	border-bottom-left-radius: 4px;
	border-width: 0 0 1px 1px;
	box-shadow: -2px 2px 0 #ebe9eb;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
	box-shadow: -2px 2px 0 #fff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	display: inline-block;
	padding: .5em 0;
	font-weight: 700;
	color: #515151;
	text-decoration: none;
	font-size: 0.8em;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	color: inherit;
	text-shadow: inherit;
}

#product-attributes-table {
	scroll-margin-top: 130px;
}

#tab-title-technical_information {
	scroll-margin-top: 150px;
}

.woocommerce div.product .more-info {
	padding-bottom: 20px;
	color: #0e2d52;
}

.woocommerce div.product .view-all {
	padding-bottom: 0;
	color: #0e2d52;
}

.woocommerce div.product .more-info a,
.woocommerce div.product .view-all a {
	text-decoration: underline;
	color: #0e2d52;
	font-size: 1em;
}

.storefront-full-width-content.single-product div.product .summary {
	margin-bottom: 2em;
}

/* tabs reviews */
#reviews .woocommerce-noreviews {
	background-color: #0e2d52;
}

#reviews .stars {
	font-size: 20px;
	margin-top: 10px;
}

#reviews .commentlist li .comment_container .comment-text .star-rating {
	font-size: 20px;
}


p.stars.selected a.active:before, p.stars:hover a:before, p.stars.selected a:not(.active):before, p.stars.selected a.active:before {
	color: #ffa200;
}

/* price match */
.woocommerce div.product .price-match {
	margin-top: 10px;
	margin-bottom: 15px;
}

.woocommerce div.product .price-match a {
	padding-left: 7px;
	text-decoration: underline;
	color: #0e2d52;
}

/* micromodal price match */
#modal-price-match form {
	max-width: 400px;
}

#modal-price-match form input {
	width: 100%;
}

#modal-price-match form p:last-of-type {
	margin-bottom: 0;
}

#modal-price-match form span.ajax-loader {
	margin-top: 10px;
}

#modal-price-match .wpcf7 form .wpcf7-response-output {
	margin-top: 0;
}

#modal-price-match .modal__close {
	background-color: #0e2d52;
}



/* product tabs contents */

.storefront-full-width-content .woocommerce-tabs .panel {
	/* TODO */
	float: none;
	width: 100%;
	padding: 0 30px;
	margin-bottom: 2em;
}

#product-attributes-table {
	line-height: 1em;
}

#product-attributes-table th {
	color: #0e2d52;
	text-transform: uppercase;
}

#product-attributes-table td {
	border-bottom: 1px dashed #d1d1d1;
}

.product-datasheets-table {
	line-height: 1em;
	margin-bottom: 2em;
}

.product-datasheets-table th {
	color: #0e2d52;
	text-transform: uppercase;
}

.product-datasheets-table td {
	border-bottom: 1px dashed #d1d1d1;
}

.product-datasheet i {
	margin-left: 1.5em;
	margin-right: 0.8em;
}

section.related.products h2 {
	color: #0e2d52;
	text-transform: uppercase;
	font-weight: 900;
	margin-bottom: 10px;
}

.video {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}

.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



/* -- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* remove empty space below footer */
/*div#page.hfeed.site {
	overflow:hidden;
}*/




/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* FILTER WIDGETS */

.widget {
	margin-bottom: 2em;
}

.filter-info {
	display: block;
	font-size: small;
}

.widget_layered_nav li a::before,
.widget_layered_nav .chosen a::before,
.widget_layered_nav ul li span.filter-name::before,
.widget_product_categories ul li a::before,
ul.product-taxonomy li a:after,
ul.product-filters li span.filter-name:after,
ul.product-filters li span.accordion-toggle-displayed:after {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: 'Font Awesome 5 Free';
	font-style: normal;
	font-variant: normal;
	font-weight: 900;
	font-size: 150%;
	speak: none;
	display: block;
	line-height: inherit;
	vertical-align: baseline;
	cursor: pointer;
	color: #bbb;
}


/* WIDGET LAYERED NAV LIST */

.product-filters {
	display: block;
}

.widget_layered_nav .gamma.widget-title {
	margin-bottom: 0; 
	border-bottom: none;
}

.widget .widget-title {
	border-bottom: none;
}

.widget_layered_nav .gamma.widget-title .clear-filter {
	font-size: small;
	float: right;
	margin-top: 5px;
	cursor: pointer;
	padding-left: 4px;
	padding-right: 4px;
}
.widget_layered_nav .gamma.widget-title .clear-filter:hover {
	color: #96588a;
	font-weight: 400;
}

.widget_layered_nav li::before,
.widget_layered_nav .chosen::before {
	content: "";
}

ul.product-filters li {
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	position: relative;
	padding: 0;
	margin: 0;
}

ul.product-filters li span.filter-name {
	display: block;
	text-decoration: none;
	width: 100%;
	cursor: pointer;
	margin: 0;
	padding: 10px 5px 10px 8px;
}

.widget_layered_nav li span.filter-name {
	font-weight: 600;
}

.widget-area .widget ul.product-filters span.filter-name:hover {
	background-color: #f6f6f6;
}

.widget_layered_nav ul li span.filter-name::before {
	content: "\f0c9";
	color: #bbb;
	float: left;
	margin-right: 0.5407911001em;
}
.widget_layered_nav ul li span.filter-name:hover:before {
	color: #7fbe41;
}

ul.product-filters li span.filter-name:after,
ul.product-filters li span.accordion-toggle-displayed:after {
	font-size: small;
	float: right;
}

ul.product-filters li span.filter-name:after {
	content: '\f0fe';
	color: #bbb;
}
ul.product-filters li span.filter-name:hover:after {
	color: #7fbe41;
}
ul.product-filters li span.accordion-toggle-displayed:after {
	content: '\f146';
}
ul.product-filters li span.accordion-toggle-displayed:hover:after {
	color: #7fbe41;
}


/* WIDGET LAYERED NAV ATTRIBUTES */

.widget-area .widget ul.product-filters a {
	text-decoration: none !important;
}

ul.woocommerce-widget-layered-nav-list li {
	border: 0;
	position: relative;
	padding: 0;
	margin: 0 0 0 -14px;
	text-align: left;
}

ul.woocommerce-widget-layered-nav-list li a {
	display: flex;
	text-decoration: none;
	font-weight: 400;
	width: 100%;
	cursor: pointer;
	margin: 0;
	padding: 5px 5px 5px 8px;
}

ul.woocommerce-widget-layered-nav-list li:nth-child(n+6) {
	display: none;
}

ul.woocommerce-widget-layered-nav-list li.chosen {
	display: flex;
}

.widget-area .widget ul.product-filters .filter-item {
	word-wrap: break-word;
	margin-right: 8px;
}

.widget-area .widget ul.product-filters .filter-count {
	margin-left: auto;
	color: #aaa;
}

.widget-area .widget ul.product-filters a:hover {
	background-color: #fafafa;
}

.widget_layered_nav li a::before,
.widget_layered_nav .chosen a::before {
	float: left;
	margin-right: 8px;
}

.widget_layered_nav li a::before {
	content: "\f0c8";
	color: #e1e1e1;
}

.widget_layered_nav .chosen a::before {
	content: "\f14a";
	color: #7fbe41;
}


/* WIDGET PRODUCT CATEGORIES */

.product-taxonomy {
	display: block;
}

.widget_product_categories .gamma.widget-title {
	margin-bottom: 0;
}

.widget_product_categories ul li::before {
	content: "";
}

ul.product-taxonomy li {
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	position: relative;
	padding: 0;
	margin: 0;
}

ul.product-taxonomy li a {
	display: flex;
	text-decoration: none;
	width: 100%;
	cursor: pointer;
	margin: 0;
	padding: 10px 5px 10px 8px;
}

.widget-area .widget ul.product-taxonomy a {
	text-decoration: none !important;
}

.widget-area .widget ul.product-taxonomy .cat-name {
	word-wrap: break-word;
	margin-right: 20px;
	width: 100%;
}

.widget-area .widget ul.product-taxonomy .cat-count {
	margin-left: 5px;
	color: #aaa;
}

.widget-area .widget ul.product-taxonomy a:hover {
	background-color: #f6f6f6;
}

.widget_product_categories ul li a::before {
	content: "\f009";
	color: #bbb;
	/*float: left; no effect in flexbox */
	margin-right: 0.5407911001em;
}

ul.product-taxonomy li a:after {
	content: '\f0da'; /*'\f105'; '\f101';*/
	color: #bbb;
	/*float: right; no effect in flexbox */
}

.widget_product_categories ul li a:hover::before {
	color: #7fbe41;
}

ul.product-taxonomy li a:hover::after {
	color: #7fbe41;
}



/* TAXONOMY / ATTR SHOW MORE BUTTONS */

.widget_product_categories ul li:nth-child(n+6),
.woocommerce-widget-layered-nav ul li:nth-child(n+6) {
	display: none;
}

.widget-more-buttons {
	margin-top: 10px;
	display: block;
	text-align: center;
	transform: scale(0.7);
}

.widget-more-buttons:hover {
	transform: scale(1);
}

.widget-more-buttons .attr-show-more, .widget-more-buttons .attr-show-all {
	background-color: #f1f1f1;
	padding: 3px 0 3px 0;
	transform: none;
}

.widget-more-buttons .attr-show-more:hover, .widget-more-buttons .attr-show-all:hover {
	color: #7fbe41;
	transform: none;
}



/* ATTR SEARCH INPUT FILTER */
.attribute-list, .widget-search-box {
	display: block;
	margin-top: 3px;
	margin-bottom: 6px;
	text-align: center;
}

.attribute-list input, .widget-search-box input {
	background-color: #ddddde;
	border: 1px solid #eee;
	font-weight: 400;
	opacity: 0.7;
	height: 25px;
	width: 50%;
	padding-left: 30px;
}

.attribute-list input:hover, .attribute-list input:focus,
.widget-search-box input:hover, .widget-search-box input:focus {
	background-color: #dedbde;
	opacity: 0.5;
	color: #000;
}

.attribute-list input:focus, .widget-search-box input:focus {
	outline: 1px solid #dedadc;
}

.attr-search-icon {
	font-family: 'Font Awesome 5 Free';
	margin-right: -25px;
	margin-left: 30px;
	color: #aba;
}

.attr-clear-icon {
	font-family: 'Font Awesome 5 Free';
	color: #aba;
	margin-left: 5px;
	cursor: pointer;
}

.attr-show-more, .attr-show-all {
	cursor: pointer;
	color: #bbb;
	padding: 3px 0 3px 0;
	width: 50px;
	border: 1px dotted #eee;
	margin-bottom: 3px;
	background-color: #f1f1f1;
	text-align: center;
	transform: scale(0.7);
}

.attr-show-more {
	margin-right: 5px;
}

.attr-show-more:hover, .attr-show-all:hover, .attr-clear-icon:hover {
	background-color: #f9f9f9;
	color: #7fbe41;
	transform: scale(1);
}

.nothing-to-see-here {
	display: none;
	font-size: small;
}

/* widget search box - product selector, categories, brands, trades */
.widget-search-box {
	margin-left: -12px;
}

.widget-search-box input {
	width: 65%;
}

.widget-search-box .nothing-to-see-here {
	padding-top: 10px;
}


/* no of products displayed per row */
.site-main ul.products li.product {
	/* 2 col */
	width: 46.411765%;
	float: left;
	margin-right: 5.8823529412%;
}

.site-main ul.products li.product:nth-of-type(2n) {
	margin-right: 0;
}



/* store locator */
#wpsl-wrap #wpsl-stores li {
	padding-left: 40px;
}

#wpsl-wrap #wpsl-stores li:hover {
	background-color: #fafafa;
}

#wpsl-wrap #wpsl-stores li a {
	color: #0e2d52;
	text-decoration: underline;
}

#wpsl-wrap #wpsl-stores li p {
	margin-bottom: 5px;
}

#wpsl-wrap #wpsl-stores li p strong {
	color: #0e2d52;
}

#wpsl-wrap #wpsl-stores p strong::before {
	font-family: 'Font Awesome 5 Free';
	font-size: 1.7em;
	line-height: 1em;
	margin-left: -30px;
	float: left;
	color: #da1e27;
	content: "\f3c5";
}

#wpsl-wrap #wpsl-search-wrap label {
	font-size: 1em;
	font-weight: 500;
	line-height: 2.4em;
	width: inherit;
}

#wpsl-wrap .wpsl-search {
	border: 1px solid #f3eef2;
	border-width: 1px 1px 0 1px;
	background-color: #ebe9eb;
	background-image: linear-gradient(to top,#f1f1f1 0,#f6f6f6,#fff 85%);
}

#wpsl-wrap #wpsl-search-input {
	background-color: white;
}

.wpsl-selected-item:after {
	right: 10px;
}


/* brands page / categories page */
.brand-page-list, .prodcat-page-list {
	display: flex;
	flex: 1;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}

.brand-page-logo, .prodcat-page-img {
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 1;
	flex-direction: column;
	margin-bottom: 20px;
	text-align: center;
	transform: scale(0.9);
}

.brand-page-logo a, .prodcat-page-img a {
	display: flex;
	background-color: #fdfdfd;
	/*border: 1px solid #f2f2fa;*/
	border: 1px solid #fff;
	width: 118px;
	height: 118px;
	padding: 5px;
}

.prodcat-page-img a {
	background-color: white;
}

.brand-page-logo a:hover {
	background-color: #fff;
	border-color: #fff;
	transform: scale(1.2);
	transition: all .2s ease-in-out;
}

.prodcat-page-img a:hover {
	background-color: #fff;
	border-color: #fff;
	transform: scale(1.25);
	transition: all .2s ease-in-out;
}


.brand-page-logo img, .prodcat-page-img img {
	margin: auto;
	text-align: center;
}

/* brands page */
#post-63445 header.entry-header {
	display: none;
}

/* categories page */
.prodcat-page-list {
	font-weight: 300;
}


/* quick order form */
form#wqbo-order-form, .wqbo-bucket {
	border:  1px solid #dadada;
	padding: 20px;
}

form#wqbo-csv-order-form {
	border: 1px solid #dadada;
	background-color: #fcfcfc;
	padding: 20px;
}

#wqbo-order-form .wqbo-quick-order-submit {
	white-space: nowrap;
}


form#wqbo-csv-order-form .box label {
	background-color: #fafafa;
}

.wqbo-tbl-responsive button {
	font-weight: 600;
}

#wqbo-order-form .wqbo-tbl-responsive a {
	text-decoration: none;
	color: #666;
}

#wqbo-order-form .wqbo-tbl-responsive th {
	white-space: nowrap;
}

#wqbo-order-form .wqbo-tbl-responsive a:hover {
	color: #333;
}

#wqbo-order-form table a.wqbo-remove {
	text-decoration: none;
	box-shadow: none;
	color: #0e2d52;
}

#wqbo-order-form table a.wqbo-remove:hover {
	text-decoration: none;
	box-shadow: none;
	color: red;
}

#wqbo-order-form .wqbo-tbl-responsive .wqbo-button {
	color: white;
}


/* tooltips */
#tooltip {
	background-color: #333;
	color: white;
	padding: 5px 10px;
	border-radius: 4px;
	/* XXX 13px */
	font-size: 13px;
}

.tooltip-text {
	visibility: hidden;
	position: absolute;
	z-index: 1;
	color: #0e2d52;
	font-size: 11px;
	text-transform: none;
	margin: 5px 80px;
}

.single-product div.product .stock:hover .tooltip-text {
	visibility: visible;
}



/* menu shortcut */
.mega-current-menu-item a {
	/*color: purple !important;*/
}



/* footer category posts */
ul.posts-by-category {
	list-style: none;
	margin-left: 20px;
}

footer.site-footer .footer-widgets ul.posts-by-category li a:before {
	content: "";
}

footer.site-footer .footer-widgets ul.posts-by-category li {
	list-style-position: outside;
	line-height: 1em;
	padding-bottom: 0.4em;
}
 
.posts-by-category img {
	float: left;
}

/* footer menu latest */

ul#menu-latest li a:before {
	content: "";
}


/* my account page */
.left-sidebar:not(.page-template-template-fullwidth-php) .woocommerce-MyAccount-navigation {
	margin-right: 0;
}
.left-sidebar:not(.page-template-template-fullwidth-php) .woocommerce-MyAccount-content {
	margin-right: 0;
}

.woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset legend {
	margin-left: -1.618em;
	width: 100%;
	display: block;
	text-transform: uppercase;
}

.hentry .entry-content p.logout a {
	font-weight: 600;
	color: white;
	text-decoration: none;
}

#customer_login .woocommerce-form-login__rememberme {
	padding-bottom: 5px;
}

/* my account messages */
.woocommerce-info {
	color: white !important;
	background-color: #0e2d52 !important;
}

.woocommerce-message {
	background-color: #7fbe41 !important;
}

.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments {
	padding-left: 10px;
}
.woocommerce-message::before, .woocommerce-info::before, .woocommerce-error::before, .woocommerce-noreviews::before, p.no-comments::before {
	display: none;
}



/* terms & conditions */
.terms ol {
	list-style-type: decimal;
}

.terms ol ol {
	list-style-type: lower-roman;
}


/* checkout */

/* big checkout buttons */
.wc-proceed-to-checkout .button.checkout-button,
#payment .place-order .button {
	background-color: #0e2d52;
}

.wc-proceed-to-checkout .button.checkout-button:hover,
#payment .place-order .button:hover {
	background-color: #7fbe41;
}

.woocommerce-checkout .product-total {
	width: 40%;
}



/* inventory management */
article.hentry .wp-block-columns.bolts-ims-icons {
	/*border: 1px solid red;*/
	flex: 1;
	flex-direction: row;
	flex-wrap: wrap;
}

article.hentry .wp-block-columns.bolts-ims-icons figure {
	margin-bottom: 0 !important;
}

article.hentry .wp-block-columns.bolts-ims-icons h4 {
	line-height: 1.3em;
	margin-left: 30px;
	margin-right: 30px;
}

article.hentry .wp-block-columns.bolts-ims-icons p {
	line-height: 1.2em;
	margin-left: 20px;
	margin-right: 20px;
}

article.hentry .wp-block-columns.bolts-ims-icons .wp-block-column {
	display: flex;
	flex: 1;
	flex-direction: column;
	flex-basis: 100% !important;
	margin-right: 0 !important;
	padding-left: 20px;
	padding-right: 20px;
}

/* about us range */
article.hentry .wp-block-columns.bolts-range {
	flex: 1;
	flex-direction: row;
	flex-wrap: wrap;
}

article.hentry .wp-block-columns.bolts-range .wp-block-column {
	display: flex;
	justify-content: center;
	flex: 1;
	flex-direction: column;
	flex-basis: 100% !important;
	margin-right: 0;
	margin-bottom: 0;
}

article.hentry .wp-block-columns.bolts-range .wp-block-column ul {
	margin-left: 50px;
	margin-bottom: 0;
}

/* promotions */
#post-64227 p em {
	font-size: 0.9em;
	white-space: nowrap;
	overflow: ellipsis;
}


/* cart count */
.header-nav-icons {
	position: relative;
}

.header-nav-icons .count {
	background-color: #7fbe41;
	color: #fff;
}

.header-nav-icons .count {
	text-indent: 0;
	min-width: 2em;
	height: 2em;
	padding: 2px;
	line-height: 2em;
	box-sizing: content-box;
	font-size: 1em;
	position: absolute;
	top: 0;
	right: 5px;
	border-radius: 100%;
	border: 1px solid white;
}

/* bottom cart count */
.storefront-handheld-footer-bar ul li.cart .count {
	width: auto;
	min-width: 2em;
	padding: 2px;
}


/***********************************************************************/
/***********************      MEDIA QUERIES     ************************/
/***********************************************************************/

/* only need to go down to iPhone SE size 320px */


@media (min-width: 360px) {

	/* home page buttons */
	.add_to_cart_button,
	.added_to_cart {
		font-size: min(0.9em, 14px);
	}

	/* checkout button */
	.wc-proceed-to-checkout .button.checkout-button {
		font-size: 1.2em;
	}

	/* top header bar */
	.top-bar-wrapper {
		font-size: 0.8em;
	}

	.top-bar-wrapper .articles {
		display: block;
	}

	.top-bar-wrapper .separator:first-child {
		display: block;
	}

	/* brands page / categories page */
	.brand-page-logo, .prodcat-page-img {
		font-size: 1em;
	}

	.brand-page-logo a, .prodcat-page-img a {
		width: 140px;
		height: 140px;
		padding: 5px;
	}

	/* cart count */
	.header-nav-icons .count {
		right: 10px;
	}

	/* technical specifcations */
	.woocommerce div.product .woocommerce-tabs ul.tabs li a {
		font-size: 1em;
	}

}


@media (min-width: 480px) {

	/* home page buttons */
	.add_to_cart_button,
	.added_to_cart {
		font-size: 0.9em;
	}

	/* checkout button */
	.wc-proceed-to-checkout .button.checkout-button {
		font-size: 1.41575em;
	}

	/* top header bar */
	.top-bar-wrapper {
		font-size: 0.875em;
	}

	#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-label {
		display: inline;
	}

	#footer-bottom-bar {
		font-size: 80%;
	}

	#footer-bottom-bar .hidden {
		display: inline-block;
	}

	#legal-links .separator {
		border-left: 1px solid white;
	}

	#notification-bar {
		font-size: 1em;
	}

	.product .onsale, .product .restricted {
		font-size: 1em;
	}

	/* brands page / categories page */
	.brand-page-logo, .prodcat-page-img {
		flex-basis: 50%;
	}

	.brand-page-logo a, .prodcat-page-img a {
		width: 190px;
		height: 190px;
		padding: 15px;
	}

	/* homepage promo links */
	section.storefront-promo-links .homepage-promo-images {
		max-width: 75%;
	}

	/* homepage info box */
	section.storefront-info-links .homepage-info-box .fa-5x {
		font-size: 5em;
	}

	section.storefront-info-links .homepage-info-box h4.big-screen {
		font-size: 1em;
	}

	section.storefront-info-links .homepage-info-box a {
		flex-basis: calc(50% - 12px);
	}

	section.storefront-info-links .homepage-info-box a:nth-child(3) {
		margin-bottom: 0;
	}

	section.storefront-info-links .homepage-info-box {
		max-width: 80%;
	}

	section.storefront-info-links .homepage-info-box a {
		max-width: 45%;
	}

	/* footer */
	.footer-brand-links .footer-brand-box .s2 {
		display: block;
	}

	.footer-brand-links .footer-brand-box span:nth-child(3) {
		margin-right: 35px;
	}

	.footer-brand-links .footer-brand-box span:nth-child(4) {
		margin-right: 0;
	}

	/* inventory management */
	article.hentry .wp-block-columns.bolts-ims-icons {
		/*border: 1px solid green;*/
	}

	article.hentry .wp-block-columns.bolts-ims-icons .wp-block-column {
		flex-basis: 100% !important;
		padding: 0 15% !important;
	}

	article.hentry .wp-block-columns.bolts-ims-icons h4 {
		margin-left: 50px;
		margin-right: 50px;
	}

	article.hentry .wp-block-columns.bolts-ims-icons p {
		margin-left: 30px;
		margin-right: 30px;
	}

	/* about us range */
	article.hentry .wp-block-columns.bolts-range .wp-block-column ul {
		margin-left: 30px;
	}



}


@media (min-width: 768px) {

	.site-header {
		border-width: 0;
	}

	/* page width */
	.col-full {
		max-width: 1024px;
		padding: 0 2.617924em;
		margin-left: auto;
		margin-right: auto;
		/*box-sizing: border-box;*/
	}


	/* product listing columns */
	/*.site-main ul.products.columns-3 li.product {
		width: 29.4117647059%;
		margin-right: 5.8823529412%;
	}*/

	.site-main ul.products li.product:nth-of-type(2n) {
		margin-right: 3.8% !important;
	}

	.site-main ul.products li.product:nth-of-type(4n) {
		margin-right: 0 !important;
	}


	/* my account page */
	.left-sidebar:not(.page-template-template-fullwidth-php) .woocommerce-MyAccount-navigation {
		float: left;
		margin-right: 5.8823529412%;
	}
	
	.left-sidebar:not(.page-template-template-fullwidth-php) .woocommerce-MyAccount-content {
		float: right;
		margin-right: 0;
	}

	/* pricing */
	ul.products li.product a .price {
		font-size: clamp(1.5em,2.8vw,2em);
	}

	ul.products li.product a .price .tax-inc,
	ul.products li.product a .price .each {
		font-size: clamp(9px,1vw,10px);
		line-height: clamp(9px,1vw,10px);
	}

	.products .product .onsale, .products .product .restricted {
		font-size: clamp(0.7em,1vw,1.1em);
	}

	.product .sale-price {
		font-size: clamp(1em,1vw,1.2em);
	}

	/* single product */
	ul.products li.product .button {
		/*font-size: 1.1em;*/
	}

	.product .woocommerce-tabs ul.tabs {
		font-size: 1.3em;
	}

	/* site branding */
	.site-branding .site-title img {
		max-width: 305px;
	}

	.storefront-secondary-navigation.woocommerce-active .site-header .site-branding {
		width: 305px;
		margin: 0;
		float: none;
	}

	/* price match modal popup */
	#modal-price-match form {
		min-width: 500px;
	}

	/* header navigation */
	.header-nav-icons {
		color: #e6e6e6;
		background-color: #0e2d52;
	}

	.header-nav-icons a {
		color: white;
	}
	
	.header-nav-icons a:hover {
		color: #ddd;
	}

	.header-nav-icons p.big-screen {
		display: block;
	}

	.header-nav-icons p.mobile {
		display: none;
	}

	.header-nav-icons small {
		display: block;
	}


	/* storefront primary navigation */
	.storefront-primary-navigation {
		background-color: #e6e6e6;
	}

	#mega-menu-wrap-primary .mega-menu-toggle {
		background-color: #e6e6e6;
	}

	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu .mega-menu-logos {
		padding-top: 20px;
		margin-top: 30px;
		border-top: 1px solid #ddd;
	}

	/* search */
	.woocommerce-active .site-header .site-search {
		margin-bottom: 0;
		padding-right: 0;
		font-size: 1em;
		width: 93%;
		z-index: 99;
		max-width: 1200px;
	}

	.site-search .search-field {
		background-color: white;
		height: 50px;
		font-weight: 50;
	}

	/* modal search results */
	#modal-search-results .modal__close {
		display: block;
	}

	#modal-search-results .modal__header {
		margin-right: 45px;
	}

	#modal-search-results .search-cols {
		grid-template-columns: 1fr 2fr;
	}

	#modal-search-results .modal__container {
		max-height: 65vh;
	}

	#modal-search-results .search-results .price {
		display: block;
	}

	/* top bar */
	#top-bar .articles, #top-bar .videos, #top-bar .competitions, #top-bar .new-products, #top-bar .quick-order, #top-bar .separator {
		display: inline;
	}

	#top-bar .articles {
		margin-right: 0;
	}


	/* bottom bar */
	#bottom-bar .despatch, #bottom-bar .specials, #bottom-bar .separator {
		display: inline;
	}


	/* mega menu */
	#mega-menu-wrap-primary .mega-menu-toggle {
		width: 170px;
	}

	#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-label {
		display: inline;
	}


	/* header */
	.header-container {
		display: grid;
		grid-template-columns: minmax(2.617924em,1fr) minmax(305px,684px) 340px minmax(2.617924em,1fr);
		grid-template-rows: auto 6em auto auto;
		align-items: center;
	}

	.top-bar-wrapper { grid-row: 1; grid-column: 1 / 5 }
	.site-branding { grid-row: 2; grid-column: 2 / 3 }
	.header-nav-icons { grid-row: 2; grid-column: 3 / 4 }
	.storefront-primary-navigation { grid-row: 3; grid-column: 1 / 5 }
	.site-search { grid-row: 3; grid-column: 3 / 5 }
	.bottom-bar-wrapper { grid-row: 4; grid-column: 1 / 5 }


	/*  remove sidebar for pages */
	body.page .content-area,
	body.category .content-area,
	body.single-post .content-area {
		float: none;
		width: 100%;
	}

	body.single-post .content-area .post-author {
		display: none;
	}


	/* footer */
	.footer-widgets {
		/*margin-bottom: 400px;*/
	}

	.footer-bottom-bar-wrapper {
		padding-bottom: 0;
	}

	#footer-bottom-bar {
		font-size: 100%;
	}

	/* footer mailchimp */
	#mc-embedded-subscribe {
		width: 100%;
		max-width: none;
	}

	#mc_embed_signup input {
		width: 100%;
	}

	/* footer company details */
	#about-company {
		display: block;
	}

	#footer-company-details-wrapper .rule2 {
		display: block;
	}

	#footer-company-details-wrapper {
		max-width: none;
		text-align: left;
	}

	ul.posts-by-category {
		list-style: disc;
	}

	#legal-links {
		text-align: left;
		line-height: 2.5em;
		height: 2.5em;
		margin-bottom: 0;
	}

	#legal-links .right {
		float: right;
		display: inline-block;
		font-size: 100%;
		padding-top: 0;
	}

	#legal-links span.right i:nth-child(2) {
		padding-left: 0.3em;
	}

	#legal-links .right i {
		font-size: 2.2em;
	}

	#legal-links .hidden {
		display: inline-block;
	}

	#footer-social-bar .connect {
		display: inline-block;
		text-align: left;
	}

	#footer-social-bar .social-icons {
		display: inline-block;
		padding-bottom: 0;
		text-align: left;
	}

	#footer-social-bar .social-icons a:first-child i {
		margin-left: 0.8em;
	}

	/* footer widgets */
	footer.site-footer .footer-widgets {
		text-align: left;
		max-width: none;
	}

	footer.site-footer .footer-widgets.col-4 .block {
		width: 19%;
	}

	footer.site-footer .footer-widgets.col-4 .block.footer-widget-4 {
		width: 28%;
	}

	footer.site-footer .footer-widgets.col-4 .block.footer-widget-4 p {
		font-size: 100%;
	}

	footer.site-footer .footer-widgets ul {
		display: block;
		font-size: 100%;
	}

	footer.site-footer .footer-widgets .footer-widget-2 li a:before,
	footer.site-footer .footer-widgets .footer-widget-3 li a:before{
		content:"• ";
	}


	/* footer brands links */
	.footer-brand-links .footer-brand-box span:nth-child(4) {
		margin-right: 35px;
	}

	.footer-brand-links .footer-brand-box span:nth-child(6) {
		margin-right: 0;
	}

	.footer-brand-links .footer-brand-box .s3 {
		display: block;
	}


	/* brands page / categories page */
	.brand-page-logo, .prodcat-page-img {
		flex-basis: 33%;
	}

	.brand-page-logo a, .prodcat-page-img a {
		width: 200px;
		height: 200px;
		padding: 15px;
	}


	/* homepage promo links */
	section.storefront-promo-links .homepage-promo-images {
		margin-left: 30px;
		margin-right: 30px;
		max-width: 100%;
	}

	section.storefront-promo-links .homepage-promo-images a {
		padding-right: 25px;
		flex-basis: 0;
		margin-bottom: 0;
	}

	section.storefront-promo-links .homepage-promo-images a:last-child {
		padding-right: 0;
	}


	/* homepage info box */
	section.storefront-info-links .homepage-info-box {
		max-width: 70%;
	}

	section.storefront-info-links .homepage-info-box a {
		max-width: 45%;
	}


	/* storefront blog */
	.home .storefront-blog article .entry-title,
	.home .category-articles-tips .entry-title,
	.home .category-competitions .entry-title,
	.home .category-videos .entry-title,
	.home .category-new-products .entry-title {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.storefront-blog .hentry {
		margin: 0 0 20px 0;
	}


	/* checkout */
	.woocommerce-checkout .product-total {
		width: 30%;
	}

	/* inventory management */
	article.hentry .wp-block-columns.bolts-ims-icons {
		/*border: 1px solid cyan;*/
	}

	article.hentry .wp-block-columns.bolts-ims-icons .wp-block-column {
		flex-basis: 50% !important;
		padding: 0 !important;
	}

	article.hentry .wp-block-columns.bolts-ims-icons h4 {
		margin-left: 50px;
		margin-right: 50px;
	}

	article.hentry .wp-block-columns.bolts-ims-icons p {
		margin-left: 30px;
		margin-right: 30px;
	}

	/* about us range */
	article.hentry .wp-block-columns.bolts-range .wp-block-column ul {
		margin-left: 50px;
	}

	/* articles meta info */
	.hentry .entry-taxonomy {
		margin: 1.41575em 0 0;
		padding-top: 1em;
		border-top: 1px solid rgba(0,0,0,.05);
	}


	/* cart count */
	.header-nav-icons .count {
		right: 25px;
		top: -5px;
	}

}


@media (min-width: 1024px) {

	/* page width */
	.col-full {
		max-width: 1200px;
	}

	/* header */
	.site-header {
		padding-top: 0;
	}

	/* megamenu */
	.woocommerce-active .site-header #mega-menu-wrap-primary.mega-menu-wrap {
		width: 100%;
	}

	/* metaslider */
	/*page .metaslider .flexslider li {
		padding-left: 5%;
		padding-right: 5%;
	}*/

	#page .metaslider .flexslider li img {
		max-width: 1200px;
		margin: auto;
	}

	/* metaslider / hero background colors */

	.slide-64543 {
		/* kennametal */
		background-color: #8e8b87;
	}

	.slide-64328 {
		/* falcon */
		background-color: #aa4d29;
	}

	.slide-68652 {
		/* vickers */
		background-color: #13502f;
	}

	.slide-69989 {
		/* megajet */
		background-color: #ef1e00;
	}

	.slide-69565 {
		/* slidesledge */
		background-color: #d6a64b;
	}

	.slide-69563 {
		/* daintree */
		background-color: #312d2c;
	}

	.slide-69564 {
		/* kincrome */
		background-color: #000000;
	}

	.slide-79082 {
		/* we're hiring */
		background-color: #87bb2f;
	}

	.slide-76528 {
		/* michaelpro */
		background-color: #4e6584;
	}

	.slide-76532 {
		/* geiger */
		background-color: #818181;
	}

	.slide-76534 {
		/* harlingen */
		background-color: #ff2406;
	}

	.slide-76536 {
		/* apollo */
		background-color: #ffeb01;
	}



	/* modal search */
	#modal-search-results .modal__container {
		max-height: 70vh;
	}


	/* storefront horizontal product tabs */
	/*.woocommerce div.product .woocommerce-tabs {
		width: 58%;
		float: left;
	}*/

	/* product listing columns */
	.site-main ul.products.columns-3 li.product {
		/* 4col 22.05, 3.8 */
		width: 22.05%;
		margin-right: 3.8% !important;
	}

	/* XXX commented this out to fix search alignment
	ul.products li.product.first {
		clear: none !important;
	}*/

	/* related products */
	/*section.related.products {
		float: right;
		width: 38%;
	}

	.storefront-full-width-content .site-main .related ul.products li.product {
		width: 46.411765%;
	}

	.storefront-full-width-content .site-main .related ul.products li.product:nth-of-type(2n) {
		margin-right: 0 !important;
	}*/


	/* single product */
	ul.products li.product a .price {
		font-size: clamp(2em,2.8vw,2.5em);
	}

	ul.products li.product a .price .tax-inc,
	ul.products li.product a .price .each {
		font-size: clamp(10px,1vw,13px);
		line-height: clamp(10px,1vw,13px);
	}

	ul.products li.product a .stock {
		border: 1px solid #7fbe41;
	}

	ul.products li.product .button {
		/*font-size: 1.2em;*/
	}

	/* search */
	.woocommerce-active .site-header .site-search {
		padding: 0 0 0 4em;
	}


	/* header container */
	.header-container {
		display: grid;
		grid-template-columns: minmax(2.617924em,1fr) 305px minmax(300px,555px) 340px minmax(2.617924em,1fr);
		grid-template-rows: auto 6em auto auto;
		align-items: center;
	}

	.top-bar-wrapper { grid-row: 1; grid-column: 1 / 6 }
	.site-branding { grid-row: 2; grid-column: 2 / 3 }
	.site-search { grid-row: 2; grid-column: 3 / 4 }
	.header-nav-icons { grid-row: 2; grid-column: 4 / 5 }
	.storefront-primary-navigation { grid-row: 3; grid-column: 1 / 6 }
	.bottom-bar-wrapper { grid-row: 4; grid-column: 1 / 6 }


	/* footer mailchimp */
	#mc-embedded-subscribe {
		width: 40%;
		/*max-width: 6.5em;*/
	}

	#mc_embed_signup input {
		width: 60%;
	}


	/* footer brand links */
	.footer-brand-links .footer-brand-box .s4 {
		display: block;
	}

	.footer-brand-links .footer-brand-box span:nth-child(6) {
		margin-right: 35px;
	}

	.footer-brand-links .footer-brand-box span:nth-child(8) {
		margin-right: 0;
	}


	/* brands page / categories page */
	.brand-page-logo, .prodcat-page-img {
		flex-basis: 25%;
	}


	/* homepage info box */
	section.storefront-info-links .homepage-info-box {
		padding-left: 3%;
		padding-right: 3%;
	}

	section.storefront-info-links .homepage-info-box h4.big-screen {
		font-size: 1.3em;
	}

	section.storefront-info-links .homepage-info-box a {
		flex-basis: 0;
	}

	section.storefront-info-links .homepage-info-box {
		max-width: 90%;
	}

	section.storefront-info-links .homepage-info-box a {
		max-width: 20%;
		margin-bottom: 0;
	}

	/* inventory management */
	article.hentry .wp-block-columns.bolts-ims-icons {
		/*border: 1px solid purple;*/
	}

	article.hentry .wp-block-columns.bolts-ims-icons .wp-block-column {
		flex-basis: 25% !important;
	}

	article.hentry .wp-block-columns.bolts-ims-icons h4 {
		margin-left: 30px;
		margin-right: 30px;
	}

	article.hentry .wp-block-columns.bolts-ims-icons p {
		margin-left: 20px;
		margin-right: 20px;
	}

	/* about us range */
	article.hentry .wp-block-columns.bolts-range .wp-block-column {
		flex-basis: 50% !important;
		margin-right: 0 !important;
	}

}

@media (min-width: 1200px) {

	section.storefront-promo-links .homepage-promo-images {
		margin: auto;
		max-width: 1200px;
		padding-left: 1%;
		padding-right: 1.5%;
	}

	section.storefront-info-links .homepage-info-box {
		max-width: 1200px;
		padding-left: 4%;
		padding-right: 4%;
	}

	.footer-brand-links .footer-brand-box {
		max-width: 1200px;
		padding-left: 1%;
		padding-right: 1%;
	}

	/* checkout */
	.woocommerce-checkout .product-total {
		width: 20%;
	}

}


/* mobile mega menu */
@media only screen and (max-width: 1024px) {
	#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
		padding-top: 5px;
		padding-bottom: 20px;
	}

	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
		line-height: 1.5em;
		text-transform: uppercase;
	}

	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
		height: 30px;
	}

	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item.mega-toggle-on {
		padding-top: 20px;
	}

	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu .mega-menu-logos {
		padding-top: 10px;
		padding-bottom: 20px;
		margin-top: 20px;
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
	}
}



/* wp-block left col fix */
@media only screen and (max-width: 781px) and (min-width: 600px) {

	.wp-block-columns .wp-block-column {
		padding-right: 0 !important;
		margin-right: auto !important;
	}

	.wp-block-columns .wp-block-column:nth-child(2),
	.wp-block-columns .wp-block-column:nth-child(4) {
		margin-right: 0 !important;
	}
}
