@import url('//fonts.googleapis.com/css?family=Lato:400,300');
* {
font-family: 'Lato', sans-serif;
}
body {
	background-color: #ffffff /*{body|background-color}*/;
	color: #333333 /*{body|text-colour}*/;
}
#main-content {
	background-color: #ffffff;
}
#main-content > .row:first-child > .col-xs-12 {
	padding-top:15px;
}
a {
	color: #3f606e /*{body|link-colour}*/
}

a:hover, a:active {
	color: #000 /*{body|link-colour-hover}*/
}

/* Header */
.top-navbar-wrapper {
	background-color: #f6f6f6 /*{header|navbar-background-colour}*/;
}

.top-navbar-wrapper .navbar-default .navbar-nav > li > a {
	color: #777 /*{header|navbar-link-colour}*/;
}

.top-navbar-wrapper .navbar-default .navbar-nav > li > a:hover,
.top-navbar-wrapper .navbar-default .navbar-nav > li > a:focus {
	color: #333 /*{header|navbar-link-colour-hover}*/;
}

.wrapper-header {
	background-color: #ffffff /*{header|background-colour}*/;
	border:none;
	margin-bottom:0px;
}

@media (max-width: 767px) {
	.dropdown-menu > li > a:hover,
	.dropdown-menu > li > a:focus {
		background-color: #ffffff /*{header|background-colour}*/;
	}
	.nav > li > a:hover,
	.nav > li > a:focus {
		background-color: #ffffff /*{header|background-colour}*/;
	}
}

.navbar {
	margin-bottom: 0;
	background-color: transparent;
	border-color: transparent;
}

.usps .fa {
	background-color: #3f606e /*{header|usp-background-colour}*/;
	color: #fff /*{header|usp-icon-colour}*/;
}

.usps span {
	color: #333 /*{header|usp-text-colour}*/;
}

.mobile-menu a,
.mobile-menu .dropdown-menu > li > a,
.mobile-cat-menu.navbar-nav > li > a,
.mobile-cat-menu.navbar-nav > li > .dropdown-menu > li > a {
	color: #3f606e /*{header|mobile-link-colour}*/
}

.mobile-menu a:hover,
.mobile-menu a:active,
.mobile-cat-menu.navbar-nav > li > a:hover,
.mobile-cat-menu.navbar-nav > li > .dropdown-menu > li > a:hover,
.mobile-cat-menu.navbar-nav > li > .dropdown-menu > li > a:active {
	color: #000 /*{header|mobile-link-colour-hover}*/
}

/* Footer */
.wrapper-top-footer {
	background-color: #f6f6f6 /*{footer|top-footer-background-color}*/;
}

.wrapper-top-footer p {
	color: #333 /*{footer|top-footer-text-colour}*/
}

.wrapper-footer {
	background-color: #192d38 /*{footer|footer-background}*/;
	color: #fff /*{footer|text-colour}*/;
}

.wrapper-footer .nav > li > a:hover,
.wrapper-footer .nav > li > a:focus {
	background-color: #192d38 /*{footer|footer-background}*/;
}

.wrapper-footer a {
	color: #fff /*{footer|link-colour}*/;
}

.wrapper-footer a:hover,
.wrapper-footer a:active {
	color: #fd7e23 /*{footer|link-hover-colour}*/;
}

.wrapper-footer .link-header {
	color: #fff /*{footer|text-colour}*/;
}

.btn-primary {
	color: #FFFFFF;
	background-color: #3f606e /*{buttons|primary-colour}*/;
	border-color: #3f606e /*{buttons|primary-colour}*/;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
	color: #FFFFFF;
	background-color: #4f7788 /*{buttons|primary-colour-hover}*/;
	border-color: #4f7788 /*{buttons|primary-colour-hover}*/;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
	background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
	background-color: #4f7788 /*{buttons|primary-colour-hover}*/;
	border-color: #4f7788 /*{buttons|primary-colour-hover}*/;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
	background-color: #4f7788 /*{buttons|primary-colour-hover}*/;
	border-color: #4f7788 /*{buttons|primary-colour-hover}*/;
}

