.row {
	max-width: 70.5rem;
}

body {
  background-color: #ddd;
}

script {
	display: none !important;
}

.home > script {
	display: none;
}

.page {
  background-color: #fff;
}

.horizontal {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.links {
	margin-top: 10px;
  text-align: right;
}

.home > * {
  display: inline-block;
}

.home span {
  margin-top: 4px;
  color: #182888;
  font-weight: bold;
}

.home a {
	display: block;
}

.home img {
  margin: 20px 5px 20px 0;
  max-width: 75%;
}

.tag-line {
	color: #999;
}

.horizontal li {
  display: inline-block;
  padding: 10px 20px 10px 0;
  margin: 0;
}

.horizontal li.account,
.horizontal li.basket,
.horizontal li.menu
{
	padding: 15px;
}

.full.sub p {
	margin-bottom: 0;
}

ul.header-info {
	margin-left: 0;
}

.header-info li {
	float: left;
	margin: 1em 1.45em 0em;
    font-size: 0.9rem;
}

.header-info li.first {
	margin-left: 0;
}

.header-info li.last {
	margin-right: 0;
}

li.currency select {
	width:9rem;
	margin: 0;
}

li.currency span {
	display: block;
	font-size: 80%;	
}

ul.horizontal.links li.basket,
ul.horizontal.links li.account,
ul.horizontal.links li.menu {
	padding-top: 1rem;	
}

ul.horizontal.links li.basket i,
ul.horizontal.links li.account i 
ul.horizontal.links li.menu i
{
	color: #0f1352;
}

.horizontal .goog-te-gadget .goog-te-combo {
	margin: 0;
}

li.basket dl {
	margin: 0.5rem 0 0;
}

.login-info {
	margin: -0.8rem 1rem 0;
	text-align: right;
}

.login-info li {
    display: inline;
    font-size: 90%;
    color: #555;
}

.login-info .switch-back {
	display: block;
}

.search {
	position: relative;
  margin-top: 5px;
}

.search input[type=text] {
  display: inline-block;
  width: 100%;
  padding-right: 50px;
  border: none;
  margin-bottom: 0;
}

.search button {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 40px;
  height: 2.3125rem;
  padding: 5px 10px;
  background-color: transparent;
  color: #182888;
  border: none;
  font-size: 1.3rem;
}

.search button:hover {
  background-color: transparent;
  color: #182888;
}

.links li a {
  color: #222;
}

#drop2 a.basket {
	color: #fff;
	margin-bottom: 0;
}

.links i {
  color: #666;
}

.links .menu-icon::after {
    background: #000;
	box-shadow: 0 7px 0 #000, 0 14px 0 #000;
}

a .indicator {
	
	font-size: 65%;
   
    display: inline-block;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    text-align: center;
    vertical-align: top;
    background-color: red;
    color: #fefefe;
    font-weight: bold;
  
}


.full {
  padding: 10px 20px;
  background-color: #182888;
  color: rgba(255,255,255,0.8);
}

.full a {
  color: rgba(255,255,255,0.8);
}

.full .row {
  padding-top: 0;
  padding-bottom: 0;
}

.navigation {
	display: none;
  position: relative;
  background-color: #0f1352;
}

.navigation li:first-child {
  padding-left: 0;
}

.navigation li a:hover {
  color: rgb(255,255,255);
}

.sub h2 {
  margin: 0;
  padding: 10px 0;
  font-size: 120%;
  color: rgba(255,255,255,0.8);
}

.menu > li > a {
	padding: 0.3rem 0.7rem;	
}

.off-canvas .menu > li > a {
	padding: 1.1rem 0.7rem;	
}

.off-canvas .menu > li > ul > li > a {
	padding: 0.7rem 0.7rem;	
}

.menu .menu {
	min-width: 500px;
	background-color: rgba(0,0,0,0.9);
  	z-index: 1000;
  	border: none;
}

.off-canvas {
	background-color: #182888;
}

.off-canvas .menu .menu {
	min-width: auto;
	margin-left: 0;
}

.off-canvas a {
    color: rgba(255,255,255,0.8);
}

.off-canvas-content .menu .menu {
	padding: 15px 0;
	-moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
}

.menu .menu li {
  display: block;
  padding: 0 20px 0.7rem 20px;
  color: rgba(255,255,255,0.8);
}
.off-canvas .menu .menu li {
	float: none;
	padding: 0.5rem 20px 0.2rem 20px;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
	border-color: #FFFFFF transparent transparent;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a {
	padding: 0 1.5rem 0 0;
}

