/* LESS parser failed, check your syntax 

 
Expected color in function 'contrast', found 120% on line 619 in file 'style.css':
[618]:     background-color: rgba(0, 0, 0, 0.8);
[619]:     backdrop-filter: blur(20px) contrast(120%) saturate(200%);
       --------------------------------^
[620]:   	-webkit-backdrop-filter: blur(20px) contrast(120%) saturate(200%);
*/
//This is the editable stylesheet
//

@themeColor: #00274d;
@adlib-off-white: #fafbfb; //color Adlib Off White
@adlib-grey: #e2e2e2; //color Adlib Grey
@adlib-secondary-midnight-blue: #164470; //color Adlib Midnight Blue
@adlib-secondary-denim: #3b6894; //color Adlib Denim
@adlib-secondary-sky-blue: #6e93b8; //color Adlib Sky Blue
@spinColor: spin(@themeColor, 180);
@body-background: #ffffff; //color Body Background
@sidebar-bg-color: #eeeeee; //color Sidebar Header Background Colour
@spinColor: spin(@themeColor, 180);
@site-width: 1250px; //sizepx Site Width
@breadcrumb-background-color: #e9ecef; //color Breadcrumb Background Colour
@breadcrumb-font-color: #000000; //color Breadcrumb Font Colour

/* fonts */
@font-face {
    font-family: 'Jakarta';
    src: url('styleImage.aspx?styleid=1&filename=PlusJakartaText-Light.ttf');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Jakarta';
    src: url('styleImage.aspx?styleid=1&filename=PlusJakartaText-Regular.ttf');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Jakarta';
    src: url('styleImage.aspx?styleid=1&filename=PlusJakartaText-Bold.ttf');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Jakarta';
    src: url('styleImage.aspx?styleid=1&filename=PlusJakartaText-Italic.ttf');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Jakarta';
    src: url('styleImage.aspx?styleid=1&filename=PlusJakartaText-BoldItalic.ttf');
    font-weight: 700;
    font-style: italic;
}


body {
    -webkit-font-smoothing: antialiased;
}

:root {
  --space-xs: 0.5rem;
  --space-sm: 1rem;
  --space-md: 2rem;
  --space-lg: 4rem;
  --space-xl: 6rem;
  --space-xxl: 8rem;  
}
  
h1, h2, h3, h4, p {
  margin-bottom: var(--space-xs);
}
  
.std-section {
  	padding: var(--space-lg) var(--space-sm);
  	max-width: 1250px;
  	margin: 0 auto;
}
  
.basket-section {
  	padding: var(--space-md) var(--space-sm);
  	max-width: 1250px;
  	margin: 0 auto;
}
  
.grid-section {
	padding: var(--space-xl) var(--space-sm);
  	max-width: 1250px;
  	margin: 0 auto;
}

@media (max-width: 1024px) {
	.grid-section {
		padding: var(--space-lg) 0px;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
}
  
.grid-section-home {
	padding: var(--space-sm) var(--space-sm) var(--space-xl) var(--space-sm);
  	max-width: 1250px;
  	margin: 0 auto;
}

@media (max-width: 1024px) {
	.grid-section-home {
		padding: var(--space-xs) 0px var(--space-lg) 0px;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
}
  
.group-products-section {
  	padding: var(--space-md) var(--space-sm) var(--space-sm) var(--space-sm);
    max-width: 1250px;
    margin: 0 auto;
}
  
@media (max-width: 1024px) {
	.group-products-section {
		padding: var(--space-sm) 0px;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
}
  
.forms-section {
  	padding: var(--space-lg) var(--space-sm);
    margin: 0 auto;
}
  
.forms-section-alt {
  	padding: var(--space-md) var(--space-sm) var(--space-lg) var(--space-sm);
    margin: 0 auto;
    max-width: 1250px;
}
  
.checkout-section {
  	padding: var(--space-md) var(--space-sm);
  	max-width: 833.3333px;
  	margin: 0 auto;
}

.std-v2-section {
  	padding: var(--space-md) 0;
  	margin: 0 auto;
}
  
.std-v3-section {
  	padding: var(--space-md) 0;
  	margin: 0 auto;
}
  
.banner-section-1 {
  	padding: var(--space-md) var(--space-sm);
  	margin: 0 auto;
    background: linear-gradient(90deg, rgba(233, 236, 239, 1) 0%, rgba(250, 251, 251, 1) 100%);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}
  
@media (max-width: 1024px) {
  .banner-section-1 {
    padding: 0
  }
}
  
.banner-section-2 {
  	padding: var(--space-md) var(--space-sm);
  	margin: 0 auto;
    background: linear-gradient(90deg,rgba(79, 91, 171, 1) 0%, rgba(243, 148, 255, 1) 100%);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}
  
@media (max-width: 1024px) {
  .banner-section-2 {
    padding: 0
  }
}
  
.products-section {
    max-width: 1250px;
    margin: 0 auto;
    padding: var(--space-lg) var(--space-sm);
}
  
@media (max-width: 1024px) {
  .products-section {
    padding: var(--space-lg) 0px;
	}
}
  
.header-section {
	padding-left: var(--space-sm);
	padding-right: var(--space-sm);
	margin: 0 auto;
    max-width: 1218px;
}
  
.container-large {
    max-width: 1218px;
    margin-left: auto;
    margin-right: auto;
}
  
.enq0 {
    max-width: 833.333333333px;
    margin: auto;
}
  
.enq1 {
    max-width: 1218px;
    margin: auto;
    padding: 0 var(--space-sm);
}
  
.reg-page {
    margin: auto;
    max-width: 833.333333333px;
}
  
section.accountmargin {
    margin-top: var(--space-sm);
}
  
.grecaptcha-badge {
    bottom: 0px !important;
}

/*bootstrap unwanted defaults*/
  
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7,
  .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12,
  .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9,
  .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2,
  .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9,
  .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2,
  .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9,
  .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2,
  .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  padding-left: 0px;
  padding-right: 0px;
}
  
  
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #00274d;
    border-color: #00274d;
}

.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #00274d;
    border-color: #00274d;
    box-shadow: none !important;
}


a:hover {
  text-decoration: none;
  color: #3b6894;
}

a {
  color: #00274d;
  transition: color 0.4s ease;
}

div#mini-basket-cont .CRMMiniBasket {
    display: none;
}


/*Basic Styles*/
html {
    font-size: 16px;
}
  
@media (max-width: 680px) {
  html {
    font-size: 14px;
	}
}
  
body {
  overflow-x: hidden;
  margin-top: 0 !important;
	font-family: 'Jakarta', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 1.6;
    color: black;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Jakarta', sans-serif;
    font-weight: 700;
  	overflow-x: hidden;
    margin-top: 0;
    line-height: 1.4;
}

em, i {
    font-style: italic;
}

strong, b {
    font-weight: 700;
}

/* Paragraphs */

body {
  font-size: 1rem;
}

h1, h2 {
  font-size: 2.4rem;
}

h3 {
  font-size: 1.6rem;
}

h4 {
  font-size: 1.2rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 0.8rem;
  font-weight: 100;
}

p {
  font-size: 1rem;
}



@media (max-width: 680px) { 
  html {
  	font-size: 0.9rem !important;
		}
}

body table {
  font-size: 0.9rem;
}

@media (max-width: 680px) {
  body table {
  font-size: 0.8rem;
  }
}

@media (max-width: 1024px) {
  html {
  	font-size: 1rem !important;
		}
}

@media (max-width: 680px) {
  html {
  	font-size: 0.9rem !important;
		}
}


img {
  max-width: 100%;
}

#body-cont,
section.home_cats {
  /*padding: 0 0 30px;*/
  background: @body-background;
}

/*#body-cont:not(.home) {
  min-height: 66vh;
}*/

#footer {
  background-color: #00274d;
  padding: 0px 0px 25px 0px;
}
#cmsbiscuits div {
  display: inline-block;
  margin-left: 5px;
}

/* undo bootstrap spacing */
.mb-2, .my-2 {
  margin-bottom: 0 !important;
}

a.login-btn:before,
a.signup-btn:before,
a.logout-btn:before,
a.contact-btn:before,
a.search-btn:before,
a.basket-items:before {
  font-family: "FontAwesome";
}
a.login-btn:before {
  content: "\f2bd  ";
}
a.signup-btn:before {
  content: "\f234  ";
}
a.logout-btn:before {
  content: "\f08b  ";
}
a.contact-btn:before {
  content: "\f095  ";
}
a.search-btn:before {
  content: "\f002  ";
}
a.basket-items:before {
  content: "\f290  ";
}
.btn-primary {
	background-color: #00274d;
  	height: 50px;
  	width: 180px;
  	border: none;
  	font-size: 1rem;
  	font-weight: bold;
  	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
}

.group-search-container button {
  margin: 0;
}
@keyframes fade-in {
    to {
        opacity: 1;
        transform: translate(0);
    }
}
/* Site Header */
.mb-3, .my-3 {
  margin-bottom: 0px !important;
}

.col-6.col-lg-3 {
  margin: auto;
}


.site-header {
    .container-logo {
        text-align: left;
        img {
            /*max-height: 50px;
          	padding-top: 10px;*/
        }
    }
    .container-search {
        height: 100%;
      	width: 100%;
        display: flex;
        flex-flow: column;
        justify-content: center;
        .group-search-container {
            margin: 0;
            button {
                font-size: 0;
                span {
                    font-size: 22px;
                    &:before {
                        font-family: "FontAwesome";
                        content: "\f002";
                    }
                }
            }
            form {
                position: relative;
                width: 100%;
                margin-bottom: 0;
              	display: flex;
              	align-items: center;
                .form-group:first-child {
                    display: none;
                }
                button {
                    height: 100%;
                    line-height: 1;
                  	background: white;
                  	color: #00274d;
                  	border-radius: 0px !important;
                }
                .form-group, .form-group input {
                    width: 100%;
                    margin-bottom: 0;
                }
            }
        }
    }
    .header-actions {
        display: flex;
        flex-flow: row;
        justify-content: end;
        align-items: center;
        height: 100%;
        .action {
            text-align: center;
            a {
                display: flex;
                color: black;
                &:hover {
                    text-decoration: none;
                }
                .icon {
                    i {
                        font-size: 22px;
                    }
                }
                .action-label {
                    font-size: 0.5rem;
                  	display: flex;
                }
            }
        }
    }
}
.site-header .header-actions .action .icon i {
  font-size: 20px;
}
.site-header .header-actions .action {
    display: flex;
    color: black;
  	justify-content: end;
  	width: 48px;
}

@media (max-width: 450px) {
  .site-header .header-actions .action {
    width: 40px;
  }
}

.site-header .header-actions .action .icon a {
  display: flex;
}

.header-actions .icon {
    margin-top: 2px;
}

.site-header .header-actions .action a .icon i, .site-header .header-actions .action .icon i {
	    transition: color 0.4s ease-in-out;
}

.site-header .header-actions .action a .icon i:hover, .site-header .header-actions .action .icon i:hover {
	color: #3b6894;
}

span.glyphicon.glyphicon-search {
    transition: color 0.4s ease-in-out;
}

span.glyphicon.glyphicon-search:hover {
    color: #00274d;
}


/*  Generic Nav */
@media (min-width: 1025px) {
    .site-nav .navbar .navbar-collapse .navbar-nav li a[title=""][href="/category/brands"], 
    .site-nav .navbar .navbar-collapse .navbar-nav li a[title=""][href="/category/audio-products"], 
    .site-nav .navbar .navbar-collapse .navbar-nav li a[title=""][href="/category/lighting-products"], 
    .site-nav .navbar .navbar-collapse .navbar-nav li a[title=""][href="/category/video-products"], 
    .site-nav .navbar .navbar-collapse .navbar-nav li a[title=""][href="/category/packaging"], 
    .site-nav .navbar .navbar-collapse .navbar-nav li a[title=""][href="/category/b-stock"], 
    .site-nav .navbar .navbar-collapse .navbar-nav li a[title=""][href="/category/ex-hire"], 
    .site-nav .navbar .navbar-collapse .navbar-nav li a[title=""][href="/category/spares"] {
        color: white;
    }
}

input.form-control.group-search-text {
        font-size: 0.9rem;
}

body.no-scroll {
    overflow: hidden !important; /* Prevent scrolling */
    position: fixed !important;  /* Fix the body in place */
    width: 100%; /* Prevent horizontal scroll */
}

header.site-header.py-3 {
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: white;
}

@media(max-width: 500px) {
  	.site-nav {
      top: 60px !important;
    }
}
  
.blurred-nav {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(20px) contrast(120%) saturate(200%);
  	-webkit-backdrop-filter: blur(20px) contrast(120%) saturate(200%);
}


.site-nav {
  	position: sticky;
  	z-index:2000;
  	top: 70px;
    .navigation {
        .navbar-nav {
            > li {
                > ul {
                    // display: none;
                }
            }
            ul {
                padding-left: 0;
            }
            li {
                list-style: none;
                &.has-child {
                    > a:after {
                        font: var(--fa-font-solid);
                        content: "\f107";
                        font-weight: bold;
                    }
                }
                a {
                    padding: 1.5rem 10px;
                  	border-bottom: 1px solid #fafbfb;
                    display: flex;
                    align-items: center;
                    justify-content: space-between;
                    text-decoration: none;
                    color: #fafbfb;
                }
            }
        }
    }
}
.site-nav {
    .navbar-nav {
        h3 {
            display: none;
        }
    }
}
@media(min-width: 1025px) {
    .site-header {
        .container-logo {
            text-align: left;
        }
    }
    .site-nav {
        .navbar {
            width: 100%; 
            padding: 0;
            .navbar-collapse {
                display: block;
                .navbar-nav {
                    flex-flow: row;
                    li {
                        a {
                            display: flex;
                            padding: var(--space-sm);
                          	border-bottom: none;
                            text-decoration: none;
                          	transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
                          	color: #fafbfb;
                            &:hover {
                                background-color: #e2e2e2;
                              	color: #00274d !important;
                            }
                        }
                        &.has-child {
                            > a:after {
                                margin-left: 10px;
                            }
                        }
                    }
                    .CRMCategoryList > ul > li,
                    > li {
                        float: left;
                        position: relative;
                        /* 2nd lvl <ul> */
                        > ul {
                            display: none;
                            position: fixed;
                            left: 0;
                            /* top: 54px; */
                            background-color: rgba(0, 0, 0, 0.8);
        					backdrop-filter: blur(20px) contrast(120%) saturate(2);
                          	-webkit-backdrop-filter: blur(20px) contrast(120%) saturate(2);
                          	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
                            z-index: 1000;
                            opacity: 0;
                            transform: translateY(0px);
                          	padding: var(--space-sm);
                            width: 100% !important;
                            > li {
                                position: relative;
                              	max-width: 1218px;
                              	margin: auto;
                                > a {
                                    &:after {
                                        transform: rotate(-90deg);
                                    }
                                }
                                /* 3rd lvl <ul> */
                                > ul {
                                    display: none;
                                    position: absolute;
                                    left: 100%;
                                    top: 0;
                                    background-color: rgba(0, 0, 0, 0.8);
        							backdrop-filter: blur(20px);
                                  	-webkit-backdrop-filter: blur(20px);
                                    min-width: 300px;
                                    z-index: 1001;
                                    opacity: 0;
                                    transform: translateX(-3px);
                                }
                                &:hover {
                                    > ul {
                                        display: block;
                                        animation: fade-in 400ms ease forwards;
                                    }
                                }
                            }
                        }
                        &:hover {
                            > ul {
                                display: block;
                                animation: fade-in 400ms ease forwards;
                            }
                        }
                    }
                    .CRMCategoryList {
                        float: left;
                    }
                }
            }
        }
        .navbar-header {
            .navbar-toggle {
                display: none;
            }
        }
    }
}
@media(max-width: 1024px) {
    .site-header {
        .header-actions {
            justify-content: right;
        }
    }
    .site-nav {
        .navbar {
            justify-content: flex-end;
            width: 100%;
          	height: 64px;
            .navbar-toggle {
                background: none;
                color: #fafbfb;
                font-size: 28px;
                border: none;
              	transition: color 0.4s ease-in-out, background-color 0.4s ease-in-out;
              	padding: 0;
            }
        }
        .navbar-collapse {
            li {
                a {
                  transition: color 0.4s ease-in-out, background-color 0.4s ease-in-out;
                    &:hover {
                        background-color: #e2e2e2;
                      	color: #00274d;
                    }
                }
            }
            > ul.navbar-nav {
                .CRMCategoryList > ul > li,
                > li {
                    /* Level 2 */
                    > ul {
                        display: none;
						border-bottom: 1px solid #fafbfb;
	 					padding: 20px 0px 20px 0px;
                        > li {
                            /* Level 3 */
                            > ul {
                                display: none;
								border-bottom: 1px solid #e9ecef;
	 							padding: 0px 0px 45px 0px;
                            }
                        }
                    }
                }
                li.has-child {
                    a {
                        &:after {
                            margin-left: 10px;
                          	transition: transform 0.2s ease-in-out;
                        }
                    }
                    &.expanded {
                        > ul {
                            display: block;
                        }
                        > a:after {
                            transform: rotate(180deg);
                          	scale: 0.9;
                        }
                    }
                }
            }
        }
    }
}
@media(max-width: 500px) {
    .header-actions {
        justify-content: space-around;
        .action {
            /*margin: 5px 5px 15px;*/
            a {
                .icon {
                    i {
                        font-size: 23px;
                    }
                }
            }
        }
    }
}

span.navigation-text {
  display: none!important;
}

@media (max-width: 1024px) {
	ul.nav.navbar-nav {
    min-height: 100vh;
	}
}

li.has-child.expanded ul li a {
    border-bottom: none !important;
}

@media (max-width: 1024px) {
.site-nav {
  top: 67px;
	}
}

@media (max-width: 991px) {
  .site-nav {
    top: 58px;
  }
}

@media (max-width: 680px) {
  .site-nav {
    top: 59px;
  }
}
  
.header-logo-1 {
	flex: 0 0 30%;
	max-width: 30%;
  	display: flex;
  	justify-content: flex-start;
  	align-items: center;
}

.header-icons-1 {
	flex: 0 0 25%;
	max-width: 25%;
  	display: flex;
  	justify-content: flex-end;
  	align-items: center;
}

@media (max-width: 991px) { 
  .header-icons-1 {
	flex: 0 0 65%;
	max-width: 65%;
	}
}

/***********************
    * CAROUSEL
    ***********************/

#carousel {
  height: 95vh;
  height: ~"calc(100vh - 100px)";
  min-height: 600px;
}

#carousel .carousel-inner {
  height: 100%;
}

#carousel .carousel-inner .item {
  height: 100%;
}

#carousel .carousel-inner .item img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  min-height: 100%;
}

@media screen and (max-width: 767px) {
  #carousel {
    height: auto;
    min-height: initial;
  }
  #carousel .carousel-inner .item img {
    position: relative;
    transform: translateX(0) translateY(0);
    left: 0;
    top: 0;
  }
}








/************************
    * BREADCRUMBS
    *************************/
#body-cont .breadcrumb {
  margin-bottom: 0;
  /*line-height: 20px;*/
  .group-breadcrumb-container {
    .group-item {
        &:not(first-child):not(:last-child) {
            a:after {
                content: "|";
                padding: 0 5px;
            }
        }
    }
  }
}
#cmsbiscuits {
  display: none;
}
.breadcrumb .group-item a {
    color: @breadcrumb-font-color;
}

/************************
    * PRODUCT DETAIL
    *************************/


@media screen and (max-width: 767px) {
    .CRMProdItemDetailImg {
Position: unset;
    }
}


.CRMProdItemDetailImg + div {
  width: 65%;
  display: inline-block;
  float: left;
}

.CRMProdItemSummaryImg a img {
  max-width: 100%;
}

.CRMProdItemSummaryDesc,
.CRMMiniLineRow {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  /*padding: 5px;*/
}

.addqty {
  width: 75px;
  text-align: center;
  border-radius: 0px;
  border: 1px solid lightgrey;
  height: 40px;
}

input.CRMBuyButton {
  /*margin: -3px 0px 0px 15px !important;*/
  height: 40px;
  border: 1px solid #00274d;
}

.CRMProdItemDetail form {
  margin-top: 1em;
  padding: 0px !important;
}

a.CRMProdItemSummaryMore {
  color: black;
  font-weight: bold;
  font-size: 0.9rem;
  transition: color 0.3s ease-in-out;
  font-family: 'Jakarta';
}

.CRMProdItemDetailRef {
  overflow: auto;
  float: right;
}

.CRMProdItemDetail {
  width: 100%;
  margin-top: -1.6rem;
} 

.CRMProdItemDetail form {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

.CRMProdItemDetailImg img {
  max-width: 100%;
}

@media (max-width: 680px) {
  .CRMProdItemDetailImg img {
    max-width: 80%;
  }
}

.CRMProdItemDetailImg a[rel=""] .enlargelink {
  display: none;
}


#home-mini-basket.one_col-hidden .CRMMiniBasket,
#home-mini-basket.one_col-hidden > h3 {
  display: none;
}


  
div#CRMProdItemDesc1 h1 {
    margin-bottom: 0;
}

/************************
    * HOMEPAGE PRODUCT DETAIL
    *************************/
.home_products .CRMProdItemList {
  display: flex;
}

.home_products .CRMProdItemList .CRMProdItemSummary .CRMProdItemSummaryImg {
  border-bottom: 1px solid #ddd;
  margin-bottom: 16px;
}

.home_products .CRMProdItemList .CRMProdItemSummary .CRMProdItemSummaryImg img {
  max-height: 250px;
}

