/** Shopify CDN: Minification failed

Line 23:144 Expected identifier but found "*"
Line 31:293 Expected identifier but found "*"
Line 788:44 Expected ":"
Line 2191:9 Unexpected "="

**/
/*
* Mr Parker Shopify theme - created by Richard @ Underground Media
* www.undergroundmedia.co.uk
* Sitting in an English garden waiting for the sun.
*
* Gridlock - A CSS responsive grid system [12 column - Desktop standard]
* @author Ben Plum
* @version 0.2.0
*
* Copyright © 2013 Ben Plum <mr@benplum.com>
* Released under the MIT License <http://www.opensource.org/licenses/mit-license.php>
*/

/* !Reset Box-sizing */
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; *behavior: url(boxsizing.htc); }

/* !Defaults */
.gridlock .row { margin-left: auto; margin-right: auto; width: 960px; /* Fallback */ }
.gridlock .row:after { clear: both; content: "."; display: block; height: 0; line-height: 0; visibility: hidden; }
.gridlock .row .row { margin-left: -1.0416666666666667%; margin-right: -1.0416666666666667%; width: 102.0833333333333334%; }
.gridlock .row [class*="desktop-"] { float: left; margin-left: 1.0416666666666667%; margin-right: 1.0416666666666667%; }
.gridlock .row [class*="desktop-"].right { float: right; }
.gridlock .row [class*="desktop-"].padded { margin-left: 0; margin-right: 0; padding-left: 1.0416666666666667%; padding-right: 1.0416666666666667%; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; -ms-box-sizing: content-box; -o-box-sizing: content-box; box-sizing: content-box; *behavior: none; }

/* !Rows, Widest to Thinest */
@media screen and (min-width: 1220px) {
  .gridlock .row { width: 100%; }
}
@media screen and (max-width: 1220px) {
  .gridlock .row { width: 100%; }
}
@media screen and (max-width: 980px) {
  .gridlock .row { width: 100%; }
}
@media screen and (max-width: 740px) {
  .gridlock .row { width: 100%; }
}
@media screen and (max-width: 500px) {
  .gridlock .row { width: 92%; }
}

/* !Desktop - Default, 12 column, 1220 + 960 (min 980), IE Standard */
.gridlock .row .desktop-1  { width: 6.25%; }
.gridlock .row .desktop-2  { width: 14.5833333333333333%; }
.gridlock .row .desktop-2-1{ width: 17.5833333333333333%; }
.gridlock .row .desktop-3  { width: 22.9166666666666667%; }
.gridlock .row .desktop-4  { width: 31.25%; }
.gridlock .row .desktop-5  { width: 39.5833333333333333%; }
.gridlock .row .desktop-6  { width: 47.9166666666666667%; }
.gridlock .row .desktop-7  { width: 56.25%; }
.gridlock .row .desktop-8  { width: 64.5833333333333333%; }
.gridlock .row .desktop-9  { width: 72.9166666666666667%; }
.gridlock .row .desktop-10 { width: 81.25%; }
.gridlock .row .desktop-11 { width: 89.5833333333333333%; }
.gridlock .row .desktop-12 { width: 97.9166666666666667%; }

/* Push Cells */
.gridlock .row .desktop-push-1  { margin-left: 9.375%; }
.gridlock .row .desktop-push-2  { margin-left: 17.7083333333333333%; }
.gridlock .row .desktop-push-3  { margin-left: 26.0416666666666667%; }
.gridlock .row .desktop-push-4  { margin-left: 34.375%; }
.gridlock .row .desktop-push-5  { margin-left: 42.7083333333333334%; }
.gridlock .row .desktop-push-6  { margin-left: 51.0416666666666667%; }
.gridlock .row .desktop-push-7  { margin-left: 59.375%; }
.gridlock .row .desktop-push-8  { margin-left: 67.7083333333334%; }
.gridlock .row .desktop-push-9  { margin-left: 76.0416666666668%; }
.gridlock .row .desktop-push-10 { margin-left: 84.375%; }
.gridlock .row .desktop-push-11 { margin-left: 92.7083333333335%; }

/* Center Cells */
.gridlock .row [class*="desktop-"].center { margin-left: auto; margin-right: auto; }

/* !Generic, fractions */
.gridlock .row .desktop-third { width: 31.25%; }
.gridlock .row .desktop-half { width: 47.9166666666666667%; }
.gridlock .row .desktop-full { width: 97.9166666666666667%; }

.gridlock .row .desktop-push-third { margin-left: 34.375%; }
.gridlock .row .desktop-push-half { margin-left: 51.0416666666666667%; }

/* !Desktop - Max, 12 column, 1200 (min 1221) */
@media screen and (min-width: 1221px) {
  .gridlock .row .max-1  { width: 6.25%; }
  .gridlock .row .max-2  { width: 14.5833333333333333%; }
  .gridlock .row .max-3  { width: 22.9166666666666667%; }
  .gridlock .row .max-4  { width: 31.25%; }
  .gridlock .row .max-5  { width: 39.5833333333333333%; }
  .gridlock .row .max-6  { width: 47.9166666666666667%; }
  .gridlock .row .max-7  { width: 56.25%; }
  .gridlock .row .max-8  { width: 64.5833333333333333%; }
  .gridlock .row .max-9  { width: 72.9166666666666667%; }
  .gridlock .row .max-10 { width: 81.25%; }
  .gridlock .row .max-11 { width: 89.5833333333333333%; }
  .gridlock .row .max-12 { width: 97.9166666666666667%; }

  /* Push Cells */
  .gridlock .row .max-push-1  { margin-left: 9.375%; }
  .gridlock .row .max-push-2  { margin-left: 17.7083333333333333%; }
  .gridlock .row .max-push-3  { margin-left: 26.0416666666666667%; }
  .gridlock .row .max-push-4  { margin-left: 34.375%; }
  .gridlock .row .max-push-5  { margin-left: 42.7083333333333334%; }
  .gridlock .row .max-push-6  { margin-left: 51.0416666666666667%; }
  .gridlock .row .max-push-7  { margin-left: 59.375%; }
  .gridlock .row .max-push-8  { margin-left: 67.7083333333334%; }
  .gridlock .row .max-push-9  { margin-left: 76.0416666666668%; }
  .gridlock .row .max-push-10 { margin-left: 84.375%; }
  .gridlock .row .max-push-11 { margin-left: 92.7083333333335%; }
}

/* !Tablet, 6 column, 720 (min 739) */
@media screen and (min-width: 739px) and (max-width: 980px) {
  .gridlock .row [class*="desktop-push-"] { margin-left: 1.0416666666666667%; margin-right: 1.0416666666666667%; }

  .gridlock .row .tablet-1 { width: 14.5833333333333333%; }
  .gridlock .row .tablet-2 { width: 31.25%; }
  .gridlock .row .tablet-3 { width: 47.9166666666666667%; }
  .gridlock .row .tablet-4 { width: 64.5833333333333333%; }
  .gridlock .row .tablet-5 { width: 81.25%; }
  .gridlock .row .tablet-6 { width: 97.9166666666666667%; }

  /* Push Cells */
  .gridlock .row .tablet-push-1 { margin-left: 17.7083333333333333%; }
  .gridlock .row .tablet-push-2 { margin-left: 34.375%; }
  .gridlock .row .tablet-push-3 { margin-left: 51.0416666666666667%; }
  .gridlock .row .tablet-push-4 { margin-left: 67.7083333333334%; }
  .gridlock .row .tablet-push-5 { margin-left: 84.375%; }

  /* !Generic, fractions */
  .gridlock .row .tablet-third { width: 31.25%; }
  .gridlock .row .tablet-half { width: 47.9166666666666667%; }
  .gridlock .row .tablet-full { width: 97.9166666666666667%; }

  .gridlock .row .tablet-push-third { margin-left: 34.375%; }
  .gridlock .row .tablet-push-half { margin-left: 51.0416666666666667%; }
}

