@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap');
body {
	/*font-family: -apple-system, BlinkMacSystemFont, "Lato", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !*{body-font-family}*!;*/
	font-size: 14px /*{body-font-size}*/;
	color: rgba(0, 0, 0, 1) /*{body-font-colour}*/;
	background-image: none /*{body-background-image}*/;
	background-color: #ffffff /*{body-background-colour}*/;
	font-family: "Lato";
}
p {
	margin-top: 0;
	margin-bottom: 1rem;
	font-family: "Lato";
	font-size: 16px;
	font-weight: 400;
}
a, .btn-link{
	color: rgba(9, 43, 65, 1) /*{link-text-colour}*/;
}
a:hover, a:active, a:focus, .btn-link:hover{
	color: rgba(200, 29, 36, 1) /*{link-text-hover-colour}*/;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: oswald,sans-serif;
	font-weight: 500;
	/*font-family: -apple-system, BlinkMacSystemFont, "Lato", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !*{headers-font-family}*!;*/
	color: rgba(0, 0, 0, 1) /*{headers-colour}*/;
}
.carousel-caption h3, .carousel-caption h2,.carousel-caption .h3,.carousel-caption p {
	color: #ffffff /*{carousel-text-colour}*/;
}
h1, .h1 {
	font-size: 34px /*{header-1-font-size}*/;
}
h2, .h2 {
	font-size: 28px /*{header-2-font-size}*/;
}
h3, .h3 {
	font-size: 24px /*{header-3-font-size}*/;
}
h4, .h4 {
	font-size: 18px /*{header-4-font-size}*/;
}
h5, .h5 {
	font-size: 16px /*{header-5-font-size}*/;
}
/* Secondary button */
.btn-outline-secondary, .btn-default {
	color: #333333 /*{buttons | btn-default-text-colour}*/;
	background-color: #ffffff /*{buttons | btn-default-background-colour}*/;
	border-color: #cccccc /*{buttons | btn-default-border-colour}*/;
}
.btn-outline-secondary:hover, .btn-default:hover{
	color: #333333 /*{buttons | btn-default-text-colour-hover}*/;
	background-color: #ebebeb /*{buttons | btn-default-background-colour-hover}*/;
	border-color: #adadad /*{buttons | btn-default-border-colour-hover}*/;
}
.btn-outline-secondary.disabled, .btn-default:disabled {
	color: #333333 /*{buttons | btn-default-text-colour-hover}*/;
	background-color: #ebebeb /*{buttons | btn-default-background-colour-hover}*/;
	border-color: #adadad /*{buttons | btn-default-border-colour-hover}*/;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle,
.btn-default:not(:disabled):not(.disabled):active, .btn-default:not(:disabled):not(.disabled).active, .show > .btn-default.dropdown-toggle {
	color: #333333 /*{buttons | btn-default-text-colour-hover}*/;
	background-color: #ebebeb /*{buttons | btn-default-background-colour-hover}*/;
	border-color: #adadad /*{buttons | btn-default-border-colour-hover}*/;
}
/* Primary button */
.btn-primary {
	color: #ffffff /*{buttons | btn-primary-text-colour}*/;
	background-color: rgba(9, 43, 65, 1) /*{buttons | btn-primary-background-colour}*/;
	border-color: rgba(9, 43, 65, 1) /*{buttons | btn-primary-border-colour}*/;
}
.btn-primary:hover {
	color: #ffffff /*{buttons | btn-primary-text-colour-hover}*/;
	background-color: rgba(200, 29, 36, 1) /*{buttons | btn-primary-background-colour-hover}*/;
	border-color: rgba(200, 29, 36, 1) /*{buttons | btn-primary-border-colour-hover}*/;
}
.btn-primary.disabled, .btn-primary:disabled {
	color: #ffffff /*{buttons | btn-primary-text-colour-hover}*/;
	background-color: rgba(200, 29, 36, 1) /*{buttons | btn-primary-background-colour-hover}*/;
	border-color: rgba(200, 29, 36, 1) /*{buttons | btn-primary-border-colour-hover}*/;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
	color: #ffffff /*{buttons | btn-primary-text-colour-hover}*/;
	background-color: rgba(200, 29, 36, 1) /*{buttons | btn-primary-background-colour-hover}*/;
	border-color: rgba(200, 29, 36, 1) /*{buttons | btn-primary-border-colour-hover}*/;
}
/* Warning button */
.btn-warning {
	color: #ffffff /*{buttons | btn-warning-text-colour}*/;
	background-color: #ffc107 /*{buttons | btn-warning-background-colour}*/;
	border-color: #ffc107 /*{buttons | btn-warning-border-colour}*/;
}
.btn-warning:hover {
	color: #ffffff /*{buttons | btn-warning-text-colour-hover}*/;
	background-color: #e0a800 /*{buttons | btn-warning-background-colour-hover}*/;
	border-color: #ffc107 /*{buttons | btn-warning-border-colour-hover}*/;
}
.btn-warning.disabled, .btn-warning:disabled {
	color: #ffffff /*{buttons | btn-warning-text-colour-hover}*/;
	background-color: #e0a800 /*{buttons | btn-warning-background-colour-hover}*/;
	border-color: #ffc107 /*{buttons | btn-warning-border-colour-hover}*/;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
	color: #ffffff /*{buttons | btn-warning-text-colour-hover}*/;
	background-color: #e0a800 /*{buttons | btn-warning-background-colour-hover}*/;
	border-color: #ffc107 /*{buttons | btn-warning-border-colour-hover}*/;
}
/* Danger button */
.btn-danger {
	color: #ffffff /*{buttons | btn-danger-text-colour}*/;
	background-color: #dc3545 /*{buttons | btn-danger-background-colour}*/;
	border-color: #dc3545 /*{buttons | btn-danger-border-colour}*/;
}
.btn-danger:hover {
	color: #ffffff /*{buttons | btn-danger-text-colour-hover}*/;
	background-color: #c82333 /*{buttons | btn-danger-background-colour-hover}*/;
	border-color: #bd2130 /*{buttons | btn-danger-border-colour-hover}*/;
}
.btn-danger.disabled, .btn-danger:disabled {
	color: #ffffff /*{buttons | btn-danger-text-colour-hover}*/;
	background-color: #c82333 /*{buttons | btn-danger-background-colour-hover}*/;
	border-color: #bd2130 /*{buttons | btn-danger-border-colour-hover}*/;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
	color: #ffffff /*{buttons | btn-danger-text-colour-hover}*/;
	background-color: #c82333 /*{buttons | btn-danger-background-colour-hover}*/;
	border-color: #bd2130 /*{buttons | btn-danger-border-colour-hover}*/;
}
/* Success button */
.btn-success {
	color: #ffffff /*{buttons | btn-success-text-colour}*/;
	background-color: rgba(255, 255, 255, 1) /*{buttons | btn-success-background-colour}*/;
	border-color: rgba(255, 3, 3, 1) /*{buttons | btn-success-border-colour}*/;
}
.btn-success:hover {
	color: #ffffff /*{buttons | btn-success-text-colour-hover}*/;
	background-color: rgba(255, 255, 255, 1) /*{buttons | btn-success-background-colour-hover}*/;
	border-color: rgba(196, 51, 51, 1) /*{buttons | btn-success-border-colour-hover}*/;
}
.btn-success.disabled, .btn-success:disabled {
	color: #ffffff /*{buttons | btn-success-text-colour-hover}*/;
	background-color: rgba(255, 255, 255, 1) /*{buttons | btn-success-background-colour-hover}*/;
	border-color: rgba(196, 51, 51, 1) /*{buttons | btn-success-border-colour-hover}*/;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
	color: #ffffff /*{buttons | btn-success-text-colour-hover}*/;
	background-color: rgba(255, 255, 255, 1) /*{buttons | btn-success-background-colour-hover}*/;
	border-color: rgba(196, 51, 51, 1) /*{buttons | btn-success-border-colour-hover}*/;
}
/* Info button */
.btn-info {
	color: #ffffff /*{buttons | btn-info-text-colour}*/;
	background-color: #17a2b8 /*{buttons | btn-info-background-colour}*/;
	border-color: #17a2b8 /*{buttons | btn-info-border-colour}*/;
}
.btn-info:hover {
	color: #ffffff /*{buttons | btn-info-text-colour-hover}*/;
	background-color: #138496 /*{buttons | btn-info-background-colour-hover}*/;
	border-color: #117a8b /*{buttons | btn-info-border-colour-hover}*/;
}
.btn-info.disabled, .btn-info:disabled {
	color: #ffffff /*{buttons | btn-info-text-colour-hover}*/;
	background-color: #138496 /*{buttons | btn-info-background-colour-hover}*/;
	border-color: #117a8b /*{buttons | btn-info-border-colour-hover}*/;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
	color: #ffffff /*{buttons | btn-info-text-colour-hover}*/;
	background-color: #138496 /*{buttons | btn-info-background-colour-hover}*/;
	border-color: #117a8b /*{buttons | btn-info-border-colour-hover}*/;
}
.breadcrumb-section, #n_customer_account .breadcrumb {
	background-color: #f6f6f6 /*{breadcrumb-background-colour}*/;
}
.breadcrumb-item + .breadcrumb-item::before {
	color: #06253D /*{breadcrumb-text-colour}*/;
}
.breadcrumb > .active,
.breadcrumb a {
	color: #06253D /*{breadcrumb-text-colour}*/;
}
.pagination .page-link{
	color: #ffffff /*{pagination-text-colour}*/;
	background-color: rgba(9, 43, 65, 1) /*{pagination-bg-colour}*/;
	border-color: rgba(9, 43, 65, 1) /*{pagination-border-colour}*/;
}
.pagination .page-link:hover,
.pagination .page-link:focus{
	color: #ffffff /*{pagination-text-colour-hover}*/;
	background-color: rgba(200, 29, 36, 1) /*{pagination-bg-colour-hover}*/;
	border-color: rgba(200, 29, 36, 1) /*{pagination-border-colour-hover}*/;
}
.pagination .active .page-link,
.pagination .active .page-link:hover,
.pagination .active .page-link:focus {
	color: #ffffff /*{pagination-text-colour-active}*/;
	background-color: rgba(200, 29, 36, 1) /*{pagination-bg-colour-active}*/;
	border-color: rgba(200, 29, 36, 1) /*{pagination-border-colour-active}*/;
}
.badge-secondary {
	background-color: #ebebeb /*{label-default-bg}*/;
}
.badge-primary {
	background-color: #006ff5 /*{label-primary-bg}*/;
}
.badge-success {
	background-color: rgba(214, 214, 214, 1) /*{label-success-bg}*/;
}
.badge-info {
	background-color: #17a2b8 /*{label-info-bg}*/;
}
.badge-warning {
	background-color: #212529 /*{label-warning-text-colour}*/;
	background-color: #ffc107 /*{label-warning-bg}*/;
}
.badge-danger {
	background-color: #dc3545 /*{label-danger-bg}*/;
}
.card {
	border-color: rgba(9, 43, 65, 1) /*{panel-border-colour}*/;
}
.card-header {
	background-color: rgba(9, 43, 65, 1) /*{panel-header-bg-colour}*/;
	border-color: rgba(9, 43, 65, 1) /*{panel-header-border-colour}*/;
}
.card-header, .card-header *, body .card-header *:hover {
	color: rgba(255, 255, 255, 1) /*{panel-header-text-colour}*/;
}
.productsave {
	color: var(--theme-colour-secondary); /*{sale-colour}*/;
}
.wrapper-header {
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.wrapper-header .navbar-toggler,
#header-call .fa,
#header-cart .fa {
	color: rgba(200, 29, 36, 1) /*{header-icon-colour}*/;
}
.wrapper-header .menu-section, .wrapper-header .header-topbar {
	background-color: #071f2f /*{navbar-default-bg-colour}*/;
}
.wrapper-header .navbar {
	background-color: rgba(255, 255, 255, 0) ;
}
.wrapper-header .navbar .navbar-nav .nav-link,
.wrapper-header .header-topbar .nav-link,
.wrapper-header .header-topbar .nav-link,
.wrapper-header .header-topbar .nav-item i {
	color: rgba(0, 0, 0, 1) /*{navbar-default-link-colour}*/;
}
.wrapper-header .navbar-nav .nav-link:hover,
.wrapper-header .navbar-nav .nav-link:focus,
.wrapper-header .header-topbar .nav-link:hover,
.wrapper-header .header-topbar .nav-link:focus,
.wrapper-header .header-topbar .nav-item i:hover,
.wrapper-header .header-topbar .nav-item i:focus {
	color: rgba(200, 29, 36, 1) /*{navbar-default-link-colour-hover}*/;
	font-weight: 500;
}
.wrapper-header .navbar-nav .show > .nav-link,
.wrapper-header .navbar-nav .active > .nav-link,
.wrapper-header .navbar-nav .nav-link.show,
.wrapper-header .navbar-nav .nav-link.active{
	color: rgba(200, 29, 36, 1) /*{navbar-default-link-colour-active}*/;
	font-weight: 500;
}
.dropdown-menu,
.mega-menu>li.nav-item:last-child a {
	background-color: rgba(9, 43, 65, 1) /*{dropdown-menu-bg}*/;
	border-color: rgba(9, 43, 65, 1) /*{dropdown-menu-border-colour}*/;
}
.dropdown-item,
.mega-menu>li.nav-item:last-child a {
	color: #ffffff /*{dropdown-menu-link-colour}*/;
}
#cartcontents ,#cartcontents a, #cartcontents .price{ 
	color:#000;
}
.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item.active,
.dropdown-item:active,
.mega-menu>li.nav-item:last-child a:hover,
.mega-menu>li.nav-item:last-child a:focus,
.mega-menu>li.nav-item:last-child a:active {
	color: rgba(200, 29, 36, 1) /*{dropdown-menu-link-colour-hover}*/!important;
	/* background-color: rgba(200, 29, 36, 1) {dropdown-menu-link-bg-hover}; */
}
/* Theme Colour */
body, * {
	--theme-colour-primary: rgba(9, 43, 65, 1) /*{theme-primary-colour}*/; 
	--theme-colour-secondary: rgba(200, 29, 36, 1) /*{theme-secondary-colour}*/; 
}
/* Categorybox Homepage */
.dah_homecategories .thumbnail .caption h5>a:active,
.dah_homecategories .thumbnail .caption h5>a:focus,
.dah_homecategories .thumbnail .caption h5>a:hover,
.dah_homecategories .thumbnail:hover .caption h5>a,
.dah_homecategories .thumbnail .caption h5>a {
	color: #ffffff /*{category-box-heading-colour}*/;
	font-family: oswald,sans-serif;
	font-weight: 500;
	font-size: 22px;
}
.dah_homecategories .thumbnail .caption a.btn {
	color: #ffffff /*{category-box-button-colour}*/;
	background-color: #000000 /*{category-box-button-background-colour}*/;
	text-transform: uppercase;
	border-radius: 0px;
}
.dah_homecategories .thumbnail .caption a.btn:hover,
.dah_homecategories .thumbnail .caption a.btn:focus,
.dah_homecategories .thumbnail .caption a.btn:active {
	color: #ffffff /*{category-box-button-hover-colour}*/;
	background-color: #000000 /*{category-box-button-hover-background-colour}*/;
}
.dah_homecategories .thumbnail .caption {
	background-color: rgba(9, 43, 65, 0.8) /*{category-box-caption-background-colour}*/;
}
.dah_homecategories .thumbnail:hover .caption {
	background-color: rgba(200, 29, 36, 0.65) /*{category-box-caption-hover-background-colour}*/;
}
/* Footer section */
.wrapper-footer {
	background-color: #071620 /*{footer-background-colour}*/;
}
.wrapper-footer p {
	color: #000000 /*{footer-font-colour}*/;
}
.wrapper-footer a {
	color: #000000 /*{footer-link-colour}*/;
}
.wrapper-footer a:hover,
.wrapper-footer a:focus {
	color: #c81d24 /*{footer-link-colour-hover}*/;
}
.wrapper-footer nav h4.nav-link, .wrapper-footer nav h4.nav-link:hover, .wrapper-footer nav h4.nav-link:focus {
    color: #000000 /*{footer-heading-colour}*/;
	font-weight: 500;
	font-size: 22px;
}
/*Additional CSS for Offroad Living*/
@media (min-width: 1200px) {
	.single_product_page .col-xl-8 {
		flex: 0 0 63.5% !important;
		max-width: 63.5% !important;
	}
	.single_product_page .col-xl-4 {
		flex: 0 0 35.3% !important;
		max-width: 35.3% !important;
		margin: 0 0 0 1.2% !important;
	}
}

.wrapper-header .d-none.d-md-flex.col-12.col-sm-8.col-md-9.justify-content-end.align-items-center {
	flex: 0 0 83%;
	margin: 0 auto;
	max-width: 83%;
}
.wrapper-header .header-topbar .col-12 {
	flex: 0 0 100%;
	max-width: 100%;
}
.header-search>form input {border-radius: 5px;}
.dah_homecategories .thumbnail {border-radius:0px;}
.container, .container-lg, .container-md, .container-sm, .container-xl {
	max-width: 1634px;
}
.section-title {
	font-family: oswald,sans-serif;
	font-weight: 600;
	font-style: normal;
}
header.wrapper-header .container {max-width: 100%; padding:0px 40px;}
header.wrapper-header {
	background: #ffffff;
	/* background: linear-gradient(180deg, rgba(0,0,0,1) 15%, rgba(0,0,0,0) 80%); */
	padding-bottom: 15px;
	position: fixed;
	z-index: 99;
	width: 100%;
	top: 30px; /*36px*/
}
header.wrapper-header.sticky_header {
	/* background: rgba(0, 0, 0, 0.9); */
	background: rgba(255, 255, 255);
}
.logo-section {
	padding: 0;
	width: 100%;
	float: left;
}
.wrapper-header .menu-section, .wrapper-header .header-topbar {
	background-color: #ffffff;
}
.header-search {
	width: 250px;
}
.header-topbar {
	padding: 10px 15px 0px;
	position: relative;
	height: 40px;
	float: right;
}
ul.nav.ml-auto a {
	font-family: oswald,sans-serif;
	font-weight: 500;
	font-style: normal;
	text-transform: uppercase;
}
a.nav-link.dropdown-toggle {line-height: 70px;}
.wrapper-header .navbar {
	background-color: rgba(255, 255, 255, 0);
	width: 100%;
}
.wrapper-header .navbar a {
	padding: 0 20px !important;
	text-transform: uppercase;
	font-family: oswald,sans-serif;
	font-weight: 500;
	font-size:16px;
	letter-spacing: 0px;
	transform: none;
	margin-bottom: 5px;
	line-height: 1.2;
}
.wrapper-header .navbar a:hover {
	padding: 0 20px !important;
	text-transform: uppercase;
	font-family: oswald,sans-serif;
	font-weight: 500;
	font-size:16px;
	letter-spacing: 0px;
}
.navbar-expand-md .navbar-nav .dropdown-menu {
	width: 100%;
	min-width: 200px;
}
.mega-menu-cat {
	-moz-column-count: 1;
	column-count: 1;
}
#header-cart a#cartcontentsheader>div>span:first-child {
	color:#000000;
}
#header-cart a#cartcontentsheader {right: 20px;}
#header-call {
	display: none !important;
}
.wrapper-header .col-12 {margin: 0 auto;}
#navbarMainMenu {margin-right: 20px;}
.megamenu_products>article {
	padding:0px;
}
ul.dropdown-menu.mega-menu.w-100.brands.show {
	position: absolute;
	left: 0;
	min-width: 610px;
	background: black !important;
}
ul.dropdown-menu.brands .mega-menu>li.nav-item {background: #ffffff!important; padding:0px;}
ul.dropdown-menu.brands .mega-menu>li.nav-item a {background: #ffffff !important;;}
/*Homepage Carousel*/
#main-content {
	max-width: 100%;
	padding: 0px;
}
.wrapper-header .col-12 {margin: 0 auto;}
.carousel-caption {left: 10%; max-width: 50%;transform: translateY(-30%);}
.carousel-caption h2 {
	font-family: oswald,sans-serif;
	text-transform: uppercase;
	font-size: 5.2rem;
	font-weight: bold;
}
.carousel-caption p {
	font-family: oswald,sans-serif;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 1.3;
	max-width: 350px;
}
section#homepageCarousel {background:#000000;}
section#homepageCarousel::after {
	content: "";
	height: 300px;
	width: 100%;
	background: url(/assets/themes/automotiv/img/homeslider_overlay.png)0 100% no-repeat;
	position: absolute;
	bottom: 0;
	background-size: 100%;
	margin-bottom: -1px;
}
section#homepageCarousel span.btn.btn-primary {
	background: #c51118;
	border-radius: 0px;
	padding: 10px 40px;
	margin-top: 20px;
}
.wrapper-header .header-topbar .nav-item a.nav-link {
	font-size:16px;
	float: left;
}
.card-title {text-transform: uppercase;}
/*About US page*/
.about_page.col-12 {display: flex; margin-top:70px !important; margin-bottom:70px !important;column-gap: 40px;}
.about_page.col-12 .page_title {
	padding-bottom: 35px;
	text-align: left !important;
}
.our-story {
	position: relative;
	float: left;
	width: 100%;
	background: #000000;
	margin-top:200px;
	padding-bottom: 100px;
	margin-bottom: 100px;
	text-align: center;
}
.our-story .page_title {
	padding-top: 0px;
	padding-bottom: 0px;
}
.our-story .page_title h2 {
	color: #ffffff !important;
	margin-bottom: 50px;
	font-size: 36px;
	margin-top: 0px !important;
	padding-top: 0px !important;
	font-family: oswald,sans-serif;
	font-weight: 600;
	letter-spacing: 1px;
}
.our-story::before {
	content: '';
	width: 100%;
	height: 200px;
	background: url(/assets/themes/automotiv/img/faq_bg.jpg)50% 0% no-repeat;
	position: relative;
	top: 0;
	z-index: 9;
	float: left;
	top: -150px;
	margin-bottom: -150px;
	background-size: cover;
}
.our-story iframe {
	width: 50%;
	margin: 0 auto;
	min-height: 600px;
}
.our-story img.video_thumb {
	width: 1200px;
	max-width: 80%;
	margin: 0 auto !important;
	text-align: center;
}
/*Careers Page*/
.careers_page.col-12 {
	display: flex;
	position: relative;
	margin-top: 70px !important;
	margin-bottom: 50px !important;
	column-gap: 40px !important;
	padding:0px;
}
.careers_page h2 {
	padding-top:40px;
	margin-bottom: 35px;
	font-size: 36px;
	font-family: oswald,sans-serif;
	font-weight: 600;
	letter-spacing: 1px;
}
.currentVacancies.col-12 {
	padding-bottom: 100px;
}
.currentVacancies.col-12 .section-title {
	text-align: left;
}
a.viewmore_btn {
	background: #c51118;
	padding: 10px 20px;
	margin-top: 20px !important;
	float: left;
	color: #ffffff;
	text-transform: uppercase;
	font-family: oswald, sans-serif;
	font-weight: 500;
	font-size: 18px;
	text-decoration: none;
}
a.viewmore_btn:hover {
	background: #000000;
}
#careers {
	width: 100%;
}
.jobs .job {
	background: #f1f1f1;
	margin: 35px 0px;
	padding: 40px;
	padding-right: 20%;
}
.jobs .job h3 {
	font-weight: 400;
	text-transform: uppercase;
}
.jobs .job p {
	max-width: 70%;
}
.jobs .job a {
	background: #c51118;
	padding: 10px 20px;
	margin-top: 20px !important;
	float: left;
	color: #ffffff;
	text-transform: uppercase;
	font-family: oswald, sans-serif;
	font-weight: 500;
	font-size: 18px;
	text-decoration: none;
	float: right;
	position: absolute;
	right: 60px;
	margin-top: -35px !important;
}
.jobs .job a:hover {
	background: #000000;
}
/*Wholesale Page*/
.wholesale_content.col-12 {
	margin-top: 70px !important;
	margin-bottom: 70px !important;
}
.wholesale_form.col-12 {
	display: flex;
	padding:0px;
	column-gap: 40px;
}
.wholesale_form p.small.text-danger {
	width: fit-content;
	display: contents;
}
.col-6.contact_details {
	margin-top: 70px;
}
.wholesale_form input.btn.btn-lg.btn-default {
	background:#c51118;
	color:#ffffff;
	text-transform: uppercase;
	font-family: oswald,sans-serif;
	padding: 13px 30px;
	margin: 0 auto;
	text-decoration: none;
	font-size: 18px;
	border-radius: 0px;
}
.wholesale_form input.btn.btn-lg.btn-defaul:hover {
	background: #000000;
}
.wholesale-register-content {
    margin-top: 70px!important;
}
/*HOME CTAS*/
.dah_homecategories {
	margin-bottom:50px;
	max-width: 1400px;
	margin:0 auto;
	width:100%;
}
.dah_homecategories a.image {
	width: 100%;
}
.dah_homecategories .thumbnail .caption {
	background-color: rgba(197,17,24,0.8);
}
.dah_homecategories .thumbnail .caption a.btn {
	margin-top:15px;
	font-family: oswald,sans-serif;
	text-transform: uppercase;
	color: #ffffff !important;
	background: #000000 !important;
	font-weight: 400;
	font-size: 18px;
	height: 45px;
	line-height: 42px;
	min-width: 150px;
}
a.dah_view_all {
	background: #000000;
	padding: 15px 30px;
	float: none;
	margin: 0 auto;
	color: #ffffff;
	margin-top: 60px;
	font-family: oswald,sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 18px;
	margin-bottom: 50px;
}
a.dah_view_all:hover {
	background:#c51118;
}
.header-topbar ul.nav.list-social {
	display: none;
}
/* Main content container width: 1400px */
#main-content {
	/* overflow: hidden; */
}
.single_product_page > div.row:first-child {
	align-items: flex-start;
}
.single_product_page .col-xl-8 {
	position: sticky;
    top: 150px;
}

#main-content .col-12 {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
}
.explore-container {
	max-width: 1040px;
	width: 100%;
	margin: 0 auto;
}

