@charset "utf-8";
/* CSS Document */

/* GLOBAL
----------------------------------------------------------------------------------------------------*/
body {
	font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
	font-size: 0.9rem;
	line-height: 1.6;
	/*background: #fff url('/themes/valse/img/bg_main.jpg') no-repeat fixed center / cover;*/
	background: #fff;
	color: #231f20;
	
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
}
a, a:visited {
	color:#FF9A7D;
	text-decoration:none;
	outline:none;
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
a:hover {
	color:#825445;
	text-decoration:underline;
}
ul, ol, dl {
	font-size: 0.9rem;
}
ul {
	list-style-type:square;
}
p {
	font-size: 0.9rem;
	font-weight: normal;
	line-height: 1.6;
	text-align: justify;
}

table {
	border: 0;
	background: none;
}
table tr.even, table tr.alt, table tr:nth-of-type(2n) {
	background: none;
}
table tbody tr th, table tbody tr td {
	vertical-align: top;
	font-size: 0.9rem;
	padding: 1rem 1.33rem;
	line-height: 1.5;
}
label {
	font-size: 0.9rem;
	color: #222;
}
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
	font-size: 0.9rem;
	border: 1px solid #e5e5e5;
}
input[type="submit"].button {
    background-color: #FFC2AF;
    border-radius: 4px;
    text-transform: uppercase;
    color: #fff;
}
input[type="submit"].button:hover, input[type="submit"].button:focus {
    background-color: #FF9A7D;
}
textarea {
	margin-bottom: 1rem;
}
.button, a.button {
	font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
	font-weight: 600;
	letter-spacing: 0.5px;
    font-size: 0.9rem;
    padding: 0.7rem 1.1rem;
    color: #fff;
    border-radius: 2px;
    background-color: #FFC2AF;
    text-transform: uppercase;
}
.button:hover, a.button:hover, .button:focus, a.button:focus {
	background-color: #FF9A7D;
	text-decoration: none;
}
.section_separator {
	margin-bottom:1rem;
	border-bottom:1px dotted #e0e0e0;
	padding-bottom:1rem;
}
.disabled {
	background-color:#efefef;
}
.disappear {
	display: none;
}
.vertical-divider {
    border-left: 2px solid #a5a5a5;
    height: 1rem;
    /*position: absolute;*/
    position: relative;
    left: 50%;
    margin-left: -1px;
    top: 0;
}
.vertical-divider.gap-10 {
    padding-bottom: 1rem;
}
.vertical-divider.gap-15 {
    padding-bottom: 1.5rem;
}
.vertical-divider.gap-20 {
    padding-bottom: 2rem;
}
.vertical-divider.gap-25 {
    padding-bottom: 2.5rem;
}
.vertical-divider.gap-30 {
    padding-bottom: 3rem;
}
.vertical-divider.gap-35 {
    padding-bottom: 3.5rem;
}
.vertical-divider.gap-40 {
    padding-bottom: 4rem;
}
.vertical-divider.gap-45 {
    padding-bottom: 4.5rem;
}
.vertical-divider.gap-50 {
    padding-bottom: 5rem;
}
.productbrand_title{
	text-align:center;
}
.product_box {
    border: 1px solid #dfdfdf;
    padding: 0.5rem;
    text-align: center;
}
.formError .formErrorContent {
    left: -102px;
    box-shadow: 0 0 6px #bfbfbf !important;
    border: 0 !important;
}
.formError .formErrorArrow div {
    box-shadow: 0 1px 4px #bfbfbf !important;
}
.grow img {
 	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
	padding: 0.5rem;
	margin-bottom: 0.5rem;
}
 
.grow img:hover {
  	-webkit-transform:scale(1.2);
	transform:scale(1.2);
}
.full_width {
    width: 100%;
}
.row {
    max-width: 1200px;
}
.header_bg {
    /*background: #fff url('/themes/valse/img/bg_main.jpg') no-repeat fixed center / cover;*/
    background: #fff;
    z-index: 5000;
    border-bottom: 1px solid #e6e6e6;
    height: 6rem;
}

@media only screen and (max-width: 64em) {
	.header_bg {
		border-bottom: 0 !important;
	}
}

@media only screen and (min-width: 64.063em) {
	#SearchWrapper {
	    margin-top: 5px;
        padding: 0;
        width: 18rem;
        box-shadow: 0 7px 15px rgba(0,0,0,0.3);
        right: 2rem;
        position: relative;
	}
	#SearchWrapper input {
	    margin-bottom: 0;
	    padding-right: 0.5rem !important;
	}
	#SearchWrapper .searchspan {
	    display: none;
	}
	.ui-autocomplete {
        top: 6.9rem !important;
        z-index: 5000 !important;
    }
}

.rateit .rateit-range {
    width: auto !important;
}

/* COMMON BLOCKS
----------------------------------------------------------------------------------------------------*/
.common_block {
	padding:0.9rem 1.6rem;
    background-color:#f9f9f9;
    height: inherit;
    margin-bottom: 0.67rem;
}
.common_block h2 {
	font-weight: bold;
	font-size: 1.05rem;
}
.common_block ul li {
	margin-bottom: 0.33rem;
}

/* WIDGETS
----------------------------------------------------------------------------------------------------*/
.widget {
	padding: 1rem 1.33rem;
    display: block;
    margin-bottom: 0.67rem;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
}
.widget h1 {
	border-bottom: 0 !important;
    color: #231f20 !important;
    font-size: 1.5rem !important;
    font-weight: 400 !important;
    margin: 0 0 0.7rem !important;
    padding-bottom: 0rem !important;
    text-transform: uppercase !important;
}
.widget > ul {
	margin-left: 0;
	list-style-type: none;
}
.widget ul:last-child {
	margin-bottom: 0;
}
.widget ul li {
    font-size: 0.9rem;
    margin-bottom: 0.67rem;
}
.widget ul.simple_list li {
    margin-bottom: 0.33rem;
}
.widget ul li .subtitle {
	color: #999;
    display: block;
    font-size: 0.75rem;
}
.widget ul li li, .widget ol li li {
	margin: 0.33rem 0;
}
.widget .more_link {
	margin-top: 1.33rem;
}
.widget .more_link a {
    font-size: 0.75rem;
	color: #909090;
}