.dropdown.menu > li.is-dropdown-submenu-parent ul a:hover {
	text-decoration: underline;
}

.navigation > ul {
  margin-left: -20px;
}

.dropdown-container {
	position: relative;
  text-align: right;
}

.menu-dropdown {
  display: inline-block;
  margin: 5px 0 5px 0;
  padding: 5px 10px;
  border: solid 1px rgba(255,255,255,0.8);
}

.side-menu {
  display: none;
}

.side-menu.active {
  display: block;
}

.side-menu ul.department {
  position: absolute;
  margin: 0;
  width: 300px;
  right: 5px;
  background-color: rgba(0,0,0,0.9);
  z-index: 1000;
}

.side-menu li {
  display: block;
  padding: 10px 20px;
  color: rgba(255,255,255,0.8);
}

.user-info dl {
    margin-bottom: 0;
    padding-top: 5px;
    text-align: right;
} 

.user-info dt{
	font-weight: bold;
}

.user-info dt,
.user-info dd {
	display: inline;
    color: white;
    font-size: 75%;
}

.user-info a {
	font-size: 85%;
}

/* Footer */
div.useful-links {
	display: block;
	padding: 2rem 0;
	background-color: #DDD;
	color: #444;
}

div.useful-links a {
	color: #444;
}

.useful-links i {
	display: inline-block;
	font-size: 250%;
	color: #999;	
}

.useful-links span {
	display: inline-block;
	width: 75%;
	margin-left: 0.5rem;
}

.useful-links .first {
	width: 100%;
	margin: 0;
	font-size: 125%;
}

.useful-links .second {
	width: 100%;
	margin: 0;
	font-size: 95%;
}

.newsletter-footer {
	display: block;
	padding: 2rem 0;
	background-color: #182888;
}

.newsletter-heading img {
	vertical-align: text-bottom;
	width: 10%;
}

.newsletter-heading h2 {
	display: inline-block;
	width: 85%;
	margin-left: 0.5rem;
	font-size: 135%
}

.newsletter-link {
    display: block;
    margin-top: 5px;
    padding: 10px;
    background-color: #0f1352;
    text-align: center;
    font-size: 120%;
}

.privacy h3 {
	margin-bottom: 0;
}

.privacy a {
	font-size: 90%;
	text-decoration: underline;
}

.footer {
	font-size: 90%;
}

.footer .columns {
	padding-top: 1rem;	
}

.footer ul {
	margin: 0;
}

.navigation.footer h3 {
	font-size: 100%;
	font-weight: bold;
	color: rgb(255,255,255);
}

.footer p {
	margin-bottom: 0.3rem;
}

.footer a:hover {
	color: rgb(255,255,255);
}

.social li {
	float: left;
	margin: 0.8rem 0.3rem 0.8rem 0;
}

.social li img {
	width: 75%;
}

#copyright {
	margin-top: 5px;
	font-size: 75%;
}

.payments {
	width:48%;
	float: left;
}

.external-payment {
	float: right;
}

.external-payment img {
	width:50%;
}

#royal-warrant {
	text-align: center;
}

#royal-warrant p {
	margin-bottom: 0.1rem;
	font-size: 85%;
}

#royal-warrant img {
	width: 25%;
}
	
.content {
  padding-top: 30px;
  padding-bottom: 30px;
}

.content h1 {
  font-size: 150%;
}

.widget {
	clear: both;
  padding: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px #eee;
}

.widget h3 {
  margin: 0;
  padding: 0 0 5px;
  font-size: 100%;
  color: #666;
  text-transform: uppercase;
}

.widget p {
  margin: 0;
  font-size: 80%;
}

.widget img {
  margin: 10px 0;
}

.widget .associated-products .buy-on-sale,
.widget .associated-products .buy-button {
	display: none;
}

.widget .associated-products .product-name {
	float: left;
	clear: both;
}

.widget .extra-product-info {
	display: none;
}

.widget .prices .original-price {
	display: inline;
	margin-right: 5px;
	text-decoration: line-through;
	color: red;
	font-size: 87%;
}

#google_translate_element {
	overflow: hidden;
}

#google_translate_element span {
	display: block;
}

.products {
  padding: 20px 0;
}