#main-content.product-page .col-12 {
	max-width: 100%;
}
/*HOME CTA Banner*/
.home-banner-cta {
	padding-top: 100px;
	padding-bottom: 250px;
	margin: 50px 0px;
	color: #ffffff;
	background: url(/assets/themes/automotiv/img/home_cta_banner_switchboard.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	background-position: 0 100%;
}
.home-banner-cta h3 {
	color:#ffffff;
	font-size: 4rem;
	font-weight: 500;
	font-family: oswald,sans-serif;
	text-transform: uppercase;
}
.home-banner-cta h4 {
	color: #ffffff;
	font-family: oswald,sans-serif;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 26px;
}
.home-banner-cta a {
	background:#c51118;
	padding: 15px 30px;
	float: none;
	margin: 0 auto;
	color: #ffffff;
	font-family: oswald,sans-serif;
	text-transform: uppercase;
	font-size: 18px;
	margin-top: 20px;
	float: left;
	text-decoration: none;
	font-weight: 500;
}
.home-banner-cta a:hover {
	color: #ffffff;
	background:#000000;
}
.home-featuredproducts {
	width: 100%;
	margin: 80px 0 40px;
	padding:0px 20px;
}
.home-featuredproducts .col-12 {
	max-width:1630px;
	width:100%;
	margin:0 auto;
}
.home-saleproducts.row {
	width: 100%;
}
.viewallbtn {
	width: 100%;
	margin: 0 auto;
	float: none;
	margin-top: 70px;
	text-align: center;
	margin-bottom: 50px;
}
.viewallbtn a {
	margin: 0 auto;
	float: none;
}
/*Product Tiles*/
.thumbnail.card-body .card-title {
	font-family: oswald,sans-serif;
	text-transform: uppercase;
	font-size: 20px;
	padding:0px 20px;
	min-height: 100px;
	padding: 0px 20px;
	height: auto !important;
}
.thumb_list .card-footer .btn, .thumbnail.card-body .buying-options .btn {
	border-radius: 0px;
	background:#c51118;
	font-family: oswald,sans-serif;
	text-transform: uppercase;
	font-weight: 500 !important;
	border:1px solid #000000;
}
.thumb_list .card-footer .btn:hover, .thumbnail.card-body .buying-options .btn:hover {
	background:#000000;
	font-weight: 500 !important;
	border:1px solid #000000;
}
.thumb_list .card-body .price, .thumbnail.card-body p.price {
	font-family: oswald,sans-serif;
	font-weight: 400;
	font-size: 26px;
}
.home_ctas {
	display: flex;
	width: 100%;
	margin-top: 50px;
	margin-bottom: 100px;
	background: #000000;
}
.home_ctas a {
    position: relative;
	flex-grow: 1;
}
.home_ctas img {
	width: 100% !important;
	height: auto !important;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	max-height: 640px;
    object-fit: cover;
}
.home_ctas a .home-cta-heading {
    position: absolute;
    bottom: 15px;
    left: 25px;
    font-size: 50px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'oswald',sans-serif;
    border-bottom: 5px solid #c51118;
    max-width: fit-content;
	line-height: 1.4;
}
.home_ctas a:hover {
    text-decoration: none;
}
.home_ctas img:hover {
	opacity: 0.8;
}
.home-about {
	display: flex;
	column-gap: 40px;
}
.home-about h2 {
	font-family: oswald,sans-serif;
	font-weight: 500;
	margin-bottom: 35px;
	font-size: 32px;
}
.home-about iframe {
	margin-top:70px;
	width: 100%;
	background: #000000;
	min-height: 367px;
}
/*FAQs*/
.home-faqs {
	width: 100%;
	background: #000000;
	padding: 80px;
	color: #ffffff;
	margin-top: 150px;
	margin-bottom: 50px;
	padding-left: 0;
	padding-right: 0;
}
.home-faqs::before {
	content: '';
	width: 100%;
	height: 200px;
	background: url(/assets/themes/automotiv/img/faq_bg.jpg)50% 0% no-repeat;
	position: relative;
	top: 0;
	z-index: 9;
	float: left;
	top: -150px;
	margin-bottom: -150px;
	background-size: cover;
}
.home-faqs h2 {
	color: #ffffff;
	font-family: oswald,sans-serif;
	font-weight: 500;
	width: 100%;
	text-align: center;
	font-size: 40px;
	margin-bottom: 35px;
}
h3.faq {
	color: #ffffff;
	font-family: oswald,sans-serif;
	font-weight: 500;
	width: 100%;
	text-transform: uppercase;
	background: url(/assets/themes/automotiv/img/plus.png)98% 50% no-repeat;
	background-size: 30px;
	padding: 10px;
	transition: all 0.3s ease;
	border-bottom: 1px solid #ffffff;
	padding: 10px;
}
h3.faq.active {
	color: #c51118;
	font-family: oswald,sans-serif;
	font-weight: 500;
	width: 100%;
	text-transform: uppercase;
	background: url(/assets/themes/automotiv/img/plus_active.png)98% 50% no-repeat;
	background-size: 30px;
	border-bottom: 1px solid transparent;
}
.faqs {
	color:#ffffff;
	cursor: auto;
	padding: 18px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 15px;
	transition: 0.4s;
}
.active, .faqs:hover {
	background-color: transparent;
}
.panel {
	display: none;
	overflow: hidden;
	padding: 20px 60px 20px 20px;
}
.faq_contact h4 {
	color: #c51118;
	font-family: oswald,sans-serif;
	font-weight: 500;
	font-size: 26px;
	text-transform: uppercase;
}
.faq_contact a.faq-more {
	background:#c51118;
	color:#ffffff;
	text-transform: uppercase;
	font-family: oswald,sans-serif;
	font-weight: 500;
}


.faq_contact.col-12 {
	display: flex;
}
.faq_contact .col-8 {
	width: 60%;
}
.faq_contact .col-4 {
	width: 40%;
}
.faq_contact a {
	color:#ffffff;
	text-transform: uppercase;
	font-family: oswald,sans-serif;
	padding: 15px 30px;
	margin: 0 auto;
	text-decoration: none;
	font-size: 18px;
}

#accordionFaqs .faq_contact {
	padding: 25px 33px;
}

#accordionFaqs .faq_contact a {
	color: #ffffff !important;
	text-transform: uppercase;
	font-family: oswald, sans-serif;
	padding: 23px 20px 17px;
	margin: 0 auto;
	text-decoration: none !important;
	font-size: 20px;
	font-weight: 700;
	border-radius: 5px 0px;
	display: inline-block;
}
#accordionFaqs .product-faqs {
	border: 1px solid #d5d5d5;
}
#accordionFaqs .faq-item {
	position: relative;  
	font-family: Lato,sans-serif;
	color: #000;
	padding: 25px 30px;
	border-bottom: 1px solid #d5d5d5;
	padding-right: 40px;
}
#accordionFaqs .faq-question {
	font-weight:700;
	cursor: pointer;
	color: #000;
	font-size: 20px;
	line-height: 24px;
	padding-right: 50px;
}
#accordionFaqs .faq-question::after {
	content: '+';
	position: absolute;
	right: 35px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 30px;
	font-weight: 700;
	font-family: 'Font Awesome 5 Free';
	color: #000;
}
#accordionFaqs .faq-question.active::after {
	transform: translateY(-50%) rotate(45deg);
}
#accordionFaqs .faq-answer {
	display: none;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	padding-top: 10px;
	padding-right: 50px;
}
#accordionFaqs .faq-answer.active {
	display: block;
}

/*Testimonials*/
.home-testimonials {
	margin: 0 auto;
}
.reviews.col-12 h2 {
	text-align: center;
	padding:0px;
}
.review.col-12 {
	text-align: center;
	padding:0px 60px;
}
.review .client {
	width: 31.3333%;
	float: left;
	background: #f1f1f1;
	padding: 25px 40px;
	margin: 1%;
}
.client p {
	font-size: 16px;
	line-height: 1.2;
}
.client p strong {
	font-weight: bold;
	width: fit-content;
	margin: 0 auto;
	display: block;
	background: url(/assets/themes/automotiv/img/stars.png)50% 0% no-repeat;
	background-size: 85px;
	padding-top: 25px;
	margin-top: 20px;
}
/*Footer usps*/
.footer-usps p {
	font-family: oswald,sans-serif;
	font-weight: 500;
	color: #000000;
	font-size: 18px;
}
/*Footer Newsletter*/
#footer-newsletter h3 {
	font-family: oswald,sans-serif;
	font-weight: 500 !important;
	color: #000000 !important;
}
#footer-newsletter .btn-primary {
	background:#c51118;
	color:#ffffff;
	font-family: oswald,sans-serif;
	font-weight: 500;
	border-radius: 0;
	border:0px;
}
#footer-newsletter {
	z-index: 9;
    position: relative;
}
#footer-newsletter input {
	height: 45px;
	outline: none;
	border-radius: 0px;
}
footer.wrapper-footer ul.nav.list-social a {
	color:#c51118;
	font-size: 20px;
	margin-right: 15px;
}
.col-footer-about {padding-bottom:40px;}
.col-footer-about i {
	color:#c51118;
}
footer.wrapper-footer {
	padding-top: 150px;
	background: url(/assets/themes/automotiv/img/footer_rightside_alt.png) 100% 100% no-repeat;
	background-size: 500px 100% !important;
	background-color: #ffffff;
}
footer.wrapper-footer::before {
	content: '';
	width: 100%;
	height: 250px;
	position: absolute;
	background: url(/assets/themes/automotiv/img/footer_top_background.png) 100% 0% no-repeat;
	background-size:cover;
	margin-top: -290px;
	left: 0;
}
.footermenu {margin-top:45px;}
.footermenu:nth-child(1) {
	width:40%;
	flex: 0 0 40%;
	max-width: 40%;
	column-count: 2;
}
.wrapper-footer nav h4.nav-link {
	width: 100%;
	margin-top: -45px !important;
}
.footermenu:nth-child(2) {
	width:100%;
	flex: 0 0 30%;
	max-width: 30%;
}
.footermenu:nth-child(3) {
	width:30%;
	flex: 0 0 30%;
	max-width: 30%;
}
.footermenu ul a.nav-link {
	padding: 5px 0px;
}
.home-about.col-12 {
	column-gap: 0px;
}
/*Breadcrumb*/
.container-fluid.breadcrumb-section.px-0 {
	left: 0;
	position: absolute;
	background: transparent;
	top: 350px;
	width: 100%;
	overflow: hidden;
}
.container-fluid.breadcrumb-section.px-0 {
	position: relative;
	background: #f6f6f6;
	top: 15px;
	display: block;
}
ol.breadcrumb {
	font-family: oswald, sans-serif;
	font-weight: 450 !important;
	color:#c51118;
}
ol.breadcrumb li:last-child a span {
	color:#c51118;
}
ol.breadcrumb a {
	color: #000;
	font-size: 17px;
	line-height: 1.2;
}

body#n_category:not(:has(.product_category_page[style="margin-top: 180px;"])) .breadcrumb-item + .breadcrumb-item::before {
    color: #fff !important;
}

body#n_category .breadcrumb-item a svg path {
    fill: #fff;
}

body#n_category .breadcrumb-item a svg {
    vertical-align: 0px;
}

/*Contact us page*/
#contact_page_banner {
	max-height: 450px;
	overflow: hidden;
}
#contact_page_banner img {
	object-fit: cover;
	object-position: 0% 100% !important;
	max-height: 500px;
	width: 100%;
}
.contact_form.col-12 {
	display: flex;
	column-gap: 40px;
	margin-top: 20px;
}
.contact_form h3 {
	text-transform: uppercase;
	font-size: 22px;
	margin-bottom: 20px;
}
.contact_form form {
	 padding-right: 60px;
}
.contact_form p.small.text-danger {
	width: fit-content;
	display: contents;
}
.page_title {
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	padding: 60px 0px;
}
.contact_form textarea.form-control.col-xs-12.col-md-6 {
	max-width: 100%;
}
#stloc_selector_cysel, #stloc_state_sel, #suburb_sl, ._itmspec_opt, .form-control, .n-wrapper-form-control select {
	height: 45px;
	border-radius: 0px;
	padding: 0px 10px;
}
.contact_form input.btn.btn-lg.btn-default {
	background:#c51118;
	color:#ffffff;
	text-transform: uppercase;
	font-family: oswald,sans-serif;
	padding: 13px 30px;
	margin: 0 auto;
	text-decoration: none;
	font-size: 18px;
	border-radius: 0px;
}
.contact_form label {
	font-size: 16px;
}
/*Login page*/
.col-12.my_account {
	padding: 60px !important;
}
.page-header.login {
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 50px;
}
.btn-primary {
	border-radius: 0px;
	background: #000;
	text-transform: uppercase;
	font-family: oswald,sans-serif;
	font-weight: 500;
	border: 0px;
	font-size: 16px;
	padding: 10px;
	outline: none;
}
.btn-primary:hover {
	background:#c60811;
}
.buying-btns {
	flex-grow: 1;
}
/* Store Finder Page */
#storefinder {
	width: 100%;
	display: flex;
	margin: 0 auto;
	max-width: 1400px;
	margin-top: 70px;
	margin-bottom: 70px;
}
#storefinder .card-header {
	text-transform: uppercase;
	background: #000000;
	border-radius: 0;
}
.storefinder_content a {
	color: #c81c25;
	text-decoration: underline;
}
#storefinder h1, #storefinder h2 {
	text-transform: uppercase;
}
#storefinder h2 {font-size: 28px;}
form#store-finder {
	margin-top: 70px;
}
#geo_list {
	border: 1px solid #ced4da;
	min-height: 650px;
}
.resultmsg.p-1.mb-3.bg-light {
	padding: 10px !important;
	font-size: 13px;
	font-weight: bold !important;
	margin-bottom: 0px !important;
}
.geo_loc_item {
	padding: 10px !important;
}
.geo_loc_item strong a {
	text-transform: uppercase !important;
	font-family: oswald,sans-serif;
	font-weight: 500;
	font-size: 16px;
	margin-bottom:15px;
}
.geo_loc_info a {
	font-weight: bold;
	text-transform: uppercase;
}
.storefinder_label {
	text-transform: uppercase !important;
	font-family: oswald,sans-serif;
	font-weight: 500;
	font-size: 16px;
}
button#geo_search {
	margin-top: 10px;
	outline: none;
}
#geo_map {
	min-height: 650px;
}
/*Resources page*/
.resources_page.col-12 {
	padding-bottom: 100px;
}
.content_resources .page_title {
	text-align: left;
	padding-bottom: 0px;
	margin-bottom: 35px;
}
.content_resources .content_area h3 {
	font-size: 22px;
	margin-bottom: 35px;
	float: left;
	width: 100%;
	margin-top: 35px;
	font-family: "Lato";
}
.content_resources .content_area a {
	background: url(/assets/themes/automotiv/img/download_icon.png)98% 50% no-repeat #000000;
	background-size: 32px;
	padding: 13px;
	color: #ffffff;
	text-transform: uppercase !important;
	font-family: oswald,sans-serif;
	font-weight: 500;
	font-size: 16px;
	width: 46%;
	float: left;
	margin-bottom: 10px;
	margin-right: 2%;
	text-decoration: none;
}
.content_resources .content_area a:hover {
	background: url(/assets/themes/automotiv/img/download_icon.png)98% 50% no-repeat #c51118;
	background-size: 32px;
}
/*Installation page*/
.installation_page .page_title {
    padding-bottom: 0px;
	margin-bottom: 35px;
	padding-top: 30px;
}
.installation_page.col-12 {
	text-align: center;
}
span.installation_content p {
	max-width: 1200px;
	margin: 0 auto;
	margin-bottom: 50px;
}
a.booknow_btn {
	border-radius: 0px;
	background: #c60811;
	text-transform: uppercase;
	font-family: oswald,sans-serif;
	font-weight: 500;
	border: 0px;
	font-size: 18px;
	outline: none;
	color: #ffffff;
	min-width: 200px;
	margin-top: 35px;
	text-decoration: none;
	padding: 15px 45px;
}
a.booknow_btn:hover {
	background: #000000;
	color: #ffffff;
}
.installation_page.col-12 {
	padding-top: 35px;
	padding-bottom: 35px;
}
.install_bottom_text.col-12 {
	display: flex;
	column-gap: 40px;
	padding: 0px;
}
span.bottom_content {
	margin-top: 50px;
	margin-bottom: 50px;
}
span.bottom_content h3 {
	text-transform: uppercase;
	margin-top: 35px;
	margin-bottom: 35px;
	font-size: 32px;
}
.install_bottom_text.col-12 {
	margin-top: 50px !important;
	margin-bottom: 50px !important;
}
.blog.col-12 {
	padding-top: 60px;
}
.blog h1 {
	text-transform: uppercase;
	font-size: 34px;
	font-family: oswald,sans-serif;
	font-weight: 500;
}
.blog .card {
	float: left;
	margin-right: 2%;
	width: 31.3333%;
	border: 2px solid #dfd9d7;
	border-radius: 0px;
	min-height: 550px;
}
.blog .card-img, .blog .card-img-top {border-radius: 0px;}
.blog nav {
	float: left;
	width: 100%;
	margin-top: 20px;
}
.blog .card-title {
	color: #000000 !important;
}
.blog a.readmore_btn {
	background: #000000;
	margin-top: 15px;
	float: left;
	text-transform: uppercase;
	font-family: oswald,sans-serif;
	font-weight: 500;
	border: 0px;
	font-size: 18px;
	outline: none;
	color: #ffffff;
	text-decoration: none;
	padding: 13px 30px;
}
.blog a.readmore_btn:hover {
   background: #c81d24 !important;
}
.blog .card {
	width: 31.333%;
	margin-right: 2%;
	margin-bottom: 20px !important;
}
.blog .text-muted {display: none;}
.internal_blog_page {
	max-width: 1040px !important;
	width:100% !important;
	margin:0 auto !important;
	margin-bottom: 100px !important;
}
.internal_blog_page.col-12 img {
	margin-bottom: 35px;
}
.blog_article {
	margin-top:35px;
}
.internal_blog_page .viewmore_btn {
	background:#000000 !important;
	margin-top: 35px !important;
}
.internal_blog_page .viewmore_btn:hover {
	background:#c81d24 !important;
}
.empty_cart.col-12 {padding:40px;}
.empty_cart a.btn.btn-success {
	background: #c51118;
	color: #ffffff;
	font-family: oswald,sans-serif;
	font-weight: 500;
	border-radius: 0;
	border: 0px;
	text-transform: uppercase;
	padding: 15px;
	font-size: 16px;
}
.blog .card .card-img-top {
    height: 300px;
    object-fit: cover;
}
/*Product Category page CSS */
.product_category_page {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	margin-bottom: 50px;
}
.product_category_page {
	max-width: 1400px;
	display: flex;
	width: 100%;
	margin: 0 auto;
	margin-top: 20px;
}
.product_category_page .list-group-item {
	font-family: oswald,sans-serif;
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	border:0px;
}
.product_category_page .card-header {
	font-family: oswald,sans-serif;
	text-transform: uppercase;
	font-weight: 500;
	background: #000000;
	border-radius: 0px;
}
.product_category_page .price_range {
	font-family: "Lato";
	font-size: 14px;
}
.product_category_page .products_cat_filters i{
	display: none !important;
}
.product_category_page .products_cat_filters.active i{
	display: block !important;
}
.product_category_page .btn-outline-secondary, .product_category_page .btn-default {text-transform: uppercase;}
.product_category_page .list-group-item:hover {
	color:#c81d24;
}
.wrapper-header .header-topbar .col-12 {
	width: fit-content;
	float: right;
	display: block !important;
}
a.nav-link.text-uppercase.top_menu_phone {
	margin-left: 15px;
}
a.nav-link.text-uppercase.top_menu_phone {color:#c81d24 !important;}
a.nav-link.text-uppercase.top_menu_phone i {color:#c81d24 !important;}
.position-relative.border-bottom.dropdown.dropdown-hover.active .dropdown-menu-horizontal {
	display: block;
	position: relative;
	left: 0;
	width: 100%;
	background: #ffffff;
	border: 0;
	border-radius: 0px;
	margin: 0;
	padding: 0;
}
.position-relative.border-bottom.dropdown.dropdown-hover.active .dropdown-menu-horizontal .dropdown-item {
	padding: 7px;
	color: #000000;
	padding-left: 30px;
}
.position-relative.border-bottom.dropdown.dropdown-hover.active .dropdown-menu-horizontal .dropdown-item:hover {
	color:#c81d24 !important;
	background: #ffffff !important;
}
.position-relative.border-bottom.dropdown.dropdown-hover.active .product_category_page .list-group-item {
	background: #f1f1f1 !important;
}
/*.wrapper-header .menu-section ul.navbar-nav {*/
/*	display: none !important;*/
/*}*/
.wrapper-product-title {
	margin-top: 50px;
}
.wrapper-product-title>h1 {
	text-transform: capitalize;
	font-size: 26px;
	font-weight: 500;
	margin-bottom: 5px;
}
.wrapper-pricing .h1 {
	font-size: 40px;
}
.single_product_page .wrapper-pricing .align-items-center {
	margin-bottom: 15px;
	flex-wrap: wrap;
}
.single_product_page .wrapper-pricing .productpromo,
.single_product_page .wrapper-pricing .productwasprice,
.single_product_page .wrapper-pricing .productsave {
	font-family: oswald, sans-serif;
	font-size: 25px;
	font-weight: 500;
	line-height: 1.2;
	margin-bottom: -12px;
}
.single_product_page .wrapper-pricing .productwasprice {
	text-decoration: line-through;
}
.single_product_page .wrapper-pricing .sale-ends-text {
	margin-bottom: 15px;
	color: var(--theme-colour-secondary) !important;
}
.single_product_page .product-sku-availability .text-danger {
	color: var(--theme-colour-secondary) !important; 
}
@media only screen and (max-width: 500px) {
	.single_product_page .wrapper-pricing .productpromo,
	.single_product_page .wrapper-pricing .productwasprice,
	.single_product_page .wrapper-pricing .productsave {
    font-size: 20px;
  }
}
.text-success {
	font-size: 16px;
}
.product_category_page h1.display-4 {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 30px;
	margin-top: 5px;
	margin-bottom: 10px;
}
button.btn.btn-success.calltoaction.npopup-checkout {
	background: #c81d24;
	border-radius: 0px;
	font-weight: 500;
	outline: none;
	font-family: oswald,sans-serif;
	font-weight: 500;
	text-transform: uppercase;
}
button.btn.btn-default.npopup-view {
	border-radius: 0px;
	background: #000000;
	color: #ffffff;
	font-family: oswald,sans-serif;
	font-weight: 500;
	text-transform: uppercase;
}
button.btn.btn-default.npopup-continue {
	border-radius: 0px;
	background: #000000;
	color: #ffffff;
	font-family: oswald,sans-serif;
	font-weight: 500;
	text-transform: uppercase;
}
.successaddmessage .header {
	font-family: oswald,sans-serif;
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
}
button.btn.btn-default.viewcart {
	font-family: oswald,sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	border:0px;
	border-radius:0px;
}
button.checkout.btn.btn-success {
	background: #c81d24;
	border-radius: 0px;
	font-weight: 500;
	outline: none;
	font-family: oswald,sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	border:0px;
	border-radius:0px;
}
.dropdown-menu.show {
  background: #ffffff;
  box-shadow: 0 0 3px 0px black;
	border-radius:0px;
	border:0px;
}
.product_category_page .card {
	border-radius: 0px;
}
.product_category_page .card.mb-2 {
	border-radius: 0px;
	margin-bottom: 15px !important;
}
.product_category_page li.list-group-item.thumbnail-box p.title a {
	font-weight: bold;
	font-size: 14px !important;
	font-family: "Lato";
}
.product_category_page li.list-group-item.thumbnail-box span {
	font-size: 14px !important;
	font-family: "Lato";
}
.product_category_page li.list-group-item.thumbnail-box img.product-image {
	border: 1px solid #dddddd;
}
.product_category_page .card-body .list-thumb-content h3 a {
	font-size: 24px;
	font-weight: 500;
	margin-top:10px;
	margin-bottom: 15px;
	display: block;
	text-transform: uppercase;
}
.product_category_page .card-body .list-thumb-content h3 a:hover {
	text-decoration: none;
}
.product_category_page .card-body span.cat_sub_title {
	font-family: "Lato";
	font-size: 16px;
	width: 100%;
	margin-bottom: 15px;
	display: block;
	font-weight: bold;
}
.product_category_page .card-body .product_short_description, 
.product_category_page .card-body .product_short_description * {
	font-size: 14px;
	font-family: "Lato";
	font-weight: 400;
	display: block;
	text-align: left !important;
}
.product_category_page .collapse a.filter.list-group-item {
	font-size: 16px;
	text-transform: none;
	line-height: 1.1;
}
.card-body .buying-options {
    z-index: 2;
}
.card-product-link{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	z-index: 2;
}
.product_category_page .collapse a.filter.list-group-item {
    padding: 5px 25px;
}
.product_category_page .bg-transparent.card-footer {
	margin-top: -65px;
	z-index: 2;
}
.dah_homecategories .thumbnail .image img {
    height: 350px;
    object-fit: contain;
}
.product_category_page .bg-transparent.card-footer button.addtocart {
	border:0px;
	outline: none;
	font-family: oswald,sans-serif;
	font-weight: 500;
	text-transform: uppercase;
}
#stloc_selector_cysel, #stloc_state_sel, #suburb_sl, ._itmspec_opt, .form-control, .n-wrapper-form-control select {
	outline: none;
}
.product_category_page .row.sort_container {
	font-weight: bold;
}
.product_category_page label.col-2.col-form-label {margin-top:5px;}
.product_category_page .col-12.col-md-9 {
	padding: 0px 40px;
}
/*Category service/product content*/
.category_featured_layout {
	margin-top: 100px;
}
.category_featured_layout .col-12 {
	display: flex;
}
.category_featured_layout img {
	width: 100% !important;
	height: auto !important;
	max-width: 600px !important;
}
.category_featured_layout .col-12 {
	display: flex;
	column-gap: 40px;
}
.category_featured_layout .col-12 h3 {
	margin-top: 50px;
	margin-bottom: 35px;
	font-size: 28px;
}
.category_featured_layout a {
	background: #c81d24;
	font-weight: 500;
	outline: none;
	padding: 13px 20px;
	font-family: oswald,sans-serif;
	text-transform: uppercase;
	border:0px;
	border-radius:0px;
	color:#ffffff;
	margin-top: 35px !important;
	display: block;
	max-width: 150px;
	text-align: center;
	text-decoration: none;
}
.category_featured_layout a:hover {
	background: #000000;
}
.home-featuredproducts .col-lg-4.col-xl-4 {
	flex: 0 0 25%;
	max-width: 25%;
}
/* Single Product Page */

.product-page {
	max-width: 1634px !important;
	padding: 0px 15px !important;
}
.product-page .breadcrumb-section {
	top: 160px !important;
	color: var(--theme-colour-primary);
	
}
.product-page ol.breadcrumb a {
	color: var(--theme-colour-primary);
	font-size: 16px;
	line-height: 20px;
	text-transform: capitalize;
	display: inline-block;
	max-width: 100%; 
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.product-page .breadcrumb-item+.breadcrumb-item {
	padding-left: 16px;
}
.product-page .breadcrumb-item+.breadcrumb-item:before {
	padding-right: 16px;
	padding-bottom: 0px;
	content: "/";
}
.product-page .breadcrumb-item:first-child a span {
	color: var(--theme-colour-primary);
}
.product-page .breadcrumb-wrapper {
	display: block; 
	width: 100%; 
	height: 45px; 
	z-index: -1;
}
.product-page .breadcrumb-section>.container>.row {
	background: #f1f1f1;
	margin-right: 0px; 
  margin-left: 0px;
}
.product-page .breadcrumb-section .breadcrumb {
	padding: 16px 15px;
}

.product-page .breadcrumb-section .breadcrumb .breadcrumb-item svg {
	margin: 0px 3.5px 5px 0px;
}
.single_product_page {
	margin-bottom: 84px;
}
.single_product_page h1 {
	font-size: 38px;
  font-weight: 700;
}
.single_product_page .product-image-wrapper {
	display: flex; 
	flex-direction: row-reverse;
	gap: 20px;
}
.single_product_page .product-image-wrapper .main-image {
	width: 100%;
	position: relative;
}
.single_product_page .product-image-wrapper .main-image .savings-container {
	left: 0px;
    right: unset;
    text-align: left;
    top: 10px;
}
.single_product_page .product-image-wrapper .main-image .savings-container .badge-danger {
	width: 100px;
    height: 34px;
    transform: none;
    margin: 0;
    border-radius: 0;
    padding: 0;
    line-height: 40px;
    font-family: Oswald;
    font-size: 17px;
    font-weight: 500;
    background: #C70909;
}
.single_product_page .product-image-wrapper .main-image .savings-container .badge-danger::before {
	content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    z-index: -1;
	border-width: 0 10.5px 15px 0;
	border-color: transparent #7A0000 transparent transparent;
	bottom: -14px;
	left: 0;
}
.products_alt_images>div>a {
	border: 2px solid #e7e7e9;
	margin: 0 auto 20px;
}
.products_alt_images>div>a.dahactive, .products_alt_images>div>a:hover {
	border: 2px solid var(--theme-colour-secondary);
}
.single_product_page .product-image-wrapper .products_alt_images {
	max-width: 90px;
	margin-top: 0px;
	margin-right: 0px; 
  margin-left: 0px;
}
.single_product_page .product-image-wrapper .products_alt_images>div {
	padding: 0px !important;
}
.single_product_page .product-image-wrapper .main-image>div:first-child {
	border: 1px solid rgba(0, 0, 0, .1);
}
.single_product_page .wrapper-product-title>h3.text-muted {
	font-size: 18px !important;
	font-family: "Lato";
	margin-top:15px;
	text-transform: uppercase;
	color:#000000 !important;
}
.single_product_page .wrapper-pricing .h1 {
	font-weight: 500;
	text-transform: uppercase;
}
.single_product_page  #n_product .extra-options form.buying-options .btn {
	font-weight: 500;
}

.single_product_page .video-container {
	margin-top: 5px;
	margin-bottom: 29px;
}
.single_product_page .upsell-section h2 {
	margin-top: 36px;
	text-align: left;
	color: #002952;
	margin-bottom: 19px;
	font-weight: 700;
}
.single_product_page .upsell-section .upsell-wrapper {
	border: 1px solid #d5d5d5;
	padding: 22px 21px 0px;
	border-radius: 10px 0px;
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
    margin-right: -10px;
}

.single_product_page .upsell-section .thumbnail {
	display: flex;
  flex-direction: row;
	gap: 23px;
}
.single_product_page .upsell-section .thumbnail-item-wrapper {
	display: flex;
}

.single_product_page .upsell-section .pd-thumb {
	padding-bottom: 0px;
	padding-bottom: 23px;
	position: relative;
  width: 50%;
  padding-left: 10px;
    padding-right: 10px;
}
.single_product_page .upsell-section .pd-thumb .ruk_rating_snippet_thumbs {
	display: none;
}
.single_product_page .upsell-section .thumbnail-image {
	padding: 22px 11px 22px 9px;
}
.single_product_page .upsell-section .thumbnail-item-wrapper .product-image {
	max-width: 128px;
}
.single_product_page .upsell-section .thumbnail-item-wrapper .thumbnail-body {
	padding: 0 0 0 12px;
	background: transparent;
}
.single_product_page .upsell-section .thumbnail-item-wrapper .thumbnail-body .card-title {
	margin: 7px 0px 19px;
	flex-grow: 1;
}

.single_product_page .upsell-section .thumbnail-item-wrapper .thumbnail-body .card-title>a {
	font-weight: 700;
	font-size: 22px;
	line-height: 26px;
	color: #000;
	font-family: 'Lato';
	text-transform: capitalize;
}
.single_product_page .upsell-section .thumbnail-item-wrapper .thumbnail-body .price {
	color: #c70909;
	font-family: 'Oswald';
	font-weight: 700;
	font-size: 22px;
	line-height: 33px;
	margin-bottom: 12px;
	display: flex;
	gap: 18px;
	flex-direction: row-reverse;
	justify-content: flex-end;
}
.single_product_page .upsell-section .thumbnail-item-wrapper .thumbnail-body .price .rrp-price {
	color: #00000066;
	font-size: 16px;
}
.single_product_page .upsell-section .thumbnail-item-wrapper .thumbnail-body .buying-options button {
	width: 100%;
	font-family: 'oswald';
	font-size: 16px;
	font-weight: 700;
	display: flex;
	gap: 10px;
	justify-content: center;
	border-radius: 0px 0px 5px 0px;
	padding: 13px 0px;
	align-items: center;
	height: 50px;
}
.single_product_page .upsell-section .thumbnail-item-wrapper .thumbnail-body .buying-options button svg {
	margin-bottom: 6px;
}

.single_product_page .tabbable-background {
	background: #c81d24;
	margin-bottom: -15px;
	margin-top: 80px;
}
.single_product_page .tabbable-background .tabbable {
	margin-top: 0px !important;
}
.single_product_page .tabbable {
	margin-top: 0px;
	margin-bottom: 50px;
}
.single_product_page .tabbable-background .tabbable {
	margin-top: 0px !important;
	margin-bottom: 0px;
}
.single_product_page .tabbable-background .tabbable .nav-link {
	padding: 1.6rem 2.7rem;
}
.single_product_page .nav-tabs .nav-item {
	font-family: oswald,sans-serif;
	text-transform: uppercase;
}
.single_product_page .nav-tabs .nav-link {
	font-size: 27px;
	text-transform: uppercase;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	border-radius: 0px;
	border: 0px;
	cursor: pointer;
}
.single_product_page .nav-tabs .nav-link.active {
	color:#c81d24 !important;
	background:#fff;
}
.single_product_page .sticky_tabs.no-scrolling .nav-tabs .nav-link {
	color:#fff !important;
	background:#c81d24 !important;
}
.single_product_page .sticky_tabs.no-scrolling .nav-tabs .nav-link:hover {
	color:#c81d24 !important;
	background:#fff !important;
}


@media only screen and (min-width: 768px) {
.single_product_page .nav-tabs .nav-link:hover {
	color:#c81d24;
	background:#fff !important;
}
}

@media only screen and (max-width: 767px) {
.single_product_page .nav-tabs .nav-link:hover {
	background:#c81d24;
}
.single_product_page .nav-tabs .nav-link.active:hover {
	background:#fff;
}
}

.single_product_page .tab-content {
	padding: 0px;
	border: none;
}
.single_product_page .tab-content .tab-pane>h5 {
	color: #0b2b40;
	font-size: 40px;
	margin-bottom: 17px;
	font-weight: 700;
	margin-top: 55px;
}
.single_product_page .tab-content .tab-pane .card {
	border-radius: 0px;
}
.single_product_page .card-body p {
	line-height: 1.3;
	margin-bottom: 0px;
	font-size: 18px;
}
.single_product_page .card-body strong {
	/* font-size: 30px; */
	color: #06253D;
	/* font-weight: 400; */
	/* line-height: 36px; */
	/* font-family: oswald, sans-serif; */
	/* text-transform: capitalize; */
}
.single_product_page .card-body ul {
	padding-left: 25px;
	margin-top: 10px;
}
.single_product_page .card-body ul li {
	font-size: 18px;
	color: #000;
	font-family: Lato, sans-serif;
	text-transform: unset;
	line-height: 38px;
}
.single_product_page .card-body ul li strong {
	font-weight: 700;
	font-size: 18px;
	color: #000;
	font-family: Lato, sans-serif;
	text-transform: unset;
}
.single_product_page .card-body u {
	text-decoration: none;
}
.single_product_page .card-body p:has(strong) {
  margin-bottom: 10px;
}
.single_product_page .card-body h3 {
	margin-bottom: 0px;
}
.single_product_page .thumb_list .card-body .price, .single_product_page .thumbnail.card-body p.price {
	margin-bottom: 25px;
}
.single_product_page #downloads p.product_downloads {margin-bottom: 0px;}
.single_product_page #downloads a {
	background: #000000;
	padding: 10px;
	color: #ffffff;
	min-width: 200px;
	text-align: center;
	display: inline-block;
	text-decoration: none;
}
.single_product_page #downloads a:hover {
	background: #c81d24;
}
.product-faqs .faqs {
	padding-top: 0px;
}
.product-faqs h2 {
	font-size: 22px;
}
.product-faqs h3.faq {
	color:#000000;
	padding-left: 0px;
	font-family: "Lato" !important;
	font-size: 18px;
	font-weight: bold;
}
.product-faqs .faqs {
	color:#000000;
	padding: 0px;
}
.product-faqs .faq_contact .col-8 {
	padding-left:0px;
}
.product-faqs .panel {
	padding:10px;
	padding-right: 100px;
}
.faqs .panel a {
    color: #fff;
}
.faqs .panel a:hover {
    color: rgba(200, 29, 36, 1);
}