/* HEADER
----------------------------------------------------------------------------------------------------*/
#header_wrapper {
}
#header_wrapper .tab-bar h1 {
	font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
	font-weight: normal;
	font-size: 0.9rem;
}
#header_wrapper ul.off-canvas-list li label {
	font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
	font-weight: normal;
	border-top: 1px solid #B68878;
	background: #B68878;
	color: #fff;
	font-weight: 600;
}
#header_wrapper ul.off-canvas-list li a {
	padding: 0.66667rem 0.9375rem;
	border-bottom: 1px solid #eaeaea;
    color: #825445;
    font-weight: 600;
}
#header_wrapper ul.off-canvas-list li a:hover {
    background: #f7f7f7;
}
#header_wrapper aside.left-off-canvas-menu {
    background: #fff;
    box-shadow: 4px 0 10px rgba(0,0,0,0.1);
    z-index: 1005;
    height: 100vh;
}
#header_wrapper .left-submenu .back > a {
    background: #f0f0f0;
    border-top: 0;
}
#header_wrapper .left-submenu {
    background: #fff;
}
#header {
	max-width: 1200px;
	padding:0.3rem 0 0;
}
#header #top_links {
	margin-top:0.3rem;
}
#header #logo {
}
#header #welcome {
	display: inline-block;
    margin-right: 1.33rem;
}
#header .separator {
	margin: 0 0.35rem;
}
#header .socials li .fa {
	font-size: 1.2rem;
	transition: all 0.4s ease 0s;
	color: #777;
}
#header #top_links a {
    color: #777;
}
.off-canvas-wrap.move-left {
  position: fixed;
  height: 100%;
  overflow-y: scroll !important;
  .inner-wrap {
    height: auto;  
    overflow: scroll;  
  }
}
.off-canvas-wrap.move-right {
  position: fixed;
  height: 100%;
  overflow-y: scroll !important;
  .inner-wrap {
    height: auto;
    overflow: scroll;
  }
}
button.expand, .button.expand {
    padding-bottom: 8px !important;
}
button.alert, .button.alert {
    background-color: #777 !important;
    border-color: #777 !important;
    border-radius: 0;
}
.search_text{
	padding: 0px 2rem 0 0.9375rem !important;
	border-radius: 0.2rem !important;
	
}
.shopping-cart{
	margin: -5px 4.063rem !important;
}
.button_checkout {
	/* background-color:#cc0000; */
	float: right;
}
.searchspan {
    float: right;
    margin-right: 0.7rem;
	margin-top: -2.6rem;
    position: relative;
    z-index: 2;
    color: #4f4f4f;
}
input#search_bar::placeholder {
    text-align: left;
}
.tab-bar {
    border-bottom: 1px solid #e6e6e6;
    background: inherit;
    color: #231f20;
    background: #fff url('/themes/valse/img/bg_main.jpg') no-repeat fixed center / cover;
}
.left-small {
    border-right: none;
}
.tab-bar .menu-icon span::after {
    box-shadow: 0 0 0 1px #231f20,0 7px 0 1px #231f20,0 14px 0 1px #231f20;
}

/*-------Toggle menu--------*/
.togglemenu {
	  display: none;
	  width: 100%;
}
.togglemenu ul {
	  list-style: none;
	  margin: 0;
	  padding: 0;
	  text-align: center;
	  border: 1px solid #ddd;
}
.togglemenu ul li {
	  color: #777;
	  font-size: 12px;
	  letter-spacing: 2px;
	  padding: 15px 0;
	  text-transform: uppercase;
}
.togglemenu ul li:hover { 
	  color: #333;
}
.togglemenu a {
	  text-decoration: none;
	  color: #fff;
}
.toggle {
	color: #BDBCBC !important;
}
#header_second {
	max-width: 1200px; 
	margin-top: 0.5rem;
}
#header_second ul#social_top {
    list-style: none;
    margin: 0 1rem;
}

#header_second ul#social_top li {
    display: inline-block;
    margin-left: 0.3rem;
}

#header_second ul#social_top li a {
	display: inline-block;
	padding: 0;
	border-radius: 100%;
	background: #fff;
	border: 1px solid #dfdfdf;
	width: 2rem;
	height: 2rem;
	color: #b56f53;
	text-align: center;
}

#header_second ul#social_top li a i {
    height: 0.3rem !important;
    top: 3px;
    position: relative;
    left: 0.5px;
}

#header_second #logo {
	margin-top: 0.3rem;
}
#header_second #logo img {
    margin-top: -1.2rem;
    background: #fff;
    padding: 0.5rem 1rem;
    border-radius: 17px;
    box-shadow: 9px 20px 13px rgba(0,0,0,0.08);
}
#header_second .search {
	margin-top: 0.2rem;
}
#header_second .cart {
	margin-top: 1.2rem;
	margin-bottom: 0.4rem;
	text-align: right;
}
#header_second .cart .fa-shopping-cart {
}
#header_second .cart span#welcome {
    margin-right: 0.4rem;
}
#header_second .cart a {
	margin: 0 0.4rem;
}
#header_second .cart a:last-of-type {
	margin: 0 0 0 0.4rem;
}
#header_second .cart .separator {
	color: #c6c6c6;
	font-weight: 300;
}

@media only screen and (max-width: 64em) {
	#header_wrapper {
		margin-top: 3.5rem !important;
	}
}
/*@media only screen and (max-width: 40em) {
	.fixed_checkout {
		width: 100% !important;
		background: #fff;
		padding: 0 0.9rem;
		top: 2.8rem;
	}
	.fixed_button {
		margin-bottom: 0.5rem !important;
	}
	.fixed_cart {
		margin-top: 0.5rem !important;
	}
}*/