.home_products .CRMProdItemAddToBasket {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .home_products .CRMProdItemAddToBasket {
    width: 100%;
  }
  .home_products .CRMProdItemAddToBasket .addqty {
    margin-top: 10px;
  }
}

/************************
    * PRODUCT CATEGORY
    *************************/
#category-list-cont {
  margin-top: 0px;
}

.group-plugin .group-item-count.badge {
  float: right;
}

.group-plugin li.group-item.list-group-item a {
  display: block;
}

.CRMCategoryThumbList ul {
  padding: 0;
  font-size: 0;
  text-align: center;
}

.CRMCategoryThumbList ul li {
  display: inline-block;
  list-style: none;
  text-align: center;
  padding: 0;
  vertical-align: top;
  width: 24.25%;
  margin-right: 1%;
  margin-bottom: 1%;
  height: auto;
  font-size: 14px;
  position: relative;
  overflow: hidden;
  min-height: 200px;
}
.CRMCategoryThumbList ul li img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  min-height: 160px;
}

.CRMCategoryThumbList ul li .CatThumbgroupdesc {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.CRMCategoryThumbList ul li .CatThumbgroupdesc a:hover {
  color: white;
}
.CRMCategoryThumbList ul li:nth-child(4n + 4) {
  margin-right: 0;
}

.CatThumbgroupdesc a {
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  text-shadow: 0 0 5px black;
}

.CRMProdItemList .CRMProdItemSummary .CRMProdItemSummaryVariationControls {
  margin-top: 1em;
  font-weight: bold;
}

/*.CRMProdItemList*/
  .CRMProdItemSummary
  .CRMProdItemSummaryVariationList
  .CRMProdItemSummary {
  display: block;
  border: 0;
  width: 100%;
  padding: 1em 0.5em 0;
  border-top: 1px solid #eee;
  min-height: auto;
  margin-top: 1em;
  font-weight: normal;
}

.CRMProdItemList
  .CRMProdItemSummary
  .CRMProdItemSummaryVariationList
  .CRMProdItemSummary
  .CRMProdItemSummaryImg {
  width: 24%;
  margin-right: 1%;
  float: left;
}

@media screen and (max-width: 767px) {

}

@media screen and (max-width: 558px) {

}

/***********************
    * REGISTRATION FORM
    ***********************/

.CRMUserRegFormInput label {
  min-width: 200px;
}
.CRMUserRegFormInput input {
  margin: 5px;
}

/***********************
    * LOGIN FORM 753
    ***********************/

#loginForm input {
  border-bottom: 1px solid black;
}

/***********************
    * BASKET
    ***********************/

@media only screen and (max-width: 600px) {
  .CRMFullBasket {
    overflow-x: scroll;
  }
}

.CRMFullBasket .divManage.CRMFullLineList {
  /*min-width: 480px;*/
}

#CRMMiniBasketBubble {
    position: fixed;
    bottom: 0;
    right: 0;
    height: 25%;
    width: 50%;
    font-size: 1rem;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    color: #fafbfb;
    font-weight: bold;
    padding: var(--space-sm);
    border-radius: 0px;
    opacity: 1;
    transition: opacity 0.4s ease, transform 0.4s ease;
    display: flex;
    z-index: 9999;
    -webkit-backdrop-filter: blur(25px);
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
    align-items: center;
}

@media (max-width: 900px) {
  #CRMMiniBasketBubble {
    height: 20%;
    width: 100%;
    justify-content: center;
  }
}

.bubbleCloseTop {
  display: none;
}

.bubbleControls {
  display: none;
}

.bubbleControls a {
  padding: 4px;
  margin: 6px;
  border: 1px solid #ddd;
}
.CRMMiniLineRow {
  /*border-bottom: 1px solid #ddd;*/
  margin: 5px 0;
}

.CRMHeaderBasketCheckout table {
  width: 100%;
}

#checkout-stages {
  font-size: 1.3em;
  margin-top: 0.5em;
  ol {
    padding: 0;
    counter-reset: checkout-stages-counter;
  }
  li {
    display: inline-block;
    font-size: 0;
    background: @sidebar-bg-color;
    height: 50px;
    vertical-align: middle;
    line-height: 50px;
    padding: 0 5%;
    border-radius: 4px;
    counter-increment: checkout-stages-counter;
  }
  li.selected {
    font-size: 0.9em;
    background: @spinColor;
    color: white;
  }
  li:before {
    content: counter(checkout-stages-counter);
    font-size: 16px;
  }
  li.selected:before {
    display: none;
  }
}

.selected {
  font-weight: bold;
}

.divManage table thread, .divManage table tbody {
  margin-top: 15px;
  width: 100%;
}

@media (max-width: 680px) {
  .divManage table thread a, .divManage table tbody a {
    font-size: 12px !important;
  }
}

.CRMBasketButton {
  text-align: right;
}

.CRMOrderSummary table {
  display: table;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 4rem;
}


.CRMOrderSummary .printlink {
    margin-bottom: 20px;
}

.CRMOrderSummary .CRMBasketSummary {
    float: left;
}
.CRMOrderSummary .CRMBasketHeaderInfo {
    display: block;
}

.CRMOrderSummary .CRMOrderSummaryLines {
    display: block;
    margin: 0;
}

.CRMFullBasket table tr td {
  padding: 10px 10px;
}

.CRMFullBasket table .basketLineDelete {
  text-align: center;
}

.CRMFullBasket table tfoot tr td,
form[name="paymentselection"] table tbody tr td {
  padding-top: 1em;
}

form[name="paymentselection"] table tbody tr td label {
  margin-left: 10px;
  /*margin-right: 290px;*/
  margin-bottom: 0;
}

td.basketLineAdd {
  position: relative;
}

td.basketLineAdd:after {
  content: "Add to basket";
  position: absolute;
  left: 0;
  top: 0;
  background: @sidebar-bg-color;
  width: 109px;
  height: 29px;
  line-height: 29px;
  text-align: center;
  border-radius: 4px;
}

#body-cont input[type="button"],
#body-cont input[type="submit"],
input.CRMBuyButton,
button {
  /*margin-top: 10px;*/
  background: #6e93b8;
  padding: 5px 10px;
  border-radius: 0px;
  color: white;
  /*vertical-align: middle;*/
}

#body-cont input[value="Checkout"][type="button"],
#body-cont input[value="Checkout"][type="submit"],
#body-cont input[value="Continue"],
#body-cont input.CRMBuyButton,
input.CRMBuyButton {
  background: #00274d;
  color: #fafbfb;
  border: none;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  font-size: 0.9rem;
  font-weight: bold;
}


.CRMHeaderBasketCheckout
  > form
  > table
  > tbody
  > tr
  > td
  > table
  > tbody
  > tr
  > td {
  padding: 5px 0;
  > input[type="text"],
  > select,
  > textarea {
    width: 90%;
  }
}

@media screen and (max-width: 992px) {
  .CRMHeaderBasketCheckout > form > table > tbody > tr > td {
    display: block;
    width: 100%;
    margin-bottom: 1em;
  }
}

.CRMFullBasket tr th.basketLineDesc {
    width: 60%;
}

.CRMFullBasket tr th.basketLinePrice {
    width: 10%;
}

.CRMFullBasket tr th.basketLineQty {
    text-align: left;
    width: 10%;
}

.CRMFullBasket tr th.basketLineTotal {
    width: 10%;
}

.CRMFullBasket tr th.basketLineDelete {
    width: 10%;
}



/***********************
    * COOKIE ALERT
    ***********************/
body div#cookieok_bar {
  top: auto;
  bottom: 0;
  border-bottom: 0;
  padding: 1em;
  text-align: center;
  box-shadow: 0 0 10px 1px black;
}

/***********************
    * SIDEBAR
    ***********************/
.CRMMiniBasket form {
  margin-top: 0.5em;
  text-align: right;
}

/***********************
    * FOOTER
    ***********************/
#footer img {
  max-width: 75%;
  margin: 0 auto;
  max-height: 165px;
  display: block;
}

#footer h2 {
  font-size: 18px;
  margin-top: 0;
}
.minimenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.minimenu ul li {
  padding: 2px 0 2px;
}

/***********************
    * QUICK ORDER PAD
    ***********************/
.orderpadrow input {
  margin-left: 0.5em;
}

.orderpadrow input.qty {
  width: 50px;
}

.minimenu ul li a img {
  width: 32px;
  float: left;
  margin-right: 8px;
  padding-top: 4px;
}
.orderpadrow.notfound:after {
  content: " Product not found";
  margin-left: 0.5em;
  padding-right: 0.5em;
}
.orderpadrow.notfound {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

/**********************
    * ARTICLES
    **********************/
.articleMiniContainer {
  margin: 15px 0;
}

.articleMiniContainer .articleMini {
  margin-bottom: 15px;
}

.articleMiniContainer .articleMini .thumbImage {
  float: left;
  text-align: center;
  width: 100%;
}

.articleMiniContainer .articleMini .thumbImage img {
  max-width: 250px;
  width: 100%;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .articleMiniContainer .articleMini .thumbImage {
    padding: 0 15px 0 0;
    width: auto;
  }
}
/**********************
    * CONTACT PAGE
    **********************/
.form-row {
  margin-top: 0.6em;
}

/**********************
    * QUICK ORDER PAD
    **********************/
#qopmain {
  margin-top: 1em;
}
#qopmain,
#qopbulkadd {
  margin-top: 1em;
}

#qopmain .cell {
  padding: 1em 0em;
}

button.newrow {
  margin-right: 1em;
}
button.search,
button.plus,
button.minus {
  margin-left: 0.25em;
}

button.search {
  margin-right: 0.25em;
}

.bulkdesc {
  padding-bottom: 0.25em;
}

/***********  CUSTOM STYLING  ********/

/* navigation */
span.navigation-text {
    color: white;
    font-size: 12pt;
    letter-spacing: 1.18pt;
}

span#announcement-close {
    float: right;
    margin-right:  1em;
    cursor: pointer;
    font-size: 14pt;
}

div#site-notification {
    color: #e1e1e1;
    padding: 10px;
    text-align: center;
}
.container-slider {
    padding: unset;
}

.action.search {
    cursor: pointer;
}
.mobile-search .header-actions .just-padding {
    width: 100%;
}
.action-label{
    font-size: 12pt;
}
/* mobile search */
input.searchTextBox {
    width: 100%;
    color: #fafbfb;
    background-color: transparent;
    background-clip: padding-box;
    border-radius: 0rem;
    margin-bottom: 1em;
  	border: 0;
  	font-size: 1rem;
  	font-family: 'Jakarta';
}

input.searchTextBox.form-control.mb-2 {
  color: #fafbfb;
}

.form-control:focus {
    color: black;
    background-color: transparent;
    outline: 0;
}

input.searchImage {
    height: 50px;
  	width: 180px;
    border-radius: 0px;
  	display: block;
  	margin-right: auto !important;
  	font-size: 14px;
}

div#CRMProdSearch {
    text-align: center;
}

/*  FILTERING */
.CRMFilterListEmpty {
    color: #00274d;
    text-align: left;
    margin-top: 2em;
}
.attributefiltertitle {
    color: black;
    font-weight: bold;
  	padding-bottom: 5px;
  	border-bottom: 1px solid black;
    margin-right: 20px;
}
li.category_attribute_li {
    margin-bottom: 15px;
}
.show-more-attributes a {
    color: @themeColor;
}
.CRMFilterList form > ul > li > ul > li > label {
    margin-bottom: 0px;
  	font-size: 14px;
}

.CRMFilterList {
    clear: both;
}
.show-more-attributes {
    padding: 0.5em 0;
  	font-size: 0.8rem;
}
div#category-list-cont {
    position: sticky;
    top: 145px;
    margin-top: 3rem !important;
  	margin-bottom: var(--space-lg) !important;
    padding: 0 var(--space-sm);
}

@media (max-width: 991px) {
  div#category-list-cont {
    margin-top: 1rem !important;
  }
}

.attribute-padding h5 {
    display: none;
}

/* Footer top row */
  
.footer-top-row h3 {
    margin-bottom: 0;
}
        .container-footer-top-row {
            background-color: #00274d;
            color: #fafbfb;
        }
        .footer-top-row {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 1em 0;
        }
        .btn-cta {
            background-color: #fafbfb;
            border-radius: 0px;
            color: black;
          	font-weight: bold;
          	border: none;
            line-height: 37px;
          	height: 50px;
          	width: 180px;
          	display: inline-block;
          	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        }
.container-strap {
    background-color: #00274d;
        padding: 2em 0 2em 0;
}

.strap-image img {
    width: 90.288px;
  	height: 31.68px;
  	aspect-ratio: auto 90.288 / 31.68;
}

.strap-text {
    color: #fafbfb;
    font-weight: bold;
}

#footer h2 {
    color: white;
    padding-top: 0;
    font-family: PlusJakarta Display, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
}

/* footer address block*/
span.address-icon img {
    width: 15px;
}
span.address-data {
    display: inline-block;
    vertical-align: top;
    color: #8192a5;
    font-size: 0.9rem;
}
.address-items {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}
span.address-icon {
    display: inline-block;
}
.my-account-pages ul {
    list-style-type: none;
    margin: 0px;
    padding: unset;
  	font-size: 0.9rem;
}

.my-account-pages ul li a {
    line-height: 1.6rem;
    color: #8192a5;
}

.my-account-pages ul li a:hover {
    text-decoration: none;
}
.final-foot-item, .final-foot-item a {
    color: white;
  	font-size: 1rem;
  	margin: auto;
  	vertical-align: middle;
}
.foot-item-social a img {
    width: 25px;
}

.foot-item-social {
    display: flex;
    justify-content: space-between;
  	margin-top: 0.2em;
  	justify-content: space-between;
  	vertical-align: middle;
}

span.social-title {
    width: 100px;
}

footer#footer .col-4 {
    margin-top: 1.4em;
  	flex: 0 0 30%;
  	max-width: 22%;
}

@media (max-width: 1024px) {
  footer#footer .col-4 {
    flex: 0 0 35%;
    max-width: 35%;
  }
}

@media (max-width: 768px) {
  footer#footer .col-4 {
    flex: 0 0 45%;
    max-width: 45%;
  }
}

@media (max-width: 500px) {
  footer#footer .col-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* footer general adjustments */

.container-footer-top-row .container {
    max-width: 1250px;
}

.container-strap .container {
    max-width: 1250px;
}

.container-strap .col-md-4 {
        display: flex;
        align-items: center;
}

@media (max-width: 767px) {
	.strap-image img {
		margin-bottom: 20px;
	}
}

footer#footer .container {
    max-width: 1250px;
}

@media (max-width: 680px) {
	.footer-top-row {
		flex-direction: column;
		align-items: start;
	}
}

@media (max-width: 680px) {
	.btn-cta {
		margin-left: 0px;
	}
}

footer#footer .col-12.col-md-3 {
    margin-top: 1.4rem;
}

.final-foot-item.foot-item-social h4 {
    margin-bottom: 0px;
}

span.copyright {
    font-size: 0.8rem;
    color: #8192a5;
}



/* breadcrumb style */
.container-breadcrumb {
    background-color: #e9ecef;
}

.group-breadcrumb-container {
    background-color: unset;
    padding-left: 0px;
  	align-items: baseline;
}

.group-breadcrumb-container li a span.group-item-name {
    color: black;
  	text-decoration: none;
  	background-color: transparent;
  	border: none;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
    .group-breadcrumb-container li a span.group-item-name {
        font-size: 0.79rem;
    }
}

.group-breadcrumb-container li a span.group-item-name:hover {
    color: #3b6894;
  	text-decoration: none;
  	border: none;
}

.group-breadcrumb-container li a:hover {
  text-decoration: none;
  color: #3b6894;
}



.group-breadcrumb-container .group-item:not(first-child):not(:last-child) a:after {
    content: "»";
  	font-size: 14px;
    padding-left: 18px;
  	padding-right: 18px;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
    .group-breadcrumb-container .group-item:not(first-child):not(:last-child) a:after {
        font-size: 10px;
      	padding-left: 12px;
  		padding-right: 12px;
    }
}

/* category list */
.category-group-container {
    align-content: space-between;
    gap: 1em 2em;
}

.category-group-item {
    margin: 5px;
    flex: 0 1 auto;
    flex-shrink: 1;
    border: 1px solid @adlib-grey;
    max-width: 250px;
    a img{
      width: 250px;
      height: 250px;
    }
}

.category-group-container .category-group-item .group-item-name {
    background-color: @themeColor;
    color: white;
    padding: 0.5em;
}

/* prod list */

.CRMProdItemSummaryDesc {
    flex: 2;
    white-space: normal;
    text-align: left;
  	padding: 0px 16px 0px 0px;
}

.CRMProdItemSummaryCost{
    text-align: left;
}

.CRMProdItemSummaryStock {
  text-align: left;
  font-size: 0.8rem;
  font-weight: 200;
  margin-top: 0.5rem;
  color: #404040;
}

div.CRMProdItemSummary form {
    margin-bottom: 0px;
    padding: 0px !important;
    margin-top: 0.5rem !important;
  	width: 100%;
    input{
        display:inline-block;
        padding: 0px;
        margin: 0px;
        height: 40px;
    }
    input[type="hidden"]{
        width: 0px;
    }
    input[type="submit"],input.CRMBuyButton{
    border-radius:0px;
    width:100%;
    margin:0px 0px 0px 0px !important;
    }
    input[type="text"]{
        border-radius:0px;
        padding: 0px;
        width:30%;
        border: 1px solid lightgrey;
    }
}

.CRMHiddenPriceMessage {
    width: 100%;
  	order: 10;
}

.CRMHiddenPriceMessage a {
  color: white;
}

.CRMHiddenPriceMessage a:hover {
  text-decoration: none;
}

/* product enlarged image */

div#lightbox {
    width: 100%;
    text-align: center;
    background-color: transparent;
  	border: none;
  	position: fixed !important;
  	top: 50% !important;
  	left: 50% !important;
  	transform: translate(-50%, -50%);
  	z-index: 2002 !important;
}

div#overlay {
    z-index: 2001 !important;
}

img#lightboxImage {
    text-align: center !important;
}

div#keyboardMsg {
    display: none;
}


/* library files */
.file-list {
    list-style-type: none;
    padding: unset;
}

.file-library .file-list li.file-item {
  display: inline-block;
}

.file-library .file-list li.file-item a {
  color: black !important;
  font-size: 16px;
  text-decoration: underline;
}

span.enlargelink {
  display: none;
}



/*assistance image below home page hero*/

.container-3 {
  	max-width: 800px;
  	width: 100%;
  	padding-top: 20px;
  	padding-bottom: 45px;
  	padding-left: 15px;
  	padding-right: 15px;
  	margin-left: auto;
  	margin-right: auto;
}

.lead {
  padding-top: 15px;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .container-3 {
  	max-width:960px;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .container-3 {
  	max-width:720px;
	}
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .container-3 {
  	max-width:540px;
	}
}


/* home page oct 24 */

.row.featurette.homepage1 .container {
	display: flex;
  	flex-wrap: wrap;
  	align-items: center;
}

.row.featurette.homepage1 {
  background: #fafbfb;
  margin: auto;
}



.featurette h2 {
  margin: auto !important;
}

.row.featurette.homepage1 .container .col-md-4 {
  flex: 0 0 50%;
  max-width: 50%;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .row.featurette.homepage1 .container .col-md-4 {
  flex: 0 0 100%;
  max-width: 100%;
	}
}

.row.featurette.homepage1 .container .col-md-8 {
  flex: 0 0 50%;
  max-width: 50%;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .row.featurette.homepage1 .container .col-md-8 {
  flex: 0 0 100%;
  max-width: 100%;
	}
}

.row.featurette.homepage1 .container .col-md-8 .text-center {
  text-align: left !important;
}

.row.featurette.homepage2 .container {
	display: flex;
  	flex-wrap: wrap;
  	align-items: center;
}

.row.featurette.homepage2 {
  background: #fafbfb;
  margin: auto;
}



.featurette h2 {
  margin: auto !important;
}

.row.featurette.homepage2 .container .col-md-4 {
  flex: 0 0 50%;
  max-width: 50%;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .row.featurette.homepage2 .container .col-md-4 {
  flex: 0 0 100%;
  max-width: 100%;
	}
}

.row.featurette.homepage2 .container .col-md-8 {
  flex: 0 0 50%;
  max-width: 50%;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .row.featurette.homepage2 .container .col-md-8 {
  flex: 0 0 100%;
  max-width: 100%;
	}
}

.row.featurette.homepage2 .container .col-md-8 .text-center {
  text-align: left !important;
}

section.container-fluid.section-gray.home_products {
    padding-top: 50px;
  	padding-right: 0px !important;
  	padding-left: 0px !important;
}

.grid-section-home h2 {
    margin-top: 3rem;
}

@media (max-width: 1024px) {
  .grid-section-home h2, .grid-section-home p {
    padding: 0 var(--space-lg) 0 var(--space-sm);
	}
}
  
.grid-section .row {
    gap: 1%;
}

.grid-section-home .row {
    gap: 1%;
  	margin-top: 1rem;
  	align-items: stretch;
}

@media (max-width: 1024px) {
  .grid-section-home .row {
    gap: var(--space-sm);
	}
}
  
@media (max-width: 1024px) {
  .grid-section .row {
    gap: var(--space-sm);
	}
}

@media (min-width: 1024px) {
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 24.25%;
        max-width: 24.25%;
      	margin-top: 0.5%;
      	margin-bottom: 0.5%;
      	display: flex;
      	flex-direction: column;
      	background-color: #00274d;
      	padding-bottom: 1rem;
      	transition: background-color 0.4s ease-in-out;
    }
}

.row .col-md-3:hover {
  background-color: #164470 !important;
}
  