.products li > div {
  margin: 5px 5px 0 0;
  padding: 10px;
    
  -webkit-box-shadow: 1px 1px 11px 0px #ddd;
  -moz-box-shadow:    1px 1px 11px 0px #ddd;
  box-shadow:         1px 1px 11px 0px #ddd;
}

.products img {
  width: 100%;
}

.products p {
  margin: 10px 0;
  font-size: 90%;
  height: 4em;
  overflow: hidden;
  line-height: 120%;
  font-weight: bold;
}

.price .was {
  color: red;
}

.ex-vat {
  color: green;
}
.basket-vat.ex-vat {
	color: #0A0A0A;
}

.products .ex-vat {
  display: block;
  font-size: 80%;
}

h2.section {
  margin: 10px 0;
  padding: 0 0 5px;
  font-size: 100%;
  color: #666;
  border-bottom: solid 1px #ddd;
  text-transform: uppercase;
}

.heading {
  margin: 10px 0 0;
  padding: 0 0 5px;
  font-size: 100%;
  color: #666;
  text-transform: uppercase;
}

/* Product page */
.crumb {
  margin-bottom: 20px;
}

.crumb li {
  padding: 5px;
  line-height: 1;
}

.crumb li a {
  color: #222;
  font-size: 80%;
}

.crumb li i {
  margin-right: 5px;
}

.product h2 {
  line-height: 1;
}

.product h3 {
  line-height: 1;
  color: #666;
  font-size: 100%;  
}

.product .price {
  margin-bottom: 0px;
}


.product .price .ex-vat {
  display: block;
}

.images img {
  width: 100%;
  border: solid 1px #ddd;
}

.review-summary a {
	font-size: 0.8rem;
}

.review-summary span {
	padding-right: 5px;
	border-right: 1px solid #939393;
}

.review-summary span.rating {
	padding-right: 0px;
	border-right: none;
}

.quantity-pricing .row {
	margin-bottom: 10px;
}

.quantity-pricing .ex-vat {
	display: inline;
}

.bold {
	font-weight: bold;
} 
.quantity-pricing table {
  width: 100%;
  border: none;
  border-collapse: collapse;
}

.quantity-pricing table th {
  text-align: left;
  vertical-align: top;
} 

.quantity-pricing .ex-vat {
  margin-left: 10px;
}

.product .badges {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.product .badges li {
  display: inline-block;
  margin: 0;
  padding: 5px 5px 5px 0;
}

.product .vat {
  font-size: 90%;
  color: green;
}

.easyzoom.easyzoom--overlay #product-image {
	margin-bottom: 15px;
}

.additional-images div div div {
  padding: 5px;
}

.additional-images .slick-slider {
	margin-bottom: 10px;
}
.additional-images .slick-prev:before, .additional-images .slick-next:before {
	opacity: 1;
	color: #BBB;
}

.additional-images .slick-prev {
	left: -2px;
}

.additional-images .slick-next {
	right: -2px;
}

.product-info {
  padding: 10px;
  margin-bottom: 20px;
  background-color: #eee;
}

.product-info .tabs .tab-title a {
  padding: 10px 20px;
}

.product-info .content {
  background-color: #fff;
  padding: 20px;
}

.product-info .tabs-content {
   -webkit-box-shadow: 5px 5px 11px 0px #ddd;
  -moz-box-shadow:    5px 5px 11px 0px #ddd;
  box-shadow:         5px 5px 11px 0px #ddd;
}

.product-info .tabs-content {
  margin-bottom: 0;
  z-index:1000;
}

.product .quantity-heading {
	padding: 10px;
	font-size: 100%;
    background-color: #2199e8;
    color: #fff;
}

.show-hide-quantity-options {
	text-indent: 10000px;
}

.quantity-options {
	display: none;
}

.arrow-down {
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	
	border-top: 10px solid #000;
}

.arrow-left {
	width: 0; 
	height: 0; 
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent; 
	
	border-right:10px solid #000; 
}

.product .quantity-heading .arrow-down {
	border-top: 10px solid #FFF;
}
.product .quantity-heading .arrow-left {
	border-right:10px solid #FFF; 
}


/* Admin Toolbar */
#admin-header.row {
	float: none; 
	max-width: 100%;
	margin: 0 auto;
}

#admin-header.row ul {
	height: auto;
}
#admin-site-search #query {
	float:left;
	width: 200px;
    height: 22px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 0 5px;
}

