order, button, input, select, textarea {
	color: #222;
}
body {
	font-size: 1em;
	line-height: 1.4;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
 color: #a4003a;
 text-shadow: none;
}
::selection {
	background: #16a085;
	color: #a4003a;
	text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */

hr {
	display: block;
	height: 1px;
	border: 0;
	margin: 3em 0;
	padding: 0;
	background-image: -webkit-linear-gradient(left, #fff, #ccc, #fff);
	background-image: -moz-linear-gradient(left, #fff, #ccc, #fff);
	background-image: -ms-linear-gradient(left, #fff, #ccc, #fff);
	background-image: -o-linear-gradient(left, #fff, #ccc, #fff);
	width: 50%;
	left: 25%;
	position: relative;
	border: none;
}

img {
	vertical-align: middle;
}
/*
 * Allow only vertical resizing of textareas.
 */

textarea {
	resize: vertical;
}
/* ==========================================================================
   General styles
   ========================================================================== */

html, body {
	height: 100%;
}
body {
	font-family: "Lato";
	font-weight: 300;
	font-size: 16px;
	color: #555;
	-webkit-font-smoothing: antialiased;
	-webkit-overflow-scrolling: touch;
}
.col-md-4 {
	padding-bottom: 20px;
}
.row {
	margin-right: 0px;
	margin-left: -15px;
}
.modal-header {
	background: #ffbf00;
}
.modal-header h4 {
	color: white;
	font-weight: 700;
	letter-spacing: 1px;
}
.modal-footer {
	background: #2b2b2b;
}
.navbar-default {
	border-color: transparent;
	background-color: #dadada;
}
.navbar-inverse .navbar-brand {
	font-weight: 500;
	font-size: 20px;
}
.navbar-toggle {
	border-color: transparent;
	border: 0px solid transparent;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	background-color: #16a085;
	color: white;
}

.product-image, .no-touch .product-img-box .product-image:not(.zoom-available):hover {
  	border: 1px solid #fff;
  	display: inline-block;
}
.odd a img {
	background: #f5f5f5;
}

.category-products .odd a img {
	background: none;
}

.button, .cart-table .product-cart-actions .button, #co-shipping-method-form .buttons-set .button, .footer .button {
	background: #000;
	border-radius: 15px;
	-webkit-border-radius: 15px;
  	-moz-border-radius: 15px; 
}

.button:hover,.button:focus, .cart-table .product-cart-actions .button:hover, .cart-table .product-cart-actions .button:focus, #co-shipping-method-form .buttons-set .button:hover, .footer .button:focus, .footer .button:hover {
	background: #2d8b04!important;
}

.price-box .price, .price {
  	font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}

.price-box .price {
  	color: rgba(28, 28, 28, 0.9);
}

h2.product-name a:hover, h3.product-name a:hover, h4.product-name a:hover, h5.product-name a:hover, p.product-name a:hover {
	color: #2d8b04; 
}

.no-touch .product-image:hover {
	border-color: #2d8b04;
}

.products-grid .product-name, .products-list .product-name,h2.product-name, h3.product-name, h4.product-name, h5.product-name, p.product-name,h2.product-name, h3.product-name, h4.product-name, h5.product-name, p.product-name {
	margin-bottom: none;
  	margin-top: 10px;
}

.products-grid .price-box {
  	margin: -3px 0 5px;
}

.products-grid .actions {
	padding-top: 0;
}

/* shop page*/
.cms-shops .std ul li {
	margin-left: 0;
}
.cms-shops .std li, .cms-no-route .std li{
	font-style: normal;
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
	font-family: "Raleway";
	font-weight: 200;
	color: #333;
}
h2 {
	font-size: 36px;
	color: #777;
}
h3 {
	font-size: 26px;
}
/* Paragraph & Typographic */
p {
	line-height: 28px;
	margin-bottom: 20px;
}
p.large {
	font-size: 20px;
	margin-bottom: 50px;
}
.centered {
	text-align: center;
}
strong {
	font-weight: 700;
}
em {
	font-weight: 300;
}
pre {
	background: #ebebeb;
	border: none;
	font-family: "Monaco";
	font-size: 16px;
	color: #666;
	padding: 20px;
	line-height: 28px;
}
small {
	font-size: 12px;
}
blockquote, blockquote p {
	line-height: 28px;
	color: #999;
	font-weight: 300;
	font-style: italic;
}
blockquote {
	position: relative;
	margin: 0 0 40px -30px;
	padding-left: 30px;
	border-left: 5px solid #3498db;
}
blockquote cite {
	position: absolute;
	bottom: -25px;
	right: 0;
	font-size: 12px;
	font-style: italic;
	color: #333;
	font-weight: 300;
}
blockquote cite:before {
	content: "-- "
}
/* Images */
.overflow-image {
	margin-top: -65px;
}
/* Links */
a {
    color: #636363;
	word-wrap: break-word;
	-webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
	-moz-transition: color 0.1s ease-in, background 0.1s ease-in;
	-ms-transition: color 0.1s ease-in, background 0.1s ease-in;
	-o-transition: color 0.1s ease-in, background 0.1s ease-in;
	transition: color 0.1s ease-in, background 0.1s ease-in;
}
a:hover, a:focus {
	color: green;;
	text-decoration: none;
	outline: 0;
}
a:before, a:after {
	-webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
	-moz-transition: color 0.1s ease-in, background 0.1s ease-in;
	-ms-transition: color 0.1s ease-in, background 0.1s ease-in;
	-o-transition: color 0.1s ease-in, background 0.1s ease-in;
	transition: color 0.1s ease-in, background 0.1s ease-in;
}
/* ==========================================================================
   Wrap Sections
   ========================================================================== */
.carousel-caption{
	top: 120px !important;
}
#myCarousel .carousel-caption h1 {
	font-family: "Raleway";
    font-size: 82px;
    font-style: normal;
    font-weight: 200;
    letter-spacing: 0;
    line-height: 1.1em;
    text-transform: none;
	color: #fff;
	margin-top: 8%;
	text-shadow: none;
}
#myCarousel .carousel-caption p {
	color: rgba(128, 128, 128, 0.9);
    font-size: 24px;
	font-family: "Raleway";
	text-shadow: none;
}
#myCarousel .carousel-caption .icon {
	color: #ffffff;
	margin-top: 90px;
	padding-bottom: 30px;
	letter-spacing: 8px;
	font-size: 100px;
	font-weight: bold;
	text-shadow: 0px 20px 7px #3da8ae;
	text-shadow: none;
}
#myCarousel .btn {
	font-weight: 500;
	font-size: 20px;
	margin: 50px 0;
	background-color: #ffbf00;
	color: #fff;
	text-shadow: 0 0 4px #bf9004;
	box-shadow: -5px -5px 20px #3da8ae;
	border: 0;
}
#myCarousel .btn:hover, #myCarousel .btn:focus {
	background-color: #e9af03;
	outline: 0px;
}
.carousel,.item,.active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-attachment: relative;
	background-position: top center;
	padding-bottom: 100px;
}
.carousel,.item,.active{height:100%;margin-top: 0px;}
.carousel-inner{height:100%;margin-top: 0px;}