.btn-success {
	color: #1a3440;
	background-color: #fd7e23 /*{buttons|success-colour}*/;
	border-color: #fd7e23 /*{buttons|success-colour}*/;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
	color: #1a3440;
	background-color: #ff994f /*{buttons|success-colour-hover}*/;
	border-color: #ff994f /*{buttons|success-colour-hover}*/;
}

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
	background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
	background-color: #ff994f /*{buttons|success-colour-hover}*/;
	border-color: #ff994f /*{buttons|success-colour-hover}*/;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
	background-color: #ff994f /*{buttons|success-colour-hover}*/;
	border-color: #ff994f /*{buttons|success-colour-hover}*/;
}

.banner-wrapper {
	background-color: #192d38 /*{banner|banner-background}*/;
	color: #fff /*{banner|text-colour}*/;
}

.login-form p > a {
	color: #fff /*{banner|text-colour}*/;
}

/* Thumbs */
.top-seller-label span {
	background-color: #4F777B /*{Thumbnails|top-seller-badge-background}*/;
	color: #fff /*{Thumbnails|top-seller-badge-colour}*/;
}

.sale-label span {
	background-color: #d30915 /*{Thumbnails|sale-badge-background}*/;
	color: #fff /*{Thumbnails|sale-badge-colour}*/;
}

/* Category Page */
@media (max-width: 991px) {
	.filter-section > h3 > a {
		color: #FFFFFF;
		background-color: #3f606e /*{buttons|primary-colour}*/;
		border-color: #3f606e /*{buttons|primary-colour}*/;
	}

	.filter-section > h3 > a:hover,
	.filter-section > h3 > a:focus,
	.filter-section > h3 > a:active,
	.filter-section > h3 > a.active,
	.open > .dropdown-toggle.filter-section > h3 > a {
		color: #FFFFFF;
		background-color: #4f7788 /*{buttons|primary-colour}*/;
		border-color: #4f7788 /*{buttons|primary-colour}*/;
	}
	.filter-section > h3 > a:active,
	.filter-section > h3 > a.active,
	.open > .dropdown-toggle.filter-section > h3 > a {
		background-image: none;
	}
	.filter-section > h3 > a.disabled,
	.filter-section > h3 > a[disabled],
	fieldset[disabled] .filter-section > h3 > a,
	.filter-section > h3 > a.disabled:hover,
	.filter-section > h3 > a[disabled]:hover,
	fieldset[disabled] .filter-section > h3 > a:hover,
	.filter-section > h3 > a.disabled:focus,
	.filter-section > h3 > a[disabled]:focus,
	fieldset[disabled] .filter-section > h3 > a:focus,
	.filter-section > h3 > a.disabled:active,
	.filter-section > h3 > a[disabled]:active,
	fieldset[disabled] .filter-section > h3 > a:active,
	.filter-section > h3 > a.disabled.active,
	.filter-section > h3 > a[disabled].active,
	fieldset[disabled] .filter-section > h3 > a.active {
		background-color: #4f7788 /*{buttons|primary-colour}*/;
		border-color: #4f7788 /*{buttons|primary-colour}*/;
	}
	.filter-section > h3 > a:active:hover,
	.filter-section > h3 > a.active:hover,
	.open > .dropdown-toggle.filter-section > h3 > a:hover,
	.filter-section > h3 > a:active:focus,
	.filter-section > h3 > a.active:focus,
	.open > .dropdown-toggle.filter-section > h3 > a:focus,
	.filter-section > h3 > a:active.focus,
	.filter-section > h3 > a.active.focus,
	.open > .dropdown-toggle.filter-section > h3 > a.focus {
		background-color: #ff994f /*{buttons|success-colour}*/;
		border-color: #ff994f /*{buttons|success-colour}*/;
	}
}

