/* PAGE DEFAULT STYLESHEET */
.sy-box {
	display: flex;
	flex-direction: column;
	flex: 1 1 100%;
}

.main-content-box {
    display: flex;
    flex-direction: column;
    flex: 1 1 100%;
	justify-content: center;
    padding:2em 2em;
}

.dk-content-box {
    display: flex;
    flex-direction: column;
    flex: 1 1 100%;
	justify-content: center;
    padding:2em 2em;
}

.content-background {
	background-color: #f1f1ee;
}

.img-background-dk {
	background: url('/assets/frontend/img/home/design-kayaks.jpg') no-repeat center center;
    box-sizing: border-box;
    display: flex;
    width: 100vw;
    padding: 0;
    margin: 0;
    background-size: cover;
	position: relative;
	z-index: 1;
}

.img-background-dk::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background:rgba(255,255,255,.4);
	z-index: 2;
}

.img-background-showroom {
	background: url('/assets/frontend/img/home/warrington-showroom.webp') no-repeat center center;
    box-sizing: border-box;
    display: flex;
    width: 100vw;
    height: 500px;
    padding: 0;
    margin: 0;
    background-size: cover;
	position: relative;
	z-index: 1;
}

.img-background-showroom::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(0, 0, 0, 0.6);
	z-index: 2;
}
.crb-home-content {
    max-width: 1450px;
    margin:0 auto;
}

.crb-home-content-img-bk {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	justify-content: center;
    max-width: 1450px;
    margin:0 auto;
}

.crb-col-grid-row {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    margin:1em;
}

.crb-home-cat-3 {
    display: flex;
    flex-direction: column;
    flex: 0 1 25%;
}

.crb-home-cat-3-inner {
	display: flex;
	flex-direction: column;
	position: relative;
}

.crb-home-cat-3-inner:hover {
	box-shadow: 2px 2px 5px 0 rgba(0,0,0,.25);
	border-radius: 5px;
}

.crb-home-cat-3-img {
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	z-index: 1;
	border-radius: 5px;
}

.crb-home-cat-3-img img {
	flex-shrink: 0;
	min-width: 100%;
	min-height: 100%;
	transition: transform 3s ease;
}

.crb-home-cat-3-img img:hover {
	-ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari 3-8 */
    transform: scale(1.1);
	opacity: 1 !important;
}

.crb-home-cat-3-title {
	z-index: 2;
	display: flex;
	flex-direction: column;
	position: absolute;
	top: 1em;
	left: 1em;
}

.crb-home-cat-3-title span {
	font-family: 'Urbanist', sans-serif;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 0 0 3px #000;
}

.crb-home-cat-3-title span:nth-child(1) {
	font-size: 1.6em;
	font-weight: 900;
}

.crb-home-cat-10 {
    display: flex;
    flex-direction: column;
    flex: 0 1 100%;
}

.crb-home-cat-10 h3 {
	font-family: 'Urbanist', sans-serif;
	color: #000;
    letter-spacing: 1px;
	font-size: 2.2em;
	font-weight: 900;
	text-transform: capitalize;
	margin:1.5em 0 0 0;
	text-align: center;
}

.additional-margin {
    margin-top: 2em;
    margin-bottom: 2em;
}

.main-content-box h1 {
	text-align: center;
    font-size: 3em;
	margin:0 0 0.5em 0;
	color: #000;
}

.main-content-box h2 {
	text-align: center;
    font-size: 1.8em;
	margin:0 0 1.4em 0;
	color: var(--main-accent-color);
}

.main-content-box p {
	text-align: center;
	color: #000;
    margin-bottom:1em;
}

.img-bk-content, .img-dk-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	z-index: 3;
}

.img-dk-content img {
	margin:0 auto 2em auto;
}

.img-bk-content h3 {
	text-align: center;
    font-size: 3em;
	margin:0 0 0.5em 0;
	color: #FFF;
	text-shadow: 0 0 3px #000;
}

.img-dk-content h3 {
	text-align: center;
    font-size: 3em;
	margin:0;
	color: #000;
}

.img-bk-content p {
	text-align: center;
	font-size: 1.2em;
	color: #FFF;
    margin-bottom:1em;
	text-shadow: 0 0 3px #000;
}

