/* COLLECTION OUTPUT STYLESHEET */


.bri-col-outer-initial {
    max-width: 1450px;
    min-height: 500px;
    margin:1em auto;
}

.bri-col-outer-initial-in::after {
	clear: both;
	content: "";
	display: table;
}

.bri-col-outer-initial-in {
	list-style: none;
	margin: 0;
	padding: 0;
}

.bri-col-grid-lhs-upper {
	float: left;
	min-height: 1px;
	width: 100%;
	padding:1em;
}

.bri-col-grid-lhs-lower {
	padding:1em;
}

.bri-col-grid-rhs {
	float: left;
	min-height: 1px;
	width: 100%;
	padding:1em;
}

.bri-col-outer {
    max-width: 1450px;
    min-height: 250px;
    margin:1em auto;
    display: flex;
	flex-direction: column;
	flex:1 1 100%;
}

.bri-base-menu-outer {
    max-width: 1450px;
    margin:1em auto;
    display: flex;
	flex-direction: column;
	flex:1 1 100%;
}

.bri-col-outer-related {
    max-width: 1450px;
    min-height: 250px;
    margin:1em auto 3em auto;
    display: flex;
	flex-direction: column;
	flex:1 1 100%;
}

.col-background {
	background-color: var(--main-accent-color);
}

.col-background .bri-col-outer {
	margin: 0 auto;
	padding:2em 0 5em 0;
}

.bri-bri-lhs-prod-img-contain {
	position: relative;
    display: flex;
    flex-direction: column;
    flex: 0 1 100%;
    background-color:#fff;
    padding: 1em;
}

.bri-lhs-prod-img {
    display: flex;
    justify-content: center;
    margin-bottom:0.6em;
    padding:1em;
}

.bri-lhs-img-caption {
    display: flex;
    justify-content: center;
    margin-bottom:1em;
}

.bri-col-grid-rhs h1 {
    margin:0 0 0.25em 0;
    padding:0;
}

.bri-col-grid-rhs h2 {
    margin:0 0 0.2em 0;
    padding:0;
}

/* PRODUCT THUMBNAIL IMGs */
.bri-img-thumb-contain-scroll {display: flex; flex-wrap: nowrap; overflow-x: auto; -webkit-overflow-scrolling: touch; padding:1em;}
.bri-img-thumb {flex: 0 0 auto; padding:0.2em;}
@media screen and (min-width: 961px) {
    .bri-img-thumb-contain-scroll {flex-wrap:wrap;}
    .bri-img-thumb {width: max-content;}
}
@media screen and (min-width: 961px) and (max-width: 1150px) {
    .bri-img-thumb-contain-scroll {align-items: center; justify-content: center;}
}

.col-grid-full-span {
    display: flex;
    flex-direction: column;
    flex:1 1 100%;
    background-color:#fff;
}

.col-grid-full-span p {
    margin-bottom:0.6em;
}

.col-grid-full-span p:has(b) {
    margin-top:2em;
}

.col-grid-full-span b {
	font-family: 'Urbanist', sans-serif;
    font-size:1.5em;
    font-weight: 600;
    color: #000;
}



.col-grid-full-span ul {
    margin:0;
}

.col-grid-span {
    display: flex;
    flex-direction: column;
    flex:1 1 100%;
    background-color:#fff;
}

.blue-background {
	background-color: var(--main-accent-color);
}

.flex-column-100 {
    display: flex;
    flex-direction: column;
    flex:1 1 100%;
}

.inner-grid-base {
    display: flex;
    flex-direction: column;
    flex: 1 1 100%;
}

.w-flex-20 {
    flex: 1 1 20%;
	max-width: 20%;
}

.w-flex-25 {
    flex: 1 1 25%;
	max-width: 25%;
}

.w-flex-20-rel-items {
    display: flex;
    flex-direction: column;
    flex: 1 1 20%;
	max-width: 20%;
	border:0;
}

.w-flex-33 {
    flex: 1 1 33.3%;
	max-width: 33.3%;
}

