/* 
Theme Name: Auto Extreme 
Version: 1.1.023
Description: Auto Extreme theme utilising WooCommerce Storefront
Author: Yeltek Ltd
Author URI: https://www.yeltek.uk 
Template: storefront */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue:wght@400;700&display=swap');
:root {
  --blue: #2195d3;
  --red: #eb0e0e;
	--cart-button--background: #2195d3;
	--cart-button--color: #FFF;
}
body {
	min-width: 360px;
}
.col-full {
	max-width: 1110px;
	padding: 0 15px;
}
h1, h2, h3, h4, h5, .heading, .title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.5em;
}
.berocket_ajax_filters_toggle {
	display: block;
	width: 100% !important;
}
.demo_store {
	background: var(--blue);
}
.blackheading {
	font-weight: bold;
	color: #FFF;
	background: #111;
	padding: 0.75rem 1rem;
	display: inline-block;
	text-transform: uppercase;
	font-size: 32px;
	line-height: 32px;
	margin: 0 1rem;
	font-weight: 500;
	font-style: normal;
}
.blackheading em {
	font-style: normal;
}
.blackheading strong {
	font-weight: 500;
}
.blackheading a {
	color: #FFF;
	text-decoration: none;
}
html button.alt,
html input[type="button"].alt,
html input[type="reset"].alt,
html input[type="submit"].alt,
html .button.alt,
html .widget-area .widget a.button.alt {
	background: var(--cart-button--background);
	border-color: var(--cart-button--background);
	color: var(--cart-button--color);
}
.home #primary,
.template-fullwidth #primary,
body:not(.archive) #primary {
	float: none;
	width: 100%;
}
html body.archive.category #primary,
html body.single-post #primary,
html body.blog #primary {
	float: left;
	width: 76%;
}
.archive.category #secondary,
.single-post #secondary,
.blog #secondary {
	width: 20%;
	margin: 0 0 0 4%;
}
@media(max-width: 576px){
	html body.archive.category #primary,
	html body.single-post #primary,
	html body.blog #primary {
		float: none;
		width: 100%;
	}
	.archive.category #secondary,
	.single-post #secondary,
	.blog #secondary {
		float: none;
		width: 100%;
		margin: 0;
	}
	.col-full {
		padding: 0;
	}
}
header.site-header {
	border-bottom: none;
	z-index: auto !important;
	position: relative;
}
html body #wpadminbar {
}
.storefront-primary-navigation {
	background: var(--blue);
  font-family: 'Bebas Neue', sans-serif;
}
.col-full {
	max-width: 1520px;
}
.container {
	max-width: 1520px;
}
/*
.storefront-primary-navigation li.home a {
	text-indent: -9999px;
}
.storefront-primary-navigation li.home:before {
	content: '(home icon)';
	display: inline-block;
}
*/
.summary p.stock {
	display: none;
}
.single_variation_wrap p.stock {
	display: inline;
}
.product-type-woosb .summary p.stock,
.summary div.wooco_wrap p.stock {
	display: inline;
}
.nav__cart {
	color: #fff;
	float: right;
	height: 72px;
	line-height: 72px;
	font-size: 18px;
}
.nav__cart:before  {
	font-family: "Font Awesome 6 Free";
	content: '\f291';
	margin-right: 10px;
	font-weight: 900;
}
.nav__cart a {
	color: #fff;
}
.header__cart,
.header__cart--mobile {
	color: #fff;
	margin-top: 1rem;
	float: right;
	font-size: 18px;
  font-family: 'Bebas Neue', sans-serif;
  font-weight: 500;
  position: relative;
}
.header__cart--mobile {
	margin-top: 2rem;
	white-space: nowrap;
}
.header__cart .total:before,
.header__cart--mobile .total:before  {
	font-family: "Font Awesome 6 Free";
	content: '\f291';
	font-weight: 900;
	margin-right: 10px;
}
.header__cart a,
.header__cart--mobile a {
	color: #fff;
}
.header__cart .flyout {
	position: absolute;
	display: none;
	top: 22px;
	border-top: 1rem solid #111;
	right: 0;
	background: #333;
	padding: 1rem;
	font-weight: normal;
	width: 260px;
	border-radius: 4px;
	z-index: 992;
}
.header__cart .flyout:before {
	position: absolute;
	display: block;
	content: '';
  width: 0; 
  height: 0; 
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #333;
	top: -10px;
	right: 40px;
}
.header__cart .flyout ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.header__cart .flyout ul li {
	display: block;
	line-height: 1.2;
	white-space: normal;
	padding: 8px 0 6px 0;
	border-bottom: 1px solid rgba(255,255,255,0.10);
}
.header__cart .flyout ul li .quantity {
	opacity: 0.75;
}
.header__cart .flyout ul a {
	color: #FFF;
}
.header__cart .flyout ul a:hover {
	color: #FFF;
}
.header__cart .flyout ul a.remove {
	display: none;
}
.header__cart .flyout strong {
	font-weight: normal;
}
.header__cart .flyout .buttons {
	display: flex;
	flex-direction: row;
	margin: 0;
	gap: 10px;
}
.header__cart .flyout .total {
	text-align: center;
	padding: 14px 0;
	margin: 0;
}
.header__cart .flyout .buttons a {
	background: var(--blue);
	color: #FFF;
	font-weight: normal;
	white-space: nowrap;
	padding: 10px;
}
.header__cart .flyout .buttons a:hover {
}
html .gm-navigation-drawer--mobile.gm-navigation-drawer--right {
}
.header__cart:hover .flyout {
	display: block;
}
.storefront-primary-navigation ul {
	padding: 0.5rem 0;
}
.storefront-primary-navigation ul li a {
	text-transform: uppercase;
	outline: none;
	display: block;
	white-space: nowrap;
	font-size: 1.5rem;
}
.storefront-primary-navigation ul li ul {
	padding-top: 0;
}
.storefront-primary-navigation ul li ul li a {
	text-transform: none;
	font-size: 1.3rem !important;
}
.storefront-primary-navigation .main-navigation ul.menu>li>a, .main-navigation ul.nav-menu>li>a {
	padding: 0.5rem 1rem;
}
.storefront-primary-navigation div.menu {
	display: none !important;
}
@media(max-width: 768px){
	.storefront-primary-navigation ul li ul li a:before {
		font-family: "Font Awesome 6 Free";
		content: '\f148';
		font-weight: 900;
		margin-right: 0.75em;
		transform: rotate(90deg);
		display: inline-block;
	}
	.storefront-primary-navigation ul li > ul {
		margin-top: -0.25rem;
	}
	.storefront-primary-navigation ul li ul li ul li a {
		opacity: 0.9;
	}
	.storefront-primary-navigation ul li ul li ul li ul li a {
		opacity: 0.9;
		font-size: 1.1rem;
	}
	.storefront-primary-navigation .main-navigation ul.menu>li>a, .main-navigation ul.nav-menu>li>a {
		padding: 0.25rem 1rem;
	}
	.storefront-primary-navigation {
		max-height: 68px;
		overflow: hidden;
		transition: .5s ease-in-out;
	}
	.storefront-primary-navigation:hover {
		max-height: 1000px;
	}
	.storefront-primary-navigation #menu-primary-menu:before {
		font-family: "Font Awesome 6 Free";
		content: '\f0c9';
		font-weight: 900;
		display: block;
		font-size: 36px;
		height: 52px;
		cursor: pointer;
		width: 100%;
		text-align: center;
		line-height: 52px;
	}
	.storefront-primary-navigation:hover #menu-primary-menu:before {
		/*opacity: 0.5;*/
	}
	.storefront-primary-navigation #menu-primary-menu:before {
		margin-bottom: 0.5em;
	}
	/*
	.storefront-primary-navigation #menu-primary-menu li.menu-item-has-children > a:after {
		font-family: "Font Awesome 6 Free";
		content: '\f0d7';
		font-weight: 900;
		margin-left: 0.5em;
	}
	.storefront-primary-navigation #menu-primary-menu li.menu-item-has-children:hover > a:after {
		content: '\f0d8';
	}
	*/
	.primary-navigation {
		display: block;
	}
	.main-navigation .menu {
		display: block;
		max-height: none;
	}
	.main-navigation ul ul {
		margin-left: 0;
	}
	.main-navigation ul li a {
		display: inline-block;
		padding: 0;
	}
}
.site-header-cart .cart-contents {
	padding: 1rem 0;
}
section#promo-strip {
	padding: 0.7rem 0 0 0;
	text-align: center;
	font-size: 0.8em;
	background: #eeee22;
}
@media(min-width: 768px){
	section#promo-strip {
		font-size: 1em;
	}
}
section#promo-strip p {
	display: block;
}
section#promo-strip a,
section#promo-strip a:hover {
	text-decoration: none !important;
}
#ax-header {
	padding: 0 0 0.5rem 0;
}
#ax-header .site-logo img {
	transition: .2s ease-in-out;
	display: inline-block;
	max-width: 350px;
	width: 100%;
	height: auto;
}
#ax-header .site-logo:hover img {
	/*transform: scale(1.05);*/
	opacity: 0.9;
}
#ax-header .d-flex {
	align-items: center;
	justify-content: center;
}
#ax-header .d-flex.text-right {
	justify-content: flex-end;
}
@media(min-width: 1024px){
	#ax-header .top-nav {
		margin-bottom: -2rem;
	}
}
#ax-header .top-nav {
	color: #FFF;
}
#ax-header .top-nav a {
	color: #FFF;
}
#ax-header .top-nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	/*
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	gap: .5rem;
	*/
}
#ax-header .top-nav ul li {
	padding: 0;
	display: inline-block;
	margin: 0;
}
#ax-header .top-nav ul li a {
	display: inline-block;
	padding: .5rem;
}
.header__mobile-hamburger {
	text-align: center;
	height: 38px;
	font-size: 2rem;
}
@media(min-width: 768px){
	.header__mobile-hamburger {
		text-align: right;
		font-size: 2.75rem;
		margin-top: -10px;
		height: 44px;
	}
}
.mobile-cart-icon {
	color: #fff;
	display: inline-block;
	position: relative;
	margin-top: 10px;
}
#ax-header .cta {
	display: flex;
	text-align: center;
	color: #FFF;
	align-self: center;
	font-family: 'Bebas Neue', sans-serif;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
}
#ax-header .cta strong,
#ax-header .cta span {
	display: none;
}
@media(min-width: 768px){
	#ax-header .cta {
		flex-direction: column;
		justify-content: center;
		width: auto;
	}
	#ax-header .cta strong,
	#ax-header .cta span {
		display: inline;
	}
}
.groovy-menu-container {
	height: 0;
	overflow: hidden;
	position: relative;
	z-index: 991;
}
.groovy-menu-container .gm-navbar {
	z-index: auto !important;
}
@media(min-width: 768px){
	.groovy-menu-container {
		height: auto;
		overflow: unset;
	}
}
.aws-overlay .aws-overlay-mask {
	opacity: 0.95;
	margin: 10px;
	border-radius: 8px;
}
#ax-header .cta .cta__main {
	font-size: 1rem;
	text-transform: uppercase;
	line-height: 1;
}
#ax-header .cta .cta__main a:before {
	content: 'T: ';
	color: var(--blue);
}
#ax-header .cta .cta__sub a:before {
	content: 'E: ';
	color: var(--blue);
}
#ax-header .cta .mobile-search-trigger {
	font-size: 1rem;
	display: block;
	margin: 0;
	line-height: 1;
	color: var(--blue);
}
#ax-header .cta .cta__main strong {
	color: var(--blue);
}
#ax-header .cta .cta__sub {
	font-size: 1rem;
	line-height: 1;
}
@media(min-width: 360px){
	#ax-header .cta .cta__main {
		font-size: 1.25rem;
	}
	#ax-header .cta .cta__sub {
		font-size: 1.25rem;
	}
}