#admin-site-search input,
#admin-site-search label {
	float:left;
}

#admin-header + .row {
	margin-top: 4rem;
}

@media (max-width: 600px) {
  .links {
    margin: 5px -15px 0;
    text-align: center;
    border-top: solid 1px #ddd;
  }

  .links li:last-child {
    border: none;
  }

  .sub h2 {
    text-align: center;
    font-size: 100%;
    font-weight: bold;
  }

  .search {
    margin-bottom: 15px;
  }
  
  .dropdown-container {
    text-align: left;
  }

  .side-menu ul {
    position: relative;
    margin: 0;
    right: 0;
    width: 100%;
    text-align: left;
    background: none;
  }

  .side-menu ul li {
    padding-left: 0;
  }
}

div.row.category,
div.row.product {
	margin-bottom: 10px;
	padding-top: 10px;
	border-top: 1px solid #ddd;
}

.easyzoom-flyout img  {
	max-width: 7500px;
	width: 750px;
	height: 750px;
}

.clear {
	clear: both;
}

@media screen and (max-width: 500px) {
	.product-price-buy {
		margin-top: 10px;
	}
}
.form-submit-text-button{
		float:right;
}

table.form-table{
	width:100%;
}

h2{
	clear:both;
}

@media screen and (max-width: 1025px) {
	.row{
		margin: 0 5px;
	}
}

#video object embed{
  width: 100%;
  max-width: 560px;
}

div.hidden{
	display:none;
}


ul li { 
	list-style: none;
}

p.product-list-name{
	overflow: visible;
	height: auto;
}

span.was{
	font-size: 0.8rem;
}

.product .price span.now{
	font-size: 1.3rem;
}

.product .price span.product-price.now{
	font-size: 1.6rem;
	font-weight: bold;
}

.product .price span.ex-vat{
	font-size: 0.9rem;
}

.product .price.main-price span.ex-vat {
	font-size: 1.2rem;
}

span.product-part-no{
	color: #939393;
	font-size: 0.6rem;
}


div.vat-img img, div.product-actions-button a{
	float:right;
	margin-bottom:10px;
}

div.vat-img, div.product-actions-button{
	clear:both;
}

button.radius, .button.radius {
    border-radius: 5px;
}

button.round, .button.round {
    border-radius: 1000px;
}

span.product-review-amount{
	color: #939393;
	font-size: 0.8rem;
}

ul.horizontal.links li{
	padding: 10px 20px 10px 20px;
	vertical-align: top;
	text-align: left;
}

td.form-heading{
	background-color: #182888;
}

td.form-heading h5{
	font-size: 1.2rem;
	font-weight: bold;
	color: white;
	margin-bottom: 0px;
}

td.field-label{
	width:40%;
}

td incolumnscolumnsput.field-textbox, td input.field-checkbox,  td select.field-select{
	margin-bottom:0px;
}

td div.field-error{
	color:red;
}

.submit-button{
	float:right;
}

.admin-navigation #trail a {
	color: #001188;
}

table {
	border-color: #ddd;
}

table tbody tr:nth-child(even) {
    background-color: #ddd;
}

table tbody tr.basket-product {
	border-bottom: 1px solid #DDD;
    background-color: #FFF;
}

/* Basket Page */

.promotion-form label {
	color: #2199e8;
	font-size: 100%;
}

.basket .promotion-input {
	margin-bottom: 0;
}

.product-list-message {
	padding: 10px;
	background-color: #ddd;
}

h4.vat {
	padding: 10px;
	background-color: #c7e6bc;
}

.order-items-list .row {
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
}

div.product-info-content{
	margin-top:20px;
}

div.product-info-content iframe{
	width: 100%;
  	max-width: 560px;
}

div.pagination-centered{
	text-align: center;
}


li.unavailable.current a:hover{
	background-color: #2199E8;
}

div.purchase{
	margin:13px 0 10px;
}

div.product-actions-button a.buy-button{
	width:100%;
}

.product .price .product-price.ex-vat {
	display:inline;
}

a.logout-link{
	color: #555;
	text-decoration: underline;
}

div.product-image span img.field-image{
	max-width:120px;
	max-height:120px;
	-o-object-fit: contain;
}

div.product-image span{
	vertical-align: middle;
}

ul.associated-products{
	margin-left:0px;
} 