.single_product_page .product-faqs h3.faq {
	color:#000000;
	padding-left: 0px;
	font-family: "Lato" !important;
	font-size: 18px;
	font-weight: bold;
}
.single_product_page .product-faqs p,
.single_product_page .product-faqs p>strong {
	font-family: Lato, sans-serif;
	font-weight: 400;
	line-height: 24px;
	color: #000;
	font-size: 16px;
	margin-bottom: 0px;
}
.single_product_page .product-faqs p {
	padding: 5px 33px;
}
.single_product_page .product-faqs p strong:first-child {
	font-weight: 700;
	font-size: 20px;
	line-height: 50px;
}

#accordionReviews h4 {
	font-size: 22px;
	text-transform: uppercase;
}
#accordionReviews .btn {
	margin-top:15px;
}
#accordionReviews .ElementsWidget-prefix .ElementsWidget .ElementsWidget__header .header__group--right {
	flex-basis: 260px;
	width: 260px;
	margin-bottom: 0;
	padding-right: 6px;
}
#ReviewsWidget .R-Button {
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
	border-radius: 10px 0px;
	padding: 20px 50px;
}
#accordionReviews .ElementsWidget__subheader {
	display: none;
}
#accordionReviews .c-meta__authorDetails .R-AvatarThumbnail,
#accordionReviews .c-meta__authorDetails .c-meta__authorLocation,
#accordionReviews  .c-meta__authorRecommends,
#accordionReviews .c-meta__authorAttributes {
	display: none;
}
#accordionReviews .ElementsWidget-prefix .R-BadgeElement .R-BadgeElement__icon .cssVar-badgeElement__icon {
	color: #008A00;
}
#accordionReviews .ElementsWidget-prefix .R-BadgeElement .R-BadgeElement__text .cssVar-badgeElement__text {
	color: #008A00;
	font-size: 16px;
	font-weight: 400;
}
#accordionReviews .ElementsWidget-prefix .ElementsWidget .cssVar-authorName {
	font-size: 20px;
	font-weight: 700;
	font-family: 'oswald';
}
#accordionReviews .ElementsWidget-prefix .R-BadgeElement {
	padding-left: 1px;
	margin-bottom: 10px;
}
#accordionReviews .item__inner .R-TextHeading {
	font-size: 28px;
	font-weight: 700;
	font-family: 'oswald';
}
#accordionReviews .item__inner .R-TextBody {
	font-size: 20px;
	font-weight: 400;
	font-family: 'Lato';
	color: #06253D;
}
#accordionReviews .item__inner .R-flex-row {
	display: none;
}
#ReviewsWidget .R-Button::after {
	content: "";
	display: inline-block;
	width: 16px; 
	height: 16px; 
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16.000000' height='16.000000' viewBox='0 0 16 16' fill='none'%3E%3Cdesc%3ECreated with Pixso.%3C/desc%3E%3Cdefs%3E%3CclipPath id='clip33_2293'%3E%3Crect id='Pencil-Write-Alternate--Streamline-Ultimate' width='16.000000' height='16.000000' fill='white' fill-opacity='0'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23clip33_2293)'%3E%3Cpath id='path' d='M13.33 7.66C12.88 7.66 12.66 7.88 12.66 8.32L12.66 14C12.66 14.44 12.44 14.66 12 14.66L2 14.66C1.55 14.66 1.33 14.44 1.33 14L1.33 2.66C1.33 2.22 1.55 2 2 2L8.66 2C9.11 2 9.33 1.77 9.33 1.33C9.33 0.88 9.11 0.66 8.66 0.66L2 0.66C1.44 0.66 0.97 0.86 0.58 1.25C0.19 1.64 0 2.11 0 2.66L0 14C0 14.55 0.19 15.02 0.58 15.41C0.97 15.8 1.44 16 2 16L12 16C12.55 16 13.02 15.8 13.41 15.41C13.8 15.02 14 14.55 14 14L14 8.33C14 7.88 13.78 7.66 13.33 7.66Z' fill='%23FFFFFF' fill-opacity='1.000000' fill-rule='nonzero'/%3E%3Cpath id='path' d='M12.54 2.03C12.38 1.88 12.23 1.88 12.07 2.03L6.86 7.24C6.83 7.27 6.8 7.31 6.79 7.35L5.84 9.71C5.79 9.84 5.81 9.96 5.92 10.07C6.02 10.16 6.14 10.19 6.28 10.14L8.66 9.2C8.71 9.18 8.74 9.15 8.78 9.12L13.98 3.91C14.05 3.85 14.08 3.77 14.08 3.68C14.08 3.59 14.05 3.51 13.98 3.44L12.54 2.03Z' fill='%23FFFFFF' fill-opacity='1.000000' fill-rule='nonzero'/%3E%3Cpath id='path' d='M15.6 0.38C15.34 0.12 15.03 -0.01 14.66 -0.01C14.29 -0.01 13.98 0.12 13.72 0.38L13.01 1.09C12.85 1.24 12.85 1.4 13.01 1.56L14.43 2.97C14.58 3.12 14.74 3.12 14.9 2.97L15.6 2.26C15.86 2 15.99 1.69 15.99 1.32C15.99 0.95 15.86 0.64 15.6 0.38Z' fill='%23FFFFFF' fill-opacity='1.000000' fill-rule='nonzero'/%3E%3C/g%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain; 
	margin-left: 10px; 
}
.product-sku-availability {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 29px !important;
	flex-wrap: wrap;
}
.product-sku-availability>p {
	margin-top: 10px;
}
.product-sku-availability>div {
	margin-top: 10px;
}
.product-sku-availability .product-sku {
	margin-bottom: 0px;
	font-weight: 700;
	color: rgba(0, 0, 0, 0.6);
}
.product-sku-availability .product-sku span {
	margin-left: 20px;
	font-size: 23px;
	line-height: 23px;
	margin-right: 20px;
}
.product-sku-availability .text-success {
	text-transform: uppercase;
	padding: 9px 15px;
	background-color: #00A22D;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;
	color: #fff !important;
}
.product-sku-availability .text-success svg {
	margin-bottom: 4px;
  margin-right: 4px;
}
.wrapper-product-title p.product-sku {
	font-size:16px;
	text-transform: uppercase;
}
.buying-options-availability square-placement:nth-child(2) {
	background-color: aliceblue;
  margin: 0;
  padding: 15px 15px 38px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	display: flex;
}
.buying-options-availability .afterpay-paragraph {
  padding-bottom: 5px;
}
.buying-options-availability>div {
	background-color: aliceblue;
	padding: 0 15px 15px;
}
.buying-options-availability>div:last-child {
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
.buying-options-availability>div .zip-container {
	padding-top: 15px;
	border-top: 2px solid #e5e5e5;
}
.buying-options-availability>div>span {
	padding-top: 30px;
	border-top: 2px solid #e5e5e5;
}
.product_short_description-desc {
	margin-top: 18px !important;
}
.product_short_description-desc .product_short_description {
	display: none;
}
.product_short_description-desc p {
	margin-bottom: 8px;
}

.product_short_description-desc>p>span>strong,
.product_short_description-desc>ul>li>strong,
.product_short_description-desc>ul>li>b {
	color: #06253D;
} 
.product_short_description-desc>p>span>strong {
	font-size: 20px;
  font-family: 'oswald';
  text-transform: capitalize;
}

.product_short_description-desc ul,
.tab-pane ul {
  list-style-type: none; 
  padding-left: 0; 
}
.product_short_description-desc ul li {
  position: relative;
  padding-left: 30px; 
	padding-bottom: 5px;
  padding-top: 5px;
	font-size: 18px;
	font-weight: 200;
}
.tab-pane ul li {
	position: relative;
  padding-left: 30px;
}
.product_short_description-desc ul li b strong {
	font-weight: 400;
}
.product_short_description-desc ul li::before,
.tab-pane ul li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 20px; 
	height: 20px; 
	background-image: url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="20" height="20" viewBox="0 0 20 20" fill="none"%3E%3Cpath d="M19.37 3.54L9.83 16.25C9.61 16.55 9.3 16.72 8.92 16.75C8.54 16.77 8.22 16.65 7.95 16.38L5.47 13.9" stroke="%23000000" stroke-opacity="1.000000" stroke-width="1.500000" stroke-linejoin="round" stroke-linecap="round"/%3E%3Cpath d="M5 16.46C4.75 16.71 4.46 16.84 4.11 16.84C3.76 16.84 3.46 16.72 3.22 16.47L0.74 14" stroke="%23000000" stroke-opacity="1.000000" stroke-width="1.500000" stroke-linejoin="round" stroke-linecap="round"/%3E%3Cpath d="M7.74 12.67L14.52 3.62" stroke="%23000000" stroke-opacity="1.000000" stroke-width="1.500000" stroke-linejoin="round" stroke-linecap="round"/%3E%3C/svg%3E');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}


.extra-options input[type="number"]::-webkit-outer-spin-button,
.extra-options input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.extra-options input[type="number"] {
  -moz-appearance: textfield;
}
.extra-options input:focus {
  outline: none;
	box-shadow: none;
}

.extra-options form.buying-options .btn {
	width: 100% !important;
	padding-bottom: unset !important;
	padding-top: unset !important;
	height: unset !important;
	line-height: 70px !important;
}
.extra-options form.buying-options .btn svg {
	margin: 0px 10px 7px;
}
.extra-options form.buying-options input.qty {
	max-width: unset !important;
}
.bulk-table {
	border: none;
	color: #0b2b40;
}
.bulk-table thead {
  font-size: 20px;
	font-family: 'oswald';
}
.bulk-table thead tr th {
	padding: 0px 0px 14px;
}
.bulk-table thead th,
.bulk-table tbody td {
	border: none;
}
.bulk-table tbody td {
	padding: 8px 14px;
	font-size: 16px;
}
.bulk-table tbody tr td:first-child {
	padding-right: 80px;
}
.bulk-table tbody tr td:last-child {
	font-weight: 700;
}
.bulk-table tbody tr:nth-child(odd) {
  background-color: white;
}
#shipbox .shipping-calc-wrapp button.btn {
	height: 60px;
	text-transform: capitalize;
	font-size: 18px;
	font-weight: 700;
	font-family: 'Lato';
	text-align: left;
	padding-left: 17px;
	position: relative;
}
#shipbox .shipping-calc-wrapp button.btn:focus {
	background-color: #000;
	box-shadow: none;
}
#shipbox .shipping-calc-wrapp button.btn::after {
	content: "+";
	position: absolute;
	top: 50%;
  transform: translateY(-50%);
	right: 15px;
	font-size: 26px;
	font-weight: 400;
	color: white;
}
#shipbox button.btn.collapsed::after {
	transform: translateY(-50%) rotate(0deg);
}
#shipbox button.btn:not(.collapsed)::after {
	transform: translateY(-50%) rotate(45deg);
}
#collapseShipping select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%236c6c6c" width="18px" height="18px"><path d="M7 10l5 5 5-5z"/></svg>');
	background-repeat: no-repeat;
	background-position: right 2px center; 
	background-size: 22px;
}
.bulk-table tbody tr:nth-child(even) {
  background-color: #f8f9fa;
}
.bulk-table tbody tr {
	border: 1px solid #e5e5e5;
}
/* Thumbnails: On Sale Badge */
.savings-container {
	width: 100%;
	z-index: 1;
}
.badge-danger {
	height: 150px;
	width: 150px;
	font-size: 14px;
	color: #ffffff;
	background: #c51118;
	transform: rotate(49deg);
	margin-top: -90px;
	margin-right: -98px;
	padding-top: 126px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
}
.card-body .badge-danger:nth-child(2) {
    display: none;
}
.thumbnail.card-body .savings-container:after {
	display: none;
}

.single_product_page span.product-spec ul {
	padding-left: 25px;
}

.single_product_page .variation-wrapper .table tbody {
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.single_product_page .variation-wrapper .table tbody tr {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
}
.single_product_page .variation-wrapper .table-bordered  {
	border: none;
	padding: 6px;
}
.single_product_page .variation-wrapper .table tbody tr td {
	padding: 0px;
	border: none;
}
.single_product_page .variation-wrapper .table tbody tr td {
	font-family: Oswald, sans-serif;
	font-size: 15px;
	color: #06253D;
}
.single_product_page .variation-wrapper .table tbody tr td .text-muted {
	font-weight: 300;
	color: #06253D80 !important;
	padding-top: 2px;
}
.single_product_page .variation-wrapper .table tbody tr td:first-child {
	border: 1px solid #E7E7E9;
}
.single_product_page .variation-wrapper .table tbody tr td:nth-child(2) {
	max-width: 80%;
}
.single_product_page .variation-wrapper .table tbody tr td:nth-child(3) {
	min-width: 62px;
}
.single_product_page .variation-wrapper .table tbody tr td:nth-child(4) {
	min-width: 50px;
}
.single_product_page .variation-wrapper h4 {
	font-size: 20px;
	font-weight: 700;
	color: #06253D;
	margin-bottom: 23px;
}
.single_product_page .variation-wrapper .child-price {
	color: #080605;
	margin-bottom: -7px;
}
.single_product_page .variation-wrapper .badge-success {
	font-family: Lato, sans-serif;
	border-radius: 5px 0px;
  padding: 4px 6px;
	font-size: 6px;
	text-transform: uppercase;

}
.single_product_page .variation-wrapper .badge-success svg {
	margin-right: 2px;
}
.single_product_page .variation-wrapper .form-control {
	max-width: 50px;
    height: 39px;
    color: #080605;
    font-size: 16px;
    padding-right: 10px;
    text-align: center;
    padding-left: 0px;
    line-height: 40px;
    padding-top: 0px;
}

.single_product_page .variation-wrapper input[type=number]::-webkit-inner-spin-button,
.single_product_page .variation-wrapper input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.single_product_page .variation-wrapper input[type=number] {
  -moz-appearance: textfield;
}
.single_product_page .variation-wrapper .number-input__controls {
	position: absolute;
	top: 10px;
	right: 9px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6px;
	cursor: pointer;
}
.single_product_page .variation-wrapper .number-input {
	position: relative;
}

.single_product_page .variation-wrapper .cta-area {
	margin: 25px 0;
}
.single_product_page .variation-wrapper .cta-area .btn-primary {
	width: 100%;
  padding: 23px 0px;
	font-weight: 700;
	border-radius: 0px 0px 5px 0px;
}
.single_product_page .variation-wrapper .cta-area .btn-primary svg {
	margin: 0px 10px 7px;
}
.single_product_page .tab-content h2 {
	font-size: 22px;
	font-family: oswald,sans-serif;
	font-weight: 500;
	text-transform: uppercase;
}
#main-content .row.justify-content-center {
	width: 100%;
	margin: 0px !important;
}
section#homepageCarousel {
	min-height: 550px;
}
section#homepageCarousel img {
	object-fit: cover !important;
	min-height: 550px;
}
header.wrapper-header {z-index: 99999999;}
#left-sidebar {z-index: 0}
/*header.wrapper-header .col-12.col-sm-8 {*/
/*	max-width: 80%;*/
/*	flex: 0 0 80%;*/
/*	padding-right: 0px !important;*/
/*}*/
/*a.nav-link .img-fluid {*/
/*	min-width: 150px;*/
/*}*/
/*li.nav-item.dropdown.mega-menu-parent.show {*/
/*	position: inherit;*/
/*}*/
.cat-menus {
	width: 75%;
	float: left;
	column-count: 3;
	vertical-align: top;
}
/* MEGAMENU */
.product_cat ul li a {
	font-family: 'Lato' !important;
	font-size: 14px !important;
	text-transform: capitalize !important;
}
.product_cat a.menu-cat {
	display: block;
	width: 100%;
	font-size: 16px !important;
	text-transform: uppercase;
	color: #c51118 !important;
	margin-top: 20px;
	margin-bottom: 5px;
	padding: 0px !important;
}
.product_cat a.menu-cat:hover {padding:0px !important;}
ul.dropdown-menu.show li a {
	/*line-height: 1.4;
	font-family: 'Lato' !important;
	font-size: 14px !important;
	text-transform: capitalize !important;*/
}
.product_cat {
	display: inline-flex;
	justify-content: left;
	flex-direction: column;
	font-size: 14px;
	width: 100%;
}
ul.dropdown-menu.mega-menu.w-100.brands.show {
	display: flex;
}
li.nav-item.d-inline-block.w-100.allbrands {
	display: none !important;
}
.show#navbarMainMenu .dropdown-menu {
	display: block;
}
.navbar-expand-md .navbar-nav .dropdown-menu {
    padding:0px;
}
.navbar-expand-md .navbar-nav .dropdown-menu li a, .dropdown-item {
	/* padding: 0px !important;
	margin: 0px !important;
	line-height: 1.2; */
	color:#000;
}
.myaccountpage .btn-primary {
    color: #fff!important;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #f8f9fa;
}
ul.dropdown-menu.mega-menu.w-100.brands li {
	background: #ffffff !important;
	margin: 0px;
}
ul.dropdown-menu.mega-menu.w-100.brands {
	padding: 20px;
}
.col-12.register_page {
	padding-top: 50px;
}
.col-12.col-md-6.register_page {
	padding-top: 0;
}
ul.dropdown-menu.mega-menu.w-100.brands.show {
    display: grid;
    flex-wrap: wrap;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 10px;
}
.brands li {
    display: grid !important;
}
.brands .nav-link{
Padding: 0;
}
.brands .nav-link img{
    height: 100%;
    object-fit: contain;
}
/*My Account pages*/
#n_customer_account .breadcrumb, .brand-item {display:none;}
#main-content .myaccountpage {
	padding-top: 50px;
}
#main-content .myaccountpage h1 {
	text-transform: uppercase;
}
.btn-success {
	background: #c51118;
	border: 0px;
	border-radius: 0;
	text-transform: uppercase;
	font-family: oswald,sans-serif;
	color: #ffffff;
}
.btn-success:hover {
	background: #000000;
	color: #ffffff;
}
section.col-12.accountoprions h3 {
	font-weight: 600;
	font-family: "Lato";
	font-size: 22px;
}
.container.myaccountpage a {
	color:#c51118;
}
#main-content .myaccountpage h2 {
	text-transform: uppercase;
}
#n_customer_account h1, #n_customer_account h2 {
	text-transform: uppercase;
}
#n_customer_account .dropdown-toggle {
	line-height: initial;
}
a.nav-link.dropdown-toggle.pr-0.myaccount_dropdown {
	line-height: inherit;
}
.extra-options .row.btn-stack .col-12.col-md-3 {
	margin-bottom: 5px !important;
}




.single_product_page .quantity-control {
	display: flex;
	align-items: center;
	height: 70px;
	border-radius: 5px 0px 0px 0px;
	border: 1px solid #e5e5e5;
}
.single_product_page .quantity-control input {
	width: 60px;
	margin: 5px 6px 0px;
	border: none;
  height: unset !important;
	font-size: 16px !important;
	font-family: 'oswald';
	font-weight: 700 !important;
	color: #080605 !important;
}
.single_product_page .quantity-control .pd-button {
	padding: 22px 22px;
  cursor: pointer;
  border: 1px solid transparent;
  background-color: transparent;
}
.single_product_page .quantity-control .quantity-minus svg {
	transform: rotate(90deg);
  transform-origin: center;
} 
.single_product_page .quantity-control .quantity-plus svg {
	margin-bottom: 1px;
}
.single_product_page .quantity-control .quantity-plus svg:first-child {
	position: absolute;
  top: 26px;
  transform: rotate(90deg);
}
.single_product_page .quantity-plus {
    position: relative;
}