/* PAGE HERO
----------------------------------------------------------------------------------------------------*/
#page_hero {
    background: #000 url('../img/banner_hero_kelly.png') no-repeat center / cover !important;
    height: 300px;
    margin-top: 4.5rem;
}

#page_hero #hero_title {
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    margin-top: 7rem;
    text-shadow: 0px 0px 5px #000;
    line-height: 1.25;
    padding: 0 8rem;
}

#page_hero #hero_subtitle {
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    text-shadow: 0px 0px 5px #000;
}

@media only screen and (max-width: 64em) {
	#page_hero {
        margin-top: 7rem;
	}
	#page_hero #hero_title {
	    padding: 0;
    }
}


/* TOP NAVIGATION
----------------------------------------------------------------------------------------------------*/

/*
#nav_main {
	margin-top: 0.5rem;
	margin-bottom: 1rem;
}
#nav_main.contain-to-grid {
	background: transparent;
	border-bottom: 1px solid #ddd;
}
#nav_main .top-bar {
	max-width: 1170px;
	background-color: transparent;
}
#nav_main .top-bar-section ul li {
	background-color: transparent;
	padding : 0 0.1rem;
}
#nav_main .top-bar-section ul li > a {
	color: #3d3d3d;
	font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    font-size: 0.9rem;
}
#nav_main .top-bar-section > ul > li > a {
	font-size: 0.9rem;	
}
#nav_main .top-bar-section ul li.active > a {
	color: #007CF9;
}
#nav_main .top-bar-section li:not(.has-form) a:not(.button) {
	background-color: transparent;
}
#nav_main .top-bar-section li:not(.has-form) a:not(.button):hover {
	background: transparent;
}
#nav_main .top-bar-section .highlights:hover:not(.has-form) > a:not(.button) {
	background: #FFC000 !important;
	color:#000;
	-webkit-box-shadow: 7px 5px 20px -12px rgba(0,0,0,0.75);
	-moz-box-shadow: 7px 5px 20px -12px rgba(0,0,0,0.75);
	box-shadow: 7px 5px 20px -12px rgba(0,0,0,0.75);	
}

#nav_main .top-bar-section .highlights {
	margin-left : 
}

#nav_main .top-bar-section .highlights_dropdown{
	border: 3px solid #FFD42A;
	color : #FFC000;
	margin-left : 0rem;
}
#nav_main .top-bar-section .skinproblems:hover:not(.has-form) > a:not(.button) {
	background: #00B050 !important;
	color:#000;
	
	-webkit-box-shadow: 7px 5px 20px -12px rgba(0,0,0,0.75);
	-moz-box-shadow: 7px 5px 20px -12px rgba(0,0,0,0.75);
	box-shadow: 7px 5px 20px -12px rgba(0,0,0,0.75);
}
#nav_main .top-bar-section .skinproblems_dropdown{
	border : 3px solid #99FF99;
	color : #00B050;
	margin-left : 0rem;
}
#nav_main .top-bar-section .expresskits:hover:not(.has-form) > a:not(.button) {
	background: #7030A0 !important;
	color:#000;
	
	-webkit-box-shadow: 7px 5px 20px -12px rgba(0,0,0,0.75);
	-moz-box-shadow: 7px 5px 20px -12px rgba(0,0,0,0.75);
	box-shadow: 7px 5px 20px -12px rgba(0,0,0,0.75);
}
#nav_main .top-bar-section .expresskits_dropdown{
	border: 3px solid #B3A2C7;
	color : #7030A0;
	margin-left : 0rem;
}
#nav_main .top-bar-section .products:hover:not(.has-form) > a:not(.button) {
	background: #0070C0 !important;
	color:#000;
	
	-webkit-box-shadow: 7px 5px 20px -12px rgba(0,0,0,0.75);
	-moz-box-shadow: 7px 5px 20px -12px rgba(0,0,0,0.75);
	box-shadow: 7px 5px 20px -12px rgba(0,0,0,0.75);
}
#nav_main .top-bar-section .products_dropdown {
	border : 3px solid #95B3D7;
	color : #0070C0;
	margin-left : 0rem;
}

#nav_main .top-bar-section .products_dropdown li > a > strong{
	color : #0070C0;
}

#nav_main .top-bar-section .treatments:hover:not(.has-form) > a:not(.button) {
	background: #C00000 !important;
	color:#000;
	
	-webkit-box-shadow: 7px 5px 20px -12px rgba(0,0,0,0.75);
	-moz-box-shadow: 7px 5px 20px -12px rgba(0,0,0,0.75);
	box-shadow: 7px 5px 20px -12px rgba(0,0,0,0.75);
}
#nav_main .top-bar-section .treatments_dropdown{
	border: 3px solid #D99694;
	color : #C00000;
	margin-left : 0rem;
}
#nav_main .top-bar-section .location:hover:not(.has-form) > a:not(.button) {
	background: #E46C0A !important;
	color:#000;	
	
	-webkit-box-shadow: 7px 5px 20px -12px rgba(0,0,0,0.75);
	-moz-box-shadow: 7px 5px 20px -12px rgba(0,0,0,0.75);
	box-shadow: 7px 5px 20px -12px rgba(0,0,0,0.75);
}
#nav_main .top-bar-section .location_dropdown{
	border: 3px solid #FAC090;
	color : #E46C0A
	margin-left : 0rem;
}
#nav_main .top-bar-section li:not(.has-form) .business:hover:not(.button) {
	background: #7F7F7F !important;
	color:#000;	
	
	-webkit-box-shadow: 7px 5px 20px -12px rgba(0,0,0,0.75);
	-moz-box-shadow: 7px 5px 20px -12px rgba(0,0,0,0.75);
	box-shadow: 7px 5px 20px -12px rgba(0,0,0,0.75);
}
#nav_main .top-bar-section li:not(.has-form) .home:hover:not(.button) {
	background: #948A54 !important;
	color:#000;
	
	-webkit-box-shadow: 7px 5px 20px -12px rgba(0,0,0,0.75);
	-moz-box-shadow: 7px 5px 20px -12px rgba(0,0,0,0.75);
	box-shadow: 7px 5px 20px -12px rgba(0,0,0,0.75);
}
#nav_main .top-bar-section .has-dropdown > a {
	padding-right: 2.18rem !important;
}
#nav_main .top-bar-section ul li:hover:not(.has-form) > a {
	color: #777;
}
#nav_main .no-js .top-bar-section ul li:hover > a {
	color: #777;
}
#nav_main .top-bar-section .has-dropdown > a::after {
	border-color: rgba(0, 0, 0, 0.65) transparent transparent;
	border-width: 4px;
	top: 1.45625rem;
	
}

#nav_main .top-bar-section .dropdown {
	top: 44px;
	background-color: #FFF;
	margin-left : 0.4rem;
	width : 1150 !important;
	padding: 0.5rem 0px;
	-webkit-box-shadow: 7px 5px 20px -12px rgba(0,0,0,0.75);
	-moz-box-shadow: 7px 5px 20px -12px rgba(0,0,0,0.75);
	box-shadow: 7px 5px 20px -12px rgba(0,0,0,0.75), 0 0 30px 20px #f7f7f7 inset;
}


#nav_main .top-bar-section .dropdown li strong {
	font-size : 0.8em;
	margin-left : 0.9rem;
}

#nav_main .top-bar-section .dropdown li a strong {
	font-size : 1em;
	margin-left : 0rem;
}

#nav_main .top-bar-section .dropdown li a{
	margin : -0.5rem 0;
}

#nav_main .top-bar-section .dropdown .dropdown {
	top: 0;
	background-color: #f7f7f7;
} 

.top-bar-section .dropdown li label {
	color: #fff;
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
    text-align: center;
}
*/

