@CHARSET "UTF-8";

/* External resources */


/** Default styles */
body {
  font-family: 'Droid Sans', sans-serif;
  font-size: 11pt;
  padding: 0;
  margin: 0;
  color: #000;
  
background: #b3e0f5; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2IzZTBmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE5JSIgc3RvcC1jb2xvcj0iI2JlZTRmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgxJSIgc3RvcC1jb2xvcj0iI2ZiZmRmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #b3e0f5 0%, #bee4f6 19%, #fbfdfe 81%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b3e0f5), color-stop(19%,#bee4f6), color-stop(81%,#fbfdfe), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #b3e0f5 0%,#bee4f6 19%,#fbfdfe 81%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #b3e0f5 0%,#bee4f6 19%,#fbfdfe 81%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #b3e0f5 0%,#bee4f6 19%,#fbfdfe 81%,#ffffff 100%); /* IE10+ */
background: linear-gradient(to bottom,  #b3e0f5 0%,#bee4f6 19%,#fbfdfe 81%,#ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3e0f5', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
}

body #cookie-info {
  background: #00b300;
  border: none;
  color: #fff;
  position: static;
  font-size: 11pt;
  font-family: 'Droid Sans', Arial, sans-serif;
}

body #cookie-info>div.inner {
  width: 975px;
  margin: 0 auto;
  padding: 8px 10px;
}

body #cookie-info>div.inner li,
body #cookie-info>div.inner div.title {
  display: none;
}

body #cookie-info div.link {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 2px;
  background: #1259a6;
  color: #fff;
  text-decoration: none;
  transition: background 0.3s;
  -o-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -webkit-transition: background 0.3s;
  font-size: 0;  
}

.cookie-custom p {
  margin-top: 0;
}

body #cookie-info div.link:hover {
  background: #0E437D;
}

body #cookie-info div.link:after {
  font-size: 11pt;
  content: 'More information';
}

body #cookie-info div.link#cookie-info-hide:after {
  content: 'I accept';  
}

a.nounderline {
  text-decoration: none !important;
}

img {
  max-width: 100%;
  height: auto;
}

a img {
  border: none;
}

div.clearfix {
  clear: both;
}

.font-btn{
	cursor:pointer;
	color:#fff;
  transition: color 0.3s;
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
}

.font-btn:hover, .font-btn.selected-font{
	
	color:#5fd1ff;
	
}

.font-btn[data-size="11"] {
  font-size: 10pt;
}

.font-btn[data-size="13"] {
  font-size: 12pt;
}

.font-btn[data-size="15"] {
  font-size: 15pt;
}

/* Wrapper */

.wrapper {
  width: 975px;
  margin: auto;
  height:auto;
}

/* Header */

.header {
  width:100%;
  background-color:#1259a5;
  font-size: 11pt;
}

.header .wrapper {
  position: relative;
  height:170px;
}

.header-left{
width:400px;
height:170px;
float:left;
position:relative;
}

.header-left img{
	position:absolute;
	top:35px;
}

.header-right{
width:520px;
height:170px;
float:right;
}

.header-right-menu{
	float:right;
	width:520px;
	height:auto;
	margin-top:10px;
}

.header-right-menu table{
	float:right;
}

.header-right-menu td{
	padding-right:10px;
}

.header-right-menu p{
	color:#fff;
}

.header-right-menu a, .header-cart a{
	text-decoration:none;
	color:#fff;
	transition: color 0.3s;
	-o-transition: color 0.3s;
	-ms-transition: color 0.3s;
	-moz-transition: color 0.3s;
	-webkit-transition: color 0.3s;
}

.header-right-menu a:hover{
	color:#5fd1ff;
}

.header-right-menu a img {
  transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
} 

.header-right-menu a:hover img {
  opacity: 0.8;
}

.header-phone-text{
	color:#fff;
	float:right;
	font-size:16pt;
	padding-top:10px;
}

.header-controls {
  position: absolute;
  bottom: 5px;
  right: 0;
  white-space: nowrap;
  color: #fff;
}

.header-controls form.header-search {
  display: inline-block;
  margin-left: 10px;
  font-size: 0;
}