/* !Mobile, 3 column, 300 + 480 (max 740) */
@media screen and (max-width: 740px) {
  .gridlock .row [class*="desktop-push-"], 
  .gridlock .row [class*="tablet-push-"] { margin-left: 1.0416666666666667%; margin-right: 1.0416666666666667%; }

  .gridlock .row .mobile-1 { width: 31.25%; }
  .gridlock .row .mobile-2 { width: 64.5833333333333333%; }
  .gridlock .row .mobile-3 { width: 97.9166666666666667%; }

  /* Push Cells */
  .gridlock .row .mobile-push-1 { margin-left: 34.375%; }
  .gridlock .row .mobile-push-2 { margin-left: 67.7083333333334%; }

  /* !Generic, fractions */
  .gridlock .row .mobile-third { width: 31.25%; }
  .gridlock .row .mobile-half { width: 47.9166666666666667%; }
  .gridlock .row .mobile-full { width: 97.9166666666666667%; }

  .gridlock .row .mobile-push-third { margin-left: 34.375%; }
  .gridlock .row .mobile-push-half { margin-left: 51.0416666666666667%; }
}

/* !Mobile - Min, 300 (max 500) */
@media screen and (max-width: 500px) {
  .gridlock .row .min-full { width: 97.9166666666666667%; }
}




body {  
  color: #000000;
  background: #f1f1f1;
  font-size: 14px; 
  font-family: Arial, Helvetica, sans-serif;  
  line-height: 1.6em; 
  -webkit-text-size-adjust: none;
  padding: 0;
  margin: 0;
}

img { max-width: 100%; border: 0; }

h1, h2, h3, h4, h5, h6 {
  color: ;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  letter-spacing: 1px;
  margin-top: 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
h1 { font-size: 34px; margin-bottom: 20px; line-height: initial;}
h2 { font-size: 16px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }
h5 { font-size: 14px; }
h6 { font-size: 14px; }

h2, h3, h4, h5, h6, p, dl, hr, ol, ul, pre, table, address, fieldset { margin-bottom: 10px; }
p { font-size: 14px; margin-bottom: 1.6em; }
strong { font-weight: bold; }
em { font-style:italic; }
pre { font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight:bold; }

p.date { }

.text-left { text-align: left; }
.text-center { text-align: center; }
.text-right { text-align: right; }

a { text-decoration:none; color: #4250a2; outline: 0;}
a:hover { color: #333333; text-decoration:underline; outline: 0;}
a:visited { color:#4250a2; text-decoration:none; outline: 0; }
a:focus { outline:1px dotted #79160d; outline: 0; }

/* .row hr, .row p, .row ul, .row ol, .row dl, .row pre, .row address, .row table, .row form {margin-bottom: 1.6em;} */

dt { font-weight: bold; }

ol { padding: 0; margin-left: 0; text-indent: 0; list-style-position: inside; }
ul { padding: 0; margin: 0; list-style:disc inside;}
li {  }
blockquote { font-family: Arial, Helvetica, sans-serif; font-size:18px; line-height: 24px; font-style:italic; padding-left:35px; color: #999; margin: .5em 0 .5em 0; }

input, textarea { }

hr { background:#4250a2; border:none; color:#4250a2; display:block; height:1px; margin-top: 20px; width:100%;}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.padded { margin-bottom: 15px; }

.section-title { margin-bottom: 20px; }

/* #Buttons
================================================== */

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  background: #4250a2; 
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 20px;
  line-height: normal;
  padding: 0 10px;
  font-family: Arial, Helvetica, sans-serif; 
  -webkit-appearance: none; 
  border: 0;
  min-width: 160px;
  line-height: 38px;
}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  color: #ffffff;
  background: #737373;
  border: 0;
}

.button.full-width,
button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width {
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center; }

/* Fix for odd Mozilla border & padding issues */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}


/* #Forms
================================================== */

form {
  margin-bottom: 20px; }
fieldset {
  margin-bottom: 20px; }
input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
  border: 1px solid #4250a2;
  padding: 0 10px;
  line-height: 38px;
  outline: none;
  color: #000000;
  margin: 0;
  min-width: 200px;
  max-width: 100%;
  display: block;
  margin-bottom: 20px;
  background: #fff; 
  font-size: 14px;   
}

select {
  padding: 0; }
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
  border: 1px solid #4250a2;
  color: #000000;
  -moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
  box-shadow:  0 0 3px rgba(0,0,0,.2); }
textarea {
  min-height: 60px; width: 100%; }
label,
legend {
  display: block;
  font-weight: bold;
  font-size: 13px;  
}


/* =============== */
/* = Start CSS = */
/* =============== */


header { 
  background: #fffdfd; 
  color: #000000;
  line-height: 40px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 300;
  margin-bottom: 0px;
  font-size: 12px;
  padding-top:0px;
}

header a {
  color: #000000;
}

header a:visited {
  color: #000000;
}


header a:hover {
  color: #0b0b0c;
  text-decoration: none; 
}

#message { 
  min-height: 1px;
  text-align: left;
}

ul#cart { 
  margin-bottom: 0; 
  text-align: right; 
}

ul#cart li { 
  display: inline-block; 
  margin-left: 2px;  
}


#header { position: relative;  }

#logo { 
  height: 95px;
}

#logo a {
  margin: 0;
  padding: 0;
}


nav { 
  bottom: 5px;
  right: 0;
}


#navigation {
  position: relative;
  display: block;
  width: 100%;
  float: left;
  
}


ul#nav {
  font-family: Arial, Helvetica, sans-serif;
  background: #000000;
  list-style: none;
  line-height: 30px;
}

ul#nav li {
  display: inline-block;
  position: relative;
  z-index: 8;
}

ul#nav li:hover {
  color: #00ffd7;
}

ul#nav li .down {
  	right: 4px;
    height: 35px;
    line-height: 35px;
}

ul#nav li a {
  font-size: 12px;
  font-weight: normal;
  color: #ffffff;
  height: 35px;
  display: block;
  padding: 0 15px;
  text-transform: none;
  letter-spacing: 0px;
  line-height: 35px;
  text-transform: uppercase;
}

ul#nav li a:hover {
  color: #00ffd7;
  text-decoration: none;
}

ul#nav li ul{
  display: none;
  float: left;
  position: absolute;
  top: 34;
  left: 0;
  z-index: 5;
  margin: 0;
  padding: 0;
  border: 1px solid #000;
}

ul#nav li ul:before {
  content: '';
  display: block;
  position: absolute;
  left: 20%;
  border-color: transparent transparent #4250a2 transparent;
  border-style: solid;
  border-width: 8px;  
  bottom: 100%;
  width: 0;
  height: 0;
}