.laptop_topmenu .header-search {
	display: none;
}
.category-short-description {
    max-width: 1440px;
    margin: 50px auto;
    padding-left: 40px;
    padding-right: 40px;
}
.category-short-description-separater{
	max-width: 1440px;
	margin:0 auto;
	padding-left: 40px;
    padding-right: 40px;
}
.read-more-content{
	display: none;
}
.read-more-wrapper {
    margin-bottom: 40px;
}
.home-about-read-more {
    max-width: 1370px!important;
	padding-left:40px!important;
	padding-right:40px!important;
}
.read-more-btn {
    margin-bottom: 40px;
}
.read-more-btn button {
    text-transform: uppercase;
    font-size: 0.95rem;
    font-weight: 700;
    padding: 0;
    background: transparent;
    color: #c51118;
    font-family: 'oswald';
    text-decoration: underline;
	border: none;
}
.thumbnail.card-body img {
    height: 250px;
    object-fit: contain;
}
.internal_blog_page .dateposted{
	display:none;
}
/*Media Min width - Large Screens*/
@media (min-width: 1200px) {
	.single_product_page .products-row .col-xl-4 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.single_product_page .products-row .col-lg-4 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.mega-menu {
		-webkit-column-count: 4;
		-moz-column-count: 4;
		column-count: 4;
	}
}
@media (min-width: 768px) {
	.mega-menu {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}
}
@media only screen and (max-width:768px){
	.home_ctas {
		display: flex!important;
		flex-direction: column!important;
	}
	footer.wrapper-footer {
		background: none!important;
	}
}
@media only screen and (max-width: 1500px) {
	header.wrapper-header .container {max-width: 100%; padding:0px 10px;}
	.logo {max-width: 200px; padding-left: 20px;}
	.carousel-caption h2 {font-size: 4rem;}
	.logo-section .col-md-2.wrapper-logo {padding: 0px;}
	#header-cart a#cartcontentsheader div {display: none;}
}
/*Mobile Responsive*/
/*Media Max With - Mobile/iPad/Small Screens*/
@media only screen and (max-width: 1400px) {
	/*Homepage*/
	#header-cart a#cartcontentsheader div {
		display: none;
	}
	#main-content .col-12 {
		max-width: 100%;
	}
	.carousel-caption h2 {
		font-size: 3.5rem;
	}
	header.wrapper-header .container {
		padding:0px 20px;
	}
	.dah_homecategories.col-12 {
		padding: 0px 40px !important;
	}
	.home_ctas {
		padding:0px 15px;
	}
	/*Internal Pages*/
	.about_page.col-12 {
		padding:0px 60px;
	}
	.blog.col-12 {
		padding:0px 60px; padding-top:45px;
	}
	.internal_blog_page {
		padding:0px 60px;
	}
	/*Product Category & Product Single pages*/
	.home-banner-cta {
		padding:40px;
	}
	ol.breadcrumb {
		width:100%; 
		padding-left: 40px;
	}
	.product-page-breadcrumb ol.breadcrumb {
		padding-left: 16px;
	}
	.breadcrumb-section .row nav {
		width: 100%;
	}
	.product_category_page {
		padding:0px 40px;
	}
	.category_featured_layout {
		padding:0px 40px;
		width: 100%;
		max-width: 100%;
	}
	.col-12.single_product_page {
		width: 100%;
		max-width: 100%;
	}
	/*Contact page*/
	.faqs {padding:0px 60px;}
	.faq_contact.col-12 {padding:0px 60px;}
	.contact_form.col-12 {padding:0px 60px;}
	#contact_page_banner img {object-fit: cover !important;}
	#contact_page_banner {max-height: 380px;}
    /*Footer*/
	footer.wrapper-footer {padding-top: 100px; width: 100%; padding-left: 40px; padding-right: 40px;}
	.footer-usps {padding:0px 40px;}
	footer.wrapper-footer {padding-left:20px; padding-right: 20px;}
}
@media only screen and (max-width: 1350px) {
	#header-cart {display: none;}
	.logo {max-width: 180px; padding-left: 10px;}
	.laptop_topmenu a {display: block !important;float: left;margin-top: 5px;}
	.laptop_topmenu {display: block;}
	.header-search {display: none;}
	.laptop_topmenu .header-search {float: left;display: block;margin-left: 10px;max-width: 150px;}
	.header-search>form input {height: 37px;}
	.wrapper-header .navbar a {font-size: 15px;}
	.wrapper-header .navbar a:hover {font-size: 15px;}
	.navbar-expand-md .navbar-nav .dropdown-menu li a {padding:5px 10px !important;}
	.d-none.d-md-flex.col-12.col-sm-8.col-md-9.justify-content-end.align-items-center .header-search {width: 0px !important;float: left;}
	.navbar-expand-md .navbar-collapse {flex-basis: auto; align-items: end !important;width: 100%; min-width: fit-content;}
}
@media only screen and (max-width: 1200px) {
	.footermenu:nth-child(1) {
		column-count:1;
	}
	.logo {
		max-width: 150px; 
		padding-left: 10px;
	}
	header.wrapper-header .container {
		padding-right: 0px !important;
	}
	.home_ctas a .home-cta-heading {
		font-size: 30px;
	}
}
@media only screen and (max-width: 1040px) {
	.product_category_page {
		padding: 0px 20px;
	}
	.wrapper-header .navbar a {
		padding: 0 10px !important;
		font-size:15px;
	}
	.wrapper-header .navbar a:hover {
		padding: 0 10px !important;
		font-size:15px;
	}
}
@media only screen and (max-width: 767px) {
	.header-topbar {
		padding-top: 0px; 
		height: 40px;
	}
	/* container width */
	#main-content .col-12 {
		padding:0px 40px;
	}
	.contact_form.col-12 {
		padding:0px 40px;
	}
	.blog.col-12 {
		padding:0px 40px; padding-top:35px;
	}
	.product_category_page {
		padding:0px 40px;
	}
	.category_featured_layout {
		padding:0px 40px;
	}
	.dah_homecategories.col-12 {
		max-width: 100%; 
		padding:0px 40px;
	}
	.home-banner-cta {
		padding:50px 20px;
	}
	.internal_blog_page {
		padding:0px 60px;
	}
	.about_page.col-12 {
		padding:0px 20px;margin-top: 40px !important;
	}
	/*Home/Banner/Menu/General*/
	header.wrapper-header.sticky_header {padding-bottom: 8px; top: 24px;}
	header.wrapper-header {padding-bottom: 8px; top: 24px;}
	
	section#homepageCarousel {min-height: 500px;}
	section#homepageCarousel.video-banner {min-height: 0;}
	section#homepageCarousel.video-banner{padding-top: 136px;}
	section#homepageCarousel img {object-fit: cover !important; min-height: 500px; object-position: 30% !important;width:100% !important;}
	header.wrapper-header .container {padding:0px 20px;}
	.review .client {width: 100%; margin:10px 0px;}
	.carousel-caption h2 {font-size: 40px;}
	.carousel-caption {max-width:70%;}
	.carousel-caption p {line-height: 1.2;}
	.logo-section .text-sm-left {text-align: left!important;flex: 0 0 30%;max-width: 30%;}
	.logo-section .col-sm-10 {flex: 0 0 70%;max-width: 70%; padding-right: 25px;}
	.home-banner-cta h3 {font-size: 30px;}
	#contact_page_banner img {object-position: 50% 100% !important; max-height: 450px;}
	h3.faq {padding-right:40px;font-size:20px;}
	.faq_contact.col-12 {padding: 0px 30px;}
	ul.nav.list-social.justify-content-center {max-width: 180px;margin: 0 auto;}
	#main-content .col-12 .col-6:not(.brand-item) {flex: 0 0 100%;max-width: 100%;}
	.row products-row #main-content .col-12 .col-6 {flex: 0 0 50%;max-width: 50%;}

	/*Home page*/
	.faqs {padding: 0px 35px;}
	.footer-usps {padding:0 40px;}
	.dah_homecategories .col-6 {flex: 0 0 100%;max-width: 100%;}
	.home-faqs {padding:0px; padding-bottom: 45px;}
	.home-faqs::before {height: 100px; top:-100px;}
	#homepageCarousel span.btn.btn-primary {margin-top:0px !important;}
	.faq_contact a {padding: 15px 10px;font-size: 14px;}
	.faq_contact h4 {font-size: 20px;}
	.home-featuredproducts {max-width: 100%;margin: 0 auto !important;}
	.home-featuredproducts .col-12 {max-width: 100% !important; margin: 0 auto;}
	.home-about .col-6 {flex: 0 0 100%;max-width: 100%;}
	.home_ctas {display: block;}
	.home-about {padding:0px 40px;}
	.home-banner-cta {padding:50px;}
	.home-banner-cta h3 {font-size: 3rem;}
	.home-featuredproducts .col-lg-4.col-xl-4 {flex: 0 0 50%;max-width: 50%;padding: 0 10px 20px;}
	.home-about.col-12 {display: block;}
	/* Footer */
	.footer-usps {padding:0px;}
	#footer-newsletter h3 {font-size: 17px;}
	.footer-usps {padding:0px 50px;}
	.wrapper-footer nav h4.nav-link {margin-top:0px !important;}
	.col-footer-about .nav>li {margin:0 auto;}
	.footermenu:nth-child(1) {width: 100%;flex: 0 0 100%;max-width: 100%;column-count: 1; margin-bottom:35px;}
	.footermenu:nth-child(2) {width: 100%;flex: 0 0 100%;max-width: 100%;column-count: 1; margin-bottom:35px;}
	.footermenu:nth-child(3) {width: 100%;flex: 0 0 100%;max-width: 100%;column-count: 1; margin-bottom:35px;}
	.col-footer-about {width: 100%;flex: 0 0 100%;max-width: 100%;}
	footer.wrapper-footer::before {display: none;}
	.footermenu .text-md-left {text-align: center !important;}
	/*internal Pages*/
	.wholesale_content.col-12 {padding:0px 60px; margin-top:40px !important; margin-bottom:40px !important;}
	.wholesale_form.col-12 {padding:0px 60px;}
	.wholesale_form.col-12 .col-6 {padding:0px;}
	.our-story {margin-bottom: 0px;}
	.about_page.col-12 {display: block; margin-bottom: 0px;}
	.internal_page.col-12 {padding: 0px 60px;}
	.blog .card {width: 100%;padding:0px;margin-bottom: 20px !important;min-height: unset;}
	.home-about iframe {margin-top:0px;width: 100%;background: #000000;min-height: unset;}
	.our-story {margin-top:100px;}
	.our-story::before {height: 100px;top:-100px;}
	/*Contact page*/
	.contact_form form {padding-right: 0px;}
	.contact_form.col-12 {display: block;}
	.contact_form form {margin-bottom: 60px;}
	#contact_page_banner {max-height: 350px;}
	/*Product page*/
	.category_featured_layout .col-12 {display: block;}
	.category_featured_layout .col-12 .col-6 {margin-bottom: 35px;}
	.product_category_page {display: block;}
	.category_featured_layout {margin-top:50px;}
	.product_category_page .card.mb-2 {margin-bottom: 35px !important; border:0px !important;}
	.product-faqs .faqs {padding: 0;}
	.faq_contact.col-12 {padding: 0;}
	.faq_contact .col-4 {padding: 0;}
	.single_product_page .tab-content {background: #ffffff; border: 1px solid #ffffff;}
	#main-content .products-row article.pb-2, .products-row article.pb-2 {flex:0 0 0 50% !important; max-width: 50% !important;}
	.thumb_list .card-body .price, .thumbnail.card-body p.price {text-align: left;}
	ol.breadcrumb a {font-size: 18px;}
	.single_product_page .tabbable .tab-content .tab-pane .card-header {background: black;}
	.single_product_page .tabbable .tab-content .tab-pane .card-header h5 button {text-transform: uppercase;}
	.single_product_page .tabbable .tab-content .tab-pane.active .card-header {background: #c51118;}
	.single_product_page .tabbable .tab-content .tab-pane .card-header {border: 0px !important; border-radius: 0px;}
	.single_product_page .tabbable .tab-content .tab-pane .card  {border:0px; border-radius: 0px;}
	.footer-usps {padding: 0px 10px;}
	.wrapper-footer p {text-align: center;}
	/*Megamenu*/
	.product_cat {display: block;}
	.product_cat a.menu-cat {padding: 0px !important;}
	.cat-menus {width: 100%;column-count: 1;}
	.navbar-collapse.collapse.show {position: relative;display: block;margin: 0 !important;background: #000000;padding: 0 !important;width: 100% !important;top: 0px !important;}
	.cat-menus.nav-item.dropdown.mega-menu-parent .product_cat {display: none;}
	.cat-menus.nav-item.dropdown.mega-menu-parent .megamenu_products {display: none;}
	span.installation_content p {margin: 0 auto;margin-bottom: 50px;width: 100%;max-width: 90%;}
	#navbarMainMenu ul.dropdown-menu.mega-menu.w-100.brands {display: none;}
	.wrapper-header .navbar a {color: #ffffff !important; margin-bottom: 0px !important;}
	.show#navbarMainMenu .dropdown-menu {width: 100% !important; padding: 0px !important; display: block; border-top:1px solid #494949; ;}
	.burger-menu {margin-top: 0px;max-height:80vh; overflow: scroll; border-top:1px solid #E7E7E9;}
	#navbarMainMenu li {display: none;margin-top: 0;background: #000000; padding: 7px !important;}
	#navbarMainMenu .burger-menu li {display:block;}
	.faq_contact.col-12 {width: 100%; margin: 0 auto; padding: 0 40px;}
	.menu-section.mb-2.mb-md-0 {float: left;width: 100%;margin: 0;padding: 0;position: relative;}
	.menu-section.mb-2.mb-md-0 .container {padding: 0;margin: 0;}
	.burger-menu>div>ul.nav>li:not(:last-child) {padding: 4px 0px 5px 0px;border-bottom: 1px solid #494949;}
	li.dropdown.dropdown-hover i {margin-right: 30px;}
	.dropdown-menu {border-radius: 0px !important;}
	.megamenu_products {display: none; border: 0px;}
	button.btn.btn-primary.collapsed {background:#c60811 !important; }
	#navbarMainMenu .burger-menu ul li ul {padding:5px !important;}
	#navbarMainMenu .burger-menu ul li ul li {padding: 0px !important;}
	#navbarMainMenu .burger-menu ul li ul li a {padding:5px !important; padding-left: 30px !important; font-family: 'Lato'; font-size: 15px;}
	.wrapper-header .menu-section ul.navbar-nav {border: 0px !important;}
	.show#navbarMainMenu .dropdown-menu {border: 0px !important;}
	header.wrapper-header.sticky_header {background: #fff;}
	li.dropdown.dropdown-hover.dah_active a.dropdown-toggle {color: #c60811!important;}
	li.dropdown.dropdown-hover.dah_active ul.nav.navbar-nav li a {color: #ffffff !important;}
	.logo-section button.btn.btn-primary.collapsed i.fa.fa-bars.fa-lg {font-size: 20px;}
	.logo-section button.btn.btn-primary .fa-bars:before {content: "\f00d";}
	.logo-section button.btn.btn-primary.collapsed .fa-bars:before {content: "\f0c9";}
	.logo-section button.btn.btn-primary, .logo-section button.btn.btn-primary.collapsed {outline: none;}
	.laptop_topmenu a {display: none !important;}
	.laptop_topmenu {display: none;}
	.header-topbar .row {margin: 0;}
	.logo-section .col-sm-10 {padding-right: 30px;}
	.logo {padding-left: 0px;}
	.single_product_page .tabbable .tab-content .tab-pane .card-header {padding:0px !important;}
	.single_product_page .tabbable .tab-content .tab-pane .card-header h5 button {padding:10px !important; background:#c60811 !important;}
	.burger-menu>div>ul.nav>li>a {font-size: 16px !important;}
}
@media only screen and (max-width: 480px) {
	#contact_page_banner img {object-position: 50% 100% !important; max-height: 400px;}
	.review.col-12 {padding:0px 25px;}
	#footer-newsletter .col-12>.d-flex {padding:20px 10px;}
	section#homepageCarousel {min-height: 450px;}
	section#homepageCarousel img {object-fit: cover !important;min-height: 450px;}
	#n_home .products-row article.pb-2, .products-row article.pb-2 {flex:0 0 0 100%; max-width: 100% !important;}
	#main-content .products-row article.pb-2, .products-row article.pb-2 {flex:0 0 0 100%; max-width: 100% !important;}
	.footermenu {margin-top:0px;}
	.footermenu ul a.nav-link {padding:0px; font-size: 15px;}
	.col-footer-about .align-items-center {align-items: baseline !important;}
	.col-footer-about {padding-bottom: 0px;}
	#footer-newsletter .checkbox.mt-2 input {height: auto;}
	.col-12.my_account {padding: 0px 20px !important;}
	.product_category_page {padding:0px 10px;}
	.wrapper-header .header-topbar .col-12 {padding: 0px !important;}
}
@media only screen and (max-width: 420px) {
	#n_home .products-row article.pb-2, .products-row article.pb-2 {flex:0 0 0 100%; max-width: 100% !important;}
	.row products-row #main-content .col-12 .col-6 {flex: 0 0 100%;max-width: 100%;}
	#main-content .products-row article.pb-2, .products-row article.pb-2 {flex:0 0 0 100% !important; max-width: 100% !important;}
}

section.row[aria-label="Sub-Category Links"] a p {
    text-transform: uppercase;
    font-family: oswald,sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0px;
    transform: none;
    margin-bottom: 5px;
    line-height: 1.2;
    color: rgba(0, 0, 0, 1) /*{navbar-default-link-colour}*/;
}

section.row[aria-label="Sub-Category Links"] {
	width: 100%;
	row-gap: 20px;
	margin: auto;
}

section.row[aria-label="Sub-Category Links"] img {
    width: 100%;
}

section.row[aria-label="Sub-Category Links"] a:hover {
    text-decoration: none;
}

section.row[aria-label="Sub-Category Links"] a:hover p {
    color: rgba(200, 29, 36, 1) /*{link-text-hover-colour}*/;
}

aside#left-sidebar li.list-group-item.thumbnail-box span.badge-danger {
    font-size: 8px !important;
    width: 100px;
    height: 100px;
    padding: 0;
    display: inline-flex;
    align-items: end;
    justify-content: center;
    padding-bottom: 4px;
    margin: -65px -72px 0 0;
}

.megamenu_products .thumbnail.card-body img {
    height: auto;
}

.megamenu_products .thumbnail.card-body .card-title {
    min-height: auto;
}

.megamenu_products .thumbnail.card-body p.price span.rrp-price {
    min-height: auto;
}

.megamenu_products .thumbnail.card-body p.price {
    margin-bottom: 10px;
}

.megamenu_products div[data-pp-message] > * {
    margin-bottom: 5px;
    display: block;
}

.megamenu_products>article {
    max-width: 300px;
    margin-left: auto;
}

#navbarMainMenu .navbar-nav.d-none .dropdown-menu {
	max-width: 1100px;
    left: 0;
    right: 0;
    margin: auto;
}

@media (max-width: 767px) {
.breadcrumb-item:last-child a span {
    color: var(--theme-colour-secondary) !important;
}

.container-fluid.contactpagebanner {
    margin-bottom: 50px;
}

ol.breadcrumb {
    padding: 12px;
}
}

.list-thumb span.badge.badge-danger {
    margin-top: -105px;
    margin-right: -105px;
    transform: rotate(45deg);
}

@media (max-width: 767px) {
body#n_checkout #main-content .row[aria-label="Products in shopping cart"]>.col-12 {
    padding: 0 15px !important;
}

body#n_checkout #main-content th.cartTable--heading.cartTable--heading-price {
    display: none;
}

body#n_checkout #main-content .cartTable tbody tr td.text-right {
    display: none;
}

body#n_checkout #main-content td.cartTable--column.cartTable--column-image {
	width: 0;
	padding: 0;
	opacity: 0;
}	
	
body#n_checkout #main-content .col-12.col-lg-4.cart-gift-thumb {
    padding: 0 16px !important;
	margin-bottom: 12px;
}


body#n_checkout #main-content .card.card-body {flex-direction: row;padding: 10px;}

body#n_checkout #main-content .card.card-body a.thumbnail-image.mx-auto {
    width: 50%;
    aspect-ratio: 1/1;
}

body#n_checkout #main-content .cart-gift-thumb-content p:last-child {
    margin: 0;
}

body#n_checkout #main-content .cart-gift-thumb p.card-title.h5 {
    font-size: 14px;
}

body#n_checkout #main-content .cart-gift-thumb-content {
    padding-left: 10px;
}
	
body#n_checkout #main-content .container-fluid.contactpagebanner {
    margin-bottom: 0;
}

body#n_checkout #main-content button.btn.btn-outline-secondary[title="Create Quote From Cart"] {
    width: 100%;
    margin: 10px 0;
    line-height: 29px;
    border-radius: 0;
}

body#n_checkout #main-content .page-header {
    text-align: center;
}
	
body#n_checkout #main-content .cartTable tbody tr td input.cart-qty {
    text-align: center;
}
	
.product_category_page .list-thumb .card-body > .row > div {padding: 0 20px !important;}

.product_category_page .list-thumb .bg-transparent.card-footer {
    margin-top: -10px;
}

.product_category_page .list-thumb .bg-transparent.card-footer form.form-inline.buying-options.float-right {
    float: none !important;
    justify-content: center;
}
	
.list-thumb span.badge.badge-danger {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: -85px;
    margin-right: -85px;
}

.list-thumb .col-12.col-md-3.text-right {
    position: static;
}
	
.list-thumb div[data-pp-message] {
    display: none;
}

.list-thumb 
 .price.lead.d-block {
    margin-top: 10px;
    text-align: center;
}

.list-thumb .product_short_description {
    display: none !important;
}

.list-thumb 
 h3.card-title.h4 {
    text-align: center;
}

.list-thumb 
span.cat_sub_title {
    text-align: center;
}
}

div#_jstl__buying_options_r .reviews-io-nuggets-widget .NuggetsWidget-prefix {
    max-width: 100%;
}

@media (max-width: 767px) {
#main-content .myaccountpage {
    padding: 0px 15px 50px !important;
}

#main-content .myaccountpage section.col-12.accountoprions {
    padding: 0 !important;
}

#main-content .myaccountpage section.col-12:not(.accountoprions) {
    padding: 0 25px;
}
	
.no_header_announcement section#homepageCarousel.video-banner {
    padding-top: 86px;
}
}

header.wrapper-header.no_header_announcement {
    top: 0;
}

/*New Menu*/
#navbarMainMenu li.nav-item.dropdown:hover>ul.dropdown-menu {
    display: block;
}

#navbarMainMenu .navbar-nav.d-none .dropdown-menu {
    width: fit-content;
    max-width: fit-content;
    padding: 10px 0;
    margin: 0 auto;
    background: #fff;
}

#navbarMainMenu .navbar-nav.d-none .dropdown-menu>ul {
    left: 100%;
    right: unset;
}

#navbarMainMenu .navbar-nav.d-none .dropdown-menu ul {
    left: 100%;
    right: unset;
    top: 0;
}

#navbarMainMenu .navbar-nav.d-none .dropdown-menu li {
    padding: 5px 0;
}	

@media (max-width: 767px) {
	.wrapper-header .d-none.d-md-flex.col-12.col-sm-8.col-md-9.justify-content-end.align-items-center {
		display: block !important;
		flex: 0 0 100% !important;
		max-width: 100% !important;
		padding: 0 20px 0 0 !important;
	}

	div#navbarMainMenu {
		position: relative;
		margin: 0 !important;
		background: #000000;
		padding: 0 !important;
		width: 100% !important;
		top: 0px !important;
	}
}

/*Mini cart*/
.nactivity {
    display: none;
}

#_jstl__mini_cart {
    background: #fff;
}

.lv1-li #_jstl__mini_cart .fa {
    color: initial;
    font-size: 13px;
}

#_jstl__mini_cart>div#_jstl__mini_cart_r {
    float: left;
    overflow-y: auto;
    width: 100%;
    position: relative;
	height: 100%;
}

form.mini_cart_form {
    height: calc(100% - 60px);
	/*overflow: hidden;*/
}

.mini-cart-items {
    height: 100%;
    display: flex;
    flex-direction: column;
    /*justify-content: space-between;*/
}

.prce select.form-control {
    display: inline-block;
    height: auto;
    line-height: 20px;
    margin: 0 5px 0 0;
    text-align: center;
    vertical-align: middle;
    width: 50px;
    padding: 3px 0 3px 5px
}

#_jstl__mini_cart2>div#_jstl__mini_cart2_r {
    background: #ebebeb;
    float: left;
    margin: 0 0 0;
    overflow-y: auto;
    width: 100%;
    box-shadow: 0 5px 7px #999;
    position: relative
}

.style-heads .lv1-li.cart-drawer {
    position: absolute;
    right: 15px;
    top: 16px
}

.successaddmessage .btn.btn-default.npopup-view {
    display: none
}

.successaddmessage .footer .right {
    float: left !important
}

.des-stiping .main-nav {
    position: relative
}

}

.des-stiping .lv1-li.cart-drawer #_jstl__mini_cart {
    top: 60px
}

.des-stiping .lv1-li.cart-drawer #_jstl__mini_cart2 {
    background: #fff;
    top: 50px
}

.lv1-li.cart-drawer ul {
    display: inline-block;
    margin: 0;
    padding: 0 15px 0;
    /*overflow-x: hidden;*/
	/*flex-grow: 1;*/
}

.lv1-li.cart-drawer ul li {
	border-bottom: 1px solid #eee;
    display: inline-block;
    list-style: none;
    padding: 15px 0;
    width: 100%
}

.lv1-li.cart-drawer ul li .left {
    display: table-cell;
    vertical-align: middle;
    width: 25%
}

.lv1-li.cart-drawer ul li .right {
    box-sizing: border-box;
    display: table-cell;
    padding: 0 0px 0 10px;
    text-align: left;
    width: 75%;
	position: relative;
}

.lv1-li.cart-drawer ul li .right>p {
    margin-right: 20px;
}

.lv1-li.cart-drawer ul li img {
    max-width: 100%;
    width: auto
}

.lv1-li.cart-drawer ul li .right .prce {
	display: flex;
    align-items: center;
    justify-content: space-between;
	column-gap: 10px;
}

span.delref {
    position: absolute;
    right: 0;
    top: 1px;
}

.lv1-li.cart-drawer .opt7p02-cvpitem {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.cart_loader {
    display: none !important;
}

.mini-cart-qty-box i {
    font-size: 12px;
	cursor: pointer;
}

.mini-cart-qty-box {
    display: flex;
    width: 65px;
    align-items: center;
    background: #fff;
    border: 1px solid #ddd;
    height: 35px;
	padding: 5px;
}

.mini-cart-qty-box input {
    border: none;
    padding: 0;
    text-align: center;
    font-weight: 400;
    height: 100%;
}	

.lv1-li.cart-drawer.show-slide-cart div#_jstl__mini_cart {
	right: 0;
}

.lv1-li.cart-drawer.show-slide-cart div#_jstl__mini_cart2 {
    display: block !important
}

button.refreshh {
    background: 0 0;
    border: medium none;
    float: right;
    outline: medium none;
    padding: 0 10px 0 0
}

span.mini-cart-prod-price {
    font-weight: 700;
}

.drawer_bottom {
    background: #fff;
    box-sizing: border-box;
    padding: 10px 15px 20px;
}

.drawer-total {
    margin: 0 5px;
    display: flex;
    flex-direction: column;
	align-items: end;
}

.drawer-total>span {
    font-weight: 400;
    padding: 10px 0 0
}


.drawer-total span.grand-drawer {
    font-weight: 700;
}

.drawer-butt {
    display: flex;
    margin: 20px 0 0;
    text-align: center;
    width: 100%;
    justify-content: space-between;
}

.mini-cart-continue-shopping {
    text-align: center;
    color: #212529;
    margin: 15px;
    cursor: pointer;
	font-weight: 700;
	text-transform: uppercase;
}

.mini-cart-continue-shopping i {
    font-weight: bold;
    font-size: 12px;
}

.drawer-butt a.btnn {
    background: #e35339 none repeat scroll 0 0;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-family: Lora, serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 60px;
    text-transform: uppercase;
    width: 280px;
    margin: 0
}

.drawer-butt a:focus {
    border: medium none
}

form.mini_cart_form .opt7p02-cvptext {
    font-size: 12px;
}

form.mini_cart_form .opt7p02-cvpgroup {padding: 20px 20px 10px 10px;}


form.mini_cart_form a.close-cart {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    font-size: 20px;
}

form.mini_cart_form > h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 10px 15px;
    line-height: 40px;
}

#_jstl__mini_cart h4 {
    font-size: 14px;
    margin-bottom: 0;
    padding: 0 0 15px;
    text-align: center;
    font-family: inherit;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-top: 20px;
}

#_jstl__mini_cart2 h1 {
    margin-bottom: 0;
    padding: 0 0 15px;
    text-align: center;
    font-size: 14px
}

.cart-bg {
    background: rgba(0,0,0,.5);
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 9999989;
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s ease 0s;
}
.slide-cart-open .cart-bg {
    opacity: 1;
    visibility: visible;
}

.npopup.slide-cart-no-popup {
    display: none !important;
}

.mini-cart-qty-box {
    position: relative;
}