/*******************************************************/
#nav_main {
    /*border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 0.4rem;
    box-shadow: 0 7px 9px rgba(0,0,0,0.05);*/
    margin-bottom: 0;
    margin-top: 0.2rem;
}
#nav_main_wrapper {
	/*max-width : 1200px;*/
	margin : 0 auto;
}

#nav_wrapper {
	max-width : 100%;
	margin : 0 auto;
}

#main_nav_bar {
  width: 100%;
  background: transparent;
  padding: 0;
  margin: 0;
  position:relative;
}

#main_nav_bar .main_ul {
  background: transparent;
  list-style:none;
  padding:0;
  margin: 0;
  height: 47px;
}

#main_nav_bar > .main_ul {
  text-align: right;
}

#main_nav_bar > .main_ul > li > ul{
  text-align: left;
  margin-left: 0;
}

#main_nav_bar ul li ul, #main_nav_bar ul li ol {
  margin-left: 0;
  margin-bottom: 1rem;
}

#main_nav_bar > .main_ul > li > ul h1 {
    text-transform: uppercase;
    font-size: 1.1rem;
    font-weight: bold;
    margin: 0 0 0.2rem;
}

#main_nav_bar > .main_ul > li > ul h1.sub {
    /*margin-top: 1rem;*/
}

#main_nav_bar > .main_ul > li > ul h2 {
    font-size: 0.9rem;
    font-weight: bold;
    margin-top: 1.6rem;
    margin-bottom: 0;
}

#main_nav_bar > .main_ul > li > ul .bottom_part {
    margin-top: 1.5rem;
}

#main_nav_bar .main_ul li {
  display: inline-block;
  position: relative;
}

#main_nav_bar .main_ul li .dropdown li {
	display: block;
	padding : 0.25rem 0;
}

#main_nav_bar .main_ul li .dropdown ul.multi_column {
    column-count: 3
}

#main_nav_bar .main_ul li .dropdown ul.multi_column > li {
    display: block;
}

#main_nav_bar .main_ul > li > a {
  color:#333333;
  display:block;
  padding:0px 20px;
  text-decoration:none;
  height: auto;
  line-height: 3rem;
  z-index : 99;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: none !important;
}

#main_nav_bar .main_ul > li > .dropdown > li {
}

#main_nav_bar ul li:hover > a{
    color:#FFFFFF;
}

#main_nav_bar ul li:hover > ul {
  display:block;
}

#main_nav_bar {
	background-color: transparent;
}

#main_nav_bar  ul li > a {
	color: #3d3d3d;
	font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
	font-size: 0.9375rem;	
}
#main_nav_bar  ul li.active > a {
	color: #007CF9;
}
#main_nav_bar  li:not(.has-form) a:not(.button) {
	background-color: transparent;
}
#main_nav_bar  li:not(.has-form) a:not(.button):hover {
	background: transparent;
}
#main_nav_bar  .highlights:hover:not(.has-form) > a:not(.button) {
	/*background: #FFC000 !important;
	color:#FFF;
	-webkit-box-shadow: 7px 5px 20px -12px rgba(0,0,0,0.75);
	-moz-box-shadow: 7px 5px 20px -12px rgba(0,0,0,0.75);
	box-shadow: 7px 5px 20px -12px rgba(0,0,0,0.75);*/
}

#main_nav_bar  .highlights_dropdown{
	/*border: 3px solid #FFD42A;
	color : #FFC000;
	margin-left : 0rem;*/
}

#main_nav_bar .first_col {
	margin-left: -2.8rem !important;
}