#about {
	background: #fff;
	padding: 60px 0;
}
#about img {
	margin-top: 65px;
}
#services {
	background: #f5f5f5;
	padding: 60px 0;
	text-align: center;
}
#services .fa {
	color: #ffbf00;
}
#services p {
	text-align: center;
}
#blog {
	background: #fff;
	padding: 60px 0;
}
#blog H4 {
	padding-top: 10px;
}
#blog p.large {
	margin-top: 60px;
	margin-bottom: 40px;
}
#blog .fa {
	width: 30px;
	height: 30px;
	margin: 0 3px;
	border-radius: 100%;
	font-size: 15px;
	line-height: 30px;
	outline: 0;
	color: #ccc;
	background-color: #fff;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}
#blog .fa:hover {
	background-color: #ffbf00;
	color: #fff;
}
#portfolio {
	background: #fff;
	padding: 60px 0;
}
#portfolio .btn-default {
	border: 0;
}
#contact {
	background: #fff;
	padding: 60px 0;
	text-align: center;
}
#contact .form {
	padding: 30px 0;
}
#contact .fa {
	color: #ffbf00;
	margin-bottom: 10px;
}
#contact .btn {
	font-weight: 500;
	font-size: 18px;
	margin-top: 50px;
	background-color: #ffbf00;
	color: #fff;
	border: 0;
}
#contact .btn:hover, #contact .btn:focus {
	background-color: #e9af03;
	outline: 0px;
}
#greywrap {
	background: #f5f5f5;
	margin-top: 0px;
	padding: 50px 0;
	border-bottom: 1px solid #eee;
	text-align: center;
}
#greywrap .btn {
	font-family: "Raleway";
	font-weight: 300;
	font-size: 20px;
	margin: 0 25px;
	background-color: #fff;
	border-color: #e2e2e2;
	color: #888;
	border-bottom: 0;
	letter-spacing: 1px;
}
#greywrap .btn:hover, #greywrap .btn:focus {
	margin: 0 25px;
	background-color: #fff;
	border-color: #a5cdd5;
	border-bottom: 0;
	outline: 0px;
	color: #a5cdd5;
}
#greywrap h2 {
	font-size: 30px;
}
#greywrap .callout {
	margin-bottom: 20px;
}
#greywrap p {
	font-size: 30px;
}
#greywrap .fa {
	font-size: 18px;
	margin-right: 4px;
}
#footerwrap {
	background: #2b2b2b;
	padding: 25px 0 15px 0;
	border-bottom: 1px solid #ddd;
	text-align: center;
}
#footerwrap span.copyright {
	line-height: 40px;
	color: #888;
	font-weight: 400;
}
#footerwrap span.copyright a {
	color: #888;
	border-bottom: 1px dotted;
}
#footerwrap span.copyright a:hover {
	color: #ffbf00;
	text-decoration: none;
}
#footerwrap h4 {
	color: white;
}
ul.social-buttons {
	margin: 0;
}
ul.social-buttons li a {
	font-size: 24px;
	outline: 0;
	color: #999;
}
ul.social-buttons li a:hover, ul.social-buttons li a:focus, ul.social-buttons li a:active {
	color: #ffbf00;
}
/* ==========================================================================
   Box Sections
   ========================================================================== */

.white h1 {
	color: #999;
}
.white p {
  line-height: 28px !important;
  padding-top: 25px;
}

/* ==========================================================================
   Image Mask
   ========================================================================== */

.grid figure {
	margin: 0;
	position: relative;
	border: 1px solid #eee;
}
.grid figure img {
	width: 100%;
	display: block;
	position: relative;
}
.grid figcaption {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	color: #fff;
	background-color: #ffbf00;
}
.grid figcaption h5 {
	margin: 0;
	padding-top: 0px;
	padding-left: 20px;
	padding-bottom: 5px;
	color: #fff;
	font-weight: 700;
	text-align: left;
	letter-spacing: 1px;
}
.grid figcaption a {
	text-align: left;
	padding: 5px 10px;
	margin-left: 20px;
	display: inline-block;
	background: #2f2f2f;
	color: #fff;
	font-size: 13px;
}
/* Caption Style */
.mask figure {
	overflow: hidden;
}
.mask figure img {
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}
.no-touch .mask figure:hover img, .mask figure.cs-hover img {
	-webkit-transform: translateY(-30px);
	-moz-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	transform: translateY(-30px);
}
.mask figcaption {
	height: 50px;
	width: 100%;
	top: auto;
	bottom: 0;
	opacity: 0;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	transition: transform 0.4s, opacity 0.1s 0.3s;
}
.no-touch .mask figure:hover figcaption, .mask figure.cs-hover figcaption {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
	transition: transform 0.4s, opacity 0.1s;
}
.mask figcaption a {
	position: absolute;
	top: 10px;
	bottom: 10px;
	right: 30px;
}




#navbar-main{ position: absolute; top:0; width: 100%; left:0; z-index: 999;}
#navbar-main.innerPage{ position: relative; background: #000;}
#navbar-main.innerPage .navbar{ margin-top:0; position: relative;}
.navbar.navbar-inverse.navbar-fixed-top{ position: absolute;transition: all 0.14s ease-in-out 0s; top:0; }
.innerPage .navbar.navbar-inverse.navbar-fixed-top{ position: absolute;transition: all 0.14s ease-in-out 0s; top:0; }
#navbar-main .navbar.navbar-inverse.navbar-fixed-top.fixed{ 	position: fixed; }
.navbar.navbar-inverse.navbar-fixed-top.fixed{
			position: fixed; 
			background-color: rgba(28, 21, 19, 0.95)!important;
			font-size: 14px;
			left: 0;
			text-align: center;
			transform: translate3d(0px, 0px, 0px);
			transition: all 0.14s ease-in-out 0s;
			margin: 0!important;
			width: 100%;
			z-index: 999; 
			min-height: 0;
	}
	.navbar.navbar-inverse.navbar-fixed-top.fixed .logo{ display: none; }