@media (max-width: 1024px) { .group-thumbs-container .row {
  	flex-wrap: nowrap;
  	overflow-x: scroll;
  	scrollbar-width: none;
  	overscroll-behavior-x: contain;
  	scroll-snap-type: x mandatory;
  	padding: 0px var(--space-sm);
	}
}

@media (max-width: 1024px) { .group-thumbs-container .row .group-item.col-xs-6.col-md-3 {
  flex: 0 0 40%;
  max-width: 40%;
  scroll-snap-align: center;
  background-color: #00274d;
  padding-bottom: 1rem;
  transition: background-color 0.4s ease-in-out;
	}
}

@media (max-width: 680px) { .group-thumbs-container .row .group-item.col-xs-6.col-md-3 {
  flex: 0 0 60%;
  max-width: 60%;
	}
}

.group-thumbs-container .group-item-name {
		text-align: center;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		background-color: #00274d;
    	color: #fafbfb;
    	padding: 0.5em;
  		border: 1px solid #00274d;
}

/*filter styling*/

ul.attribute_ul {
  border: none !important;
}

/* PROD LIST STYLE */

.CRMProdItemList {
	display: flex;
  	flex-wrap: wrap;
    text-align: center;
  	gap: 1%;
}

.CRMProdItemListLongDesc .image-text-section {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	max-width: 100%;
  	margin-top: 2em;
  	margin-bottom: 2em;
}


.CRMProdItemListLongDesc .image-container {
	flex: 0 0 15%;
}

.CRMProdItemListLongDesc .text-container h2 {
  font-size: 24px !important;
}

.CRMProdItemDetail {
  	text-align: left !important;
}

.home_products .CRMProdItemList {
  		margin-bottom: 25px;
  		flex: 0 0 25%;
  		padding: 1em;
}

.home_products .CRMProdItemList .CRMProdItemSummary .CRMProdItemSummaryImg {
  border-bottom: none;
  margin-bottom: 0px;
}

.CRMProdItemList .CRMProdItemSummary {
  position: relative !important;
}

.home-page-1 .CRMProdItemList .CRMProdItemSummary {
  		flex: 0 0 24.25%;
  		padding: 0.5em;
  		margin-bottom: 1%;
    	display: flex;
        flex-direction: column;
        align-items: stretch;
        box-sizing: border-box;
  		background-color: #e9ecef;
}


.CRMProdItemList.CRMProdItemModeS {
         gap: 1%;
}

@media screen and (min-width: 1250px) and (max-width: 5000px) {
  .productlist1 .CRMProdItemList .CRMProdItemSummary {
  		margin-bottom: 1%;
  		flex: 0 0 32.66666667%;
  		padding: 0.5em;
    	display: flex;
        flex-direction: column;
        align-items: stretch;
        box-sizing: border-box;
    	background-color: #e9ecef;
  }
}
  
@media screen and (min-width: 768px) and (max-width: 1250px) {
  .productlist1 .CRMProdItemList .CRMProdItemSummary {
  		margin-bottom: 1%;
  		flex: 0 0 32.66666667%;
  		padding: 0.5em;
    	display: flex;
        flex-direction: column;
        align-items: stretch;
        box-sizing: border-box;
    	background-color: #e9ecef;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .productlist1 .CRMProdItemList .CRMProdItemSummary {
  		margin-bottom: 1%;
  		flex: 0 0 49.5%;
  		padding: 0.5em;
    	display: flex;
        flex-direction: column;
        align-items: stretch;
        box-sizing: border-box;
    	background-color: #e9ecef;
  }
}

@media screen and (min-width: 389px) and (max-width: 480px) {
  .productlist1 .CRMProdItemList .CRMProdItemSummary {
  		margin-bottom: 1%;
  		flex: 0 0 49.5%;
    	display: flex;
        flex-direction: column;
        align-items: stretch;
        box-sizing: border-box;
    	background-color: #e9ecef;
  }
}

@media screen and (min-width: 0px) and (max-width: 389px) {
  .productlist1 .CRMProdItemList .CRMProdItemSummary {
  		margin-bottom: 1%;
  		flex: 0 0 100%;
    	display: flex;
        flex-direction: column;
        align-items: stretch;
        box-sizing: border-box;
    	background-color: #e9ecef;
  }
}

.CRMProdItemListTitle hr {
  display: none;
}

.CRMProdItemSummaryStdPrice.CRMProdItemSummaryCost::after {
  content: " (ex VAT)";
  font-size: 0.8rem;
}

.CRMProdItemDetailStdPrice.CRMProdItemDetailCost::after {
  content: " (ex VAT)";
  font-size: 0.8rem;
}


/*search bar corner radius*/
.form-control {
  border-radius: 0rem;
  padding: 0;
}

.group-search-container input.form-control.group-search-text {
    border: 0;
    border-bottom: 1px solid #00274d;
  	background-color: transparent;
}

.minimenu a {
	color: #00274d;
}

.minimenu p.subtext {
	display: none;
}

.minimenu ul li a img {
	display: none;
}

.minimenu ul li {
	padding: 5px 5px 5px;
}

h2.rightmenu {
	display: none;
}


/* checkout journey */
    .checkout-journey {
      display: flex;
      flex-direction: row;
      justify-content: space-evenly;
      margin: 0px auto 2rem auto;
      text-align: center;
      max-width: 300px;

      .checkout-journey-item {
        display: flex;
        flex-direction: row;
        width: 50px;
        min-height: 50px;
        background-color: #fafbfb;
        color: #e2e2e2;
        padding: 10px;
        font-weight: 900;
        box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
      }

      .active {
        background-color: #164470;
        color: #fafbfb;
        box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1)
      }
    }

	.checkout-stage-description {
      	margin: auto;
    }

.checkout-journey a {
  color: black;
  text-decoration: none !important;
}

@media (max-width: 768px) {
  .checkout-journey {
    font-size: 14px;
  }
}


/* checkout styling */

/* delivery details page size */
.DelDetails1 {
  margin: auto;
}

.basketqty {
	border-radius: 0px !important;
}

.container-stripe {
  .stripe-container {
  	margin: 0px 0px 0em 0px !important;
	}
}

.CRMHeaderBasketCheckout {
  max-width: 1140px;
  margin: auto;
}

.DelCheckout1 {
  margin: auto;
}

.PaymentOptions1 {
  margin: auto;
}

.CheckoutComplete1 {
  margin: auto;
}

.bg-success {
  background-color: #00274d !important;
  color: white;
}

/* make content stacked not split */
.basket-detail .row {
	display: block
}

/* content take full width */
.basket-detail .col-xs-12.col-md-6 {
	max-width: 100%;
}

.CRMHeaderBasketCheckout .col-12 {
  padding: 0px !important;
}



.CRMBasketSummary tr {
  height: 3rem;
}

/* margins for summary table */
.CRMBasketSummary table.table {
	margin-top: 0px;
	margin-bottom: 4rem;
}

/* order ref borders to match all forms */
.CRMBasketSummary .form-control {
	border-top: none;
	border-left: none;
	border-right: none;
}

/* hide h2 on delivery details page */
form#deliveryForm h2 {
  display: none;
}

/* Choose Address Changes */

.CRMDeliveryDetails .radio {
	line-height: var(--space-md);
}

.DeliveryAddressOptions {
	padding: var(--space-sm);
  	margin-bottom: var(--space-lg);
  	background-color: #fafbfb;
  	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.DeliveryAddressOptions .form-inline label {
	display: block !important;
}

/* hide delivery and order total on payment options page */
.col-md-6.CRMBasketSummary {
  /*display: none;*/
}

/* address entry */

.DeliveryAddressEntry {
	margin-top: 30px;
}

/*.DeliveryAddressEntry .form-group {
	margin-bottom: 2em !important;
}*/

span.termstext {
	margin-left: 10px;
  	font-size: 0.9rem;
  	font-weight: bold;
}

/* collect address changes */
.form-group.CRMBasketOrderHeaderName.CRMBasketOrderHeaderAddressField .col-sm-8 {
	max-width: 100%;
	padding-left: 0px;
	padding-right: 0px;
}

.form-group.CRMBasketOrderHeaderDeliveryNotes.CRMBasketOrderHeaderAddressField .col-sm-8 {
	max-width: 100%;
	padding-left: 0px;
	padding-right: 0px;
}

/* Checkout button */
button#checkoutContinue {
  	width: 180px;
    border: none;
    height: 50px;
    background-color: #00274d;
    opacity: 1;
  	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.btn-primary:hover {
  background-color: #00274d;
}

/*button#checkoutContinue:hover {
	background-color: #164470;
}*/

.btn-primary.disabled, .btn-primary:disabled {
	background-color: #00274d;
  	opacity: 1;
}

/* Delivery Options */
.DelCheckout1 input.CRMBuyButton {
	margin: 2em 0px 0px 0px !important;
	width: 180px;
  	height: 50px;
}

.PaymentOptions1 input.CRMBuyButton {
  height: 50px;
  width: 180px;
  margin: 0 !important;
}

/* card payment styles */
.stripe-container {
	max-width: 830px !important;
}

@media screen and (min-width: 576px) {
    .stripe-container {
        max-width: 830px !important;
    }
}

button#card-button {
	height: 50px;
	width: 180px;
  	font-size: 14px;
}




// Enquiry Form Style //

.prospect-form .form-control {
    padding: 0;
    border: 0;
  	border-bottom: 1px solid #e2e2e2;
    background-color: #fafbfb !important;
    transition: unset !important;
  	font-size: inherit;
  	color: black;
  	font-family: 'Jakarta';
}

form#prospect-form-8-embed {
    padding: var(--space-sm);
    background-color: #fafbfb;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  	margin-bottom: var(--space-md);
}

.prospect-form-submit {
	border-radius: 0px;
	height: 50px;
	width: 180px;
	background-color: #00274d;
	color: #fafbfb;
  	margin-top: 1rem;
  	font-family: 'Jakarta';
  	border: 1px solid #00274d;
  	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

label.prospect-form-text-label, .prospect-form-textarea-label, .prospect-form-select-label {
    font-family: 'Jakarta';
    padding-top: 2rem;
    padding-bottom: 0.5rem;
    font-weight: bold;
}

.prospect-form h2, h4, h6 {
  font-family: 'Jakarta' !important;
}

.enq1 h6 {
    font-size: 12px;
}

.option {
  font-family: 'Jakarta' !important;
}

.prospect-form-6 h4 {
  font-weight: 200;
}

.form-control-enquiry {
  padding: 10px 0px 10px 0px;
  width: 100%;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #e2e2e2;
  background: none;
  font-family: 'Jakarta';
  font-size: 0.9rem;
  color: black;
}

textarea.form-control-enquiry {
  border-radius: 0px !important;
}

textarea:focus.form-control-enquiry {
  outline: none;
}

.quote-list-flex label.prospect-form-text-label:first-child {
    padding-top: 0px;
}

/* Registration Form Style */

input:focus, textarea:focus, select:focus {
  box-shadow: none !important;
  background: none;
}

.reg-form h2 {
  font-weight: 600;
  font-size: 36px;
}

Section.registration {
	max-width: 833.333333px;
	margin: auto;
	margin-top: 1rem;
}

.reg-form {
    background-color: #fafbfb;
    padding: var(--space-sm);
    margin: var(--space-md) 0;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.reg-form a.btn.btn-default {
    background-color: transparent;
    color: black;
    margin-left: 0;
    margin-top: 1rem;
}

.reg-form .alert-warning a {
    color: white;
    text-decoration: underline;
}

button#submitform {
	border-radius: 0px;
	height: 50px;
	width: 180px;
	background-color: #00274d;
	color: #fafbfb;
  	margin-top: 1rem;
  	border: none;
  	font-weight: bold;
  	transition: background-color 0.4s ease, color 0.4s !important;
  	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
}

button#submitform:hover {
    background-color: #fafbfb;
    color: black;
}



div#CRMUserRegistrationForm .form-control {
	padding: 10px 0px 10px 0px;
	width: 100%;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #e2e2e2;
	background: none;
  	height: auto;
  	font-size: 12px;
}

.login-items {
	display: block !important;
	max-width: 1140px;
	margin: auto;
}

.login-form, .registration-form {
	max-width: 100% !important;
}


.registration-form {
	margin: var(--space-lg) 0;
}

.btn-primary {
	border-radius: 0px !important;
}

.login-form input.form-control {
    border-top: none;
    border-left: none;
    border-right: none;
    background-color: transparent;
  	width: 100%;
  	font-size: 0.9rem;
}

div#rememberMe {
  margin-top: 10px;
  margin-bottom: 10px;
}

div#forgottenPass {
  margin-top: 1em;
}


.form-group.col-sm-12.CRMRegistrationName, .form-group.col-sm-12.CRMRegistrationCompanyB2C, .form-group.col-sm-12.CRMRegistrationEmail, .form-group.col-sm-12.CRMRegistrationPassword1, .form-group.col-sm-12.CRMRegistrationPassword2 {
	padding-left: 0px;
}

div#labelUser {
    margin-top: var(--space-sm);
}

div#inputPassword {
  	margin-top: var(--space-md);
}

/*input#company_compname {
	margin-top: 10px;
}*/

.CRMRegistrationForename, .CRMRegistrationSurname {
	margin-top: 10px;
}

.radio.col-sm-12 {
  	margin-top: 10px;
}


.col-sm-12, .col-sm-10 {
  	padding-left: 0px !important;
  	padding-right: 0px !important;
}

label.col-sm-2.control-label {
	padding-left: 0px !important;
  	padding-right: 0px !important;
  	padding-top: 30px;
  	font-weight: bold;
}

.col-sm-10, .col-md-2, .col-md-5 {
	max-width: 100%;
}

.col-sm-10.col-sm-offset-2.CRMRegistrationPasswordStrengthDesc {
    font-size: 0.9rem;
}

.form-group {
  	margin-bottom: 0px !important;
}

@media (min-width: 576px) {
label.col-sm-2.control-label {
        max-width: 100%;
}
}

form#registration-form label[for="contact_title"] {
    padding-top: 15px;
}

form#registration-form {
    display: flex;
    flex-direction: column;
}

.form-group.col-sm-12.CRMRegistrationName { order: 0; }
.form-group.col-sm-12.CRMRegistrationCompanyName { order: 1; }
.form-group.col-sm-12.CRMRegistrationaddress_address1 { order: 2; }
.form-group.col-sm-12.CRMRegistrationaddress_address2 { order: 3; }
.form-group.col-sm-12.CRMRegistrationaddress_address3 { order: 4; }
.form-group.col-sm-12.CRMRegistrationaddress_country { order: 5; }
.form-group.col-sm-12.CRMRegistrationaddress_postcode { order: 6; }
.form-group.col-sm-12.CRMRegistrationEmail { order: 7; }
.form-group.col-sm-12.CRMRegistrationPassword1 { order: 8; }
.form-group.col-sm-12.CRMRegistrationPassword2 { order: 9; }
.form-group.col-sm-12.submission { order: 10; }



///// log in page extras ////

div#labelPassword, div#labelUser {
	display: none;
}

.registration-form p {
	margin-bottom: 0px;
}

.login-form {
    background-color: #fafbfb;
    padding: var(--space-sm);
  	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}



/* Font Size Adjustments */

.container h2 {
  font-size: 48px;
  font-weight: 800;
}

/*buttons */

input {
  border-radius: 0px !important;
}

input:focus {
  outline: none;
}

/* price restricted button align fix */

.bc_restricted {
  /*padding: 5px !important;*/
  text-align: left;
  margin: 0px !important;
}

.product-oversized {
  left: 12px !important;
  top: 4px !important;
  position: absolute;
}

/* product detail styling */

.CRMProdItemDetailRef {
  display: none;
}

.ProductDetails1 {
  max-width: 1250px;
  margin: auto;
  padding: 0 var(--space-sm);
}

/*.ProductDetails1 .CRMProdItemList.CRMProdItemModeS {
  display: block;
}*/

section.RelatedProductsDetails {
  max-width: 1250px;
  margin: auto;
}

.CRMProdItemDetail .addqty {
  height: 50px;
  border: 1px solid black;
  margin-right: 10px;
}

.additional-images {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  align-items: center;
  justify-content: center;
  padding-top: 5px;
}

.CRMProdItemDetailImg {
	width: 45%;
	margin-right: 5%;
  	display: inline-block;
  	float: left;
  	position: sticky;
  	top: 1em;
  	text-align: center;
  	margin-top: 30px;
  	top: 150px;
}

@media screen and (max-width: 767px) {
    .CRMProdItemDetailImg {
	Position: unset;
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
    }
}

.CRMProdItemDetailImg + div {
	width: 50%;
  	display: flex;
  	flex-direction: column;
  	float: left;
}

@media screen and (max-width: 767px) {
    .CRMProdItemDetailImg + div {
	width: 100%;
    }
}

.CRMProdCatDesc {
  	padding-bottom: 30px;
}

.row.featurette.needhelp .container {
	display: flex;
  	flex-wrap: wrap;
  	align-items: center;
}

.row.featurette.needhelp {
  background: #fafbfb;
  margin: auto;
}



.featurette h2 {
  margin: auto !important;
}

.row.featurette.needhelp .container .col-md-4 {
  flex: 0 0 50%;
  max-width: 50%;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .row.featurette.needhelp .container .col-md-4 {
  flex: 0 0 100%;
  max-width: 100%;
	}
}

.row.featurette.needhelp .container .col-md-8 {
  flex: 0 0 50%;
  max-width: 50%;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .row.featurette.needhelp .container .col-md-8 {
  flex: 0 0 100%;
  max-width: 100%;
	}
}

.row.featurette.needhelp .container .col-md-8 .text-center {
  text-align: left !important;
}

section.enquiryformcontainerdetails {
    margin: auto;
  	padding-top: 30px;
  	padding-bottom: 100px;
  	max-width: 1250px !important;
}

section.enquiryformcontainerdetails2 {
    margin: auto;
  	margin-top: -1em;
  	padding-bottom: 100px;
  	max-width: 1250px !important;
}

section.enquiryformcontainerdetails3 {
    margin: auto;
  	max-width: 1250px !important;
  	margin-bottom: var(--space-lg);
}

@media (max-width: 1024px) {
	section.enquiryformcontainerdetails3 {
		padding-left: 0px;
		padding-right: 0px;
	}
}

.enq2 form#prospect-form-6-embed {
  	margin: auto;
  	padding: 20px;
  	background-color: rgb(250, 251, 251);
  	color: black;
  	box-shadow: 0 6px 70px rgba(0, 0, 0, 0.1);
}

.enq2 form#prospect-form-6-embed h2 {
	font-size: 36px;
}

.enq2 form#prospect-form-6-embed h4 {
	font-weight: 400;
  	font-size: 14px;
}

.enq2 {
	display: flex;
	margin: auto;
	padding-left: 10px;
	padding-right: 10px;
}

@media (max-width: 768px) {
  .enq2 {
    flex-direction: column;
  }
}

.enqtext {
	flex: 0 0 45%;
  	margin-right: 5%;
  	padding-bottom: 30px;
}

@media (max-width: 768px) {
  .enqtext {
    margin-right: 0px;
  }
}


/* country selector font */

select#select-1727963084196-0 {
    font-family: 'Jakarta';
  	font-size: 0.9rem;
}





/* TABLES, MY ACCOUNTS, ORDERS ETC */

/* padding for top rows */
div#mid-col {
    margin-top: var(--space-md);
    margin-bottom: var(--space-lg);
}

table {
  width: 100%;
  margin: var(--space-sm) 0;
}

table th, table td {
  padding: var(--space-xs);
  text-align: left;
  vertical-align: middle !important;
}

table td {
  border: 1px solid #e2e2e2;
}

table th {
  background-color: #00274d;
  color: white;
  font-weight: bold;
  border-top: none !important;
}

table td {
  color: #333;
}

table caption {
  margin: 10px;
  font-weight: bold;
}

th.os_header_ref, th.os_header_ordered, th.os_header_delivered, th.os_header_invoiced, th.os_header_price {
  width: 12%;
}

th.os_header_desc {
  width: 40%;
}

span.manageDeleteButton {
  margin-left: 10px;
}

td.description, td.name {
  width: 40%;
}

th a {
  color: white;
}

td a {
  color: black;
}

td.addcontrols {
  display: none;
}

td.quantity {
  text-align: left;
}

td.os_line_ordered.columnnumeric,
td.os_line_delivered.columnnumeric,
td.os_line_invoiced.columnnumeric {
	text-align: left;
}

td.os_line_price.columnnumeric {
	text-align: left;
}

th.os_header_price::after {
  content: " (ex VAT)";
  font-size: 0.7rem;
}

.CRMMiniBasketAmount .CRMMiniBasketValue::after {
  content: " (ex VAT)";
  font-size: 0.7rem;
}

.CRMOrderStatus input[type="submit"][value="Show/Hide"] {
  border: 0 !important;
  background-color: transparent !important;
  color: black !important;
  text-decoration: underline;
  text-underline-offset: 4px;
  font-size: 0.7rem !important;
  width: auto !important;
}

.CRMMiniBasket form {
  text-align: left;
}

.CRMMiniBasket input.CRMBuyButton {
  margin: unset !important;
}



/* manage users page */

input#sendemailno, input#sendemailyes {
  margin-right: var(--space-sm);
}

