/* poppins-regular - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('/extras/etc/fonts/poppins-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/extras/etc/fonts/poppins-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/extras/etc/fonts/poppins-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/extras/etc/fonts/poppins-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/extras/etc/fonts/poppins-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/extras/etc/fonts/poppins-v15-latin-regular.svg#Poppins') format('svg'); /* Legacy iOS */
}

/* poppins-500 - latin */

/* raleway-regular - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url('/extras/etc/fonts/raleway-v14-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Raleway'), local('Raleway-Regular'),
       url('/extras/etc/fonts/raleway-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/extras/etc/fonts/raleway-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/extras/etc/fonts/raleway-v14-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/extras/etc/fonts/raleway-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/extras/etc/fonts/raleway-v14-latin-regular.svg#Raleway') format('svg'); /* Legacy iOS */
}
/* raleway-600 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  src: url('/extras/etc/fonts/raleway-v14-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Raleway SemiBold'), local('Raleway-SemiBold'),
       url('/extras/etc/fonts/raleway-v14-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/extras/etc/fonts/raleway-v14-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('/extras/etc/fonts/raleway-v14-latin-600.woff') format('woff'), /* Modern Browsers */
       url('/extras/etc/fonts/raleway-v14-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/extras/etc/fonts/raleway-v14-latin-600.svg#Raleway') format('svg'); /* Legacy iOS */
}
/* raleway-700 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  src: url('/extras/etc/fonts/raleway-v14-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Raleway Bold'), local('Raleway-Bold'),
       url('/extras/etc/fonts/raleway-v14-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/extras/etc/fonts/raleway-v14-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('/extras/etc/fonts/raleway-v14-latin-700.woff') format('woff'), /* Modern Browsers */
       url('/extras/etc/fonts/raleway-v14-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/extras/etc/fonts/raleway-v14-latin-700.svg#Raleway') format('svg'); /* Legacy iOS */
}
/* Start Custom Fonts CSS */
@font-face {
	font-family: 'Futura Bold';
	font-style: normal;
	font-weight: normal;
	src: url('/extras/fonts/FuturaLT-Bold.woff2') format('woff2'),
		  url('/extras/fonts/FuturaLT-Bold.woff') format('woff');
}
/* End Custom Fonts CSS */
/* 
    font-family: 'Raleway', sans-serif; 
    font-family: 'Futura Bold', sans-serif;
*/

body {
	font-size: 100%;
	margin: 0px;
	font-family: 'Raleway', sans-serif; 
	color: #000000;
}

p,li,dt,dd,a,td	{font-size: 1.25rem;}
p,li					{line-height:140%;}

*:focus {outline: none;}

#adminPanel p,
#adminPanel li,
#adminPanel dt,
#adminPanel dd,
#adminPanel a,
#adminPanel td	{font-size: 1rem;}


.eCommerce p,
.eCommerce li,
.eCommerce dt,
.eCommerce dd,
.eCommerce a,
.eCommerce td	{font-size: 1rem;}

input[type=text],
select,
input[type=password] {
	padding:4px;
}

strong {font-weight:600}

/**************** header *****************************/