.img-dk-content p {
	font-weight: 700;
	text-align: center;
	font-size: 3.5em;
    margin-bottom:1em;
	color: #000;
}

.img-dk-content span {
	color: #a621a9;
}

.img-bk-content a, .img-dk-content a {
	display: flex;
	justify-content: center;
}

.img-bk-btn {
	width: max-content;
	background-color: #000;
	color: #FFF;
	padding: 0.65em 1.4em;
	transition: all 0.3s ease;
	font-size: 1.3em;
	font-weight: 700;
}

.img-bk-btn:hover {
	background-color: #a621a9;
	color: #FFF;
}

.flex-element-inner {
	margin:0.6em;
}

.home-text {
    display: flex;
    flex-direction: column;
    flex: 0 1 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.home-text h2 {
    font-size: 1.2em;
}

.home-text p {
    margin-bottom:0.6em;
}

.col-grid-span {
    display: flex;
    flex-direction: column;
    flex: 0 1 100%;
}

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

.img-collage-row {display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; padding: 0 4px; margin-bottom: 1em;}
.img-collage-column {-ms-flex: 25%; flex: 25%; max-width: 25%; padding: 0 4px;}
.img-collage-column img {margin-top: 8px; vertical-align: middle; width: 100%;}

.home-prod {
	padding-bottom: 2em;
	justify-content: center;
}

.home-prod-dk {
	padding: 2em 0;
	justify-content: center;
}

.crb-home-prod-a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.crb-home-prod-a:hover ~ .crb-home-prod-4-title div {
	background-color: #FFF;
	border-color: var(--main-hover-color);
	color: var(--main-hover-color);
}

.crb-home-prod-4 {
	display: flex;
    flex-direction: column;
    flex: 1 1 25%;
    max-width: 25%;
}

.crb-home-prod-4-inner {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	margin: 0.6em;
	border: 1px solid #e8e8e8;
}
.crb-home-prod-4-inner:hover {
	box-shadow: 2px 2px 5px 0 rgba(0,0,0,.25);
}

.crb-home-prod-4-img {
	display: flex;
	height: 250px;
    justify-content: center;
    padding:0 0 1em 0;
    overflow: hidden;
	position: relative;
}

.crb-home-prod-4-img img {
	width: 350px;
	height: 250px;
	object-fit: scale-down;
}

.crb-home-prod-4-info {
	display: flex;
    flex-direction: column;
    flex-grow: 1;
    min-height: 15px;
    justify-content: flex-end;
	position: relative;
}

.crb-home-prod-4-title div {
	text-align: center;
    font-family: 'Urbanist', sans-serif;
    font-weight: 600;
    font-size: 1.1em;
    letter-spacing: 0.035em;
    background-color: var(--main-accent-color);
	border: 2px solid var(--main-accent-color);
    transition: all 0.3s ease;
    color: #FFF;
    padding: 0.6em 0.4em;
	margin: 0.5em;
    transition: all 0.3s ease;
}

.crb-home-prod-4-price {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.crb-home-prod-4-price .from {
	font-size: 0.85em;
    color: #000;
    font-weight: 600;
    width: max-content;
    align-self: center;
    margin-right: 0.2em;
}

.crb-home-prod-4-price .sell-price {
	display: flex;
    color: var(--main-hover-color);
    font-weight: 600;
    letter-spacing: 0.01em;
    font-size: 1.1em;
    text-align: left;
    margin-right: 0.25em;
}

.crb-home-prod-4-price .rrp {
	display: flex;
    font-size: 1.1em;
    color: #555;
    text-align: left;
}

/* CAROUSELS */

.carousel-head {
	display: flex;
	flex-direction: row;
	flex: 1 1 100%;
	margin: 1em;
	align-items: flex-end;
	justify-content: space-between;
}

.carousel-nav {
	display: inline-flex;
}

.prev-featured, .next-featured, .next-dk, .prev-dk {
	cursor: pointer;
}

.prev-featured svg, .next-featured svg, .next-dk svg, .prev-dk svg {
	transition: all 0.3s ease;
}

.prev-featured svg:hover, .next-featured svg:hover, .next-dk svg:hover, .prev-dk svg:hover {
	fill:var(--main-hover-color);
}

.carousel-title h3 {
	font-family: 'Urbanist', sans-serif;
	color: #000;
    letter-spacing: 1px;
	font-size: 2.2em;
	font-weight: 900;
	text-transform: capitalize;
	margin:1.5em 0 0 0.3em;
	text-align: left;
}


/* PAGE IMAGE GRID */
.crb-img-grid-element {
    display: flex;
    justify-content: center;
    align-items: center;
	position: relative;
}

.crb-img-grid-element > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.crb-img-grid-container {
    display: grid;
    grid-gap: 0.3em;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-auto-rows: 225px;
	grid-auto-flow: dense; /* Fill all spaces with fitted images */
	margin: 2em 1em 1em 1em;
}

.img-horizontal {
	grid-column: span 2;
}

.img-vertical {
	grid-row: span 2;
}

.img-big {
	grid-column: span 3;
	grid-row: span 2;
}

.crb-grid-img-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--main-accent-color);
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}