@media(min-width: 768px){
	#ax-header .cta .cta__main {
		font-size: 3rem;
	}
	#ax-header .cta .cta__main a:before {
		content: '';
	}
	#ax-header .cta .cta__sub a:before {
		content: '';
	}
	#ax-header .cta .cta__sub {
		font-size: 1.4rem;
	}
}
#ax-header .cta a,
#ax-header .cta a:hover {
	color: #ededed;
	text-decoration: none !important;
}
@media(min-width: 768px){
	#ax-header .cta a,
	#ax-header .cta a:hover {
		color: #fff;
	}
}
.ctablock {
	padding-top: 0.5rem;
}
@media(min-width: 768px){
	.topnavblock {
		position: relative;
		z-index: 2;
	}
	.logoblock {
		margin-top: -1.50rem;
		position: relative;
		z-index: 3;
	}
	.ctablock {
		margin-top:-0.5rem;
		padding-top: 0;
	}
}
#ax-header .aws-search-form {
	margin: 0;
	background: #f2f2f2;
	border: none;
	border-radius: 2rem;
	overflow: hidden;
	position: relative;
	width: 100%;
	max-width: 450px;
	margin-top: 2rem;
}
@media(min-width: 992px){
	#ax-header .aws-search-form {
		max-width: 300px;
	}
}
#ax-header .aws-search-form input.aws-search-field {
	padding: 0.6em 1em;
	outline: none;
	width: 100%;
	border: none;
	font-size: 16px;
}
#ax-header .aws-search-form button {
	background: var(--blue);
	color: #fff;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 100%;
	text-align: center;
	border: none;
}
#ax-header .aws-search-btn {
	background: var(--blue);
	color: #fff;
	border: none;
}
#ax-header .aws-search-form svg {
	color: white;
}
#ax-header .aws-search-form button:before {
	display: inline-block;
	font-size: 1rem;
	font-family: "Font Awesome 6 Free";
	content: '\f002';
	font-weight: 900;
	margin: 0 auto;
}
.ajaxsearch form {
	margin: 1.5rem 0 0 0;
}
@media(min: 768px){
	.ajaxsearch form {
		margin: 2.5em 0 1rem 0;
	}
}
.product-type-woosb .onsale {
	display: none;
}
.ajaxsearch label input {
	border-style: none !important;
	overflow: hidden;
	border-radius: 50px 0 0 50px !important;
}
.ajaxsearch button {
	border-style: none !important;
	overflow: hidden;
	border-radius: 0 50px 50px 0 !important;
}
header.site-header {
	padding-top: 0;
	padding-bottom: 0;
}
section#header-strip {
	background: rgb(17,17,17);
	background: linear-gradient(0deg, rgba(17,17,17,1) 0%, rgba(51,51,51,1) 100%);
	color: #FFF;
	padding: 0.75rem 0;
	align-items: center;
}
section#header-strip .header-strip__features {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-items: center;
	align-items: center;
	gap: 2.5rem;
}
@media(max-width: 992px){
	section#header-strip .header-strip__features {
		justify-content: center;
	}
}
section#header-strip .header-strip__features__feature {
	align-items: center;
	display: flex;
	flex-direction: row;
}
section#header-strip .header-strip__features i {
	display: block;
	font-size: 2rem;
	margin: 0 1rem 0 0;
	background: #bcc6cc;
	background: linear-gradient( to bottom, #bcc6cc, #fff, #bcc6cc);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
section#header-strip strong {
	display: block;
	font-size: 1.1rem;
}
section#header-strip span {
	display: block;
	font-size: 0.9rem;
	color: #999;
}
.btn {
	background: var(--blue);
	color: #FFF;
	border-radius: 2px;
}
section#header-strip .header-strip__social {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
}
section#autoextreme-footer .card_icons {
	text-align: center;
}
section#autoextreme-footer .card_icons ul {
	list-style: none;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}