@media (max-width: 992px) and (min-width: 768px) {
	.gst {
		display: block;
	}
}
.new-main-nav{background-color:#3f606e}
.navbar-newomg > ul > li > a{ color:#98c7da;}
.navbar-newomg > ul > li:hover > a{ background-color:#1b333d; color:#fff;}
.navbar-newomg > .navbar-nav > li > a{ padding-inline:30px !important;}


@media (max-width: 992px) and (min-width: 768px) {
.navbar-newomg > .navbar-nav > li > a{ padding-inline:20px !important;}
}

@media (max-width: 480px) {
    #n_home .banner-wrapper {
        min-height: 133px;
    }
    #n_home .category-images{
        max-height: 100vh;
    }
}

/* Tooltips To Suit Phones */
.tooltipwf {
  position: relative;
  display: inline-block;
  /* font-size: 95%; */
  /* border-bottom: 1px dotted black; */
}

.tooltipwf .tooltipwftext {
  visibility: hidden;
  width: 120px;
  /* background-color: black; */
  background-color: #e6e6e6;
  /* font-size: 95%; */
  /* color: #fff; */
  color: #777777;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.tooltipwf:hover .tooltipwftext {
  visibility: visible;
}


 /* omg - navfixed */
.dropdown-menu2 ul {
	list-style: none;
	padding-left: 15px;
}

.dropdown-menu2 li {
	position: relative;
}

.dropdown-menu2 li a, .dropdown-menu3 li>a {
	display: flex;
	padding: 5px 0;
	text-decoration: none;
	color: #333;
}

.submenu {
	display: none;
}
.submenu li {
    padding-left: 15px;
}

.dropdown-menu2 li.active > .submenu {
	display: block;
}

.arrow {
	transition: transform 0.3s;
	padding: 5px;
}

.dropdown-menu2 li.active > a > .arrow, .dropdown-menu3.active > a > .arrow {
	transform: rotate(180deg) translateX(0px) translateY(0px);
}

/* Custom css for filter  */
li.list-group-item li.filter-remove a:before {
    content: '\F14A\0020' !important;
    font-family: FontAwesome;
}
li.list-group-item li.filter a:before {
    content: '\F096\0020';
    font-family: FontAwesome;
}
li.list-group-item li {
    list-style: none;
}
.list-group-item.dropdown-menu3 {
	/* position: relative;
	padding: 10px 15px;
	background-color: #f8f9fa;
	border: 1px solid #ddd;
	border-radius: 4px;
	margin: 20px;
	width: 300px; */
}

.list-group-item.dropdown-menu3 h4 {
	/* margin: 0 0 10px 0; */
	/* font-size: 16px; */
	/* cursor: pointer; */
	color: #0b0b0b;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.list-group-item.active, .list-group-item.active:hover {
	background-color: #fff;
	border-color: #fff;
}
.list-group-item.dropdown-menu3 h4::after {
	content: "▼";
	font-size: 12px;
	transition: transform 0.3s ease;
}
.has-submenu1 li.filter {
    padding-left: 10px;
}
li.list-group-item.dropdown-menu3 {
	padding: 0px 0px;
}
.list-group-item.dropdown-menu3.active .arrow::after {
	transform: rotate(180deg);
}
.hidden-xs a.list-group-item {
    padding: 6px 0 !important;
}
a.list-group-item {
    padding: 0;
}
.has-submenu1 {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease;
	padding-left: 0;
	margin: 0;
	list-style: none;
}

.list-group-item.dropdown-menu3.active .has-submenu1 {
	max-height: 1000px; /* Adjust based on your content */
}

.has-submenu1 .list-group-item {
	display: block;
	/* color: #333; */
	text-decoration: none;
	transition: background-color 0.2s;
}
.dropdown-menu3 a, .dropdown-menu2 a {
	color: #333;
	text-decoration: none;
}
p#price-range-text {
    color: #333 !important;
}
@media (max-width: 767px) {
	.mobile-cat-menu > .dropdown > .dropdown-menu > li > a {
		padding: 5px 0 5px 8px;
	}
	.mobile-cat-menu.navbar-nav > li > a {
		padding: 5px 0 5px 0;
	}
	.navbar-nav .dropdown-menu > li > a {
        color: #3f606e;
    }
	.navbar-nav li > a {
        color: #333 !important;
    }
	.dropdown-menu3 {
		padding: 5px 0 !important;
	}
	
}

/* SEO - GEO Text Addition - Clean Version */

.seo-text-full-width { 
    max-width: 1140px; 
    /* 40px top, auto sides, 10px bottom */
    margin: 40px auto 10px auto; 
    padding: 0 20px; 
    text-align: left;
}