ul#nav li:hover ul{
  display: block;
}

ul#nav li ul li{
  background: #000000;
  color: #ffffff;
  min-width: 150px;
  width: 100%;
  white-space: nowrap;
  float: left;
  text-align: left;
}


ul#nav li ul li:hover {
}

ul#nav li ul li a:hover {
  color: #00ffd7;
}

ul#nav li ul li a{
  text-align: left;
  padding-left: 10px;
  color: #ffffff;
  text-transform: none! important;
}

.down {
  position: absolute;
  top: 0;
  right: 0;
  color: #ffffff;
}


.searchbox { 
  padding: 5px 0;  
  float: right;
  margin-right: 15px;
}

.searchbox form, .searchbox input {
  margin-bottom: 0; 
  float: left;
  margin-right: 0px;
}

.searchbox form #q {
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;    
  text-transform: none;
  border: 0;
  font-weight: 300;
  color: black;
  text-indent: 5px;
  padding: 0;
  background: white;
  min-width: 100px;
  text-align: right;
  padding: 2px;
}

.searchbox form #q {
  border: 1px solid white;
  -moz-box-shadow: 0 0 0;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;  
  text-align: left; 
}

.searchbox form input {
  height: 25px;
}

.searchbox form input.searchBtn {
  width: 25px;
  border: 1px solid #fff;
  background: transparent;
  position: relative;
  padding: 5px;
}

.searchbox input::-webkit-input-placeholder {
  color: white;
}
.searchbox input::-moz-placeholder {
  color: white;
}
.searchbox input:-moz-placeholder {   /* Older versions of Firefox */
  color: white;
}
.searchbox input:-ms-input-placeholder { 
  color: white;
}

select#currencies {
  width: auto! important;
  min-width: initial! important;
  border: 0! important;
  font-weight: 300;
  color: #000000;
  background: transparent;
  font-size: 12px; 
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 0;
}


#nav-border {
  background: white;
  height: 10px;

}

#content {
}

/* =============== */
/* = index.liquid = */
/* =============== */

h2 span { background: #f1f1f1; }

#left-images img, #right-images img { margin-bottom: 20px; }
#left-images img.last, #right-images img.last { margin-bottom: 0; }


#homepage-products h2, #homepage-collections h2, #homepage-blog h2, #follow-us h2 {
  color: ;
  border-bottom: 1px solid #4250a2;
  overflow: visible;
  line-height: 17px;
  height: 9px;
  margin: 40px auto;
  text-align: center;
  width: 97.9166666666666667%;
  text-transform: uppercase;
}

#homepage-products span, #homepage-collections span, #homepage-blog span, #follow-us span {
  padding: 0 10px;
}

#promo-images { margin-top: 40px; margin-bottom: 40px; }

#collection-loop h3 {
  margin: 10px 0;
}

ul#collection-loop { list-style-type: none; float: left; }
ul#collection-loop li { float: left; display: inline; }

ul#featured-posts { list-style-type: none; float: left; }
ul#featured-posts li { float: left; display: inline; }

/* =============== */
/* = collections = */
/* =============== */

ul#collection-loop { margin-top: 20px; }

#collection-description {  }
#full-width-filter { overflow: hidden; margin-bottom: 20px;}

#sidebar h4 { padding-bottom: 5px; margin-bottom: 5px; }
#sidebar ul { list-style-type: none; margin-bottom: 20px; }
#sidebar h1 { padding-bottom: 10px; border-bottom: 1px solid #4250a2;   }

#sidebar ul li a.current { border-bottom: 1px solid #4250a2; text-decoration: none; }

#side-filter { width: 100%; border-top: 1px solid #4250a2; border-bottom: 1px solid #4250a2; margin-bottom: 20px; padding-top: 20px; }
#side-filter p { margin-bottom: 5px; }
#side-filter li { margin-bottom: 10px; }

ul#sortme h4 { margin-top: 10px; }
#full-width-filter .filter { float: left; margin-right: 20px; }
#full-width-filter p { margin-bottom: 5px;}
.clearfix.filter { display: block; border: 0; overflow: hidden; max-width: 175px; }
ul#sortme li { }
ul#sortme p {  }
.coll-filter {  }

span.customSelect { 
  font:12px sans-serif;
  background:#fff url(//www.chemtechsci.com/cdn/shop/t/50/assets/select.png?v=40407747352925835561778670508) right center no-repeat;
  border:1px solid #ddd;
  color:#555;
  padding:7px 9px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px 2px;
  width:175px;
}


ul#product-loop { padding-top: 10px; list-style-type: none; float: left; }
ul#product-loop li.product { float: left; display: inline; ; }

li.product { ; position: relative; min-height:250px; margin-bottom: 20px; }
li.product img { margin: 0 auto; display: block; }
li.product img a { border: 0; }

.first { clear: left; }



#product-info {
  
  text-align: center;
}

#product-info h3 { font-size: 12px; margin-bottom: 1em; }
#product-info p { margin-bottom: 0; }
#product-info a { text-decoration: none! important; text-transform: uppercase; }
#show-sizes { margin-top: 5px; margin-bottom: 10px; }
#show-sizes span { background: transparent; padding: 0; }

#show-sizes .size.options { text-align: center; list-style-type: none; }

#show-sizes .size.options li { 
  
  border: 2px solid #f5f5f5;
  margin: 0 3px;
  
  position: relative;
  display: inline-block;
  min-width: 25px;
  height: 25px;
}


#show-sizes .crossed-out { top: 2px; position:absolute; width:15px; height:15px; left:-2px; right:0; }