.CRMContactUpdate tbody {
    background-color: #fafbfb;
    padding: var(--space-sm);
    display: flex;
    flex-direction: column;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.CRMContactUpdate table td {
    border: none;
}

.CRMContactUpdate td.input {
    width: 100%;
  	font-size: 0.9rem;
}

.CRMContactUpdate td.title {
    max-width: 300px;
    min-width: 170px;
  	font-weight: bold;
}

tr.forcepasschange {
    display: flex;
  	flex-direction: row-reverse;
   	justify-content: flex-end;
  	margin: var(--space-sm) 0;
    align-items: center;
    padding: var(--space-xs);
}

tr.forcepasschange td.input {
    margin: auto;
  	width: 3%;
  	padding: 0;
}

.CRMContactUpdate tr.forcepasschange td.title {
    min-width: 97%;
  	padding: 0;
  	margin-left: 1rem;
  	font-weight: 400;
}

.CRMContactUpdate input[type="text"], .CRMContactUpdate input[type="email"], .CRMContactUpdate input.form-control {
	width: 100%;
	background-color: transparent;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #e2e2e2;
}

/* login page */

.login-items {
	max-width: 833.333333px;
	margin: auto;
	margin-top: 30px;
}

a.btn.btn-primary.btn-register {
    display: flex;
  	justify-content: center;
  	align-items: center;
    padding: 0;
}

@media (max-width: 680px) {
    a.btn.btn-primary.btn-register {
        font-size: 14px !important;
        height: 45px !important;
        width: 162px !important;
    }
}




.signup {
    max-width: 833.333333px;
    margin: auto;
  	margin-top: 2em;
  	margin-bottom: 2em;
}




/* forgot password setting plus mini menu */

.forgotpassword1 div#loginForm {
    padding: var(--space-sm);
    background-color: #fafbfb;
  	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

input[type="submit"] {
	height: 50px;
	width: 180px;
  	font-size: 1rem;
	background-color: #00274d !important;
  	border: 1px solid #00274d;
  	transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
  
@media (max-width: 680px) {
    input[value="Checkout"] {
        height: 45px !important;
        width: 162px !important;
    }
}

input.searchImage.btn.btn-primary.btn-block {
    background-color: #e2e2e2 !important;
    color: black;
    border: 1px solid #e2e2e2 !important;
    box-shadow: 0 6px 70px rgba(0, 0, 0, 0.1);
}

input.searchImage.btn.btn-primary.btn-block:hover {
    background-color: transparent !important;
    color: #fafbfb !important;
    border: 1px solid #fafbfb !important;
}

input.searchTextBox.form-control.mb-2::placeholder {
  color: #fafbfb;
}



input[type="submit"]:hover {
	background-color: transparent !important;
  	border: 1px solid black !important;
  	color: black !important;
}

div#inputUser input {
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: 1px solid #e2e2e2;
	margin-bottom: 1em;
	margin-top: 1em;
	width: 100%;
  	font-size: 0.9rem;
  	padding: 0;
  	background-color: transparent;
}

.CRMChangePassword input.form-control {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #e2e2e2;
  	padding: 0;
  	color: black;
}

.oldpass, .pass1, .pass2 {
	margin-top: 15px;
}

.CRMMiniSavedBaskets {
  display: none;
}

.basketcontrols input {
  width: 180px;
  height: 50px;
}

.PaymentOptions1 form td {
	border-style: hidden !important;
}

.PaymentOptions1 table tr:nth-child(even) {
  background-color: transparent;
}

.pass2 {
  margin-bottom: 15px;
}

/* various table alignments */
td.columnnumeric.qty {
  text-align: left;
}

th.totalexvat, th.totalincvat, td.columnnumeric.totalexvat, td.columnnumeric.totalincvat {
	text-align: left;
}

td.columnnumeric.linecount, td.delete {
	text-align: center;
}

/* various hides */
.CRMOrderSummaryLines td.code {
	display: none;
}

.CRMOrderSummaryLines th.code {
	display: none;
  
  
}

/* Contact Page */

.ContactUs1 {
  max-width: 830px;
  margin: auto;
  margin-top: 2em;
  margin-bottom: 2em;
}


/* home page rebuild */

/* max width for sections */
  
.row {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
  
.group-thumbs-container h2 {
    display: none;
}
  
.products-main-1 .group-thumbs-container h2 {
    display: block;
}

.home_cats .group-thumbs-container {
  margin-bottom: 50px;
}

.home-page-1 .CRMProdItemList {
  margin-top: 2em;
}

/* Ex Hire Highlights */

@media (max-width: 1024px) { .home-page-1 .CRMProdItemList.CRMProdItemModeS {
  	flex-wrap: nowrap;
  	overflow-x: scroll;
  	scrollbar-width: none;
  	overscroll-behavior-x: contain;
  	scroll-snap-type: x mandatory;
  	padding: 0px var(--space-sm);
    gap: var(--space-sm);
	}
}

@media (max-width: 1024px) { .home-page-1 .CRMProdItemList .CRMProdItemSummary {
  flex: 0 0 40%;
  max-width: 40%;
  padding: 0.5em;
  scroll-snap-align: center;
	}
}

@media (max-width: 680px) { .home-page-1 .CRMProdItemList .CRMProdItemSummary {
  flex: 0 0 60%;
  max-width: 60%;
  padding: 0.5em;
	}
}

/* Make Upgrading Simple */
  
.upgrading-home {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1218px;
    margin: 0 auto;
}
 
.upgrading-text {
    flex: 0 0 35%;
  	color: #fafbfb;
}
  
.upgrading-image {
    flex: 0 0 60%;
  	width: 100%;
  	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}
  
.upgrading-image img {
    object-fit: cover;
    width: 100%;
    height: 450px;
}
  
@media (max-width: 1024px) {
    .upgrading-home {
        flex-direction: column-reverse;
    }
}

@media (max-width: 1024px) {
    .upgrading-text {
        flex: 0 0 100%;
      	padding: var(--space-sm) var(--space-lg) var(--space-sm) var(--space-sm);
    }
}

/* extra heros */

.salesteam-home {
	display: flex;
    	flex-direction: row-reverse;
    	align-items: center;
    	justify-content: space-between;
    	margin: auto;
  		max-width: 1218px;
}

.salesteam-text {
	flex: 0 0 35%;
}

.salesteam-image {
	flex: 0 0 60%;
    width: 100%;
  	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}


@media (max-width: 1024px) {
    .salesteam-home {
        flex-direction: column-reverse;
    }
}

@media (max-width: 1024px) {
    .salesteam-text {
        flex: 0 0 100%;
      	padding: var(--space-sm) var(--space-lg) var(--space-sm) var(--space-sm);
    }
}

.salesteam-image img {
    object-fit: cover;
    width: 100%;
    height: 450px;
}



/* L-Acoustics Products */
  
.home-page-3 .image-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    width: 400px;
    margin: 0 auto 1rem auto;
}
  
.home-page-3 .image-container img {
    height: 100px;
}
  
.image-container h2 {
    margin-bottom: 0;
}
  
.home-page-3 .CRMProdItemList {
  margin-top: 2em;
}

.home-page-3 .CRMProdItemList .CRMProdItemSummary {
  		margin-bottom: 1%;
  		flex: 0 0 24.25%;
  		padding: 0.5em;
    	display: flex;
        flex-direction: column;
        align-items: stretch;
        box-sizing: border-box;
  		background-color: #e9ecef;
}

@media (max-width: 1024px) { .home-page-3 .CRMProdItemList.CRMProdItemModeS {
  	flex-wrap: nowrap;
  	overflow-x: scroll;
  	scrollbar-width: none;
  	overscroll-behavior-x: contain;
  	scroll-snap-type: x mandatory;
  	padding: 0px var(--space-sm);
    gap: var(--space-sm);
	}
}

@media (max-width: 1024px) { .home-page-3 .CRMProdItemList .CRMProdItemSummary {
  flex: 0 0 40%;
  max-width: 40%;
  padding: 0.5em;
  scroll-snap-align: center;
	}
}

@media (max-width: 680px) { .home-page-3 .CRMProdItemList .CRMProdItemSummary {
  flex: 0 0 60%;
  max-width: 60%;
  padding: 0.5em;
	}
}

.home-page-3 .image-text-section {
  display: flex;
  flex-direction: row;
  max-width: 900px;
  margin: auto;
  gap: 0;
  justify-content: center;
  padding-top: 0em;
  padding-bottom: 30px;
  padding-left: 2em;
  padding-right: 2em;
}

@media (max-width: 1024px) { .home-page-3 .image-text-section {
  flex-direction: column;
  gap: 60px;
	}
}

.image-text-section .image-container {
  flex: 0 0 35%;
  display: flex;
  align-items: center;
  padding-right: 5%;
}

@media (max-width: 1024px) { .image-text-section .image-container {
  padding: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 100%;
	}
}

@media (max-width: 1024px) { .image-text-section .image-container img {
  width: 30%;
	}
}

.text-container {
  flex: 0 0 60%;
}

/* DiGiCo Hero */

.home-page-4 {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  max-width: 1218px;
  margin: auto;
}

.digico-text {
  flex: 0 0 35%;
}

.digico-image {
  flex: 0 0 60%;
  width: 100%;
}

.digico-image img {
  object-fit: contain;
  width: 100%;
  max-height: 450px;
}

@media (max-width: 1024px) { .home-page-4 {
  flex-direction: column-reverse;
	}
}

@media (max-width: 1024px) { .digico-text {
  flex: 0 0 100%;
  padding: var(--space-sm) var(--space-lg) var(--space-sm) var(--space-sm);
	}
}

@media (max-width: 1024px) { .digico-image {
  flex: 0 0 100%;
  padding: 0;
	}
}



/* DiGiCo Products */
  
.home-page-5 .CRMProdItemList {
  margin-top: 2em;
}
  
.home-page-5 .CRMProdItemList .CRMProdItemSummary {
  		margin-bottom: 1%;
  		flex: 0 0 24.25%;
  		padding: 0.5em;
    	display: flex;
        flex-direction: column;
        align-items: stretch;
        box-sizing: border-box;
  		background-color: #e9ecef;
}

@media (max-width: 1024px) { .home-page-5 .CRMProdItemList.CRMProdItemModeS {
  	flex-wrap: nowrap;
  	overflow-x: scroll;
  	scrollbar-width: none;
  	overscroll-behavior-x: contain;
  	scroll-snap-type: x mandatory;
  	padding: 0px var(--space-sm);
    gap: var(--space-sm);
	}
}

@media (max-width: 1024px) { .home-page-5 .CRMProdItemList .CRMProdItemSummary {
  flex: 0 0 40%;
  max-width: 40%;
  padding: 0.5em;
  scroll-snap-align: center;
	}
}

@media (max-width: 680px) { .home-page-5 .CRMProdItemList .CRMProdItemSummary {
  flex: 0 0 60%;
  max-width: 60%;
  padding: 0.5em;
	}
}

/* projector section */

.home-page-6 {
	display: flex;
    	align-items: center;
    	justify-content: space-between;
    	max-width: 1218px;
    	margin: auto;
}

.projector-text {
	flex: 0 0 35%;
}

.projector-image {
	flex: 0 0 60%;
	width: 100%;
}

.projector-image img {
    object-fit: contain;
    width: 100%;
    max-height: 450px;
}

@media (max-width: 1024px) { .home-page-6 {
  flex-direction: column-reverse;
	}
}

@media (max-width: 1024px) { .projector-text {
  flex: 0 0 100%;
  padding: var(--space-sm) var(--space-lg) var(--space-sm) var(--space-sm);
	}
}

@media (max-width: 1024px) { .projector-image {
  flex: 0 0 100%;
  padding: 0;
	}
}


/* Partner Section */
.partner-section {
  position: relative;
  width: 100%;
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
  overflow: hidden;
  margin-bottom: 60px;
}

.partner-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Dark overlay for contrast */
  z-index: 1;
}

.partner-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}


.partner-content {
  position: relative;
  z-index: 2;
  max-width: 1250px;
  padding-left: 4em;
  padding-right: 4em;
}

.partner-content h2 {
  margin-bottom: 0.5em;
}


/* Product Group Text Headings Styling */

/* Header styling */
.groups-header {
margin-bottom: 30px;
}

/* Description styling */
.groups-description {
  color: black;
  margin-bottom: 60px;
}

/* Spacing and layout */
.groups-header-block {
  margin-bottom: 30px;
  padding: 15px;
}


/* Group pages prior to products */


.sales-section-group {
  position: relative;
  width: 100vw;
  margin-left: -50vw;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
  overflow: hidden;
  margin-bottom: 60px;
  background-color: #fafbfb;
  text-align: left;
  color: black;
}

.sales-section-group .home-page-2 {
  margin-bottom: 0px;
}

.popular-products1 .CRMProdItemList {
  margin-top: 2em;
}

.popular-products1 .CRMProdItemList .CRMProdItemSummary {
  		margin-bottom: 1%;
  		flex: 0 0 24.25%;
  		padding: 0.5em;
    	display: flex;
        flex-direction: column;
        align-items: stretch;
        box-sizing: border-box;
  		background-color: #e9ecef;
}

@media (max-width: 1024px) { .popular-products1 .CRMProdItemList.CRMProdItemModeS {
  	flex-wrap: nowrap;
  	overflow-x: scroll;
  	scrollbar-width: none;
  	overscroll-behavior-x: contain;
  	scroll-snap-type: x mandatory;
	padding: 0px var(--space-sm);
    gap: var(--space-sm);
	}
}

@media (max-width: 1024px) { .popular-products1 .CRMProdItemList .CRMProdItemSummary {
  flex: 0 0 40%;
  max-width: 40%;
  padding: 0.5em;
  scroll-snap-align: center;
	}
}

@media (max-width: 680px) { .popular-products1 .CRMProdItemList .CRMProdItemSummary {
  flex: 0 0 60%;
  max-width: 60%;
  padding: 0.5em;
	}
}

.checkoutclass .CRMProdItemList .CRMProdItemSummary {
  		margin-bottom: 1%;
  		flex: 0 0 24.25%;
  		padding: 0.5em;
    	display: flex;
        flex-direction: column;
        align-items: stretch;
        box-sizing: border-box;
}

@media (max-width: 1024px) { .checkoutclass .CRMProdItemList.CRMProdItemModeS {
  	flex-wrap: nowrap;
  	overflow-x: scroll;
  	scrollbar-width: none;
  	overscroll-behavior-x: contain;
  	scroll-snap-type: x mandatory;
	}
}

@media (max-width: 1024px) { .checkoutclass .CRMProdItemList .CRMProdItemSummary {
  flex: 0 0 40%;
  max-width: 40%;
  padding: 0.5em;
  scroll-snap-align: center;
	}
}

@media (max-width: 680px) { .checkoutclass .CRMProdItemList .CRMProdItemSummary {
  flex: 0 0 60%;
  max-width: 60%;
  padding: 0.5em;
	}
}

.partner-section-group {
  position: relative;
  width: 100vw;
  margin-left: -50vw;
  left: 50%;
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
  overflow: hidden;
  margin-bottom: 3em;
}

.partner-section-group::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Dark overlay for contrast */
  z-index: 1;
}

.partner-image-group {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}


.partner-content-group {
  position: relative;
  z-index: 2;
  max-width: 700px;
}

.partner-content-group h2 {
  margin-bottom: 0.5em;
}

.partner-content-group p {
  margin-bottom: 0.5em;
}

.cta-button-group {
            display: inline-block;
            margin-top: 1em;
          	margin-bottom: 1em;
          	height: 50px;
          	width: 180px;
          	line-height: 50px;
            font-size: 1em;
            color: #fff;
            background-color: #00274d;
            border: none;
            cursor: pointer;
            text-decoration: none;
          	text-align: center;
            transition: background-color 0.3s ease, border-color 0.3s ease;
        }

        .cta-button-group:hover {
            /*background-color: #0056b3;*/
          	color: #fff;
          	text-decoration: none;
        }


.row .tiles-section {
  margin: auto;
  padding-bottom: 60px;
}


/* pagination */

/* Pagination container */
.searchpagenav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  font-size: 0.8rem;
  padding: var(--space-sm) 0;
  width: 100%;
}

/* Links as buttons */
.searchpagenav a {
  background-color: #00274d; /* theme colour */
  color: #fafbfb;
  padding: var(--space-xs) var(--space-sm);
  border-radius: 0px;
  text-decoration: none;
  transition: background-color 0.4s ease;
  font-weight: 900;
}

.searchpagenav a:hover {
  background-color: #164470;
}

/* Current page number (not a link) */
.searchpagenav {
  color: #00274d; /* default text colour */
}

.searchpagenav a + span,
.searchpagenav span.current-page {
  background-color: #164470;
  color: #fafbfb;
  padding: 6px 12px;
  border-radius: 4px;
  font-weight: bold;
}

/* Hide the raw dash separators between items */
.searchpagenav {
  word-spacing: 8px; /* closes the gap so dashes overlap */
}
.searchpagenav {
  white-space: nowrap;
}


/* Product Details Description Styles */

/* General section styling */
.product-description-section {
  max-width: 800px;
  margin: -1rem auto;
  color: black;
}

/* Product details styling */
.product-details-section {
  font-size: 16px;
  margin-bottom: 15px;
  text-align: left;
  color: #555;
}

/* divider */
.details-divider {
  border: 0;
  height: 1px;
  background-color: #e2e2e2; /* Light grey color */
  margin: 30px 0; /* Space above and below the line */
}

/* variations container */
section.VariationsContainer {
	max-width: 1250px;
  	width: 100%;
	margin: auto;
  	margin-top: 0px;
}

.Variations {
  margin-left: 25px;
  margin-right: 25px;
  margin-top: 20px;
  margin-bottom: 100px;
}



.Variations .CRMProdItemList .CRMProdItemListTitle {
  	width: 100%;
    text-align: left;
  	flex: 0 0 100%;
  	padding-left: 30px !important;
  	padding-right: 30px !important;
}

.Variations .CRMProdItemList .CRMProdItemSummary {
  		margin-bottom: 1%;
  		flex: 0 0 24.25%;
  		padding: 0.5em;
    	display: flex;
        flex-direction: column;
        align-items: stretch;
        box-sizing: border-box;
}

@media (max-width: 1024px) { .Variations .CRMProdItemList.CRMProdItemModeR {
  	flex-wrap: nowrap;
  	overflow-x: scroll;
  	scrollbar-width: none;
  	overscroll-behavior-x: contain;
  	scroll-snap-type: x mandatory;
  	margin-left: -33px;
    margin-right: -25px;
    padding-left: 22px;
    padding-right: 15px;
	}
}

@media (max-width: 1024px) { .Variations .CRMProdItemList .CRMProdItemSummary {
  flex: 0 0 40%;
  max-width: 40%;
  padding: 0.5em;
  scroll-snap-align: center;
	}
}

@media (max-width: 680px) { .Variations .CRMProdItemList .CRMProdItemSummary {
  flex: 0 0 60%;
  max-width: 60%;
  padding: 0.5em;
	}
}



/* Product Details Accordion Styles */

/* Accordion container */
.accordion {
  padding: 0 var(--space-sm);
  background-color: #e9ecef;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
}

/* Hide checkboxes */
.accordion-checkbox {
  display: none;
}

/* Accordion item */
.accordion-item {
  border-bottom: 1px solid #a2a2a2;
}

.accordion-item:last-child {
  border-bottom: none;
}

/* Accordion header */
.accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: var(--space-sm) 0;
  font-weight: bold;
  color: black;
  cursor: pointer;
  transition: background-color 0.3s;
}

label.accordion-header {
  margin: 0;
}

/* Icon rotation */
.accordion-header .icon {
  transition: transform 0.4s;
}

/* Accordion content */
.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, opacity 2s ease, margin 0.3s ease;
  opacity: 0;
}

.accordion-content ul {
  margin: 0;
  padding: 10px 0;
}

.accordion .accordion-item ul {
    list-style: square;
}

.accordion-content ul li {
  margin: 10px 0;
  margin-left: 1em;
}

.accordion-content ul li a {
  text-decoration: none;
  color: black;
}

/* Checkbox checked styles */
.accordion-checkbox:checked + .accordion-header .icon {
  transform: rotate(45deg);
}

.accordion-checkbox:checked ~ .accordion-content {
  max-height: 2000px;
  margin-bottom: var(--space-md);
  opacity: 1;
}

/* specs styles product details page */

/* Table Styling */
.specification-table {
  width: 100%;
  border-collapse: collapse;
  border: none;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
}

.specification-table th,
.specification-table td {
  text-align: left;
  border-top: none;
  border-bottom: none;
  border-left: none;
  border-right: none;
}

/* Alternating row colors */
.specification-table > tbody > tr:nth-child(odd) > th,
.specification-table > tbody > tr:nth-child(odd) > td {
  background-color: #e9ecef !important;
  color: black !important;
}

.specification-table > tbody > tr:nth-child(even) > th,
.specification-table > tbody > tr:nth-child(even) > td {
  background-color: #e2e2e2 !important;
  color: black !important;
}




/* Download Link Styling */
.download-link {
  display: inline-flex;
  align-items: center;
  font-weight: bold;
  color: #00274d;
  text-decoration: none;
}

.download-link:hover {
  text-decoration: underline;
  color: #164470;
}

/* FA icon */
@import url('styleImage.aspx?styleid=1&filename=https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css');

/* Icon */
.download-link::before {
  content: '\f019';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 24px;
  margin-right: 18px;
  color: #00274d;
}

/* Make Checkout Great Again / updated styles / needs to combine with styles from line 2k ish */
  
.basket-detail h3 {
    font-size: 1.2rem;
}

.CRMBasketSummary table th {
	background-color: unset;
	color: black;
  	font-weight: 600;
  	font-size: 0.9rem;
}
  
.CRMBasketSummary .table td, .CRMBasketSummary  .table th {
	padding: 0;
}

.CRMBasketSummary table td {
	border: none;
  	width: 80%;
  	padding-left: 1rem !important;
}

.CRMBasketSummary .form-control {
	border: none;
	padding: 0;
}
  
.OrderDetails h3 {
    font-size: 1.2rem;
}

.OrderDetails .row {
    display: flex;
    flex-wrap: nowrap;
    gap: 2%;
}