.mini-cart-qty-box .nactivity {
    position: absolute;
    right: -30px;
    background: #fff;
    text-align: center;
    top: 0;
    bottom: 0;
}

.mini-cart-qty-box .nactivity.show {
	display: block !important;
}

.mini-cart-qty-box i.fa.fa-spinner.fa-spin.fa-3x.fa-fw {
    font-size: 18px;
    line-height: 32px;
}

.mini-cart-qty-box.grey, .mini-cart-qty-box.grey input {
    background: #f0f0f0;
	pointer-events: none;
	cursor: wait;
}

.trash_item.grey {
	pointer-events: none;
	cursor: wait;
}

.lv1-li.cart-drawer ul li .right>p>a {
    color: initial;
}

.lv1-li #_jstl__mini_cart .mini-cart-qty-box .fa {
    font-size: 10px;
}

.mini-cart-qty-box input {
    box-shadow: none !important;
	outline: none !important;
}

.mini-cart-continue-shopping i.fa {
    color: #212529 !important;
}

/*.mini-cart-items[currency="AUD"] span#convert {
    font-size: 0;
}

.mini-cart-items[currency="AUD"] span#convert:after {
    content: '$'attr(amount);
    font-size: 14px;
}*/

span.mini-cart-prod-price:after {
    content: attr(converted);
    font-size: 14px;
}

.drawer-total span.grand-drawer:after {
    content: attr(converted);
    font-size: 14px;
}


.slide-cart {
    display: block!important;
    left: unset !important;
    right: -1000% !important;
    transition: all 0.3s;
    height: 100vh;
    top: 36px !important;
	top: -2px !important;
    width: 340px;
    position: fixed !important;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 2147483650;
    transform: none !important;
}

.slide-cart.show {
    right: 0!important
}
 
.cart-overlay {
    background: rgba(0, 0, 0, .5);
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 9999989;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease 0s;
}

.cart-overlay.show {
    opacity: 1;
    visibility: visible;
	display: block !important;
}

.npopup.hide {
    display: none !important;
}
/*Mini cart*/

body:has(.product_category_page[style="margin-top: 180px;"]) .container-fluid.breadcrumb-section.px-0 {
    display: none;
}

section.productdetails.n-responsive-content a {
	text-decoration: underline;
	color: #0070ba;
}

#navbarMainMenu>ul.navbar-nav {
    justify-content: center;
    row-gap: 15px;
}

.insurance-header {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    align-items: center;
    margin-bottom: 20px;
    justify-content: end;
    row-gap: 20px;
}

.insurance-popup-hide .npopup {
	display: none !important;
}
	
div#insurance-modal.show, div#insurance-modal2.show {display: flex !important;align-items: center;}

div#insurance-modal .modal-header, div#insurance-modal2 .modal-header {
    border: none;
}

div#_jstl__mini_cart .insurance-header {
    justify-content: center;
    column-gap: 10px;
    margin-top: 20px;
}

div#_jstl__mini_cart .insurance-header h2 {
    font-size: 20px;
    margin: 0;
}
	
	@media (max-width: 767px) {
		.insurance-header {
			justify-content: center;
			margin-top: 20px;
		}
	}

div#accordionSpecifications .n-responsive-content {
  overflow-x: auto;
}

section.productdetails.n-responsive-content.content-description {
  overflow: hidden;
	padding: 30px 33px 10px;
  border: 1px solid #d5d5d5;
}
#accordionWarranty {
	padding: 28px 33px 20px;
  border: 1px solid #d5d5d5;
}
#accordionWarranty .card-body {
	padding: 0px;
}
#accordionWarranty p strong,
#accordionWarranty p {
	line-height: 44px;
	font-family: Oswald, sans-serif;
	font-weight: 400;
	font-size: 30px;
	color: #06253D;
}
#accordionFeatures {
	padding: 3px 2px 5px;
  border: 1px solid #d5d5d5;
}
#accordionSpecifications .n-responsive-content {
	padding: 40px 20px 20px;
}
.single_product_page #accordionSpecifications .card-body h2 {
	border-top: 1px solid #d5d5d5;
	border-left: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
	margin-bottom: 0px;
	padding: 25px 23px 10px;
	font-size: 30px;
	color: #0b2b40;
	font-weight: 700;
}
.single_product_page #accordionSpecifications .card-body .table {
	border-bottom: 1px solid #d5d5d5;
	border-left: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
}
.single_product_page #accordionSpecifications .card-body .table td {
	border: none;
	color: #0b2b40;
	padding: 11px 23px;
	font-size: 20px;
	font-weight: 500;
}
.single_product_page #accordionSpecifications .card-body .table tr td:first-child {
	width: 390px;
}
.single_product_page #accordionSpecifications .card-body .table tr:last-child td {
	padding-bottom: 20px;
}
.single_product_page #accordionSpecifications .card-body .table tr td:first-child strong {
	text-transform: uppercase;
}
.single_product_page #accordionSpecifications .card-body .table td strong {
	font-size: 20px;
  font-weight: 700;
}
.single_product_page #accordionSpecifications .card-body p {
	font-size: 16px;
}
.single_product_page #accordionSpecifications .card-body td {
	font-family: Lato, sans-serif;
	font-size: 17px;
	font-weight: 700;
}
.single_product_page #accordionSpecifications .card-body strong {
	font-family: Lato, sans-serif;
	font-size: 17px;
	color: unset;
	font-weight: 800;
	line-height: 26px;
}
.single_product_page #accordionSpecifications .card-body p {
	margin-bottom: 0px;
}
#accordionDownloads {
	padding: 32px 34px 31px;
  border: 1px solid #d5d5d5;
}
#accordionDownloads .card-body h2 {
	display: none;
} 
#accordionDownloads .card-body .product_downloads {
	display: flex;
	gap: 25px;
}
#accordionDownloads .card-body .product_downloads p:last-child>a {
	background-color: #000;
	height: 100%;
}
#accordionDownloads .card-body .product_downloads p>a {
	font-family: Lato, sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	color: #fff;
	padding: 17px 21px;
	background-color: #006AFF;
	border-radius: 10px;
}
#accordionDownloads .card-body .product_downloads p:first-child>a {
	background-color: #000;
}
#accordionDownloads .card-body .product_downloads p>a {
	display: flex;
  align-items: center;
}

.product_downloads p:first-child a::before {
	content: "";
    display: inline-block;
    width: 30px; 
    height: 30px; 
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='100' height='100' viewBox='0 0 50 50' style='fill:%23FFFFFF;'%3E%3Cpath d='M 7.125 2 L 28.78125 23.5 L 34.71875 17.5625 L 8.46875 2.40625 C 8.03125 2.152344 7.5625 2.011719 7.125 2 Z M 5.3125 3 C 5.117188 3.347656 5 3.757813 5 4.21875 L 5 46 C 5 46.335938 5.070313 46.636719 5.1875 46.90625 L 27.34375 24.90625 Z M 36.53125 18.59375 L 30.1875 24.90625 L 36.53125 31.1875 L 44.28125 26.75 C 45.382813 26.113281 45.539063 25.304688 45.53125 24.875 C 45.519531 24.164063 45.070313 23.5 44.3125 23.09375 C 43.652344 22.738281 38.75 19.882813 36.53125 18.59375 Z M 28.78125 26.3125 L 6.9375 47.96875 C 7.300781 47.949219 7.695313 47.871094 8.0625 47.65625 C 8.917969 47.160156 26.21875 37.15625 26.21875 37.15625 L 34.75 32.25 Z'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; 
    margin-right: 10px; 
}
.product_downloads p:nth-child(2) a::before {
    content: "";
    display: inline-block;
    width: 24px; 
    height: 24px; 
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24.000000' height='24.000000' viewBox='0 0 24 24' fill='none'%3E%3Cdesc%3ECreated with Pixso.%3C/desc%3E%3Cdefs%3E%3CclipPath id='clip33_2197'%3E%3Crect id='App-Store-Logo--Streamline-Ultimate' width='24.000000' height='24.000000' fill='white' fill-opacity='0'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23clip33_2197)'%3E%3Cpath id='path' d='M3.86 19.18C3.66 19.18 3.52 19.27 3.42 19.45L2.83 20.45C2.63 20.79 2.59 21.16 2.69 21.54C2.79 21.93 3.02 22.23 3.37 22.43C3.71 22.63 4.08 22.67 4.46 22.57C4.85 22.47 5.15 22.24 5.35 21.89L6.45 19.89C6.55 19.73 6.55 19.56 6.45 19.39C6.34 19.24 6.19 19.17 6 19.18L3.86 19.18Z' fill='%23FFFFFF' fill-opacity='1.000000' fill-rule='nonzero'/%3E%3Cpath id='path' d='M15.2 1.54C14.84 1.34 14.47 1.29 14.08 1.39C13.68 1.5 13.39 1.74 13.2 2.1L12 4.27L10.77 2.1C10.57 1.75 10.28 1.52 9.9 1.41C9.51 1.31 9.15 1.35 8.8 1.55C8.45 1.75 8.23 2.04 8.12 2.42C8.01 2.8 8.06 3.17 8.26 3.52L10.34 7.2L6.05 14.81L1.44 14.81C1.04 14.8 0.7 14.95 0.42 15.23C0.13 15.51 -0.01 15.85 -0.01 16.25C-0.01 16.64 0.13 16.98 0.42 17.26C0.7 17.54 1.04 17.69 1.44 17.68L13.69 17.68C13.88 17.69 14.02 17.6 14.12 17.43C14.21 17.27 14.21 17.11 14.12 16.94L13.06 15.06C12.96 14.89 12.81 14.8 12.62 14.81L9.36 14.81L15.74 3.52C15.93 3.17 15.98 2.8 15.87 2.42C15.77 2.03 15.54 1.74 15.2 1.54Z' fill='%23FFFFFF' fill-opacity='1.000000' fill-rule='nonzero'/%3E%3Cpath id='path' d='M24 16.25C24 15.85 23.86 15.51 23.58 15.22C23.29 14.94 22.95 14.8 22.55 14.81L18 14.81L15 9.5C14.9 9.33 14.76 9.24 14.57 9.25C14.37 9.25 14.23 9.33 14.12 9.5L13 11.41C12.9 11.58 12.9 11.74 13 11.91L18.64 21.91C18.84 22.25 19.13 22.48 19.51 22.58C19.9 22.69 20.26 22.65 20.61 22.45C20.96 22.25 21.18 21.96 21.29 21.58C21.4 21.2 21.35 20.83 21.16 20.49L19.58 17.7L22.58 17.7C22.97 17.69 23.31 17.55 23.58 17.26C23.86 16.98 24 16.64 24 16.25Z' fill='%23FFFFFF' fill-opacity='1.000000' fill-rule='nonzero'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; 
    margin-right: 10px; 
	display: none;
}

.product_downloads p:first-child a::after,
.product_downloads p:nth-child(2) a::after {
    content: "";
    display: inline-block;
    width: 30px; 
    height: 30px; 
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24.000000' height='24.000000' viewBox='0 0 24 24' fill='none'%3E%3Cdesc%3ECreated with Pixso.%3C/desc%3E%3Cdefs%3E%3CclipPath id='clip33_2202'%3E%3Crect id='Download-Thick-Bottom--Streamline-Ultimate' width='24.000000' height='24.000000' fill='white' fill-opacity='0'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23clip33_2202)'%3E%3Cpath id='path' d='M8.62 1.74C8.62 1.33 8.76 0.99 9.04 0.71C9.32 0.43 9.66 0.29 10.07 0.29L13.46 0.29C13.86 0.29 14.2 0.43 14.48 0.71C14.77 0.99 14.91 1.33 14.91 1.74L14.91 10C14.91 10.16 15 10.25 15.16 10.25L18.06 10.25C18.6 10.2 18.98 10.44 19.19 10.94C19.4 11.45 19.3 11.89 18.89 12.25L12.79 18.35C12.5 18.6 12.17 18.73 11.79 18.73C11.4 18.73 11.07 18.6 10.79 18.35L4.69 12.25C4.27 11.89 4.17 11.45 4.38 10.94C4.59 10.44 4.97 10.2 5.52 10.25L8.41 10.25C8.48 10.24 8.54 10.22 8.58 10.18C8.62 10.12 8.63 10.06 8.62 10L8.62 1.74Z' fill='%23FFFFFF' fill-opacity='1.000000' fill-rule='nonzero'/%3E%3Cpath id='path' d='M0 19.67C0 20.78 0.39 21.72 1.17 22.5C1.95 23.28 2.89 23.67 4 23.67L20 23.67C21.1 23.67 22.04 23.28 22.82 22.5C23.6 21.72 24 20.78 24 19.67L24 17.79C23.93 17.05 23.52 16.68 22.77 16.68C22.02 16.68 21.61 17.05 21.54 17.79L21.54 19.67C21.54 20.1 21.39 20.47 21.09 20.78C20.79 21.09 20.42 21.24 20 21.25L4 21.25C3.56 21.25 3.18 21.1 2.87 20.79C2.56 20.48 2.41 20.11 2.41 19.67L2.41 17.79C2.27 17.14 1.87 16.81 1.2 16.81C0.53 16.81 0.13 17.14 0 17.79L0 19.67Z' fill='%23FFFFFF' fill-opacity='1.000000' fill-rule='nonzero'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; 
    margin-left: 20px; 
}



button.readmorebtn.btn.btn-primary {
  margin-top: 20px;
}

button.readmorebtn.btn.btn-primary i {
  padding-right: 10px;
}

@media only screen and (max-width: 767px) {
    #main-content .col-12 .col-6[aria-label="Product thumbnail"]:not(.brand-item) {
        flex: 0 0 50%;
        max-width: 50% !important;
		padding: 0 10px 20px;
    }
    
    .product_category_page aside#left-sidebar + .col-12.col-md-9 {
        padding: 0 !important;
    }
    
    #main-content .product_category_page .col-12, .home-featuredproducts>.col-12 {
        padding: 0 15px !important;
    }
	
	#main-content .product_category_page aside#left-sidebar {
		padding: 0 !important;
	}
	
	.row.products-row {
		align-items: unset !important;
		margin: 0 -5px;
	}

	.col-6[aria-label="Product thumbnail"] .card {
		height: 100%;
	}
	
	.col-6[aria-label="Product thumbnail"] .thumbnail.card-body .card-title {
		flex-grow: 1;
	}

	.col-6[aria-label="Product thumbnail"] .thumbnail.card-body img {
		height: 150px;
	}
	
	#main-content .dah_homecategories .col-6.col-md-4 {
		flex: 0 0 50%;
		max-width: 50%;
		padding: 0 5px;
	}

	.dah_homecategories .thumbnail .image img {
		height: 220px;
	}

	.dah_homecategories .thumbnail .caption h5>a {
		font-size: 15px;
	}
	
	body#n_product #main-content .col-12 {
		padding: 0 25px;
	}

}
.single_product_page_navs {
	display: none;
}

.single_product_page .tab-content>.tab-pane {
   display: block;
}
.single_product_page .tabbable .collapsing {
	height: auto !important;
}

.single_product_page_navs.sticky_tabs .nav-tabs .nav-link {
	padding: 0.5rem 2.7rem;
}
.tabbable .nav-tabs {
	justify-content: center;
}
.sticky_tabs .nav-tabs {
	justify-content: center;
}


div#accordionSpecifications p {
    font-size: inherit;
    line-height: inherit;
}

div#features a, div#specifications a {
    text-decoration: underline;
    color: #0070ba;
}

div#accordionSpecifications img {
    margin: 20px auto;
    display: block;
    height: auto !important;
}
.sticky_tabs.show {
	display: block !important;
}
.sticky_tabs.show {
	width: 100vw;
	overflow-x: auto;
	overflow-y: clip;
	background: rgba(200, 29, 36, 1);
	position: fixed;
	top: 102px;
	z-index: 99; 
	left: 0;
	right: 0;
}
@media only screen and (min-width: 769px) {
	.sticky_tabs.show {
		top: 136px;
	}
}

/*New Homepage*/
/*Video Banner*/
header.wrapper-header {
    position: sticky;
}

.header-announcement {
    position: sticky;
    top: 0;
}

.banner_content {
    position: absolute;
    /*top: 50%;*/
    /*transform: translateY(-50%);*/
	bottom: 7%;
    max-width: 820px;
    margin: 0 calc((100% - 1640px) / 2);
    left: 0;
    right: 0;
    padding: 20px;
	font-family: Lato;
    font-size: 18px;
    font-weight: 400;
    line-height: 21.6px;
    color: #fff;
}

.banner_content p {
    margin: 0;
}

section#homepageVideo .banner_content p {
	font-size: 18px;
}

section#homepageVideo {
    position: relative;
	margin-bottom: -6px;
}

.banner_content h1 {
    font-family: Oswald;
    font-size: 28px;
    font-weight: 700;
    line-height: 41.5px;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
}

.banner_content h2 {
    font-family: Oswald;
    font-size: 58px;
    font-weight: 700;
    line-height: 70px;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
}

.black_btn {
	font-family: Oswald;
    font-size: 16px;
    font-weight: 700;
    line-height: 23.71px;
    text-align: left;
    color: #fff !important;
    background: #000;
    border-radius: 5px 0;
    padding: 15px 23px;
    display: inline-block;
	width: fit-content;
}

.black_btn svg {
    margin-left: 5px;
    vertical-align: -2px;
}

.banner_content_btn {
	margin-top: 30px;
}

@media (max-width: 1650px) {
.banner_content {
    margin: 0;
}
}

/*USP Section*/
section.home_usp_section {
    background: #C70909;
    color: #fff;
    padding: 27.5px;
}

section.home_usp_section .row {
    justify-content: space-between;
    align-items: center;
	row-gap: 20px;
}

.usp_item {
    font-family: Oswald;
    font-size: 20px;
    font-weight: 700;
    line-height: 29.64px;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 10px;
}

section.home_usp_section .RatingBarWidget-prefix .RatingBarWidget .R-PlatformIcon {
    display: none;
}

section.home_usp_section .RatingBarWidget-prefix .R-TextBody--xxs {
    font-family: Oswald;
    font-size: 20px;
    font-weight: 700;
    line-height: 29.64px;
    text-align: left;
    color: #fff;
}

section.home_usp_section i.stars__icon {
    --common-star-color: #fff;
    font-size: 30px !important;
}

section.home_usp_section span.cssVar-reviewText:not(:last-child) {
    display: none;
}

section.home_usp_section span.cssVar-reviewStatistics:not(:first-child):before {
    content: '\0028';);););
}

section.home_usp_section span.cssVar-reviewText:last-child:after {
    content: '\0029';
}

/*Home categories*/
section.home_category_section {
    margin-top: 60px;
	padding: 0 10px;
}

section.home_category_section .row {
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    grid-template-rows: repeat(2, 1fr);  
    gap: 10px;
}

.category-images-box.first {
    grid-row: span 2;
    grid-column: span 1;
}

.category-images-a img {
	width: 100%;
    transition: 0.8s ease all;
}

.category-box-content {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px;
	text-decoration: none !important;
}

.category-images-box {
    position: relative;
}

.category-title {
    color: #fff;
    font-family: Oswald;
    font-size: 38px;
    font-weight: 700;
    line-height: 56.32px;
    text-align: left;
    text-transform: uppercase;
}

.category-title span {
    font-size: 20px;
    line-height: 29.64px;
    display: block;
}

.category-images-box:hover img {
    transform: scale(1.1);
}

.category-images-a {
    display: block;
    overflow: hidden;
    border-radius: 20px 0;
}

/*Video section*/
section#videoBanner {
    margin-bottom: -6px;
}

/*Text_image banner*/
.home_text_image_banner_left {
    background: #000;
    color: #fff;
    padding: 40px 8%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}

.home_text_image_banner_left h2 {
    font-family: Oswald;
    font-size: 32px;
    font-weight: 700;
    line-height: 42px;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
}

.home_text_image_banner_left p {
    font-size: 18px;
}

.black_btn.red_btn {
    background: #C70909;
}

.home_text_image_banner_right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*Brands section*/
section.home-brands-section {
    padding: 0 0 80px;
}

.brand_tile {
    border: 1px solid #D5D5D5;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
}

.brand_tile img.img-fluid {
    max-height: 100px;
    object-fit: contain;
    width: 100%;
}

/*Blog section*/
.pd-blog-thumb-inner a:has(img) {
    display: block;
    aspect-ratio: 386 / 265;
    border-radius: 20px 0;
    overflow: hidden;
}

.pd-blog-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-blog-section {
    background: #F6F6F6;
	padding: 60px 0;
}

.pd-blog-thumb p a {
    font-family: Oswald;
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
    text-transform: capitalize;
    margin-top: 10px;
    display: block;
}

.pd-blog-thumb a.btn {
    font-family: Oswald;
    font-size: 14px;
    font-weight: 700;
    line-height: 25px;
    text-align: left;
    background: none;
    border: none;
    padding-left: 0;
    text-transform: uppercase;
    text-decoration: underline;
}

.pd-blog-thumb {
    padding: 0 10px;
}

.home-blog-section svg.slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	cursor: pointer;
	transition: all 0.25s ease-in-out;
}
.explore_page .home-blog-section button.slick-arrow {
	position: absolute;
	transform: translateY(-50%);
	z-index: 1;
	cursor: pointer;
	transition: all 0.25s ease-in-out;
	background: white;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	box-shadow: 4px 4px 24px 0 rgba(0, 0, 0, 0.1);
	border: none;
}
.explore_page .home-blog-section button.slick-arrow {
	top: 25%;
}
.explore_page .home-blog-section button.slick-arrow:focus {
	outline: none;
}
.home-blog-section svg.slick-arrow:hover {
  transform: translateY(-50%) scale(1.15);
}
.home-blog-section svg.slick-arrow.slick-arrow-prev {
  left: -90px;
}
.explore_page .home-blog-section button.slick-arrow.slick-arrow-prev {
	left: -10px;
}
.explore_page .home-blog-section button.slick-arrow.slick-arrow-prev img {
	transform: rotate(180deg);
	transform-origin: center;
}
.home-blog-section svg.slick-arrow.slick-arrow-next {
  right: -90px;
}
.explore_page .home-blog-section button.slick-arrow.slick-arrow-next {
	right: -10px;
}
p.duration_of_reading {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	line-height: 14px;
	color: rgba(0, 0, 0, 0.45);
	margin: 15px 0 10px;
}
@media (max-width: 1700px) {
	.explore_page .home-blog-section button.slick-arrow.slick-arrow-prev {
		left: 3px;
	}
	.explore_page .home-blog-section button.slick-arrow.slick-arrow-next {
		right: 3px;
	}
}

@media (min-width: 992px) and (max-width: 1540px) {
	.home-blog-section .container {
			max-width: calc(100% - 200px);
	}
}

/*Home register*/
div#home-newsletter {
    background: #000;
    color: #fff;
    padding: 50px 0;
}

div#home-newsletter p {
    font-family: Oswald;
    font-size: 16px;
    font-weight: 700;
    line-height: 23.71px;
    text-align: left;
    color: #ffffffcc;
}

div#home-newsletter h3 {
    font-family: Oswald;
    font-size: 32px;
    font-weight: 700;
    line-height: 47.42px;
    text-align: left;
    color: #fff;
	margin-bottom: 5px !important;
}

.newsletter_usp_item {
    color: #E7E7E9;
    display: flex;
    align-items: center;
    gap: 5px;
    margin-right: 30px;
	font-size: 16px;
}

div#home-newsletter input.form-control.mr-1 {
    height: 70px;
    font-family: Lato;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    text-align: left;
    border-radius: 10px 0 0;
    margin: 0 !important;
    padding: 0 20px;
}

div#home-newsletter input.btn.btn-primary {
    background: #C70909;
    border-radius: 0 0 10px;
    padding: 10px 22px;
	background-image: url("data:image/svg+xml,%3Csvg width='21' height='16' viewBox='0 0 21 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.1059 7.55629L16.1848 4.56879C16.0694 4.48206 15.9229 4.42332 15.7638 4.39996C15.6047 4.3766 15.44 4.38968 15.2906 4.43754C15.1408 4.48443 15.0126 4.56405 14.9221 4.66637C14.8316 4.7687 14.7828 4.88915 14.782 5.01254V6.88754C14.782 6.92898 14.7604 6.96872 14.722 6.99802C14.6835 7.02733 14.6313 7.04379 14.577 7.04379H1.88672C1.56038 7.04379 1.2474 7.14256 1.01665 7.31838C0.785888 7.49419 0.65625 7.73265 0.65625 7.98129C0.65625 8.22993 0.785888 8.46838 1.01665 8.6442C1.2474 8.82002 1.56038 8.91879 1.88672 8.91879H14.6016C14.656 8.91879 14.7081 8.93525 14.7466 8.96455C14.785 8.99386 14.8066 9.0336 14.8066 9.07504V10.95C14.8066 11.1158 14.8931 11.2748 15.0469 11.392C15.2007 11.5092 15.4094 11.575 15.627 11.575C15.7355 11.5747 15.8429 11.5579 15.9428 11.5258C16.0428 11.4936 16.1334 11.4466 16.2094 11.3875L20.1305 8.40629C20.2605 8.29345 20.3357 8.15006 20.3438 8.00004C20.3444 7.91778 20.3237 7.83625 20.2829 7.7601C20.242 7.68395 20.1819 7.61469 20.1059 7.55629Z' fill='white'/%3E%3C/svg%3E");
    background-repeat: no-repeat no-repeat;
    background-position: 91% 47%;
    background-size: 20px 20px;
    padding-right: 40px;
	font-size: 20px;
}
.explore_page div#home-newsletter input.btn.btn-primary {
	background-position: calc(50% + 66px) 45%;
}

/*Home reviews*/
div#reviewsio-carousel-widget {
    max-width: 100vw;
}

div#reviewsio-carousel-widget .CarouselWidget-prefix .CarouselWidget .CarouselWidget__header {
    display: none;
}

div#reviewsio-carousel-widget  .CarouselWidget__list {
    width: 99%;
    margin: 0 auto;
}

/*Home FAQ*/
.home-faqs {
	background: none;
	color: #000;
	margin: 0 auto;
}

.home-faqs:before {
  display: none;
}

.home-faqs .faqs {
  color: #000;
	padding-top: 0;
}

.home-faqs h2.section-title + p {
	font-family: Lato;
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	max-width: 572px;
}


.home-faqs h3.faq {
	background: #000;
	font-size: 20px;
	padding: 25px;
	color: #fff !important;
	cursor: pointer;
}

.home-faqs h3.faq.active {
	background: #000 url(/assets/themes/automotiv/img/plus_active.png) 98% 50% no-repeat;
	border-radius: 30px 0 0;
}

.home-faqs .panel {
	background: #000;
	color: #fff;
	margin-bottom: 10px;
	padding: 0 25px 10px;
	margin-top: -20px;
}

.home-faqs .panel a {
	color: #c81d24;
}

.home-faqs .faq_contact_>a {
	font-family: Oswald;
	font-size: 20px;
	font-weight: 700;
	line-height: 29.64px;
	background: none;
	color: #000;
	padding-left: 0;
	float: none;
	display: block;
	text-decoration: underline;
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 20px;
	text-underline-offset: 3px;
}
.home-faqs .faq_contact_>a svg {
	margin-bottom: 0px;
}
h2.section-title {
    font-family: Oswald;
    font-size: 40px;
    font-weight: 700;
    line-height: 59.28px;
    color: #06253D !important;
}
h2.section-title span {
  background: #C70909;
	color: #fff;
	border-radius: 10px 0;
	padding: 12px 20px 9px;
	display: inline-block;
}
.home-faqs h2.section-title {
    margin-top: 0;
    text-align: left;
}
.home-faqs h3.faq:last-of-type:not(.active) {
    border-radius: 0 0 30px 0;
}
.home-faqs .panel:last-of-type {
    border-radius: 0 0 30px;
}
.home-faqs h3.faq:first-child {
    border-radius: 30px 0 0;
}
.home-faqs h3.faq {
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.99969 7.49969L9.99969 0.441584L7.49969 0.441584L7.49969 7.49969L0.441583 7.49969L0.441583 9.99969L7.49969 9.99969L7.49969 17.0586L9.99969 17.0586L9.99969 9.99969L17.0586 9.99969L17.0586 7.49969L9.99969 7.49969Z' fill='white'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat no-repeat;
    background-position: 96%;
    background-size: 16px;
}