.prod-price { font-weight: bold; }
.was, .product-compare-price { text-decoration: line-through; }
.was { color: #666; display: inline; margin-left: 5px; }
.onsale { font-weight: bold; color: #ba2323; display: inline; }

.instagram { overflow:hidden; }

.new { background: url(//www.chemtechsci.com/cdn/shop/t/50/assets/transparency.png?v=100572606847532549231778670508); padding: 5px 10px; position: absolute; top: 5px; left: 5px; border: 1px solid #ccc; text-transform: uppercase; text-align: center; z-index: 2;  }
.sale-item { background: url(//www.chemtechsci.com/cdn/shop/t/50/assets/transparency.png?v=100572606847532549231778670508); padding: 5px 10px; position: absolute; top: 5px; left: 5px; border: 1px solid #ccc; text-transform: uppercase; text-align: center; }
.so { background: url(//www.chemtechsci.com/cdn/shop/t/50/assets/transparency.png?v=100572606847532549231778670508); padding: 5px 10px; position: absolute; top: 5px; left: 5px; border: 1px solid #ccc; text-transform: uppercase; text-align: center; z-index: 3; }

.backto {
  margin-right: 10px;
  border-right: 1px solid #eee;
  padding-right: 5px; 
}

.prev-prod {
  margin-right: 10px;
  padding-right: 5px;
  border-right: 1px solid #eee;
}


/* ================ */
/* = Product page = */
/* ================ */

.add { clear: left; }


#bigimage { text-align: center; max-width: 386px; }

/*set a border on the images to prevent shifting*/
.thumbnail { border: 1px solid transparent; margin-bottom: 10px; }

/*Change the colour*/
.active img {border:1px solid #ccc !important;}

#product-price { font-size: 16px; margin-bottom: 10px; }

#add { margin-top: 20px; }

#product-description { }
#product-description form { }

#product-description h1 { line-height: initial; }


#subscribe_popup { padding: 20px; float: left; }


.facebook { float: left; margin-left: 10px; margin-right: 0px; }
.twitter { float: left; }
.pinterest { float: left; margin-right: 10px; }

#related h4 { margin-bottom: 20px; }
ul.related-products { list-style-type:none; }


.add { margin-top: 20px; margin-bottom: 0; }
.ajaxified-cart-feedback { margin: 0 0 20px; }
.ajaxified-cart-feedback.success {  }
.ajaxified-cart-feedback.error { color: #FF4136; }

ul#popups { margin: 10px 0 20px; list-style-type: none; }
ul#popups li { display: inline; margin-right 10px; border-right: 1px solid #4250a2; padding-right: 10px; margin-left: 10px; }
ul#popups li.first { margin-left: 0; }
ul#popups li.last { border-right: 0; }

#social { float: left; width: 100%; padding-bottom: 10px; }
#looked-at { margin-top: 20px; border-top: 1px solid #4250a2; }
#looked-at h4 { margin-bottom: 20px; }


div.what-is-it {
  margin-top: 0px;
}
.what-is-it label {
  float: left;
  margin-right: 0px;
}

.selector-wrapper {
    clear: left;
    margin-top: 10px;
    display: block;
}

.single-option-selector {
    margin-bottom: 10px;
 
}

.selector-wrapper label {
    margin: 5px 0;
    margin-top: 10px;
}



.desc {
  float: left;
  margin-top: 20px;
}





/* =============== */
/* = Cart = */
/* =============== */

#cartform { margin-top: 20px; }
.cart-item { display: table-cell; }
.cart-image { display: inline-block; margin-right: 10px; }
.cart-image img { vertical-align: middle; } 
.cart-title { display: inline-block; }

table { 
  width: 100%; 
  border-collapse: collapse; 
}


/* Zebra striping */
tr:nth-of-type(odd) { 
}
th { 
  background: #f9f9f9; 
  font-weight: normal; 
}
td, th { 
  padding: 10px; 
  border: 1px solid #eee; 
  text-align: left; 
}

#basket-right { text-align: right; float: right; }
#basket-right h4 { margin: 20px 0; }
#note { background: transparent; }

#cart-notes { margin-top: 20px; margin-bottom: 20px; }

/* =============== */
/* = Blogs & Pages = */
/* =============== */

ul#blog-articles { list-style-type: none; }
.single-article { margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid #4250a2; float: left; clear: left; }

ul#posts { list-style: none; }
ul#posts li { margin-bottom: 20px; padding-bottom: 0; border-bottom: 1px solid #4250a2; }
ul#posts li p { margin-top: 0; }
ul#posts li.tags { padding-bottom: 10px; }

#comments { clear: left; float: left; border-top: 1px solid #4250a2; padding-top: 20px; margin-top: 20px; width: 100%; }
#comment-form { clear: left; float: left; }
#comments ul { margin-top: 20px; list-style-type: none; }
#comments ul li { float: left; display: block; width: 100%; margin: 0 0 20px 0; border-bottom: 1px solid #4250a2; padding-bottom: 20px; }

.comment-details { margin-bottom: 10px; }
.gravatar { float: left; margin-right: 20px; }
.comment { float: left; }
.comment p { margin-top: 0; }

dd { margin-left: 0; }

.notice { border: 1px dashed #eee; padding: 5px; background: ghostwhite; margin: 20px 0; }

/* =============== */
/* = Search = */
/* =============== */

#search-bar { margin-top: 20px; border-bottom: 1px solid #4250a2; }
#q { text-transform: uppercase; }


/* =============== */
/* = Customer Accounts = */
/* =============== */

#customer-wrapper { float: left; margin-bottom: 40px; }
#customer-wrapper p { margin-top: 0! important; margin-bottom: 0! important; }

#forgot_password { margin-bottom: 15px; }
#customer-wrapper form { margin-top: 20px; }
#admin_header { margin-bottom: 30px; }
.view_address p { margin: 0; }
#customer_detail p { margin: 0; }
.address_table { margin-bottom: 20px; }

#order_address {
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

#order_details { float: left; }

#create-customer, #customer {
  margin-top: 30px;
}


div#recover-password {
  margin-top: 30px;
}

.action_link {
  display: inline-block;
  margin-bottom: 10px;
}

.action_edit {
  padding: 0 10px;
  border-left: 1px solid #4250a2;
  border-right: 1px solid #4250a2;
  margin: 0 10px;
}


a#view_address {
  display: block;
  margin-top: 10px;
}

.center { 
  text-align: center;
}


/* =============== */
/* = Footer = */
/* =============== */


#footer { margin-bottom: 20px;}
#footer ul { list-style-type: none;}

#footer-border {
  margin-top: 20px;
  margin-bottom: 20px;
  height: 2px;
  background: #4250a2;
}

.icons { 
  clear: left;
}

li.icons a {
  color: #454545;
    background: #f5f5f5;
  font-size: 18px;
  width: 40px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  margin: 0 5px 5px 0;
  float: left;
}

#mc_embed_signup {
  margin-top: -10px;
}

#mce-EMAIL {
  float: left;
  margin-right: 0;
  width: 75%;
  min-width: 75%;
  display: inline-block;
}

#mc-embedded-subscribe {
  float: left;
  margin-top: 0;
  padding: 0 10px;
  width: 25%;
  min-width: 25%;
  display: inline-block;
  line-height: 40px;
}

#payment { text-align: center; margin-top: 30px; margin-bottom: 50px; }
#payment img { display: inline; max-width: 60px; text-align: center;  margin-bottom: 10px; }

/* =============== */
/* = Mobile Hides = */
/* =============== */

#mobile-product { display: none; }

/* =============== */
/* = Global = */
/* =============== */


#pagination { text-align: center; margin-top: 20px; padding-top: 20px; }
#pagination a { margin: 0 5px; background: #4250a2; padding: 2px 5px; border-radius: 15px; }
#pagination a:hover { text-decoration: none; background: #000000; color: #fff; }
#pagination .current { background: transparent; }
#pagination .count { margin-right: 20px; }


#breadcrumb { font-size: 12px; margin-bottom: 20px; width: 100%; }
#breadcrumb a { padding: 0 5px 0 0; }
#breadcrumb p { padding: 0 5px 0 0; }
.separator { padding-right: 5px; }






/* 
 * Shifter v3.1.2 - 2014-10-28 
 * A jQuery plugin for simple slide-out mobile navigation. Part of the Formstone Library. 
 * http://formstone.it/shifter/ 
 * 
 * Copyright 2014 Ben Plum; MIT Licensed 
 */


.shifter-open {
  overflow: hidden;
}
.shifter-open .shifter-page *,
.shifter-open .shifter-header * {
  pointer-events: none;
}
.shifter-navigation {
  display: none;
  opacity: 0;
}
.shifter-handle {
  display: none;
}
.shifter-enabled .shifter-page {
  min-height: 100%;
  position: relative;
  z-index: 1;
  background: white;
  box-shadow: 0 0 0 0;
  display: block;
  overflow: hidden;
}
.shifter-enabled.shifter-left .shifter-page {
  box-shadow: 0 0 0 0;
}

/* zhang_fix
  width:270px;
  height:100%
*/
.shifter-enabled .shifter-navigation {
  width: 100%;
  position: fixed;
  top: 182px;
  right: 0;
  z-index: 8000;
  display: block;
  overflow: auto;
  pointer-events: none;
  -webkit-transition: opacity 0.001s linear 0.2s, -webkit-transform 0.2s ease;
          transition: opacity 0.001s linear 0.2s, transform 0.2s ease;
}
.shifter-enabled .shifter-page,
.shifter-enabled .shifter-header,
.shifter-enabled .shifter-navigation {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.shifter-enabled .shifter-page,
.shifter-enabled .shifter-header {
  -webkit-transform: translate3D(0, 0, 0);
      -ms-transform: translate3D(0, 0, 0);
          transform: translate3D(0, 0, 0);
  -webkit-transition: -webkit-transform 0.2s ease;
          transition: transform 0.2s ease;
}
.shifter-enabled .shifter-handle {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 80px;
  left: 10px;
  background: #ffffff;
  border: 2px solid #A5B8CE;
  cursor: pointer;
  display: block;
  overflow: hidden;
  z-index: 8000;
  text-indent: 200%;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.shifter-enabled .shifter-handle:after {
  height: 3px;
  width: 20px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #005dab;
  box-shadow: 0 5px 0 #005dab, 0 -5px 0 #005dab;
  content: '';
  display: block;
  margin: auto;
}
.shifter-enabled .shifter-navigation {
  right: 0;
  -webkit-transform: translate3D(0, 0, 0);
      -ms-transform: translate3D(0, 0, 0);
          transform: translate3D(0, 0, 0);
}
/*zhang_fix
 -webkit-transform: translate3D(-270px,0,0);
      -ms-transform: translate3D(-270px,0,0);
          transform: translate3D(-270px,0,0); */
.shifter-open .shifter-page,
.shifter-open .shifter-header {
  -webkit-transform: translate3D(-270px,0,0);
      -ms-transform: translate3D(-270px,0,0);
          transform: translate3D(-270px,0,0);
}
.shifter-enabled.shifter-left .shifter-navigation {
  left: 0;
  -webkit-transform: translate3D(0, 0, 0);
      -ms-transform: translate3D(0, 0, 0);
          transform: translate3D(0, 0, 0);
}
/*zhang_fix
 -webkit-transform: translate3D(270px,0,0);
      -ms-transform: translate3D(270px,0,0);
          transform: translate3D(270px,0,0); */
.shifter-enabled.shifter-left.shifter-open .shifter-page,
.shifter-enabled.shifter-left.shifter-open .shifter-header {
  -webkit-transform: translate3D(270px,0,0);
      -ms-transform: translate3D(270px,0,0);
          transform: translate3D(270px,0,0);
}
.shifter-open .shifter-navigation {
  opacity: 1;
  pointer-events: all;
  -webkit-transform: translate3D(0, 0, 0);
      -ms-transform: translate3D(0, 0, 0);
          transform: translate3D(0, 0, 0);
  -webkit-transition: opacity 0.001s linear 0s, -webkit-transform 0.2s ease;
          transition: opacity 0.001s linear 0s, transform 0.2s ease;
}
.no-csstransforms3d .shifter-enabled.shifter-navigation {
  right: -270px;

}
.no-csstransforms3d .shifter-enabled.shifter-left .shifter-navigation {
  left: -270px;
}
.no-csstransforms3d .shifter-enabled.shifter-open .shifter-page {
  left: -270px;
}
.no-csstransforms3d .shifter-enabled.shifter-open .shifter-navigation {
  right: 0;
}
.no-csstransforms3d .shifter-enabled.shifter-left.shifter-open .shifter-page {
  left: auto;
  right: -270px;
}
.no-csstransforms3d .shifter-enabled.shifter-left.shifter-open .shifter-navigation {
  left: 0;
}


nav.shifter-navigation {
  border-top: 1px solid #888;
  /*background: #e4e7ef;
  background: -moz-linear-gradient(top, #ffffff 0%, #e4e7ef 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e4e7ef));
  background: -webkit-linear-gradient(top, #ffffff 0%,#e4e7ef 100%);
  background: -ms-linear-gradient(top, #ffffff 0%,#e4e7ef 100%);
  background: linear-gradient(to bottom, #ffffff 0%,#e4e7ef 100%);*/
  background: #f1f1f1;
  box-shadow: 0px 3px 2px rgba(0,0,0,0.12);
}
.shifter-navigation ul {
  list-style: none;
  margin: 0;
}
.shifter-navigation ul.sub {
  display: none;
  border-top: 1px solid #888;
} 
nav.shifter-navigation {
  list-style: none;
}
.shifter-navigation li {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #888;
  border-left: 5px solid transparent;
  transition: 0.35s;
}

.shifter-navigation li a {
  position: relative;
  display: block;
  padding: 14px 0;
  padding-left: 15px;
  text-align: left;
  font-weight: bold;
  color: #005dab;
  transition: 0.3s ease-in;
}

.shifter-navigation li a:hover {
  color: #fff;
  background: #005dab;
  text-decoration: none;
  outline: 0;
}

.shifter-navigation li.has-dropdown_active {
  border-left-color: #005dab;
}

.shifter-navigation li.has-dropdown_active>a,
.shifter-navigation li.has-dropdown_active>.has-dropdown_touch {
  color: #fff;
  background: #005dab;
}

.shifter-navigation .has-dropdown {
  position: relative;
}

.shifter-navigation .has-dropdown .has-dropdown_touch {
  z-index: 999;
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 75px;
  height: 50px;
  text-align: center;
  border-left: 1px solid #888;
  overflow: hidden;
  color: #005dab;
  background: #e4e7ef;
  transition: 0.25s;
}

.shifter-navigation .has-dropdown .has-dropdown_touch:hover {
  cursor: pointer; 
  color: #fff;
  background: #005dab;
}

.has-dropdown_touch .icon {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  line-height: 49px;
}

.has-dropdown_touch:hover .icon {
  color: #fff;
}

.shifter-navigation ul.sub li a {
  padding-left: 35px;
}

.shifter-navigation ul.sub li ul.sub li a {
  padding-left: 45px;
}
/*
.shifter-navigation li.has-dropdown > a:before {
  content: '';
  position: absolute;
  top: 9px;
  left: 0;
  display: block;
  width: 7px;
  height: 7px;
  border: 2px solid #4250a2;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  transition: 0.35s;
}

.shifter-navigation li.has-dropdown_active > a:before {
  transform: rotate(135deg);
}
*/
/*
.shifter-navigation li ul li { 
  border-bottom: 0 none;
  padding: 5px 0;
}

.shifter-navigation li ul li a { 
  font-weight: normal;
  color: #4250a2;
}

.shifter-navigation a:hover {
  color: #333333;
    outline: 0;
} 
*/

div#contactFormWrapper input {
width: 100%;
}

div#customer-wrapper input {
width: 100%;
}


/* CarlowSEO */
nav {bottom:22px}
.techformborder {border:1px solid black}
.clearright {clear:right}
#homepage-collections li.product {
max-width: 22%;
}


/*********************
  Menu fixing
*/
ul#nav ul{ min-width:225px }

ul#nav li li.has-dropdown ul,
ul#nav li li.has-dropdown ul  li.has-dropdown ul
{ display:none }
ul#nav li li.has-dropdown:hover ul,
ul#nav li li.has-dropdown ul li.has-dropdown:hover ul
{ display:block;
  background-color:#2EA620;
}

ul#nav li li.has-dropdown ul{ margin:-41px 0 0 200px }
ul#nav li{ z-index: auto }
ul#nav li ul:before{ display:none }


ul#nav a .arrow{
  float: right;
  margin-right:-13px;
}
#nav > li li.has-dropdown > a{ padding-right:17px }
/* arrows for main menu */
#nav > li.has-dropdown > a{ padding-right:17px }
.down{ right:7px }

/*********************
  Products/Collections items fixing
*/
#homepage-collections li.product{
  max-width: none;
}
@media screen and (min-width:981px){
  #homepage-collections li.product{
    width: 22.9166666666666667%;
  }
}
.collection-image a,
ul#product-loop li.product > a,
#recently-viewed-products div.image a{
  display:block;
  width:100%;
  background:#fff;
  text-align:center;
  font:0/0 a;

  height:210px;
}
#recently-viewed-products div.image a{
  height:135px;
}
.collection-image a:before,
ul#product-loop li.product > a:before,
#recently-viewed-products div.image a:before{
  content:' ';
  display:inline-block;
  vertical-align:middle;
  height:100%;
}
.collection-image a img,
ul#product-loop li.product > a img,
#recently-viewed-products div.image a img{
  display: inline-block;
  vertical-align: middle;
  font: 16px/1 Arial sans-serif;
  max-width:100%;
  max-height:100%;
}
@media screen and (min-width: 1221px){
  .collection-image a,
  ul#product-loop li.product > a{ height:320px }
  #recently-viewed-products div.image a{ height:225px }
}
@media screen and (min-width: 500px){
  .collection-image a,
  ul#product-loop li.product > a{ height:160px }
}
@media screen and (min-width: 981px){
  #recently-viewed-products div.image a{ height:180px }
}
/*******/
.product #product-info{
  margin-top:10px;
  line-height:16px;
  min-height:9.5em;
}
#collection-loop .product #product-info{
  min-height:4em;
}
@media screen and (min-width: 1221px){
  .product #product-info{
    margin-top:10px;
    line-height:20px;
    min-height:7.5em;
  }
}
@media screen and (min-width: 981px){
  .product #product-info{
    margin-top:5px;
    line-height:16px;
    min-height:8.5em;
  }
}
@media screen and (max-width:500px){
  .product #product-info{
    min-height:8.5em;
  }
  #collection-loop .product #product-info{
    min-height:5em;
  }
}
/*********************
  Pagination fixing
*/
#pagination .current,
#pagination a{
  display:inline-block;
  background:none;
  border-radius:0;
  border:1px solid #4c7ae6;
  padding:5px 10px;
  margin:0 5px;
}
#pagination .current{
  border:none;
  color:#080808;
}
#pagination a{
  background:#fff;
}
#pagination a:hover{
  background:#4c7ae6;
}