.w-flex-50 {
    flex: 1 1 50%;
	max-width: 50%;
}

.w-flex-75 {
    flex: 1 1 75%;
	max-width: 75%;
}

.w-flex-100 {
    flex: 1 1 100%;
	max-width: 100%;
}

.inner-40 {
	flex: 1 1 40%;
	max-width: 40%;
}

.inner-60 {
	flex: 1 1 60%;
	max-width: 60%;
}

.flex-middle-align {
	justify-content: center;
}

.col-grid-span ul {
    margin:0;
}

.col-grid-span table {
	border-collapse: collapse;
	width: 100%;
}

.page-content-main div:has(table), .bri-ac-inner div:has(table) {
	overflow-x: auto;
	white-space: nowrap;
	margin-bottom: 2em;
}

.size-chart-img-present .bri-ac-inner {
	display: flex;
	flex-direction: row;
}

.size-chart-img-present .bri-ac-inner div:first-of-type {
	display: flex;
	align-items:center;
	justify-content: center;
	padding-right: 2em;
}

.size-chart-img-present .bri-ac-inner div:has(table) {
	display: flex;
	flex-grow: 1;
}

.size-chart-img-present .bri-ac-inner img {
	max-width: 100%;
	max-height: 100%;
}

.col-grid-span tbody > tr:first-child > td {
	font-weight: 700;
	background-color: var(--main-accent-color);;
	color: #FFF;
}

.col-grid-span tr:nth-child(even) {
	background-color: #E7E7E7;
}

.col-grid-span td {
	padding: 0.8em;
}

.content-sub-heading, .content-area-alert-blue .page-content-main p:has(b) {
	font-family: 'Urbanist', sans-serif;
    font-size:1.8em;
    font-weight: 600;
    color: #000;
	margin:0 0 0.5em 0;
}

.content-area-alert-blue .page-content-main p:has(b) {
	color: var(--main-accent-color);
}

.content-sub-heading-backing {
	font-family: 'Urbanist', sans-serif;
    font-size:1.8em;
    font-weight: 600;
    color: #FFF;
	margin:0 0 1em 0;
}

.heading-divider {
	display: block;
	text-align: center;
	position: relative;
	margin:2em 0 1em 0;
}

.heading-divider::before {
	content: "";
  	display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 1px;
    background-color: #000;
}

.heading-divider span {
	background-color: #fff;
  padding: 0 12px;
  display: inline-block;
  z-index: 5;
  position: relative;
}

.bri-col-prod-rhs {
    display: flex;
    flex-direction: column;
    flex: 0 1 100%;
    background-color:#fff;
    margin-bottom:1em;
}

.bri-col-grid-rhs .fulfil-inner {
	background-color: #E7E7E7;
    border-radius: 2px;
	padding: 1em;
	margin:0.5em 0;
}

.bri-col-grid-rhs .pay-in-3-box {
	background-color: #E7E7E7;
    border-radius: 2px;
	padding:1.15em 1em 0.5em 1em;
	margin:0.5em 0;
}

.bri-col-grid-row, .bri-col-grid-lhs-lower, .col-grid-full {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}

.bri-col-grid-row {width:100%;}

.jc-center {justify-content: center;}

.bri-inner-row {
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	width: 100%;
}

.full-span-inner-full {
    background-color: lawngreen;
}

.full-span-inner-3 {
    background-color: aqua;
}

.inner-flex-row {
}

.colour-container {
    background-color: #fff;
    padding:1em;
}

.bri-prod-colours {
    display: flex;
    flex-direction: column;
    flex: 0 1 31.5%;
    border: 1px solid #e8e8e8;
    border-radius: 2px;
}

.bri-prod-colours a {
	display: flex;
	justify-content: center;
}

.bri-colour-caption {
    font-size:0.8em;
    text-align: center;
    margin:0.2em 0 0.4em 0;
}