.header-controls input[type="text"] {
  background: #fff;
  border: none;
  padding: 5px;
  width: 150px;
  vertical-align: bottom;
  font-size: 11pt;
}

span.checkout {
  border-radius: 3px;
  padding: 4px 8px;
  display: inline-block;
  background: #19B914;
  transition: background 0.3s;
  -o-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -webkit-transition: background 0.3s;
}

.header-cart a:hover span.checkout {
  background: #117A0D;
  color: #fff;
} 

.search-go {
  background: #233051;
  padding: 2px 3px 3px 3px;
  border: none;
  vertical-align: bottom;
}

.header-cart {
  padding-top: 5px;
  font-size: 12pt;
  display: inline-block;
  vertical-align: top;
}

div.admin-button {
  
}

div.admin-button a {
  
}

.header div.font-size {
  
}

.header div.font-size span.font-btn {
  
}

/* Menu bar */

#menu-btn {
  
}

.navbar{
  font-size: 11pt;
  width:100%;
  height:auto;
  background: #00b300; /* Old browsers */
  background: -moz-linear-gradient(top,  #00b300 0%, #66cc52 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00b300), color-stop(100%,#66cc52)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #00b300 0%,#66cc52 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #00b300 0%,#66cc52 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #00b300 0%,#66cc52 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #00b300 0%,#66cc52 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b300', endColorstr='#66cc52',GradientType=0 ); /* IE6-8 */
  -webkit-box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.53);
  -moz-box-shadow:    0px 2px 3px 0px rgba(50, 50, 50, 0.53);
  box-shadow:         0px 2px 3px 0px rgba(50, 50, 50, 0.53);
  margin-bottom:10px;
}

.navbar ul {
  margin: auto;
  padding: 0;
  list-style: none;
  display: table;
}

.navbar ul li {
  display: table-cell;
  position:relative;
  border-right:1px solid #0e980e;
}

.navbar ul li:first-child {
  border-left: 1px solid #0e980e;
}

.navbar ul li a {
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  padding:10px;
  display:block;
  text-align: center;
}

.navbar ul li.has-dropdown>a:after {
  display: inline-block;
  content: '';
  border-top: 6px solid #fff;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  margin-left: 8px;
}

.navbar ul li:hover {
  background: #69d1ff; /* Old browsers */
  background: -moz-linear-gradient(top, #69d1ff 0%, #1accff 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#69d1ff), color-stop(100%,#1accff)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #69d1ff 0%,#1accff 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #69d1ff 0%,#1accff 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #69d1ff 0%,#1accff 100%); /* IE10+ */
  background: linear-gradient(to bottom, #69d1ff 0%,#1accff 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#69d1ff', endColorstr='#1accff',GradientType=0 ); /* IE6-8 */
}

.navbar li.has-dropdown:hover:after{
	
content:' ';
width:0;
height:0;
display:block;
position:absolute;
border-left:20px solid transparent;
border-right:20px solid transparent;
border-top:5px solid #1accff;
z-index:1000000000;
-moz-transform: scaleY(1.5);
-moz-transform-origin: top;
left:47%;
left:calc(50% - 20px);
}

.css-menu-panel{
position: absolute;
min-width:100%;
  left: 0;
  top: 100%;
  height:auto;
  margin: 0;
  padding: 5px 0 0px;
  z-index: 1000000;
  background: #122f51;
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -o-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -moz-transform: scaleY(0);
  transition: transform 0.3s;
  -o-transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  border-bottom:1px solid #fff;
}

.navbar ul li .css-menu-panel a {
  white-space: nowrap;
  text-align: left;
}

.css-menu-panel a:hover{
	color:#5fd1ff;
}

.navbar li:hover .css-menu-panel{
	transform: scale(1);
	padding:0px;
	margin-top:0px;
}

/* Banner */

.banner {
	margin-top:20px;
}

.banner-left{
	float:left;
	width:730px;
	height:300px;
	position:relative;
}

.banner-overlay {
  position: absolute;
  top: 60px;
  right: 30px;
  text-align: right;
  z-index: 9999;
}

.banner-overlay h1 {
  color: #07223d;
  font-style: italic;
  font-family: Rosario;
  font-size: 22pt;
  margin: 0 0 4px;
}

.banner-overlay h2 {
  color: #1259a5;
  font-size: 30pt;
  font-family: Rosario;
  font-style: italic;
  margin: 0 0 10px;
}

.banner-overlay p {
  line-height: 160%;
  font-size: 12pt;
  color: #666;
}

#head-gallery ul.slides-pagination {
  font-size: 0;
  position: absolute;
  bottom: 10px;
  right: 10px;
  left: auto;
}

#head-gallery ul.slides-pagination li a {
  font-size: 0;
  padding: 0;
  height: 10px;
  width: 10px;
  background: #d0d0d0;
  border-radius: 10px;
}