.seo-expandable-wrapper {
    position: relative;
    max-height: 100px; /* Adjust this to show more/less of the first heading */
    overflow: hidden;
    transition: max-height 0.8s ease-in-out;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    outline: none;
    background: #ffffff; /* Blocks any bleed-through */
}

/* DESKTOP & MOBILE EXPANSION */
/* Note: On mobile, this will expand when tapped and stay as long as 'active' or 'focus' */
.seo-expandable-wrapper:hover,
.seo-expandable-wrapper:active,
.seo-expandable-wrapper:focus {
    max-height: 3000px; 
}

/* THE VISUAL FADE - THE FIX */
.seo-expandable-wrapper::after {
    content: "";
    position: absolute;
    bottom: 0; /* Set to 0 so it sits flush at the very bottom */
    left: 0; 
    width: 100%; 
    height: 80px; /* Tall enough to fade out the last visible line smoothly */
    /* Solid white at the bottom (90% to 100%) to hide stray text */
    background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1) 90%);
    pointer-events: none;
    transition: opacity 0.3s;
}

/* Hide the fade when the box is open */
.seo-expandable-wrapper:hover::after,
.seo-expandable-wrapper:active::after,
.seo-expandable-wrapper:focus::after {
    opacity: 0;
}

/* Modern Styling for Blog Posts and Artices incl. Auto TOC - DC 260227 */
/* Enable Smooth Scrolling when clicking TOC links */
html {
    scroll-behavior: smooth;
}

/* Updated Accordion TOC for Auto-JS */
.modern-toc {
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 18px;
    margin: 30px 0;
    width: 100%;       /* Takes full width on mobile */
    max-width: 600px;  /* Limits width on desktop */
}

/* Fix the header of the TOC box */
.modern-toc summary {
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modern-toc summary::-webkit-details-marker { display: none; }

/* The 'Show/Hide' button look */
.toc-toggle { 
    font-size: 11px; 
    color: #cc0000; 
    text-transform: uppercase; 
    border: 1px solid #cc0000; 
    padding: 3px 8px; 
    border-radius: 4px; 
    font-weight: 600;
    letter-spacing: 0.5px;
}

/* The list styling */
.modern-toc ul { 
    list-style: decimal inside; /* Adds numbers 1, 2, 3 automatically */
    padding-left: 0; 
    margin-top: 15px;
    border-top: 1px solid #eee;
    padding-top: 15px;
}

.modern-toc li { 
    margin-bottom: 12px; 
    font-size: 15px;
}

.modern-toc li a { 
    color: #333; 
    text-decoration: none; 
    transition: all 0.2s ease-in-out; 
}

.modern-toc li a:hover { 
    color: #cc0000; 
    padding-left: 8px; /* Subtle slide effect on hover */
}

/* Offset for fixed headers (prevents the jump from cutting off the title) */
h2[id] {
    scroll-margin-top: 100px; 
}

/* Table Formatting For Blog Posts and Articles - DC 260227 */
.article-body-content table {
    width: 100% !important;
    border-collapse: collapse !important;
    border: 2px solid #000000 !important;
    margin: 25px 0 !important;
}

/* Header Shading */
.article-body-content table thead tr {
    background-color: #d3d3d3 !important;
}

/* Cell Borders and Padding */
.article-body-content table th, 
.article-body-content table td {
    border: 1px solid #000000 !important;
    padding: 12px 15px !important;
    text-align: left !important;
}

.article-body-content table th {
    font-weight: bold !important;
    text-transform: uppercase !important;
}

/* Modern FAQ Styling - DC 260203 */
.faq-modern-container {
    max-width: 900px;
    margin: 0 auto;
    line-height: 1.6;
}

.faq-modern-container h2 {
    background-color: #0b236d; /* Your corporate blue */
    color: #ffffff;
    padding: 15px 20px;
    margin-top: 40px;
    border-radius: 4px;
    font-size: 1.4em;
}

.faq-item {
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}

.faq-question {
    font-size: 1.1em;
    color: #0b236d;
    margin-bottom: 8px;
}

.faq-answer {
    color: #444;
    padding-left: 20px;
    border-left: 3px solid #ddd;
}

/* Back to Top link styling */
.faq-item a[href="#top"] {
    font-size: 0.8em;
    text-transform: uppercase;
    color: #999;
    text-decoration: none;
    float: right;
}