div.associated.product.clearfix a.product-image{
	float:left;
	width:30%;
	height:30%;
}

div.associated.product.clearfix a.product-name{
	font-size: 0.8rem;
	text-decoration: underline;
	float:right;
	width:60%;
	clear:none;
}

div.associated.product.clearfix div.prices.price.right{
	float:right;
	width:60%;
}

div.associated.product.clearfix{
	width:100%;
	padding:0;
	margin:0;
	box-shadow: none;
	webkit-box-shadow: none;
}


div.loading-section{
	margin-left:25%;
}

div#loading-gif p.please-wait{
	display:none;
}

div#loading-gif img#loading{
	margin: 25px 25%;
}

form#setUser{
	clear:left;
}

div.checkout-progress{
	height:90px;
	background-color: #eee;
}

@media (min-width: 600px) {
	div.progress-stages{
		background-image: url("/images/site/basket/line.png");
		background-size: 100% 60px;
	}
}

div.progress-stages div span{
	display:block;
	color: #000;
	font-size: 0.8rem;
	text-align: center;
}

div.progress-stages div img{
	display:block;
	height:50px;
	width:50px;
	margin-left: auto;
    margin-right: auto;
	
}

td.quantity {
	width: 10%;
}

td.lineprice {
	width: 18%;
}

.basket-vat {
	font-size: 80%;
}
.input-container.isSpam {
    display: none;
}


/* UPS Access Point */

#customer\.return .select-country,
#responsive\.ups\.access\.points .select-country,
#ups\.access\.point\.tryout .select-country{
	clear: both;
	list-style-type: none;
	margin-bottom: 10px;
	margin-left: 0;
}

#customer\.return
#responsive\.ups\.access\.points .select-country li,
#ups\.access\.point\.tryout .select-country li {
	float: left;
	margin-bottom: 15px;
	margin-top: 10px;
}

#customer\.return #layout-left,
#customer\.return #layout-right,
#responsive\.ups\.access\.points #layout-left,
#responsive\.ups\.access\.points #layout-right {
	width: 50%;
}

#customer\.return .ups-ap-log,
#responsive\.ups\.access\.points .ups-ap-logo {
	margin-left: 55px;
	margin-top: -10px;
}

#customer\.return .select-country li a,
#responsive\.ups\.access\.points .select-country li a,
#ups\.access\.point\.tryout .select-country li a{
	float: left;
	width: 12rem;
	height: 55px;
	padding-top: 16px;
	padding-left: 55px;
	margin-bottom: 10px;
}

#customer\.return .select-country .GB a,
#responsive\.ups\.access\.points .select-country .GB a,
#ups\.access\.point\.tryout .select-country .GB a{
	background: url('../../images/site/flag_uk.gif') no-repeat;
}

#customer\.return .select-country .FR a,
#responsive\.ups\.access\.points .select-country .FR a,
#ups\.access\.point\.tryout .select-country .FR a {
	background: url('../../images/site/flag_france.gif') no-repeat;
}

#customer\.return .select-country .DE a,
#responsive\.ups\.access\.points .select-country .DE a,
#ups\.access\.point\.tryout .select-country .DE a {
	background: url('../../images/site/flag_germany.gif') no-repeat;
}

#customer\.return .select-country .ES a,
#responsive\.ups\.access\.points .select-country .ES a,
#ups\.access\.point\.tryout .select-country .ES a {
	background: url('../../images/site/flag_spain.gif') no-repeat;
}

#customer\.return .select-country .NL a,
#responsive\.ups\.access\.points .select-country .NL a,
#ups\.access\.point\.tryout .select-country .NL a {
	background: url('../../images/site/flag-netherlands.gif') no-repeat;
}

#customer\.return .select-country .CA a,
#responsive\.ups\.access\.points .select-country .CA a,
#ups\.access\.point\.tryout .select-country .CA a {
	background: url('../../images/site/flag_canada.gif') no-repeat;
}

#customer\.return .select-country .US a,
#responsive\.ups\.access\.points .select-country .US a,
#ups\.access\.point\.tryout .select-country .US a {
	background: url('../../images/site/flag-usa.gif') no-repeat;
}

#customer\.return .select-country .BE a,
#responsive\.ups\.access\.points .select-country .BE a,
#ups\.access\.point\.tryout .select-country .BE a {
	background: url('../../images/site/flag-belgium.gif') no-repeat;
}