#navbar-main .navbar { background: transparent; border:0 none; margin-top: 20px;}
.navbar-nav.navbar-center{ float: left; width: 100%; text-align: center;}
.navbar-nav.navbar-center li{ float: none; display: inline-block;  vertical-align: middle;}
.navbar-nav.navbar-center li a{ color: rgba(128, 128, 128, 0.9)!important;
    font-family: "Raleway";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 1em;
    text-decoration: none;
    text-transform: uppercase;}
.navbar-nav.navbar-center li a:hover,.navbar-nav.navbar-center li.active a,.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus{ color: #2d8b04!important; background: transparent;}

.about h2{ color: #201713;   font-family: "Raleway";  font-size: 32px; font-style: normal; font-weight: 600;
    letter-spacing: 0; line-height: 1.3em; text-transform: none;}
.about h3{ font-family: "Raleway";color: #2d8b04;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 3px;
    line-height: 1.4em;
    text-transform: uppercase;}
.about  p{
  color: rgba(28, 28, 28, 0.9);
  font-family: "Raleway";
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.4px;
  line-height: 1.6em;
  padding-top: 0;
  margin-bottom: 50px;
}
.about .left p{ padding-right: 50px;}
.menuCall{ padding: 30px 0;}
.menuCall h4{ font-family: "Raleway"; color: #2d8b04;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 3px;
    line-height: 1.4em;
    text-transform: uppercase; margin: 30px 0 20px;}
.menuCall h3{ font-size: 1.1em;
    font-weight: 700;
    line-height: 1.2em; color: rgba(28, 28, 28, 0.9);
    font-family: "Raleway";}
.menuCall h3 span{ 
float:right;
	color: rgba(28, 28, 28, 0.9); 
    font-family: "Raleway";
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.4px;
    line-height: 1.2em;}
.menuCall p{  color: rgba(28, 28, 28, 0.9);
    font-family: "Raleway";
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.4px;  line-height: 1.2em;}
	.gray{ background: #f5f5f5;}
	h2.centered{ text-transform: uppercase;}
	
.cart {
  background: none repeat scroll 0 0 #f9b864;
  color: #000;
  font-size: 15px;
  height: 36px;
  padding: 9px 0 0;
  position: fixed;
  right: 68px;
  text-align: center;
  top: 0;
  width: 47px;
  font-weight: 500;
  z-index: 9999;
}
.social {
  color: #000;
  font-size: 15px;
  height: 36px;
  padding: 9px 0 0;
  position: fixed;
  right: 180px;
  text-align: center;
  top: 0;
  width: 100px;
  font-weight: 500;
  z-index: 9999;
}	
.social a {margin-left: 10%;}
.login-btn { 
 display:inline-block;
 margin-right: 10px;
 color: #000;
}
.action-area .account{ display:inline-block; margin-left: 10px; color: #000;}
.action-area{  background: none repeat scroll 0 0 #f9b864;
  color: #000;
  font-size: 14px;
  height: 36px;
  padding: 9px 15px 0;
  position: fixed;
  right: 109px!important;
  text-align: center;
  top: 0;
  width: auto;
  font-weight: 500;
  z-index: 99999;
  text-transform: uppercase;
}
.action-area .account:hover {color: green;}
#footerwrap.footer-top{ background: #251F1D; padding: 37px 0 20px; text-align: center;}
#footerwrap.footer-top p{ font-size: 15px; color: #fff; font-weight: 600;}
#footerwrap.footer-top p.poweredby{ font-size: 15px; color: #625E5C; padding-top: 0px; }
#footerwrap.footer-top p.poweredby a{ font-size: 15px; color: #625E5C; text-decoration: underline;} 
.blankBlog{ background: #332C29; padding-bottom: 50px;}

.lightGray{ min-height: 100px; background: #F5F5F5;}
.navbar-toggle{float:left;}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus{background-color:rgba(0,0,0,0);}
.mini-menu {
  background:rgba(28, 21, 19, 0.95) !important;
  height: 100% !important;
  max-height: 100%;
  position: fixed;
  top: 0;
  display:none;
}
.mini-menu li {
  color: #fff;
  float: left;
  margin: 5px 0;
  width: 100%;
}
.mini-menu ul {
  margin-top: 10px;
}
.close-button{position: fixed; left: 0px; color: rgb(255, 255, 255); font-size: 20px; padding: 20px;}
.logo-mini {
  left: 50%;
  position: absolute;
  text-align: center;
  top: 0px;
  margin-left: -40px;
}
.products-grid li{ list-style: none;}
.no-touch .product-image:hover {
  border-color: #fff;
}
.btn-cart{ font-style: normal; }
.cms-shops .std h4{padding: 8px 0;
  background-color: #f6f6f6;
  margin-bottom: 25px;
  font-weight: bold; color: #000;}
  .cms-shops .std h4 a{ color: #000;}
  .cms-shops .std h4 a:hover{ color: green;}
  .clear{ clear: both;}



/*the_wash_details page*/
.the_wash_details .product-img-box{ text-align: center;}
.the_wash_details .product-img-box a{ display: inline-block; float: none;}
.the_wash_details .product-img-box,
.product-view .the_wash_details .product-shop {  width:100%; clear:left; display:block; float:left; margin-bottom:20px; }
.the_wash_details .product-shop .product-name { display:block; width:100%; clear:left; text-align:center;  }
/*.the_wash_details .product-img-box .popup-image{ display: none;}*/
.product-view .the_wash_details .product-shop  { text-align:center !important; color:#000;  max-width:474px; margin:0 auto; float:none}
.the_wash_details .product-shop .product-name { display:block; width:100%; clear:left; text-align:center;  }
.product-view .the_wash_details .product-shop .product-name .h1 { color:#231f20; font-weight:bold; font-size:30px; text-align:center; width: 100%;}
.the_wash_details  .required,
.customproductlist .required { display:none}
#header-account .skip-link.skip-cart .label { padding-right:0}
#header-account .skip-link.skip-cart:hover .count { color: #026937;}
.the_wash_details .product-shop .product-options-bottom .add-to-cart-buttons { width:100%; clear:left; float:left}
.the_wash_details .product-shop .product-options-bottom .add-to-cart-buttons button { background:#231f20; color:#fff; font-size: 22px; text-transform: uppercase; margin-bottom:0}
.the_wash_details .product-shop .product-options-bottom .add-to-cart-buttons button:hover { background:#2d8b04; color:#fff; }

#product_addtocart_form .customproductlist .product-options .option { width: 100%; text-align:left; margin: 0; height: 28px;}
#product_addtocart_form .customproductlist .product-options .option dl dt { display:none}
#product_addtocart_form .customproductlist .product-options ul.options-list label { width: 100%; text-align:left; padding:6px 0 6px 35px; font-size:17px; background:none}
#product_addtocart_form .customproductlist .product-options ul.options-list label span.price-notice { display:none; clear:left;}


/* the wash*/
.product-the-wash .customproductlist .product-options-bottom { width:100%; max-width:440px; margin:0 auto; float:none; clear:left}
.product-the-wash .product-view .product-options-bottom .price-box { min-height: 18px; margin-bottom:0}
.product-the-wash  .customproductlist {  width:100%; max-width:458px; margin:0 auto; float:none; clear:left}
.product-the-wash .customproductlist .product-options .option dl,.product-the-wash .customproductlist .product-options .option ul,.product-the-wash .customproductlist .product-options .option ul li{ margin-bottom:0;}
.the_wash_details .product-options{ padding-bottom:0!important}


/* the rinse*/
.product-the-rinse  .customproductlist .product-options-bottom { width:100%; max-width:440px; margin:0 auto; float:none; clear:left}
.product-the-rinse  .product-view .product-options-bottom .price-box { min-height: 18px; margin-bottom:0}
.product-the-rinse .customproductlist {  width:100%; max-width:458px; margin:0 auto; float:none; clear:left}
.product-the-rinse .customproductlist .product-options .option dl,.product-the-rinse .customproductlist .product-options .option ul,.product-the-rinse .customproductlist .product-options .option ul li{ margin-bottom:0;}

/* the rinse*/
.product-the-makeover  .customproductlist .product-options-bottom { width:100%; max-width:440px; margin:0 auto; float:none; clear:left}
.product-the-makeover  .product-view .product-options-bottom .price-box { min-height: 18px; margin-bottom:0}
.product-the-makeover .customproductlist {  width:100%; max-width:458px; margin:0 auto; float:none; clear:left}
.product-the-makeover .customproductlist .product-options .option dl,.product-the-makeover .customproductlist .product-options .option ul,.product-the-makeover .customproductlist .product-options .option ul li{ margin-bottom:0;}
/*end*/

.customproductlist { overflow:hidden; width:100%; display:block;}
.product-view .customproductlist .add-to-cart-buttons { width:100%; clear:left}
.product-view .the_wash_details .product-shop .product-options,
.product-view .the_wash_details .product-shop .product-options-bottom { clear:left; width:100%;  margin: 0 auto; max-width:458px; overflow:hidden; display:block}
.product-view .the_wash_details .product-shop .product-options dl dd ul { text-align:left}

.product-view .the_wash_details .product-shop #product-options-wrapper .option li.swatch { margin-right:14px;}
.product-view .the_wash_details .product-shop #product-options-wrapper .option li.swatch:last-child { margin-right:0}
.product-view .the_wash_details .product-shop .product-options .option { position:relative; width: 100%; clear: left; display: block; float: none; min-height: 140px; }
.product-view .the_wash_details .product-shop .product-options .option dd { position:relative; top:0; left:0; max-width: 440px;}
.product-view .the_wash_details .product-shop .product-options .option dt { position:absolute; top:70px; left:0}

 .product-view .the_wash_details .product-shop .price-info { display:none}
 
.product-view .the_wash_details .product-shop .product-options .option .price-notice { width:100%; clear:left; display:block; overflow:hidden; color: #000;  font-size: 22px;}

/*.the_wash_details { background:#000}*/
.product-view .the_wash_details .product-shop #product-options-wrapper .option li.swatch { position:relative}
.option img.swatch-selected + .arrow_active  { width: 0;height: 0;border-left: 10px solid transparent;border-right: 10px solid transparent;border-top: 10px solid #030303;content: "";position:absolute;bottom:-10px;left:50%;margin-left:-10px;}
.product-view .the_wash_details .product-shop #product-options-wrapper .option li a { display:block; cursor:pointer; }
.product-view .the_wash_details .product-shop #product-options-wrapper .option li  { width:70px; height:38px;}
.product-view .the_wash_details .product-shop #product-options-wrapper .option li img { display:block; width:70px; height:38px; overflow:hidden;  background: url(../images/day-makeover.png) no-repeat 0 0}

.product-view .the_wash_details .product-shop #product-options-wrapper .option li.day1 img { background-position:0 0}
.product-view .the_wash_details .product-shop #product-options-wrapper .option li.day1 img.swatch-selected { background-position:0 -73px;}

.product-view .the_wash_details .product-shop #product-options-wrapper .option li.day3 img { background-position:-88px 0}
.product-view .the_wash_details .product-shop #product-options-wrapper .option li.day3 img.swatch-selected { background-position:-88px -73px;}

.product-view .the_wash_details .product-shop #product-options-wrapper .option li.day5 img { background-position:-178px 0}
.product-view .the_wash_details .product-shop #product-options-wrapper .option li.day5 img.swatch-selected { background-position:-178px -73px;}

.product-view .the_wash_details .product-shop #product-options-wrapper .option li.day7 img { background-position:-268px 0}
.product-view .the_wash_details .product-shop #product-options-wrapper .option li.day7 img.swatch-selected { background-position:-268px -73px;}

.product-view .the_wash_details .product-shop #product-options-wrapper .option li.day10 img { background-position:-350px 0}
.product-view .the_wash_details .product-shop #product-options-wrapper .option li.day10 img.swatch-selected { background-position:-357px -73px;}	


/*the_wash_details page*/

.bodySection{ min-height: 1000px; padding-bottom: 25px; font-weight: normal;}
.bodySection a{ color: #636363; }
.modal-header .btn-close{position: absolute; top: 10px; right: 10px; height: 24px; width: 24px; background-color: #000;
  line-height: 24px; border-radius: 100%; color: #fff; font-size: 21px;}
  
  .modal-header h2{ color: #fff!important; }
  .modal-header h4{  color: #fff!important; background: none!important; padding:0!important; }
  .modal-footer{ padding: 10px 15px!important;
  background-color: #f6f6f6;} 
  .product_relate{ width:46%; display: inline-block; margin: 0 4% 0 0;font-family: "Lato"; font-size: 16px; line-height: 18px;}
  .product_relate:nth-child(2n) { margin-right:0; }
  .modal-body{ max-height:350px; overflow: auto;}
  
  .backhome{ text-align: center; margin: 30px 0; }
  .backhome a{ color: #636363;
  font-weight: normal; font-size: 16px;}
  
  .bodySection .product-view .product-name .h1 {
  float: left;
  margin-bottom: 5px;
  font-weight: 300;
  color: #000;
  font-size: 28px;
}
.bodySection .product-view .product-shop .price-info {
  max-width: 70%;
  margin-bottom: 10px;
  float: left;
  clear: both;
  margin: 0;
  font-size: 10px!important;
  padding: 0;
}
.bodySection .product-view .product-shop .price-box .regular-price .price{font-size: 16px;
  color: #000;
  padding: 15px 0 10px;
  display: block;}
.bodySection  .product-view .add-to-cart .qty-wrapper{ display: block; margin-bottom: 0!important; } 
 .bodySection .product-view .add-to-cart .qty-wrapper label {
  line-height: 16px;
  display: block;
  float: none;
  font-weight: 400;
  font-size: 16px;
}
 .product-view .the_wash_details  .add-to-cart .qty-wrapper {
  display: inline-block;
  margin-bottom: 0!important;
  margin: 0 auto;
  float: none;
}
.product-view .the_wash_details  .sharing-links {
  float: none;
  text-align: center;
}
 .product-view .the_wash_details .sharing-links  li{
  float: none;
  display:inline-block;
}
  .bodySection .product-view .add-to-cart-buttons {
  float: left;
  margin-right: 10px;
  max-width: 100%;
  clear: both;
  margin-top: 15px;
}
.bodySection .product-view .add-to-cart .qty-wrapper .qty {
  float: left;
  height: 33px;
  width: 86px;
  border-radius:5px;
}
.bodySection .product-view .add-to-cart .qty-wrapper .qty:focus{ color: #2d8b04;}
.bodySection .product-view .add-to-cart{ border: 0 none;}
.bodySection .product-view .add-to-cart-buttons .button {
  min-height: 40px;
  line-height: 40px;
  font-size: 14px;
  padding: 5px 30px;
  float: left;
  min-width: 166px;
  width: 100%;
  text-transform: capitalize;
  white-space: normal;
  border-radius: 40px;}
.sharelink{ font-size: 14px; color:#000; text-transform: uppercase; display: none;}

.cart-page .total tr { border:0 none;} 
.cart-page .total tr td{ border:0 none; padding: 0 5px;} 
.cart-page .page-title h1{ font-weight: 400; border:0 none; text-transform: capitalize; } 
.cart-page h2.product-name a{ color: #000; font-weight: normal;}
.cart-page .cart-table tr td button span{ color: #000; text-decoration: none; }
.cart-page .cart-table tr td button span:hover{ color: green; text-decoration: none; }
.cart-page .cart-table tr td{ vertical-align:middle; color: #000; font-size: 14px;}
.cart-page .cart-table tr td .cart-links{ display: none;}
.cart-page .cart-table tr th{ color: #000; text-transform: capitalize; font-weight: 600; }
.cart-page .cart-table{ float: none; width: 100%; }
.cart-page .product-cart-actions .button.btn-update span{ color: #fff!important;}

.cart-page .cart-totals-wrapper { 
  float: none;
  border: 0 none; 
  width: auto;
}
.cart-page .cart-totals{ background-color: transparent; border: 0 none;}

.cart-page .btn-remove2 {
  background-position: 4px -648px;
  border: none;
  vertical-align: top;
  color: #000;
  text-indent: 0!important;
  font-size: 14px!important;
  background: none;
}

/*account login*/

.account-login{}
.account-login .form-list{}
.contacts-index-index .main  .col-main .input-text:focus,.account-login .form-list li .input-text:focus,.my-account .form-list li .input-box input:focus,.account-create .form-list li .input-box input:focus{ outline: 0 none; border-color: #2d8b04!important}
.account-login .form-list li a{ color: #2d8b04; }

.col2-left-layout .sidebar{ border: 1px solid #ccc; padding: 0;}
.col2-left-layout .sidebar .block-content li{ margin: 0;}
.col2-left-layout .sidebar .block-content li:not(:last-child){ border-bottom: 1px solid #ccc;}
.col2-left-layout .sidebar .block-content li a{ padding: 7px 15px;
  padding: 5px 15px;
  display: block;
  text-transform: capitalize;
}
.col2-left-layout .sidebar .block-content ul{ margin-bottom: 0;}
.col2-left-layout .sidebar .block-content .empty{ padding: 0 15px;}
.col2-left-layout .sidebar .block-content li a:hover,.col2-left-layout .sidebar .block-content li.current a{  color: #000!important;   background: #eee;  }
.col2-left-layout .sidebar .block-content li a:hover strong,.col2-left-layout .sidebar .block-content li.current a strong{  color: #000!important;  }
.col2-left-layout .sidebar .block-title strong {
  padding-left: 15px;
  font-size: 24px;
  font-weight: 400;
  color: #000;
  padding: 10px 0 4px 15px;
  display: block;
}
.col2-left-layout .block.block-reorder .block-content{ padding: 0 15px; }
body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder p.product-name a{ display: inline;}
body.customer-account .sidebar ol#cart-sidebar-reorder li{ clear: both; }
body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder li input{ float: left; }
body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder li{ padding: 4px 0;}
.col2-left-layout .dashboard,.col2-left-layout .my-account{padding: 0 15px;
  border: 1px solid #ccc;}
  .col2-left-layout .my-account .dashboard{ border: 0 none; padding:0;}
  .block .actions a{ color: #2d8b04;}
  .dashboard .box-head a{ color: #2d8b04; }
  .table tr td a{ color: #2d8b04; }
  .welcome-msg p:not(:last-child){ margin-bottom: 15px;}
   .welcome-msg p:last-child{ margin-bottom: 0;}
   .col2-left-layout .dashboard .box-account,.col2-left-layout .my-account  .box-account{
  padding-bottom: 15px;
  border-bottom: 0 none;
  margin-bottom: 15px;
}
.col2-left-layout .dashboard a,.col2-left-layout .my-account a{ color: #2d8b04!important;}
.pager{ margin: 5px 0;}
.pager li{ height: 30px; width: 30px; margin-right:4px; border-radius: 5px; line-height: 28px!important; padding:0; text-align: center; border: 1px solid #ccc!important;}
.pager li a{ border:0 none; padding:0; background: none; border-radius: 0; }
.limiter select{  padding: 6px 0;
  border: 1px solid #ccc;
  border-radius: 5px; font-size: 14px;}
  .buttons-set{ margin: 10px 0;}
  .my-account  .form-list .control label{ padding-top: 10px!important;}
 body.customer-account .my-account .addresses-list h2{ font-size: 24px;}
 .buttons-set .back-link a{ color: #2d8b04; }
 .bodySection .container{   position: relative;
  max-width: 1260px;
  margin: 0 auto; }
  .account-create{  max-width: 410px;
  margin: 30px auto;
  padding: 0 20px 25px!important;
  border: 1px solid #ccc; 
  border-radius: 5px;}
 .account-create .fieldset,.customer-account-create .buttons-set{ margin-left: 0; color: #fff!important;}
 
 
 .cms-page-view .std p, .cms-no-route .std p{font-family: "Lato"; font-style: normal; font-weight: 400; font-size: 14px!important;}
  .cms-page-view .std p em, .cms-no-route .std p em{  font-style: normal; font-weight: 400; }
  .cms-page-view .std p a, .cms-no-route .std p a{ color: green;}
  .cms-page-view .std p a:hover, .cms-no-route .std p a:hover{ color: green; text-decoration: underline;}
  .cms-page-view .std p span, .cms-no-route .std p span{  font-style: normal; font-weight: 400; font-size: 14px!important;
  font-weight: normal;
}
 .cms-page-view .std h3.expand_wrapper a{ color: green; font-size: 16px;}
 
 .contacts-index-index .col-left.sidebar{ display: none}
 .contacts-index-index .main  .col-main {
  float: none;
  padding: 0px 20px 20px;
  margin: 0 auto;
  width: auto;
  border-radius:  5px;
}
#contactForm {
  padding-left: 0;
}
.contacts-index-index .main .col-main .input-text {
  width: 90%;
  max-width: none;
}
.contacts-index-index  p.required{ display: none; }
.contacts-index-index .main .col-main textarea.input-text{ height: 120px;}
.gmap{ border:1px solid #ccc; border-radius: 5px; margin-bottom: 20px;}
.gmap iframe{ width: 100%; height: 470px!important;}
.contacts-index-index address{ font-weight: normal;}
.contacts-index-index .buttons-set {
  margin-left: 30px;
  max-width: 86%;
  border: 0 none;
}

.postWrapper,.postTitle h3,.postDetails{ font-weight: normal;}
.postTitle h2{ font-weight: 600; }
.aw-blog-read-more{ margin-right: 5px;display: inline-block;}

#locations-wrapper { 
 /* padding: 23px;
  background-color: #eee;
  border: 1px solid #ccc;*/}
.closable-banner h1{ color: green!important;}
.closable-banner div  p{ margin-bottom: 0;}
.closable-banner div  p label{ margin-right: 5px;}
.locations-directions a{ line-height: 14px; color: green!important;}


#locations{ padding: 0;}
#locations .location{ padding: 20px 0; border-bottom: 1px solid #ccc;}
#locations .location:last-child{border-bottom: 0 none;}
#locations .location h3{ font-weight: 400; font-family: "Lato"; font-size: 14px; line-height:22px; color:#636363; margin-top:0; margin-bottom:0; } 
#locations .location h4{ font-size: 18px; font-weight: 600; background: #eee; padding: 5px 10px; margin-bottom: 15px; }
#locations .location p{ margin-bottom: 0;	}

.footerMenu{ padding: 15px 0; }
.footerMenu ul{ color:#fff; margin-bottom:0;}
.footerMenu ul li{ display: inline-block; margin:0 5px;}
.footerMenu ul li a{ display: inline-block; text-transform: uppercase; color:#fff; font-size: 14px;}
.footerMenu.text-center.blankBlog ul{ margin-bottom:0;}


.buttons-set .button{ color: #fff; }
.footerMenu  .block.block-subscribe{ text-align: center; margin: 0 0 15px; }
.footerMenu  .block.block-subscribe .actions{ text-align: center; display: inline-block; margin: 0 0 0 15px; vertical-align: top;}
.footerMenu  .block.block-subscribe .input-box{ text-align: left; display: inline-block;  vertical-align: top; }
.footerMenu  .block.block-subscribe .input-box input{   border: 1px solid #000; width: 300px; outline: 0 none!important; color: #000; }

/*delivery popup*/
#order {
  left: 40%;
  position: fixed;
  top:35%;
  z-index: 99;
  display:none;
}
#popuplink {
  background: none repeat scroll 0 0 #026937;
  color: #fff;
  float: none;
  margin: 2px 8px 8px 23px;
}
.product-image {
  margin-top: 25px;
  float:left;
}
.product-details {
  float: left;
  margin-left: 0 !important;
  width: 76%;
}
#popuplink:hover{background:#000!important;text-decoration:none;color:#fff!important;}
/* .product-name{text-align:left;} */
#popinModifyDelivery #order{position:relative;top:0}

#order #orderWrapper {
  float: left;
  padding: 4px;
  position: relative;
  width: 213px;
  box-shadow: 0 0 0 8px rgba(0,0,0,0.4);
  border-radius: 5px;
}
#order #orderContent {
  background: none repeat scroll 0 0 #ffbf00;
  float: left;
  width: 100%;
}

#popinModifyDelivery #order #orderContent {background:#000}

#order h1 { display: block; width:100%; height: 50px; line-height: 50px; vertical-align: middle; margin: 0 0 13px 0; background: transparent url('../images/bg-order-title.png') center bottom no-repeat; color:#fff; font-size:18px; font-weight:normal; font-family:"HelveticaNeueLTStd35Thin",Arial,Helvetica,sans-serif; letter-spacing:1px; text-transform: uppercase; text-align: center; z-index:2; }
/*** CHOIX DU MODE ***/  
#order .vae {
  background: none repeat scroll 0 0 #000000;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  float: left;
  font-size: 14px;
  height: 30px;
  line-height: 31px;
  margin: 7px auto 7px 18%;
  padding: 0 20px;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  width: 130px;
  text-align: center;
}

#order .vae:hover { background: green; }
#order .vae .arrow { display: block; float: left; width: 20px; height: 20px; margin: 5px 5px 0 0; background: transparent url('../images/bg-order-arrow.png') center bottom no-repeat; }
/*** ELEMENTS DU FORMULAIRE ***/ 
#orderFormHome {
  background: none;
  padding:8px;
  z-index: 2;
}
#order .vaeMode { font-size: 14px; color: #000; text-transform: uppercase; margin: 0 0 8px 0;text-align:left; font-weight: 600; }
#order .vaeMode a {
  background: url("../images/bg-link-arrow.png") no-repeat scroll 0 5px transparent;
  color: green;
  display: block;
  float: right;
  font-size: 10px;
  height: 12px;
  line-height: 17px;
  text-align: right;
  text-decoration: none;
  text-transform: none;
  vertical-align: middle;
  width: 50px;
}
#order #vaeMode a:hover{ text-decoration: underline; }
#order #delayOrder { font-size: 12px; text-transform: uppercase; text-align: center; margin: 8px 0; }
#order #delayOrder .delayDot { display:block; width: 32px; height: 1px; margin: 8px 0 0 0; background: transparent url('../images/bg-delay-dot.png') no-repeat; }
#order #delayOrder .delayDot:first-child { float: left; }
#order #delayOrder .delayDot:last-child { float: right; }
#order #delayOrder .delayText { }
  /*** ELEMENTS DU FORMULAIRE BIS***/  
#order label { display:block; padding:4px 0; color:#a19a8f; width: 193px; }
#order input, #order .selector { background: #333333; border: 2px solid #292929; width: 185px; height: 20px; line-height: 20px; vertical-align: middle; text-align: center; color: #fff; font-size: 14px; }
#order .selector { width: 183px; margin: 3px 0; position:relative;}
#order div.selector span { color: #fff; width: 185px; height: 20px; line-height: 20px; vertical-align: middle; font-size: 14px; background: transparent url('../images/bg-select-arrow.png') no-repeat; background-position: 168px 8px;display:block; }
#order .checkboxSkin { float:left; padding:0 3px 0 0; *padding:2px 3px 0 0; }
#order .labelCheckboxSkin { float:left; width:160px; padding:0 0 5px 0; }
#orderFormHome #orderFormSubmit {
  background: url("../images/bg-submit-arrow.png") no-repeat scroll 8px 3px green;
  border: medium none;
  border-radius: 2px;
  color: #000;
  display: block;
  font-size: 10px;
  height: 22px;
  left: 0;
  line-height: 22px;
  margin: 20px auto auto;
  padding: 0 15px 0 30px;
  right: 0;
  text-transform: uppercase;
  vertical-align: middle;
  width: 80px;
  z-index: 50;
}
#orderFormHome #orderFormSubmit.black{width: 120px; color: #fff;background: #000 url('../images/bg-submit-arrow-white.png') no-repeat;}
#orderFormHome #orderFormSubmit:hover{cursor:pointer}
#orderError { padding:6px 18px; margin:0 0 13px -23px; width:160px; }
/*oder city home page*/
.postcode,.shopcity{
  background: none repeat scroll 0 0 #333333;
  border: medium none;
  color: #fff;
  font-size: 13px;
  height:20px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.selector {
  margin: 3px 0;
  width: 183px;
}

#order input, #order .selector {
  background: none repeat scroll 0 0 #333333;
  border: 2px solid #292929;
  color: #fff;
  font-size: 14px;
  height: 25px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  width: 185px;
  margin-top:15px;
}
#overlay {background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);height: 100%;left: 0;position: fixed;top: 0;width: 100%;z-index: 9;display:none;}
#orderWrapper,#orderContent{ background: #fff!important; padding: 20px 0; }
#order .vae .arrow{ background: none; }
#orderFormHome #orderFormSubmit {
  background: url("../images/bg-submit-arrow.png") no-repeat scroll 8px 3px green;
  border: medium none;
  border-radius: 2px;
  color: #fff;
  display: block;
  font-size: 12px;
  height: 22px;
  left: 0;
  line-height: 22px;
  margin: 20px auto auto;
  padding: 0 15px 0 15px!important;
  right: 0;
  text-transform: uppercase;
  vertical-align: middle;
  width: 80px;
  z-index: 50;
  outline: 0 none;
}
#order .vae .arrow{ display: none;}
#orderFormHome #orderFormSubmit:focus{ outline: 0 none;}

.cart-error{ padding: 5px 10px; text-align: center; font-family: "Lato"; font-size: 14px; color: #fff; font-weight: normal; background: #F23A3A; border: 1px solid #AD1818;}

.customer-account-create .account-create label {
  color: #000;
}
.cart.display-single-price{ display: none; }
body.checkout-onepage-index{ background: #f3f3f3; color: #333;}
.opc.opc-firststep-billing > li,.opc-has-progressed-from-login .opc.opc-firststep-login > li{ display: inline-block; padding: 25px; background:#fff; width: 48%; vertical-align: top; margin-bottom: 10px; }
.opc.opc-firststep-billing > li:nth-child(2n),.opc-has-progressed-from-login .opc.opc-firststep-login > li:nth-child(2n){ margin-left: 3%;}
.opc li  input,.opc li  select{ color: #333; border: 1px solid #ccc; padding: 5px 10px; border-radius:5px;  }
.opc.opc-firststep-billing li  input:focus,.opc.opc-firststep-billing li .input-box select:focus{ outline: 0 none; border: 1px solid green; }
.opc .section.active .step-title,.opc .section .step-title{ border: 0 none;} 
.opc .section .step{padding: 0 0 0 10px;}
.opc.opc-firststep-billing .step.a-item{ margin-top: 20px;}

.checkout-onepage-index .form-list li label{ font-weight: normal; font-size: 14px; font-family: "Lato"; color: #333;}
.checkout-onepage-index .step-title h2{ font-weight: normal; font-size: 16px; font-family: "Lato"; color: #333;} 
.opc .section .step-title .number, .opc .section.allow.active .step-title .number, .no-touch .opc .section.allow:hover .step-title .number{ background: green; color: #fff;}
.opc .section.allow .step-title:hover h2, .opc .section.active .step-title h2,.opc .section.allow .step-title .number{ color: green;}
.opc .buttons-set {
  text-align: center;
  border: 0 none;
  padding-top: 20px;
}
.opc .buttons-set button.button{ float: none;}
.checkout-onepage-index .page-title h1,.checkout-onepage-index .page-title{ border: 0 none;}
.opc .section.allow .step-title h2{color: #333}
.form-list .control label:hover, .sp-methods dt label:hover, #checkout-shipping-method-load .sp-methods dd label:hover, #co-shipping-method-form .sp-methods dd label:hover, .product-options ul.options-list label:hover{ background: none;}
.form-list .control label, .sp-methods dt label, #checkout-shipping-method-load .sp-methods dd label, #co-shipping-method-form .sp-methods dd label, .product-options ul.options-list label{ background: none;}
.opc .section.allow .step-title .number,.opc .section.allow .step-title .number:hover{ background: green; color: #fff;}
.opc .section.allow .step-title .number{ font-weight: 400; font-size: 14px; font-family: "Lato"; background: green!important; color: #fff;}
.guide-line a{ color: green!important;}
.xdsoft_datetimepicker .xdsoft_calendar td:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div:hover,.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_current {
  background: green; 
  box-shadow: 0 1px 3px 0 green inset;
  color: #fff;
  font-weight: 700;
  opacity: 1 !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div:hover{

background: green;
  box-shadow: 0 1px 3px 0 green inset;
  color: #fff;
}
.xdsoft_datetimepicker .xdsoft_calendar td, .xdsoft_datetimepicker .xdsoft_calendar th {
  background: #000;
  border: 1px solid #dddddd;
  border-collapse: collapse;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  height: 25px;
  padding: 0;
  text-align: right;
  vertical-align: middle;
  width: 14.2857%;
}
.delivery-progress{ border: 1px solid #eee!important}
.xdsoft_datetimepicker .xdsoft_calendar td, .xdsoft_datetimepicker .xdsoft_calendar th{ text-align: center;}
.data-table td, .data-table th {
  padding: 5px 10px;
  vertical-align: top;
  font-size: 14px;
  font-family: "Lato";
} 
.data-table th{ font-weight: bold;}
.data-table tr.last td{ font-size: 16px;}
 #checkout-review-table .data-table tfoot{ border-top: 1px solid #ccc;}
.data-table tbody td, .data-table tfoot td{
  font-family: "Lato";}
  .data-table thead th, .data-table tbody td{ border: 0 none;}
  .products-grid .product-info{ clear:both; }
  .checkout-onepage-index .page-title h1, .checkout-onepage-index .page-title {
  border: 0 none;
  font-weight: normal;
} 
.product-collateral.toggle-content{ margin-bottom: 0;}

.product-view .toggle-tabs{ border: 0 none; background:  none; margin:0;}
.product-view .toggle-tabs li{ border-left: 1px solid #ccc!important; border-top: 1px solid #ccc!important; border-bottom: 0 none; border-radius: 5px 5px 0 0;}
.product-view .toggle-tabs li a{ background: #f6f6f6;}
.product-view .toggle-tabs li.active a,.product-collateral .toggle-tabs li.current > span,#customer-reviews h3 span.product-collateral .toggle-tabs li:hover > span{ background: #fff; color: green; color: green; font-family: "Lato";}
.product-view .toggle-tabs li:last-child{ border-right: 1px solid #ccc!important;}
.product-view .tab-container{ min-height: 250px; border: 1px solid #ccc!important; font-family: "Lato"; font-size: 14px;}
#customer-reviews h3,#customer-reviews h2{ font-family: "Lato";  font-size: 15px; color: #333; }
#customer-reviews h3 span{ color: green; }
#customer-reviews .fieldset .form-list label,#customer-reviews .fieldset h4{ font-family: "Lato";  font-size: 14px; color: #333;}
.product-view .tab-container .data-table th{ vertical-align: middle; font-family: "Lato";  font-size: 14px; color: #333;}
.product-collateral .toggle-tabs li.current span, .product-collateral .toggle-tabs li:hover span{ color: green;}
#customer-reviews .fieldset .form-list input[type="text"]:focus,#customer-reviews .fieldset .form-list input[type="password"]:focus,#customer-reviews .fieldset .form-list textarea:focus,.bodySection .product-view .add-to-cart .qty-wrapper .qty:focus,a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active,#customer-reviews h3 span{ border-color: green; font-family: "Lato"; }
#customer-reviews dl dd{ font-family: "Lato";  font-size: 14px;}
#customer-reviews dl dd .review-meta{ color: green; font-family: "Lato"; }
.bodySection a{ font-family: "Lato";  }
.footer-top{ position: relative; }
.mobileContact {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: "Lato";
  font-size: 16px;
  left: 70px;
  margin-top: -13px;
  padding: 0;
  position: fixed;
  background: #000;
  bottom: 18px;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  z-index: 9;
  line-height: 64px;
}
.mobileContact i{ font-size: 35px;}
.mobileContact .tooltip{ display: none;}
.mobileContact:hover .tooltip{ display: block; min-width:235px; bottom: 100%; left: 50%; margin-left: -75px;}
.tooltip.top .tooltip-arrow {left: 32%;}
.mobileContact .tooltip .tooltip-inner{ font-size: 14px; max-width: none; min-width: 180px; }
.review-summary-table tbody td label{ text-align: center;}
.review-summary-table tbody td label input{ text-align: center; display: inline-block;}
.customer-address-form .block-title{border-top:none;}
.cms-page-view .page-title h1,.contacts-index-index .page-title h1 {border:none;}
ul.text-center.brand li {display: inline-block;margin: 0 5px;}
ul.text-center.brand li img {width: 60px;height: 60px;}
iframe[name=google_conversion_frame]{display: none !important;}
#myCarousel ol li {
	margin-left: 0;
}
.cart-forms, .cart-totals-wrapper, .crosssell {float: left;}
.cart-page .cart-totals-wrapper {float: right;}
.cart-forms .discount {background-color: #fff;border:none;}
.cart-forms .discount .button2 span, .cart-forms .discount .button2 span span,.cart-forms .discount .button2 span:hover, .cart-forms .discount .button2 span span:hover {color: #222;}