#main_nav_bar  .skinproblems:hover:not(.has-form) > a:not(.button) {
	/*background: #00B050 !important;
	color:#FFF;*/
	
	-webkit-box-shadow: 7px 5px 20px -12px rgba(0,0,0,0.75);
	-moz-box-shadow: 7px 5px 20px -12px rgba(0,0,0,0.75);
	box-shadow: 7px 5px 20px -12px rgba(0,0,0,0.75);
}
#main_nav_bar  .skinproblems_dropdown{
	border: 1px solid #e6e6e6;
    margin-left: 0rem;
}
#main_nav_bar  .expresskits:hover:not(.has-form) > a:not(.button) {
	/*background: #7030A0 !important;
	color:#FFF;*/
	
	-webkit-box-shadow: 7px 5px 20px -12px rgba(0,0,0,0.75);
	-moz-box-shadow: 7px 5px 20px -12px rgba(0,0,0,0.75);
	box-shadow: 7px 5px 20px -12px rgba(0,0,0,0.75);
}
#main_nav_bar  .expresskits_dropdown{
	border: 1px solid #e6e6e6;
    margin-left: 0rem;
}
#main_nav_bar  .products:hover:not(.has-form) > a:not(.button) {
	/*background: #0070C0 !important;
	color:#FFF;*/
	
	-webkit-box-shadow: 7px 5px 20px -12px rgba(0,0,0,0.75);
	-moz-box-shadow: 7px 5px 20px -12px rgba(0,0,0,0.75);
	box-shadow: 7px 5px 20px -12px rgba(0,0,0,0.75);
}
#main_nav_bar  .products_dropdown {
	border: 1px solid #e6e6e6;
    margin-left: 0rem;
}

#main_nav_bar  .products_dropdown li > a > strong{
	/*color : #0070C0;*/
}

#main_nav_bar  .treatments:hover:not(.has-form) > a:not(.button) {
	/*background: #C00000 !important;
	color:#FFF;*/
	
	-webkit-box-shadow: 7px 5px 20px -12px rgba(0,0,0,0.75);
	-moz-box-shadow: 7px 5px 20px -12px rgba(0,0,0,0.75);
	box-shadow: 7px 5px 20px -12px rgba(0,0,0,0.75);
}
#main_nav_bar  .treatments_dropdown{
	border: 1px solid #e6e6e6;
    margin-left: 0rem;
}
#main_nav_bar  .location:hover:not(.has-form) > a:not(.button) {
	/*background: #E46C0A !important;
	color:#FFF;	*/
	
	-webkit-box-shadow: 7px 5px 20px -12px rgba(0,0,0,0.75);
	-moz-box-shadow: 7px 5px 20px -12px rgba(0,0,0,0.75);
	box-shadow: 7px 5px 20px -12px rgba(0,0,0,0.75);
}
#main_nav_bar  .location_dropdown {
	/*border: 3px solid #FAC090;
	color : #E46C0A;
	margin-left : 0rem;*/
}
 	
#main_nav_bar  li:not(.has-form) .business:hover:not(.button) {
	/*background: #7F7F7F !important;
	color:#FFF;	*/
	
	-webkit-box-shadow: 7px 5px 20px -12px rgba(0,0,0,0.75);
	-moz-box-shadow: 7px 5px 20px -12px rgba(0,0,0,0.75);
	box-shadow: 7px 5px 20px -12px rgba(0,0,0,0.75);
}
#main_nav_bar  li:not(.has-form) .home:hover:not(.button) {
	/*background: #948A54 !important;
	color:#FFF;*/
	
	-webkit-box-shadow: 7px 5px 20px -12px rgba(0,0,0,0.75);
	-moz-box-shadow: 7px 5px 20px -12px rgba(0,0,0,0.75);
	box-shadow: 7px 5px 20px -12px rgba(0,0,0,0.75);
}
#main_nav_bar  .has-dropdown > a {
	padding-right: 2.18rem !important;
}

#main_nav_bar .main_ul li .dropdown li > a {
    margin : 0;
}

#main_nav_bar  ul li:hover:not(.has-form) > a {
	color: #777;
}
#main_nav_bar .no-js  ul li:hover > a {
	color: #777;
}
#main_nav_bar  .has-dropdown > a::after {
	border-color: rgba(0, 0, 0, 0.65) transparent transparent;
	border-width: 4px;
	top: 1.45625rem;
}

#main_nav_bar  .dropdown {
	top: 47.5px;
	height : auto;
	background-color: #FFF;
	padding: 0.9375rem 1.35rem 0.9375rem;
	left: 0px;
  	z-index : 100;
  	display:none;
  	width: 15rem;
  	position: absolute;
	-webkit-box-shadow: 7px 5px 20px -12px rgba(0,0,0,0.75);
	-moz-box-shadow: 7px 5px 20px -12px rgba(0,0,0,0.75);
	box-shadow: 7px 5px 20px -12px rgba(0,0,0,0.75), 0 0 30px 20px #f7f7f7 inset;
}
#main_nav_bar  .dropdown.mini {
    width: 15rem;
}

#main_nav_bar  .dropdown img{
	width : 100% !important;
	height : auto !important;
}

#main_nav_bar  .dropdown li strong {
	font-size : 1em;
	margin-left : 0.9rem;
}

#main_nav_bar  .dropdown li a strong {
	font-size : 1em;
	margin-left : 0rem;
}

#main_nav_bar  .dropdown li a{
	margin-left : 0;
}

#main_nav_bar  .dropdown .dropdown {
	top: 0;
	background-color: #f7f7f7;
} 

 #main_nav_bar.dropdown li label {
	color: #fff;
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
    text-align: center;
}

#main_nav_bar #common_quote a {
    color: #FF9A7D;
}

/* BREADCRUMB
----------------------------------------------------------------------------------------------------*/
#breadcrumbs_wrapper {
	/*border-bottom: 1px solid #e6e6e6;*/
	border-radius: 0;
    margin-bottom: 1rem;
    padding: 0px;
    /*background-color: #f9f9f9;*/
    margin-top: 1rem;
}

@media only screen and (max-width: 64em) {
	#breadcrumbs_wrapper {
		/*margin-top: 6.1rem !important;*/
	}
}