@media (max-width: 680px) {
  .OrderDetails .row {
    flex-direction: column;
  }
}


select#altAddressSelect {
	border: none;
	background-color: unset;
}

.form-group.CRMBasketOrderHeaderName.CRMBasketOrderHeaderAddressField {
	padding: 0px 20px;
  	padding-top: 20px;
	background-color: #fafbfb;
	margin-bottom: unset !important;
}

input#deliveryname {
	border-top: none;
	border-right: none;
	border-left: none;
	background-color: unset;
	padding: 0;
}

.CRMBasketOrderHeaderAddress1.CRMBasketOrderHeaderAddressField {
	padding: 0px 20px;
  	padding-top: 20px;
	background-color: #fafbfb;
	margin-bottom: unset !important;
}

input#deliveryaddress1 {
	border-top: none;
    	border-right: none;
    	border-left: none;
    	background-color: unset;
    	padding: 0;
}

.CRMBasketOrderHeaderAddress2.CRMBasketOrderHeaderAddressField {
    	padding: 0px 20px;
    	background-color: #fafbfb;
	margin-top: 0px;
}

input#deliveryaddress2 {
	border-left: none;
    border-right: none;
  	border-top: none;
    padding: 0;
    background-color: unset;
}

.CRMBasketOrderHeaderAddress3.CRMBasketOrderHeaderAddressField {
    	padding: 0px 20px;
    	background-color: #fafbfb;
}

input#deliveryaddress3 {
	border-top: none;
    	border-right: none;
    	border-left: none;
    	background-color: unset;
    	padding: 0;
}

.CRMBasketOrderHeaderAddress4.CRMBasketOrderHeaderAddressField {
    	padding: 0px 20px;
    	background-color: #fafbfb;
}

input#deliveryaddress4 {
	border-top: none;
    	border-right: none;
    	border-left: none;
    	background-color: unset;
    	padding: 0;
}

.CRMBasketOrderHeaderCountry.CRMBasketOrderHeaderAddressField {
    	padding: 0px 20px;
    	background-color: #fafbfb;
    	padding-top: 1.5em !important;
  		margin-top: 0 !important;
}

select#deliverycountry {
	border-top: none;
    	border-right: none;
    	border-left: none;
    	background-color: unset;
    	padding: 0;
}

.CRMBasketOrderHeaderPostCode.CRMBasketOrderHeaderAddressField {
    	padding: 0px 20px;
    	background-color: #fafbfb;
    	padding-top: 1.5em;
  		margin-top: 0 !important;
}

input#deliverypostcode {
    	border-top: none;
    	border-right: none;
    	border-left: none;
    	background-color: unset;
    	padding: 0;
}

.form-group.CRMBasketOrderHeaderPhone.CRMBasketOrderHeaderAddressField {
    	padding: 20px;
    	background-color: #fafbfb;
    	padding-top: 2em;
}

input#deliveryphone {
	border-top: none;
    	border-right: none;
    	border-left: none;
    	background-color: unset;
    	padding: 0;
}

.form-group.CRMBasketOrderHeaderDeliveryNotes.CRMBasketOrderHeaderAddressField {
    	padding: 20px;
    	background-color: #fafbfb;
}

textarea#deliverynotes1 {
	background-color: unset;
    	padding: 0;
  border: unset;
  border-bottom: 1px solid #e2e2e2;
}

.form-group.CRMBasketOrderHeaderAgreeTerms {
    	padding: 20px;
    	background-color: #fafbfb;
    	padding-top: 2em;
  		padding-bottom: 1.5em;
}

.DelCheckout1 h1 {
  font-weight: 800;
  font-size: 36px;
}

.DelCheckout1 p {
  margin-bottom: 2rem;
}



.CollectAddressEntry {
    display: none !important;
}

.DeliveryAddressEntry {
    display: flex !important;
  	flex-direction: column;
}

.CRMBasketSummary tbody {
    padding: var(--space-sm);
    display: block;
    background-color: #fafbfb;
}

input#customerorderref {
    background-color: #fafbfb;
    border-bottom: 1px solid #e2e2e2;
  	font-size: 0.9rem;
}


/* Payment Options */

.CRMOrderSummaryLines tfoot td.unitprice {
    background-color: #00274d;
  	border-left: none;
}

.PaymentOptions1 {
  margin-top: -5px;
}

.PaymentOptions2 table {
    margin-top: 0px;
  	margin-bottom: 1rem;
}

.PaymentOptions2 table td {
    padding: 0;
}

.PaymentOptions2 input.CRMBuyButton {
    margin-top: 2rem !important;
}

.OrderDetails .CRMBasketSummary table td {
    width: unset;
}

/* Basket Review Styles */

.basketcontrols input[value="Continue Shopping"] {
    display: none;
}

.divManage.CRMFullLineList input {
    border: 1px solid black;
}

.CRMFullBasketLineQty {
    width: 40px;
    height: 30px;
    text-align: center !important;
}

.CRMFullBasket td.basketLineDesc {
    padding: 10px 10px;
}
  
.paybycard h3 {
    font-size: 1.2rem;
}

/* order conf page */

.CRMOrderSummary {
    margin-top: 1rem;
}

/* oversize */

oversize {
  	display: block;
    margin-top: 10px;
    font-size: 12px;
}

/* Price on details page */

.CRMProdItemDetailStdPrice.CRMProdItemDetailCost {
    font-size: 1.5rem;
    font-weight: bold;
  	display: block;
}


/* backgoround and padding for product details */

.CRMProdItemDetailSpec {
    background-color: #fafbfb;
    padding: var(--space-md);
  	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  	margin-top: 1.5rem;
}

/* price restricted text on detials page edits */

.CRMProdItemDetail .price-restricted {
    margin-top: 0px !important;
    font-size: 16px !important;
}

.alert-danger {
    color: black;
    background-color: #fafbfb;
    border-radius: 0px;
  	border-color: #e2e2e2;
}

.checkoutclass .alert-danger {
  display: none;
}

.alert-danger hr {
    border-top-color: #e2e2e2;
}

.checkoutclass h2 {
    margin-top: 4rem;
}

/* hide first category on breadcrumbs (stops users going to a strange version of the home page) */

ol.breadcrumb.group-breadcrumb-container .group-item:first-of-type {
    display: none;
}

/* Pay by Card Styles */

.payment-banner {
  background: white;
  width: 100%;
  max-width: 600px;
  padding: 20px;
  text-align: center;
  display: block;
  margin: auto;
}

/* Powered by Stripe */
.powered-by-stripe {
  font-size: 16px;
  color: #6c757d;
  margin-bottom: 15px;
}

.stripe-logo {
  font-weight: bold;
  color: #00274d;
}

/* Payment Logos */
.payment-logos {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 15px;
}

.payment-logos img {
  height: 40px;
  max-width: 50px;
  object-fit: contain;
}

.stripe-title {
    padding: 0px !important;
}

form#payment-form {
  margin: auto;
}

form#payment-form {
    button {
        width: 100%;
      	border: none;
    }
}

.PaymentOptions2 .errordiv {
    margin: var(--space-sm) 0 var(--space-md) 0;
}

.alert-warning {
    color: #fafbfb;
    background-color: #164470;
    border: 0;
    border-radius: 0px !important;
  	box-shadow: 0 6px 70px rgba(0, 0, 0, 0.1);
}

.alert-warning hr {
    border-top-color: #e2e2e2;
}

.checkoutclass input[value="Empty Basket"] {
    background-color: white !important;
    color: black !important;
    text-decoration: underline;
  	border: none !important;
  	margin: var(--space-sm) 0;
  	width: auto;
  	height: auto;
  	padding: 0px !important;
  	font-size: 0.9rem;
    transition: color 0.4s ease;
}
  
@media (max-width: 680px) {
  .checkoutclass input[value="Empty Basket"] {
    margin: var(--space-sm) 0;
    padding: 0px !important;
    height: auto !important;
    width: auto !important;
      }
}
  
@media (max-width: 680px) {
  .checkoutclass input[value="Update Basket"] {
    height: auto !important;
    width: auto !important;
      }
}

.checkoutclass input[value="Update Basket"] {
    background-color: white !important;
    color: black !important;
    text-decoration: underline;
  	border: none !important;
  	padding: 0px !important;
    width: auto;
    height: auto;
  	font-size: 0.9rem;
  	transition: color 0.4s ease;
}

.CRMMiniBasket {
    border-top: 1px solid #e2e2e2;
}
  
.stripe-container label {
    margin-bottom: 1rem;
}

.CheckoutComplete1 h3 {
    font-size: 1.2rem;
}

/* hover and click effects*/

/*GROUPS*/

.group-item-name {
    transition: background-color 0.4s ease, color 0.4s ease, border-color 0.4s ease !important;
    padding: 0.5rem;
    background-color: #00274d;
    border: none;
    color: #fafbfb;
  	font-weight: bold;
}

.group-item-name:hover {
  	background-color: #e9ecef;
    color: black !important;
}

.group-item-name:active {
  	background-color: #e9ecef;
    color: black !important;
}

/* stop on breadcrumbs */

.group-breadcrumb-container .group-item-name:hover {
  background-color: transparent !important;
}

/*PROD ITEMS*/

.CRMBuyButton {
	transition: background-color 0.4s ease, color 0.4s ease, border-color 0.4s ease !important;
}

.CRMBuyButton:hover {
    background-color: #fafbfb !important;
    color: black !important;
}

.CRMBuyButton:active {
    background-color: #fafbfb !important;
    color: black !important;
}

.partner-content .cta-button:hover {
    background-color: #fafbfb !important;
    color: black !important;
}

/*VARIOUS BUTTONS */

.cta-button {
	transition: background-color 0.4s ease, color 0.4s ease, border-color 0.4s ease !important;
  	margin-bottom: 1em;
}

/*TILES BUTTONS */

.tiles-button {
	transition: background-color 0.4s ease, color 0.4s, border-color 0.4s ease !important;
}

.tiles-button:hover {
    background-color: transparent !important;
    color: white !important;
    border: 1px solid white;
}

.tiles-button:active {
    background-color: transparent !important;
    color: white !important;
    border: 1px solid white;
}

/* footer button */

.btn-cta {
  transition: background-color 0.4s ease, color 0.4s ease, border-color 0.4s ease !important;
}

.btn-cta:hover {
    background-color: #00274d !important;
    color: #fafbfb !important;
}

.btn-cta:active {
    background-color: #00274d !important;
    color: #fafbfb !important;
}

/*Breadcrumbs */

.group-breadcrumb-container li a span.group-item-name:hover {
    color: #3b6894 !important;
}

.group-breadcrumb-container li a span.group-item-name:active {
    color: #3b6894 !important;
}

/* review basket */

.checkoutclass input[value="Empty Basket"]:hover, .checkoutclass input[value="Update Basket"]:hover  {
    color: #3b6894 !important;
}

.checkoutclass input[value="Empty Basket"]:active, .checkoutclass input[value="Update Basket"]:active  {
    color: #3b6894 !important;
}

.checkoutclass .basketcontrols input[value="Checkout"] {
	transition: background-color 0.4s ease, color 0.4s ease, border 0.4s ease !important;
}

.checkoutclass .basketcontrols input[value="Checkout"]:hover {
  	background-color: transparent !important;
    color: black !important;
}

.checkoutclass .basketcontrols input[value="Checkout"]:active {
  	background-color: #e2e2e2 !important;
    color: black !important;
}

/*CHECKOUT*/

button#checkoutContinue:hover {
    background-color: #fafbfb !important;
    color: black !important;
}

button#checkoutContinue:active {
    background-color: #fafbfb !important;
    color: black !important;
}

.DelCheckout1 .CRMBuyButton:hover {
    background-color: #fafbfb !important;
    color: black !important;
}

.DelCheckout1 .CRMBuyButton:active {
    background-color: #fafbfb !important;
    color: black !important;
}

.PaymentOptions2 .CRMBuyButton:hover {
    background-color: #fafbfb !important;
    color: black !important;
}

.PaymentOptions2 .CRMBuyButton:active {
    background-color: #fafbfb !important;
    color: black !important;
}

.container-stripe form#payment-form {
	transition: background-color 0.4s ease, color 0.4s, border-color 0.4s ease !important;
  	max-width: 500px;
  	width: 100%;
  	margin: 0rem auto 1rem auto;
  	background-color: #fafbfb;
  	padding: var(--space-sm);
  	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}
  
form#payment-form {
    button:hover {
		background-color: #fafbfb !important;
    	color: black !important;
	}
}

form#payment-form {
    	button:active {
		background-color: #fafbfb !important;
    	color: black !important;
	}
}

button#card-button {
    transition: background-color 0.4s ease, color 0.4s, border-color 0.4s ease !important;
}

/* FORM Product Page */

.prospect-form-submit {
    transition: background-color 0.4s ease, color 0.4s, border-color 0.4s ease, border-color 0.4s ease !important;
}

.prospect-form-submit:hover {
    background-color: #fafbfb !important;
    color: black !important;
}

.prospect-form-submit:active {
    background-color: #fafbfb !important;
    color: black !important;
}

.btn-primary {
  transition: background-color 0.4s ease, color 0.4s, border 0.4s ease !important;
}

.btn-primary:hover {
    background-color: #fafbfb !important;
    color: black !important;
  	border: none;
}

.btn-primary:active {
    background-color: #fafbfb !important;
    color: black !important;
  	border: none;
}


/*.CRMHiddenPriceMessage {
  transition: background-color 0.4s ease, color 0.4s, border-color 0.4s ease !important;
}

.CRMHiddenPriceMessage:hover {
    background-color: #fafbfb !important;
    color: black !important;
}

.CRMHiddenPriceMessage:active {
    background-color: #fafbfb !important;
    color: black !important;
}

.CRMHiddenPriceMessage:hover a {
  color: black;
}

.CRMHiddenPriceMessage:active a {
  color: black;
}*/

/* list product changes */

.price-restricted {
	font-size: 0.9rem;
}

.CRMProdItemSummaryStdPrice {
    font-size: 0.9rem;
  	margin: 0.5rem 0rem 0rem 0rem;
}

/* my account mini basket price hide */

.accountmini .CRMMiniBasketAmount {
    display: none;
}

/*pop up button for prices */

/* Button */
.open-popup {
    padding: 10px 20px;
    font-size: 14px;
    background-color: #00274d;
    color: #fff;
    border: none;
    border-radius: 0px;
    cursor: pointer;
    height: 45px;
    width: 180px;
  	transition: background-color 0.3s ease, color 0.3s !important;
}

.open-popup:hover {
 background-color: #e2e2e2 !important;
    color: black !important;
  	border: 0px solid transparent !important;
}

/* Overlay */
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: none; /* Initially hidden */
    justify-content: center;
    align-items: center;
    z-index: 1000;
    opacity: 0; /* Start transparent */
    transition: opacity 0.3s ease; /* Smooth transition */
}

/* Pop-Out Content */
.popup-content {
    background: #fff;
    padding: 20px;
    border-radius: 0px;
    width: 90%;
    max-width: 500px;
    text-align: left;
    /*box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);*/
    transform: scale(0.8); /* Start smaller */
    opacity: 0; /* Start transparent */
    transition: transform 0.3s ease, opacity 0.3s ease; /* Smooth transitions */
}

/* Active States */
.popup-overlay.active {
    display: flex; /* Make visible */
    opacity: 1; /* Fade in */
}

.popup-content.active {
    transform: scale(1); /* Full size */
    opacity: 1; /* Fully visible */
}

/* Close Button */
.close-popup {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 15px;
}

/* ANNOUNCMENT BAR */

/* Announcement Bar */
.announcement-bar {
    background-color: #00274d;
    color: #fafbfb;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
  	Line-height: 18px;
    position: relative; /* Ensures proper positioning of elements */
}

@media (max-width: 680px) {
  .announcement-bar {
    font-size: 12px;
  }
}

/* Center Text */
.announcement-text {
    flex-grow: 1; /* Ensures it occupies the available space */
    text-align: center; /* Centers the text horizontally */
    margin: 0px 25px;
}

/* text link color*/
span.announcement-text a {
    color: white;
}

span.announcement-text a:hover {
    color: #6e93b8;
}



/* Close Button */
.close-button {
    background: none;
    color: #e2e2e2;
    border: none;
    font-size: 18px;
    cursor: pointer;
    line-height: 1;
    text-align: right; /* Ensures the button is right-aligned */
    z-index: 1; /* Ensure button stays on top */
  	position: absolute;
  	right: 0px;
  	top: 0px;
}

.close-button:hover {
    color: #6e93b8;
}

/* Hidden State */
.announcement-bar.hidden {
    display: none; /* Hide the bar completely */
}


/* product list spacing adjustments */

.productlist1 .CRMProdItemList.CRMProdItemModeS {
    padding: 0 var(--space-sm);
}

.productlist1 .CRMProdItemList .CRMProdItemListTitle {
    width: 100%;
    text-align: left;
    flex: 0 0 100%;
}
  
.CRMProdItemListLongDesc {
    margin-bottom: 1rem;
}

/* stock style */

.CRMProdItemDetailStock {
    font-size: 0.8rem;
}

/* view saved baskets styles */

input[type="button"][value="Back"] {
	background-color: white !important;
	text-decoration: underline; /* Fixed colon */
	color: black !important;
}

th.basketLineAdd {	
	display: none;
}

td.basketLineAdd {	
	display: none;
}


td.basketLineAddQty {
	text-align: center;
}

input.CRMFullBasketLineQty {	
	text-align: center;
}

/* my account */

/* Hide the checkbox visually but keep it functional */
.hidden-checkbox {
    display: none;
}

/* Style the toggle button */
.toggle-button {
  display: flex;
  background-color: white;
  color: black;
  text-decoration: underline;
  cursor: pointer;
  padding-right: var(--space-sm);
  justify-content: flex-end;
  font-size: 0.8rem;
  position: absolute;
  right: 0;
  z-index: 2;
}

/* Hide the toggle button on larger screens */
@media (min-width: 992px) {
  .toggle-button {
    display: none;
  }
}

/* Default state of the .minimenu */
@media (max-width: 991px) {
  .minimenu {
    display: none;
  }
}

/* Reveal the .minimenu when the checkbox is checked */
@media (max-width: 992px) {
  .hidden-checkbox:checked ~ .minimenu {
    display: block !important;
    margin-bottom: var(--space-md);
  }
}

/* Fix for #category-list-cont */
@media (max-width: 992px) {
  div#category-list-cont {
    position: unset;
    margin-bottom: 0 !important;
  }
}

/* hide basket on mobile */
@media (max-width: 991px) {
  .accountmini {
    display: none;
  }
}

/* manage saved baskets */

input[name="basketname"] {
    border: none;
    border-bottom: 1px solid #e2e2e2;
}

input[type="submit"][value="Save Basket"] {
    background-color: white !important;
    color: black !important;
    text-decoration: underline;
    width: auto;
}

.CRMListBaskets th.ordered, .CRMListBaskets td.ordered, .CRMListBaskets th.basket, .CRMListBaskets td.basket, .CRMListBaskets th.status, .CRMListBaskets td.status {
    display: none;
}

@media (max-width: 991px) {
  .accountmargin1 {
    margin-top: -40px;
	}
}




/* order history */

.CRMManageBaskets th.code {
    display: none;
}

.CRMManageBaskets td.code {
    display: none;
}

.CRMManageBaskets th.quantity {
    text-align: center;
}

.CRMManageBaskets input.addqty {
    border: none;
  	pointer-events: none;
  	background-color: #fafbfb;
}

/* manage users */

.divManage th.contactleftcompany, .divManage td.contactleftcompany {
    display: none;
}

/* other my account table styles */

.CRMListBaskets th.linecount, .CRMListBaskets th.delete {
    text-align: center;
}


.divManage th.os_header_ref, .divManage td.os_line_ref {
    display: none;
}

.divManage th.contactonhold, .divManage td.contactonhold {
    display: none;
}

.CRMListBaskets th.createdby, .CRMListBaskets td.createdby {
    display: none;
}

.divManage th.os_header_ordered, .divManage th.os_header_delivered, .divManage th.os_header_price {
    text-align: left;
}

/* manage address */

.CRMDeliveryAddresses a {
    text-decoration: underline;
}

.manageCostCentres {
    width: 100% !important;
    text-align: unset !important;
}

.CRMAddressEditForm input[type="text"] {
  	background-color: #fafbfb;
    width: 100%;
    border: none;
    border-bottom: 1px solid #e2e2e2;
	margin-top: 0.8rem;
    margin-bottom: 2rem;
  	font-size: 0.9rem;
}

.CRMAddressEditForm .description {
    margin-top: 20px !important;
}

.CRMAddressEditForm {
    padding: var(--space-sm);
    background-color: #fafbfb;
    box-shadow: 0 6px 70px rgba(0, 0, 0, 0.1);
    margin: var(--space-sm) 0 var(--space-md) 0;
}

.CRMAddressEditForm span.title {
    font-weight: bold;
  	font-size: 0.9rem;
}

/* sign up mailing list log in page */

a.sign-up-button {
    display: inline-block;
    margin-top: 1em;
    height: 50px;
    width: 180px;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    background-color: #00274d;
    border: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    transition: background-color 0.4s ease;
}

a.sign-up-button:hover {
    background-color: #e2e2e2;
    color: black;
}


/* smaller buttons for mobile */

@media (max-width: 680px) {
	.cta-button {
		font-size: 14px !important;
		height: 45px !important;
		width: 162px !important;
		line-height: 45px !important;
	}
}

@media (max-width: 680px) {
	.tiles-button {
		font-size: 14px !important;
		height: 45px !important;
		width: 162px !important;
		line-height: 45px !important;
	}
}

@media (max-width: 680px) {
	.btn-cta {
		font-size: 14px !important;
		height: 45px !important;
		width: 162px !important;
      	line-height: 33px;
	}
}