.home-faqs h3.faq.active {
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.07636 7.30901L14.0672 2.31817L12.2994 0.550404L7.30859 5.54124L2.31776 0.550405L0.549991 2.31817L5.54083 7.30901L0.549428 12.3004L2.31719 14.0682L7.30859 9.07677L12.3 14.0682L14.0678 12.3004L9.07636 7.30901Z' fill='white'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat no-repeat;
    background-position: 96%;
    background-size: 16px;
}

/* EXPLORE */
.explore_page .hero-mobile {
	display: none;
}
.explore_page #explore_page_banner a>img {
	width: 100%;
	height: auto;
}
.explore_page .blog-content {
	background-color: #F5F9FF;
}
.explore_page .explore-description {
	text-align: center;
	max-width: 1312px;
	margin: 0 auto;
	padding: 70px 0px 59px;
}
.explore_page .explore-description p {
	font-family: Lato, sans-serif;
	font-weight: 300;
	font-size: 22px;
	line-height: 32px;
	color: #000;
}
.explore_page .explore-description p>span {
	font-weight: 700;
	color:#06253D;
}
.explore_page .section-title-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 49px;
	margin-bottom: 40px;
}
.explore_page .section-title-row p {
	font-family: Lato, sans-serif;
	font-weight: 400;
	font-size: 22px;
	line-height: 30px;
	max-width: 671px;
	margin-bottom: 0px;
}
.explore_page .section-title-row .section-title-main {
	font-family: Oswald, sans-serif;
	font-weight: 700;
	font-size: 42px;
	line-height: 80px;
	height: 80px;
	color: #fff;
	background-color: #C70909;
	min-width: 260px;
	border-radius: 10px 0px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 0px;
}
.explore_page h2.section-title span {
	margin-left: 10px;
}
.explore_page .home-faqs h2.section-title {
	margin-bottom: 20px;
}
.explore_page .pd-blog-thumb {
	position: relative;
}
.explore_page .pd-blog-thumb .article-badge {
	font-family: Lato, sans-serif;
	font-weight: 400;
	font-size: 17px;
	line-height: 25px;
	color: #06253D;
	position: absolute; 
	top: 20px; 
	left: 45px; 
	padding: 8px 25px; 
	background-color: #fff; 
	margin-bottom: 0px;
	border-radius: 0px !important;
  cursor: pointer;
}
.explore_page .pd-blog-thumb .article-badge:hover {
	text-decoration: none;
}
.explore_page .pd-blog-thumb-inner>a {
	position: relative;
}
.explore_page .pd-blog-thumb-inner>a>svg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.explore_page .carousel-row .pd-blog-thumb-inner>a>svg {
	padding: 10px;
}
.explore_page .featured-posts-wrapper .pd-blog-thumb .article-badge {
	left: 48px; 
}
.explore_page .home-blog-products .featured-posts-wrapper .pd-blog-thumb:first-child a,
.explore_page .home-blog-techicals .featured-posts-wrapper .pd-blog-thumb:first-child a {
	border-radius: 40px 0px 0px 0px;
}
.explore_page .home-blog-products .featured-posts-wrapper .pd-blog-thumb:last-child a,
.explore_page .home-blog-techicals .featured-posts-wrapper .pd-blog-thumb:last-child a {
	border-radius: 0px 0px 40px 0px;
}
.explore_page .home-blog-news .featured-posts-wrapper .pd-blog-thumb-inner>a {
	border-radius: 40px 0px;
	width: 100%;
	max-height: 500px;
	overflow: hidden;
	position: relative;
}
.explore_page .home-blog-news .featured-posts-wrapper .pd-blog-thumb-inner>a>img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.explore_page .home-blog-section {
	background: #fff;
	padding: 0px 0 20px;
}
.explore_page .home-blog-news {
	margin-bottom: 30px;
}
.explore_page .featured-posts-wrapper {
	display: flex;
	padding-bottom: 30px;
	margin-right: -18px;
  margin-left: -18px;
}
.explore_page .featured-posts-wrapper>.pd-blog-thumb {
	padding-left: 18px;
	padding-right: 18px;
}
.explore_page .featured-posts-wrapper .h4>a {
	font-family: Oswald, sans-serif ;
	font-weight: 400;
	font-size: 32px;
	line-height: 40px;
	color: #000;
	margin-top: 30px;
}
.explore_page .featured-posts-wrapper .h4>a:hover {
	text-decoration: none;
}
.explore_page .featured-posts-wrapper .duration_of_reading {
	font-family: Lato, sans-serif ;
	font-weight: 400;
	font-size: 18px;
	line-height: 25px;
	color: #00000099;
}
.explore_page .carousel-row {
	margin-right: -15px;
  margin-left: -15px;
}
.explore_page .carousel-row .pd-blog-thumb {
	padding-left: 15px;
	padding-right: 15px;
} 
.explore_page .row-blog .h4 {
	margin-bottom: 0px;
}

.explore_page .row-blog .h4>a {
	font-family: Oswald, sans-serif;
	font-weight: 400;
	font-size: 22px;
	line-height: 30px;
	margin-top: 25px;
	color: #000;
}
.explore_page .row-blog .h4>a:hover {
	text-decoration: none;
}
.explore_page .row-blog .duration_of_reading {
	font-family: Lato, sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #00000099;
	margin-top: 3px;
}
.explore_page .home-support-section .featured-posts-wrapper {
	padding-bottom: 0px;
}

.explore_page .home-support-section {
	margin: 50px auto; 
}
.explore_page .home-support-section .pd-blog-thumb-inner>a {
	width: 100%; 
	height: 270px; 
	overflow: hidden; 
	position: relative;
}
.explore_page .home-support-section .pd-blog-thumb-inner img {
	position: absolute; 
	top: 50%; 
	left: 50%;
	transform: translate(-50%, -50%); 
	max-width: none; 
	max-height: none;
}
.explore_page .home-support-section .h4>a {
	font-size: 22px;
	line-height: 30px;
	color: #000;
	margin-top: 25px;
}
.explore_page .home-support-section .h4>a:hover {
	text-decoration: none;
}
.explore_page .home-support-section .duration_of_reading {
	font-size: 16px;
	line-height: 20px;
	margin-top: 3px;
}
.explore_page .support-button {
	display: flex;
	justify-content: center;
} 
.explore_page .support-button svg {
	margin-top: 3px;
}
.explore_page .home-support-section button {
	font-family: 'oswald', sans-serif;
	padding: 15px 20px;
  background-color: #C70909;
  border: none;
  color: #fff;
  display: flex;
	border-radius: 10px 0px;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	gap: 10px;
}
.explore_page .search-container {
	margin-top: 39px;
	position: relative;
}
.explore_page #searchInput {
	width: 100%;
	padding: 24px 46px 24px 26px;
	border: 1px solid #3E3E3E;
	border-radius: 5px;
	font-family: Lato, sans-serif;
	font-weight: 400;
	font-size: 26px;
	line-height: 31px;
	border-radius: 10px 0px 0px 0px;
	border-width: 1px;
}
.explore_page .search-icon {
    position: absolute;
    right: 20px; 
    top: 50%;
    transform: translateY(-50%); 
    cursor: pointer;
}
.explore_page .search-icon svg {
    width: 26px; 
    height: 26px;
}
.explore_page #searchInput::placeholder {
    color: black;
}
.explore_page .result-item {
	display: flex;
	align-items: center;
	border-left: 1px solid #D5D5D5;
	border-right: 1px solid #D5D5D5;
	padding: 13px 23px 0px;
	gap: 10px;
}
.explore_page .result-item:first-child {
	padding-top: 23px;
}
.explore_page .result-item:last-child {
	border-bottom: 1px solid #D5D5D5;
}
.explore_page .result-item:last-child .explore-search {
	border-bottom: none;
}
.explore_page .result-item .explore-search {
	padding-bottom: 13px;
	border-bottom: 1px solid #D5D5D5;
	display: flex;
	gap: 13px;
	align-items: center;
	width: 100%;
}
.explore_page .result-item .explore-search:hover {
	text-decoration: none;
}
.explore_page .result-item .explore-search:hover strong {
	color: #C70909;
}
.explore_page .result-item img {
	width: 60px;
	height: 60px;
	object-fit: cover;
	border-radius: 5px;
}
.explore_page .result-text {
	display: flex;
	flex-direction: column-reverse;
}
.explore_page .result-text span {
	font-family: Lato, sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 19px;
	color: #00000066;
	text-transform: uppercase;
}
.explore_page .result-text strong {
	font-family: Lato, sans-serif;
	font-weight: 400;
	font-size: 22px;
	line-height: 30px;
	color: #000;
}
.explore_page .custom-field {
	font-size: 12px;
	color: gray;
}

@media (min-width: 992px) and (max-width: 1540px) {
	.explore_page .home-blog-section .container {
			max-width: unset;
	}
}
@media (min-width: 992px) and (max-width: 1400px) {
	.explore_page .explore-description {
		padding-left: 4%;
		padding-right: 5%;
	}
	.explore_page h2.section-title span {
    margin-left: 0px;
	}
	.explore_page .home-support-section {
		margin-bottom: 0px;
	}
}
@media (min-width: 769px) and (max-width: 991px) {
	.explore_page .section-title-row {
		gap: 20px;
	}
	.explore_page h2.section-title span {
    margin-left: 0px;
	}
	.explore_page .explore-description {
		padding: 74px 27px;
	}
	.explore_page .home-blog-section {
		margin-bottom: 0px;
	}
}

@media (max-width: 769px) {
	.explore_page .explore-description {
		padding: 74px 27px;
	}
	.explore_page .explore-description p {
		font-size: 20px;
	}
	.explore_page .result-text strong {
		font-size: 20px;
		line-height: 25px;
	}
	.explore_page .result-text span {
		font-size: 14px;
	}
	.explore_page .section-title-row {
		flex-direction: column;
		gap: 18px;
		margin-bottom: 60px;
		margin-top: 65px;
	}
	.explore_page .section-title-row p {
		text-align: center;
		line-height: 24px;
		font-size: 20px;
	}
	.explore_page .featured-posts-wrapper .h4>a {
		font-size: 22px;
		margin-top: 20px;
		line-height: 34px;
	}
	.explore_page .featured-posts-wrapper .duration_of_reading {
		font-size: 16px;
		margin-top: 0px;
		margin-bottom: 40px;
	}
	.explore_page #searchInput {
		padding: 23px 46px 23px 21px;
		font-size: 20px;
	}
	.explore_page .section-title-row .section-title-main {
		font-size: 40px;
	}
	.explore_page .row-blog h4>a {
		margin-bottom: 10px;
	}
	.explore_page .row-blog .duration_of_reading {
		margin-bottom: 30px;
	}
	.explore_page .home-blog-section {
		padding-bottom: 0px;
	}
	.explore_page .result-item {
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 23px;
	}
	.explore_page .result-item img {
    width: 80px;
    height: 110px;
		border-radius: 10px 0px;
	}
	.explore_page .result-item .explore-search {
		padding-bottom: 23px;
	}
	.explore_page .pd-blog-thumb-inner>a>svg {
		padding: 10px;
	}
}

/*Product thumbs*/

.thumbnail.card-body {
    border-color: #D5D5D5 !important;
    border-radius: 20px 0;
    padding: 0;
    box-shadow: none !important;
}

.thumbnail-body {
    background: #F6F6F6;
    padding: 25px 15px;
    text-align: left;
}

.thumbnail.card-body .card-title a {
    font-family: Lato;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    text-align: left;
    color: #06253D;
    text-transform: none;
}

.thumbnail.card-body .card-title {
	padding: 0;
	min-height: auto;
}
.container-thumb {
	margin-bottom: 35px;
}
.container-thumb .thumbnail.card-body .card-title {
	margin-top: 13px;
}
.container-thumb .thumbnail.card-body .card-title>a {
	font-size: 16px;
	font-family: 'Lato';
	color: #06253D;
}
.container-thumb .thumbnail.card-body .price {
	margin-bottom: 10px;
}
.thumbnail.card-body a.thumbnail-image:hover img {
    transform: scale(1.2);
}

.thumbnail.card-body a.thumbnail-image img {
    transition: 0.3s ease all;
}

.thumbnail.card-body img {
    aspect-ratio: 374/325;
    height: auto;
    object-fit: contain;
}

.thumbnail.card-body .buying-options .btn svg {
    margin-left: 5px;
    margin-bottom: 5px;
}

.thumb_list .card-body .price, .thumbnail.card-body p.price {
    font-family: Oswald;
    font-size: 16px;
    font-weight: 700;
    line-height: 23.71px;
    text-align: left;
    color: #06253D;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 10px;
    align-items: center;
	text-transform: uppercase;
}

.thumb_list .card-body .price span.rrp-price, .thumbnail.card-body p.price span.rrp-price {
    margin: 0;
    font-family: Oswald;
    font-size: 16px;
    font-weight: 400;
    line-height: 23.71px;
    text-align: left;
    color: #06253D4D;
}

.thumb_list .card-footer .btn, .thumbnail.card-body .buying-options .btn {
    border-radius: 5px 0;
    background: #000;
	font-family: Oswald;
    font-size: 16px;
    font-weight: 700;
    line-height: 52px;
    width: 100%;
    margin: 0;
}
.pd-thumb {
    display: flex;
	padding-bottom: 30px;
}

.thumbnail-body {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.products-row {
    align-items: unset !important;
}

.thumbnail.card-body .card-title {
    flex-grow: 1;
}

.pd-thumb .savings-container .badge-danger::before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	z-index: -1;
  }
  
  .pd-thumb .savings-container .badge-danger::before {
	border-width: 0 10.5px 15px 0;
    border-color: transparent #7A0000 transparent transparent;
    bottom: -14px;
    left: 0;
  }

.pd-thumb .savings-container .badge-danger {
    width: 70px;
    height: 24px;
    transform: none;
    margin: 0;
    border-radius: 0;
    padding: 0;
    line-height: 24px;
	font-family: Oswald;
    font-size: 12px;
    font-weight: 400;
	background: #C70909;
}

.pd-thumb .savings-container {
    left: 5px;
    right: unset;
    text-align: left;
    top: 10px;
}

.ruk_rating_snippet_thumbs span.ruk-rating-snippet-count:after {
    /*content: ') ';
    background: #f6f6f6;
	margin-left: -6px;
    padding-right: 5px;*/
}

body i.ruk-icon-percentage-star--100 {
	font-size: 0;
	background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.9389 5.03971C13.8761 4.86678 13.7613 4.71706 13.6098 4.61078C13.4583 4.5045 13.2775 4.44677 13.0918 4.4454H9.43328C9.37155 4.44537 9.31132 4.42653 9.2608 4.39144C9.21028 4.35635 9.17192 4.30671 9.15093 4.24928L7.8413 0.56459C7.77306 0.397692 7.65596 0.254775 7.50503 0.154178C7.35411 0.0535799 7.17624 -0.00010906 6.99425 1.66329e-07C6.80916 0.000876495 6.62889 0.0584984 6.47827 0.164932C6.32764 0.271365 6.21408 0.421375 6.15321 0.594305L4.83758 4.26117C4.81659 4.3186 4.77823 4.36824 4.72771 4.40333C4.67718 4.43842 4.61696 4.45726 4.55523 4.45729H0.896694C0.71078 4.4578 0.529579 4.5152 0.377931 4.62159C0.226284 4.72799 0.111615 4.87819 0.0496438 5.05159C-0.00995008 5.22301 -0.0160366 5.40819 0.0321753 5.58308C0.0803873 5.75796 0.180668 5.91445 0.319979 6.03219L3.43184 8.58771C3.47859 8.62545 3.51277 8.67626 3.52992 8.73351C3.54706 8.79075 3.54638 8.85178 3.52796 8.90863L2.21833 12.7894C2.15665 12.9691 2.15455 13.1636 2.21231 13.3446C2.27008 13.5255 2.38471 13.6835 2.53953 13.7956C2.69434 13.9076 2.88126 13.9679 3.07308 13.9675C3.2649 13.9672 3.45161 13.9064 3.60605 13.7938L6.81403 11.4641C6.86509 11.4261 6.9273 11.4055 6.99125 11.4055C7.0552 11.4055 7.11741 11.4261 7.16847 11.4641L10.3825 13.7938C10.5357 13.92 10.7269 13.9923 10.9261 13.9994C11.1254 14.0066 11.3214 13.9482 11.4834 13.8333C11.6455 13.7185 11.7646 13.5537 11.8219 13.3649C11.8792 13.176 11.8716 12.9736 11.8002 12.7894L10.4906 8.90863C10.4722 8.85178 10.4715 8.79075 10.4886 8.73351C10.5058 8.67626 10.54 8.62545 10.5867 8.58771L13.7046 6.02625C13.8396 5.90431 13.9341 5.74487 13.976 5.56883C14.0178 5.39278 14.0048 5.20835 13.9389 5.03971Z' fill='black'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat no-repeat;
	background-position: center center;
	background-size: cover;
	width: 20px;
	height: 20px;
	display: inline-block;
	margin-right: 6px;
}
.product-page .wrapper-product-title i.ruk-icon-percentage-star--100 {
	margin-bottom: 22px;
}
.container-thumb .ruk-icon-percentage-star--100 {
	width: 14px;
	height: 14px;
}
body i.ruk-icon-percentage-star--50 {
	font-size: 0;
	background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.4687 5.21024L13.4688 5.21018C13.4413 5.13436 13.3906 5.06779 13.3226 5.02009C13.255 4.97261 13.1737 4.94633 13.0896 4.9454H9.43328H9.43306C9.26983 4.94533 9.11009 4.89554 8.97556 4.80209M13.4687 5.21024L8.97556 4.80209M13.4687 5.21024L13.4732 5.22185M13.4687 5.21024L13.4732 5.22185M8.97556 4.80209C8.84097 4.70861 8.73789 4.57573 8.68131 4.42091L8.67978 4.41674L8.6798 4.41673L7.37487 0.745241C7.3442 0.674977 7.29342 0.614017 7.22772 0.570228L7.50503 0.154178L7.22772 0.570227C7.15958 0.524812 7.07877 0.500156 6.9956 0.500001C6.913 0.5006 6.83309 0.526434 6.76681 0.573272C6.70032 0.620253 6.65107 0.68582 6.62485 0.760315L6.62384 0.763163L6.62384 0.76316L5.3082 4.43002L5.30721 4.4328L5.3072 4.43279C5.25062 4.58761 5.14754 4.72049 5.01294 4.81398M8.97556 4.80209L5.01294 4.81398M5.01294 4.81398C4.87842 4.90742 4.71868 4.95722 4.55544 4.95729M5.01294 4.81398L4.55544 4.95729M13.4732 5.22185C13.5021 5.29579 13.5078 5.37638 13.4895 5.4533C13.4719 5.52728 13.4328 5.59532 13.3763 5.64885L10.2705 8.20039C10.1468 8.30094 10.0556 8.43649 10.0097 8.59005C9.96338 8.74454 9.96523 8.90936 10.0149 9.06275L10.0149 9.06277L10.0168 9.0685L11.3265 12.9493L11.33 12.9598L11.334 12.9701C11.365 13.0501 11.3683 13.1378 11.3434 13.2197C11.3185 13.3016 11.2666 13.3742 11.1944 13.4253C11.1222 13.4765 11.0341 13.503 10.9441 13.4997C10.854 13.4965 10.7683 13.4638 10.7002 13.4078L10.6883 13.398L10.6759 13.389L7.464 11.0608C7.32688 10.9597 7.16107 10.9055 6.99125 10.9055C6.82131 10.9055 6.65538 10.9598 6.51821 11.061L3.31225 13.3892L3.31157 13.3897C3.24279 13.4399 3.15895 13.4674 3.07226 13.4675C2.98558 13.4677 2.90164 13.4404 2.83268 13.3905C2.7638 13.3407 2.71371 13.2711 2.68863 13.1925C2.66357 13.114 2.66448 13.0298 2.69125 12.9518L2.69208 12.9493L4.00171 9.0685L4.00174 9.06851L4.00361 9.06276C4.05331 8.90936 4.05517 8.74454 4.0089 8.59005C3.96289 8.43646 3.87169 8.30089 3.74797 8.20033L0.640584 5.64849C0.57892 5.59564 0.535222 5.52647 0.514194 5.45019C0.493125 5.37377 0.495549 5.29296 0.521212 5.21783C0.548318 5.1433 0.5982 5.07784 0.665106 5.0309C0.732543 4.98358 0.813716 4.95763 0.897532 4.95729H4.55523H4.55544M13.4732 5.22185L4.55544 4.95729' fill='white' stroke='black'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat no-repeat;
	background-position: center center;
	background-size: cover;
	width: 14px;
	height: 14px;
	display: inline-block;
	margin-right: 5px;
}

body i.ruk-icon-percentage-star--0 {
	font-size: 0;
	background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.4687 5.21024L13.4688 5.21018C13.4413 5.13436 13.3906 5.06779 13.3226 5.02009C13.255 4.97261 13.1737 4.94633 13.0896 4.9454H9.43328H9.43306C9.26983 4.94533 9.11009 4.89554 8.97556 4.80209M13.4687 5.21024L8.97556 4.80209M13.4687 5.21024L13.4732 5.22185M13.4687 5.21024L13.4732 5.22185M8.97556 4.80209C8.84097 4.70861 8.73789 4.57573 8.68131 4.42091L8.67978 4.41674L8.6798 4.41673L7.37487 0.745241C7.3442 0.674977 7.29342 0.614017 7.22772 0.570228L7.50503 0.154178L7.22772 0.570227C7.15958 0.524812 7.07877 0.500156 6.9956 0.500001C6.913 0.5006 6.83309 0.526434 6.76681 0.573272C6.70032 0.620253 6.65107 0.68582 6.62485 0.760315L6.62384 0.763163L6.62384 0.76316L5.3082 4.43002L5.30721 4.4328L5.3072 4.43279C5.25062 4.58761 5.14754 4.72049 5.01294 4.81398M8.97556 4.80209L5.01294 4.81398M5.01294 4.81398C4.87842 4.90742 4.71868 4.95722 4.55544 4.95729M5.01294 4.81398L4.55544 4.95729M13.4732 5.22185C13.5021 5.29579 13.5078 5.37638 13.4895 5.4533C13.4719 5.52728 13.4328 5.59532 13.3763 5.64885L10.2705 8.20039C10.1468 8.30094 10.0556 8.43649 10.0097 8.59005C9.96338 8.74454 9.96523 8.90936 10.0149 9.06275L10.0149 9.06277L10.0168 9.0685L11.3265 12.9493L11.33 12.9598L11.334 12.9701C11.365 13.0501 11.3683 13.1378 11.3434 13.2197C11.3185 13.3016 11.2666 13.3742 11.1944 13.4253C11.1222 13.4765 11.0341 13.503 10.9441 13.4997C10.854 13.4965 10.7683 13.4638 10.7002 13.4078L10.6883 13.398L10.6759 13.389L7.464 11.0608C7.32688 10.9597 7.16107 10.9055 6.99125 10.9055C6.82131 10.9055 6.65538 10.9598 6.51821 11.061L3.31225 13.3892L3.31157 13.3897C3.24279 13.4399 3.15895 13.4674 3.07226 13.4675C2.98558 13.4677 2.90164 13.4404 2.83268 13.3905C2.7638 13.3407 2.71371 13.2711 2.68863 13.1925C2.66357 13.114 2.66448 13.0298 2.69125 12.9518L2.69208 12.9493L4.00171 9.0685L4.00174 9.06851L4.00361 9.06276C4.05331 8.90936 4.05517 8.74454 4.0089 8.59005C3.96289 8.43646 3.87169 8.30089 3.74797 8.20033L0.640584 5.64849C0.57892 5.59564 0.535222 5.52647 0.514194 5.45019C0.493125 5.37377 0.495549 5.29296 0.521212 5.21783C0.548318 5.1433 0.5982 5.07784 0.665106 5.0309C0.732543 4.98358 0.813716 4.95763 0.897532 4.95729H4.55523H4.55544M13.4732 5.22185L4.55544 4.95729' fill='white' stroke='black'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat no-repeat;
	background-position: center center;
	background-size: cover;
	width: 14px;
	height: 14px;
	display: inline-block;
  margin-right: 5px;
}

body .ruk_rating_snippet .ruk-rating-snippet-count {
  bottom: 0px;
}
.product-page .ruk_rating_snippet .ruk-rating-snippet-count {
  bottom: -4px;
	margin-left: 3px;
}

.ruk_rating_snippet_thumbs {
  display: flex;
  align-items: center;
}

span.ruk-rating-snippet-count {
  white-space: nowrap;
	font-size: 16px;
}
.container-thumb span.ruk-rating-snippet-count {
	margin-left: 5px;
	font-size: 12px;
}
.product-page span.ruk-rating-snippet-count {
	font-size: 16px;
}


/*Footer*/
footer.wrapper-footer nav.row[aria-label="Footer menu"] {
    flex-direction: row-reverse;
}

footer.wrapper-footer .col-footer-about>img {
    width: 232px;
}

footer.wrapper-footer::before {
    display: none;
}

footer.wrapper-footer {
    padding-top: 0;
	background: none;
	border-top: 1px solid #0000004D
}

.col-footer-about .nav>li div.d-flex>div:first-child {
    display: none;
}

footer.wrapper-footer ul.nav.list-social {
    width: 100%;
	margin: 30px 0 50px;
}

footer.wrapper-footer ul.nav.list-social span.sr-only {
    position: static;
	font-family: Oswald;
    font-size: 20px;
    font-weight: 700;
    line-height: 29.64px;
    text-align: center;
    color: #000;
    text-transform: uppercase;
}

footer.wrapper-footer ul.nav.list-social i {
    font-size: 20px;
    color: #000;
    margin-right: 15px;
}

footer.wrapper-footer ul.nav.list-social li.nav-item {
    border-width: 1px 1px 1px 0px;
    border-style: solid;
    border-color: #00000033;
    padding: 50px !important;
    flex-grow: 1;
    text-align: center;
}

footer.wrapper-footer ul.nav.list-social li.nav-item:last-child {
    border-right: 0;
}

.container_bottom {
    background: #C70909;
}

.container_bottom p {
    margin: 0;
    padding: 10px 0;
    color: #fff;
    font-size: 14px;
}

.footermenu:nth-child(2), .footermenu:nth-child(3) {
    flex: 0 0 25%;
    max-width: 25%;
}

.footermenu:nth-child(1) {
    flex: 0 0 50%;
    max-width: 50%;
}

html {
    overflow-x: clip;
}

header img.logo {
    max-height: 52px;
}

.header-topbar {
    display: none;
}

header.wrapper-header {
    padding: 24px 0;
}

#header-cart a#cartcontentsheader {
    margin: 0 25px !important;
    position: static;
}

input#pd-main-search-input {
    border: none;
}

div#search .search-form .btn.btn-outline-secondary {
    border: none;
}

div#search {
    border: 1px solid #3E3E3E;
    border-radius: 10px 0 10px;
    overflow: hidden;
}

.header-search {
    max-width: 323px;
    width: 100%;
}

.wrapper-header .navbar-nav a.red.nav-link {
    color: #c81d24;
}



.algolia-shadow {
	padding-top: 38px;
}