/*********************
  Forms fixing
*/
input[type="text"], input[type="password"], input[type="email"], textarea, select{
  line-height: normal;
  min-width:auto;
  padding:2px;
}
div#contactFormWrapper input[type="checkbox"]{
  width:auto;
  vertical-align:middle;
}
@media only screen and (max-width: 740px){
  div#contactFormWrapper input[type="checkbox"]{
    min-width:initial;
  }
}
div#contactFormWrapper label{
  display:inline;
}
div#contactFormWrapper .required label:after{
  content:'*';
  color:red;
  margin-left:3px;
}
#contactFormGroupCheckboxesProblems label{
  white-space:nowrap;
}
.searchbox form #q{
}
form .errorForm.feedback{
  color:red;
  text-align:center;
}
#contactFormWrapper{
  max-width:640px;
  margin: 0 auto;
}
#mc-embedded-subscribe{
  line-height:normal;
  font-size: 14px;
  padding:10px 10px 11px;
}
a.button-requestPricing{
  background: #4250a2;
  color: #ffffff;
  display:inline-block;
  font-weight:700;
  margin:20px 0;
  padding:10px 45px;
}
a.button-requestPricing:hover{
  background: #737373;
  text-decoration:none;
}

#shadow{
  position:fixed;
  top:0;
  bottom:0;
  left:0;
  right:0;
  background:rgba(0,0,0,.5);
  display:none;
  opacity:0;
}
#product-description table{
  width:100% !important;
  height:auto !important;
}
#product-description td{
  width:auto !important;
}
.shifter-enabled header{
background: #f1f1f1 none repeat scroll 0 0;
position: fixed;
width: 100%;
z-index: 2;
}
.modal-footer button{
  min-width:auto;
}
.modal-body button{
  min-width:auto;
}
header{
  position:relative !important;
}
@media only screen and (max-width: 740px){
#logo {
    margin-bottom: 10px;
    text-align: center;
    margin-top: 10px !important; 
}
} 


