/* 2024 add gradient backg
at the top */
.fabrikk--top-bar, .fabrikk--header-wrapper {
  background-color: #63BADD; /* For browsers that do not support gradients */
  background-image: linear-gradient(to right, white , #63BADD);
}

/* 2024 logo */
.fabrikk--header-wrapper {
  padding-top: 15px;
  padding-bottom: 45px;
}

/* 2024 menu */
div.container-fluid {
  background-color: #292929; 
}
/* 2024 menu text */
.tws-top-menu li a {
    color: white !important;
}
.dropdown-menu {
  background-color: #292929;
}
.dropdown-toggle {
  background-color: #393939 !important;
}
.tws-top-menu li a:hover, .tws-top-menu li a:focus, .tws-top-menu li a:active {
    color: silver !important;
  background-color: #444444 !important;
}



/* NOT WORKING 2025 search box non-caps */
.form-control {
text-transform: none !important;
}


/* 2024 main page part */
.fabrikk--component-container {
  background-color: #ffffff;
}



/* 2024 search button */
.tws-mega-menu--search-button {
  background-color: #606060 !important;
  color: white;
}

/* 2024 start slideshow */
.start-slideshow {
  margin-top: 20px !important;
}

/* 2024 promotion x 2 */
.promotion-seats-showers img, .promotion-x1-seat img {
  border-radius: 10px;
}

/* 2024 hide LOGIN */
div.fabrikk--top-bar-right { display: none; }
/* 2024 hide CART */
div.slot--cart { display: none; }
/* 2024 not sure what this one does */
li.tws-top-menu--controls { display: none !important; }

/* 2024 footer */
.fabrikk--footer {
    background-color: #63BADD; /* For browsers that do not support gradients */
  background-image: linear-gradient(to right, white , #63BADD);
}

hr.presentationHR {
  border: 1px sold #e0e0e0;
  margin-top: 40px;
  margin-bottom: 40px;
}


/* 2024 Responsive layout - makes the columns stack on top of each other instead of next to each other */
.two-columns-left {
  width: 49%; 
  padding-right: 40px; 
  float: left;
  padding-top:10px;
}
.two-columns-right {
	width: 49%; 
  float: left; 
  margin-bottom: 1px; 
  padding-top: 15px;
}
.two-columns-right p {font-size:18px;}
.two-columns-left h1 {font-size:30px;}
.two-columns-left p {font-size:18px;}

@media screen and (max-width: 600px) {
.myTwoColumns { width: 100%; }
.two-columns-left {width: 100%;}
.two-columns-right {width: 100%;}
}


/* CSS for random Webshop list */
#webshopsList /* ul */ 
{
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
} 
#webshopsList li {
	position: relative;
	list-style: none;
	ssdisplay: inline;
            display:table-cell;
	float: left;
	text-align: center;
	margin-bottom: 15px;
	margin-right: 10px;
	padding: 0px;
	height: 120px;
        vertical-align: middle;
}
#webshopsList li a {
	sssdisplay: block;
            display:table-cell;
	width: 300px;
	height: 100px;
	font-size: 12px;
	padding: 10px;
	text-decoration: none;
	background-color: #fefefe;
	border: 1px solid #f0f0f0;
	vertical-align: middle;
}
#webshopsList li a:hover {
	background-color: #fafafa;
	border: 1px solid #c0c0c0;
}
#webshopsList img {
	border: solid 1px #f0f0f0;
}


/* Download page - file list */
ul.list-download-files { 
list-style-type: none; 
padding: 0; 
margin: 0; 
border-top: solid 1px #d0d0d0; 
}
ul.list-download-files li {
background: url('/shop/ws16/36816/files/images/misc/pdf-icon.png') no-repeat 10px 11px;
min-height: 40px;
padding-left: 40px;
padding-top: 10px;
padding-bottom: 10px;
border-bottom: solid 1px #e0e0e0; 
}
ul.list-download-files li:hover { background-color: #f0f0f0; }
ul.list-download-files a { color: #0033ff; text-decoration: none; }
ul.list-download-files a:hover { text-decoration: underline; }

li.li-YOUTUBE {
 background-image: url('/shop/ws16/36816/files/images/misc/youtube_social_circle_red.png') !important;    
 background-repeat: no-repeat;
 background-position: 10px 11px; 
}


.waterPressure table td,
{
    text-align:left;
}