#head-gallery ul.slides-pagination li.selected a {
  background: #1a84b9;
}

.banner-right{
	margin-left:10px;
	width:235px;
	height:300px;
	float:right;
}

.banner-right a {
  transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
}

.banner-right a:hover {
  opacity: 0.8;
}

.banner-text{
	top:75px;
	right:25px;
	position:absolute;
	z-index:100;
}

div.banner .wrapper{
	background-color:#fff;
}

/* Main */

div.main {
width:100%;
  height:auto;
}

div.main .wrapper{
	background-color:#fff;
}

/* Content */

.content {
  background-color:#fff;
  padding:10px;
  color: #444;
}

.main a, .content a {
  color: #1259a5;
  text-decoration: underline;
  transition: color 0.3s;
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
}

.main a:hover, .content a:hover {
  color: #4383C8;
}

.content script+link+h1 {
  display:none;
}

.content>*:first-child,div.gallery-header>*:first-child {
  margin-top: 0;
}

.content td>*:first-child {
  margin-top: 0;
}

.content td>*:last-child {
  margin-bottom: 0;
}

.content h1,.content h2,.content h3,.content h4,.content h5,.content h6 {
  color:#1259a5;
  font-family:'Rosario', sans-serif;
}

.content ul {
  margin: 10px 0;
  padding: 0;
  list-style: none;
}

.content ul li {
  padding: 8px 0 8px 50px;
  position: relative;
}

.content ul li:before {
  position: absolute;
  content: url(img/check-bullet.png);  
  left: 2px;
  top: 40%;
  top: calc(50% - 14px);
}

/** Footer */

div.footer {
  width:100%;
  height:300px;
  background-color:#1259a5;
}

div.footer p{
	color:#fff;
}

div.footer-logos {
	float:left;
	height: 300px;
	width: 215px;
}

div.footer-logos img{
	margin-top:20px;
}

div.footer-bottom{
	width:100%;
	height:40px;
	color:#fff;
	background-color:#122f51;
}

div.footer-bottom-left{
	float:left;
	width:50%;
	height:25px;
	padding-top:10px;
}

div.footer-bottom-right{
	float:right;
	width:50%;
	height:25px;
	padding-top:10px;
	text-align:right;
}

div.footer-bottom-right a{
	text-decoration:none;
	color:#fff;
  transition: color 0.3s;
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
}

div.footer-bottom-right a:hover{
	color:#5fd1ff;
}

div.footer-categories{
	float:left;
	height: 300px;
	width: 250px;
}

div.footer-useful-links{
	float:left;
	height: 300px;
	width: 250px;
}

div.linklist ul{
	list-style:none;
	padding:0px;
}

div.linklist ul li{
	margin-bottom:10px;
	display:block;
}

div.linklist ul li a{
	text-decoration:none;
	color:#fff;
  transition: color 0.3s;
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
}

div.linklist ul li a:hover{
	color:#5fd1ff;
}

div.footer-payment-options{
	float:left;
	height: 300px;
	width: 250px;
}

/** gallery styles */

div.slideshow#image-gallery {
  
}

div#image-gallery a.slides-next, div#image-gallery a.slides-prev {
  background:#333;
  background: rgba(51,51,51,0.6);
  text-decoration: none;
  transition:padding 0.2s, background 0.2s;
  -o-transition:padding 0.2s, background 0.2s;
  -ms-transition:padding 0.2s, background 0.2s;
  -moz-transition:padding 0.2s, background 0.2s;
  -webkit-transition:padding 0.2s, background 0.2s;
  padding:0 5px;
}