@media (max-width: 680px) {
	.prospect-form-submit {
		font-size: 14px !important;
		height: 45px !important;
	}
}

@media (max-width: 680px) {
	.CRMChangePassword input[type="submit"] {
		font-size: 14px !important;
		height: 45px !important;
		width: 162px !important;
	}
}

.CRMChangePassword input[type="submit"] {
  font-size: 14px;
}

@media (max-width: 680px) {
	button#checkoutContinue {
		font-size: 14px !important;
		height: 45px !important;
		width: 162px !important;
	}
}


/* delete button saved baskets */

.basketlistcontrols input[type="submit"] {
    background-color: transparent !important;
    color: white !important;
    text-decoration: underline;
    padding: 0 !important;
    height: auto !important;
    width: auto !important;
  	border: none;
}

.basketlistcontrols {
  background-color: #00274d !important;
}

/* basket control review basket page */

@media (max-width: 680px) {
  .checkoutclass .savebasketcontrol {
    display: flex;
    flex-direction: column;
	}
}

@media (max-width: 680px) {
  .savebasketcontrol input[type="submit"] {
    padding: 0px !important;
    text-align: left;
	}
}


/* Product Detail Order for 'Enquire for pricing' button placement */

.CRMProdItemDetail .CRMProdItemDetailDesc {
  order: 1;
  margin-top: 1rem;
}

.CRMProdItemDetail .CRMProdItemDetailRef {
  order: 2;
}

.CRMProdItemDetail .CRMProdItemDetailStdPrice.CRMProdItemDetailCost {
  order: 3;
  margin-top: 0.5rem;
}

.CRMProdItemDetail .bc_oversized {
  order: 5;
  margin: 0.25rem 0 0 0;
}

.CRMProdItemDetail .bc_showpricing {
  order: 5;
}

.CRMProdItemDetail .CRMProdItemDetailStock {
  order: 4;
  margin-top: 0.5rem;
  color: #404040;
}

.CRMProdItemDetail .CRMHiddenPriceMessage {
  order: 7;
  height: 50px;
  width: 265px;
  margin-top: 1em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.CRMProdItemDetail form {
  order: 7;
}

.CRMProdItemDetail hr {
  order: 8;
  display: none;
}

.CRMProdItemDetail .CRMProdItemDetailExDesc {
  order: 9;
}

.CRMProdItemDetail .CRMProdItemDetailSpec {
  order: 10;
}

/* products page hero */

.home-page-sales-team-1 {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    max-width: 1280px;
    margin: auto;
    min-height: 600px;
}

@media (max-width: 1024px) {
    .home-page-sales-team-1 {
        flex-direction: column-reverse;
    }
}


/* my account page */

.flex-account {
    display: flex;
    flex-direction: row-reverse;
  	margin-left: -15px;
  	margin-right: -15px;
}

.stack {
    display: flex;
    flex-direction: column;
    width: 75%;
  	padding: 0 var(--space-sm);
}

.flex-account .myaccminimenu {
    width: 25%;
  	padding: 0 var(--space-sm);
    margin-top: 0.6rem;
}

.account-image {
    margin: auto;
}

.account-image img {
    max-height: 400px;
}

.account-container1 .home-page-1 .CRMProdItemList {
  margin-left: -10px;
  margin-right: -10px;
}

.myaccminimenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.myaccminimenu li {
    padding: 5px 5px 5px;
}

section.account-page-container-2 {
    position: relative;
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    overflow: hidden;
    margin-bottom: 5em;
    margin-top: 3em;
    background-color: #e2e2e2;
    text-align: left;
    color: black;
}

.account-page-2 {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1280px;
    margin: auto;
    min-height: 600px;
    flex-direction: row;
}

@media (max-width: 1024px) {
    .account-page-2 {
        flex-direction: column-reverse;
    }
}

.account-tiles-container {
    max-width: 1250px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: auto;
    margin-right: auto;
}

/* my account tablet / mobile styles */

@media (max-width: 992px) {
  .flex-account {
	flex-direction: column;
	}
}

@media (max-width: 992px) {
  .stack {
	width: 100%;
	}
}

@media (max-width: 992px) {
  h2.rightmenu {
	display: none;
	}
}

@media (max-width: 992px) {
  .myaccminimenu ul {
    display: flex;
    flex-direction: column;
	flex-wrap: wrap;
	}
}

@media (max-width: 992px) {
  .myaccminimenu li {
    text-align: left;
	}
}

@media (max-width: 992px) {
  .myaccminimenu ul li a {
    color: black;
	}
}

@media (max-width: 992px) {
  .flex-account .myaccminimenu {
    width:100%;
  }
}




/* Thanks Page */

.thanks-image {
    max-width: 600px;
    margin: auto;
  	margin-bottom: 100px;
}

/* Mailing list Form */

p#control-2783697 {
    margin-top: 1em;
}

.prospect-form-singleCheckbox-label {
    display: flex;
	Padding-top: 1em;
  	font-family: 'Jakarta';
}

/* Invalid login details style */

.login-form .alert-danger {
    margin-top: 20px;
    border: none;
    background-color: red;
    color: white;
    text-align: center;
}

/* Some checkout styles */

select#altAddressSelect {
    width: auto !important;
}

.CRMOrderSummaryLines th.qty, .CRMOrderSummaryLines th.totalexvat, .CRMOrderSummaryLines th.totalincvat {
    text-align: left;
}

/* tables borders */

.divManage.CRMFullLineList table td {
    border: none;
    border-bottom: 1px solid #f0f0f0;
}

.divManage.CRMListLineItems table td {
    border: none;
    border-bottom: 1px solid #f0f0f0;
}

.divManage td {
    border: none;
    border-bottom: 1px solid #f0f0f0;
  	font-size: 0.9rem;
}

.CRMOrderStatus table td {
    border-left: none;
    border-right: none;
  	border-bottom: none;
}

.CRMOrderSummaryLines table td {
    border: none !important;
  	border-bottom: 1px solid #f0f0f0 !important;
}

td.totaltitle {
    text-align: left;
}

/* cookieyes placeholder hide */

.video-placeholder-normal {
    display: none !important;
}

/* lightbox close */

img#closeButton {
    position: absolute;
    top: -50px;
    right: 27px;
    z-index: 200;
  	height: 16px !important;
}

/* oversize potion detail page */

.CRMProdItemDetail .product-oversized {
    position: static;
}

/* reg form alert and back button styles */

.reg-form .btn.focus, .btn:focus {
    outline: none;
    box-shadow: none;
}

.reg-form .btn.btn-default {
    padding: 0;
}

/* padding for attribute filter on list page */

.attribute-padding {
    padding-bottom: 70px;
}

/* small adjustment to font size on product titles on mobile */

@media (max-width: 680px) {
	a.CRMProdItemSummaryMore {
		font-size: 0.9rem;
	}
}

/* font size form inputs checkout */

.CRMDeliveryDetails .form-control {
    font-size: 0.9rem;
}


/* font issues */

p#control-3767434 {
    font-size: 12px;
}

.form-control-text-small {
    font-size: 0.8rem;
  	color: rgb(51, 71, 91);
}

.prospect-form p {
	font-family: 'Jakarta';
}

.prospect-form input {
    font-size: 0.9rem !important;
  	color: black;
}

/* spacing issues */

.CRMProdItemDetailDesc {
    margin-top: 0rem;
}

.enq0 h2 {
    margin-bottom: 30px;
}

@media (max-width: 991px) {
  .attribute-padding {
    padding-bottom: 0px;
	}
}

@media (max-width: 991px) {
  div#mid-col {
    margin-top: 0px;
	}
}

.footer-top-row-cta {
    margin-top: 1em;
    margin-bottom: 1em;
}

/* reg form address addition */

.reg-form label[for="address_address2"], .reg-form label[for="address_address3"] {
  display: none;
}

.reg-form .col-sm-12 {
	margin-top: 10px;
}

/* buttons */

.slides .cta-button:hover {
	background-color: transparent !important;
	color: white !important;
	border: 1px solid white;
}

.slides .cta-button:active {
	background-color: transparent !important;
	color: white !important;
	border: 1px solid white;
}

.footer-top-row-cta .btn-cta {
    background-color: #fafbfb;
  	font-weight: bold;
}

/* table bg colours */

tbody {
    background-color: #fafbfb;
}

tfoot {
    background-color: #fafbfb;
}

/* various table alignments */

.CRMCheckoutInvalidLines table td {
    border: none;
    border-bottom: 1px solid #f1f1f1;
}

.CRMManageBaskets td.quantity {
    text-align: center;
}

.CRMManageBaskets .divManage.CRMListLineItems th:nth-child(2), .CRMManageBaskets .divManage.CRMListLineItems td:nth-child(2) {
    width: 70%;
}

.CRMManageBaskets .basketlistcontrols td {
    text-align: center;
}

/* text adjustments */

.CRMManageBaskets .basketlistcontrols input[type="submit"] {
    font-size: 14px !important;
  	transition: color 0.3s ease-in-out;
}

@media (max-width: 680px) {
	.CRMManageBaskets .basketlistcontrols input[type="submit"] {
    font-size: 12px !important;
    }
}

.CRMManageBaskets .basketlistcontrols input[type="submit"]:hover {
    color: #e2e2e2 !important;
}

/* edit address page */

.CRMEditAddress input[type="text"] {
    border: none;
    background-color: transparent;
    border-bottom: 1px solid #e2e2e2;
    width: 100%;
    font-size: 0.9rem;
}

.CRMEditAddress table td {
    border: none;
    padding: var(--space-sm);
}

.CRMEditAddress td.input {
    width: 100%;
}

.CRMEditAddress input[type="button"] {
    display: none;
}

.CRMEditAddress td.formcontrols {
    text-align: left;
}
  
/* change password */

.CRMChangePassword form {
    padding: var(--space-sm);
    margin-top: var(--space-sm);
    background-color: #fafbfb;
  	color: black;
  	font-weight: 900;
  	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.CRMChangePassword input.form-control {
    background-color: transparent;
}

.CRMChangePassword input[type="submit"] {
    border: none;
    background-color: #00274d !important;
    color: #fafbfb !important;
    height: 50px;
    width: 180px;
  	margin-top: 1rem;
  font-weight: bold;
  font-size: 1rem;
  	transition: border-color 0.4s ease-in-out, background-color 0.4s ease-in-out, color 0.4s ease-in-out;
  	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
}

@media (max-width: 680px) {
  	.CRMChangePassword input[type="submit"] {
		font-size: 14px;
        height: 45px;
        width: 162px;
		}
}

.CRMChangePassword input[type="submit"]:hover {
  	color: black !important;
  	background-color: #fafbfb !important;
}

.CRMChangePassword input[type="submit"]:focus {
  	color: black !important;
  	background-color: #fafbfb !important;
}

/* checkout table code hide */

.CRMFullBasket th.basketLineCode, .CRMFullBasket td.basketLineCode, .CRMFullBasket tfoot td:first-child {
    display: none;
}

@media (max-width: 680px) {
  .CRMFullBasket th.basketLinePrice {
    display: none;
  }
}

@media (max-width: 680px) {
  .CRMFullBasket td.columnnumeric.basketLinePrice {
    display: none;
  }
}

@media (max-width: 680px) {
  .CRMFullBasket tfoot td:nth-child(3) {
    display: none;
  }
}


/* hover links colors */

a.CRMProdItemSummaryMore:hover {
    color: #3b6894;
}

.my-account-pages a {
    transition: color 0.3s ease-in-out;
}

.my-account-pages a:hover {
    color: #fafbfb;
}

span.address-data {
    transition: color 0.3s ease-in-out;
}

span.address-data:hover {
    color: #fafbfb;
}

div#announcementBar a:hover {
    color: #e2e2e2;
}

.minimenu a:hover {
    color: #6e93b8;
}

/* mini basket product desc */

.CRMMiniLineRow {
    white-space: normal !important;
}

/* login page plugin title remove */

.login-items .login-form h1 {
    display: none;
}

div#forgottenPass, div#rememberMe {
    font-size: 12px;
}

#rememberMe {
  display: flex;
  align-items: center; /* Vertically aligns the checkbox and text */
}

#rememberMe input {
  display: inline-block;
  margin-right: 10px; /* Adds space between the checkbox and text */
  vertical-align: middle; /* Aligns checkbox to the middle */
}

#rememberMe label {
  display: flex;
  align-items: center; /* Ensure the label text is vertically aligned with the checkbox */
}

.register, div#submitLogin {
    margin-top: 1.4rem;
}

label {
  margin-bottom: 0;
}

/* del options background */

.DeliveryOption-Select {
    padding: 20px;
    background-color: #fafbfb;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    margin: 1rem 0px;
}
  
.DelCheckout1 h3 {
    font-size: 1.2rem;
}

.PaymentOptions2 tbody {
    display: block;
  	background-color: transparent;
}

/* product detail, list pages etc. margins issues corrections */

.form-control-policy {
    padding-top: 15px;
}

/* OR */

h6#control-9065372 {
    padding-top: 15px;
}

.CRMProdItemAddToBasket {
    display: flex;
  	flex-direction: column;
}

/* regs margin */

.regs-margin {
    max-width: 833.333333px;
    margin: auto;
  	min-height: 80dvh;
}

/* hamburger menu */

#hamburger {
    cursor: pointer;
    transition: transform 0.4s ease-in-out, scale 0.4s ease-in-out, color 0.4s ease-in-out;
    display: inline-block;
  	scale: 85%;
  	color: black;
}

#hamburger:hover {
  	color: #3b6894;
}
  
#hamburger.active {
  scale: 75%;
}

.line {
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
    fill: #fafbfb; /* Line color */
}

/* Set the transform-origin for each line to its center */
#hamburger .top,
#hamburger .middle,
#hamburger .bottom {
    transform-origin: center;
}

/* Hamburger to X animation */
#hamburger.active .top {
    transform: translateY(17px) translateX(-1px) rotate(45deg); /* Rotate top line */
}

#hamburger.active .middle {
    opacity: 0; /* Hide middle line */
}

#hamburger.active .bottom {
    transform: translateY(-12px) translateX(-28px) rotate(-45deg); /* Rotate bottom line */
}

@media (max-width: 1024px) {
  .navbar {
    padding: 0rem var(--space-xs) !important;
	}
}

.navbar {
    padding: 0;
}

/* overlay lightbox */

div#overlay {
    backdrop-filter: blur(20px);
  	background-image: none;
    background-color: rgba(0, 39, 77, 0.9);
}

/* margin for under prod images in list view */

.CRMProdItemSummaryImg {
    margin-bottom: 0.5rem;
  	background-color: white;
}

/* keyframes */

@keyframes pulse-opacity {
    0% { opacity: 1; }
    50% { opacity: 0.5; }
    100% { opacity: 1; }
}

span.announcement-text {
  animation: pulse-opacity 5s infinite ease-in-out;
  max-width: 1500px;
  margin: auto;
}

/* quote list styles */

#textarea-1742923086817-0,
label[for="textarea-1742923086817-0"] {
    display: none;
}

form#prospect-form-13-embed {
    background-color: #fafbfb;
    padding: 1.4rem;
    margin-bottom: 2rem;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    color: black;
}


button#add-to-wishlist {
    display: inline-flex;
    justify-content: center;
    font-size: 1rem;
    align-items: center;
    height: 50px;
    width: 265px;
    border: 1px solid #00274d;
    background-color: rgba(0, 39, 77, 0.9);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: #fafbfb;
    order: 7;
    margin-top: 1em;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: border-color 0.4s ease, background-color 0.4s ease, color 0.4s ease;
}

button#add-to-wishlist:hover {
    background-color: rgba(233, 236, 239, 0.9);
    color: black;
    border: 1px solid black;
}

.enq0 input {
    border: none;
    background-color: #fafbfb;
    border-bottom: 1px solid #e2e2e2;
    font-size: 12px;
    padding: 0.5rem 0;
}

.enq0 select#location {
    border: none;
    border-bottom: 1px solid black;
    background-color: transparent;
    width: 100%;
    padding-bottom: 5px;
}

.enq0 textarea#additional-info {
    width: 100%;
    min-height: 80px;
    border: none;
    border-bottom: 1px solid black;
    background-color: transparent;
    margin-bottom: 30px;
  	font-size: 12px;
}


/* quote list table styles */

table#wishlist-table {
    margin-top: 1rem;
  	margin-bottom: 1rem;
  	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
}

.enq0 table td {
    border: none;
    border-bottom: 1px solid #f0f0f0;
}

.enq0 td input[type="checkbox"] {
    display: block;
    margin: auto;
  	height: auto;
}

.enq0 td input[type="number"] {
    display: block;
    margin: auto;
    width: 40px;
    border: 1px solid black; /* Fixed capitalization */
  	height: 30px;
  	text-align: center;
  	background-color: #fafbfb;
}

.enq0 th:nth-child(1), .enq0 th:nth-child(3) {
    text-align: center;
}

.enq0 input[type="number"]::-webkit-inner-spin-button, 
.enq0 input[type="number"]::-webkit-outer-spin-button {
    opacity: 1;
    display: block;
}

.CRMFullBasketLineQty.basketqty::-webkit-inner-spin-button, 
.CRMFullBasketLineQty.basketqty::-webkit-outer-spin-button {
    opacity: 1 !important;
    display: block !important;
    appearance: auto !important; /* Ensures the browser applies number styles */
}

.CRMFullBasketLineQty.basketqty {
    appearance: auto !important;
    -webkit-appearance: auto !important;
}

#wishlist-table {
    width: 100%;
    table-layout: fixed;
}

#wishlist-table th:nth-child(1), #wishlist-table td:nth-child(1) {
    width: 7.5%;
  	text-align: center;
}

#wishlist-table th:nth-child(2), #wishlist-table td:nth-child(2) {
    width: 85%;
}

#wishlist-table th:nth-child(3), #wishlist-table td:nth-child(3) {
    width: 7.5%;
  	text-align: center;
}

#wishlist-table input[type="number"] {
    width: 100%;
    box-sizing: border-box;
  	border: none;
  	background-color: #fafbfb;
  	text-align: center;
}

#wishlist-table input[type="number"] {
  -webkit-appearance: number-input;
}

#wishlist-table input[type="number"]::-webkit-inner-spin-button,
#wishlist-table input[type="number"]::-webkit-outer-spin-button {
  opacity: 1;            /* keep them visible */
  -webkit-appearance: inner-spin-button;
  margin: 0;
}

/* quote list buttons */

button#delete-selected-items, button#clear-wishlist {
    color: black;
    background-color: transparent;
    border: none;
    text-decoration: underline;
    width: 100%;
    text-align: left;
	padding: 0px;
  	margin-bottom: 10px;
  	font-size: 14px;
  	transition: background-color .3s ease, color .3s, border-color .3s ease, border-color .3s ease !important;
}

button#delete-selected-items:hover, button#clear-wishlist:hover {
  color: #6e93b8;
}

button.prospect-form-submit {
    border: none;
    background-color: #00274d;
    height: 50px;
    width: 100%;
    transition: background-color 0.4s ease, color 0.4s, border-color 0.4s ease, border-color 0.4s ease !important;
  	font-weight: bold;
}

/* quote list browser behaviour changes */

.enq0 input:focus, .enq0 textarea:focus, .enq0 select:focus {
    outline: none;
    box-shadow: none;
    border-bottom: 1px solid #e2e2e2;
}

/* quote list pop ups */

#wishlist-notification {
    position: fixed;
    bottom: 0;
    right: 0;
    height: 25%;
    width: 50%;
    font-size: 1rem;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    color: #fafbfb;
    font-weight: bold;
    padding: var(--space-sm);
    border-radius: 0px;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.4s ease, transform 0.4s ease;
    display: flex;
    z-index: 9999;
    -webkit-backdrop-filter: blur(25px);
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
    align-items: center;
}

@media (max-width: 900px) {
  #wishlist-notification {
    height: 20%;
    width: 100%;
    justify-content: center;
  }
}

/* product history page styles */

.accountmargin1 .CRMManageBaskets {
    margin-top: var(--space-md);
}

/* buttons... again */