#customer\.return .select-country .LU a,
#responsive\.ups\.access\.points .select-country .LU a,
#ups\.access\.point\.tryout .select-country .LU a {
	background: url('../../images/site/flag-luxembourg.gif') no-repeat;
}

#customer\.return .select-country .IT a,
#responsive\.ups\.access\.points .select-country .IT a,
#ups\.access\.point\.tryout .select-country .IT a {
	background: url('../../images/site/flag-italy.gif') no-repeat;
}

#customer\.return .select-country .PL a,
#responsive\.ups\.access\.points .select-country .PL a,
#ups\.access\.point\.tryout .select-country .PL a {
	background: url('../../images/site/flag-poland.gif') no-repeat;
}

#customer\.return .select-country .AT a,
#responsive\.ups\.access\.points .select-country .AT a,
#ups\.access\.point\.tryout .select-country .AT a {
	background: url('../../images/site/flag_austria.gif') no-repeat;
}

#customer\.return .select-country .CH a,
#responsive\.ups\.access\.points .select-country .CH a,
#ups\.access\.point\.tryout .select-country .CH a {
	background: url('../../images/site/flag_switzerland.gif') no-repeat;
}

#customer\.return .select-country .FI a,
#responsive\.ups\.access\.points .select-country .FI a,
#ups\.access\.point\.tryout .select-country .FI a {
	background: url('../../images/site/flag_finland.gif') no-repeat;
}

#customer\.return .select-country .NO a,
#responsive\.ups\.access\.points .select-country .NO a,
#ups\.access\.point\.tryout .select-country .NO a {
	background: url('../../images/site/flag_norway.gif') no-repeat;
}

#customer\.return .select-country .SE a,
#responsive\.ups\.access\.points .select-country .SE a,
#ups\.access\.point\.tryout .select-country .SE a {
	background: url('../../images/site/flag_sweden.gif') no-repeat;
}

#customer\.return .select-country .DK a,
#responsive\.ups\.access\.points .select-country .DK a,
#ups\.access\.point\.tryout .select-country .DK a {
	background: url('../../images/site/flag_denmark.gif') no-repeat;
}

#customer\.return iframe,
#responsive\.ups\.access\.points iframe{
	display: block;
	width: 80%;
	margin: auto;
}


p.ups-text {
	clear: both;
	margin-bottom: 10px;
}

.hide {
	display: none;
}

.error {
	color: red;
}

.dustbin {
	width: 1rem;
}

.reviews .review {
	border-bottom: 1px solid #182888;
    margin-top: 1.5rem;
}

.reviews .review .product {
	color: #182888;
}

#overlay {
	position: absolute;
    top: 1px;
    left: 1px;
    width: 30%;
    border: none;
}

.images .show-for-small-only {
	position: relative;
}

.fa-star {
	color: #ffce00;
}

div.review p.product,
#review-aggregate {
	display: none;
}

#theme-chooser .original img,
#theme-chooser .high-viz-1 img {
	border: 1px solid #000;
}

.responsive-tabs ul li {
	list-style-type: disc;
}

.product-description .disabled {
	color: #9857FF;
}

body #text-size-small {
	font-size: 16px;
}

body.medium, body.medium div, body.medium p, body.medium th, body.medium td, body.medium li, body.medium dd, body #text-size-medium {
	font-size: x-large;
}
body.large, body.large div, body.large p, body.large th, body.large td, body.large li, body.large dd, body #text-size-large  {
	font-size: xx-large;
}
.back-to-top {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
}

a#edit-profile {
    margin-top: 15px;
}

p.error-slogan{
	font-size:120%;
}

div.error-footer{
	height:100%;
}

p.shipping-note {
    color: red;
    font-weight: bold;
}

p#shipping-modifier {
    color: green;
    font-weight: bold;
}

@media screen and (max-width: 640px) {
	table {
		overflow-x: auto;
		display: block;
	}
}

.row.product .product-image {
	position: relative;
}

.content-divider {
	margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

h2.disabled-category {
	color: red;
    text-align: center;
    margin-top: 30px;
    font-size: 1.2em;
}

div.captcha {
    position: absolute!important;
    bottom: -10px;
    transform: scale(0.7);
    transform-origin: 0 0;
}

body.product div.captcha {
	position: relative!important;
	bottom: 0;
}
body.product .captcha-container {
	display: none;
}
form.post-review-form div.captcha,
form#newUser div.captcha {
    bottom: -60px;
    right: -90px;
}
form.post-review-form input.form-submit-text-button,
form#newUser input.form-submit-text-button {
    margin-top: 25px;
    display: block;
    margin-left: 100%;
}