.breadcrumbs {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px 0.9375rem;
}
.breadcrumbs > * {
	text-transform: none;
    font-size: 0.8rem;
    line-height: 2rem;
}
.breadcrumbs > *:before {
	color: #bfbfbf;
    content: "/";
    margin: 0 0.7rem;
    top:0;
}
.breadcrumbs > * a {
	color: #825445;
	line-height: 3.4;
}
.breadcrumbs > .current a {
	/*color: #808080;*/
}
.breadcrumbs > *:hover a, .breadcrumbs > *:focus a {
	text-decoration: underline;
}

/* MAIN FRAMES
----------------------------------------------------------------------------------------------------*/
#main_wrapper {
	max-width: 100%;
	margin-bottom: 1.5rem;
	min-height: 20rem;
}
#main_wrapper #main_content_wrapper {
	margin-bottom: 1rem;
}
#main_wrapper #main_content_wrapper h1 {
	margin-top: 0;
	margin-bottom: 1rem;
	font-size: 2rem;
    font-weight: 300;
    text-transform: uppercase;
}
#main_wrapper #main_content_wrapper > h1 {
	border-bottom: 1px solid #e6e6e6;
    margin: 0 0 0.5rem;
    padding-bottom: 0.5rem;
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: bold;
}
#main_wrapper #main_content_wrapper h2 {
	font-size: 1.4rem !important;
    font-weight: 300;
}

@media only screen and (max-width: 40em) {
	#main_wrapper {
		min-height: unset;
	}
}

/* FOOTER
----------------------------------------------------------------------------------------------------*/
/*@media only screen and (max-width:40.063em) {
	#footer_wrapper {
		color: #FFF !important;
		background: #777 !important;
	}
	#footer_wrapper #footer h1, #footer_wrapper #footer a {
		color: #FFF !important;
	}
}*/

#footer_wrapper {
	/*background-color: #77C9D4;*/
	background-color: #664335;
	padding: 2.5rem 0;
	margin-top: 1rem;
	color: #fff;	
	font-size: 0.9rem;
}
#footer_wrapper #footer {
	max-width: 1200px;
}
#footer_wrapper #footer h1 {
	/*color: #333;*/
	color: #fff;
	margin:0 0 0.8rem;
	font-size: 0.97rem;
	font-weight: 600;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}
#footer_wrapper #footer ul {
	list-style: none;
	margin-left: 0;
	margin-bottom: 0.5rem;
	padding-bottom: 0.7rem;
	font-size: 0.9rem;
}
#footer_wrapper #footer ul li {
	margin-bottom: 0.25rem;
}
#footer_wrapper #footer a {
	/*color: #777;*/
	color: #fff;
}
#footer_wrapper #footer a:hover {
	color: #fff;
	text-decoration: underline;
}
#footer_wrapper #footer ul.socials {
	list-style: outside none none;
	position: relative;
	margin-bottom: 0.3rem;
    padding-bottom: 0;
}
#footer_wrapper #footer ul.socials li {
	display: inline-block;
	padding: 0 1rem;
	font-size: 0.8rem;
}
@media only screen and (min-width: 40.063em) {
	#footer_wrapper #footer ul.socials li {
		padding: 0 2rem 0 0 !important;
	}
}

#footer_wrapper #footer ul.socials li:last-of-type {
	/*padding-right: 0;*/
}
#footer_wrapper #footer ul.socials li a {
	display: block;
}
#footer_wrapper #footer_bottom {
	margin: 0 auto;
	max-width: 1200px;
	padding: 0.8rem 0;
}
#footer_wrapper #footer_bottom a {
	color: #fff;
	text-decoration: underline;
}
#footer_wrapper #footer_bottom #quick_links {
    margin-bottom: 0.5rem;
}
#footer_wrapper #footer_bottom #powered {
	font-size: 0.7rem;
	margin-top:0.1rem;
}
#footer_wrapper #footer_bottom #powered a {
	color: #fff;
	text-decoration: underline;
}
#footer_wrapper #footer_bottom_wrapper {
	/*background:#fff;
	color: #231f20;	*/
}

@media only screen and (max-width: 40em) {
	.footer_contact p {
		
	}
}

/* PAGINATION
----------------------------------------------------------------------------------------------------*/
.pagination_wrapper {
	display: inline-block;
    margin-bottom: 1rem;
}
.pagination_wrapper .pagination li.current a {
	background: #664335;
}
.pagination_wrapper .pagination li {

}
.pagination_wrapper .pagination li > a {
	font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
	font-size: 0.9rem;
	color: #303030;
	padding:0.2rem 0.62rem;
	background: #efefef
}
.pagination_wrapper .pagination li > a:hover {
	background: #d9d9d9;
}
.pagination_wrapper .pagination li.current a:hover, .pagination li a:hover {
	background: #FF9A7D;
}
.pagination_wrapper .pagination li.disabled > a {
  background: none repeat scroll 0 0 #efefef;
  color: #909090;
  cursor: default;
}
.pagination_wrapper .pagination li.dots > a {
  background: none repeat scroll 0 0 #efefef;
  color: #303030;
  cursor: default;
}

/* FORM
----------------------------------------------------------------------------------------------------*/
.common_form {
}
.common_form.common_block {
	/*padding:1.5rem 2rem;*/
	padding: 0;
    background-color: transparent;
    height: auto;
    margin-bottom: 0;
}
.common_form textarea {
	height: 10rem;
}
.common_form hr {
	margin: 0 0 1rem;
}
.label_required {
	color: #CC0000;
    display: inline-block;
    margin-left: 0.2rem;
}
@media only screen and (max-width: 64em) {
	.common_form label.inline, .common_form label.inline-long {
		margin: 0 0 0.3rem;
		padding: 0;
	}
}