section#autoextreme-footer .card_icons ul li {
	display: inline-block;
}
section#autoextreme-footer .card_icons ul li i {
	display: block;
	color: #CCC;
	font-size: 2rem;
	margin: 0 0.5rem;
}
section#autoextreme-footer .social_icons {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}
.woocommerce-active .site-header .main-navigation {
	float: none;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.menu-toggle {
		display: none;
	}
}
ul.socialicons {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
	margin-top: 5px;
}
ul.socialicons li {
	display: inline-block;
	width: 40px;
	padding: 0 !important;
	height: 40px;
}
ul.socialicons li a {
	display: inline-block;
	width: 40px;
	height: 40px;
	color: #FFF;
	overflow: hidden;
}
ul.socialicons li a i {
	font-size: 40px;
}
ul.socialicons li a i.fa-square-facebook {
	color: #3b5998;
}
ul.socialicons li a i.fa-square-twitter {
	color: #55acee;
}
ul.socialicons li a i.fa-square-youtube {
	color: #ff0000;
}
ul.socialicons li a i.fa-square-instagram {
	color: #e95950;
}
ul.socialicons li a:hover {
	opacity: 0.9;
}
footer.site-footer {
	padding: 1.5rem 0 0 0;
}
footer.site-footer .widget {
	margin: 0 0 1.5rem 0;
}
footer.site-footer i {
	color: var(--blue);
}
footer.site-footer .footer-widgets {
	padding: 3rem 0;
}
footer.site-footer h5 {
	font-size: 1.6rem;
	text-transform: uppercase;
	font-weight: 500;
}
footer.site-footer h5:after {
	content: '';
	display: block;
	border-top: 1px solid var(--blue);
	margin: 10px 0 5px 0;
	width: 40px;
}
footer.site-footer ul. {
	list-style: none;
}
footer.site-footer ul li {
	margin: 0;
	padding: 5px 0;
}
footer.site-footer .widget_block ul li:before {
	font-family: "Font Awesome 6 Free";
	content: '\f00c';
	font-weight: 900;
	display: inline-block;
	color: var(--blue);
	margin: 0 10px 0 0;
}
footer.site-footer strong {
	display: block;
	margin-top: 5px;
}
footer.site-footer .fa,
footer.site-footer .fas {
	margin-right: 6px;
}
section#autoextreme-footer {
	background: #000;
	padding: 2rem 0 0.5rem 0;
}
section#autoextreme-footer .row {
	align-items: center;
}
section#autoextreme-footer .footer_copyright {
	text-align: right;
	font-size: 0.9rem;
}
section#autoextreme-footer .footer_copyright p {
	margin: 0;
}
section#autoextreme-footer .footer_text {
	text-align: center;
	font-size: 0.9rem;
	margin-top: 2rem;
	color: #999;
}
section#autoextreme-footer .footer_text a.yeltek {
	color: #555;
	text-decoration: none;
}
.home #content > .col-full {
	max-width: none;
	margin: 0 !important;
	padding: 0 !important;
}
.home #primary,
.home #main {
	padding: 0;
	margin: 0;
}
#page .wpcu-products {
	padding: 0 1rem;
}
#page .wpcu-products__header {
	margin-bottom: -56px !important;
  font-family: 'Bebas Neue', sans-serif;
}
#page .wpcu-products__header h2 {
	background: #111;
	padding: 0.75rem 1rem !important;
	text-transform: uppercase;
	display: inline-block;
	font-size: 32px;
	line-height: 32px;
}
.widget_nav_menu ul li:before {
	content: '';
}
.home .wp-block-latest-posts {
	display: flex;
	flex-direction: row;
	text-align: center;
	align-items: top;
	flex-wrap: wrap;
	padding-bottom: 2rem;
	overflow: hidden;
	justify-content: center;
}
.home .wp-block-latest-posts li {
	flex: 0 1 100%;
	padding: 20px 20px 0 20px;
}
@media(min-width: 768px){
	.home .wp-block-latest-posts li {
		flex-basis: 50%;
	}
}
@media(min-width: 1024px){
	.home .wp-block-latest-posts li {
		flex-basis: 33%;
	}
}
.home .wp-block-latest-posts li .btn {
	display: block;
	width: 120px;
	margin: 1rem auto 0 auto;
}
/*
.home .wp-block-latest-posts {
	display: flex;
	flex-direction: row;
	gap: 1rem;
	margin-top: 0.5rem;
	padding: 1rem !important;
	flex-wrap: wrap;
}
.home .wp-block-latest-posts li {
	flex: 1 1 40%;
	max-width: 412px;
}
@media(min-width: 768px){
	.home .wp-block-latest-posts li {
		flex: 1 1 25%;
	}	
}
@media(min-width: 992px){
	.home .wp-block-latest-posts li {
		flex: 1 1 10%;
	}	
}
*/