.header {background-color: #304a5d;}
.banner {width:76.875em;margin:auto;position:relative;}

.logo {text-align:center;padding-top:12px;}




/**************** nav - wide menu *************************/

nav {
	position:sticky;
	top:0;
	z-index:10
}

.topmenuContainer {
	background-color: transparent;
   height:40px;
	width:76.875em;
	margin:auto;
	position:relative;
	display:grid;
	grid-template-columns: 1fr max-content;
	}
.topnav {
	background-color:#304a5d;
	border-top:2px solid #f16d71;
	border-bottom:2px solid #f16d71;
	height:64px;
}

.topnav .topmenu > ul li.top-level:first-child {display:none;}
.topnav .topmenu > ul {display: flex !important;justify-content:space-between;}
.topnav .topmenu > ul li.top-level {line-height:60px;padding: 0;}
.topnav .topmenu > ul li.top-level a {white-space:nowrap;}
.topnav .topmenu a {text-decoration:none;font-size:20px;font-weight:600;}
.topnav .topmenu > ul li.top-level>a {color: #ffffff;padding: 0 9px;}
.topnav .topmenu > ul li.top-level>a:hover,
.topnav .topmenu > ul li.top-level:hover {color: #f16d71;}
.topnav .topmenu > ul .mega-menu{
	width:100%;
	background-color: #ffffff;
	position: absolute;
	top: 60px;
	left: 50%; 
	margin-left: -38.4375rem;
	padding: 30px;
   column-count: 4;
   -webkit-column-count: 4;
   -moz-column-count: 4;
   column-gap: 2em;
   -webkit-column-gap: 2em;
   -moz-column-gap: 2em;
    border-bottom:2px solid #333;
  -webkit-column-rule: 1px solid #f16d71;
     -moz-column-rule: 1px solid #f16d71;
          column-rule: 1px solid #f16d71;    
}
.topnav .topmenu > ul li:not(:first-child) {display: block !important;}
/*.topnav .topmenu .mega-menu > li > a {border-bottom:1px solid #f16d71;} subcategories hidden from */
.topnav .topmenu .mega-menu li {padding:6px 0;	display:block;}
.topnav .topmenu .mega-menu > li {
-webkit-column-break-inside: avoid;
       /* page-break-inside: avoid;   not working properly in FF */
               break-inside: avoid;

}
.topnav .topmenu .mega-menu > li > a{color:#333;font-weight:700;}
.topnav .topmenu .mega-menu li a:hover {color:#f16d71;}

.topnav .topmenu .mega-menu li > ul {padding:0;}
.topnav .topmenu .mega-menu > li > ul li a{font-size:1rem;color:#333333;padding-left:10px;}    

.topnav .topmenu .mega-menu li > ul > li ul{padding:0;}
.topnav .topmenu .mega-menu > li > ul li > ul li a{font-size:1rem;color:#333333;padding-left:20px;} 

.topnav .topmenu > ul .small-menu{
	background:#fff;
	position: absolute;
	padding: 16px 20px;
    opacity: 1;
    visibility: hidden;
    z-index: 10000;
    transition-delay: 300ms;
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
}
.topnav .topmenu > ul li .small-menu  li {
    float: none;
    display: block;
    padding:4px 0 8px;
}
.topnav .topmenu > ul li:hover .small-menu {
    visibility: visible
}
.topnav .topmenu .small-menu > li > a {color:#2a2628;font-weight:700;padding-right:8px;}
.topnav .topmenu .small-menu > li > a:hover {border-left:2px solid #ac0d04;padding-left:6px;padding-right:0;}

.miniSearch {
	height:60px;
	padding-top:8px;
	padding-left:30px;
	display:flex;
	justify-content:flex-end;
	margin-left:auto;
	gap:30px;
}

.search {
	display:inline-block;
	position:relative;
	width:210px;
}
.search input[type='text'] {
	padding:6px 19px;
	-webkit-appearance:none;
	width:100%;
	border:1px solid #ccc;
	border-radius:20px;
	font-family: 'Raleway', sans-serif; 
	font-size:20px;
	margin-top:2px;
	background-image: url(search-icon.png);
	background-repeat:no-repeat;
	background-position:12px center;
}

.search input[type='text']:focus {
	background-image:none;
}

#miniCart {display:inline-block;position:relative;padding-right:50px;}
#miniCart span {display:none;}
#miniCart a {text-decoration:none;}

#miniCart img {
	min-width:45px;
	height:42px;
}
#miniCart a:nth-of-type(2) {
    background-color: #F16D71;
    width:29px;
    height:29px;
    color: #000000;
    border-radius: 50%;
    position: absolute;
    left: 51px;
    top: 5px;
    text-align: center;
    z-index: 10;
    font-size:20px;
    font-weight:600;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
#miniCart a:nth-of-type(2):hover {background-color:#fbe9eb}

.contactButton,
.wobjectDataForm #send,
.pinkButton {
	display:inline-block;
	background-color: #f16d71;
	text-decoration:none;
	border-radius:20px;
	padding:10px 30px;
	color:#fff;
	font-weight:600;
	border:none;
}
.contactButton:hover {
	background-color:#fbf1f1;
	color:#000;
}
.footerTop .contactButton:hover,
.wobjectDataForm #send:hover,
.pinkButton:hover {
	background-color:#30495c;
	color:#fff;
}
.wobjectDataForm #send {
	font-family: 'Raleway', sans-serif;
	font-size: 1rem;
}

	
/**************** nav - mobile header *************************/

/* hamburger menu positioning & style */

.slicknav_icon-bar {background-color:#fff}
.slicknav_menutxt {display:none;}

.slicknav_icon-bar:nth-child(1) {width:23px;}
.slicknav_icon-bar:nth-child(2) {width:23px;}
.slicknav_icon-bar:nth-child(3) {width:23px;}

/* menu style */

.slicknav_nav {border-bottom:2px solid #f16d71;}
.slicknav_nav li {font-size:1.25rem}

/* open row colours */

.slicknav_nav li.slicknav_open,
.slicknav_nav li.slicknav_open > a,
.slicknav_nav li.slicknav_open > a a {
	background-color:#f16d71;
	color:#ffffff;
}
.slicknav_btn {
	outline:none;
	height:auto;
}	


/**************** footer *****************************/

.footerTopContainer {
	background-color:#fbf1f1;
	/*margin-top:20px;*/
}
.footerTop {
	display:grid;
	grid-template-columns: 1fr max-content;
	max-width:1200px;
	margin:auto;
	padding:120px 20px;
}
.footerTop__Header {
	color:#f16d71;
	font-family: 'Futura Bold', sans-serif;
	font-size:53px;
	line-height:110%;
}	
@media (min-width:1100px){
	.footerTop {
		gap: 150px;
	}
}
@media (max-width:1099px){
	.footerTop {
		gap: 60px;
	}
}
@media (max-width:900px){
	.footerTop {
		gap: 30px;
		grid-template-columns: 1fr;
		padding:60px 20px;
	}
	.footerTop img {
		display:block;
		margin:auto;
	}
	
}

.footer			{background-color:#304a5d;color:#ffffff;}
.footerInfo		{width:76.875em;margin:auto;padding:50px 0 10px 0;}
.footerInfo p 	{margin-bottom:18px;line-height:160%;font-size:0.875rem;}
.footerInfo ul {padding:0;list-style-type:none;}
.footerInfo li {line-height:100%;margin-bottom:10px;}
.footerInfo	a 	{color:#ffffff;text-decoration:none;font-size:0.875rem;}
.footerInfo	a:hover {color:#f16d71;}
.footer a[href^=tel]	{color:#ffffff;cursor:text;}
.footer a[href^=tel]:hover	{color:#ffffff;}

.footerInfo .catSitemap ul {column-count: 2;column-gap: 32px;}
.footerInfo .catSitemap ul li ul {display:none;}

.footerInfoCols {
	display:grid;
}
@media (min-width:1150px){
	.footerInfoCols {
		grid-template-columns: 368px 1fr;
		gap:70px;
	}
	.footerInfoCols-address {
		display:grid;
		grid-template-columns:94px 1fr;
		gap:16px;
	}
}
@media (max-width:1149px){
	.footerInfoCols {
		grid-template-columns: 256px 1fr;
		gap:45px	
	}
}
@media (max-width:975px){
	.footerInfoCols {
		grid-template-columns:1fr;
		gap:45px;
	}
	.footerInfoCols-address {
		display:grid;
		grid-template-columns:94px 1fr;
		gap:16px;
	}
}
@media (min-width:684px){
	.footerInfoCols-links {
		display:flex;
		gap:20px;
		width:100%;
		justify-content:space-between;
	}
}
@media (max-width:683px){
	.footerInfoCols-links {
		display:grid;
		grid-template-columns: 1fr 1fr;
		gap:30px;
		grid-template-areas: 
			"products products"
			"services info"
	}
	.footer-products {
		grid-area:products;
	}
	.footer-services {
		grid-area:services;
	}
	.footer-info {
		grid-area:info;
	}
	.footerInfo .catSitemap ul {column-count: 3;column-gap: 32px;}
}

@media (max-width:480px){
	.footerInfo .catSitemap ul {column-count: 2;column-gap: 32px;}

}

.socialMedia {text-align:right;padding-top:16px;}
.socialMedia img {padding-left:10px;}

.footerBase				{width:76.875em;margin:auto;padding: 10px 0;color: #ffffff;line-height:140%;}
.footerLeft				{width:66%;float: left;font-size:0.688em;}
.footerRight			{width:33%;float: right;text-align:right;font-size:0.688em;}
.footerBase a 			{font-size: 1em;color:#ffffff;}
.footerBase a:hover	{color:#f16d71;}

/* snapwidget */

.snapWidgetContainer {width:1200px;overflow:auto}

/*************** slideshow ****************************/

@media (min-width:1200px){
	.slideshow {height:740px}
}
@media (min-width:801px) and (max-width:1299px){
	.slideshow {height:540px}
}
@media (max-width:800px){
	.slideshow {height:308px}
}

/**************** content *****************************/

/* layout */

.middleHome {padding: 20px; width:76.875em;margin:auto;background-color:#ffffff;}
.middle {padding: 20px; width:1230px;margin:auto;background-color:#ffffff;}
.searchCrumb      {padding: 20px 20px 30px 20px; width:76.875em;margin:auto;background-color:#ffffff;}
.searchHome	      {padding: 20px 20px 10px 20px; width:76.875em;margin:auto;background-color:#ffffff;}
.center {text-align:center;}

.crumb		{font-size:0.813em;margin-bottom:20px;}
.middle.crumb {margin-bottom: 0;}
.crumb a 	{font-size:1em;color:#666666}
.crumb a:hover {}

.productDisclaimer {text-align:center;margin-top: 48px;}
.productDisclaimer p {font-weight:700;}


.home .three-Col1, .home .three-Col2, .home .three-Col3 {width:29%;float:left;}
.home .three-Col1, .home .three-Col2 {margin-right:6%;}

/* general */
a 			{color: #30495C;text-decoration: underline;}
a:hover	{color: #f16d71;}
a img		{border:0;}


h1 {font-size: 3.750em;color:#f16d71;font-weight:400;line-height:120%;font-family: 'Futura Bold', sans-serif;}
h2 {font-size: 1.625em;color:#30495C;font-weight:400;}
h3 {font-size: 1.500em;color:#30495C;font-weight:400;}
h4 {font-size: 1.500em;color:#000000;font-weight:400;margin-top:0;margin-bottom:24px;}
h5 {font-size: 1.313em;color:#ffffff;font-weight:400;margin-top:0;margin-bottom:20px;}

.middleHome h1 {text-align:center;}
.eCommerce h1 a {font-size:1em;}
h2 a {font-size:1em;text-decoration:none;}
h3 a {font-size:1em;text-decoration:none;}

.introText {
	font-size: 32px;
	color:#30495c;
}
.home .introText {font-weight:700}

p, ul, li{margin-top:0;}
.formRequired {color:#cc0000;font-size:0.625rem;}

/* home */

.homeRow1 {margin-bottom:60px;}

.iconsBox {text-align:center;}
.iconsBox p {font-size:0.875rem;}


.homeRow3 .middle {
	text-align:center;
	background-image:url('bg.png');
	background-repeat:repeat-x;
	background-position:center;
	margin:20px auto 40px;
	}
.homeRow3 h3 {
	display: inline-block;
    font-size: 32px;
    color: #000;
    margin: 0;
    padding: 10px 50px;
    font-weight: 600;
    letter-spacing: 1px;
    background-color: #fff;
    margin:0 30px;
}

/*** Homepage Highlight Box ***/

.highlightBox {
	position:relative;
	padding: 0;
	float: left;
	border: none;
	margin-bottom: 17px;
	max-height:345px;
	overflow:hidden;
	border-radius:25px;
	max-width: 345px;
}
.highlightBox img {display:block;}


.highlightBox h2 {
   position:absolute;
   bottom:0;
   left:0;
   background: rgba(0,0,0,0.7);
   width:100%;
   margin:0;
   border-radius:25px;
}

.highlightBox h2 a  {
   color:#ffffff;
   text-decoration:none;
   line-height: 140%;
   display:block;
   padding:14px 10px;
   text-align:center;

}
.highlightBox:hover h2 a {background-color:#304a5d;} 


@media (min-width:769px) {.highlightBox h2 a  {font-size:1.500rem;}}
/*
@media (min-width:360px) and (max-width:768px) {.highlightBox h2 a  {font-size:1.250rem;}}
@media (max-width:359px) {.highlightBox h2 a  {font-size:1.000rem;}}
*/

/* buttons */

.linkButton {
	display:inline-block;
	color:#ffffff;
	background-color:#30495C;
	margin:0 auto;
	padding:12px 50px;
	text-align:center;
	border-radius:5px;
	transition: all 0.2s ease 0s;
	text-decoration:none;
	font-size:1rem;
	font-weight:600;
	border:none;
}
.linkButton:hover {background-color:#f16d71;color:#ffffff;}	

.productPage form .button {
	display:inline-block;
	color:#fff;
	background-color:#f16d71;
	text-decoration:none;
	font-size:1rem;
	font-weight:600;
	border:none;
   -webkit-appearance:none;
   padding:12px 12px 12px 52px;
	background-image:url('cart-white.png');
	background-repeat:no-repeat; 
	background-position:8px 50%;  
	white-space: normal;
	cursor:pointer;
}
.productPage form .button:hover {background-color:#30495c;color:#ffffff;}

.userProfileCaptcha .button, 
.userDetailChange .button {
	display:inline-block;
	color:#ffffff;
	background-color:#30495C;
	margin:0 auto;
	padding:6px 20px;
	text-align:center;
	border-radius:5px;
	transition: all 0.2s ease 0s;
	text-decoration:none;
	font-size:1.125rem;
	font-weight:600;
	border:none;
   -webkit-appearance:none;
}

.cartContCheckout .button,
.continue .button, 
.confirmButtons .button, 
.paymentMethods .button, 
.paymentMethods .psButton,
.buttonContainer .button,
.confirmOrder .button,
.eCom .button {
	display:inline-block;
	color:#ffffff;
	background-color:#30495C;
	margin:0 auto;
	padding:6px 10px;
	text-align:center;
	border-radius:5px;
	transition: all 0.2s ease 0s;
	text-decoration:none;
	font-size:1rem;
	font-weight:500;
	border:none;
   -webkit-appearance:none;
}
.eCom .payAdminButtons .button {font-size:1rem;margin-right:12px;}

.userProfileCaptcha .button:hover,
.userDetailChange .button:hover,
.cartContCheckout .button:hover,
.continue .button:hover,
.confirmButtons .button:hover,
.buttonContainer .button:hover,
.confirmOrder .button:hover,
.paymentMethods .psButton:hover,
.eCom .button:hover  {
   background-color: #f16d71;
	color:#ffffff;
}
.eCom .button:disabled {	background-color: #9DAFC4;}


/**************** faq *****************************/

.faq {border-bottom:1px solid #E0DEDE;padding:8px 0;}
.faq_question {
	display:inline-block;
    padding-bottom:5px;
    cursor: pointer;
	color:#333333;
   font-size: 1.313rem;
}
.faq_question:hover {color:#f16d71;}
.faq_question:hover .twisty {background-color: #f16d71;}
.twisty {
	display:inline-block;
	width:22px;
	line-height:22px;
	background-color:#30495c;
	font-weight:bold;
	color:#ffffff;
	margin-right:10px;
	text-align:center;
}
.twisty:hover {background-color: #f16d71;}
.plus {background-color: #30495c;}
.minus {background-color: #f16d71;}
.faq_answer_container {
    height: 0px;
    overflow: hidden;
    padding-left:32px;
}
.faq_answer {padding: 8px 0;}


/**************** catalogue *****************************/

.catalogueHome h1 {
	text-align:center;
	margin:0;
}
.leftMenuHeading {
	font-size:30px;
	color:#30495c;
	padding-bottom:12px;
	font-weight:700;
}
.categoryDynamicLeftmenu a {font-weight:600;font-size:1.125rem;}
.categoryDynamicLeftmenu .open > a,
.categoryDynamicLeftmenu .open > a:hover,
.categoryDynamicLeftmenu #selectedItem{background-color: #f16d71;color:#fff;}
.categoryDynamicLeftmenu ul li ul li a {font-size:1.063rem;padding-left:30px;}
.categoryDynamicLeftmenu a:hover {background-color: #fff;color:#f16d71;}

.categoryDynamicLeftmenu .submenu .submenu a {padding-right:46px}
.categoryDynamicLeftmenu .submenu .submenu .submenu a:before {content:"- "}


/**************** browse *****************************/

.categoryHero {
	background:#304a5d;
}
.categoryHero img {
	display:block;
	margin:auto;
}

/* search heading */
.browseCategory h1 span {display:block;color:#30495c;font-size:1.500rem;}

.browseCategory h1.categoryLevel1 {text-align:center;margin-bottom:20px;}
.browseCategory .gallery3Cols>div {margin-bottom:50px;}
.browseCategory h3 {margin-bottom:10px;}
.price {color:#f16d71;font-size:1.125rem;padding-bottom:10px;}


.browseBtns {
	display:grid;
	grid-template-columns:1fr 1fr;
	margin:auto;
	margin-top:20px;
	gap:20px;
	}

	
.browseCategory .addToCart input[type='text']{height:40px;min-width:38px;}

.categoryGroup {margin-bottom:40px;}
.categoryGroupHead {background-image:url('border.png');background-repeat:repeat-x;background-position:center;margin-bottom:22px;}
.categoryGroup h2 {display:inline-block;padding-right:20px;background-color:#ffffff;margin-bottom:0;}
/* changed to add quantity
.addToCart .button {
	display:inline-block;
	color:#fff;
	background-color:#30495C;
	text-decoration:none;
	font-family:inherit;
	font-size:0.813rem;
	border:1px solid #30495C;
   -webkit-appearance:none;
   padding:5px 0 5px 33px;
   line-height:118%;
	background-image:url('cart-white.png');
	background-repeat:no-repeat; 
	background-position:8px 50%;  
	white-space: normal;
	cursor:pointer;
	border-radius:0;
}
.addToCart .button:hover {background-color:#f16d71;color:#ffffff;}
*/

.addToCart .button {
	display:inline-block;
	color:#fff;
	background-color:#30495C;
	text-decoration:none;
	font-family:inherit;
	font-size:0.813rem;
	border:1px solid #30495C;
   -webkit-appearance:none;
   padding:5px;
   line-height:118%;
	white-space: normal;
	cursor:pointer;
	border-radius:3px;
	transition: all .3s ease;
	background-image:url('add-to-cart.png');
	background-repeat:no-repeat;
	background-position:5px center;
	padding-left:22px;
	width:66px;
	height:40px;
	margin-left:10px;
}
.addToCart .button:hover {background-color:#f16d71;color:#ffffff;}

.browseCategory .addToCart {
	display:flex;
	align-items:center;
}


.viewProducts {
	color:#30495C;
	text-decoration:none;
	background-image:url('view-product-blue.png');
	background-repeat:no-repeat;
	background-position:5px 50%;
	padding:3px 5px 3px 40px;
	border:1px solid #30495C;
	font-size:0.938rem;
	line-height:108%;
	text-align:left;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all .3s ease;	
}
.viewProducts:hover {background-color:#f16d71;color:#fff;background-image:url('view-product-white.png');}
.viewProductsWide {padding:12px 5px 12px 40px;max-width:180px;width:100%;}

.viewOptions {
	color:#fff;
	text-decoration:none;
	padding:3px 5px 3px 5px;
	background-color:#30495c;
	border:1px solid #30495C;
	font-size:0.938rem;
	line-height:108%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all .3s ease;
}
.viewOptions:hover {background-color:#f16d71;color:#fff;}

.searchProducts .button {
	background-color:#30495c;
	padding:4px 10px 3px;
	border-radius:3px;
	font-family:inherit;
	border:none;
	-webkit-appearance:none;
	color:#fff
}
.searchProducts .button:hover {background-color:#f16d71}

/* product Page */

.faq2 {border-bottom:1px solid #30495c;padding:8px 0;}
.faq_question2 {
	display:block;
    padding-bottom:5px;
    cursor: pointer;
	color:#333333;
}
.faq_question2:hover {color:#f16d71;}
.faq_question2:hover .twisty2 {background-color:#ffffff;}
.faq_question2 p {display:inline;}
.twisty2 {
	display:inline-block;
	width:22px;
	line-height:22px;
	background-color:#ffffff;
	color:#30495c;
	margin-right:10px;
	text-align:center;
	float:right;
	font-size:20px;
}
.twisty:hover {}
.plus2 {background-color: #ffffff;}
.minus2 {background-color: #ffffff;}
.faq_answer_container2 {
    height: 0px;
    overflow: hidden;
    padding-left:32px;
}
.faq_answer2 {padding: 8px 0;}

.slider.slider-for {margin-bottom:14px;}

.productNote {
	background-color:#304a5d;
	color:#fff;
	padding:16px;
	margin-bottom:20px;
	text-align:center;
}
.productNote span {font-weight:600;text-decoration:underline;}

/**************** search results *****************************/

.sideBySide10-90-Col1 {width:9%;float:left;} 
.sideBySide10-90-Col2 {width:90%;float:right;}

.searchResults .paginator {padding-top:20px;}

.searchResults .paginator a {
   border:1px solid #999999;
   background-color:#f0f0f0;
   margin:0 6px 10px 6px;
   padding:3px 6px;
   text-decoration:none;
   color:#000000;
   display:inline-block;
   font-size:1em;
}
.currentPage {padding:0 4px;}


/**
 * ----------------------------------------------------------------------------
 * Quantity selector
 * ----------------------------------------------------------------------------
 */

.QuantitySelector {
  display: inline-flex;
  align-items: center;
  border: 1px solid #ccc;
  white-space: nowrap;
  margin-right:20px;
}
.QuantitySelector button {
  display: inline-block;
  padding: 5px 10px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
          
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	border:none;
	background:#fff;
	font-weight:400;          
}
.QuantitySelector button:nth-of-type(1){
	border-right:1px solid #ccc;
}
.QuantitySelector button:nth-of-type(2){
	border-left:1px solid #ccc;
}
.QuantitySelector input[type=text] {
	border:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;	
	width:50px;
	text-align:center;
	height:100%;
}

.productBox .addToCart input {
    margin-left: 0;
}



/**************** catalogue *****************************/

.browseCategory h1 {
	text-align:center;
	margin:0;
}

.HomePageCategories {
	display:grid;
	grid-template-columns:repeat(4, 1fr);
	gap:40px;	
}
.catalogueHomeCategories {
	display:grid;
	grid-template-columns:repeat(2, 1fr);
	gap:40px;
	justify-items:center;
	margin-top:46px;	
}

@media (max-width:470px){
	.catalogueHomeCategories {
		grid-template-columns:1fr;
		gap:40px;	
	}
}
.categoryHomeCat {
	text-align:center;
	position:relative;
	border-radius:25px;
	max-width:345px;
	max-height:345px;
	overflow:hidden;
	
}
.categoryHomeCat img {
	display:block;

}
.categoryHomeCat h3 {
   position:absolute;
   bottom:0;
   left:0;
   background: rgba(0,0,0,0.7);
   width:100%;
   margin:0;
   border-radius:25px;
   max-width:345px;
}
.categoryHomeCat h3 a  {
   color:#ffffff;
   text-decoration:none;
   line-height: 140%;
   display:block;
   padding:14px 10px;
   text-align:center;
}
.categoryHomeCat:hover h3 a {background-color:#000;} 


.browseSubCats {
	display:grid;
	grid-template-columns: repeat(2, 1fr);
	gap:40px;
	justify-items:center;
	margin-top:46px;
}
@media (max-width:580px){
	.browseSubCats {
		grid-template-columns: repeat(2, 1fr)
	}
}

.browseProds {
	display:grid;
	grid-template-columns: repeat(3, 1fr);
	gap:40px;
	margin-top:48px;
}
@media (max-width:580px){
	.browseProds {
		grid-template-columns: repeat(2, 1fr)
	}
}
@media (max-width:480px){
	.browseProds {
		grid-template-columns: 1fr;
	}
}



.productBrowse h3 {margin-top:6px;font-weight:400;font-size:18px}
.productPage h3 {margin-top:6px;}
.productPage h2 {font-size:1.875em;margin:0;}

.homeFeatured {margin:10px 30px 0 30px;}
.featuredProduct {padding:12px;text-align:center;}
.featuredProduct img {display:block;margin:auto auto;vertical-align:middle;}
.featuredProduct h3 a {text-decoration:none;color:#30495C;text-transform:uppercase;}
.featuredProduct h3 a:hover {color:#f16d71;}
.homeFeatured .slick-prev, .homeFeatured .slick-next {
    top: 25%;
    display: block;
    margin-top: 0;
    width: 21px;
    height: 30px;
    z-index:10;
}
.homeFeatured .slick-prev {background-image: url(/extras/styles/webideas/previous.png);}
.homeFeatured .slick-next {background-image: url(/extras/styles/webideas/next.png);}
h2.featured {border-bottom:2px solid #f16d71;text-align:center;margin-top:0;}


.wobjectCatalogue .leftColumn-Col1 {width:26%;float:left;}
.wobjectCatalogue .leftColumn-Col2 {width:72%;float:right;}

.product3Cols > div {float:left;text-align:center;margin-bottom:20px;}
.product4Cols > div {float:left;text-align:center;margin-bottom:20px;}

@media (min-width:580px) {
   .product3Cols > div {width:32%;margin-right:2%;}
   .product3Cols > div:nth-of-type(3n) {margin-right:0;}
   .product3Cols > div:nth-of-type(3n+1) {clear:both;}
}
@media (min-width:769px) {
   .product4Cols > div {width:23.8%;margin-right:1.5%;}
   .product4Cols > div:nth-of-type(4n) {margin-right:0;}
   .product4Cols > div:nth-of-type(4n+1) {clear:both;}
}
@media (min-width:581px) and (max-width:768px) {
   .product4Cols > div {width:32%;margin-right:2%;}
   .product4Cols > div:nth-of-type(3n) {margin-right:0;}
   .product4Cols > div:nth-of-type(3n+1) {clear:both;}
}
@media (min-width:0) and (max-width:580px) {
   .product3Cols > div {width:47.5%;margin-right:5%;}
   .product3Cols > div:nth-of-type(2n) {margin-right:0;}
   .product3Cols > div:nth-of-type(2n+1) {clear:both;}

   .product4Cols > div {width:47.5%;margin-right:5%;}
   .product4Cols > div:nth-of-type(2n) {margin-right:0;}
   .product4Cols > div:nth-of-type(2n+1) {clear:both;}
}

.productImage {height:170px;display:block;} 
.productImage {
	background-position:top center;
	background-size:cover;
	background-repeat:no-repeat;
}


/* browse */

.categoryGroup h2 {margin-top:0;}



/* product page */

.productPage .sideBySide40-60-Col1 {padding-top:30px;}
.pinkOutline {border:2px solid #fbd3d5;padding:20px;margin-bottom:20px;}
.productPage h1 {
	color:#30495c;
	margin-bottom:14px;
	font-size: clamp(2.8125rem, 2.3425rem + 1.88vw, 3.75rem);
}
.line {
   width:100px;
   height:4px;
   background-color:#f16d71;
   margin-bottom:24px;
}
.productPage .price {color:#f16d71;font-size:1.250em;padding:5px 0;}
.productPage .priceInc {
	padding-bottom:25px;
	font-size:16px;
}
.productPage .date {color:#30495c;font-size:1.250em;padding-bottom:30px;}

.atts {display:flex;margin-bottom:30px;}	
.atts > span:first-child {padding-right:20px;}
.atts div {padding-bottom:20px;display:inline;}
.atts .label, .productOptions .label {
   color: #30495c;
   font-size: 1.250em;
   padding-right:20px;
}
.atts select, .productOptions select {
   padding:5px 30px 5px 5px;
   font-size: 1.125rem;
   border:1px solid #30495C;
   border-radius:3px;
   background: #ffffff url(/extras/styles/webideas/arrow.png) no-repeat right center;
   -webkit-appearance: none;
   -moz-appearance: none;
   -ms-appearance: none;
   -o-appearance: none;
   appearance: none;
}
.atts select::-ms-expand, productOptions select::-ms-expand {display: none;}

.productOptions {padding-bottom:12px;}
.productOptions .option {padding-bottom:14px;}
.productOptions .label {display:inline;padding-top:5px;}
.preText {color:#30495c;font-size:1.250em;padding-bottom:10px;}
.subText {font-size: 13px;color: #30495c;}

.quantAvail {display:flex;padding-bottom:20px;align-items:center;}
.productPage .quantity {color:#30495c;font-size:1.250em;padding-right:20px;}
.available {color:#324a5d;font-size:1.250em;}

.productPage input[type='text'] {
	font-size:0.875em;
	border:1px solid #30495C;
	border-radius:3px;
	padding:3px;
	margin-left:10px;
	min-width:60px;
}
 

.hireInfo {border-top:1px solid #f16d71;padding-top:12px;}
.hireInfo p {font-size:1rem;}

.productFAQs {padding:20px 0 40px 0;}

.relatedHeader {
	text-align:center;
	background-image:url('border.png');
	background-repeat:repeat-x;
	background-position:center;
	margin:20px auto 40px;
	}
.relatedHeader span {
	display: inline-block;
    font-size: 1.250em;
    color: #000;
    margin: 0;
    padding: 10px;
    font-weight: 600;
    letter-spacing: 1px;
    border: 1px solid #000;
    background-color: #fff;
    margin:0 30px;
}	
.related {
	display:flex;
	flex-wrap:wrap;
	column-gap:2%;
	row-gap:20px;
	justify-content:center;
}	
.related > div {
	min-width:200px;
	max-width:18%;
	text-align:center;
}	

.productPage .slider.slider-nav .item {width: 32% !important;margin-bottom: 12px;}
.productPage .slider.slider-nav .item:not(:last-of-type) { margin-right: 2%;}

.tabs2 {margin-top:20px;}


.accessRow {display:flex;padding-bottom:20px;align-items:center;}
.accessRow img {display:block}
.accessRow > div:nth-child(1){max-width:62px;border:1px solid #ccc;}
.accessRow > div:nth-child(2){width:calc(100% - 192px);padding:10px;}
.accessRow > div:nth-child(3){width:130px;text-align:right;}
.accessRow a {text-decoration:none;font-weight:600;font-size:1.125em;color:#000}
.accPrice  {padding-top:12px;}
.accessRow > div:nth-child(3) span {font-size: 1.313em;color: #30495C;}

.bookButtonContainer {
	border-top:1px solid #ccc;
	padding: 20px 0;
	display:grid;
	grid-template-columns: 1fr max-content;
	gap:20px;
}
.bookButtonContainer div:last-child {
	text-align:right;
}

.changeDateBtn {font-size:1rem;}
.changeDateBtn a {font-size:1rem;}

.smallTxt, .smallTxt p {font-size:13px;color:#30495c;}

.smallTxt {/*border-top:1px solid #ccc;*/padding-top:10px;}

/* edit product */

.productEdit  .editImages>td {padding-right:20px;padding-bottom:20px;}
.productEdit  .editImages input[type=file]{margin-bottom:20px;}

/* edit category */

#categoryDetail_fgeurl {width:550px;}


/**************** cart *****************************/

.shoppingCart .topLabels {background-color: #fbe9eb;}
.shoppingCart>div:nth-of-type(2){border-top:1px solid #f16d71}
.cartContCheckout {
	display:flex;
	justify-content:space-between;
	margin-top:20px;
}

.mininumNotice {
	background-color:#f16d71;
	padding:16px 20px 8px;
	text-align:center;
	color:#fff;
	width:80%;
	margin:30px auto 15px;
}


/**************** checkout *****************************/

.checkout h2 {margin-top:0;}

.checkoutCrumb {padding-bottom:10px;}
.contCheckout {text-align:center;}
.contCheckout input[type=submit] {margin-left:30px;}
.readonly {border: none;}


.subtext {font-size:0.875rem}

.checkout textarea,
.checkout .dataForm textarea {
    width: 95%;
    padding: 4px;
}

#privateHomeDetails textarea {margin-bottom:20px;}
#venueAccessTime,
#venuePickupTime {
	width:100px;
}


/**************** confirm *****************************/

.confirm .simpleQuote .simpleQuoteProduct {margin-bottom:20px;width:100%;float:left;}
.confirm h2 {margin-top:0;}
.confirm .dataForm input[type="text"], .confirm .dataForm textarea {width: 95%;}

.contConfirm {}
.contConfirm input[type=submit] {margin-left:30px;}

.confirm .buttonContainer .button:nth-child(2) {
  float: right;
}
.question {
	font-weight:500
}



/**************** view order *****************************/

.quote td {
	vertical-align:top;
	padding-bottom:12px;
}
.quote table td:first-child {
	font-weight:600;
	padding-right:16px;
	white-space:nowrap
}
.otherDetails {
	font-weight:600;
	padding-top:16px;
	font-size:1.25rem;
}
@media (min-width:768px) {
	.quote {
		display:flex;
		gap:10%;
	}
	.quote table td:first-child {white-space:nowrap;}
	.quote div:first-of-type td:last-child {white-space:nowrap} 
}

.userNotification {
	font-size:1.25rem;
	text-align:center;
	max-width:1000px;
	margin:auto;
}


/**************** search page *****************************/



/*** Contact Form ***/

.twoCol30-70 .checklistV {
  white-space: normal !important;
}

/************ dynamic carts ****************/


.header {z-index:4;}

main {position:relative;}

#dynamicCart {
	position:absolute;
	top:-20px;
	transition: all 1s ease;
	width:100%;	
	background-color:pink;
	opacity:0;
}
#dynamicCart.cartAdded {
    top:44px;
	opacity:1;
}
.dynCart {
	max-width:1200px;
	margin:auto;    
	display:flex;
	align-items: flex-start;
	justify-content: center;    
	padding:16px 0;
	position:relative;
}
.dynCartTick {
	position:relative;
	top:3px;
}	
.dynCartTick rect {fill:black}
.dynCartTick path {stroke:white}
	
#dynCartHide {
	position:absolute;
	right:0;
	top:19px;
	cursor:pointer;
}

.notif {
	font-weight:700;
	margin-right:16px;
}
.cartLink {
	font-size:0.875em;
}

@keyframes highlight {
    0%   {background-color:#E6FFC6;}
    75%   {background-color:#E6FFC6;}
    100%  {background-color:transparent;}
}	
	

@keyframes gopink {
    0%   {background-color:#E6FFC6;}
    75%   {background-color:#E6FFC6;}
    100%  {background-color:transparent;}

}


/***** Half Images *****/

.halfText h3 {font-weight:700;}

@media (min-width:801px){
	.halfContent {display:flex;justify-content:center;}
	.halfImageLeft > div {width:50%;}
	.halfImageRight > div {width:50%;}
	.halfContent .wobject, 
	.halfContent .wobjectArticle {
		height:100%;
	}
	.halfImage {
		height:100%;
		background-position:center center;
		background-repeat: no-repeat;
		background-size:cover;
	}
	.halfText .wobjectArticle {max-width:800px;}
	.halfText.htLeft .wobjectArticle {float:right;padding:60px 56px 60px 0;}
	.halfText.htRight .wobjectArticle {float:left;padding:60px 0 60px 56px;}
}
@media (max-width:1672px){
	.halfText.htLeft .wobjectArticle {padding-left:16px;}
	.halfText.htRight .wobjectArticle {padding-right:16px;}
}
@media (max-width:1671px){
	.halfText.htLeft .wobjectArticle {padding-right:16px;}
	.halfText.htRight .wobjectArticle {padding-left:16px;}
}
@media (max-width:800px){
	.halfContent {display:flex;flex-wrap:wrap}
	.halfImageLeft > div:first-child {width:100%;order:1}
	.halfImageLeft > div:last-child {width:100%;order:2;padding-bottom:30px;}
	.halfImageRight > div:first-child {width:100%;order:2;padding-bottom:30px;}
	.halfImageRight > div:last-child {width:100%;order:1;}

	.halfText {padding:30px 0}
	.halfImage {
		height:260px;
		background-position:center center;
		background-repeat: no-repeat;
		background-size:cover;
	}
}
.topShadow {
	margin-top:50px;
	box-shadow: 0px -10px 20px -10px rgba(50, 50, 50, 0.1);
}

.topShadow .middle {
	padding-top:94px;
	padding-bottom:100px;
}



/***** Catalogue Half Images *****/

.catalogueHome.middle {margin-bottom:50px;}

/****** Catalogue category single image ********************/

.categoryImage {border-radius:25px}