div#image-gallery a.slides-next:hover, div#image-gallery a.slides-prev:hover {
  background: #333;
  padding:0 10px;
}

div#image-gallery * {
	padding:0;
	list-style:0;
}

div#image-gallery *:after, div#image-gallery *:before {
	display:none;
}

/*******************************************************************************
 ** Utility: 3-col responsive grid */

.col1,.col2,.col3 {
  padding: 4px 0;
  margin: 0;
}

.col1 {
  width: 24%;
  padding-left: 1%;
  float: left;
}

.col1.gapless {
  width: 25%;
  padding-left: 0;
}

.col2 {
  width: 49%;
  padding-left: 1%;
  float: left;
}

.col2.gapless {
  width: 50%;
  padding-left: 0;
}

.col3 {
  width: 74%;
  padding-left: 1%;
  float: left;
}

.col3.gapless {
  width: 75%;
  padding-left: 0;
}


.col4 {
  width: 100%;
  padding-left: 0;
}

.colthumb {
  float: left;  
  width: 160px;
}

.colall {
  float: left;
  padding-left: 1%;
  width: calc(99% - 160px);
}

.col1:first-child, .col2:first-child {
  padding-left: 0;
}

/** Clears */

.clear:before,
.clear:after {
  display: table;
  content: ' ';
  clear: both;
}

/** Remove background in editor */

body.content {
  float: none;
  border-right: 1px solid #ddd;
  background: #fff;
}

/** Responsive 2, 3 and 4 column tables */

.content table.responsive3, .content table.responsive2, .content table.responsive4, .content table.responsive3 tbody, .content table.responsive2 tbody, .content table.responsive4 tbody {
  border: 0;
  border-spacing: 0;
  width: 100% !important;  
}

.content table.responsive3 td {
  width: 32%;
  padding-left: 2%;
  border: 0;
  vertical-align: top;
}

.content table.responsive3 td:first-child {
  padding-left: 0;
}

.content table.responsive2 td {
  width: 48%;
  padding-left: 4%;
  border: 0;
  vertical-align: top;
}

.content table.responsive2 td:first-child {
  padding-left: 0;
}

.content table.responsive4 td {
  width: 24%;
  padding-left: 1.33333%;
  border: 0;
  vertical-align: top; 
}

.content table.responsive4 td:first-child {
  padding-left: 0;
}

/** Additional styles - delete/uncomment as needed */

/** coloured bullets 

.content ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 40px;
}

.content ul li {
  position: relative;
  text-align: left;
}

.content ul li:before {
  content: '';
  position: absolute;
  left: -20px;
  top: 6px;
  top: calc(50% - 5px);
  width: 10px;
  height: 10px;
  border-radius: 15px;
  background: #006837;
}
*/

/** Email form presentation 

.email-form-controls {
  margin-top: 10px;
  background: #e2e2e2;
  border-radius: 4px;
  padding: 10px;
  text-align: center;
}

.email-form-controls .formandu-text,.email-form-controls .formandu-dropdown {
  width: 80%;
  margin: 0 auto;
  border: 1px solid #888;
  font-size: 12pt;
  color: #888;
  padding: 6px !important;
}

.email-form-controls .formandu-container {
  text-align: center !important;  
  padding: 10px 0 0 0;
}

.email-form-controls .formandu-container button.formandu-button {
  font-size: 14pt;
  font-weight: bold;
  padding: 14px 50px;
}

*/

/** Blog presentation 

div.blog-post {
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
  border-bottom: 2px solid #006837;
}

a.permalink[href*="/blog/"] {
  position: relative;
  text-decoration: none;
  background: #262261;
  color: #fff;
  border-radius: 4px;
  transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
}

a.permalink[href*="/blog/"]:hover {
  opacity: 0.7;
}

a.permalink[href*="/blog/"]:nth-of-type(1) {
  float: right;
  padding: 8px 25px 8px 8px;
}

a.permalink[href*="/blog/"]:nth-of-type(2), a.permalink[href*="/blog/"]:only-of-type {
  float: left;
  padding: 8px 8px 8px 25px;
}

a.permalink[href*="/blog/"]:nth-of-type(1):after {
  content: '';
  width: 0;
  height: 0;
  border-left: 6px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 0;
  top: 40%;
  top: calc(50% - 5px);
  right: 10px;
  padding: 0;
  position: absolute;
}

a.permalink[href*="/blog/"]:nth-of-type(2):after, a.permalink[href*="/blog/"]:only-of-type:after {
  border-right: 6px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 0;
  right: auto;
  left: 10px;
  content: '';
  width: 0;
  height: 0;
  top: 40%;
  top: calc(50% - 5px);
  right: 10px;
  padding: 0;
  position: absolute;
}

.blog-date {
  font-size: 9pt;
  margin-top: -0.5em;
  margin-bottom: 0.5em;
}

*/