.crb-img-grid-element:hover .crb-grid-img-overlay {
  height: 100%;
}

.img-big:hover .crb-grid-img-overlay {
  height: 50%;
}

.crb-grid-img-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  font-size: 1.2em;
  font-family: 'Urbanist', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.035em;
  font-weight: bold;
  width: 90%;
  display: flex;
  flex-direction: column;
}

.crb-grid-img-text span{
  font-weight: 300;
  text-transform: capitalize;
  font-size: 0.75em;
  margin-top: 0.2em;
}

.crb-grid-img-text a {
  font-weight: 600;
  text-transform: capitalize;
  font-size: 0.8em;
  color: #FFF;
  margin-top: 0.6em;
}

.crb-grid-img-text a:hover {
  color: #000;
}

.showroom-txt p {
	text-align: center;
}

.showroom-txt p:first-of-type {
	margin-top:1em;
}

/* MEDIA QUERIES - MEDIUM DEVICES */

@media screen and (min-width: 550px) and (max-width: 1050px) {
    .crb-home-prod-4 {
        flex-basis: 50%;
		max-width: 50%
    }
}

@media screen and (min-width: 1051px) and (max-width: 1275px) {
    .crb-home-prod-4 {
        flex-basis: 33.3%;
		max-width: 33.3%
    }
}

@media only screen and (max-width: 549px) {
    .crb-home-prod-4 {
        flex-basis: 50%;
		max-width: 50%;
    }
	.img-bk-content h3, .img-dk-content h3 {
		font-size: 2.2em;
	}

	.img-bk-content p {
		font-size: 1em;
	}

	.img-dk-content p {
		font-size: 1.3em;
	}

}

@media screen and (min-width: 801px) and (max-width: 1000px) {
    .crb-home-cat-3 {
        flex-basis: 33.3%;
    }
}

@media screen and (max-width: 800px) {
    .crb-home-cat-3 {
        flex-basis: 50%;
    }
    .home-text {
        flex-basis: 100%;
    }
	.flex-element-inner {
	margin:0.4em;
	}
    .img-collage-column {
        -ms-flex: 50%;
        flex: 50%;
        max-width: 50%;
    }
}

@media screen and (max-width: 500px) {
    .w-flex-50 {
    flex: 1 1 100%;
    }
    .img-collage-column {
        -ms-flex: 50%;
        flex: 50%;
        max-width: 50%;
    }
	.main-content-box p {
		text-align: justify;
	}
	.dk-content-box .img-dk-content p {
		text-align: center;
	}
	.crb-home-cat-3-title span:nth-child(1) {
		font-size: 1.4em;
	}
}

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

	.main-content-box {
		padding:3em 1.5em;
	}

	.dk-content-box {
		padding:1em 1.5em;
	}

}

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

	.main-content-box h1 {
		font-size: 2em;
		margin:0 0 0.2em 0;
	}

	.main-content-box h2 {
		font-size: 1em;
	}
}








/* FLEXBOX */

.crb-col-outer {
    max-width: 1450px;
    min-height: 500px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 4fr;
    gap:10px;
}