/********************* EDITS BY MARCEAU **********************/

.contener_boxed{
  max-width: 990px;
  margin: auto;
  background: white !important;
  box-shadow: 0px 0px 30px #888888;
}

#cart{
  float: right;
}


#navigation nav{
  width: 98% !important;
}

#button_search{

}


.flexslider{
  max-width: 560px;
    float: left;
}

.flex-direction-nav{
  display: none;
}

.menu_left_inside{
  float: left;

}

.menu_right_inside{
  float: right;
  max-width:180px;
  margin-right: 20px;

}


.menu_left_inside ul{
  list-style-type: none;
}

.menu_left_inside ul li{
  display: block;
}

.menu_left_inside ul li a{
  color: black !important;
  font-size: 13px;
  font-weight: bold;
  display: block; 
  width: 100%;
  height: 35px;
    padding: 5px 0px;
    border-bottom: 3px solid #bcbcbc;


}

.menu_left_inside ul li a:hover{
text-decoration: none !important;
    color: white !important;

}

.menu_left_inside ul li:hover{
  background: #4250a2;
  color: white !important;
}

@media screen and (max-width: 990px){
  
  
  .flexslider{
    width: 100%;
    max-width: 100%;
  }
  .menu_left_inside{
    display: none;
    width: 100% !important;
    text-align: center;
    margin: auto;
    margin-bottom: 20px;

  }
  .menu_left_inside ul li{
      display: inline !important;
      float: left;
      margin: 0px 15px; 
  }
  
}



.footer_list_all{
    display: block;
    margin: auto;
    text-align: center;
}


.footer_list_all li{
  display: inline;
    margin-right: 2%;
    color: #4250a2;
}

 .footer_list_all li a{
    color: #4250a2;
}


.info_news h3{
  width: 100%;
    margin-top: 30px;
    background: #f1f1f1;
    color: black;
    margin-bottom: 0px !important;
  padding: 5px;
    border-radius: 10px 10px 0px 0px;

}