.cta-button-contact {
    width: 180px;
    height: 50px;
    background-color: #00274d;
    border: none;
    color: #fafbfb;
  	font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.4s ease, color 0.4s ease, border-color 0.4s ease !important;
    margin-top: 1.4rem;
  	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.cta-button-contact:hover, .cta-button-contact:focus {
  background-color: #fafbfb;
  color: black;
}

.cta-button-contact-invert {
    width: 180px;
    height: 50px;
    background-color: #fafbfb;
    border: none;
  	font-weight: bold;
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.4s ease, color 0.4s ease, border-color 0.4s ease !important;
    margin-top: 1.4rem;
  	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.cta-button-contact-invert:hover, .cta-button-contact:focus {
  background-color: #00274d;
  color: #fafbfb;
}

button.add-to-wishlist-page {
    background-color: #00274d;
    border: none;
    color: #fafbfb;
  	font-weight: bold;
    padding: 5px 10px;
    width: 100%;
    height: 40px;
  	font-size: 0.9rem;
    display: flex;
  	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    justify-content: center;
    align-items: center;
    transition: background-color 0.4s ease, color 0.4s ease, border 0.4s ease;
}

button.add-to-wishlist-page:hover {
    background-color: #fafbfb;
    color: black;
}

/* headers for groups - split with accordion */

.group-header-tiles {
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    gap: 20px;
    max-width: 1250px;
    margin: 0 auto;
    margin-bottom: 60px;
}

.group-tile {
    color: #fafbfb;
    text-align: left;
    padding: 30px;
    border-radius: 0px;
}

/* Backgrounds with slight gradients */
.group-tile-1 { background: linear-gradient(135deg, #164470, #1b5a8a); }
.group-tile-2 { background: linear-gradient(135deg, #3b6894, #4d7da6); }
.group-tile-3 { background: linear-gradient(135deg, #6e93b8, #87accd); }

/* Mobile: Stack tiles */
@media (max-width: 768px) {
    .group-header-tiles {
        grid-template-columns: 1fr;
    }

    .group-tile {
        padding: 25px;
    }
}

/* spacing */

.group-header-tiles h2 {
    margin-top: 60px;
}

/* cta button */

.cta-button {
    width: 180px;
    height: 50px;
    display: flex;
    background-color: #00274d;
    color: #fafbfb;
  	font-weight: bold;
    border: none;
    justify-content: center;
    align-items: center;
  	margin-top: 1.4rem;
  	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

  .cta-button:hover, .cta-button:active {
  background-color: #fafbfb;
  color: black;
}

@media (max-width: 1024px) {
    .products-section a.cta-button {
        margin-left: var(--space-sm);
    }
}

/* checkout page layout alterations */

.CRMFullBasket .CRMFullBasketQuoteNo {
    display: none;
}

.Basket-detail {
    display: flex;
    flex-direction: column;
  	margin-top: 2rem;
}

.Basket-detail > form:nth-of-type(2) {
    order: 1;
}

.Basket-detail > form:first-of-type {
    order: 2;
}

.Basket-detail > form:first-of-type .basketcontrols {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.Basket-detail > hr:first-of-type {
    display: none;
}

.checkoutclass hr {
    display: none;
}

/* products */

.enqtext h2 {
    background: linear-gradient(to right, #00274d, #3b6894);
  	background-clip: text;
  	-webkit-text-fill-color: transparent;
  	display: inline-block;
}

/* home page */

.salesteam-text h2 {
  	background: linear-gradient(to right, #00274d, #3b6894);
  	background-clip: text;
  	-webkit-text-fill-color: transparent;
  	display: inline-block;
}

.enq-home, .enq-list, .enq-details {
      	display: flex;
    	margin: auto;
}

.enq-home {
  padding-left: 25px;
  padding-right: 25px;
}

@media (max-width: 1024px) {
  .enq-home {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.enq-list {
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 1024px) {
  .enq-list {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.enq-details {
  padding-left: 25px;
  padding-right: 25px;
}

@media (max-width: 1024px) {
  .enq-details {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.enq-home form#prospect-form-6-embed, .enq-list form#prospect-form-6-embed, .enq-details form#prospect-form-6-embed {
    margin: auto;
    padding: var(--space-sm);
    background-color: #fafbfb;
  	color: black;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

@media (max-width: 800px) {
    .enq-home, .enq-list, .enq-details, .enquiry {
        flex-direction: column;
      	gap: var(--space-md);
    }
}

@media (max-width: 680px) { 
  .cta-button-contact {
   	height: 45px;
    width: 162px;
  	}
}

/* build a quote */

form#wishlist-form {
  	flex: 0 0 48%;
}

/* log in */

@media (max-width: 680px) {
    .btn-primary {
        font-size: 14px !important;
        height: 45px !important;
        width: 162px !important;
    }
}

/* forms colors */

.form-control-enquiry::placeholder {
    color: #00274d;
}

.form-control-policy span {
    color: #00274d !important;
}

.form-control-policy a {
    color: #6e93b8;
}

/* empty basket message */

.empty-basket-message {
    background-color: #164470;
    padding: 20px;
    color: #fafbfb;
    display: flex;
    justify-content: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.empty-basket-message h4 {
    font-size: 1rem;
  	margin-bottom: 0;
}

/* order status tables */

.CRMOrderStatus p {
    display: none;
}

/* sub pixel rendering issues fix */

section.home_slider {
    margin-top: -1px;
}

/* checkout extra styles */

.checkoutclass h3 {
    margin-bottom: 50px;
}

.basket-products .CRMProdItemList.CRMProdItemModeS {
    margin-bottom: 2rem;
}

/* log in style extra */

.form-control:focus {
    border-color: #ced4da;
}

/* del details extra style */

select#recentAddressSelect {
    border: none;
    background-color: transparent;
}

.CRMBasketSummary .table-responsive {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    overflow-x: clip;
  	width: 100%;
}

.CRMCheckoutHeaderControls {
    order: 10;
}

.address-details-wrapper {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  	margin-bottom: var(--space-md);
}

.DeliveryAddressOptions input {
    margin-right: var(--space-md);
}

/* enquire page extra */

.enquirepagecont form#prospect-form-6-embed {
    background-color: #fafbfb;
    padding: 20px;
    box-shadow: 0 6px 70px rgba(0, 0, 0, 0.1);
    margin-bottom: 100px;
}

/* manage users extra */

.CRMContactUpdate tr.title, .CRMContactUpdate tr.prefname, .CRMContactUpdate tr.salutation,
.CRMContactUpdate tr.onhold, .CRMContactUpdate tr.leftcompany, .CRMContactUpdate tr.authority {
    display: none;
}

.CRMContactUpdate input[type="submit"]:hover {
    border: none !important;
    color: #6e93b8 !important;
}

/* edit address extra */

.CRMEditAddress tbody {
    box-shadow: 0 6px 70px rgba(0, 0, 0, 0.1);
}

input#splitaddress {
    margin-right: 15px;
}

.CRMEditAddress td.title {
    min-width: 150px;
    max-width: 300px;
  	font-weight: bold;
}

td.usedivisionaddress {
    padding: unset;
}

/* style on group images */

img.group-item-image {
    transition: box-shadow 0.4s ease-in-out;
}

/* filter list style */

.CRMFilterList li.attribute_li {
    white-space: normal;
    margin: 4px 0px;
  	align-items: center;
}

/* top ticker */

.top-ticker {
  background-color: #e9ecef;
  color: black;
  text-align: center;
  font-size: 14px;
  padding: 8px 0;
  top: 0;
  width: 100%;
  z-index: 10000;
  font-weight: 500;
  position: relative;
}

.ticker-message {
  transition: opacity 1s ease-in-out;
}

.ticker-message a {
  color: black;
  text-decoration: none;
  transition: color 0.4s ease;
}

.ticker-message a:hover {
  color: #6e93b8;
}

.ticker-message i {
  margin-right: 5px;
}

@media (max-width: 680px) {
	.top-ticker {
      font-size: 12px;
    }
}

/* home page spacing and extra styling */

.digico-text .cta-button, .projector-text .cta-button {
    margin-top: 1.4em;
  	margin-bottom: 0;
}

@media (max-width: 1024px) {
  .CRMProdItemList {
    gap: 0.5em;
  }
}

.partner-background-text h3 {
  margin-bottom: 1.4rem;
}

/* checkout totals bold */

td.foottotaltext, td.columnnumeric.foottotal {
    font-weight: bold;
}

/* product details specification title adjustment */

h2.specification-title {
	font-size: 1.6rem !important;
}

/* adjustment to prod lists due to color design change */

.CRMProdItemList, .CRMProdItemSummary {
    min-height: 350px;
}

/* no products search */

.CRMProdItemListZero.CRMProdItemList {
    margin: var(--space-sm);
    padding: var(--space-sm);
    display: flex;
    justify-content: center;
    background-color: #e9ecef;
    align-items: center;
    font-size: 1.2rem;
    font-weight: bold;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
  
}

/* spacing brands page */

.popular-products1 p {
  margin-bottom: 1.4rem;
}

.productlist1 h1 {
    margin-bottom: 1rem;
}
  
.products-main-1 .row {
    gap: 1%;
  	margin-top: 1rem;
}

@media (max-width: 1024px) {
    .products-main-1 .row {
        gap: var(--space-sm);
    }
}
  
@media (max-width: 1024px) {
  .group-current-title, .group-current-fulldesc {
    padding: 0 var(--space-sm);
	}
}

/* spacing registration page */

.registration p {
    margin-top: 2rem;
}

/* list circle -> square */

ul {
    list-style-type: square;
}
  
/* forms final style */
  
.forms-section .enquiry {
    max-width: 1218px;
    margin: auto;
  	display: flex;
}
  
@media (max-width: 800px) {
  .forms-section .enquiry {
        flex-direction: column;
  }
}

.forms-section .enquiry h2 {
	background: linear-gradient(to right, #00274d, #3b6894);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}
  
.enquiry-text {
    flex: 0 0 45%;
    margin-right: 5%;
}
  
form#prospect-form-6-embed {
    margin: auto;
    padding: var(--space-sm);
    background-color: #fafbfb;
    color: black;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1024px) {
    .popular-products1 .CRMProdItemList.CRMProdItemModeR {
        flex-wrap: nowrap;
        overflow-x: scroll;
        scrollbar-width: none;
        overscroll-behavior-x: contain;
        scroll-snap-type: x mandatory;
        padding: 0px var(--space-sm);
        gap: var(--space-sm);
    }
}

.CRMProdItemList.CRMProdItemModeR {
    gap: 1%;
}
  
span.v {
    font-weight: bold;
}
  
@media (max-width: 1024px) {
  .products-section p {
    padding: 0 var(--space-sm);
	}
}
  
@media (max-width: 1024px) {
    .basket-products .CRMProdItemList.CRMProdItemModeS {
        flex-wrap: nowrap;
        overflow-x: scroll;
        scrollbar-width: none;
        overscroll-behavior-x: contain;
        scroll-snap-type: x mandatory;
        padding: 0px var(--space-sm);
        gap: var(--space-sm);
    }
}
  
.basket-products .CRMProdItemList .CRMProdItemSummary {
    flex: 0 0 24.25%;
    padding: 0.5em;
    margin-bottom: 1%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    box-sizing: border-box;
    background-color: #e9ecef;
}

@media (max-width: 1024px) {
    .basket-products .CRMProdItemList .CRMProdItemSummary {
        flex: 0 0 40%;
        max-width: 40%;
        padding: 0.5em;
        scroll-snap-align: center;
    }
}

@media (max-width: 680px) {
    .basket-products .CRMProdItemList .CRMProdItemSummary {
        flex: 0 0 60%;
        max-width: 60%;
        padding: 0.5em;
    }
}
  
.alert {
  margin-top: 2rem;
  padding: var(--space-sm);
  margin-bottom: 0;
}
  
.OrderDetails .CRMBasketSummary .table-responsive {
  width: 96%;
}

@media (max-width: 680px) {
  .OrderDetails .CRMBasketSummary .table-responsive {
  width: 100%;
	}
}
  
.forms-section-alt .enquiry {
    max-width: 1218px;
    margin: auto;
    display: flex;
}
  
.forms-section-alt .enquiry h2 {
    background: linear-gradient(to right, #00274d, #3b6894);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}
  
.enq-list .enquiry-text h2 {
    background: linear-gradient(to right, #00274d, #3b6894);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}
  
.product-text-section h3 {
    margin-bottom: var(--space-sm);
}
  
.forgotpassword1 div#loginForm {
    margin: var(--space-md) 0;
}
  
.reg-page p {
    margin-top: var(--space-md);
}
  
@media (max-width: 680px) {
  button#submitform {
    height: 45px;
    width: 162px;
  }
}
  
.form-control-tick-box {
    margin-top: 3rem;
    font-weight: bold;
}
  
.prospect-form-checkbox-label {
    margin-top: 0.5rem;
}
  
.enq-page {
    margin: var(--space-md) 0;
}
  
.enquiry-page-text {
    margin: var(--space-md) 0;
}
  
.account-section {
    max-width: 1250px;
    margin: auto;
    padding: var(--space-md) var(--space-sm);
}
  
.account-container1 {
    min-height: 500px;
}
  
.accountmargin1 {
    padding: 0 var(--space-sm);
    min-height: 500px;
}
  
.divManage.CRMListLineItems table td {
    font-size: 0.9rem;
}
  
.CRMOrderStatus table tr td[colspan="6"][width="90%"] {
    font-size: 0.8rem;
  	color: black;
}
  
tr.highlighted-row {
    background-color: #164470 !important;
}
  
.accountmargin1 p {
    margin-bottom: 2rem;
}
  
tr.DelHistRow {
    font-size: 0.9rem;
}
  
td[colspan="7"] {
    padding-bottom: 4rem;
}
  
tr.passwordnote {
    font-size: 0.8rem;
}

.CRMContactUpdate tr:last-child {
    display: flex;
    flex-direction: column-reverse;
    margin: var(--space-sm) 0 0 0;
}

.CRMContactUpdate td input[value="Update"] {
    width: 180px;
    height: 50px;
    background-color: #00274d !important;
    border: none !important;
    color: #fafbfb !important;
    font-size: 1rem;
  	transition: color 0.4s ease, background-color 0.4s ease;
  	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
}

.CRMContactUpdate td input[value="Update"]:hover {
    background-color: #fafbfb !important;
    color: black !important;
}

.CRMContactUpdate td input[value="Update"]:focus {
    background-color: #fafbfb !important;
    color: black !important;
}

@media (max-width: 680px) {
  .CRMContactUpdate td input[value="Update"] {
  	height: 45px;
  	width: 162px;
  }
}

.CRMContactUpdate td input[value="Back to Manage Users"] {
    background-color: transparent !important;
    color: black !important;
    border: 0 !important;
    width: 100%;
    padding: 0 !important;
    text-align: left;
    margin-top: -2rem;
    font-size: 0.8rem;
  	transition: color 0.4s ease;
}
  
table tbody tr.addbutton {
    background-color: white;
}

table tbody tr.addbutton td {
    padding: var(--space-xs) 0 var(--space-sm) 0;
}
  
.accountmargin1 h1 {
    padding-right: 40px;
}
  
.CRMAddressEditForm .formcontrols {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
}
  
.CRMAddressEditForm .formcontrols input[type="submit"] {
    margin: 0 0 var(--space-sm) 0;
    width: 180px;
    height: 50px;
    border: none;
    background-color: #00274d !important;
    color: #fafbfb !important;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
    transition: color 0.4s ease, background-color 0.4s ease;
}

.CRMAddressEditForm .formcontrols input[type="submit"]:hover {
  background-color: #fafbfb !important;
  color: black !important;
}

.CRMAddressEditForm .formcontrols input[type="submit"]:focus {
  background-color: #fafbfb !important;
  color: black !important;
}

@media (max-width: 680px) {
  .CRMAddressEditForm .formcontrols input[type="submit"] {
    height: 45px;
    width: 162px;
  }
}

  
.CRMAddressEditForm .formcontrols input[type="button"] {
    margin: 0 0 var(--space-sm) 0;
    border: none;
    background-color: transparent !important;
    padding: 0 !important;
    transition: color 0.4s ease;
}
  
.CRMAddressEditForm .formcontrols input[type="button"]:hover {
  color: #6e93b8 !important;
}
  
.alert-title i.fa-solid.fa-weight-scale {
    color: #fafbfb;
} 
  
.container-strap .row {
    align-items: center;
}

@media (max-width: 768px) {
	.container-strap .row {
		gap: 1rem;
	}
}
  
@media (max-width: 768px) {
  	.kings-image img {
      	max-height: 120px;
    }
}
  
// sorting filter //

.sort-controls.ml-auto {
    flex: 0 0 100%;
    display: flex;
    justify-content: flex-end;
}
  
.sort-controls {
    width: 100%;
    margin-bottom: 1rem;
    font-size: 0.8rem;
    display: flex;
    justify-content: space-evenly;
}

select#product-sort {
    border: 0;
  	width: 145px;
  	text-align: right;
  	transition: color 0.4s ease-in-out;
}
  
select#product-sort:hover {
    color: #3b6894;
}
  
:focus-visible {
    outline: none;
}

#main-page-sort-buttons button {
    background-color: transparent;
    color: black;
    border: none;
    transition: color 0.4s ease, scale 0.4s ease, text-decoration 0.4s ease;
}

#main-page-sort-buttons button:hover {
    color: #3b6894;
    scale: 105%;
}

#main-page-sort-buttons button.active {
    color: #3b6894;
    scale: 105%;
  	text-decoration: underline;
  	text-underline-offset: 0.5rem;
}

@media (max-width: 992px) {
  .CRMFilterList.d-lg-block h5 {
    display: none;
	}
}
  
/* mobile filter toggle */

.filter-toggle.d-block.d-lg-none.mb-2:hover {
    background-color: rgba(233, 236, 239, 0.6) !important;
    color: black !important;
}


/* button fixes */

.CRMProdItemDetail #CRMAddButton1 input[type="submit"].CRMBuyButton {
    height: 50px;
    width: 180px;
}

button#main-product-add-to-wishlist {
    background-color: #00274d;
    border: none;
  	font-weight: bold;
    color: #fafbfb;
    font-size: 0.9rem;
    width: 265px;
    height: 50px;
  	transition: color 0.4s ease, background-color 0.4s ease, border 0.4s ease;
  	order: 7;
  	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

button#main-product-add-to-wishlist:hover {
    background-color: #fafbfb;
    color: black;
}

button#main-product-add-to-wishlist:active {
    background-color: #fafbfb;
    color: black;
}




/* Main Navigation Bar (sticky) styles - Incorporates original Header's 'py-3' */
.site-header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    z-index: 10000;
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.1);
    border-radius: 0;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  	align-content: center;
  	min-height: 76px;
}

/* Flexbox for the row inside header-section - Mimics Bootstrap row behavior */
.site-header .row {
    display: flex;
    align-items: center; /* Vertically centers items */
    justify-content: space-between; /* Spreads items out */
    flex-wrap: wrap; /* Allows items to wrap on smaller screens */
}

/* Logo Section */
.header-logo-1 {
    flex-shrink: 0;
}
@media (min-width: 1024px) { /* lg breakpoint */
    .header-logo-1 {
        margin-bottom: 0; /* mb-lg-0 */
    }
}

.company-logo img {
    width: 100px; /* Placeholder width */
    height: 35px; /* Placeholder height */
}

/* Desktop Search Wrapper - Controlled purely by CSS for visibility */
.desktop-search-wrapper {
    display: none; /* Hidden by default on small/medium screens */
  	flex-grow: 1;
  	align-items: center;
}
/* Show on large devices (lg breakpoint) */
@media (min-width: 992px) { /* lg breakpoint - Bootstrap's lg is 992px */
    .desktop-search-wrapper {
        display: flex; /* Show as flex on large screens */
        justify-content: center; /* Center content within its flex container */
      	flex-grow: 1;
    }
}

/* Styling for the search form injected by CMS_OBJECT_HEADERSEARCH */
.group-search-container form {
    display: flex;
    align-items: center;
    width: 100%;
}

.group-search-text {
    flex-grow: 1;
    border: 1px solid #d1d5db;
    outline: none;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.group-search-text:focus {
    border-color: #6b7280;
    box-shadow: 0 0 0 1px #6b7280;
}

.btn.btn-default {
    background-color: #1f2937;
    color: #ffffff;
    padding: 0.5rem 0.75rem;
    border-radius: 0;
    border: none;
    cursor: pointer;
    transition: background-color 0.15s ease-in-out;
}

.btn.btn-default:hover {
    background-color: #374151;
}

/* Header Icons and Hamburger Button Group */
.header-icons-end-group { /* New wrapper to group icons and hamburger */
    display: flex;
    align-items: center;
    margin-left: auto; /* Pushes the entire group to the right if space allows */
  	flex: 0 0 30%;
  	justify-content: flex-end;
}

/* Individual action items (account, help, basket) */
.action {
    display: block; /* Default for mobile/small screens */
}
/* Hide account and help on very small screens, visible on sm and up */
.action.my-account, .action.help {
    display: none;
}
@media (min-width: 640px) { /* sm breakpoint */
    .action.my-account, .action.help {
        display: block;
    }
}

.action .icon {
    color: black;
    transition: color 0.4s ease-in-out;
    cursor: pointer;
}

.action .icon:hover {
    color: #00274d;
}

.action a {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: black;
    text-decoration: none;
    transition: color 0.15s ease-in-out;
    position: relative; /* CRITICAL: Makes the anchor tag the positioning context for its children */
}

.action a:hover {
    color: #00274d;
}

/* Counter badge styling, applied directly to the .action-label that contains the count */
.action.help a .action-label,
.action.basket-items a .action-label {
    background-color: rgba(202,24,24,0.8);
    color: #fafbfb;
  	backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    font-weight: bold; /* Bold text */
    border-radius: 50%; /* Make it perfectly round */
    padding: 0.25rem; /* Smaller padding for compactness */
    position: absolute; /* Position absolutely relative to its parent 'a' */
    top: -6px; /* Adjust position for overlap */
    right: -10px; /* Adjust position for overlap */
    line-height: 1; /* Ensure text is vertically centered within the circle */
    min-width: 1rem; /* Ensure minimum size for single digit */
    min-height: 1rem; /* Ensure height for roundness */
    display: flex; /* Use flexbox to center content */
    align-items: center;
    justify-content: center;
    text-align: center;
    white-space: nowrap; /* Prevent text wrapping */
    box-sizing: border-box; /* Include padding in size */
    z-index: 10; /* Ensure it's above the icon */
    
    /* DEFAULT HIDDEN STATE */
    opacity: 0;
    transform: scale(0.5); /* Start smaller when hidden */
    
    /* Transitions for smooth appearance/disappearance */
    transition: opacity 0.2s ease-out, transform 0.2s ease-out;
}

/* VISIBLE STATE - applied when JS adds .visible class */
.action.help a .action-label.visible,
.action.basket-items a .action-label.visible {
    opacity: 1;
    transform: scale(1); /* Scale up when visible */
}


/* Hamburger button and "Menu" text - Always present */
.navbar-header {
    display: flex; /* Always display as flex for alignment */
    align-items: center;
    margin-left: 1.4rem; /* Add some space from icons */
}

@media (max-width: 450px) {
  .navbar-header {
    margin-left: 0.9rem;
  }
}

@media (min-width: 992px) {
  .navbar-header {
    display: none;
  }
}

/* No media query here, so it's always visible */

#menuToggle { /* Button for the hamburger */
    padding: 0;
    outline: none;
    border: none;
    background: transparent;
    border-radius: 0;
    color: #1f2937;
    cursor: pointer;
}
/* Hamburger icon animation */
.hamburger-icon .line {
    transition: all 0.3s ease-in-out;
    transform-origin: center;
    fill: currentColor;
}

.hamburger-icon.open .line.top {
    transform: translateY(13px) translateX(-20px) rotate(45deg);
}

.hamburger-icon.open .line.middle {
    opacity: 0;
    transform: scaleX(0);
}

.hamburger-icon.open .line.bottom {
    transform: translateY(-15px) translateX(-10px) rotate(-45deg);
}

.navigation-text { /* "Menu" text from original Nav */
    color: #1f2937;
    font-size: 1rem;
    margin-left: 0.5rem; /* Spacing from hamburger icon */
}
/* No media query here, so "Menu" text is always visible.
   If you want to hide the text on desktop, add a media query here. */


/* Mobile Search Container - Explicitly hidden as per user request */
.mobile-search-container {
    /* display: none !important; /* Forces it to be hidden, overriding any other potential rules */
    width: 100%; /* col-12 from original */
}
/* Specific rule for the mobile search box ID to ensure it's hidden *//*
#CRMProdSearch { /* Assumed ID if CMS_OBJECT_HEADERSEARCH_MOBILE outputs a div */
   /* display: none !important;
}*/

/* Styling for the form within the mobile search box (if it were ever visible) */
#CRMProdSearch form {
    display: flex;
}

#CRMProdSearch .searchTextBox {
    flex-grow: 1;
    border: 1px solid #d1d5db;
    padding: 0.5rem;
    outline: none;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
#CRMProdSearch .searchTextBox:focus {
    border-color: #6b7280;
    box-shadow: 0 0 0 1px #6b7280;
}

#CRMProdSearch .btn.btn-primary.btn-sm {
    background-color: #1f2937;
    color: #ffffff;
    padding: 0.5rem 0.75rem;
    margin-left: 0.5rem;
    border-radius: 0;
    border: none;
    cursor: pointer;
    font-size: 0.875rem;
    transition: background-color 0.15s ease-in-out;
}
#CRMProdSearch .btn.btn-primary.btn-sm:hover {
    background-color: #374151;
}

/* Full-screen Menu Overlay - Replaces original Bootstrap collapsed menu functionality */
.menu-overlay {
    transition: transform 0.4s ease-in-out; /* Smooth slide-in/out animation */
    transform: translateX(100%); /* Starts off-screen to the right */
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.6);
  	backdrop-filter: blur(25px);
  	-webkit-backdrop-filter: blur(25px);
    z-index: 1002;
    overflow-y: auto; /* Allows scrolling within the menu */
    border-radius: 0;
    top: 0; /* Will be dynamically set by JS */
    height: 100vh; /* Will be dynamically set by JS */
}

.menu-overlay.open {
    transform: translateX(0); /* Slides into view */
}

/* Menu overlay inner container - Matches original Nav's 'container-large navigation' */
.menu-overlay .container-large.navigation {
    max-width: 80rem; /* Consistent max-width */
    margin-left: auto;
    margin-right: auto;
    padding: 2rem 1rem; /* py-8 px-4 */
}
@media (min-width: 640px) { /* sm breakpoint */
    .menu-overlay .container-large.navigation {
        padding-left: 1.5rem; /* sm:px-6 */
        padding-right: 1.5rem; /* sm:px-6 */
    }
}
@media (min-width: 1024px) { /* lg breakpoint */
    .menu-overlay .container-large.navigation {
        padding-left: 2rem; /* lg:px-8 */
        padding-right: 2rem; /* lg:px-8 */
    }
}

.CRMCategoryList {
    color: #1f2937;
}

/* Ensure the CRMCategoryList div itself takes up space */
.CRMCategoryList {
    width: 100%; /* Ensure it spans the full width of its column */
  	margin: 2rem auto;
  	max-width: 900px;
  	padding: 0 var(--space-sm);
}

.CRMCategoryList h3 {
    display: none;
}

.CRMCategoryList ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Important: Overriding Bootstrap's collapse default for the menu when the overlay is open */
/* This ensures the UL that CMS_OBJECT_CATEGORIES provides is always displayed when the overlay is open */
.CRMCategoryList .collapse.navbar-collapse {
    display: block !important; /* Ensure the menu content is visible when the overlay is active */
    width: 100%; /* Take full width within its container */
}

.CRMCategoryList ul > li > a { /* Target top-level links */
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 1rem 1rem;
    border-radius: 0;
    color: inherit;
    text-decoration: none;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.CRMCategoryList ul > li > a:hover {
    background-color: #00274d;
  	color: #fafbfb;
}

/* SVG icon for submenu toggle */
.CRMCategoryList ul > li > a svg {
    width: 1rem;
    height: 1rem;
    margin-left: 0.5rem;
    transition: transform 0.2s ease-in-out;
    transform: rotate(0deg);
}

/* Rotation for active submenu icon - Uses 'expanded' class from original JS */
.CRMCategoryList ul > li.expanded > a svg {
    transform: rotate(90deg);
}

/* Submenu styles */
.submenu { /* Assumed to be child of li.has-child */
    padding-left: 2rem;
    padding-top: 0.5rem;
    max-height: 0; /* Initially collapsed */
    overflow: hidden;
    transition: max-height 0.4s ease-out;
    border-radius: 0;
}

.submenu.open { /* This is the class my JS adds for expanded submenus */
    max-height: 500px; /* Expands to show content (adjust if content exceeds this) */
}

.submenu li a {
    display: block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 1rem !important;
    color: #4b5563;
    text-decoration: none;
    border-radius: 0;
    transition: color 0.15s ease-in-out;
}

.submenu li a:hover {
    color: #1f2937;
}

ul.submenu {
    padding: 0rem 2rem;
}


/* --- START: COMPREHENSIVE SEARCH & MODAL CSS (ADD TO VERY END OF STYLESHEET) --- */

/* Desktop Search Placeholder: Mimics Bootstrap's col-lg-6 behavior */
.desktop-search-placeholder {
    display: none; /* Hidden by default on mobile/tablet */
    /* On desktop, this will behave like a col-lg-6 */
    flex: 0 0 40%; /* Equivalent to col-lg-6 flex properties */
    max-width: 40%; /* Equivalent to col-lg-6 max-width */
    position: relative; /* Ensure it contains absolutely positioned elements correctly */
    padding-left: 0; /* Remove Bootstrap default padding if applied by parent .row */
    padding-right: 0; /* Remove Bootstrap default padding if applied by parent .row */
}

@media (min-width: 992px) { /* lg breakpoint - apply desktop styles */
    .desktop-search-placeholder {
        display: block !important; /* Force display as block on large screens to act as a column */
    }

    /* Container for search form within the desktop placeholder */
    /* This targets the div that wraps your <form> if (CMS_OBJECT_HEADERSEARCH) outputs a wrapper like group-search-container */
    .desktop-search-placeholder .group-search-container {
        width: 100%;
        margin: 0; /* Remove any default margins */
        padding: 0; /* Remove any default padding */
    }

    /* The search form itself - CRITICAL: position relative for button positioning */
    .desktop-search-placeholder .group-search-container form {
        position: relative; /* Allows button to be absolute relative to form */
        width: 100%; /* Form takes full width of its container */
        margin-bottom: 0; /* Remove default Bootstrap margin */
    }

    /* The form-group for the search input - CRITICAL: make this a flex container */
    .desktop-search-placeholder .group-search-container form .form-group {
        width: 90%; /* Form-group takes full width of its parent (form) */
    }

    /* The desktop search button - CRITICAL: absolute position, height 100% */
    .desktop-search-placeholder .group-search-container form .btn.btn-default {
        position: absolute; /* Position relative to its parent form */
        right: 0; /* Align to the right edge of the form */
        top: 0; /* Align to the top edge of the form */
        height: 100%; /* Take full height of the form */
        line-height: 1; /* Adjust line height for vertical centering of icon */
        background: transparent; /* White background as per your live CSS */
        border-radius: 0 !important; /* Ensure no border radius */
        border: none;
      	color: black;
        cursor: pointer;
        display: flex; /* Make it a flex container to center the icon */
        align-items: center; /* Vertically center icon */
        justify-content: center; /* Horizontally center icon */
        transition: background-color 0.4s ease-in-out, border 0.4s ease-in-out, color 0.4s ease-in-out;
      	font-size: 1.4rem;
      	font-weight: bold;
      	padding: 0;
      	width: 10%;
    }
    .desktop-search-placeholder .group-search-container form .btn.btn-default:hover {
      	color: #3b6894;
    }

    /* Hide text inside the desktop button, show glyphicon icon */
    .desktop-search-placeholder .group-search-container form .btn.btn-default span:not(.glyphicon-search) {
        display: none;
    }
    .desktop-search-placeholder .group-search-container form .btn.btn-default .glyphicon.glyphicon-search {
        display: block;
        font-size: 1.1rem; /* Adjust icon size */
        margin: 0;
    }
}

/* Mobile Search Modal Styles */
#mobileSearchModal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6); /* bg-white */
  	backdrop-filter: blur(25px);
  	-webkit-backdrop-filter: blur(25px);
    z-index: 60; /* Higher than main menu overlay */
    transform: translateX(100%); /* Starts off-screen to the right */
    transition: transform 0.4s ease-in-out;
    display: flex; /* Use flex to center content */
    align-items: center; /* Center vertically */
    justify-content: center; /* Center horizontally */
    padding: 1rem; /* Overall padding */
    box-sizing: border-box; /* Include padding in dimensions */
}

#mobileSearchModal.open {
    transform: translateX(0); /* Slides into view */
}

#mobileSearchModal .modal-content {
    width: 100%;
    max-width: 500px; /* Limit search input width for better aesthetics in modal */
    position: relative; /* For close button positioning */
    background-color: transparent; /* Ensure background if needed */
    padding: 2rem; /* Padding inside the modal content box */
    display: flex;
    flex-direction: column;
    align-items: center; /* Center content vertically in the column */
  	border: 0;
  	box-shadow: none;
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

#mobileSearchModal .mobile-search-form-wrapper {
    width: 100%; /* Ensure the form wrapper takes full width */
}

/* Styles for the injected (CMS_OBJECT_HEADERSEARCH) content when it's inside the mobile modal */
/* Note: Since the same HTML structure is injected, we need to ensure mobile-specific overrides. */

/* Ensure the form itself is relative and takes full width in the modal */
#mobileSearchModal .mobile-search-form-wrapper .group-search-container form {
    position: relative; /* For absolute button positioning */
    width: 100%; /* Ensure it takes full width within the modal's wrapper */
    margin-bottom: 0;
}