/* VALIDATION
----------------------------------------------------------------------------------------------------*/
#frm label.error {
	margin-left: 10px;
	width: auto;
	display: inline;
}
form.cmxform label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: #c22;
	margin-left:7px;
	font-style: italic
}
.block {
	display: block;
}
form.cmxform label.error {
	display: none;
}

/* CRUD SEACRH
----------------------------------------------------------------------------------------------------*/
#search_box {
	padding:15px 20px 15px;
	border:3px solid #ddd;
	border-radius:6px;
	background-color:#eee;
	margin-bottom:22px;
}
.search_initial {
	border: 3px solid #e9e9e9 !important;
	background-color:#f3f3f3 !important;
    border-radius: 0 0 0 0 !important;
}
#search_box h2 {
	display: inline-block;
	margin-bottom:0;
}
#search_box #search_trigger_box {
	display: inline-block;
    font-size: 11px;
    margin-left: 6px;
    position: relative;
    top: -1px;
}
#search_box #search_content {
	margin-top:5px;
}
#search_box table {
	width:100%;
}

/* MEMBER
----------------------------------------------------------------------------------------------------*/
.member_table {
	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd;
	width:100%;
	margin-top:10px;
}
.member_table a {
}
.member_table .member_detail a {
	color:#cc0000;
}
.member_table .member_detail a:hover {
	color: #333;
}
.member_table th {
	text-align:left;
	padding:1rem 1.33rem;
	background-color:#444;
	color:#fff;
	border: 1px solid #444;
	border-bottom: 0;
}
.member_table td {
	padding:1rem 1.33rem;
	border-left:1px solid #ddd;
}
.member_table_nocell th {
	text-align:left;
	padding:7px 5px 3px;
	vertical-align:top;
	min-width:90px;
}
.member_table_nocell td {
	padding:3px 5px;
}
.member_table_right {
	border-right:1px solid #ddd;
}
.member_table tr:nth-child(odd) {
}
.member_table tr:nth-child(even) {
 background:rgba(204, 204, 204, 0.25);
}
.member_results {
}
.member_results .results_left {
	float:left;
}
.member_results .results_right {
	float:right;
	text-align:right;
	padding-top:4px;
}
.member_results .results_right a {
	margin-left:0;
}

/* MERCHANT
----------------------------------------------------------------------------------------------------*/
/*.merchant_table {
	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd;
	width:100%;
	margin-top:10px;
}
.merchant_table a {
}
.merchant_table th {
	text-align:left;
	padding:7px 15px;
	background-color:#444;
	color:#fff;
	border: 1px solid #444;
	border-bottom: 0;
}
.merchant_table td {
	padding:7px 15px;
	border-left:1px solid #ddd;
}
.merchant_table_nocell th {
	text-align:left;
	padding:7px 5px 3px;
	vertical-align:top;
	min-width:90px;
}
.merchant_table_nocell td {
	padding:3px 5px;
}
.merchant_table_right {
	border-right:1px solid #ddd;
}
.merchant_table tr:nth-child(odd) {
}
.merchant_table tr:nth-child(even) {
 background:rgba(204, 204, 204, 0.25);
}
.merchant_results {
}
.merchant_results .results_left {
	float:left;
}
.merchant_results .results_right {
	float:right;
	text-align:right;
	padding-top:4px;
}
.merchant_results .results_right a {
	margin-left:0;
}*/

/* CART
----------------------------------------------------------------------------------------------------*/
.cart_block {

}
.cart_block h1 {
	border-bottom: 1px dotted #C5C5C5;
    color: #333333;
    font-size: 17px;
    margin: 0 0 10px;
    padding-bottom: 4px;
    text-transform: uppercase;
}
.cart_block ul {
}
.cart_block ul li {
	margin-bottom:5px;
}
.cart_table {
	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd;
	width:100%;
	margin:10px 0 20px;
}
.cart_table a {
}
.cart_table th {
	text-align:left;
	padding: 1rem;
	background-color:#444;
	color:#fff;
	border: 1px solid #444;
	border-bottom: 0;
}
.cart_table td {
	padding:7px 15px;
	border-left:1px solid #ddd;
}
.cart_table_nocell th {
	text-align:left;
	padding:7px 5px 3px;
	vertical-align:top;
	min-width:90px;
}
.cart_table_nocell td {
	padding:3px 5px;
}
.cart_table_right {
	border-right:1px solid #ddd;
}
.cart_table tr:nth-child(odd) {
}
.cart_table tr:nth-child(even) {
 background:rgba(204, 204, 204, 0.25);
}
.cart_results {
}
.cart_results .results_left {
	float:left;
}
.cart_results .results_right {
	float:right;
	text-align:right;
	padding-top:4px;
}
.cart_results .results_right a {
	margin-left:0;
}

/* SORTABLE AND DRAGGABLE
----------------------------------------------------------------------------------------------------*/
.ui-sortable-helper {
	background: rgba(255,255,255,0.85) !important;
	-webkit-box-shadow: 0px 0px 15px 5px rgba(0, 102, 255, .35) !important;
	   -moz-box-shadow: 0px 0px 15px 5px rgba(0, 102, 255, .35) !important;
			box-shadow: 0px 0px 15px 5px rgba(0, 102, 255, .35) !important;
}
.ui-sortable-space {
	background: #FFE7A3 !important;
}
.sortable_position {
	border-radius:3px;
    display: inline-block;
    height: 12px;
    line-height: 13px;
    padding: 5px;
    width: 12px;
}
.sortable_tip {
	color: #909090;
    font-size: 11px;
    font-style: italic;
    margin: 10px 0 0;
    background: url('../img/ico_note.png') no-repeat 0 1px transparent;
    padding-left:20px;
}

/* VENDORS
----------------------------------------------------------------------------------------------------*/
/* Addthis */
.addthis_default_style {
	display: inline-block;
}