.fulfilment-head {color:#000; font-weight:600; font-size:1em !important; margin-bottom:0 !important;}
.fulfilment-head img {margin:0 0.25em 0 0; padding:0;}
.fulfilment-desc {font-size:0.9em; margin-bottom:0 !important;}

.bri-rel-items-a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.bri-rel-items-a:hover ~ .bri-rel-items-btn {
	background-color: #FFF;
	border-color: var(--main-hover-color);
	color: var(--main-hover-color);
}

.bri-rel-items-a:hover ~ .reco-kit-btn {
	color: var(--main-hover-color);
}

.bri-rel-items-inner-backing {
	display: flex;
    flex-direction: column;
	margin: 1em;
    flex-grow: 1;
    align-content: stretch;
	background-color: #FFF;
	border-radius: 2px;
	box-shadow: 2px 2px 5px 0 rgba(0,0,0,.15);
}

.bri-rel-items-img-contain {
    display: flex;
	justify-content: center;
	align-items: center;
  	flex-grow: 1;
  	height: 215px;
	padding: 1em;
	position: relative;
}

.bri-rel-items-img-contain img {
	width: 250px;
	height: 215px;
	object-fit: scale-down;
	transition: transform 3s ease;
}

.bri-bri-rel-items-btn-contain {
    display: flex;
	position: relative;
    min-height: 15px;
}

.bri-bri-rel-items-btn-contain a {
    align-self: flex-end;
    min-height: 40px;
    text-align: center;
}

.bri-rel-items-btn {
	display: flex;
	flex-direction: column;
	flex: 1 1 100%;
	background-color: var(--main-accent-color);
	border: 2px solid var(--main-accent-color);
    color: #FFF;
	align-items: center;
	margin:0.5em;
	padding:0.4em 0.5em;
	font-family: 'Urbanist', sans-serif;
	font-weight: 600;
	font-size: 1.1em;
	letter-spacing: 0.035em;
	transition: all 0.3s ease;
}

.bri-bri-rel-items-btn-contain a {
    color: #fff;
}

.bri-rel-items-head {
	position: relative;
	margin:0 1em;
}

.bri-rel-items-head-backing {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
	margin:0 1em;
}

hr.bri-rel-item-divider {
    border-top: 1px solid #000;
    background-color: #f5f5f5;
    width: 100%;
    margin:2em auto 0.6em auto;
}

.bri-prod-promo-img {
    margin-bottom: 0.5em;
}

.bri-prod-promo-img img {
    display: block;
}

.bri-prod-promo-img img:hover {
    opacity: 1 !important;
}

.col-grid-full-span .flex-video {
	margin:2em 0;
}

.rhs-alert-blue {
  background-color: var(--main-hover-color);
  color: #FFF;
  border-radius: 0 2px 2px 0;
  padding: .6em 1em .8em 1em;
  margin: 0.5em 0 0.5em 0;
}

.rhs-alert-blue a {
	font-weight: 700;
	text-decoration: underline;
	color: #FFF;
}

.rhs-alert-blue p {
	font-family: 'Urbanist', sans-serif;
    font-size: 0.95em;
    font-weight: 500;
	margin: 0;
}

.rhs-alert-blue p:first-of-type {
    font-weight: 700;
    color: #FFF;
}

.content-area-alert-blue .stock-border {
    background-color: #d6ecf8;
    border-top: 4px solid var(--main-accent-color);
    border-radius: 0 0 2px 2px;
    padding: 1em;
    margin: 2em 0;
}

.content-area-alert-blue .content-sub-heading {
	display: none;
}

.content-area-alert-blue .page-content-main {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.content-area-alert-blue .page-content-main img {
	padding-right: 2em;
}

.content-area-alert-blue .page-content-main div {
	padding-left: 2em;
}

/* RECOMMENDED KIT */
.reco-kit-container {
    margin-top: 1em;
}

.reco-kit-rhs-container {
	display: flex;
	flex-wrap: wrap;
	justify-content:flex-start;
}

.reco-kit-full-span {
    display: flex;
    flex-direction: column;
    flex: 0 1 100%;
}

.reco-kit-full-span hr {
	margin: 2em auto;
}

.reco-kit-half-span {
    display: flex;
    flex-direction: column;
    flex: 0 1 48%;
    background-color:#fff;
    border: 1px solid #e8e8e8;
    border-radius: 2px;
}
.bri-reco-kit-3rd-span {
	display: flex;
	flex:1 1 33.3%;
	max-width: 33.3%;
	flex-direction: column;
	padding:0;
	margin: 0 0 1em 0;
}

.bri-reco-kit-img {
    display: flex;
    justify-content: center;
	position: relative;
    padding:0 0.5em;
	height: 150px;
}

.bri-reco-kit-img img {
	width: 250px;
	height: 150px;
	object-fit: scale-down;
}

.modal__content .bri-reco-kit-img {
	height: 250px;
}

.modal__content .bri-reco-kit-img img {
	width: 640px;
	height: 250px;
}

.reco-kit-name {
	text-align: center;
	font-size: 1.1em;
    font-weight: 600;
    color: #000;
	padding:0 0.4em;
}

.reco-kit-info {
	position: relative;
	padding:0 0.5em;
	font-family: 'Urbanist', sans-serif;
}

.reco-kit-ico {
	position: relative;
}

.reco-kit-buy {
    display: flex;
	flex-direction: column;
    flex-grow: 1;
    min-height: 15px;
	justify-content: flex-end;
	font-family: 'Urbanist', sans-serif;
	position: relative;
}

.pricesimple-outer {
    display: inline;
}


.afpricesimple-outer {
    display: flex;
	flex-wrap: wrap;
    flex-direction: row;
    padding:0.6em 0.4em;
}

.reco-kit-price {
	padding:0.5em 0;
}

.reco-kit-price .afpricesimple-outer {
    justify-content: center;
}

.afpricesimple-from {
    width: 100%;
    font-size:0.85em;
    color: #000;
	font-weight: 600;
}

.reco-kit-price .afpricesimple-from {
    width: max-content;
	align-self: center;
	margin-right: 0.2em;
}

.afpricesimple-price {
    display: flex;
    color: var(--main-accent-color);
    font-weight: 600;
	letter-spacing: 0.01em;
    font-size: 1.1em;
    text-align: left;
    align-self: left;
	margin-right: 0.25em;
}

.afpricesimple-rrp {
    display: flex;
    font-size: 1.1em;
	color: #aaa;
    text-align: left;
    align-self: left;
}

.reco-kit-btn {
	text-align: center;
	font-family: 'Urbanist', sans-serif;
    font-weight: 600;
    font-size: 1.1em;
    letter-spacing: 0.035em;
    background-color: #E7E7E7;
    transition:all 0.3s ease;
    color: #000;
    padding:0.6em 0.4em;
	transition:all 0.3s ease;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
}

.reco-kit-btn:hover {
    text-decoration: underline;
}

.accessory-modal {
	margin:0 0.5em;
}

.reco-kit-head {
	background-color: #E7E7E7;
	margin-bottom: 1em;
}

.reco-kit-head p {
  letter-spacing: 1px;
  font-family: 'Urbanist', sans-serif;
  font-size: 1.35em;
  font-weight: 600;
  color: #000;
  padding:0.6em 1em;
}

.discontinued-alert {
	letter-spacing: 0.02;
  font-family: 'Urbanist', sans-serif;
    font-weight: 700;
    color: #C00;
	font-size: 1.1em;
    text-transform: uppercase;
    margin:1em 0;
}

.added-content-docs {
    display: flex;
    flex-direction:column;
    flex: 0 1 100%;
}

.content-docs-contain {
	background-color: #E7E7E7;
	color: #FFF;
	padding:1.5em;
}

.content-docs-ico {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.content-docs-text a {
	display: flex;
	align-items: center;
	padding-left:0.5em;
	color: #000;
	font-size: 0.95em;
}

.content-docs-text a:hover {
	text-decoration: underline;
}

/* BASE MENU LINKS */
.bri-submenu-outer {
	display: flex;
	flex-direction: row;
	flex: 1 1 100%;
}

.bri-submenu-head {
	display: flex;
	margin:0 0 0 2em;
}

.bri-submenu-head p {
	text-transform: capitalize;
	font-weight: 700;
}

.bri-submenu-links {
	display: flex;
	margin-right: 2em;
}

.bri-submenu-links ul {
	margin:0;
}

.bri-submenu-links ul li {
	display: inline;
	list-style-type: none;
	padding:0 1em 0 0;
}

.bri-submenu-links li a:hover {
	text-decoration: underline;
}

.bri-submenu-links li:not(:last-child) a::after {
	position: absolute;
    padding: 0 0 0 0.8em;
    content: "|";
	color: var(--main-accent-color);
	font-size:0.65em;
	font-weight: 900;
}

/* PRODUCT BADGES */
.product-badge-container {
	position: absolute;
	top:0.4em;
	z-index: 2;
	left:0;
}

.product-badge {
	display: block;
	color: #fff;
	font-size: 0.9em;
	font-weight: 600;
	width: max-content;
	padding:3px 5px 2px 5px;
	margin-bottom:0.35em;
}

.product-badge, .offer-badge, .top-seller-badge, .custom-badge {
	background-color: var(--main-hover-color);
}

.saving-percentage-badge {
	background-color: #C00;
}

.def-padding-1 {
	padding: 1em;
}

.def-margin-1 {
	margin: 1em;
}

.white-bkgrnd {
	background-color: #fff;
}

.border-std {
	border: 1px solid #e8e8e8;
    border-radius: 2px;
}

.buylink-price-range, .prod-price-range, .prod-price-info {
	display: flex;
    flex-direction: column;
    flex: 1 1 100%;
}

.buylink-price-range {
	padding-top:1em;
}

.price-caption {
	font-weight: 600;
	font-size: 0.85em;
}

.prod-price-currency {
	color: #006699;
	font-weight: 600;
	font-size: 1.2em;
}

.prod-price-info {
	padding-top:0.4em;
	font-size: 0.8em;
}

.col-grid-span li, .col-grid-full-span li {
	margin:0.4em 0 0.4em 0.2em;
}

.col-grid-span ul li::marker, .col-grid-full-span ul li::marker {
	font-size: 1.4em;
	color: #000;
	padding-left: 1em;
}

.img-text-box-lhs .content-sub-heading, .img-text-box-rhs .content-sub-heading {
	display: none;
}

.img-text-box-lhs .bri-ac-inner, .img-text-box-rhs .bri-ac-inner {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.img-text-box-lhs .bri-ac-inner div:nth-child(2), .img-text-box-rhs .bri-ac-inner div:nth-child(3)  {
	display: flex;
	flex-direction: column;
	flex:1 1 25%;
	max-width: 25%;
}

.img-text-box-lhs .bri-ac-inner img, .img-text-box-rhs .bri-ac-inner img  {
	width: 450px;
	height: 100%;
	object-fit: scale-down;
}

.img-text-box-lhs .bri-ac-inner div:nth-child(3), .img-text-box-rhs .bri-ac-inner div:nth-child(2) {
	display: flex;
	flex-direction: column;
	flex:1 1 75%;
	max-width: 75%;
	padding:2em;
}

.img-text-box-rhs .bri-ac-inner div:nth-child(2) {
	order: 1;
}

.img-text-box-rhs .bri-ac-inner div:nth-child(3) {
	order: 2;
}

.img-text-box-lhs .bri-ac-inner p:has(b), .img-text-box-rhs .bri-ac-inner p:has(b) {
	font-size: 1.1em;
	margin:0.6em 0;
}

/* PACKAGE LISTING - CONTENT AREA */
/* 100% Width - Start */
.w-flex-100.package-listing .bri-ac-inner {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.w-flex-100.package-listing .images {
	display: flex;
	flex-direction: column;
	flex: 1 1 50%;
	max-width: 550px;
}

.w-flex-100.package-listing .content {
	display: flex;
	flex-direction: column;
	flex: 1 1 50%;
	max-width: 650px;
	justify-content: center;
	padding: 2em;
}

.w-flex-100.package-listing .content p:has(b) {
	font-family: 'Urbanist', sans-serif;
    font-size: 1.25em;
    font-weight: 700;
    color: #004085;
    margin: 0.2em 0 0.4em 0;
}

.w-flex-100.package-listing .images .main {
	display: flex;
	flex: 1 1 100%;
	max-width: 100%;
	justify-content: center;
}

.w-flex-100.package-listing .thumbs {
	display: flex;
	flex-direction: row;
	flex: 1 1 100%;
	max-width: 100%;
	justify-content: center;
}

.w-flex-100.package-listing .thumbs div {
	display: flex;
	flex:1 1 100px;
	max-width: 100px;
	padding: 0.4em;
}
/* 100% Width - End */

/* 100% Width - Start */
.w-flex-50.package-listing .bri-ac-inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.w-flex-50.package-listing .images {
	display: flex;
	flex-direction: column;
	flex: 1 1 100%;
	max-width: 100%;
}

.w-flex-50.package-listing .content {
	display: flex;
	flex-direction: column;
	flex: 1 1 100%;
	max-width: 100%;
	justify-content: center;
	padding:0.5em 1em 1em 1em;
	text-align: center;
}

.w-flex-50.package-listing .content ul {
		list-style-type: none;
	}

.w-flex-50.package-listing .content p:has(b) {
	font-family: 'Urbanist', sans-serif;
    font-size: 1.25em;
    font-weight: 700;
    color: #004085;
    margin: 0.2em 0 0.4em 0;
}

.w-flex-50.package-listing .images .main {
	display: flex;
	flex: 1 1 100%;
	max-width: 100%;
	justify-content: center;
}

.w-flex-50.package-listing .thumbs {
	display: flex;
	flex-direction: row;
	flex: 1 1 100%;
	max-width: 100%;
	justify-content: center;
}

.w-flex-50.package-listing .thumbs div {
	display: flex;
	flex:1 1 100px;
	max-width: 100px;
	padding: 0.4em;
}
/* 100% Width - End */

#package-deal {
  scroll-margin-top: 50px;
}


/* MEDIA QUERIES - MEDIUM DEVICES */

@media only screen and (max-width: 1150px) {
    .bri-prod-colours {
        flex-basis: 50%;
		max-width: 50%;
    }
}

@media only screen and (max-width: 1000px) {
    .bri-submenu-outer {
		flex-direction: column;
	}
	.bri-submenu-links {
		margin:0.4em 0 0 1em;
	}
}

@media only screen and (max-width: 1130px) {
    .w-flex-100, .w-flex-33, .w-flex-50, .w-flex-75 {
        flex-basis: 100%;
		max-width: 100%;
    }
}

@media only screen and (min-width: 550px) and (max-width: 1129px) {
    .w-flex-25 {
        flex-basis:50%;
		max-width:50%;
    }
}

@media only screen and (min-width: 550px) and (max-width: 900px) {
	.w-flex-20-rel-items {
		flex-basis: 33.3%;
		max-width: 31.3%;
	}
}

@media only screen and (min-width: 901px) and (max-width: 1129px) {
	.w-flex-20-rel-items {
		flex-basis: 25%;
		max-width: 25%;
	}
}

@media only screen and (max-width: 800px) {
    .bri-col-outer, .bri-col-outer-initial, .bri-base-menu-outer {
    grid-template-columns: 100%;
    }

	.content-area-alert-blue .page-content-main {
		flex-direction: column;
	}

	.content-area-alert-blue .page-content-main img {
		padding-right: 0;
	}

	.content-area-alert-blue .page-content-main div {
		padding-left: 0;
	}

	/* 100% Width - Start */
	.w-flex-100.package-listing .bri-ac-inner {
		flex-direction: column;
	}

	.w-flex-100.package-listing .content {
		padding: 0.5em;
		text-align: center;
	}

	.w-flex-100.package-listing .content ul {
		list-style-type: none;
	}

	.w-flex-100.package-listing .images, .w-flex-100.package-listing .content {
		max-width: 100%;
	}

	.w-flex-100.package-listing .content p:has(b) {
		font-size: 1.05em;
	}
	/* 100% Width - End */

}

@media only screen and (min-width: 801px) and (max-width: 1000px) {

	.bri-reco-kit-3rd-span {
		flex-basis: 50%;
		max-width: 50%;
	}
}

@media only screen and (min-width: 801px) {
	.bri-col-grid-lhs-upper {
		width: 62%;
		position: sticky;
		top: 20px;
	}

	.bri-col-grid-rhs {
		width: 38%;
	}

	.w-flex-100 ul, .col-grid-full-span ul {
		-moz-column-count: 3;
		-webkit-column-count: 3;
		column-count: 3;
		margin:1em 0;
	}

	.w-flex-100 ul li, .col-grid-full-span ul li {
		page-break-inside: avoid;
		margin:0.4em 1em;
	}

	.content-area-alert-blue ul {
		-moz-column-count: 1;
		-webkit-column-count: 1;
		column-count: 1;
		margin:1em 0;
	}


}


@media only screen and (max-width: 549px) {
    .w-flex-25, .inner-40, .inner-60 {
        flex-basis:100%;
		max-width: 100%;
    }
    .reco-kit-half-span {
        flex: 0 1 47.5%;
    }
	.w-flex-20-rel-items {
		flex-basis: 50%;
		max-width: 50%;
	}
	.def-margin-1 {
		margin: 1em;
	}
	.def-padding-1 {
		padding:1em 0;
	}
	.bri-rel-items-btn {
		font-size: 1em;
	}

	.bri-rel-items-img-contain {
		height: 150px;
	}

	.bri-rel-items-img-contain img {
		height: 150px;
		object-fit: scale-down;
	}

	.bri-reco-kit-img {
		height: 100px;
	}

	.bri-reco-kit-img img {
		height: 100px;
		object-fit: scale-down;
	}

	.modal__content .bri-reco-kit-img {
		height: 200px;
	}

	.modal__content .bri-reco-kit-img img {
		height: 200px;
	}
	.content-sub-heading, .content-area-alert-blue .page-content-main p:has(b) {
		font-size:1.5em;
	}

	.size-chart-img-present .bri-ac-inner {
		display: flex;
		flex-direction: column;
	}

	.size-chart-img-present .bri-ac-inner div:first-of-type {
		padding-right: 0;
	}

	.bri-submenu-head, .bri-submenu-links {
		margin-left: 1em;
	}

	.bri-submenu-links ul {
		padding:0;
	}

}

@media only screen and (max-width: 450px) {

	.img-text-box-lhs .bri-ac-inner, .img-text-box-rhs .bri-ac-inner {
		flex-direction: column;
	}

	.img-text-box-lhs .bri-ac-inner div:nth-child(2), .img-text-box-lhs .bri-ac-inner div:nth-child(3), .img-text-box-rhs .bri-ac-inner div:nth-child(2), .img-text-box-rhs .bri-ac-inner div:nth-child(3) {
		flex:1 1 100%;
		max-width: 100%;
	}

	.img-text-box-lhs .bri-ac-inner div:nth-child(3), .img-text-box-rhs .bri-ac-inner div:nth-child(2) {
		padding:0.5em 0 1em 0;
	}

	.img-text-box-lhs .bri-ac-inner p:has(b), .img-text-box-rhs .bri-ac-inner p:has(b) {
		font-size: 1em;
	}

	.img-text-box-rhs .bri-ac-inner div:nth-child(2) {
		order: 2;
	}

	.img-text-box-rhs .bri-ac-inner div:nth-child(3) {
		order: 1;
	}

}s