/* Ensure the form-group containing the input is flex, making space for button */
#mobileSearchModal .mobile-search-form-wrapper .group-search-container form .form-group {
    display: flex; /* Make it a flex container */
    flex-grow: 1; /* Allow it to grow */
    width: 100%; /* Take full width of its parent */
    margin-bottom: 0;
    padding-right: 96px; /* Space for absolute button (adjust for button width) */
    box-sizing: border-box;
}

/* The input field within the modal */
#mobileSearchModal .mobile-search-form-wrapper .group-search-container form .form-group .group-search-text {
    width: 100%; /* Take full width of its flex parent */
    max-width: none !important; /* No max-width constraint for flexibility */
    flex-grow: 1; /* Fill available space */
    box-sizing: border-box;
    outline: none;
    font-size: 1rem;
    color: black;
  	background-color: transparent;
}

/* The search button within the mobile modal - CRITICAL: Absolute position */
#mobileSearchModal .mobile-search-form-wrapper .btn.btn-default {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    line-height: 1;
    background-color: #00274d;
    color: #fafbfb;
    border-radius: 0;
    cursor: pointer;
    font-size: 1.2rem;
    font-weight: bold;
    transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out, border 0.4s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 96px;
}

#mobileSearchModal .mobile-search-form-wrapper .btn.btn-default:hover {
    background-color: #3b6894;
}

button#mobileSearchCloseBtn {
    background-color: transparent;
    border: 0;
    color: black;
    text-decoration: underline;
  	text-underline-offset: 4px;
    padding: 0;
    position: relative;
    margin-left: auto;
    font-size: 0.8rem;
    bottom: 1rem;
}

/* Hide text in modal button, show icon (both fa-magnifying-glass and glyphicon-search) */
#mobileSearchModal .mobile-search-form-wrapper .btn.btn-default span:not(.fa-magnifying-glass):not(.glyphicon-search) {
    display: none;
}
#mobileSearchModal .mobile-search-form-wrapper .btn.btn-default i.fa-magnifying-glass,
#mobileSearchModal .mobile-search-form-wrapper .btn.btn-default .glyphicon.glyphicon-search {
    display: block;
    margin: 0;
}

/* Hide the mobile search trigger icon on desktop (ensures it's not shown alongside desktop search) */
.action.search.d-lg-none { /* Specificity for this mobile-only trigger */
    display: flex; /* Default on mobile */
}
@media (min-width: 992px) {
    .action.search.d-lg-none {
        display: none !important; /* Force hide mobile trigger on desktop */
    }
}

/* --- END: COMPREHENSIVE SEARCH & MODAL CSS --- */


html.scroll-locked-html {
    overflow: hidden !important; /* Force hide overflow */
    position: fixed !important; /* Fix HTML position relative to viewport */
    width: 100% !important; /* Maintain HTML width */
    /* top will be set dynamically by JavaScript to the negative of scroll position */
}

/* more styles */

.log-in-page {
    max-width: 833.333333px;
    margin: auto;
}

.form-control {
  font-size: 0.9rem;
  font-family: 'Jakarta';
}

@media screen and (max-width: 767px) {
  .CRMProdItemListTitle {
    display: block;
  }
  .CRMProdItemDetailImg {
    width: 100%;
    text-align: center;
    padding-bottom: 1rem;
    position: unset;
  }

  .CRMProdItemDetailImg + div {
    width: 100%;
  }
  #home-mini-basket .CRMMiniBasket {
    display: none;
  }
}

.savebasketcontrol {
    display: none !important;
}

.forgotpassword1 {
    max-width: 833.3333333333px;
    margin: auto;
}

#inputUser input {
    border: none;
    border-bottom: 1px solid black;
    width: 100%;
    background-color: transparent;
    font-size: 0.9rem;
}

#submitLogin input[type="submit"] {
    width: 180px;
    height: 50px;
    background-color: #00274d;
  	color: #fafbfb;
  	font-weight: bold;
    border: none;
    transition: border 0.4s ease, background-color 0.4s ease, color 0.4s ease;
  	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
}

#submitLogin input[type="submit"]:hover {
    background-color: #fafbfb;
    color: black;
}

response {
    background-color: #00274d;
    padding: var(--space-sm);
    display: block;
    color: #fafbfb;
    margin: var(--space-md) auto;
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
}

.CheckoutComplete .bg-danger {
    background-color: #dc3545 !important;
    padding: var(--space-sm);
    color: white;
    margin-bottom: 1rem;
    text-align: center;
    font-weight: bold;
}

@media (max-width: 1024px) {
  .products-section h2 {
    padding: 0 var(--space-sm) !important;
	}
}

/* nav links styles */

.nav-bar-wrapper {
  background-color: #00274d;
  position: sticky;
  top: 74px;
  z-index: 10000;
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
}

.nav-links {
  display: flex;
  justify-content: space-between;
  max-width: 1218px;
  margin: 0 auto;
  padding: var(--space-sm);
}

.nav-group {
  display: flex;
  gap: 3rem;
}

.nav-links a {
  color: #fafbfb;
  transition: color 0.4s ease, text-decoration-color 0.4s ease, scale 0.4s ease;
  text-decoration: none;
  text-underline-offset: 1.2rem;
  text-decoration-line: underline;
  text-decoration-thickness: 3px;
  text-decoration-color: transparent;
}

.nav-links a:hover {
  text-decoration-color: #fafbfb;
}

 .clearance-link i,
.clearance-link .info-icon {
  margin-right: 0.5rem;
  font-size: 1rem;
  vertical-align: top;
  transition: color 0.4s ease;
  color: #fafbfb;
  top: 5px;
  position: relative;
}

/* Hide nav group and float clearance on small screens */
@media (max-width: 991px) {
  .nav-group {
    display: none;
  }
  
  .nav-links {
    display: none;
  }

  .clearance-link {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  }
}

.header-section .group-item-name {
    padding: 0;
    font-size: 0.8rem;
    font-weight: 400;
}


/* categories alterations */

.group-thumbs-container a.thumbnail.group-item-link {
    display: flex;
    flex-direction: column;
    color: #fafbfb;
    transition: background-color 0.4s ease;
    flex-wrap: wrap;
    width: 100%;
    align-items: stretch;
}

.group-thumbs-container img.group-item-image {
  order: 1;
    height: 220px;
    object-fit: cover;
  	padding: 0.5rem;
}

.group-thumbs-container .group-item-name {
   	order: 2;
    transition: background-color 0.4s ease, color 0.4s ease, border-color 0.4s ease !important;
    padding: 0rem 0.5rem 0.5rem 0.5rem;
    background-color: transparent;
    border: none;
    color: #fafbfb;
    font-weight: bold;
    display: block;
    text-align: left !important;
    font-size: 1.3rem;
    width: 100%;
    word-break: break-word;
    overflow-wrap: break-word;
  	white-space: normal !important;
  	text-decoration: underline;
  	text-underline-offset: 0.5rem;
}

.group-thumbs-container .group-item-name:hover {
  background-color: transparent;
  color: #fafbfb !important;
}

.group-thumbs-container span.group-item-desc {
    order: 3;
    padding: 0rem 0.5rem 0.5rem 0.5rem;
    font-size: 0.9rem;
}

p.group-current-desc {
    display: none;
}

.fancybox__backdrop {
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
}

.address-details-wrapper .control-label {
    font-weight: bold;
}

.CRMBasketOrderHeaderCountry.CRMBasketOrderHeaderAddressField label {
    font-weight: bold;
}

.stripe-container label {
    font-size: 0.9rem;
    font-weight: bold;
}

.form-sub-heading {
    font-weight: 500;
}

.alert.alert-success.CRMRegistrationSuccess {
    margin: auto;
    border-radius: 0px !important;
    border: none;
}

.CRMProdItemListTitle .CRMProdCatDesc {
    display: none;
}

.CRMChangePassword label {
    font-size: 0.9rem;
}

tr.title, tr.forename, tr.surname, tr.email, tr.password2 {
    height: 3rem;
}

tr.password {
    margin-top: -10px;
}

tr.password2 {
  margin-top: -7px;
}

.footer-top-row-text {
    margin-right: 2rem;
}

.product-variations select {
    border: none;
  	border-radius: 0px;
    background-color: #fafbfb;
    color: black;
  	font-weight: bold;
  	font-size: 0.8rem;
  	text-wrap: auto;
    height: auto;
  	padding: var(--space-xs);
  	-webkit-appearance: none; /* Safari & iOS */
    -moz-appearance: none;    /* Firefox */
    appearance: none;         /* Standard */
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1) !important;
  	transition: background-color 0.4s ease, color 0.4s ease;
}

.product-variations label {
    margin-bottom: 0.25rem;
    font-weight: bold;
  	color: #164470;
}

.product-variations {
    order: 10;
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
}

.CRMProdItemAddToBasket select {
  	-webkit-appearance: none; /* Safari & iOS */
    -moz-appearance: none;    /* Firefox */
    appearance: none;         /* Standard */
    width: 100%;
    border: none;
  	border-radius: 0px;
    background-color: #fafbfb;
    margin: 0 0 0.5rem 0;
    font-size: 0.8rem;
    font-weight: bold;
    color: black;
    text-wrap: auto;
    height: auto;
  	padding: var(--space-xs);
  	transition: color 0.4s ease, background-color 0.4s ease;
  	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
}



.login-form .form-group label {
    font-weight: bold;
}

.forgotpassword1 div#inputUser {
    margin-top: 0.5rem;
}

.forgotpassword1 form {
    font-weight: bold;
}

.CRMProdItemDetailImg + div .CRMProdItemAddToBasket {
    display: flex;
  	flex-direction: row;
}

.CRMEditAddress input[type="submit"] {
    width: 180px;
    height: 50px;
    border: none;
    background-color: #00274d !important;
    font-size: 1rem;
    font-weight: bold;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
  	transition: color 0.4s ease, background-color 0.4s ease;
}

.CRMEditAddress input[type="submit"]:hover {
  	background-color: #fafbfb !important;
  	color: black !important;
}

@media (max-width: 991px) {
  .nav-bar-wrapper {
    display: none !important;
  }
}

.quote-list-flex {
    display: flex;
    align-items: flex-start;
    gap: 4%;
}

@media (max-width: 833.3333px) {
	.quote-list-flex {
		flex-direction: column;
	}
}

div#prospect-form-13 {
    flex: 0 0 48% !important;
    margin-top: 1rem !important;
}

@media (max-width: 833.333px) {
  div#prospect-form-13 {
    padding: var(--space-xs) !important;
      }
}

@media (max-width: 800px) {  
  div#prospect-form-6 {
    padding: var(--space-xs) !important;
      }
}

.mailing-list-flex {
    display: flex;
    gap: 5%;
}

@media (max-width: 800px) {
  .mailing-list-flex {
  display: block;
	}
}

.mailing-list-text {
    flex: 0 0 47.5%;
}

@media (max-width: 800px) {
  section.enquiryformcontainer {
    padding: var(--space-xs);
      }
}

.fancybox__container {
  z-index: 10001;
}