/*Mobile*/
@media (max-width: 768px) {
	section#homepageVideo video {
		aspect-ratio: 430/500 !important;
	}

	section#homepageVideo .banner_content h2 {
		font-size: 28px;
		line-height: 30px;
		text-align: center;
	}

	section#homepageVideo .banner_content h1 {
		font-size: 16px;
		text-align: center;
	}

	section#homepageVideo .banner_content p {
		text-align: center;
	}
	
	.banner_content {
		text-align: center;
	}

	.algolia-shadow {
		padding-top: 33.5px;
	}
	
	section.home_category_section {
		padding: 0;
	}
	
	section.home_category_section .row {
		grid-template-columns: repeat(1, 1fr);
		grid-template-rows: repeat(1, 1fr);
		margin: 0;
		gap: 15px;
	}

	.category-images-a img {
		aspect-ratio: 1/1;
	}
	
	h2.section-title {
		font-size: 29px;
		line-height: 42px;
		text-align: center;
	}

	.home-featuredproducts>.col-12 {
		padding: 0 !important;
	}

	.home-featuredproducts {
		padding: 0 10px;
		margin-top: 80px !important;
	}

	h2.section-title span {
		margin-left: 6px;
		padding: 5px 10px;
	}
	
	.thumbnail.card-body img {
		height: auto !important;
	}

	.thumbnail.card-body .buying-options .btn {
		line-height: 44px;
		padding: 0;
	}

	.thumbnail.card-body {
		border-radius: 20px 0;
	}
	
	.thumbnail.card-body .card-title a, .thumbnail.card-body .card-title {
		font-size: 12px;
		line-height: 16px !important;
	}

	.thumb_list .card-body .price, .thumbnail.card-body p.price, .thumb_list .card-body .price span.rrp-price, .thumbnail.card-body p.price span.rrp-price {
		font-size: 12px;
		line-height: 16px;
	}

	.thumbnail-body {
		padding: 10px;
	}

	.ruk_rating_snippet_thumbs:has(i) {
		margin-bottom: 10px;
		font-size: 12px;
	}

	.ruk_rating_snippet_thumbs span.ruk-rating-snippet-count:after {
		margin-left: -4px;
	}
	
	section#videoBanner {
		padding-top: 40px;
	}

	.home_text_image_banner_right img {
		aspect-ratio: 430/490;
	}
	
	section#videoBanner video {
		aspect-ratio: 430/350 !important;
	}

	.home_text_image_banner_left h2 {
		font-size: 20px;
		line-height: 30px;
	}

	.home_text_image_banner_left {
		padding: 30px 15px;
	}

	.home_text_image_banner_left p {
		font-size: 14px;
	}
	
	section.home-brands-section .row.m-0 {
		padding: 0 15px;
	}

	section.home-brands-section.w-100 .brand_tile {
		width: 50%;
	}

	.brand_tile img.img-fluid {
		height: 60px;
	}
	
	.home-blog-section svg.slick-arrow {
		display: none;
	}
	
	ul.slick-dots {
		padding: 0;
		list-style: none;
		display: flex;
		justify-content: center;
		width: 100%;
		gap: 10px;
	}

	ul.slick-dots button {
		appearance: none;
		border: none;
		background: #000;
		width: 12px;
		height: 12px;
		border-radius: 30px;
		font-size: 0;
		transition: 0.3s ease all;
	}

	ul.slick-dots .slick-active button {
		width: 72px;
		background: #C70909;
	}

	.home-blog-section {
		padding: 20px 5px;
	}
	
	div#home-newsletter h3 {
		font-size: 20px;
		line-height: 28px;
	}

	.newsletter_usp {
		flex-direction: column;
		align-items: flex-start !important;
		gap: 10px;
		margin: 15px 0;
	}

	.newsletter_usp_item {
		font-size: 12px;
	}

	div#home-newsletter .input-group {
		flex-direction: column;
	}

	div#home-newsletter input.form-control.mr-1 {
		width: 100%;
	}

	div#home-newsletter input.btn.btn-primary {
		line-height: 50px;
	}
	
	div#home-newsletter .col-12 {
		padding: 0 7.5px;
	}

	.home-faqs .faqs {
		padding: 0 15px;
	}

	.home-faqs h2.section-title {
		text-align: center;
	}

	.home-faqs h2.section-title + p {
		font-size: 12px;
		line-height: 20px;
	}

	.faq_contact {
		padding-top: 20px;
	}

	.home-faqs h3.faq {
		font-size: 15px;
	}

	.home-faqs .panel * {
		font-size: 12px;
	}

	.home-faqs .panel {
		padding: 0 25px 10px;
	}

	.home-faqs .faq_contact_>a {
		font-size: 17px;
	}
}

@media (max-width: 768px) {
	body header.wrapper-header {
		padding: 20px 0;
		transition: 0.3s ease all;
	}

	header .col-12.col-sm-5.col-md-5.wrapper-menu.text-sm-left {
		display: none;
	}

	header .logo-section .col-md-2.wrapper-logo {
		flex: 0 0 146px;
		max-width: 146px;
		padding-left: 10px;
	}

	header .logo-section .col-sm-10 {
		flex: 0 0 calc(100% - 146px);
		max-width: calc(100% - 146px);
		padding-right: 25px;
	}

	header .logo-section {
		float: none;
	}

	header.wrapper-header.sticky_header {
		padding: 10px 0;
	}
	
	footer.wrapper-footer nav.row[aria-label="Footer menu"] {
		flex-direction: column-reverse;
		margin-top: 30px;
	}

	body footer .footermenu {
		max-width: 100% !important;
		flex: 0 0 100% !important;
	}


	footer.wrapper-footer .col-footer-about>img {
		width: 208px;
		margin: 0 !important;
	}

	.col-footer-about .nav>li div a, .col-footer-about .nav>li div p {
		font-size: 12px;
	}
	
	.wrapper-footer nav h4.nav-link {
		font-size: 16px;
	}

	.footermenu ul a.nav-link {
		font-size: 12px;
	}
	
	footer.wrapper-footer ul.nav.list-social {
		max-width: calc(100% + 40px);
		margin: 0 -20px 40px;
		border-bottom: 1px solid #00000033;
		width: calc(100% + 40px);
	}

	footer.wrapper-footer ul.nav.list-social li.nav-item {
		border-width: 1px 0 0;
	}

	.container_bottom .row {
	}

	.container_bottom p {
		font-size: 12px;
	}
	
	.container_bottom {
		margin: 0 -20px;
	}
}

.col-footer-about .nav>li div a, .col-footer-about .nav>li div p {font-weight: 400;}

/*Mega menu*/
ul.menu_lvl-2.dropdown-menu {
    border: none;
    padding-top: 30px !important;
    width: 100% !important;
    max-width: 100% !important;
    position: fixed !important;
    top: 110px;
}

.mega-menu-wrap {
    max-width: 100%;
    padding: 0 40px;
	display: flex;
}

li.lvl-1.nav-item.dropdown:hover:after {
    content: '';
    display: block;
    width: 100%;
    height: 30px;
    position: absolute;
    top: 100%;
}

.mega-menu-wrap>div {
    padding: 0 !important;
}

section.header_category_section .category-images-a, section.header_category_section .category-images-a:hover {
    padding: 0 !important;
    margin: 0;
}

section.header_category_section .category-box-content, section.header_category_section .category-box-content:hover {
    padding: 30px !important;
}

section.header_category_section .row {
    width: 100%;
    flex-direction: column;
    gap: 27px;
    margin: 0;
}

section.header_category_section .category-images-box {display: block;width: 100%;}

@media (min-width: 768px) {
div#searchMobile {
    display: none !important;
}
}

#navbarMainMenu .navbar-nav.d-none .dropdown-menu li>ul>li a {
    text-transform: none;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Lato';
}

ul.menu_lvl-3 {
    list-style: none;
    padding: 0;
}

li.lvl-2 {
    break-inside: avoid;
	margin-bottom: 10px;
	max-width: 300px;
}

li.lvl-3 {
    margin-bottom: 5px;
}

ul.menu_lvl-3 {
    margin-top: 10px;
}

li.lvl-2 a {
    text-decoration: none;
    background: none !important;
}

#navbarMainMenu .navbar-nav.d-none ul.menu_lvl-4.dropdown-menu {
    position: static !important;
    border: none;
    padding: 10px 0 0 20px !important;
    width: 100%;
    max-width: 100%;
}

li.lvl-4 a {
    font-size: 14px !important;
    line-height: 18px !important;
    color: #000000b3 !important;
}

li.lvl-3.dropdown > a:after {
    content: '>';
    float: right;
    transform: scaleY(1.8);
    transition: 0.3s ease all;
}

li.lvl-3.dropdown.active > a:after {
    transform: scaleX(1.8) rotate(90deg);
}

.dropdown-item:hover, .dropdown-item:focus, .dropdown-item.active, .dropdown-item:active, .mega-menu>li.nav-item:last-child a:hover, .mega-menu>li.nav-item:last-child a:focus, .mega-menu>li.nav-item:last-child a:active {
    color: #C70909 !important;
}

li.lvl-3.dropdown.active > a {
    color: #C70909 !important;
}

li.lvl-3.active ul.menu_lvl-4 {
	display: block !important;
}

.blog.col-12 a {
    color: #2980b9;
}

.blog.col-12 u:has(>a) {
    color: #2980b9;
}

.thumb_list .card-footer .btn, 
.thumbnail.card-body .buying-options .btn,
.black_btn {
    cursor: pointer;
    transition: 0.3s ease all;
}

.thumb_list .card-footer .btn:hover, 
.thumbnail.card-body .buying-options .btn:hover,
.black_btn:hover {
    background: #c70909 !important;
    border-color: #c70909 !important;
}

.home-faqs .faq_contact_>a:hover {
    text-decoration: underline;
}

body#n_home .RatingBarWidget-prefix .R-RatingStars--sm .R-RatingStars__stars .stars__icon {
    background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24.8908 8.99947C24.7788 8.69068 24.5737 8.42333 24.3032 8.23354C24.0327 8.04375 23.7099 7.94067 23.3782 7.93822H16.8451C16.7349 7.93817 16.6274 7.90453 16.5371 7.84186C16.4469 7.7792 16.3784 7.69056 16.3409 7.588L14.0023 1.0082C13.8805 0.710165 13.6714 0.454956 13.4018 0.275317C13.1323 0.0956783 12.8147 -0.00019475 12.4897 2.97016e-07C12.1592 0.00156517 11.8373 0.104462 11.5683 0.294521C11.2994 0.48458 11.0966 0.752455 10.9879 1.06126L8.63854 7.60923C8.60106 7.71178 8.53255 7.80042 8.44233 7.86309C8.35211 7.92575 8.24457 7.95939 8.13434 7.95944H1.60124C1.26925 7.96036 0.945676 8.06285 0.674877 8.25285C0.404078 8.44284 0.199312 8.71105 0.0886496 9.0207C-0.017768 9.3268 -0.0286369 9.65749 0.057456 9.96978C0.143549 10.2821 0.322621 10.5615 0.571391 10.7718L6.12828 15.3352C6.21177 15.4026 6.27281 15.4933 6.30342 15.5955C6.33404 15.6978 6.33282 15.8067 6.29992 15.9083L3.96131 22.8383C3.85117 23.1592 3.8474 23.5064 3.95056 23.8296C4.05372 24.1527 4.25842 24.4348 4.53487 24.6349C4.81132 24.835 5.1451 24.9426 5.48764 24.942C5.83018 24.9415 6.1636 24.8328 6.43938 24.6318L12.1679 20.4717C12.2591 20.4037 12.3702 20.3669 12.4844 20.3669C12.5986 20.3669 12.7097 20.4037 12.8008 20.4717L18.5401 24.6318C18.8138 24.8571 19.1552 24.9862 19.511 24.999C19.8667 25.0117 20.2167 24.9074 20.5062 24.7024C20.7956 24.4973 21.0081 24.2031 21.1105 23.8658C21.2128 23.5285 21.1992 23.1671 21.0718 22.8383L18.7332 15.9083C18.7003 15.8067 18.6991 15.6978 18.7297 15.5955C18.7603 15.4933 18.8213 15.4026 18.9048 15.3352L24.4725 10.7612C24.7135 10.5434 24.8824 10.2587 24.9571 9.94433C25.0317 9.62997 25.0086 9.30063 24.8908 8.99947Z' fill='white'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-size: cover;
    font-size: 0 !important;
    display: inline-block;
    width: 25px;
    height: 25px;
    -webkit-background-clip: unset;
    -moz-background-clip: unset;
    margin-right: 5px;
}

body#n_home .CarouselWidget-prefix .CarouselWidget .R-ReviewsList-container .R-ReviewsList__controlButton {
    width: 75px;
    height: 75px;
}

body#n_home .CarouselWidget-prefix .CarouselWidget .CarouselWidget__inner {
    max-width: 1600px;
    margin: 60px auto 0;
}

body#n_home .CarouselWidget-prefix .CarouselWidget .R-ReviewsList-container {
    padding: 0 !important;
}

body#n_home div#reviewsio-carousel-widget .CarouselWidget__list {
    width: 100%;
}

body#n_home .CarouselWidget-prefix .CarouselWidget .R-ReviewsList-container .R-ReviewsList__controlButton--left {
    left: -90px;
}

body#n_home .CarouselWidget-prefix .CarouselWidget .R-ReviewsList-container .R-ReviewsList__controlButton--right {
    right: -90px;
}

body#n_home .CarouselWidget-prefix .R-RatingStars--xs .R-RatingStars__stars .stars__icon {
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.9127 7.19958C19.8231 6.95254 19.659 6.73866 19.4426 6.58683C19.2262 6.435 18.9679 6.35253 18.7026 6.35057H13.4761C13.3879 6.35054 13.3019 6.32362 13.2297 6.27349C13.1575 6.22336 13.1027 6.15244 13.0728 6.0704L11.2019 0.806557C11.1044 0.568132 10.9371 0.363965 10.7215 0.220254C10.5059 0.0765427 10.2518 -0.0001558 9.99179 2.37613e-07C9.72737 0.00125214 9.46984 0.0835692 9.25467 0.235617C9.03949 0.387664 8.87726 0.601964 8.7903 0.849007L6.91083 6.08738C6.88085 6.16943 6.82604 6.24034 6.75386 6.29047C6.68169 6.3406 6.59566 6.36752 6.50747 6.36755H1.28099C1.0154 6.36829 0.756541 6.45028 0.539902 6.60228C0.323263 6.75428 0.159449 6.96884 0.0709196 7.21656C-0.0142144 7.46144 -0.0229095 7.72599 0.0459648 7.97582C0.114839 8.22565 0.258097 8.44921 0.457113 8.61742L4.90262 12.2682C4.96942 12.3221 5.01825 12.3947 5.04274 12.4764C5.06723 12.5582 5.06626 12.6454 5.03994 12.7266L3.16905 18.2706C3.08093 18.5273 3.07792 18.8051 3.16045 19.0636C3.24298 19.3222 3.40674 19.5479 3.6279 19.7079C3.84906 19.868 4.11608 19.9541 4.39011 19.9536C4.66414 19.9532 4.93088 19.8662 5.1515 19.7055L9.73433 16.3773C9.80727 16.3229 9.89614 16.2935 9.9875 16.2935C10.0789 16.2935 10.1677 16.3229 10.2407 16.3773L14.8321 19.7055C15.051 19.8857 15.3242 19.9889 15.6088 19.9992C15.8934 20.0094 16.1734 19.9259 16.4049 19.7619C16.6365 19.5979 16.8065 19.3625 16.8884 19.0926C16.9703 18.8228 16.9594 18.5337 16.8574 18.2706L14.9866 12.7266C14.9602 12.6454 14.9593 12.5582 14.9838 12.4764C15.0082 12.3947 15.0571 12.3221 15.1239 12.2682L19.578 8.60893C19.7708 8.43473 19.9059 8.20696 19.9657 7.95547C20.0254 7.70398 20.0069 7.44051 19.9127 7.19958Z' fill='black'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-size: cover;
    font-size: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

body#n_home .CarouselWidget-prefix .CarouselWidget .cssVar-starDisplay {
    width: 100%;
}

body#n_home .CarouselWidget-prefix .CarouselWidget div:has( > .cssVar-starDisplay) {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
}

body#n_home .CarouselWidget-prefix .CarouselWidget .cssVar-authorName {
    font-size: 16px;
    font-weight: 700;
}

body#n_home .CarouselWidget-prefix .R-BadgeElement .R-BadgeElement__text .cssVar-badgeElement__text {
    color: #23B1A7;
    font-size: 13px;
}

body#n_home .CarouselWidget-prefix .R-BadgeElement .R-BadgeElement__icon .cssVar-badgeElement__icon {
    color: #23B1A7;
    font-size: 18px;
}

body#n_home .R-BadgeElement.R-flex-row.R-flex-row--noMargin.R-flex-middle-xxs.R-flex-start-xxs.u-marginBottom--xs {
    background: #F0FFFE;
    width: fit-content;
    border: 1px solid #23B1A7;
    padding: 5px 10px;
    border-radius: 20px;
    margin-top: 5px;
}

body#n_home .CarouselWidget-prefix .CarouselWidget .R-ReviewsList .R-ReviewsList__item--body {
    font-size: 16px;
    margin-top: 20px;
}

body#n_home .CarouselWidget-prefix .CarouselWidget .R-ReviewsList .R-ReviewsList__item .item__inner>div {
    display: flex;
    flex-direction: column;
}

body#n_home .R-flex-row.R-flex-row--noMargin.R-flex-between-xxs.R-flex-bottom-xxs {
    display: none !important;
}

body#n_home .CarouselWidget-prefix .CarouselWidget .R-ReviewsList-container .R-ReviewsList__controlButton--right {
    background-image: url("data:image/svg+xml,%3Csvg width='75' height='75' viewBox='0 0 75 75' fill='none' xmlns='http://www.w3.org/2000/svg' style=''%3E%3Crect width='75' height='75' rx='37.5' fill='white'%3E%3C/rect%3E%3Crect x='0.5' y='0.5' width='74' height='74' rx='37' stroke='%233E3E3E' stroke-opacity='0.3'%3E%3C/rect%3E%3Cg clip-path='url(%23clip0_90_1115)'%3E%3Cpath d='M47.5406 38H26.46' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M36.3037 48.3125L47.219 38.7041C47.3188 38.6161 47.3987 38.5079 47.4534 38.3867C47.5081 38.2654 47.5364 38.1339 47.5364 38.0009C47.5364 37.8679 47.5081 37.7364 47.4534 37.6152C47.3987 37.494 47.3188 37.3858 47.219 37.2978L36.3037 27.6875' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_90_1115'%3E%3Crect width='24' height='24' fill='white' transform='translate(25 26)'%3E%3C/rect%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-size: cover;
    color: transparent !important;
}

body#n_home .CarouselWidget-prefix .CarouselWidget .R-ReviewsList-container .R-ReviewsList__controlButton--left {
    background-image: url("data:image/svg+xml,%3Csvg width='75' height='75' viewBox='0 0 75 75' fill='none' xmlns='http://www.w3.org/2000/svg' style=''%3E%3Crect width='75' height='75' rx='37.5' transform='matrix(-1 0 0 1 75 0)' fill='white'%3E%3C/rect%3E%3Crect x='-0.5' y='0.5' width='74' height='74' rx='37' transform='matrix(-1 0 0 1 74 0)' stroke='%233E3E3E' stroke-opacity='0.3'%3E%3C/rect%3E%3Cg clip-path='url(%23clip0_90_1111)'%3E%3Cpath d='M26.4594 38H47.54' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M37.6963 48.3125L26.781 38.7041C26.6812 38.6161 26.6013 38.5079 26.5466 38.3867C26.4919 38.2654 26.4636 38.1339 26.4636 38.0009C26.4636 37.8679 26.4919 37.7364 26.5466 37.6152C26.6013 37.494 26.6812 37.3858 26.781 37.2978L37.6963 27.6875' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_90_1111'%3E%3Crect width='24' height='24' fill='white' transform='matrix(-1 0 0 1 49 26)'%3E%3C/rect%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-size: cover;
    color: transparent;
}



.internal_blog_page table {
    max-width: 100%;
    display: block;
    overflow: auto;
}

.internal_blog_page table tbody {
    width: inherit;
    display: table;
}

@media (min-width: 1200px) {
.internal_blog_page table tbody {
    width: 100%;
    display: table;
}
}

button.ocu-button.ocu-button_style_primary.ocu-popup-button.ocu-popup-button_type_checkout {
    display: none !important;
}

.thumbnail.card-body:has(.card-product-link:hover) a.thumbnail-image img {
    transform: scale(1.2);
}

.thumbnail.card-body a.thumbnail-image {
    overflow: hidden;
}

h2.instagram_title.section-title {
    font-size: 32px;
    color: #000 !important;
    margin: 10px 0 50px;
}

@media (max-width: 768px) {
h2.instagram_title.section-title {
    font-size: 20px;
    margin-bottom: 30px;
}
}

.burger-menu a:not(.category-box-content):not(.category-images-a) { 
    padding: 10px 30px !important;
    text-transform: uppercase;
    font-family: oswald, sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0px;
    transform: none;
	color: #000;
}

.burger-menu .go_back {
    padding: 10px 20px !important;
    text-transform: uppercase;
    font-family: oswald, sans-serif;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0px;
    transform: none;
	color: #C70909;
	margin-left: 10px;
}

.burger-menu a:not(.mobile_bottom_link)>span i {
    background-image: url("data:image/svg+xml,%3Csvg width='23' height='10' viewBox='0 0 23 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.7221 4.40781L18.1412 0.250636C18.0065 0.129958 17.8353 0.0482097 17.6494 0.0157054C17.4635 -0.016799 17.2712 0.00139756 17.0967 0.0679989C16.9216 0.133244 16.7718 0.244042 16.6661 0.38643C16.5604 0.528818 16.5034 0.696423 16.5025 0.868125V3.47723C16.5025 3.5349 16.4772 3.5902 16.4323 3.63098C16.3874 3.67175 16.3264 3.69466 16.2629 3.69466H1.4375C1.05625 3.69466 0.690617 3.8321 0.421034 4.07675C0.15145 4.3214 0 4.65322 0 4.99921C0 5.3452 0.15145 5.67702 0.421034 5.92167C0.690617 6.16632 1.05625 6.30376 1.4375 6.30376H16.2917C16.3552 6.30376 16.4161 6.32667 16.4611 6.36745C16.506 6.40822 16.5312 6.46353 16.5312 6.52119V9.1303C16.5312 9.36096 16.6322 9.58217 16.8119 9.74527C16.9916 9.90837 17.2354 10 17.4896 10C17.6164 9.99952 17.7418 9.97621 17.8586 9.93143C17.9754 9.88664 18.0812 9.82127 18.17 9.73909L22.7508 5.59061C22.9027 5.43359 22.9906 5.23406 23 5.0253C23.0007 4.91084 22.9765 4.79738 22.9288 4.69142C22.8812 4.58546 22.8109 4.48908 22.7221 4.40781Z' fill='black'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-size: cover;
    color: transparent;
    width: 23px;
    height: 10px;
    vertical-align: -3px;
}

.burger-menu>div>ul.nav>li {
    border: none !important;
}

.burger-menu>div>ul.nav li {
    position: static;
}

.burger-menu .dropdown-toggle:after {
    display: none;
}

.burger-menu>div>ul.nav>li ul.nav {
    position: absolute;
	top: 0;
    background: #fff;
    width: 100%;
    z-index: 1;
    min-height: calc(100dvh - 87px - 36px);
	padding: 10px 0 0;
	display: block;
    padding-top: 20px;
	height: 100%;
}

.burger-menu>div>ul.nav>li ul.nav:has(ul.nav:not([style="display: none;"])) {
    min-height: auto;
    height: auto;
}

.burger-menu .go_back {
    padding: 10px 20px 10px 40px !important;
    text-transform: uppercase;
    font-family: oswald, sans-serif;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0px;
    transform: none;
    color: #C70909;
    background-image: url("data:image/svg+xml,%3Csvg width='23' height='10' viewBox='0 0 23 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.277933 4.40781L4.85876 0.250636C4.99353 0.129958 5.16466 0.0482097 5.35057 0.0157054C5.53647 -0.016799 5.72882 0.00139756 5.90335 0.0679989C6.07836 0.133244 6.22817 0.244042 6.3339 0.38643C6.43964 0.528818 6.49657 0.696423 6.49751 0.868125V3.47723C6.49751 3.5349 6.52275 3.5902 6.56768 3.63098C6.61261 3.67175 6.67355 3.69466 6.73709 3.69466H21.5625C21.9437 3.69466 22.3094 3.8321 22.579 4.07675C22.8485 4.3214 23 4.65322 23 4.99921C23 5.3452 22.8485 5.67702 22.579 5.92167C22.3094 6.16632 21.9437 6.30376 21.5625 6.30376H6.70835C6.6448 6.30376 6.58387 6.32667 6.53893 6.36745C6.494 6.40822 6.46876 6.46353 6.46876 6.52119V9.1303C6.46876 9.36096 6.3678 9.58217 6.18807 9.74527C6.00835 9.90837 5.7646 10 5.51043 10C5.38363 9.99952 5.25821 9.97621 5.14141 9.93143C5.02461 9.88664 4.91877 9.82127 4.83001 9.73909L0.249184 5.59061C0.0973148 5.43359 0.0093689 5.23406 1.71661e-05 5.0253C-0.000713348 4.91084 0.0234623 4.79738 0.0711536 4.69142C0.118845 4.58546 0.189114 4.48908 0.277933 4.40781Z' fill='%23C70909'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat no-repeat;
    background-position: 10px;
    background-size: 23px 10px;
}

.burger-menu>div>.nav {
    position: relative;
	padding-top: 10px;
}

a.nav_item_title {
    font-weight: 700 !important;
    font-size: 20px !important;
    line-height: 32px !important;
	padding-left: 20px !important;
}

.burger-menu li li a {
    line-height: 32px;
}

li.nav_item_title_li {
    margin-top: 10px;
}

.burger-menu {
	margin-top: 0px;
	height: calc(100dvh - 87px - 36px);
	max-height: calc(100dvh - 87px - 36px);
	overflow: scroll;
	border-top: 1px solid #E7E7E9;
	position: absolute;
	background: #fff;
	width: 100%;
	z-index: 1;
	top: 100%;
}

body .header-announcement {
    position: static;
}

.algolia-shadow {
	padding-top: 0;
}

.burger-menu a.mobile_bottom_link>span {
    right: 15px;
    top: 8px;
}

ul.mobile_bottom {
    background: #F6F6F6;
    flex-grow: 1;
    margin-top: 20px;
}

.burger-menu>div {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.mobile_bottom li.account_link a {
    background: #C70909;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: absolute;
    bottom: 0;
    padding: 20px !important;
}

html:not(:has(.burger-menu[style="display: none;"])), body:not(:has(.burger-menu[style="display: none;"])) {
    overflow: hidden;
}

header.wrapper-header.sticky_header {
    /*top: 0;*/
}

@media (max-width: 768px) {	
body#n_home .CarouselWidget-prefix .CarouselWidget .R-ReviewsList-container .R-ReviewsList__controlButton {
    position: static;
    width: 40px;
    height: 40px;
    margin: 0 10px;
}

body#n_home .CarouselWidget-prefix .CarouselWidget .cssVar-starDisplay {
    justify-content: center;
}

body#n_home .CarouselWidget-prefix .CarouselWidget .cssVar-authorName {
    text-align: center;
}

body#n_home .R-BadgeElement.R-flex-row.R-flex-row--noMargin.R-flex-middle-xxs.R-flex-start-xxs.u-marginBottom--xs {
    margin: 5px auto 0;
}

body#n_home .CarouselWidget-prefix .CarouselWidget .R-ReviewsList .R-ReviewsList__item--body {
    text-align: center !important;
}

body#n_home .CarouselWidget-prefix .CarouselWidget .CarouselWidget__list>.R-ReviewsList-container {display: flex;flex-wrap: wrap;justify-content: center;}

body#n_home .CarouselWidget-prefix .R-RatingStars .R-RatingStars__stars {
    margin: 0;
}

body#n_home .CarouselWidget-prefix .R-RatingStars--xs .R-RatingStars__stars .stars__icon:last-child {
    margin: 0;
}
}

/*Kitting*/
.wrapper-components-thumbnail {
    flex: 0 0 100%;
    max-width: 100%;
	padding: 0 15px 0 6px !important;
}