.eshop-item-detail {
  float: none;
  margin: 0;
}

.eshop-department-header, .eshop-department-user-header, .eshopdepartment h2.title {
  display: none;
}

.eshopdepartment .eshop-gallery-item {
  float: none;
  overflow: hidden;
  position: relative;
  margin: 20px 1%;
  width: 30.5%;
  display: inline-block;
  text-align: center;
  height: 400px;
}

.eshopdepartment .eshop-gallery-item-image {
  margin: 0 0 10px;
  height: 220px;
  overflow: hidden;
}

.eshopdepartment .eshop-gallery-item-caption {
  margin: 10px 0;
}

.eshopdepartment .eshop-gallery-item-caption a {
  font-family: Rosario;
  color: #1259a5;
  text-decoration: none;  
  font-size: 140%;
}

.eshopdepartment .eshop-gallery-item .eshop-price-gross:before {
  font-size: 80%;
  content: 'from ';
}

a.shop-item-more {
  display: block;
  width: 30%;
  margin: 10px auto 0;
}

a.shop-item-more,
.formandu-button,
.eshopitem a.permalink,
.checkout-go button,
.eshop-cart2-remove button,
.eshop_userauth_buttonbox>div>a {
  background: #1259a5;
  color: #fff;
  text-decoration: none;
  font-size: 120%;
  padding: 10px 15px;
  transition: background 0.3s;
  -o-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -webkit-transition: background 0.3s;
  border-radius: 0;
  border: none;
}

.eshop-cart2-remove button { 
  padding: 2px 10px;
}

a.shop-item-more:hover,
.formandu-button:hover,
.eshopitem a.permalink:hover,
.checkout-go button:hover,
.eshop-cart2-remove button:hover,
.eshop_userauth_buttonbox>div>a:hover {
  color: #fff;
  background: #4383c8;
}

.eshopitem a.permalink {
  display: inline-block;
}

.eshopitem .post-meta {
  text-align: center;
}

.eshop-cart-summary h3 {
  border-bottom: 1px solid #aaa;
  padding-bottom: 10px;
  font-size: 16pt;
  margin-top: 0;
}

.eshop-cart-summary h3 input {
  font-size: 11pt;
}

.eshop-cart-summary h3:before,
.eshop-cart-summary h3:after {
  display: table;
  content: ' ';
  clear: both;
}

.eshop-cart2-summary {
  border-top: 1px solid #aaa;
  border-left: 1px solid #aaa;
  width: 100%;
  border-spacing: 0;
}

.eshop-cart2-summary th, .eshop-cart2-summary td {
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  padding: 4px;
  text-align: left;
}

.eshop-cart2-header {
  background: #aaa;
  color: #fff;
}

.eshop-cart2-total {
  font-weight: bold;
}

.eshop_cart_widget {
  margin: 10px 0;
  border: 1px solid #aaa;
  padding: 10px;
}

.eshop-cart2-remove {
  text-align: center !important;
}

.eshop-cart2-price, .eshop-cart2-unitprice {
  text-align: right !important;
}

.eshop-cart2-summary .eshop-price-net {
  display: block;
  font-size: 80%;
}

body div.eshop-item-image {
  display: none;
}

.eshop-item-detail h3 {
  display: none;
}

table.features {
  border-collapse: collapse;
  border: none;
  width: 97%;
}

table.features th, table.features td {
  padding: 5px;
  border: 1px solid #aaa;
}

table.features th {
  font-weight: bold;
  text-align: left;
  background: #aaa;
  color: #fff;
}