.woocommerce img.pswp__img,
.woocommerce-page img.pswp__img {
	height: auto !important;
	background: #FFF;
}

/* grid - start*/
section.autoextreme-grid {
  padding: 1rem 0 3rem 0;
  font-family: 'Bebas Neue', cursive;
}
section.autoextreme-grid.row .autoextreme-grid__wrapper {
  padding: 0 1rem;
}
section.autoextreme-grid .autoextreme-grid__wrapper {

}
section.autoextreme-grid.row .autoextreme-grid__wrapper .no-gutters {
  gap: 1rem;
}
section.autoextreme-grid .autoextreme-grid__wrapper .no-gutters {

}
section.autoextreme-grid .autoextreme-grid__wrapper .col {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 2px;
  width: 100%;
}
section.autoextreme-grid .autoextreme-grid__wrapper .col:first-of-type {
  padding: 0 0 1px 0;
}
section.autoextreme-grid .autoextreme-grid__wrapper .col:last-of-type {
  padding: 1px 0 0 0;
}
@media(min-width: 768px){
  section.autoextreme-grid .autoextreme-grid__wrapper .col:first-of-type {
    padding: 0 1px 0 0;
  }
  section.autoextreme-grid .autoextreme-grid__wrapper .col:last-of-type {
    padding: 0 0 0 1px;
  }
}
section.autoextreme-grid .autoextreme-grid__wrapper .autoextreme-grid__wrapper__item {
  flex: 1 1 35%;
  overflow: hidden;
}
section.autoextreme-grid.row .autoextreme-grid__wrapper .autoextreme-grid__wrapper__item {
  flex: 1 1 80%;
}
@media(min-width: 576px){
  section.autoextreme-grid.row .autoextreme-grid__wrapper .autoextreme-grid__wrapper__item {
    flex: 1 1 40%;
  } 
}
@media(min-width: 768px){
  section.autoextreme-grid.row .autoextreme-grid__wrapper .autoextreme-grid__wrapper__item {
    flex: 1 1 30%;
  } 
}
@media(min-width: 992px){
  section.autoextreme-grid.row .autoextreme-grid__wrapper .autoextreme-grid__wrapper__item {
    flex: 1 1 10%;
  } 
}
section.autoextreme-grid .autoextreme-grid__wrapper .autoextreme-grid__wrapper__item  .autoextreme-grid__wrapper__item__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section.autoextreme-grid .autoextreme-grid__wrapper .autoextreme-grid__wrapper__item  .autoextreme-grid__wrapper__item__background img {

}
section.autoextreme-grid .autoextreme-grid__wrapper .autoextreme-grid__wrapper__item a {
  display: block;
  background: #EEE;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: auto 100%;
  background-position: center center;
  padding: 1rem;
  position: relative;
  transition: 4s;
}
section.autoextreme-grid .autoextreme-grid__wrapper .autoextreme-grid__wrapper__item a:before {
  content: '';
  display: block;
  padding-bottom: 128%; /*5:4*/
}
section.autoextreme-grid .autoextreme-grid__wrapper .autoextreme-grid__wrapper__item a:after {
  content: '';
  display: block;
  opacity: 0;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  transition: 1s;
}
section.autoextreme-grid .autoextreme-grid__wrapper .autoextreme-grid__wrapper__item a:hover {
  background-size: auto 105%;
}
section.autoextreme-grid .autoextreme-grid__wrapper .autoextreme-grid__wrapper__item a:hover:after {
  opacity: 0.1;
}
section.autoextreme-grid .autoextreme-grid__wrapper .autoextreme-grid__wrapper__item.hastitle a:hover:after {
  opacity: 0.5;
}
section.autoextreme-grid .autoextreme-grid__wrapper .autoextreme-grid__wrapper__item.haslogo {

}
section.autoextreme-grid .autoextreme-grid__wrapper .autoextreme-grid__wrapper__item.haslogo a .autoextreme-grid__wrapper__item__logo {
  position: absolute;
  top: 2rem;
  left: 2rem;
  height: auto;
  width: calc(100% - 4rem);
  max-width: 300px;
}
section.autoextreme-grid .autoextreme-grid__wrapper .autoextreme-grid__wrapper__item.haslogo a .autoextreme-grid__wrapper__item__logo img {
  height: auto;
  width: calc(100% - 4rem);
  max-width: 300px;
}
section.autoextreme-grid .autoextreme-grid__wrapper .autoextreme-grid__wrapper__item a h2 {
  margin: 0;
  text-transform: uppercase;
  font-size: 2.25rem;
  line-height: 2rem;
  font-weight: 600;
  font-style: italic;
  color: #eeee22;
  padding: 0.75rem;
  text-align: center;
  margin-top: auto;
  position: absolute;
  text-decoration: none;
  bottom: 1rem;
  left: 0;
  letter-spacing: 0.1rem;
  width: 100%;
  z-index: 1;
  background: rgba(0,0,0,0.9);
}
section.autoextreme-grid .autoextreme-grid__wrapper .autoextreme-grid__wrapper__item a h2:hover {
  
}
section.autoextreme-grid .autoextreme-grid__wrapper .autoextreme-grid__wrapper__item a h2 .button {
  float: right;
  margin: 1rem;
  font-size: 3rem;
  padding: .5rem 2rem;
}
section.autoextreme-grid .autoextreme-grid__wrapper .autoextreme-grid__wrapper__item a h2 .button:hover {
  opacity: .9;
}
/* grid - end*/