.card.components-thumbnail {
    flex-direction: row;
}

#main-image.component-var-thumb {
    width: 65px;
    object-fit: contain;
	margin-right: 20px;
}

.wrapper-components-thumbnail p.price {
    color: var(--theme-colour-secondary);
    font-weight: 700;
    margin: 0;
    width: fit-content;
	font-family: oswald, sans-serif;
}

.wrapper-components-thumbnail .caption.card-body .input-group {
    width: 100px;
}

.wrapper-components-thumbnail .caption.card-body {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.wrapper-components-thumbnail p.card-title.h5 {
    width: 100%;
}

.wrapper-components-thumbnail input.component-config-input {
    border-radius: .25rem;
}

.kitting_buttons_row button {
    height: 50px;
    width: 210px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 48px;
    padding-top: 0;
    padding-bottom: 0;
}

.kitting_buttons_row a.wishlist_toggle {
    height: 50px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #f6f6f6;
    border-color: #f6f6f6;
    width: 50px;
    padding: 0;
    line-height: 48px;
}

.kitting_buttons_row input[name="qty"] {
    max-width: 100px;
    height: 50px;
    border-color: #e5e5e5;
    color: #002952;
    font-size: 14px;
    font-weight: 400;
}

.kitting-wrapper .card-body {
    padding: 10px 20px;
}

.wrapper-components-thumbnail .caption.card-body {
    padding: 0;
}

.lv1-li.cart-drawer ul.kitted_item_list li {
    padding: 0;
    border: none;
}

.lv1-li.cart-drawer ul.kitted_item_list {
    padding: 0;
}


@media (max-width: 768px) {
	.kitting_buttons_row button {
		width: 100%;
	}

	.kitting_buttons_row .mx-2 {
		flex-grow: 1;
	}
	
	.kitting-wrapper input.component-config-input {
		height: 35px;
	}

	.kitting-wrapper .nameprice_wrap {
		margin-bottom: 6px;
	}
}

div#navbarMainMenu li.lvl-1.nav-item.dropdown>a.nav-link.dropdown-toggle {
    pointer-events: none;
}

div#navbarMainMenu li.lvl-1.nav-item.dropdown {
    cursor: pointer;
}

@media (min-width: 768px) and (max-width: 1660px) {
.wrapper-header .d-none.d-md-flex.justify-content-end.align-items-center div#navbarMainMenu {
    display: none;
}

.wrapper-header .navbar .lvl-1>a {
    padding: 0 10px !important;
}

div#navbarMainMenu ul[aria-label="Category menu"] {
    justify-content: flex-start;
    row-gap: 5px;
}

#header-cart {
    display: block !important;
}

.header-search {
    display: block !important;
}
}

@media (max-width: 768px) {
.pd-thumb .savings-container {
    left: 0;
}
	
button.btn.btn-primary[data-target="#navbarMainMenu"] {
    background: none !important;
    padding: 0;
	box-shadow: none !important;
}

.wrapper-header .navbar-toggler[data-target="#searchMobile"] {
    padding: 10px !important;
    border-radius: 50%;
    background: #ededed;
    margin: 0 -6px 0 7px;
}
	
.wrapper-header .navbar-toggler[aria-label="Shopping cart"] {
    padding-bottom: 0;
    margin-bottom: -4px;
}
	
body .header-announcement .scroll-content p {
    padding: 5px 0 !important;
}
	
section.header_category_section .row {
    padding: 20px;
}

section.header_category_section .category-images-a img {
    aspect-ratio: unset;
}
}

.burger-menu > div > ul.nav > li > ul.nav:has(ul[style]:not([style="display: none;"])) section.header_category_section {
    display: none;
}

.burger-menu>div>ul.nav>li li li a:not(.nav_item_title) {
    text-transform: capitalize;
    font-weight: 400;
    font-family: "Lato";
}

.burger-menu>div>ul.nav li.account_link a {
    color: #fff;
}

body {
    overflow-x: clip;
}

.burger-menu li.red>a {
    color: #c70909 !important;
}

.burger-menu li.nav_item_title_li a.nav_item_title {
    padding-left: 20px !important;
}


#contact_page_banner.clearance_banner img {
    object-position: center !important;
    max-height: 520px;
}

@media (max-width: 768px) {
body:has(.clearance_banner) .container-fluid.breadcrumb-section.px-0 {
    top: 230px;
}
	
#contact_page_banner.clearance_banner img {
    object-position: center !important;
    max-height: 120px;
    object-fit: contain !important;
}
}

section.home-brands-section .brand_tile img.img-fluid {
    max-height: 180px;
    margin: -30px 0;
}

@media (max-width: 768px) {
section.home-brands-section .brand_tile img.img-fluid {
    height: 100px;
}
}

.pd-thumb .thumbnail.card-body a.thumbnail-image .product-image {
    transform: none !important;
}


.pd-thumb .thumbnail.card-body a.thumbnail-image .product-image.second {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #fff;
}

.pd-thumb .thumbnail.card-body .card-product-link:hover + a.thumbnail-image .product-image.second {
    z-index: 1;
}

section.home_category_section .category-images-a {
    height: 100%;
}

section.home_category_section .category-images-a img {
    height: 100%;
    object-fit: cover;
}

#navbarMainMenu li.nav-item.dropdown>ul.menu_lvl-2.dropdown-menu {
    height: calc(100vh - 112px);
    overflow: auto;
}

.hide_ocu_popup .ocu-popup.ocu-popup_show {
    display: none !important;
}

.payment_methods_footer img {
    width: 60px;
    height: 30px;
    object-fit: contain;
    object-position: center;
    border: 1px solid #00000033;
    padding: 4px;
}

.payment_methods_footer img:not(:last-child) {
    border-right: none;
	margin-right: -3px;
}

.payment_methods_footer {
    margin-top: 50px;
}

.col-footer-about:has(.payment_methods_footer) {
    padding-bottom: 0;
}

.payment_methods_footer img[alt="zipMoney"] {
    padding: 5px 5px 8px;
}

.payment_methods_footer img[alt="PayPal Checkout"] {
    padding: 2px;
}

@media (max-width: 768px) {
.payment_methods_footer {
    margin-top: 10px;
}
}

@media (min-width: 769px) {
.mega-menu li.lvl-2 {
    width: 30%;
}

.mega-menu.col-8 {
    column-count: auto;
    display: flex;
    flex-wrap: wrap;
}

.mega-menu li.lvl-2 a {
    white-space: normal;
}
}

.modal.backorderModal .modal-dialog {
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
}

.pd-thumb:has(.backorderModal.show) {
    z-index: 9;
}

.pd-thumb .backorderModal.show {
    background: rgb(0 0 0 / 50%);
}

html:has(.pd-thumb .backorderModal[style="display: block; padding-right: 21px;"]) body {
    padding-right: 0 !important;
}

body.modal-open[style="padding-right: 21px;"] {
    padding-right: 0 !important;
}

html:has(.pd-thumb .backorderModal.show) body>.modal-backdrop.fade.show {
    display: none !important;
}

.pd-thumb .backorderModal button.btn.btn-default {
    background: none;
}

.pd-thumb .backorderModal.show .modal-footer {
    flex-wrap: nowrap;
    gap: 20px;
}

.pd-thumb .backorderModal button.btn {
    width: 210px !important;
    max-width: calc(50% - 20px);
}

.blog_article a,.blog.col-12 a , .product-faqs a {
    color: #006ff5;
    text-decoration: underline;
}

.home-faqs .panel a {
	text-decoration: underline;
}

.cta-area a.multi-add.btn.btn-success {
    height: 50px;
    width: 210px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 48px;
    padding-top: 0;
    padding-bottom: 0;
}

body:has(.npopup[npopup-status="active"]), html:has(.npopup[npopup-status="active"]) {
    /* overflow: hidden; */
}

.npopup[npopup-status="active"] {
    top: 50% !important;
    transform: translateY(-50%);
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto;
}

body:has(.npopup[npopup-status="active"]) .noverlay {
    width: 100% !important;
}

.single_product_page:has(.cta-area a.multi-add.btn.btn-success) .extra-options>form.buying-options {
    display: none !important;
}

.container-fluid.contactpagebanner:has(img[width="0px"]) {
    display: none !important;
}

.row:has(>.product_category_page.products_page_wrap) {
    margin: 0 !important;
}

.row:has(>.product_category_page.products_page_wrap) .category-thumbnail {
    text-align: center;
}

.row:has(>.product_category_page.products_page_wrap) h1 {
    text-align: center;
}

body#n_content .install_bottom_text.col-12 {
    flex-wrap: wrap;
    gap: 0;
}

@media (max-width: 768px) {
	#n_product  .container-fluid.contactpagebanner {
        display: none;
    }

	.container-fluid.breadcrumb-section.px-0 {
		top: 10px;
	}	
	#n_product .container-fluid.breadcrumb-section.px-0 {
        top: 10px;
        position: relative;
    }
}
@media only screen and (max-width: 1500px) {
	.single_product_page .tabbable-background .tabbable .nav-link {
    padding: 1.3rem 1.9rem;
	}
	.single_product_page_navs.sticky_tabs .nav-tabs .nav-link {
    padding: 0.5rem 1.9rem;
	}
}
.single_product_page_navs span.nav-link.active {
	text-decoration: none;
}
@media only screen and (min-width: 992px) and (max-width: 1400px) {
	.single_product_page .upsell-section .pd-thumb {
		width: 100%;
	}
	.product-sku-availability .product-sku {
		font-size: 14px;
	}
	.product-sku-availability .text-success {
    font-size: 12px;
	}
	.single_product_page .nav-tabs .nav-link {
    font-size: 22px;
	}
	.single_product_page .tabbable-background .tabbable .nav-link {
    padding: 1rem 1.1rem;
	}
	.single_product_page_navs.sticky_tabs .nav-tabs .nav-link {
    padding: 0.5rem 1.1rem;
	}
}
@media only screen and (max-width: 1067px) {
	.sticky_tabs ul.nav.nav-tabs {
			display: flex;
			flex-wrap: nowrap;
	}
	.sticky_tabs span.nav-link.active {
			text-decoration: underline;
	}
	.sticky_tabs span.nav-link {
			color: #fff !important;
	}
}
.single_product_page_navs ul.nav.nav-tabs {
	display: flex;
	flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
	.single_product_page_navs.sticky_tabs .nav-tabs .nav-link {
		padding: 0.5rem 0.5rem;
	}
}
@media only screen and (max-width: 450px) {
	.single_product_page_navs.sticky_tabs .nav-tabs .nav-link {
		font-size: 18px;
		padding: 0.58rem 0.5rem;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1300px) {
	#collapseShipping .btn-stack {
		flex-direction: column;
	}
}
@media only screen and (max-width: 1199px) {
	.home-support-section .col-xs-12 {
		flex: 0 0 33%;
        max-width: 33%;
	}
}
@media only screen and (max-width: 992px) {
	.single_product_page .nav-tabs .nav-link {
    font-size: 22px;
	}
	.single_product_page .tabbable-background .tabbable .nav-link {
    padding: 1rem 1.1rem;
	}
	.single_product_page .col-xl-8 {
		top: unset;
	}
	.single_product_page h1 {
    margin-top: 35px;
	}
	.single_product_page .tabbable-background {
		margin-top: 45px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.single_product_page .nav-tabs .nav-link {
    font-size: 20px;
	}
	.single_product_page .tabbable-background .tabbable .nav-link {
    padding: 0.8rem 0.55rem;
	}
	.single_product_page_navs.sticky_tabs .nav-tabs .nav-link {
		padding: 0.5rem 0.55rem;
	}
	.single_product_page .tabbable-background .tabbable {
		padding: 0px;
	}
}
@media only screen and (max-width: 768px) {
	.home-support-section .col-xs-12 {
		flex: 0 0 100%;
        max-width: 100%;
	}
	.product-page {
		padding: 0px 21px !important;
	}
	.product-page .col-12 {
		padding: 0 15px !important;
	}
	.product-page .breadcrumb-section {
    top: 48px !important;
	}
	.product-page .breadcrumb-wrapper {
    height: 38px;
	}
	.product-page .breadcrumb-section>.container {
    padding: 0px;
	}
	.single_product_page .product-image-wrapper {
    flex-direction: column;
	}
	.single_product_page .product-image-wrapper .products_alt_images {
		display: flex;
    flex-wrap: wrap; 
    align-items: center;
    max-width: unset;
    flex-direction: row;
		column-gap: 16px;
	}
	.products_alt_images>div>a {
    margin: 0 auto 16px;
	}
	.single_product_page .product-image-wrapper .products_alt_images>div {
		max-width: 85px;
	}
	.single_product_page h1 {
    font-size: 32px;
		margin-top: 0px;
	}
	.wrapper-pricing .h1 {
    font-size: 32px;
	}
	.product-sku-availability {
    margin-bottom: 19px !important;
	}
	.single_product_page .variation-wrapper .table tbody tr td:first-child {
    padding: 0px;
	}
	.single_product_page .variation-wrapper .table tbody tr td {
    font-size: 14px;
	}
	.single_product_page .variation-wrapper .table tbody tr {
    justify-content: flex-start;
    flex-wrap: wrap;
	}
	.single_product_page .nav-tabs .nav-link.active {
    color: #c81d24 !important;
		text-decoration: none;
	}
	.single_product_page .tabbable-background {
		display: none;
	}
	.zip-container span {
		font-size: 12px !important;
	}
	.afterpay-text3 {
		font-size: 12px !important;
	}
	.afterpay-text-link {
		font-size: 12px !important;
	}
	#accordionSpecifications .card-body {
		padding-right: 0px;
		padding-left: 0px;
		padding-bottom: 0px;
	}
	#accordionSpecifications  .n-responsive-content {
		padding: 23px 0px 0px;
	}
	#accordionSpecifications .table {
		margin-bottom: 0px;
	}
	.single_product_page .buying-options>div {
		flex-direction: column;
	} 
	#n_product .extra-options form.buying-options input.qty {
		width: 100%;
	}
	.single_product_page .shipping-calc-wrapp button.btn.btn-primary.collapsed {
		background:#000 !important; 
	}
	.single_product_page .upsell-section h2 {
    margin-top: 48px;
    font-size: 20px;
	}
	.single_product_page .upsell-section .thumbnail-item-wrapper .product-image {
    max-width: 120px;
	}
	.single_product_page .upsell-section .thumbnail-image {
    padding: 14px 10px 14px 10px;
	}
	.single_product_page .upsell-section .upsell-wrapper {
    border: 1px solid #d5d5d5;
    padding: 30px 15px 0px;
	}
	.single_product_page .upsell-section .thumbnail-item-wrapper .thumbnail-body .card-title {
    margin: 0px 0px 15px;
	}
	.single_product_page .upsell-section .thumbnail-item-wrapper .thumbnail-body .price {
    margin-bottom: 5px;
	}
	.single_product_page .upsell-section .pd-thumb {
		width: 100%;
	}
	.single_product_page .upsell-section .thumbnail-item-wrapper .thumbnail-body .card-title>a {
    font-size: 20px;
	}
	.single_product_page .upsell-section .thumbnail-item-wrapper .thumbnail-body .price {
		font-size: 20px;
	}
	.single_product_page .upsell-section .thumbnail-item-wrapper .thumbnail-body {
		padding-left: 0px;
	}
	#accordionDescription .card-body {
		padding: 23px 0px;
	}
	#accordionDownloads .card-body {
		padding-top: 23px;
	}
	#accordionFeatures,
	#accordionWarranty,
	#accordionDownloads {
		margin-top: 23px;
	}
	section.productdetails.n-responsive-content.content-description {
    padding: 27px 27px 10px;
	}
	.single_product_page .card-body strong {
		font-size: 22px;
		line-height: 26px;
	}
	.single_product_page .card-body p {
		font-size: 16px;
	}
	.single_product_page .card-body strong {
    font-size: 20px;
	}
	.single_product_page .card-body ul li {
    font-size: 14px;
		line-height: 13px;
		margin-bottom: 15px;
	}
	#accordionWarranty p strong, #accordionWarranty p {
    font-size: 20px;
	}
	#accordionDownloads {
    padding: 0px;
	}
	#accordionDownloads .card-body .product_downloads {
    flex-direction: column;
	}
#accordionDownloads .card-body .product_downloads p>a {
	font-size: 17px;
	}
	#accordionFaqs .card-body  {
		padding: 23px 0px 0px ;
	}
	#accordionFaqs .faq-question,
	#accordionFaqs .faq-answer {
    font-size: 14px;
	}
	#accordionFaqs .faq_contact a {
		font-size: 15px;
	}
	.single_product_page .card-body ul {
    padding-left: 0px; 
	}
	.single_product_page .card-body ul li strong {
    font-weight: 700;
    font-size: 14px;
	}
	.single_product_page h2.section-title {
		font-size: 27px;
		margin-top: 10px;
        margin-bottom: 52px;
	}
	.single_product_page .container-thumb .thumbnail.card-body .card-title>a  {
		font-size: 12px;
	}
	.single_product_page .container-thumb .thumbnail.card-body .card-title {
    margin-top: 9px;
    margin-bottom: 0px;
 }
	.single_product_page .tab-content .tab-pane .card {
		padding: 0px;
		margin-bottom: 20px !important;
	}
	.single_product_page .tab-content .tab-pane>h5 {
		display: none;
	}
	.single_product_page .tabbable {
		padding: 0px 20px;
	}
	.single_product_page .tabbable .tab-content .tab-pane .card-header h5 button {
		font-size: 22px;
    font-weight: 700;
    padding: 16px 22px 16px !important;
		text-decoration: none;
		border-radius: 0px;
	}
	.single_product_page .tabbable .tab-content .tab-pane {
		position: relative;
	}

	.single_product_page .tab-pane .btn-link::after {
		content: "+";
    position: absolute;
    right: 22px;
    top: 10px;
    font-size: 29px;
    font-weight: 600;
    color: white;
		font-family: 'Font Awesome 5 Free';
	}
	.single_product_page .tab-pane .btn-link:not(.collapsed)::after {
    content: ""; 
    display: inline-block;
    width: 16px; 
    height: 16px; 
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="2" height="14.476562" viewBox="0 0 1 14.4766" fill="none"><desc>Created with Pixso.</desc><defs></defs><path id="Vector" d="M0.5 0.5L0.5 13.97" stroke="black" stroke-opacity="1.000000" stroke-width="2" stroke-linejoin="round" stroke-linecap="round"></path></svg>');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; 
    position: absolute;
    right: 22px;
    top: 24px;
		transform: rotate(90deg);
		filter: brightness(0) invert(1);
	}
	.single_product_page .tabbable {
		margin-bottom: 0px;
		margin-top: 40px;
	}
	.single_product_page {
		margin-bottom: 0px;
	}
	.product-sku-availability .product-sku {
		font-size: 14px;
	}
	.product-sku-availability .text-success {
    font-size: 12px;
	}
	.product-page .breadcrumb {
		overflow: hidden;
    white-space: nowrap;
		flex-wrap: nowrap;
	}
	.product-page .breadcrumb .breadcrumb-item {
    display: inline-flex; 
    align-items: center; 
    text-overflow: ellipsis; 
    white-space: nowrap;
	}
	.product-page .breadcrumb-item+.breadcrumb-item {
		padding-left: 8px;
	}
	.product-page .breadcrumb-item+.breadcrumb-item:before {
		padding-right: 8px;
	}
	.product-page .breadcrumb-item:nth-child(3) {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	}
	.explore_page .home-blog-section button.slick-arrow {
		top: 35%;
	}
	.explore_page .hero-dekstop {
		display: none;
	}
	.explore_page .hero-mobile {
		display: block;
	}
}
@media only screen and (max-width: 575px) {
	.explore_page .home-blog-section button.slick-arrow {
        top: 32%;
    }
	ol.breadcrumb a {
        font-size: 14px;
    }
	ol.breadcrumb {
        justify-content: center;
    }

}
@media only screen and (max-width: 440px) {
	.explore_page .home-blog-section button.slick-arrow {
        top: 28%;
    }
}
.group-product-shipping .buying-options {
	display: none;
}
#collapseShipping input, #collapseShipping textarea, #collapseShipping select {
	font-size: 16px !important;
}

/*Free shipping bar slide cart*/
.offcanvas-cart-note {
    background-color: #fff;
    text-align: center;
    padding: 15px 15px 9px;
	font-size: 13px;  
}

.offcanvas-cart-note span {
    font-weight: 600;
}

.offcanvas-cart-note span.size {
    font-weight: 400;
    font-size: 10px;
    margin-left: 0;
    width: 100%;
    display: none;
}

.cart-progress-bar {
    border: 1px solid #c51118;
    border-radius: 10px;
    margin-top: 5px;
}

.cart-progress-line {
    background: #c51118;
    border-radius: 10px;
    height: 10px;
}

.category-short-description a {
	color: #006ff5;
    text-decoration: underline;
}

.klaviyo-form-Uqa3aE input[type="email"] {
	height: 70px !important;
	font-family: Lato !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	line-height: 19.2px !important;
	text-align: left !important;
	border-radius: 10px 0 0 !important;
	margin: 0 !important;
	padding: 0 20px !important;
	border: none !important;
}	
.klaviyo-form-Uqa3aE input[type="email"]::-webkit-input-placeholder {
	font-size: 16px !important; /* Chrome, Safari, Opera */
	font-family: Lato !important;
	color: #000 !important;
  }
  
  .klaviyo-form-Uqa3aE input[type="email"]:-moz-placeholder {
	font-size: 16px !important; /* Firefox 18- */
	font-family: Lato !important;
	color: #000 !important;
  }
  
  .klaviyo-form-Uqa3aE input[type="email"]::-moz-placeholder {
	font-size: 16px !important; /* Firefox 19+ */
	font-family: Lato !important;
	color: #000 !important;
  }
   
  .klaviyo-form-Uqa3aE input[type="email"]:-ms-input-placeholder {
	font-size: 16px !important; /* IE 10-11 */
	font-family: Lato !important;
	color: #000 !important;
  }
  
  .klaviyo-form-Uqa3aE input[type="email"]::placeholder {
	font-size: 16px !important; /* Standard */
	font-family: Lato !important;
	color: #000 !important;
  }
.klaviyo-form-Uqa3aE button.kl-private-reset-css-Xuajs1 {
	font-family: oswald, sans-serif !important;
	background: #C70909 !important;
	border-radius: 0 0 10px !important;
	padding: 10px 22px !important;
	background-image: url("data:image/svg+xml,%3Csvg width='21' height='16' viewBox='0 0 21 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.1059 7.55629L16.1848 4.56879C16.0694 4.48206 15.9229 4.42332 15.7638 4.39996C15.6047 4.3766 15.44 4.38968 15.2906 4.43754C15.1408 4.48443 15.0126 4.56405 14.9221 4.66637C14.8316 4.7687 14.7828 4.88915 14.782 5.01254V6.88754C14.782 6.92898 14.7604 6.96872 14.722 6.99802C14.6835 7.02733 14.6313 7.04379 14.577 7.04379H1.88672C1.56038 7.04379 1.2474 7.14256 1.01665 7.31838C0.785888 7.49419 0.65625 7.73265 0.65625 7.98129C0.65625 8.22993 0.785888 8.46838 1.01665 8.6442C1.2474 8.82002 1.56038 8.91879 1.88672 8.91879H14.6016C14.656 8.91879 14.7081 8.93525 14.7466 8.96455C14.785 8.99386 14.8066 9.0336 14.8066 9.07504V10.95C14.8066 11.1158 14.8931 11.2748 15.0469 11.392C15.2007 11.5092 15.4094 11.575 15.627 11.575C15.7355 11.5747 15.8429 11.5579 15.9428 11.5258C16.0428 11.4936 16.1334 11.4466 16.2094 11.3875L20.1305 8.40629C20.2605 8.29345 20.3357 8.15006 20.3438 8.00004C20.3444 7.91778 20.3237 7.83625 20.2829 7.7601C20.242 7.68395 20.1819 7.61469 20.1059 7.55629Z' fill='white'/%3E%3C/svg%3E") !important;
	background-repeat: no-repeat no-repeat !important;
	background-position: 91% 47% !important;
	background-size: 20px 20px !important;
	padding-right: 40px !important;
	font-size: 20px !important;
	height: 50px !important;
}	
.klaviyo-form-Uqa3aE form {
	margin: 0 !important;
	max-width: 100% !important;
}
.klaviyo-form-Uqa3aE .kl-private-reset-css-Xuajs1 {
	padding-right: 0 !important;
}
@media (max-width: 768px) {
	.klaviyo-form-Uqa3aE .kl-private-reset-css-Xuajs1[data-testid="form-row"] {
		flex-direction: column !important;
	}
	.klaviyo-form-Uqa3aE .kl-private-reset-css-Xuajs1[data-testid="form-row"] > .kl-private-reset-css-Xuajs1[data-testid="form-component"] {
		padding: 0 !important;
		margin: 0 !important;
	}
	.klaviyo-form-Uqa3aE button.kl-private-reset-css-Xuajs1 {
		width: 100%;
	}
}

#header-cart a#cartcontentsheader .badge-secondary {
    position: absolute;
    top: -5px;
    right: 10px;
    font-size: 11px;
}

input[_disabled_] {
    background-color: #ebebeb;
    opacity: 1;
    pointer-events: none;
}

#_jstl__mini_cart:has(h4) .offcanvas-cart-giveaway-box {
    display: none !important;
}

@media (min-width: 768px) {
.availability_description_div p.availability_description_text {
    margin-bottom: 29px;
}
}

body#n_checkout form[name="checkout"] {
    overflow: auto;
}

@media (min-width: 2200px) {
#navbarMainMenu li.nav-item.dropdown>ul.menu_lvl-2.dropdown-menu {
    height: auto;
    min-height: 500px
}

.mega-menu {
    column-count: 6 !important;
    gap: 0;
    margin: 0 auto;
    display: block !important;
}

.mega-menu li.lvl-2 {
    width: 100%;
}

.mega-menu-advert.col-4 {
    display: none !important;
}

.mega-menu.col-8 {
    flex: 0 0 100%;
    max-width: 100%;
}
}

body:has(.product_category_page[style="margin-top: 180px;"]) .container-fluid.breadcrumb-section.px-0 {
	position: relative;
	background: #f6f6f6;
	top: 15px;
	display: block;
}

.product_category_page[style="margin-top: 180px;"] {
    margin-top: 25px !important;
}

body:has(.product_category_page[style="margin-top: 180px;"]) .breadcrumb-item + .breadcrumb-item::before, body:has(.product_category_page[style="margin-top: 180px;"]) .breadcrumb-item a span {
    color: #000 !important;
}

body:has(.product_category_page[style="margin-top: 180px;"]) .breadcrumb-item:first-child a svg path {
    filter: invert(1);
}

body:has(.product_category_page[style="margin-top: 180px;"]) .breadcrumb-item:last-child a span {
    color: #c51118 !important;
}
.breadcrumb-item:last-child a span {
	color: #c51118 !important;
}

body:has(.product_category_page[style="margin-top: 180px;"]) .container-fluid.breadcrumb-section.px-0>.container {
    max-width: 1400px;
}
	
@media (max-width: 768px) {
body:has(.product_category_page[style="margin-top: 180px;"]) .container-fluid.breadcrumb-section.px-0 {
    top: 10px;
}
	
.product_category_page[style="margin-top: 100px;"] {
    margin-top: 40px !important;
}
}

body:has(.product_category_page) .faq_contact a {
    color: #ffffff;
    text-transform: uppercase;
    font-family: oswald, sans-serif;
    padding: 15px 30px;
    text-decoration: none;
    font-size: 18px;
    background: #c51118;
    margin: 0 0 0 auto;
    display: block;
    width: fit-content;
}

@media (max-width: 768px) {
body:has(.product_category_page) .faq_contact a {
    padding: 15px 10px;
    font-size: 15px;
}

.faq_contact.col-12 .col-8 {
    padding: 0;
}	
}