body div.eshop-purchase-controls {
  background: #1259A5;
  color: #fff;
  padding: 20px 20px 38px;
}

body div.eshop-purchase-controls .formandu-button {
  border: 2px solid #fff;
  float: right;
}

body .eshop-item-details-options-header {
  display: none;
}

body .eshop-item-details-price {
  padding: 0 0 4px;
  text-align: right;
  display: block;
}

body .eshop-price-net:after {
  content: ' (inc. VAT)';
}

body span.eshop-price-gross+.eshop-price-net:after {
  display: none;
}

body .eshop-item-option-name, body .eshop-quantity-label {
  display: inline-block;
  width: 20%;
}

body .eshop-item-option-name:after {
  content: ':';
}

body .eshop-item-option-combo {
  width: 30%;
  margin-right: 40%;
}

.eshopitem a.permalink:before {
  content: '< ';
}

.eshopdepartment .entry:after {
  display: block;
  font-size: 16pt;
  content: 'More categories';
}

.eshopdepartment .post-meta {
  border-top: 1px solid #aaa;
  padding-top: 10px;
  margin-top: 0;
  column-count: 3;
  -moz-column-count: 3;
  -o-column-count: 3;
  -webkit-column-count: 3;
  -ms-column-count: 3;
  column-gap: 30px;
  -o-column-gap: 30px;
  -ms-column-gap: 30px;
  -moz-column-gap: 30px;
  -webkit-column-gap: 30px;
}

.eshopdepartment a.permalink {
  display: block;
  text-decoration: none;
}

.eshop_userauth_loginbox {
  margin: 10px;
  border: 2px solid #1259A5;
  padding: 10px;
  text-align: center;
}

.eshop_userauth_buttonbox {
  padding-bottom: 10px;
}

.eshop_userauth_buttonbox>div {
  display: inline-block;  
}

.vatexemption.eshop-cart2-itemline span.eshop-price-net {
  display: none;
}
/** Responsive views */

/** Desktop only (need to set width to page width + 1) */

@media (min-width: 975px) {
  .only-desktop {
    display: auto !important;
  }
  .not-desktop {
    display: none !important;
  }
}

/** Too small for desktop (tablet) - set width to page width */
@media (max-width: 975px) {
  .not-desktop {
    display: auto !important;
  }
  .only-desktop {
    display: none !important;
  }
}

#navtoggle {
  display: none;
}