/* logo carousel start */
section.autoextreme-logos-carousel {
  padding: 1rem 0 1rem 0;
  font-family: 'Bebas Neue', cursive;
}
section.autoextreme-logos-carousel h2 {
  margin: 0;
}
section.autoextreme-logos-carousel .autoextreme-logos-carousel__item {
  padding: 2rem 1rem;
  width: 65%;
}
@media(min-width: 768px){
  section.autoextreme-logos-carousel .autoextreme-logos-carousel__item {
    width: 30%;
    padding: 2rem;
  } 
}
@media(min-width: 992px){
  section.autoextreme-logos-carousel .autoextreme-logos-carousel__item {
    width: 15%;
  } 
}
section.autoextreme-logos-carousel .autoextreme-logos-carousel__item .autoextreme-logos-carousel__item__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
section.autoextreme-logos-carousel .autoextreme-logos-carousel__item .autoextreme-logos-carousel__item__link img {
  width: 100%;
  height: auto;
  transition: .5s ease-in-out;
  opacity: 0.8;
}
section.autoextreme-logos-carousel .autoextreme-logos-carousel__item .autoextreme-logos-carousel__item__link:hover img {
  opacity: 1;
}
/* logo carousel end */

.product .main_status_div ul li {
	font-size: 1.1rem;
	color: #000;
	background: #f9f9f9;
	padding: 0.75rem 1rem;
	border-radius: 4px;
}
.product .main_status_div ul li div p {
	margin: 0;
	padding: 0;
}
.product .main_status_div ul li:before {
	content: '';
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f06a";
	float: left;
	margin: 2px 0.75rem -2px 0;
	opacity: 0.3;
}