.crb-col-grid-container {
    width: 100%;
    margin: 0 auto;
    order: 2;
}

.col-grid-full-span {
    display: flex;
    flex-direction: column;
    flex: 0 1 100%;
    background-color:#fff;
    padding: 1em;
    border: 1px solid #e8e8e8;
    border-radius: 2px;
}


.full-span-heading {
    margin:0.2em 0;
    color: #000;
}

.crb-col-grid-column {
    display: flex;
    flex-direction: column;
    flex: 0 1 24%;
    background-color:#fff;
    padding: 1em;
    border: 1px solid #e8e8e8;
    border-radius: 2px;
}

.crb-col-grid-column-cat {
    display: flex;
    flex-direction: column;
    flex: 0 1 32.3%;
    background-color:#fff;
    padding: 1em;
    border: 1px solid #e8e8e8;
    border-radius: 2px;
}

.col-grid-25 {
    display: flex;
    flex-direction: column;
    flex: 0 1 24%;
    background-color:#fff;
    padding: 1em;
    border: 1px solid #e8e8e8;
    border-radius: 2px;
}

.crb-col-prod-img {
    display: flex;
    justify-content: center;
    margin:0.4em;
}

.col-prod-info {
    margin-bottom: 1.2em;
}

.crb-col-prod-name {
    font-weight: 600;
    font-size: 1.1em;
    color:#000;
    margin-bottom:0.2em;
}

.crb-col-prod-name a {
    text-decoration: none;
    color: #000;
    transition:all 0.3s ease;
}

.crb-col-prod-name a:hover {
    color: var(--main-hover-color);
}

.crb-col-prod-short {
    font-size: 0.9em;
}

.crb-col-prod-buy {
    display: flex;
    flex-grow: 1;
    min-height: 15px;
}

.afpricesimple-outer {
    padding-bottom: 0.55em;
}

.crb-col-prod-price {
    align-self: flex-end;
    display: inline-flex;
    flex: 4;
}

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

.afpricesimple-price {
    display: inline-flex;
    color: #28497f;
    font-weight: 800;
    font-size: 1.1em;
}

.afprice-call-us {

}

.afpricesimple-rrp {
    display: inline-flex;
    font-size: 0.9em;
}

.crb-col-prod-ico {
    align-self: flex-end;
    flex: 1;
    text-align: right;
}

.pricesimple-outer {
    display: inline;
}

.crb-col-prod-ico svg {
    fill: #28497f;
    transition:all 0.3s ease;
}

.crb-col-prod-ico svg:hover {
    fill: #000;
}

.crb-collection-header h1 {
    margin:0;
    padding-bottom:0.5em;
}

.crb-collection-header h2 {
    margin:0;
    padding-bottom:0.4em;
}

.crb-collection-header p {
    margin-bottom:0.6em;
}

.divider-margin {
    margin:2em auto;
}

.w-flex-25 {
    flex: 1 1 23%;
}


/* MEDIA QUERIES - MEDIUM DEVICES */
@media screen and (min-width: 550px) and (max-width: 1050px) {
    .crb-col-grid-column, .crb-col-grid-column-cat, .col-grid-25 {
        flex-basis: 49%;
    }
}

@media screen and (min-width: 1051px) and (max-width: 1275px) {
    .crb-col-grid-column {
        flex-basis: 32%;
    }
}

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


@media screen and (max-width: 800px) {
    .crb-col-grid-column-cat {
        flex-basis: 100%;
    }
    .col-grid-25 {
        flex-basis:48%;
    }
}

@media only screen and (max-width: 740px) {
    .lhs-menu-container {
        order: 3;
    }
    .crb-col-outer {
    grid-template-columns: 100%;
    }
}

@media only screen and (max-width: 549px) {
    .crb-col-grid-column {
        flex-basis: 100%;
    }
    .lhs-menu-container {
        margin:0 1em 1em 0;
    }
    .w-flex-25 {
        flex-basis:100%;
    }
	.crb-home-prod-4-img {
		height: 150px;
	}

	.crb-home-prod-4-img img {
		height: 150px;
		object-fit: scale-down;
	}

}