form{
	position:relative;
}

.input-group.quantity-buy input {
    height: 2.6rem;
}


div.index-category-list div.product-image span{
	max-width:85%;
}

div.index-category-list div.product-image span img{
	width:100%;
	border: 1px solid lightgrey;
	border-bottom:none;	
}

div.index-category-list .category-description {
	padding-top: 0.5rem;
	font-size: 95%;
	text-align: center;
	text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

div.index-category-list p.category-name {
	margin-bottom: 10px;
	font-size: 1.1rem;
	font-weight:bold;
	text-align: center;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}


div.index-category-list div.category-description {
   	position:relative;
}

div.view-range a{
    margin: 0;
    width: 100%;
    border: 1px solid lightgrey;
    border-top:none;
    opacity:0.7;
}

div.index-category-list p.category-description {
    padding-top: 0;
}

span.product-out-of-stock{
	display:block;
	color:red;
	font-size: 0.6rem;
}

div.easyzoom--overlay img#overlay {
    max-width: 100px;
    max-height: 100px;
}

img[src*="img/trustedsite-reviews-tab"] {
    display:none;
}

#isUserGDPRForm table {
    display: table;
}

#isUserGDPRForm tbody {
	border: none;
}

#isUserGDPRForm td.field {
	width: 10%;
}
#isUserGDPRForm td.field-label {
	width: 100%;
}
#isUserGDPRForm td.field-label label,
#isUserGDPRForm td.field div {
	text-align: right;
}

div.trustpilot-widget {
	margin-top: 20px;
}

div.previously-ordered-item{
	background: #eee;
}

div.previously-ordered-item-content{
	display:inline;
}

div.previously-ordered-item-content span.bell{
	margin:7px;
}

div.previously-ordered-item-content span.purchase-date{
	margin:7px;
	font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	
}
div.previously-ordered-item a{
	float:right;
	display:inline;
   	margin:3px;
   	padding-right:3px;
}

.banner-wrapper{
	height: 332px;
	margin-bottom:40px;
}

@media screen and (max-width: 640px) {
	.banner-wrapper{
		display:none;
	}
}

@media screen and (max-width: 1025px) {
	
	.safe.column:last-child:not(:first-child), .safe.columns:last-child:not(:first-child){
		float:left;
	}
	
	div.useful-links .row div{
    	margin-top:10px;
	}	
	
	div.useful-links .row div a span{
			margin-left:7px;
	}		
	
	div.currency-translate-bottom ul li .goog-te-gadget {
		white-space: normal;
	}
	
	div.currency-translate-bottom ul li {
	    display: inline-block;
	    width: 49%;
	    float: left;
	    margin-top: 20px;
	    margin-right: .5%;
	}
	
	li.currency.bottom select, li.translate.bottom select{
		width:100%;
		margin:0;
	}	
	
}

ul.login-info {
    margin-top: 5px;
    margin-bottom: 10px;
}

.banner-wrapper * {
	margin-bottom: 20px;
	margin: 0;
	padding:0;
}

.banner-wrapper * img{
	width:100%;
	height:100%;	
}

.banner-wrapper.banner-layout-1 * img.image-1{
	padding-left:5px;	
}

.banner-wrapper.banner-layout-1 img.image-2,.banner-wrapper.banner-layout-1 img.image-3{
	padding-left:5px;
	padding-top:5px;	
}


.banner-wrapper.banner-layout-2 * img.image-0{
	padding-right:5px;	
}

.banner-wrapper.banner-layout-2 img.image-1, .banner-wrapper.banner-layout-2 img.image-2{
	padding-right:5px;
	padding-top:5px;	
}

.banner-wrapper.banner-layout-3 * {
	margin-bottom: 20px;
	margin: 0;
	padding:0;
	max-height:100%;
}


.banner-wrapper.banner-layout-3 * img{
	width:100%;
	height:100%;
	overflow:hidden;
}

.banner-wrapper.banner-layout-3 * img{
	padding:1%;
	
}

img.cards {
    max-width: 214px;
}

div.useful-links .row .large-3:hover *{
	color: #182888;
}