.autoextreme-logos-grid {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	gap: 2rem;
	padding: 0 0 4rem 0;
	margin-top: -4rem;
	align-items: center;
}
.autoextreme-logos-grid .autoextreme-logos-grid__item {
	width: 45%;
	padding: 1rem 0;
}
@media(min-width: 576px){
	.autoextreme-logos-grid .autoextreme-logos-grid__item {
		width: 28%;
	}
}
@media(min-width: 768px){
	.autoextreme-logos-grid .autoextreme-logos-grid__item {
		width: 20%;
	}
}
.autoextreme-logos-grid .autoextreme-logos-grid__item a {
	display: block;
}
.autoextreme-logos-grid .autoextreme-logos-grid__item a img {
	opacity: 0.8;
	transition: .5s ease-in-out;
}
.autoextreme-logos-grid .autoextreme-logos-grid__item a:hover img {
	opacity: 1;
}
 .home .wp-block-latest-posts li .wp-block-latest-posts__featured-image {
	margin-bottom: 0.5em;
}
.home .wp-block-latest-posts li .wp-block-latest-posts__featured-image a {
	width: 100%;
	display: block;
}
.home .wp-block-latest-posts li .wp-block-latest-posts__featured-image a img {
	width: 100%;
	height: auto;
}
.home .wp-block-latest-posts li .wp-block-latest-posts__post-title {
	font-weight: 500;
	color: #111;
	font-size: 28px;
	text-transform: uppercase;
  font-family: 'Bebas Neue', sans-serif;
}
/* temp fix for checkout */
.woocommerce-checkout .woocommerce .col-1,
.woocommerce-checkout .woocommerce .col-2 {
	width: 100%;
	max-width: none;
}
.woocommerce-checkout #primary {
	width: 100%;
	max-width: none;
}
/* hide qty on product page */
.single_variation_wrap .quantity {
    display: none !important;
}
/* stock messages */
.stock.in-stock::before {
	content: '✓';
}
.stock.out-of-stock::before {
	content: '';
}
.storefront-handheld-footer-bar {
	display: none !important;
}
/* Product details */
.woocommerce-product-details__product_cta {
	display: block;
	padding: 1rem 0;
	border-top: 1px solid #CCC;
	font-weight: 500;
	font-size: 1.2rem;
	color: #008000;
}
.woocommerce-product-details__product_cta a {
	color: #008000;
}
/* omni cart */
.cart_totals #root123 {
	margin: 0 0 1.4em 0;
}
.cart_totals #root123 > div > div {
	width: auto;
	overflow: hidden;
}
.cart_totals #root123 > div > div > div {
	width: 100%;
}
.cart_totals #root123 .rangeslider__labels .rangeslider__label-item {
	margin-left: -2em !important;
}
.add_to_cart_button,
a.button.product_type_simple {
	background: #333;
	color: #FFF;
	margin-right: 5px;
}
.single-product div.product form.cart {
	margin-bottom: 0;
}
.single-product div.product .woosw-btn {
	margin-bottom: 2rem;
}
@media(max-width: 768px){
	.single-product .woosw-btn,
	.single-product .added_to_cart  ,
	.single-product .single_add_to_cart_button {
text-align: center;
		width: 100%;
	}
}
/* omni product page */
.product #root123 {
}
.product #root123 > div > div {
	margin: 2rem auto;
	width: auto;
}
.product #root123 > div > div > div {
	box-shadow: none;
	width: 100%;
}
.product #root123 .rangeslider__labels {
	margin: 0;
}
/* carousel centred images and category page cetnred image */
.wpcu-product__img a,
li.product .imagewrapper {
	position: relative;
	height: 0;
	display: block;
	padding-bottom: 100%;
	overflow: hidden;
	margin-bottom: 1rem;
}
.wpcu-product__img a img,
li.product .imagewrapper img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}
/* omni checkout */
.woocommerce-checkout .payment_method_omni_finance #ocrf_widget > div > div {
	max-width: 518px;
	width: 100%;
	margin: 1rem auto 0 auto;
	padding: 0;
	overflow: hidden;
}
.woocommerce-checkout .payment_method_omni_finance #ocrf_widget > div > div > div {
	width: 100%;
	min-height: 50px;
}
.woocommerce-checkout #payment .payment_methods li img {
	max-height: none;
	width: 80px;
}
.woocommerce-checkout .omni-block .rangeslider-horizontal .rangeslider__labels {
	display: flex;
	flex-direction: row-reverse;
	width: 100%;
	margin: 5px 0 0 5px;
	padding: 0;
	justify-content: space-between;
}
.woocommerce-checkout .omni-block .rangeslider-horizontal .rangeslider__labels .rangeslider__label-item {
	position: static !important;
}
/* Fix fontawesome */
.fa,
.fas {
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
}
.woocommerce-message::before, .woocommerce-info::before, .woocommerce-error::before, .woocommerce-noreviews::before, p.no-comments::before {
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f06a";
}
.woocommerce-message {
	background: var(--blue);
}
/* checkout fixes */
.woocommerce-input-wrapper {
	width: 100%;
}
/*
.checkout #order_review_heading,
.checkout #order_review {
	width: 100%;
}
*/
.checkout table.woocommerce-checkout-review-order-table .product-name {
	width: 65%;
}
/* homepage blog posts */
.wp-block-latest-posts li .wp-block-latest-posts__featured-image {
	width: 100%;
	height: 0;
	padding-bottom: 50%;
	overflow: hidden;
}
/* footer newsletter fix */
footer .wpcf7-email {
	width: 100%;
}
/* Blog listings */
.blog .post_block {
	border-top: 1px solid #CCC;
	padding: 2rem 0;
}
.blog .post_block .featured_image {
	display: block;
	margin: 1rem auto;
}
.blog .post_block .featured_image img {
	display: block;
	width: 100%;
	height: auto;
}
.blog .post_block h2 {
	font-size: 2.5rem;
	color: var(--blue);
}
.blog .post_block p {
	font-size: 1.2em;
}
.single .post h1.entry-title,
.archive .post h1.entry-title {
	font-size: 2.5rem;
	color: var(--blue);
}
.single .post .entry-content p,
.archive .post .entry-content p {
	font-size: 1.2em;
}
/* Blog sidebar */
.widget-area ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.widget-area ul li {
	margin: 0;
	padding: 0;
	display: block;
}
.widget-area ul li h3 {
	background: #000;
	color: #FFF;
	text-transform: uppercase;
	font-size: 1.5rem;
	padding: 1rem;
	margin-top: 2rem;
}
.widget-area ul li ul {
	margin-left: 2rem;
	font-size: 1rem;
}
.widget-area ul li ul li {
}
.widget-area ul li ul li a {
	display: block;
	padding: 4px;
}
.wp-block-group__inner-container {
	display: flex;
	flex-direction: row;
	gap: 1rem;
	flex-wrap: wrap;
}
.wp-block-group__inner-container .wp-block-image {
	flex: 1 1 15%;
	margin: 0 !important;
	max-width: 160px;
	max-height: 116px;
	padding: 0;
}
@media(max-width: 576px){
	.wp-block-group__inner-container .wp-block-image {
		flex: 1 1 40%;
	}
}
.wp-block-group__inner-container .wp-block-image a {
}
.wp-block-group__inner-container .wp-block-image a img {
}
.berocket_single_filter_widget {
	display: block;
	width: 100%;
}
/* flickity start */
.flickity-prev-next-button.next,
.flickity-prev-next-button.previous {
  position: absolute;
  top: -56px;
  left: auto !important;
  right: 0;
  transform: none;
  border-radius: 0;
  border: none !important;
  background: #111;
  box-shadow: none !important;
  outline: none !important;
  width: 56px;
  height: 56px;
  color: #FFF;
}
.flickity-prev-next-button.next:hover,
.flickity-prev-next-button.previous:hover {
  background: var(--blue) !important;
}
.flickity-prev-next-button.next svg,
.flickity-prev-next-button.previous svg {
  left: 35%;
  top: 35%;
  width: 30%;
  height: 30%;
}
.flickity-prev-next-button.previous {
  right: 72px;
}
/* carousel overrides  */
html body .wpcu-carousel-nav--top-right {
	margin-bottom: 20px;
	height: 56px;
}
html body .wpcu-carousel-nav__btn {
	width: 56px;
	height: 56px;
	margin: 0 3px;
}
html body .wpcu-carousel-nav__btn svg {
	width: 30%;
}
/* product page images */
.single-product div.product .woocommerce-product-gallery a {
	display: block;
	text-align: center;
	margin: 0 auto;
}
.single-product div.product .woocommerce-product-gallery a img {
	margin: 0 auto;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}