.info_news p{
    border-radius: 0px 0px 10px 10px;
  padding: 15px;
  border-bottom: solid 1px #f1f1f1;
  border-left: solid 1px #f1f1f1;
  border-right: solid 1px #f1f1f1;
  margin-top: 0px;
}



.menu_collections{
  margin-left: 10px;
}

.list-subcategories{
    background: url( //www.chemtechsci.com/cdn/shop/t/50/assets/stand_subcategories.png?v=53005224498064239671778670509);

}

.subcategory a h4{
  text-align: center;
  color: white !important;
  font-weight: bold;
}

.subcategory{
 height: 240px !important;
}

.title_main{
  font-size: 11px !important;
}
.link_custom:hover, .subcategory a h4:hover {
  color: black !important;
    text-decoration: none;
}

.image-subcategory{
  height: 190px !important;
}
.image-subcategory a img{
     max-height: 160px;
    display: block;
    margin: auto;
}

.details_subcategory{
  height: 45px;
  width: 145px;
    margin: auto;
}

.details_subcategory a{
  display: block;
}


.cart-count img{
vertical-align: middle;
}


#product-description h1{
  width: 100%;
    background: #f1f1f1;
   border-radius: 10px 10px 0px 0px;
    color: #000;
    font-weight: bold;
    font-size: 16px;
    padding: 5px;
}

.gallery_added{
   background: #bdbdbd;
   text-align: center;
   width: 100%;
     border-radius: 10px 10px 0px 0px;
    display: block;
    font-weight: bold;
}

.images_featured_product{
   border-radius: 0px 0px 10px 10px;
  border: solid 1px #bdbdbd;

}

ul.tabs {
  border-bottom: 1px solid #bdbdbd;
  display: block;
  margin: 0px;
  padding: 0;
}
ul.tabs li {
  display: block;
  float: left;
  height: 30px;
  margin-bottom: 0;
  padding: 0;
  width: auto;
}
ul.tabs li a {
  -moz-border-bottom-colors: none;
  -moz-border-image: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: none repeat scroll 0 0 #F5F5F5;
  border-color: #bdbdbd !important;
  border-style: solid;
  border-width: 1px 1px 0 1px;
  display: block;
  font-size: 13px;
  height: 29px;
  line-height: 30px;
  margin: 0;
  padding: 0 20px;
  text-decoration: none;
  width: auto;
  color: #303030;
  border-bottom:none !important;
}
ul.tabs li a.active {
  background: none repeat scroll 0 0 #FFFFFF;
  border-left-width: 1px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #111111;
  height: 35px;
  margin: 0 0 0 -1px;
  padding-top: 4px;
  position: relative;
  top: -4px;
}
ul.tabs li:first-child a.active {
  margin-left: 0;
}
ul.tabs li:first-child a {
  border-top-left-radius: 10px;
  border-width: 1px 1px 0;
}
ul.tabs li:last-child a {
  border-top-right-radius: 10px;
}
ul.tabs:before, ul.tabs:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
}
ul.tabs:after {
  clear: both;
}


.tab_product{
  border-bottom: solid 1px #bdbdbd;
  border-left: solid 1px #bdbdbd;
  border-right: solid 1px #bdbdbd;

    padding: 10px;
}  

@media screen and (max-width: 450px){
  
  ul.tabs li a{
    padding: 0px 5px !important;
  }
}

.related-products {  }

#related{
  float: none !important;
}


.product_title{
  margin-bottom: 0px;
}

.description_outer{
  border-radius: 0px 0px 10px 10px;
    border-bottom: solid 1px #bdbdbd;
  border-left: solid 1px #bdbdbd;
  border-right: solid 1px #bdbdbd;
      padding: 10px;

}


.tab_product_form td, .tab_product_form th { 
  padding: 10px; 
  border: 0px ; 
}
.price{
  color: #720015;
}

#customer_index h2{
  background: #0055a5;
    border-radius: 10px 10px 0px 0px;
    color: white;
  padding: 2px 8px;
  font-size: 12px;
  margin-bottom: 0px;
}

#customer_index #customer_login{
 border-radius: 0px 0px 10px 10px;
    border-bottom: solid 1px #0055a5;
  border-left: solid 1px #0055a5;
  border-right: solid 1px #0055a5;
  padding: 10px;
     background-color:  #f1f1f1;
}

#customer_index input{
  display: inline;
    max-width: 80px;
      float: right;

}

#customer_index label{
  display: inline;
  font-size: 11px;
  font-weight: normal !important;
}

#customer_index{
  font-size: 11px !important;
    display: none;
}

#customer_index .button{
      width: 59px;
    height: 20px;
    margin: 3px 0 0 95px;
    cursor: pointer;
    border: none;
    padding: 3px 8px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    text-decoration: none;
    background-color: #33FF00 !important;
    color: white !important;
    font-weight: normal !important;
    min-width: 0px;
    line-height: 0px;
    font-size: 12px;
}


/* Styles for ipad  */
@media screen and (max-width: 990px) {
  .menu_right_inside{
    width: 98% !important;
    max-width: 100% !important;
    margin: auto;
  }
}


#checkout{
  background: white !important;
}

#update-cart{
  color: black !important;
    background: white !important;
    margin-bottom: 0px !important;
}

#cartform table{
  border-collapse:separate;
    
}
#cartform table #first_td_corner{
  border-radius: 20px 0px 0px 0px;
  -moz-border-radius:20px 20px 0px 0px;
}
#cartform table #last_td_corner{
  border-radius: 0px 20px 0px 0px;
  -moz-border-radius:20px 20px 0px 0px;
}

#cartform table th{
  background: #BDBDBD;
    border: none !Important;
  text-align: center;
}


@media screen and (max-width: 780px) {
  #product-right{
    margin-top: 20px;
  }
  #button_add{
    padding-top: 20px;
    margin:auto;
    display: block;
    text-align: center;
  }
}


@media screen and (max-width: 580px) {
  .show_mobile{
    display: inline !important;
  }
  .remove_mobile{
      display: none !important;

  }
  .search_mobile{
  display: block !important;
    background: #f1f1f1;
    padding: 20px;
    margin: 10px;
    text-align: center; 
  }
}

@media screen and (min-width: 580px) {
  .show_mobile{
    display: none !important;
  }
  .tab_product_form td, .tab_product_form th{
    text-align: center !important;
  }
}


.single-option-selector{
  margin: auto; 
  margin-bottom: 10px;
}


@media screen and (max-width: 980px) {
  .searchbox{
  margin-right: 10px;
    
  }
  .searchbox form #q{
    min-width: 50px;
    width: 100px;
  }
  ul#nav li a{
    padding: 0px 5px !important;
  }
  ul#nav .fa{
    display: none !important;
  }
  
}

.mobile_header{
  display: none;
}

@media screen and (max-width: 780px) {
  ul#nav li a{
    padding: 0px 2px !important;
  }
  .tel-numb{
    text-align: center !important;
  }
  
  .product_description_marceau ul li{
    width: 100% !important;
  }
  .mobile_header{
    display: block;
  width: 100%;
    margin-bottom: 7px;
    width: 98% !important;
  }

  .mobile_header a{
    display: block;
    float: left;
  font-size: 18pt;
    text-align: center;
    width: 25%;
    height: 55px;
    padding: 5px;
    border-left: 2px solid #A5B8CE; 
    border-right: 2px solid #A5B8CE; 
    border-bottom: 2px solid #A5B8CE; 
    background: #DEE3ED;
  }
  #cart, .tel-numb{
  display: none;
  }
}