/** Phone */
@media (max-width: 975px) {
  #navtoggle {
    position: absolute;
    bottom: 2px;
    right: 2px;
    background: #00b300;
    color: #fff;
    padding: 5px 7px;
    display: inline-block;
    cursor: pointer;
    z-index: 99999;
  }
  .wrapper {
    width: 100%;
    margin: 0;
  }
  .header .wrapper{
    height: auto;
  }
  .header-left, .header-right-menu, .header-right, .header-phone-text, .header-controls {
    position: static;
    width: 100%;
    height: auto;
    text-align: center;
    float: none;
  }
  .header-right-menu table {
    float: none;
    margin: 0 auto;
  }
  .header-right-menu table p {
    margin: 0;
  }
  .header-right-menu table td:first-child, .header-right-menu table td:last-child {
    display: none;
  }
  .header-controls form.header-search {
    display: none;
  }
  .header-controls {
    padding-bottom: 5px;
    white-space: normal;
  }
  .navbar ul {
    display: none;
  }
  .navbar .css-menu-panel {
    transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    display: none;
    position: static;
    top: auto;
    left: auto;
    width: 100%;
    text-align: center;
  }
  .navbar ul li .css-menu-panel a {
    text-align: center;
  }
  .header-left img {
    position: static;
    top: auto;
    left: auto;
    margin: 5px 0;
  }
  .navbar ul li, .navbar a {
    display: block;
  }
  .navbar ul li .css-menu-panel a {
    white-space: normal;
  }
  .banner {
    margin: 0;
  }
  .banner-left {
    display: none;
  }
  .banner-right {
    float: none;
    width: 100%;
    margin: 0 auto;
    padding: 5px 0 0 0.5%;
    height: auto;
   
  }
  .banner-right a {
    display: inline-block;
    width: 49%;
    text-align: center;
  }
  .staticpage table.homepage td:first-child {
    display: none;
  }
  .email-form-header tbody, .email-form-header table, .email-form-header td, .email-form-header tr, .staticpage table td, .staticpage table tbody, .staticpage table tr, .staticpage table {
    display: block;
    height: auto !important;
    width: 100% !important;
    padding: 0 !important;
  }
  body .content table.nobreak, body .content table.features {
    display: table !important;
  }
  body .content table.nobreak tr, body .content table.features tr  {
    display: table-row !important;
  }
  body .content table.nobreak td, body .content table.features td {
    display: table-cell !important;
    width: auto !important;
  }
  .email-form-header tr, .staticpage tr {
    margin-bottom: 2px;
  }
  .email-form-header td {
    text-align: center;
  }
  .email-form-header table iframe {
    width: 100% !important;
    background: #f00;
  }
  div.footer {
    height: auto;
  }
  .footer .wrapper>div {
    float: none;
    text-align: center;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }
  div.footer div.linklist {
    display: none;
  }
  div.footer-bottom {
    text-align: center;
    height: auto;
    padding: 5px 0 15px 0;
  }
  div.footer-bottom-right, div.footer-bottom-left {
    float: none;
    width: 100%;
    text-align: center;
  }
  .eshop-item table, .eshop-item td {
    width: 100% !important;
    display: block;
    height: auto !important;
    padding: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .eshop-item-details-controls {
    text-align: center;
  }
  .eshop-item img {
    width: 100% !important;
    height: auto !important;
  }
  body #cookie-info {
    padding: 0;
  }
  body #cookie-info>div.inner {
    width: 100%;
    text-align: center;
    padding: 8px 0;
  }
  body #cookie-info div.link {
    float: none; 
    margin-top: 8px;
  }
  body #cookie-info div#cookie-info-hide.link {
    margin-left: 0;
  }
  .eshop_userauth_signup {
    line-height: 500%;
  }
  .header-cart {
    margin-right: 30px;   
  }
  .eshopdepartment .eshop-gallery-item {
    width: auto;
    margin: 20px 0;
    display: block;
  }
  .eshopdepartment .post-meta {
    column-count: 2;
    -moz-column-count: 2;
    -o-column-count: 2;
    -webkit-column-count: 2;
    -ms-column-count: 2;
    column-gap: 20px;
    -o-column-gap: 20px;
    -ms-column-gap: 20px;
    -moz-column-gap: 20px;
    -webkit-column-gap: 20px;
  }
  body div.eshop-purchase-controls {
    text-align: center;
  }
  body .eshop-item-option-name, body .eshop-quantity-label {
    width: auto;
    display: block;
  }
  body .eshop-item-option-combo, body .eshop-item-detail-combo {
    margin: 5px auto;
    width: 80%;
  }
  body .eshop-price-display, body .eshop-item-details-price {
    text-align: center;
  }
  body div.eshop-purchase-controls .formandu-button {
    float: none;
    margin: 5px auto;
  }
  body table.eshop-cart2-summary, body table.eshop-cart2-summary tr, body table.eshop-cart2-summary td,body table.eshop-cart2-summary tbody {
    display: block;
    width: 100% !important;
    padding: 2px 0;
    border: none;
    text-align: Center !important;
  }
  body table.eshop-cart2-summary tr {
    border-bottom: 1px solid #eee;
  }
  body table.eshop-cart2-summary tr.eshop-cart2-headerline {
    display: none;
  }
  .eshop-cart2-quantity:before {
    content: 'Quantity: ';
    font-weight: bold;
  }
  .eshop-cart2-unitprice:before {
    content: 'Unit price';
    display: block;
    font-weight: bold;
    padding-top: 2px;
  }
  .eshop-cart2-price:before {
    font-weight: bold;
    content: 'Item total';
    display: block;
    padding-top: 2px;
  }
  .eshop-cart2-totalline .eshop-cart2-price:before {
    display: none;
  }
  .formandu-text, .formandu-textarea, .formandu-dropdown {
    width: 80%;
    margin: 0 auto;
  }
  .centermob {
    text-align: center;
  }
  img {
    max-width: 100% !important;
    height: auto !important;
  }

}