html .single-product div.product .woocommerce-product-gallery ol.flex-control-thumbs {
	display: block;
	text-align: center;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 0.5rem;
	align-items: center;
}
html .single-product div.product .woocommerce-product-gallery ol.flex-control-thumbs:before,
html .single-product div.product .woocommerce-product-gallery ol.flex-control-thumbs:after {
	display: none;
}
html .single-product div.product .woocommerce-product-gallery ol.flex-control-thumbs li,
html .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li{
	display: inline-block;
	float: none !important;
	margin: 0 !important;
	width: calc(25% - 0.5rem);
}
/* product page */
.single-product h1.product_title {
	font-family: 'Rubik', sans-serif;
		font-size: 36px;
		font-weight: bold;
}
@media(min-width: 768px){
	.single-product h1.product_title {
		font-size: 36px;
		font-weight: bold;
	}
	.single-product div.product p.price {
		font-size: 1.8em;
		margin: 1em 0;
	}
	.single-product div.product .woocommerce-product-gallery {
		width: 50%;
		margin-right: 5%;
		margin-bottom: 1.5%;
	}
	.single-product div.product .summary {
		width: 45%;
	}
	.single-product div.product .woocommerce-product-gallery a img {
		max-width: 100%;
		height: auto;
	}
}
.pswp__bg {
	background: rgba(0,0,0,0.8);
}
.woocommerce-tabs ul.tabs li a {
	outline: none !important;
}
/* category page */
.woocommerce-loop-product__title {
	font-family: 'Rubik', sans-serif;
}
.products .product .price .amount {
	color: var(--blue);
	font-family: 'Rubik', sans-serif;
	font-size: 14px;
}
.products .product .price .woocommerce-price-suffix {
	color: #9192a3;
}
.price del,
.price del bdi,
.price del span {
	color: #6d6d6d;
	opacity: .7;
}
/* Hide Omni from cart page */
.wc-proceed-to-checkout #root123 {
	display: none;
}
/* Hide PayPal from cart page */
.wc-proceed-to-checkout #ppcp-messages {
	display: none;
}
/* shopping cart */
.woocommerce-cart .cart_totals .woocommerce-Price-amount.amount,
.woocommerce-checkout .woocommerce-shipping-totals .woocommerce-Price-amount.amount {
	font-weight: bold;
}
.woocommerce-cart .cart_totals ul#shipping_method li,
.woocommerce-checkout .woocommerce-shipping-totals ul#shipping_method li {
	margin-bottom: 0.5rem;
}
.woocommerce-cart .cart_totals ul#shipping_method input,
.woocommerce-checkout .woocommerce-shipping-totals ul#shipping_method input {
	margin-top: 7px;
	float: left;
	margin-right: 0.5rem;
}
.woocommerce-cart .cart_totals input[type=radio]+label,
.woocommerce-checkout .woocommerce-shipping-totals input[type=radio]+label {
	display: block;
}
/* Selected filter styling */
.berocket_aapf_widget_selected_filter {
	display: flex;
	flex-direction: row;
	gap: 1rem 1.5rem;
	flex-wrap: wrap;
}
.berocket_aapf_widget_selected_filter .bapf_sfa_unall {
	display: none;
}
.berocket_aapf_widget_selected_filter span {
	font-weight: 600;
}
.berocket_aapf_widget_selected_filter ul {
	display: inline;
	margin: 0 0 0.5rem 0;
	padding: 0;
}
.berocket_aapf_widget_selected_filter ul li a {
	display: flex;
	flex-direction: row;
	gap: 0.25rem;
	align-items: center;
	justify-content: flex-start;
}
/* Hide duplicate filters on mobile view */
@media(max-width: 768px){
	#secondary.widget-area {
		display: none;
	}
	.berocket_aapf_widget_selected_filter .bapf_sfa_taxonomy {
		flex-basis: 26%;
		flex-grow: 1;
		flex-shrink: 0;
	}
}
/* PART 1 - Before Lazy Load */
img[data-lazyloaded]{
    opacity: 0;
}
/* PART 2 - Upon Lazy Load */
img.litespeed-loaded{
    -webkit-transition: opacity .5s linear 0.2s;
    -moz-transition: opacity .5s linear 0.2s;
    transition: opacity .5s linear 0.2s;
    opacity: 1;
}
.custom-pcd-field-wrap {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 0.5rem;
	align-items: center;
	margin-bottom: 1rem;
}
.custom-pcd-field-wrap label {
	width: 110px;
	margin: 0;
}
.custom-pcd-field-wrap select {
	padding: 0.25rem;
}
.single_add_to_cart_button {
	margin-right: 0.5rem;
}
.single-product .related.products {
	padding-top: 1.618em;
	border-top: 1px solid #d3ced2;
}
.edit-link {
	display: none;
}
/* Change site width start */
@media(min-width: 768px){
	.left-sidebar .widget-area {
		/* Width of filters area plus gap to the right */
		width: 16%;
		margin-right: 1.5%;
	}
	.left-sidebar .content-area {
		/* Width of main column for product columns */
		width: 82.5%;
	}
	.site-main ul.products.columns-4 li.product {
		/* Changes actual product space and gap between products */
		width: 22.5%;
		margin-right: 2.5%;
	}

	.blog.left-sidebar .widget-area,
	.tag.left-sidebar .widget-area,
	.date.left-sidebar .widget-area {
		float: right;
		margin-right: 0;
		margin-left: 1.5%;
	}
	.blog.left-sidebar .content-area,
	.tag.left-sidebar .content-area,
	.date.left-sidebar .content-area {
		float: left;
	}
}
/* Change site width end */
.single.single-product form.cart button,
.single.single-product form.cart a,
.single.single-product form.cart .quantity input {
    font-size: 1.2rem
}
.grecaptcha-badge {
	display: none !important;
}
.woocommerce-messag {
	background-color: var(--blue);
}
/* horizontal product tabs start */
@media(min-width: 768px){
	.product .woocommerce-tabs ul.tabs {
		width: 100%;
		float: none;
		margin-right: 5.8823529412%;
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs {
		list-style: none;
		padding: 0 0 0 1em;
		margin: 0 0 1.618em;
		overflow: hidden;
		position: relative;
		border-top: none;
		text-align: left;
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs::before {
		position: absolute;
		content: ' ';
		width: 100%;
		bottom: 0;
		left: 0;
		border-bottom: 1px solid #d3ced2;
		z-index: 1;
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs li {
		border: 1px solid #d3ced2;
		background-color: #ebe9eb;
		display: inline-block;
		position: relative;
		z-index: 0;
		border-radius: 4px 4px 0 0;
		margin: 0 -5px;
		margin: 0 0.5rem;
		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;
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
		color: inherit;
		text-shadow: inherit;
	}
	html .woocommerce-tabs .panel {
		float: none;
		width: 100%;
	}
}
/* horizontal product tabs end */
/* Product page short description */
.woocommerce-product-details__short-description {
    font-size: 18px;
}
/* Product page long description */
.woocommerce-Tabs-panel.woocommerce-Tabs-panel--description {
    font-size: 18px;
}
.manifold_xsell_banner {
	padding: 2rem;
	padding-bottom: 1rem;
	background: #EFEFEF;
	font-size: 1.1em;
}
.manifold_xsell_banner .btn {
	margin: 0 5px;
}
.archive .manifold_xsell_banner {
	margin: 1rem auto 2rem auto;
	padding: 1rem;
	display: flex;
	flex-align: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 2rem;
}
.archive .manifold_xsell_banner p {
	margin: 0;
}
.bapf_divi_sfa h3, .divi_checkbox_class h3, .divi_color_class h3, .divi_image_class h3, .divi_slider_class h3 {
	color: #000;
	border: none;
	font-size: 1.5em;
	padding: 0;
	font-weight: 300;
}
/* Mobile filter sidebar start */
.berocket_element_above_products {
}
.berocket_element_above_products .berocket_element_above_products_is_hide {
    position: fixed;
    overflow-y: scroll !important;
    background: rgb(255, 255, 255);
    top: 0px;
    right: 0px;
    width: 80%;
    height: 100vh;
    padding: 1rem;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;

	z-index: 2;
}
.admin-bar .berocket_element_above_products .berocket_element_above_products_is_hide {
	top: 46px;
}
.berocket_element_above_products .berocket_element_above_products_is_hide_toggle.active {
	position: static;
}
.berocket_element_above_products .berocket_element_above_products_is_hide_toggle.active:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	backdrop-filter: blur(1px);
	background: rgba(0,0,0,0.6);
	z-index: 2;
}
.berocket_element_above_products .berocket_element_above_products_is_hide_toggle.active span {
	top: 20px;
	left: 20px;
	position: fixed;
}
.admin-bar .berocket_element_above_products .berocket_element_above_products_is_hide_toggle.active span {
	top: 46px;
}
/* Mobile filter sidebar end */
/* Remove "Powered by Autify Digital Ltd" from omni popup start */
.finance-view-popup .logo-with-autifybrand .brand-copyright {
	display: none !important;
}
/* Remove "Powered by Autify Digital Ltd" from omni popup end */
/* omni footer override start */
html .omni-footer-container {
	background: #000;
}
html .omni-footer-container .omni-footer {
	width: 100%;
	max-width: 1520px;
	padding: 0 15px;
}
html .omni-footer-container .omni-footer h5 {
	font-size: 0.9rem;
	font-family: "Source Sans Pro","HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
	color: #999;
	margin: 0;
	font-weight: 400;
	padding-bottom: 10px;
	display: block;
}
html .omni-popup-trigger .finance-calculator-img {
	display: none !important;
}
/* omni footer override end */
/* custom omni deposit percent buttons start */
.custom-deposit-presets {
	display: flex;
	flex-direction: row;
	gap: 10px;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 10px;
}
.custom-deposit-presets span {
	cursor: pointer;
	display: inline-block;
	color: #c09a5e;
	border: 1px solid rgba(29, 29, 29, 0.1);
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-weight: 600;
	font-size: 1.2em;
	text-align: center;
}
.custom-deposit-presets span:hover {
	background: rgba(29, 29, 29, 0.05);
}
.autify-omni-finance .omnifinance-checkout .omnifinance-core p.repayment-text {
	padding-bottom: 16px;
}
/* custom omni deposit percent buttons end */
#payment .form-row.place-order {
	margin: 0;
}
.mobile-cart-icon span {
	position: absolute;
	top: -5px;
	left: -15px;
	font-size: 0.9em;
	font-weight: bold;
	background: var(--blue);
	color: #FFF;
	display: inline-block;
	text-align: center;
	border-radius: 30px;
	min-width: 24px;
	height: 24px;
	line-height: 24px;
}
@media(max-width: 768px){
	.products.related ul.products,
	.up-sells ul.products,
	.cross-sells ul.products {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		gap: 10px;
		margin-bottom: 1rem;
	}
	.products.related ul.products li,
	.up-sells ul.products li,
	.cross-sells ul.products li {
		flex: 0 0 calc(50% - 10px);
		margin: 0;
		display: flex;
		flex-direction: column;
	}
	.products.related ul.products li .add_to_cart_button,
	.up-sells ul.products li .add_to_cart_button,
	.cross-sells ul.products li .add_to_cart_button {
		margin-top: auto;
	}
}
/* update to nav for masonry effect - start */
.gm-grid-container {

}
.gm-grid-container .gm-grid-row {
	display: block;
	max-width: 100vw;
}
.gm-grid-container .gm-grid-row .gm-mega-menu__item {
	padding-bottom: 2rem;
	flex: none;
	max-width: none;
	float: left;
	width: 20%;
}
/* update to nav for masonry effect - end */
/* fixes for bapf filter alignment - start */
.berocket_single_filter_widget .bapf_body ul {
	padding-left: 15px !important;
}
.berocket_single_filter_widget .bapf_body ul li {
	/*
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: flex-start;
	padding: 2px 0 !important;
	*/
	padding: 1px 0 !important;
	position: relative;
	vertical-align: top;
}
.berocket_single_filter_widget .bapf_body ul li label {
	display: block;
	line-height: 1.2em;
	vertical-align: top;
	padding-bottom: 4px;
}
.berocket_single_filter_widget .bapf_body ul li input[type="checkbox"] {
	/*
	margin-top: 4px;
	*/
	position: absolute;
	top: 5px;
	left: -15px;
	vertical-align: top;
}
.berocket_single_filter_widget .bapf_body ul li ul {
	margin-left: 0 !important;
}
/* fixes for bapf filter alignment - end */
/* hide categories from product attributes list, product page - start */
.woocommerce-product-attributes-item.woocommerce-product-attributes-item--categories {
	display: none;
}
/* hide categories from product attributes list, product page - end */

/* instock badge start */
.products .product.instock--physical .imagewrapper:before,
.products .product.instock--supplier .imagewrapper:before,
.products .product.instock.product-type-woosb .imagewrapper:before {
	content: 'In stock';
	font-size: 0.8rem;
	padding: 0.25rem 0.75rem;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	color: #FFF;
	background: var(--blue);
}
/* instock badge end */


/* product description video - force size/scaling - start */
.woocommerce-Tabs-panel--description iframe[src*="https://www.yout"],
.woocommerce-Tabs-panel--description iframe[src*="https://yout"] {
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
	max-width: 850px;
}
/* product description video - force size/scaling - end */

/* sale badge start */
.onsale.wdr-onsale {
	background: var(--blue);
	color: #FFF;
	border: none;
	border-radius: 0;
	font-size: 0.8rem;
	padding: 0.25rem 0.75rem;
}
.woocommerce-loop-product__link .onsale.wdr-onsale {
	position: absolute;
	display: block;
	top: 0;
	right: 0;
}
/* sale badge end */