.custom_p{
  font-size: 17px;
    line-height: 1.7em;
    margin-bottom: 1.6em;

}

.cus_td{
  font-size: 15px;
    color:black;
    border-width: 0px;
}

.cus_td:hover{
    color:blue;
    cursor: pointer;
    border-width: 0px;
}

.cus_td_selected{
    color:blue;
    cursor: pointer;
    font-weight: bold;
    border-width: 0px;
    font-size: large;
}

.cus_span{
    width:28px;
  font-size: 15px;
    color:black;
    border-width: 0px;
  margin-top:9px;
  margin-left:1px;
  display: inline-block;
}

.cus_span:hover{
    width:28px;
    color:blue;
    cursor: pointer;
    border-width: 0px;
  margin-top:9px;
  margin-left:1px;
  display: inline-block;
}

.cus_span_selected{
    color:blue;
    width:28px;
    cursor: pointer;
    font-weight: bold;
    border-width: 0px;
    font-size: large;
  margin-top:9px;
  margin-left:1px;
  display: inline-block;
}

.cus_sub{
  margin-left:1px;
  margin-right:1px;
}

    txt6 = "High";
        break;
    case "L":
        txt6 = "Low";
        break;
    case "M":
        txt6 = "Medium";
        break;
    default:
        txt6 = "Very High";

.cell_name{
}

.cell_formula{
}

.cell_boiling{
  text-align: center;
}

.cell_torr{
  text-align: center;
}

.cell_temp{
  text-align: center;
}

.cell_color_H{
  text-align: center;
  background-color: rgba(255, 0, 0, 0.60);
}

.cell_color_M{
  text-align: center;
  background-color: rgba(0, 132, 255, 0.50);
}

.cell_color_L{
  text-align: center;
  background-color: rgba(255, 255, 0, 0.40);
}

.cell_color_VH{
  text-align: center;
  background-color: rgba(112, 48, 160, 0.75);
}


ul#collection-loop-custom { margin-top: 2px;     list-style-type: none;}

.product-consult{
    margin-top:5px;
    line-height:16px;
    min-height:2.5em;
 }

#accessories {
/*   margin-top: 2px; */
/*   margin-bottom: 10px; */
  margin-left: 5%;
  margin-right:5%;
  height: 1px;
  width: 90%;
  background: #4250a2
}

#accesss_table {
border-width: 0px !important;
}

#access_title{
/*   color: #4250a2; */
  font-weight:bold;
  margin-left: 10%;
    margin-top: 20px;
}

#access_li{
  color: #4250a2;
/*   font-weight:bold; */
  margin-left: 10%;
  margin-right:4%;
/*     margin-top: 20px; */
      padding-left: 2em;
    text-indent: -2em;
}

#access_a{
  color: #4250a2;
  font-size: 16px;
/*   font-weight:bold; */
/*   margin-left: 10%; */
/*     margin-top: 20px; */
}

#access_a:visited{
  color: #4250a2;
  font-size: 16px;
/*   font-weight:bold; */
/*   margin-left: 10%; */
/*     margin-top: 20px; */
}

.tab_product .access_li_item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 1rem;
  text-indent: unset !important;
  align-items: center;
  margin-top: 0.5rem;
}
.tab_product .access_li_item:first-child {
  margin-top: 0;
}
.tab_product .access_li_item img {
  display: block;
  width: 100%;
  max-width: 30px;
}
.tab_product .access_li_item.document-link img {
  width: 30px;
  max-width: 20px;
  margin: 0 5px;
}
/*========================custom css===========================*/

.estimated-delivery{
  color: #418e3c;
  font-weight: bold;
}
span.product-availablity {
    color: #418e3c;
    font-weight: bold;
}
/*========================custom css===========================*/
/* custom-product */

.hide{
  display:none;
}

#pop-four #contactFormWrapper label {
    display: none;
}

#pop-four input {
    padding: 12px;
    border-color: transparent;
    border-radius: 5px;
}
#pop-four textarea {
    border-color: transparent;
    padding: 12px;
    border-radius: 5px;
}
#pop-four textarea:hover, #pop-four textarea:active, #pop-four textarea:focus {
    border-color: #4250a2;
}
#pop-four input:hover, #pop-four input:active, #pop-four input:focus {
    border-color: #4250a2;
}
#pop-four input:focus {
    box-shadow: unset;
}
#pop-four #contactFormSubmit {
    padding: 0;
    height: 42px;
}
#pop-four textarea {
    max-height: 150px;
}
#pop-four #contact_form {
    margin-bottom: 0;
}
#pop-four #contact_form .desktop-12.mobile-3 p:last-child {
    margin-bottom: 0;
}
#pop-four input:-webkit-autofill,
#pop-four input:-webkit-autofill:hover,
#pop-four input:-webkit-autofill:focus,
#pop-four input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #000 !important;
    border-color: #4250a2;
}

.popup_heading {
    font-size: 24px;
    margin-bottom: 25px;
    line-height: initial;
}
@media only screen and (max-width:767px){
  .footer__icon-faq{
    flex-wrap:wrap;
    flex-direction:column;
  }
}

/* ul#cart .cart-count {
    display: inline-block;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    background: #0055a6;
    border-radius: 100px;
    color: #fff;
} */



.search-suggestions {
    position: absolute;
    max-width: 970px;
    background: #f5f5f5;
    margin: 0 auto;
    z-index: 9;
}

.search-suggestions__inner {
    display: flex;
    align-items: flex-start;
    padding: 0 15px 15px;
    gap: 20px;
}

.search-suggestions__inner .search-suggestions__side {
    flex: 0 0 300px;
}

.search-suggestions__inner .search-suggestions__main {
    display: block;
}

.search-suggestions__inner .search-suggestions__main .search-suggestions__products {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.search-suggestions__inner .search-suggestions__main .search-suggestions__products a.search-suggestions__item.search-suggestions__product {
    width: calc(33.33% - 7px);
}

.search-suggestions__inner .search-suggestions__main .search-suggestions__products a.search-suggestions__item.search-suggestions__product span.search-suggestions__image-wrap {
    display: block;
    padding-top: 100%;
    overflow: hidden;
    position: relative;
}

.search-suggestions__inner .search-suggestions__main .search-suggestions__products a.search-suggestions__item.search-suggestions__product span.search-suggestions__image-wrap img.search-suggestions__image {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #fff;
}

.search-suggestions a.search-suggestions__view-all {
    display: flex;
    justify-content: space-between;
    padding: 10px 15px;
    background: #e0e0e0;
    color: #000;
    font-weight: bold;
}

.search-suggestions__inner .search-suggestions__side .search-suggestions__heading {
    font-weight: bold;
    margin-top: 15px;
}

.search-suggestions__inner .search-suggestions__side a.search-suggestions__item {
    display: block;
}

.search-suggestions__inner .search-suggestions__main .search-suggestions__heading {
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 10px;
} 


@media only screen and (max-width:780px){
  .search-suggestions__inner {
    display: block;
  }
}