/* Chosen */
.chzn-container {
	margin-bottom: 1rem !important;
}
.chzn-container-single .chzn-single {
	padding: 0.5rem !important;
	height: auto !important;
	line-height: normal !important;
	color: rgba(0, 0, 0, 0.75) !important;
	font-size: 0.9rem !important;
}
.chzn-container-single .chzn-single div b {
	background-position: 0px 8px !important;
}
.chzn-container-active.chzn-with-drop .chzn-single div b {
	background-position: -18px 8px !important;
}
/* DEBUG
----------------------------------------------------------------------------------------------------*/
#debug_box {
	width:960px;
	margin:1rem auto;
	font-size:0.85rem;
	font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
	padding:1rem 1.67rem;
	border:3px solid #0066FF;
	border-radius:0.9rem;
	overflow:scroll;
}
#debug_box h1 {
	padding:0;
	margin:0 0 1rem;
	font-size:1.2rem;
}
/* HOME
----------------------------------------------------------------------------------------------------*/
.home_skin_concern, .featured_product, .mini_banner_highlights, .home_promotion, .home_title {
    margin: 0px 0px 2rem;
    font-size: 2rem;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
}
.home_inner_title {
    margin: 0px 0px 2rem;
    font-size: 1.8rem;
    font-weight: 300;
    text-align: center;
    line-height: 1.4;
}
.home_subtitle {
    margin: 0px 0px 2rem;
    font-size: 1.2rem;
    font-weight: 300;
    text-align: center;
    text-transform: none;
}
.product_list_box {
    border: 1px solid #E5E5E5;
    padding: 0.9375rem;
    position: relative;
}
.product_list_box h2 {
    margin: 0 0 0.5rem !important;
    font-weight: normal;
    font-size: 1.3rem !important;
    text-transform: uppercase;
    text-align: center;
}
.rrp_price {
    margin-bottom: -5px;
    color: #909090;
}
.product_price {
    margin-bottom: 1rem;
    font-size: 1rem;
}
.price_drop {
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
    border-radius: 100px;
    background-color: #202020;
    color: #fff;
    width: 2rem;
    height: 2rem;
    text-align: center;
    line-height: 2;
    padding-left: 3px;
}
.product_list_box a.button {
    margin-bottom: 0;
}
.product_list_bottom {
    position: absolute;
    bottom: 0.9375rem;
    padding-right: 1.875rem;
    width: 100%;
}
.product_list_box .small_image {
	padding: 0px 0px 0.9375rem;
}
.image img {
	margin: 0 auto;
	display: block;
	width: 100%;
	
}
.image:hover {
-webkit-transform:scale(1.1);
transform:scale(1.1);
}
.image {
-webkit-transition: all 0.7s ease;
transition: all 0.7s ease;
}

/* PRODUCT
----------------------------------------------------------------------------------------------------*/
.jcarousel-skin-product .jcarousel-container-horizontal {
	width: 100% !important;
}
.cart_button {
	width: 100%;
	background-color: #cc0000 !important;
	border: 1px solid #cc0000 !important;
	color: #fff !important;
	border-radius: 0 !important;
	padding: 0.5rem 1.2rem !important;
}
/* LOCATION
----------------------------------------------------------------------------------------------------*/
.latest_contact {
    position: relative;
    margin-bottom: 1rem;
    margin-top: 2rem;
}
.latest_contact h2 {
    display: inline;
    position: relative;
    z-index: 1;
    margin: 0px;
    padding: 0;
    background: #FFF none repeat scroll 0% 0%;
    font-size: 1rem;
}
/* AUTO COMPLETE CSS
----------------------------------------------------------------------------------------------------*/

/* highlight results */
.ui-autocomplete span.hl_results {
    font-weight: bold !important;
    /*color: #202020 !important;*/
}

/* loading - the AJAX indicator */
.ui-autocomplete-loading {
    background: white url('//code.jquery.com/ui/1.10.4/themes/smoothness/images/indicator.gif') right center no-repeat;
}

/* scroll results */
.ui-autocomplete {
    max-height: 250px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    /* add padding for vertical scrollbar */
    padding-right: 5px;
}

.ui-autocomplete li {
    font-size: 12px !important;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
	background: #825445 !important;
	color: #fff !important;
	border: 1px solid #825445 !important;
	border-radius: 2px !important;
}
/* IE 6 doesn't support max-height
* we use height instead, but this forces the menu to always be this tall
*/
* html .ui-autocomplete {
    height: 250px;
}
input[type="search"] {
	box-sizing: inherit;
	/*text-align: right;*/
	margin-top: 0.5rem;
}
input[type="search"]:focus{
text-align:left;
}
.button2 {
    font-family: 'Montserrat','arial', 'Open Sans', 'Microsoft YaHei New', 'Microsoft Yahei', '微软雅黑', 宋体, SimSun, STXihei,'华文细黑', sans-serif;
    font-weight: bold;
    font-size: 0.9rem;
    color: #fff;
    float: right;
    padding: 9.5px 20px 9.5px 20px;
}
.submit {
    border: 1px solid #231f20 !important;
    color: #fff;
    background-color: #231f20;
    text-align: center;
}
.submit_newsletter {
    margin-bottom: 0.5rem;
}
.submit_newsletter input {
	display: inline-block;
	border: 0;
}
.searchBox2 {
	width: 100% !important;
}
@media only screen and (max-width: 40em) {
	.searchBox2 {
    	width: 100% !important;
    	padding: 0.5rem 4.3rem 0.5rem 0.5rem !important;
	}
	.submit {
        border: 1px solid #231f20 !important;
        color: #fff;
        background-color: #231f20;
        text-align: center;
        margin-top: -53px;
        position: relative;
    }
}
[data-magellan-expedition], [data-magellan-expedition-clone] {
    padding: 0 !important;
}
#quote_modal {
	z-index: 5000;
	max-width: 850px !important;
    background: rgba(255,255,255,0.95);
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    border: 1px solid #c0c0c0;
}
#quote_modal contact_box {
	padding-left: 0rem;
}