/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 20px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {


}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	
}

.bx-wrapper .bx-next {
	right: 10px;

}
.related .bx-wrapper .bx-next {margin-right:-50px;}
.related .bx-wrapper .bx-prev {margin-left:-50px;}

.image-additional .bx-wrapper .bx-next {margin-right:-40px;}
.image-additional .bx-wrapper .bx-prev {margin-left:-40px;}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a:hover {
	color:#ff6f28
	}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	height: 32px;
	z-index: 99;
	color:#7e7e7e;
	font-size:26px;
}
.bx-wrapper .bx-controls-direction a {
	font-size:19px;
	height:25px;
	margin-top:-20px;
	}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(http://www.mysalontools.com/skin/frontend/default/theme560/image/bxslider/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(http://www.mysalontools.com/skin/frontend/default/theme560/image/bxslider/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.bx-wrapper .bx-caption span {
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}
.bx-wrapper.home {margin-bottom: 10px;}
.cms-home .bx-wrapper .bx-pager{display: none;}
.cms-home .bx-controls-direction a {
	width: 45px;
	height: 45px;
	border: 1px solid #000;
	display: block;
	background: url(http://www.mysalontools.com/skin/frontend/default/theme560/images/bx-controls-direction.png) repeat center top;
	font-size: 0;
	text-indent: -777px;
	top:auto;
	bottom: 20px;
	right: 20px;
}
.cms-home .bx-controls-direction a.bx-prev {right: 65px; left: auto; border-right: 0;}
.cms-home .bx-controls-direction a.bx-next { border-left: 0;}
.cms-home .bx-controls-direction a:before {
	content: '\f105';
	font-size: 30px;
	text-indent: 0;
	display: block;
	text-align: center;
	line-height: 44px;
	color:#fff;
}
.cms-home .bx-controls-direction a.bx-prev:before {content: '\f104';}
.cms-home .bx-controls-direction a:hover {background: url(http://www.mysalontools.com/skin/frontend/default/theme560/images/bx-controls-direction1.png) repeat center top; border-color:#c928bc; }
.cms-home .bx-controls-direction {background: url(http://www.mysalontools.com/skin/frontend/default/theme560/images/bx-controls-direction1.png) no-repeat -10000px -10000px;}


.bx-wrapper .banner-block-cont {position: absolute; left: 0; top:0; padding: 28px 0 0 34px; overflow: hidden; text-transform: uppercase;}
.bx-wrapper .banner-block-cont h1 {font-family: 'Roboto', sans-serif; font-size: 61px; line-height: 61px; font-weight: 700; color: #fff; }
.bx-wrapper .banner-block-cont h1 span {display: block; margin-bottom: -9px;}
.bx-wrapper .banner-block-cont h2 {
	font-family: 'Roboto', sans-serif; 
	font-size: 176px; 
	line-height: 176px; 
	font-weight: 700; 
	color: #a61d91; 
	margin-top: -23px; 
	letter-spacing: -13px;
	margin-left: -3px;
	margin-bottom: 0;
}
.bx-wrapper .banner-block-cont h2 span{display: inline-block; line-height: 0; margin-left: 4px;}
.bx-wrapper .banner-block-cont h2 strong,
.bx-wrapper .banner-block-cont h2 b {font-size: 86px; line-height:70px; font-weight: normal;}
.bx-wrapper .banner-block-cont h2 b { color: #868686; display: block; }
.bx-wrapper .banner-block-cont h2 strong {color: #a61d91; letter-spacing: 0;}
.bx-wrapper .banner-block-cont p {width: 65%; color: #fff; text-transform: none; margin-top: -5px;}

.bx-wrapper .banner-block-cont.color-1 h2, 
.bx-wrapper .banner-block-cont.color-1 b {color: #28292b;}
.bx-wrapper .banner-block-cont.color-1 p {color:#252628; }

.bx-wrapper .banner-block-cont.color-2 h1  {color: #28292b;}
.bx-wrapper .banner-block-cont.color-2 p {color: #a61d91;}

.banner-block {margin-bottom: 20px; overflow: hidden;}
.banner-block img {max-width: 100%;}
.banner-block a {
	float: left; 
	width: 283px;
	margin-left: 10px;
	margin-bottom: 10px;
	display: block; 
	position: relative; 
	overflow: hidden;
}
.banner-block a:first-child {margin-left: 0;}
.banner-block .banner-block-cont {
	position: absolute;
	padding: 8px 10px 11px; 
	left: 0; 
	bottom: 21px; 
	text-transform: uppercase; 
	background: url(http://www.mysalontools.com/skin/frontend/default/theme560/images/banner-block-cont.png) repeat center top;
	width: 100%;
	border-top: 2px solid #a61d91;
	text-align: center;
}
.banner-block h1, 
.banner-block h2 {font-family: 'Roboto', sans-serif;  font-size: 25px; line-height: 25px; font-weight: 400; color: #f339d7; margin-bottom: 0; }
.banner-block h2 {color: #fff; font-weight: 700;}
.banner-block a:hover .banner-block-cont,
.banner-block a.active  .banner-block-cont {bottom: 40px;}

@media only screen and (max-width: 1199px) {  
		.banner-block .banner-block-cont {bottom: 10px;}
		.banner-block a:hover .banner-block-cont,
		.banner-block a.active  .banner-block-cont {bottom: 25px;}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) { 
	.bx-wrapper .banner-block-cont {padding:5px 0 0 15px; }
	.bx-wrapper .banner-block-cont h1 {font-size: 40px; line-height: 45px;}
	.banner-block a {width: 225px;}
}

@media only screen and (min-width: 768px) and (max-width: 991px) { 
	.bx-wrapper .banner-block-cont {padding:5px 0 0 15px; }
	.bx-wrapper .banner-block-cont h1 {font-size: 30px; line-height: 35px;}
	.bx-wrapper .banner-block-cont h2 {font-size: 100px; line-height: 100px; margin-top: 7px;}
	.bx-wrapper .banner-block-cont h2 strong, .bx-wrapper .banner-block-cont h2 b {font-size: 50px; line-height: 45px;}

	.banner-block a {width: 170px;}
	.banner-block .banner-block-cont {bottom: 10px;}
	.banner-block h1, .banner-block h2 {font-size: 16px; line-height: 18px;}
}
@media only screen and (max-width: 767px) {  
	.bx-wrapper .banner-block-cont {padding: 5px 0 0 15px;}
	.bx-wrapper .banner-block-cont h1 {font-size: 30px; line-height: 35px;}
	.bx-wrapper .banner-block-cont h2 {font-size: 100px; line-height: 100px; margin-top: 7px;}
	.bx-wrapper .banner-block-cont h2 strong, 
	.bx-wrapper .banner-block-cont h2 b {font-size: 50px; line-height: 45px;}

	.banner-block a {width: 32.2%; margin-left: 1.5%;}
	.banner-block .banner-block-cont {bottom: 10px;}
	.banner-block h1, .banner-block h2 {font-size: 16px; line-height: 18px;}
	.banner-block a:hover .banner-block-cont,
	.banner-block a.active  .banner-block-cont {bottom: 20px;}
	.cms-home .bx-controls-direction {display: none;}
}
@media only screen and (max-width: 600px) { 
	.bx-wrapper .banner-block-cont p {display: none;}
} 

@media only screen and (max-width: 460px) {
	.bx-wrapper .banner-block-cont h1 {font-size: 20px; line-height: 25px;}
	.bx-wrapper .banner-block-cont h2 {font-size: 70px; line-height: 75px; margin-top: 7px; letter-spacing: -5px;}
	.bx-wrapper .banner-block-cont h2 strong, 
	.bx-wrapper .banner-block-cont h2 b {font-size: 30px; line-height: 35px;}

	.banner-block .banner-block-cont {padding: 5px; bottom: 5px;}
	.banner-block h1, .banner-block h2 {font-size: 11px; line-height: 16px;}
	.banner-block a:hover .banner-block-cont,
	.banner-block a.active  .banner-block-cont {bottom: 5px;}
}
/*
 * photoswipe.css
 * Copyright (c) %%year%% by Code Computerlove (http://www.codecomputerlove.com)
 * Licensed under the MIT license
 *
 * Default styles for PhotoSwipe
 * Avoid any position or dimension based styles
 * where possible, unless specified already here.
 * The gallery automatically works out gallery item
 * positions etc.
 */

 
body.ps-active, body.ps-building, div.ps-active, div.ps-building
{
	background: #fff;
	overflow: hidden;
}
body.ps-active *, div.ps-active *
{ 
	-webkit-tap-highlight-color:  rgba(255, 255, 255, 0); 
	display: none;
}
body.ps-active *:focus, div.ps-active *:focus 
{ 
	outline: 0; 
}


/* Document overlay */
div.ps-document-overlay 
{
	background: #000;
}


/* UILayer */
div.ps-uilayer { 
	
	background: #000;
	cursor: pointer;
	
}


/* Zoom/pan/rotate layer */
div.ps-zoom-pan-rotate{
	background: #000;
}
div.ps-zoom-pan-rotate *  { display: block; }


/* Carousel */
div.ps-carousel-item-loading 
{ 
	background: url(http://www.mysalontools.com/skin/frontend/default/theme560/images/loader.gif) no-repeat center center; 
}

div.ps-carousel-item-error 
{ 
	background: url(http://www.mysalontools.com/skin/frontend/default/theme560/css/error.gif) no-repeat center center; 
}


/* Caption */
div.ps-caption
{ 
	background: #000000;
	background: -moz-linear-gradient(top, #303130 0%, #000101 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#303130), color-stop(100%,#000101));
	border-bottom: 1px solid #42403f;
	color: #ffffff;
	font-size: 13px;
	font-family: "Lucida Grande", Helvetica, Arial,Verdana, sans-serif;
	text-align: center;
}
div.ps-caption *  { display: inline; }

div.ps-caption-bottom
{ 
	border-top: 1px solid #42403f;
	border-bottom: none;
	min-height: 44px;
}

div.ps-caption-content
{
	padding: 13px;
	display: block;
}


/* Toolbar */
div.ps-toolbar
{ 
	background: #000000;
	background: -moz-linear-gradient(top, #303130 0%, #000101 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#303130), color-stop(100%,#000101));
	border-top: 1px solid #42403f;
	color: #ffffff;
	font-size: 13px;
	font-family: "Lucida Grande", Helvetica, Arial,Verdana, sans-serif;
	text-align: center;
	height: 44px;
	display: table;
	table-layout: fixed;
}
div.ps-toolbar * { 
	display: block;
}

div.ps-toolbar-top 
{
	border-bottom: 1px solid #42403f;
	border-top: none;
}

div.ps-toolbar-close, div.ps-toolbar-previous, div.ps-toolbar-next, div.ps-toolbar-play
{
	cursor: pointer;
	display: table-cell;
}

div.ps-toolbar div div.ps-toolbar-content
{
	width: 44px;
	height: 44px;
	margin: 0 auto 0;
	background-image: url(http://www.mysalontools.com/skin/frontend/default/theme560/images/icons.png);
	background-repeat: no-repeat;
}

div.ps-toolbar-close div.ps-toolbar-content
{
	background-position: 0 0;
}

div.ps-toolbar-previous div.ps-toolbar-content
{
	background-position: -44px 0;
}

div.ps-toolbar-previous-disabled div.ps-toolbar-content
{
	background-position: -44px -44px;
}

div.ps-toolbar-next div.ps-toolbar-content
{
	background-position: -132px 0;
}

div.ps-toolbar-next-disabled div.ps-toolbar-content
{
	background-position: -132px -44px;
}

div.ps-toolbar-play div.ps-toolbar-content
{
	background-position: -88px 0;
}

/* Hi-res display */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (-moz-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 240dpi)
{
	div.ps-toolbar div div.ps-toolbar-content
	{
		-moz-background-size: 176px 88px;
		-o-background-size: 176px 88px;
		-webkit-background-size: 176px 88px;
		background-size: 176px 88px;
		background-image: url(http://www.mysalontools.com/skin/frontend/default/theme560/images/icons@2x.png);
	}
}

/*!
 * Bootstrap v3.0.0
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */

/*! normalize.css v2.1.0 | MIT License | git.io/normalize */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  height: 0;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
}

mark {
  color: #000;
  background: #ff0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}

legend {
  padding: 0;
  border: 0;
}

button,
input,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  box-sizing: border-box;
}

input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 2cm .5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #ffffff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input,
select[multiple],
textarea {
  background-image: none;
}

a {
  color: #428bca;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  display: inline-block;
  height: auto;
  max-width: 100%;
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16.099999999999998px;
  font-weight: 200;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small {
  font-size: 85%;
}

cite {
  font-style: normal;
}

.text-muted {
  color: #999999;
}

.text-primary {
  color: #428bca;
}

.text-warning {
  color: #c09853;
}

.text-danger {
  color: #b94a48;
}

.text-success {
  color: #468847;
}

.text-info {
  color: #3a87ad;
}

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

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

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

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}

h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h1,
.h1 {
  font-size: 36px;
}

h2,
.h2 {
  font-size: 30px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 12px;
}

h1 small,
.h1 small {
  font-size: 24px;
}

h2 small,
.h2 small {
  font-size: 18px;
}

h3 small,
.h3 small,
h4 small,
.h4 small {
  font-size: 14px;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

dl {
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    display: table;
    content: " ";
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    display: table;
    content: " ";
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}

blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}

blockquote p:last-child {
  margin-bottom: 0;
}

blockquote small {
  display: block;
  line-height: 1.428571429;
  color: #999999;
}

blockquote small:before {
  content: '\2014 \00A0';
}

blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}

blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}

blockquote.pull-right small:before {
  content: '';
}

blockquote.pull-right small:after {
  content: '\00A0 \2014';
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}

address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

code,
pre {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  white-space: nowrap;
  background-color: #f9f2f4;
  border-radius: 4px;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}

pre.prettyprint {
  margin-bottom: 20px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container:before,
.container:after {
  display: table;
  content: " ";
}

.container:after {
  clear: both;
}

.container:before,
.container:after {
  display: table;
  content: " ";
}

.container:after {
  clear: both;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.row:before,
.row:after {
  display: table;
  content: " ";
}

.row:after {
  clear: both;
}

.row:before,
.row:after {
  display: table;
  content: " ";
}

.row:after {
  clear: both;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11 {
  float: left;
}

.col-xs-1 {
  width: 8.333333333333332%;
}

.col-xs-2 {
  width: 16.666666666666664%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333333333333%;
}

.col-xs-5 {
  width: 41.66666666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.333333333333336%;
}

.col-xs-8 {
  width: 66.66666666666666%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333333333334%;
}

.col-xs-11 {
  width: 91.66666666666666%;
}

.col-xs-12 {
  width: 100%;
}

@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11 {
    float: left;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-11 {
    width: 91.66666666666666%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 970px;
  }
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11 {
    float: left;
  }
  .col-md-1 {
    width: 8.333333333333332%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-11 {
    width: 91.66666666666666%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.333333333333332%;
  }
  .col-md-push-2 {
    left: 16.666666666666664%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333333333333%;
  }
  .col-md-push-5 {
    left: 41.66666666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.333333333333336%;
  }
  .col-md-push-8 {
    left: 66.66666666666666%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333333333334%;
  }
  .col-md-push-11 {
    left: 91.66666666666666%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11 {
    float: left;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-11 {
    width: 91.66666666666666%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
}

table {
  max-width: 100%;
  background-color: transparent;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  margin-bottom: 20px;
}

.table thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th,
.table thead > tr > td,
.table tbody > tr > td,
.table tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

.table thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}

.table caption + thead tr:first-child th,
.table colgroup + thead tr:first-child th,
.table thead:first-child tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child td {
  border-top: 0;
}

.table tbody + tbody {
  border-top: 2px solid #dddddd;
}

.table .table {
  background-color: #ffffff;
}

.table-condensed thead > tr > th,
.table-condensed tbody > tr > th,
.table-condensed tfoot > tr > th,
.table-condensed thead > tr > td,
.table-condensed tbody > tr > td,
.table-condensed tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #dddddd;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  display: table-column;
  float: none;
}

table td[class*="col-"],
table th[class*="col-"] {
  display: table-cell;
  float: none;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td {
  background-color: #d0e9c6;
  border-color: #c9e2b3;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
  border-color: #eed3d7;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td {
  background-color: #ebcccc;
  border-color: #e6c1c7;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
  border-color: #fbeed5;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td {
  background-color: #faf2cc;
  border-color: #f8e5be;
}

@media (max-width: 768px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
    background-color: #fff;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > thead > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > thead > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */

  line-height: normal;
}

input[type="file"] {
  display: block;
}

select[multiple],
select[size] {
  height: auto;
}

select optgroup {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}

.form-control:-moz-placeholder {
  color: #999999;
}

.form-control::-moz-placeholder {
  color: #999999;
}

.form-control:-ms-input-placeholder {
  color: #999999;
}

.form-control::-webkit-input-placeholder {
  color: #999999;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  display: block;
  min-height: 20px;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  vertical-align: middle;
}

.radio label,
.checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm {
  height: auto;
}

.input-lg {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

select.input-lg {
  height: 45px;
  line-height: 45px;
}

textarea.input-lg {
  height: auto;
}

.has-warning .help-block,
.has-warning .control-label {
  color: #c09853;
}

.has-warning .form-control {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}

.has-warning .input-group-addon {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}

.has-error .help-block,
.has-error .control-label {
  color: #b94a48;
}

.has-error .form-control {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}

.has-error .input-group-addon {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}

.has-success .help-block,
.has-success .control-label {
  color: #468847;
}

.has-success .form-control {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}

.has-success .input-group-addon {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}

.form-control-static {
  padding-top: 7px;
  margin-bottom: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  display: table;
  content: " ";
}

.form-horizontal .form-group:after {
  clear: both;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  display: table;
  content: " ";
}

.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}

.btn-primary {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}

.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-link {
  font-weight: normal;
  color: #428bca;
  cursor: pointer;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.btn-sm,
.btn-xs {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs {
  padding: 1px 5px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
          transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
          transition: height 0.35s ease;
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('http://www.mysalontools.com/skin/frontend/default/theme560/fonts/glyphicons-halflings-regular.eot');
  src: url('http://www.mysalontools.com/skin/frontend/default/theme560/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('http://www.mysalontools.com/skin/frontend/default/theme560/fonts/glyphicons-halflings-regular.woff') format('woff'), url('http://www.mysalontools.com/skin/frontend/default/theme560/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('http://www.mysalontools.com/skin/frontend/default/theme560/fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}

.glyphicon-asterisk:before {
  content: "\2a";
}

.glyphicon-plus:before {
  content: "\2b";
}

.glyphicon-euro:before {
  content: "\20ac";
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-cloud:before {
  content: "\2601";
}

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-pencil:before {
  content: "\270f";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-briefcase:before {
  content: "\1f4bc";
}

.glyphicon-calendar:before {
  content: "\1f4c5";
}

.glyphicon-pushpin:before {
  content: "\1f4cc";
}

.glyphicon-paperclip:before {
  content: "\1f4ce";
}

.glyphicon-camera:before {
  content: "\1f4f7";
}

.glyphicon-lock:before {
  content: "\1f512";
}

.glyphicon-bell:before {
  content: "\1f514";
}

.glyphicon-bookmark:before {
  content: "\1f516";
}

.glyphicon-fire:before {
  content: "\1f525";
}

.glyphicon-wrench:before {
  content: "\1f527";
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-bottom: 0 dotted;
  border-left: 4px solid transparent;
  content: "";
}

.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #428bca;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #428bca;
  outline: 0;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #999999;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0 dotted;
  border-bottom: 4px solid #000000;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
}

.btn-default .caret {
  border-top-color: #333333;
}

.btn-primary .caret,
.btn-success .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret {
  border-top-color: #fff;
}

.dropup .btn-default .caret {
  border-bottom-color: #333333;
}

.dropup .btn-primary .caret,
.dropup .btn-success .caret,
.dropup .btn-warning .caret,
.dropup .btn-danger .caret,
.dropup .btn-info .caret {
  border-bottom-color: #fff;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar:before,
.btn-toolbar:after {
  display: table;
  content: " ";
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar:before,
.btn-toolbar:after {
  display: table;
  content: " ";
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar .btn-group {
  float: left;
}

.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group-xs > .btn {
  padding: 5px 10px;
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}

.btn-group-vertical > .btn-group:after {
  clear: both;
}

.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}

.btn-group-vertical > .btn-group:after {
  clear: both;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child > .btn:last-child,
.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  border-collapse: separate;
  table-layout: fixed;
}

.btn-group-justified .btn {
  display: table-cell;
  float: none;
  width: 1%;
}

[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group.col {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

.input-group .form-control {
  width: 100%;
  margin-bottom: 0;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  line-height: 45px;
}

textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
  height: auto;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -4px;
}

.input-group-btn > .btn:hover,
.input-group-btn > .btn:active {
  z-index: 2;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav:before,
.nav:after {
  display: table;
  content: " ";
}

.nav:after {
  clear: both;
}

.nav:before,
.nav:after {
  display: table;
  content: " ";
}

.nav:after {
  clear: both;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav > li.disabled > a {
  color: #999999;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #428bca;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #dddddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified > li {
  float: none;
}

.nav-tabs.nav-justified > li > a {
  text-align: center;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
}

.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-bottom: 1px solid #dddddd;
}

.nav-tabs.nav-justified > .active > a {
  border-bottom-color: #ffffff;
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 5px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #428bca;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified {
  width: 100%;
}

.nav-justified > li {
  float: none;
}

.nav-justified > li > a {
  text-align: center;
}

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
}

.nav-tabs-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-bottom: 1px solid #dddddd;
}

.nav-tabs-justified > .active > a {
  border-bottom-color: #ffffff;
}

.tabbable:before,
.tabbable:after {
  display: table;
  content: " ";
}

.tabbable:after {
  clear: both;
}

.tabbable:before,
.tabbable:after {
  display: table;
  content: " ";
}

.tabbable:after {
  clear: both;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

.tab-content > .active,
.pill-content > .active {
  display: block;
}

.nav .caret {
  border-top-color: #428bca;
  border-bottom-color: #428bca;
}

.nav a:hover .caret {
  border-top-color: #2a6496;
  border-bottom-color: #2a6496;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  z-index: 1000;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

.navbar:before,
.navbar:after {
  display: table;
  content: " ";
}

.navbar:after {
  clear: both;
}

.navbar:before,
.navbar:after {
  display: table;
  content: " ";
}

.navbar:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before,
.navbar-header:after {
  display: table;
  content: " ";
}

.navbar-header:after {
  clear: both;
}

.navbar-header:before,
.navbar-header:after {
  display: table;
  content: " ";
}

.navbar-header:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  max-height: 340px;
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before,
.navbar-collapse:after {
  display: table;
  content: " ";
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse:before,
.navbar-collapse:after {
  display: table;
  content: " ";
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-collapse .navbar-nav.navbar-left:first-child {
    margin-left: -15px;
  }
  .navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
  .navbar-collapse .navbar-text:last-child {
    margin-right: 0;
  }
}

.container > .navbar-header,
.container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  z-index: 1030;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
}

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}

.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-text {
  float: left;
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .navbar-text {
    margin-right: 15px;
    margin-left: 15px;
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777777;
}

.navbar-default .navbar-nav > li > a {
  color: #777777;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #dddddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #cccccc;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e6e6e6;
}

.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}

.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #777777;
}

.navbar-default .navbar-link:hover {
  color: #333333;
}

.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}

.navbar-inverse .navbar-brand {
  color: #999999;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #999999;
}

.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #ffffff;
  background-color: #080808;
}

.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}

.navbar-inverse .navbar-nav > .open > a .caret,
.navbar-inverse .navbar-nav > .open > a:hover .caret,
.navbar-inverse .navbar-nav > .open > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: #999999;
}

.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #cccccc;
  content: "/\00a0";
}

.breadcrumb > .active {
  color: #999999;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #eeeeee;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  cursor: default;
  background-color: #428bca;
  border-color: #428bca;
}

.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
  border-color: #dddddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

.pager:before,
.pager:after {
  display: table;
  content: " ";
}

.pager:after {
  clear: both;
}

.pager:before,
.pager:after {
  display: table;
  content: " ";
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.label[href]:hover,
.label[href]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.label:empty {
  display: none;
}

.label-default {
  background-color: #999999;
}

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}

.label-primary {
  background-color: #428bca;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999999;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.btn .badge {
  position: relative;
  top: -1px;
}

a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #ffffff;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 200;
  line-height: 2.1428571435;
  color: inherit;
  background-color: #eeeeee;
}

.jumbotron h1 {
  line-height: 1;
  color: inherit;
}

.jumbotron p {
  line-height: 1.4;
}

.container .jumbotron {
  border-radius: 6px;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: inline-block;
  display: block;
  height: auto;
  max-width: 100%;
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}

.thumbnail > img {
  display: block;
  height: auto;
  max-width: 100%;
}

a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #428bca;
}

.thumbnail > img {
  margin-right: auto;
  margin-left: auto;
}

.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable {
  padding-right: 35px;
}

.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #356635;
}

.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #2d6987;
}

.alert-warning {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #fbeed5;
}

.alert-warning hr {
  border-top-color: #f8e5be;
}

.alert-warning .alert-link {
  color: #a47e3c;
}

.alert-danger {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.alert-danger hr {
  border-top-color: #e6c1c7;
}

.alert-danger .alert-link {
  color: #953b39;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
          transition: width 0.6s ease;
}

.progress-striped .progress-bar {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
     -moz-animation: progress-bar-stripes 2s linear infinite;
      -ms-animation: progress-bar-stripes 2s linear infinite;
       -o-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

.media,
.media .media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media-object {
  display: block;
}

.media-heading {
  margin: 0 0 5px;
}

.media > .pull-left {
  margin-right: 10px;
}

.media > .pull-right {
  margin-left: 10px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}

.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

a.list-group-item {
  color: #555555;
}

a.list-group-item .list-group-item-heading {
  color: #333333;
}

a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-body:before,
.panel-body:after {
  display: table;
  content: " ";
}

.panel-body:after {
  clear: both;
}

.panel-body:before,
.panel-body:after {
  display: table;
  content: " ";
}

.panel-body:after {
  clear: both;
}

.panel > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item {
  border-width: 1px 0;
}

.panel > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.panel > .table {
  margin-bottom: 0;
}

.panel > .panel-body + .table {
  border-top: 1px solid #dddddd;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

.panel-title > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel-group .panel {
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #dddddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}

.panel-default {
  border-color: #dddddd;
}

.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}

.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd;
}

.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd;
}

.panel-primary {
  border-color: #428bca;
}

.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}

.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}

.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-warning {
  border-color: #fbeed5;
}

.panel-warning > .panel-heading {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #fbeed5;
}

.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #fbeed5;
}

.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #fbeed5;
}

.panel-danger {
  border-color: #eed3d7;
}

.panel-danger > .panel-heading {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #eed3d7;
}

.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #eed3d7;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  margin-right: 15px;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: auto;
  overflow-y: scroll;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
          transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
     -moz-transition: -moz-transform 0.3s ease-out;
       -o-transition: -o-transform 0.3s ease-out;
          transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.modal-dialog {
  z-index: 1050;
  width: auto;
  padding: 10px;
  margin-right: auto;
  margin-left: auto;
}

.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  min-height: 16.428571429px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 20px;
}

.modal-footer {
  padding: 19px 20px 20px;
  margin-top: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.modal-footer:after {
  clear: both;
}

.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

@media screen and (min-width: 768px) {
  .modal-dialog {
    right: auto;
    left: 50%;
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible;
}

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}

.tooltip.top-right .tooltip-arrow {
  right: 5px;
  bottom: 0;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-right-color: #000000;
  border-width: 5px 5px 5px 0;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-left-color: #000000;
  border-width: 5px 0 5px 5px;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover .arrow {
  border-width: 11px;
}

.popover .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #ffffff;
  border-bottom-width: 0;
  content: " ";
}

.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

.popover.right .arrow:after {
  bottom: -10px;
  left: 1px;
  border-right-color: #ffffff;
  border-left-width: 0;
  content: " ";
}

.popover.bottom .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-top-width: 0;
}

.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #ffffff;
  border-top-width: 0;
  content: " ";
}

.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
  border-right-width: 0;
}

.popover.left .arrow:after {
  right: 1px;
  bottom: -10px;
  border-left-color: #ffffff;
  border-right-width: 0;
  content: " ";
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
          transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  height: auto;
  max-width: 100%;
  line-height: 1;
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.carousel-control.left {
  background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  border: 1px solid #ffffff;
  border-radius: 10px;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #ffffff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: 320px;
  }
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.visible-xs {
  display: none !important;
}

tr.visible-xs {
  display: none !important;
}

th.visible-xs,
td.visible-xs {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-xs.visible-sm {
    display: block !important;
  }
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important;
  }
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important;
  }
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}

.visible-sm {
  display: none !important;
}

tr.visible-sm {
  display: none !important;
}

th.visible-sm,
td.visible-sm {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important;
  }
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important;
  }
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important;
  }
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}

.visible-md {
  display: none !important;
}

tr.visible-md {
  display: none !important;
}

th.visible-md,
td.visible-md {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important;
  }
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important;
  }
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-md.visible-lg {
    display: block !important;
  }
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}

.visible-lg {
  display: none !important;
}

tr.visible-lg {
  display: none !important;
}

th.visible-lg,
td.visible-lg {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important;
  }
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important;
  }
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important;
  }
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

.hidden-xs {
  display: block !important;
}

tr.hidden-xs {
  display: table-row !important;
}

th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  tr.hidden-xs {
    display: none !important;
  }
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm {
    display: none !important;
  }
  tr.hidden-xs.hidden-sm {
    display: none !important;
  }
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md {
    display: none !important;
  }
  tr.hidden-xs.hidden-md {
    display: none !important;
  }
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-xs.hidden-lg {
    display: none !important;
  }
  tr.hidden-xs.hidden-lg {
    display: none !important;
  }
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}

.hidden-sm {
  display: block !important;
}

tr.hidden-sm {
  display: table-row !important;
}

th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-sm.hidden-xs {
    display: none !important;
  }
  tr.hidden-sm.hidden-xs {
    display: none !important;
  }
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
  tr.hidden-sm {
    display: none !important;
  }
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md {
    display: none !important;
  }
  tr.hidden-sm.hidden-md {
    display: none !important;
  }
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-sm.hidden-lg {
    display: none !important;
  }
  tr.hidden-sm.hidden-lg {
    display: none !important;
  }
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}

.hidden-md {
  display: block !important;
}

tr.hidden-md {
  display: table-row !important;
}

th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-md.hidden-xs {
    display: none !important;
  }
  tr.hidden-md.hidden-xs {
    display: none !important;
  }
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm {
    display: none !important;
  }
  tr.hidden-md.hidden-sm {
    display: none !important;
  }
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
  tr.hidden-md {
    display: none !important;
  }
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-md.hidden-lg {
    display: none !important;
  }
  tr.hidden-md.hidden-lg {
    display: none !important;
  }
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}

.hidden-lg {
  display: block !important;
}

tr.hidden-lg {
  display: table-row !important;
}

th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-lg.hidden-xs {
    display: none !important;
  }
  tr.hidden-lg.hidden-xs {
    display: none !important;
  }
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm {
    display: none !important;
  }
  tr.hidden-lg.hidden-sm {
    display: none !important;
  }
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md {
    display: none !important;
  }
  tr.hidden-lg.hidden-md {
    display: none !important;
  }
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
  tr.hidden-lg {
    display: none !important;
  }
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

tr.visible-print {
  display: none !important;
}

th.visible-print,
td.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .hidden-print {
    display: none !important;
  }
  tr.hidden-print {
    display: none !important;
  }
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
h4, h5, h6,
h1, h2, h3 {margin-top: 0;}
ul, ol {margin: 0;}
p {margin: 0;}
.main-container label {font-weight: normal;}
.page .label {
	color: inherit;
	font-size: 100%;
	border-radius: 0;
	display: inline-block;
	text-align: left;
	white-space:normal;
	line-height: normal;
}
.main-container .data-table .label {display: table-cell;}
.main-container .radio, .main-container .checkbox {display: inline-block; margin-top: 0;}
@media (min-width: 1200px) { 
   .container {
    max-width: 1200px;
  }
}
@media only screen and (min-width: 768px) {
    span.toggle {display: none;}
    .footer-col-content,
    .block .block-content,
    .box-collateral-content {
      height: 100% !important;
      display: block !important;
      opacity: 1!important;
    }
}



* {
    margin: 0;
    padding: 0
}
html {
    height: 100%;
    width: 100%
}
.catalog-product-compare-index>div {
    min-width: 600px
}
body {
    font-size: 12px;
    line-height: 16px;
    color: #777;
    min-width: 320px;
    position: relative;
    -webkit-text-size-adjust: none;
    background: url(http://www.mysalontools.com/skin/frontend/default/theme560/images/body-bg.gif) center top repeat-x #f6f6f6
}
body>.wrapper {
    position: relative
}
img {
    border: 0;
    vertical-align: top;
    max-width: 100%
}
a {
    color: #333;
    text-decoration: none
}
a:hover {
    text-decoration: none;
    color: #a61d91
}
:focus {
    outline: 0;
    text-decoration: none
}
a:focus {
    outline: 0;
    text-decoration: none;
    color: #a61d91
}
h1 {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.15;
    margin-bottom: 0
}
h2 {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.25;
    margin-bottom: 7px
}
h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 7px
}
h4 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 7px
}
h5 {
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 7px
}
h6 {
    font-size: 11px;
    font-weight: 700;
    margin-bottom: 7px
}
form {
    display: inline
}
fieldset {
    border: 0
}
legend {
    display: none
}
table {
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    font-size: 100%
}
caption,
td,
th {
    vertical-align: top;
    text-align: left;
    font-weight: 400
}
strong {
    font-weight: 700
}
address {
    font-style: normal;
    margin-bottom: 5px
}
cite {
    font-style: normal
}
blockquote,
q {
    quotes: none
}
q:after,
q:before {
    content: ''
}
big,
small {
    font-size: 1em
}
sup {
    font-size: 1em;
    vertical-align: top
}
ol,
ul {
    list-style: none
}
.hidden {
    display: block!important;
    border: 0!important;
    margin: 0!important;
    padding: 0!important;
    font-size: 0!important;
    line-height: 0!important;
    width: 0!important;
    height: 0!important;
    overflow: hidden!important
}
.nobr {
    white-space: nowrap
}
.wrap {
    white-space: normal!important
}
.a-left {
    text-align: left!important
}
.a-center {
    text-align: center!important
}
.a-right {
    text-align: right!important
}
.v-top {
    vertical-align: top
}
.v-middle {
    vertical-align: middle
}
.f-left,
.left {
    float: left!important
}
.f-right,
.right {
    float: right!important
}
.f-none {
    float: none!important
}
.f-fix {
    float: left;
    width: 100%
}
.no-display {
    display: none
}
.no-margin {
    margin: 0!important
}
.no-padding {
    padding: 0!important
}
.no-bg {
    background: none!important
}
#back-top span:before,
#menu-icon:before,
.about-padd-2 ul li:before,
.add-to-links li a:before,
.block-cart-header .empty:before,
.block-cart-header .summary:before,
.block-cart-header:before,
.block-layered-nav dd li:before,
.block-slider-sidebar .slider-sidebar-pager a:before,
.btn-edit:before,
.btn-remove2:before,
.btn-remove:before,
.bx-wrapper .bx-controls-direction a:before,
.camera_wrap .camera_pag .camera_pag_ul li:before,
.checkout-progress li:before,
.currency-switch .currency-title:before,
.custom-servis-ul li h3:before,
.footer-col p:before,
.header .form-search button.button span:before,
.header .form-search:after,
.header-button.currency-list>a:after,
.header-button.lang-list>a:after,
.home-link:before,
.language-list .language-title:before,
.list-icon li a:before,
.map-popup-close:before,
.product-view .box-tags .form-add .input-box:before,
.row-product .email-friend:before,
.row-product .no-rating:before,
.sf-menu li a:before,
.sf-menu-phone li strong:before,
.slider-bg .bx-controls-direction a:before,
.sorter .list:before,
.sorter .view-mode .grid:before,
.swipe ul a:before,
.switch-show>div:after,
button.button span:before,
span.toggle:before {
    font-family: FontAwesome;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    text-indent: 0!important
}
.wrapper {
    width: 100%;
    overflow: hidden
}
.page {
    margin: 0 auto;
    padding: 0;
    text-align: left
}
.page-empty,
.page-print {
    background: #fff;
    padding: 20px;
    text-align: left
}
.page-popup {
    padding: 20px;
    text-align: left;
    margin: 0 auto;
    background: #fff
}
.page-popup .ratings .rating-box {
    float: none;
    margin: 0 auto 10px
}
.main-container {
    padding: 30px 0;
    position: relative;
    z-index: 1;
    background: #fff;
    max-width: 1230px;
    margin: 0 auto;
    box-shadow: 0 0 27px rgba(0, 0, 0, .07);
    -moz-box-shadow: 0 0 27px rgba(0, 0, 0, .07);
    -webkit-box-shadow: 0 0 27px rgba(0, 0, 0, .07)
}
.col-left,
.col-main {
    float: left
}
.col-right {
    float: right
}
.col1-layout .col-main {
    float: none
}
.col2-left-layout .col-main {
    float: right
}
.col3-layout .col-wrapper {
    float: left
}
.col3-layout .col-wrapper .col-main {
    float: right
}
.col2-set .col-narrow {
    width: 33%
}
.col2-set .col-wide {
    width: 65%
}
.cart-collaterals .col2-set .col-1,
.cart-collaterals .col2-set .col-2 {
    width: 48%;
    float: left
}
.cart-collaterals .col2-set .col-1 {
    margin-right: 20px
}
.col3-set .col-1 {
    float: left;
    width: 32%
}
.col3-set .col-2 {
    float: left;
    width: 32%;
    margin-left: 2%
}
.col3-set .col-3 {
    float: right;
    width: 32%
}
.col4-set .col-1 {
    float: left;
    width: 23.5%
}
.col4-set .col-2 {
    float: left;
    width: 23.5%;
    margin: 0 2%
}
.col4-set .col-3 {
    float: left;
    width: 23.5%
}
.col4-set .col-4 {
    float: right;
    width: 23.5%
}
button,
input,
select,
textarea {
    font: 12px Arial, Helvetica, sans-serif;
    vertical-align: middle;
    color: #000
}
.form-control,
input.input-text,
select,
textarea {
    border: 1px solid #dbdbdb;
    border-radius: 0
}
input.input-text,
textarea {
    padding: 6px 12px;
    resize: none;
    -webkit-appearance: none;
    border-radius: 0
}
select {
    padding: 2px;
    moz-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
select option {
    padding-right: 10px
}
select.multiselect option {
    border-bottom: 1px solid #ddd;
    padding: 2px 5px
}
select.multiselect option:last-child {
    border-bottom: 0
}
textarea {
    overflow: auto
}
input.checkbox,
input.radio {
    margin-right: 3px
}
input.qty {
    width: 40px!important;
    text-align: center!important;
    background: 0 0;
    display: inline-block
}
button.button::-moz-focus-inner {
    padding: 0;
    border: 0
}
button.button {
    -webkit-border-fit: lines;
    background: 0 0;
    border: 0;
    overflow: visible;
    cursor: pointer;
    padding: 0;
    margin: 0;
    width: auto
}
button.button>span {
    float: left;
    text-align: center;
    white-space: nowrap;
    padding: 0
}
button.button span span {
    padding: 0 9px;
    display: block;
    float: left
}
.page-sitemap .links a,
button.button>span {
    font-family: Roboto, sans-serif;
    background: url(http://www.mysalontools.com/skin/frontend/default/theme560/images/button-bg.gif) center top repeat-x #93157f;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 34px;
    height: 36px;
    border: 1px solid #a61d91;
    border-bottom-color: #690f5c;
    border-right-color: #690f5c;
    text-transform: uppercase
}
.page-sitemap .links a:hover,
button.button:hover>span {
    background: #7b106a;
    color: #fff;
    border-color: #590c4c #7b106a #7b106a #650d57
}
.page-sitemap .links a {
    display: inline-block;
    text-decoration: none;
    position: relative;
    text-transform: uppercase;
    padding: 0 11px;
    height: 36px;
    line-height: 36px
}
button.btn-details>span {
    background: url(http://www.mysalontools.com/skin/frontend/default/theme560/images/btn-details.gif) center top repeat-x #efefef;
    color: #262626;
    border: 1px solid #f9f9f9;
    border-bottom-color: #acacac;
    border-right-color: #c9c9c9
}
button.btn-details:hover>span {
    background: #eee;
    border-color: #acacac #eee #eee #c4c4c4;
    color: #262626
}
p.control input.checkbox,
p.control input.radio {
    margin-right: 6px
}
.form-list label {
    float: left;
    color: #000;
    font-weight: 700;
    position: relative;
    z-index: 0;
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 0
}
.form-list label.required em {
    float: right;
    font-style: normal;
    color: #a61d91;
    position: absolute;
    top: 0;
    right: -8px
}
.form-list li.control label {
    float: none
}
.form-list li.control input.checkbox,
.form-list li.control input.radio {
    margin-right: 6px
}
.form-list li.control .input-box {
    float: left;
    display: inline;
    width: auto
}
.form-list .input-box {
    display: block;
    clear: both;
    margin-bottom: 7px;
    width: 260px
}
.form-list .field {
    float: left;
    width: 360px
}
.form-list input.input-text {
    width: 333px
}
.form-list textarea {
    resize: none;
    width: 254px;
    height: 10em
}
.form-list select {
    width: 100%
}
.form-list li.wide .input-box {
    width: 535px
}
.form-list li.wide input.input-text,
.form-list li.wide textarea {
    width: 529px
}
.form-list li.additional-row {
    border-top: 1px solid #ccc;
    margin-top: 10px;
    padding-top: 7px
}
.form-list li.additional-row .btn-remove {
    float: right;
    margin: 5px 0 0
}
.form-list .input-range input.input-text {
    width: 74px
}
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-suffix .input-box {
    width: auto
}
.form-list .name-prefix {
    width: 65px
}
.form-list .name-prefix select {
    width: 55px
}
.form-list .name-prefix input.input-text {
    width: 49px
}
.form-list .name-suffix {
    width: 65px
}
.form-list .name-suffix select {
    width: 55px
}
.form-list .name-suffix input.input-text {
    width: 49px
}
.form-list .name-middlename {
    width: 132px
}
.form-list .name-middlename input.input-text {
    width: 104px
}
.form-list .customer-name-prefix-middlename .name-firstname,
.form-list .customer-name-prefix-middlename-suffix .name-firstname {
    width: 140px
}
.form-list .customer-name-prefix-middlename .name-firstname input.input-text,
.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text {
    width: 124px
}
.form-list .customer-name-prefix-middlename-suffix .name-lastname {
    width: 318px
}
.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text {
    width: 189px
}
.field.name-suffix {
    margin-top: 8px
}
.field.name-prefix {
    margin-bottom: 10px
}
.form-list .customer-name-prefix-suffix .name-firstname {
    width: 210px
}
.form-list .customer-name-prefix-suffix .name-lastname {
    width: 205px
}
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text {
    width: 189px
}
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-prefix .name-firstname {
    width: 210px
}
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname,
.form-list .customer-name-suffix .name-lastname {
    width: 230px
}
.opc .form-list .customer-name-middlename .name-firstname,
.opc .form-list .customer-name-middlename-suffix .name-firstname,
.opc .form-list .customer-name-middlename-suffix .name-lastname,
.opc .form-list .customer-name-suffix .name-lastname {
    width: 191px
}
.form-list .customer-name-middlename .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-lastname input.input-text,
.form-list .customer-name-prefix .name-firstname input.input-text,
.form-list .customer-name-suffix .name-lastname input.input-text {
    width: 202px
}
.opc .form-list .customer-name-middlename .name-firstname input.input-text,
.opc .form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.opc .form-list .customer-name-middlename-suffix .name-lastname input.input-text,
.opc .form-list .customer-name-prefix .name-firstname input.input-text,
.opc .form-list .customer-name-suffix .name-lastname input.input-text {
    width: 171px
}
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-year {
    float: left
}
.form-list .customer-dob input.input-text {
    display: block;
    width: 74px
}
.form-list .customer-dob label {
    font-size: 10px;
    font-weight: 400;
    color: #888
}
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month {
    width: 60px
}
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text {
    width: 35px
}
.form-list .customer-dob .dob-year {
    width: 140px
}
.form-list .customer-dob .dob-year input.input-text {
    width: 213px
}
.buttons-set {
    clear: both;
    margin: 5px 0 0;
    padding: 5px 0
}
.buttons-set .back-link {
    float: left;
    margin-top: 5px
}
.buttons-set button.button {
    float: right
}
.buttons-set p.required {
    margin: 0 0 10px;
    font-size: 12px;
    color: #a61d91
}
.fieldset>p {
    margin-bottom: 10px
}
.fieldset .legend {
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 8px;
    color: #a61d91
}
.validation-advice {
    clear: both;
    min-height: 13px;
    margin: 3px 0 0;
    font-size: 10px;
    line-height: 13px;
    color: red
}
.validation-failed {
    border: 1px dashed red!important;
    background: #faebe7!important
}
p.required {
    font-size: 10px;
    text-align: right;
    color: red
}
.v-fix {
    float: left
}
.v-fix .validation-advice {
    display: block;
    width: 12em;
    margin-right: -12em;
    position: relative
}
.success {
    color: #3d6611;
    font-weight: 700
}
.error {
    color: red;
    font-weight: 700
}
.notice {
    color: #ccc
}
.messages,
.messages ul {
    list-style: none!important;
    margin: 0!important;
    padding: 0!important
}
.messages {
    width: 100%;
    overflow: hidden
}
.messages li {
    margin: 0 0 20px
}
.messages li li {
    margin: 4px 0 3px
}
div.alert a {
    font-size: 12px;
    padding-left: 5px
}
div.alert a:hover {
    color: #fff
}
div.alert {
    position: fixed;
    background: #353535;
    top: 0;
    left: 50%;
    width: 333px;
    margin-left: -220px;
    padding: 20px 60px;
    z-index: 999;
    font-size: 12px;
    font-weight: 700;
    color: #dbdbdb;
    border-radius: 0 0 3px 3px;
    text-align: center
}
div.alert button {
    background: url(http://www.mysalontools.com/skin/frontend/default/theme560/images/remove-popup.png) no-repeat;
    width: 9px;
    height: 9px;
    position: absolute;
    right: 20px;
    top: 45%;
    border: none;
    z-index: 9999
}
div.alert button:hover {
    cursor: pointer;
    background-position: 0 -9px
}
.error-msg,
.note-msg,
.notice-msg,
.success-msg {
    border-style: solid!important;
    border-width: 1px!important;
    background-position: 17px center!important;
    background-repeat: no-repeat!important;
    min-height: 24px!important;
    padding: 7px 8px 10px 56px!important;
    font-size: 12px!important;
    font-weight: 700!important
}
.success-msg {
    border-color: #dfebb5
}
.error-msg {
    background: url(http://www.mysalontools.com/skin/frontend/default/theme560/images/i_msg-note.png) left -3px no-repeat #fde4e1;
    color: #df0505;
    font-weight: 700
}
.success-msg {
    background-color: #f7fde1;
    background-image: url(http://www.mysalontools.com/skin/frontend/default/theme560/images/i_msg-success.gif);
    color: #95bc01;
    font-weight: 700
}
.note-msg,
.notice-msg {
    background: url(http://www.mysalontools.com/skin/frontend/default/theme560/images/i_msg-note.png) 7px 6px no-repeat #fde4e1!important;
    border-color: #ebbcb5;
    color: #df0505;
    font-weight: 700
}
.note-msg-empty-catalog {
    background: url(http://www.mysalontools.com/skin/frontend/default/theme560/images/empty-catalog.png) left top no-repeat;
    padding: 30px 30px 30px 150px
}
.availability-only {
    overflow: hidden;
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 5px;
    display: none
}
.breadcrumbs {
    background: #FBFBFB;
    border: 1px solid #DDD;
    padding: 8px 19px;
    margin: 0 0 30px;
    overflow: hidden
}
.breadcrumbs li {
    float: left
}
.breadcrumbs li a {
    text-decoration: none
}
.breadcrumbs li span {
    display: inline-block;
    margin: 0 8px 0 6px
}
.breadcrumbs li strong {
    font-weight: 400
}
.category-title,
.page-title {
    margin: 0 0 30px;
    background: url(http://www.mysalontools.com/skin/frontend/default/theme560/images/page-title.gif) center bottom repeat-x;
    border: 1px solid #d8d8d8;
    padding: 13px
}
.category-title {
    display: block
}
.page-title h1,
.page-title h2 {
    text-transform: uppercase;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    line-height: 18px;
    color: #28292b;
    font-weight: 700
}
.page-title .separator {
    margin: 0 3px
}
.page-title .link-rss {
    float: right
}
.title-buttons {
    text-align: right
}
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 {
    float: left
}
.sub-title,
.subtitle {
    clear: both
}
.pager {
    text-align: center
}
.pager .amount {
    float: left;
    padding-top: 2px
}
.pager .amount span {
    font-weight: 700
}
.pager .amount.spinner {
    padding-top: 13px
}
.pager .amount strong {
    font-weight: 400;
    display: inline-block;
    padding-top: 0
}
.pager .amount strong span {
    font-weight: 700
}
.pager .limiter {
    float: right;
    min-width: 89px
}
.pager .limiter label {
    display: inline-block;
    padding-top: 2px;
    padding-right: 6px;
    float: left
}
.pager .pages {
    margin: 0 135px
}
.pager .pages strong {
    padding-right: 3px
}
.pager .pages ol {
    display: inline
}
.pager .pages li {
    display: inline-block;
    color: #737373;
    font-size: 12px;
    line-height: 15px;
    width: 20px;
    background: #d3d3d3;
    font-weight: 700;
    margin-right: 3px;
    padding: 3px;
    cursor: pointer
}
.pager .pages li a {
    text-decoration: none
}
.pager .pages .current,
.pager .pages li:hover {
    color: #fff;
    background: #262626
}
.pager .pages li:hover a {
    color: #fff
}
.pager .pages li:last-child {
    background: 0 0
}
.pager ol>li:first-child>a {
    text-decoration: none
}
.pager ol>li>a {
    border: 0;
    padding: 0;
    background: 0 0
}
.pager ol>li>a:focus,
.pager ol>li>a:hover {
    background: 0 0
}
.sorter .view-mode {
    float: left;
    font-size: 0;
    overflow: hidden;
    height: 30px;
    width: 150px;
    padding: 0
}
.sorter .grid,
.sorter .list {
    display: block;
    float: left
}
.sorter .view-mode .grid:before {
    content: "\f00a";
    font-size: 28px;
    line-height: 28px;
    display: block
}
.sorter .list:before {
    content: "\f00b";
    font-size: 28px;
    line-height: 28px;
    display: block
}
.sorter .view-mode a,
.sorter .view-mode strong {
    margin-right: 10px
}
.sorter a.grid:hover,
.sorter a.list:hover {
    color: #a61d91
}
.sorter .sort-by {
    float: right;
    min-width: 152px
}
.sorter .sort-by select {
    margin-right: 15px
}
.sorter .sort-by label {
    display: inline-block;
    padding-top: 2px;
    padding-right: 6px;
    float: left
}
.toolbar {
    margin-bottom: 30px
}
.toolbar select {
    min-width: 63px
}
.toolbar .pager {
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 10px;
    padding: 0 0 10px
}
.toolbar .sorter {
    padding: 0
}
.toolbar-bottom {
    margin-top: 30px
}
.data-table {
    width: 100%
}
.data-table th {
    padding: 10px;
    border: 1px solid #dbdbdb;
    font-weight: 700;
    white-space: nowrap;
    color: #000
}
.data-table td {
    padding: 10px;
    border: 1px solid #dbdbdb
}
.data-table tbody.odd td {
    border-width: 0 1px
}
.data-table tbody.even td {
    border-width: 0 1px
}
.data-table tbody.even tr.border td,
.data-table tbody.odd tr.border td {
    border-bottom-width: 1px
}
.data-table th .tax-flag {
    white-space: nowrap;
    font-weight: 400
}
.data-table td.label,
.data-table th.label {
    font-weight: 700;
    color: #7e7e7e
}
tr.summary-total {
    cursor: pointer
}
tr.summary-total .summary-collapse {
    float: right;
    text-align: right;
    padding-left: 20px;
    background: url(http://www.mysalontools.com/skin/frontend/default/theme560/images/bkg_collapse.gif) 0 4px no-repeat;
    cursor: pointer
}
tr.show-details .summary-collapse {
    background-position: 0 -53px
}
tr.summary-details td {
    font-size: 11px;
    background-color: #dae1e4;
    color: #626465
}
tr.summary-details-first td {
    border-top: 1px solid #d2d8db
}
tr.summary-details-excluded {
    font-style: italic
}
.cart-tax-info {
    display: block
}
.cart-tax-info,
.cart-tax-info .cart-price {
    padding-right: 20px
}
.cart-tax-total {
    display: block;
    padding-right: 20px;
    background: url(http://www.mysalontools.com/skin/frontend/default/theme560/images/bkg_collapse.gif) 100% 4px no-repeat;
    cursor: pointer
}
.cart-tax-info .price,
.cart-tax-total .price {
    display: inline!important;
    font-weight: 400!important
}
.cart-tax-total-expanded {
    background-position: 100% -53px
}
.std .subtitle {
    padding: 0
}
.std ol.ol {
    list-style: decimal;
    padding-left: 1.5em
}
.std ul.disc {
    list-style: disc;
    padding-left: 18px;
    margin: 0 0 10px
}
.std dl dt {
    font-weight: 700
}
.std dl dd {
    margin: 0 0 10px
}
.std address,
.std blockquote,
.std dl,
.std ol,
.std p {
    margin: 0 0 1em;
    padding: 0
}
.std ol {
    list-style: decimal;
    padding-left: 1.5em
}
.std ul ul {
    list-style-type: circle
}
.std ol ol,
.std ol ul,
.std ul ol,
.std ul ul {
    margin: .5em 0
}
.std dt {
    font-weight: 700
}
.std dd {
    padding: 0 0 0 1.5em
}
.std blockquote {
    font-style: italic;
    padding: 0 0 0 1.5em
}
.std address {
    font-style: normal
}
.std b,
.std strong {
    font-weight: 700
}
.std em,
.std i {
    font-style: italic
}
.links li {
    display: inline;
    padding-left: 12px
}
.links.LoginLink li.first {
    padding-left: 0
}
.links li.last {
    padding-bottom: 0
}
.links li a {
    text-decoration: none
}
.link-cart {
    font-weight: 700
}
.link-cart:hover {
    text-decoration: underline
}
.link-compare,
.link-reorder,
.link-wishlist {
    font-weight: 700
}
.link-print {
    background: url(http://www.mysalontools.com/skin/frontend/default/theme560/images/i_print.gif) 0 2px no-repeat;
    padding: 2px 0 2px 25px
}
.link-rss {
    background: url(http://www.mysalontools.com/skin/frontend/default/theme560/images/i_rss.gif) 0 1px no-repeat;
    padding-left: 18px;
    white-space: nowrap
}
.btn-remove {
    display: inline-block;
    overflow: hidden;
    margin-left: 13px;
    font-size: 0;
    text-indent: -999px;
    text-decoration: none!important
}
.btn-remove:before {
    content: "\f00d";
    font-size: 16px;
    display: block
}
.btn-remove2 {
    display: inline-block;
    font-size: 0;
    margin: 0
}
.btn-remove2:before {
    content: "\f014";
    font-size: 24px;
    line-height: 24px;
    display: block
}
.btn-edit {
    display: block;
    font-size: 0;
    text-indent: -999px;
    overflow: hidden;
    margin-left: 2px
}
.btn-edit:before {
    content: "\f040";
    font-size: 14px;
    display: block
}
.cards-list dt {
    margin: 5px 0 0
}
.cards-list .offset {
    padding: 2px 0 2px 20px
}
.prod-cart img {
    border: 1px solid #ededed
}
.separator {
    margin: 0 3px
}
.divider {
    clear: both;
    display: block;
    line-height: 0;
    height: 1px;
    margin: 10px 0;
    background: #ddd;
    font-size: 0;
    overflow: hidden
}
.noscript {
    border: 1px solid #ddd;
    border-width: 0 0 1px;
    background: #ffff90;
    font-size: 12px;
    line-height: 1.25;
    text-align: center;
    color: #2f2f2f
}
.noscript .noscript-inner {
    width: 1000px;
    margin: 0 auto;
    padding: 12px 0;
    background: url(http://www.mysalontools.com/skin/frontend/default/theme560/images/i_notice.gif) 20px 50% no-repeat
}
.noscript p {
    margin: 0
}
.demo-notice {
    margin: 0;
    padding: 6px 10px;
    background: #d75f07;
    font-size: 12px;
    line-height: 1.15;
    text-align: center;
    color: #fff
}
.notice-cookie {
    border-bottom: 1px solid #cfcfcf;
    background: #ffff90;
    font-size: 12px;
    line-height: 1.25;
    text-align: center;
    color: #2f2f2f
}
.notice-cookie .notice-inner {
    width: 870px;
    margin: 0 auto;
    padding: 12px 0 12px 80px;
    background: url(http://www.mysalontools.com/skin/frontend/default/theme560/images/i_notice.gif) 20px 25px no-repeat;
    text-align: left
}
.notice-cookie .notice-inner p {
    margin: 0 0 10px;
    border: 1px dotted #cccc73;
    padding: 10px
}
.logo {
    float: left
}
.header .logo {
    float: left;
    display: block;
    text-decoration: none!important
}
.header .logo strong {
    position: absolute;
    top: -999em;
    left: -999em;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden
}
.header h1.logo {
    margin: 0;
    padding: 0
}
.header .logo img {
    max-width: 100%;
    height: auto
}
.header-container {
    background: url(http://www.mysalontools.com/skin/frontend/default/theme560/images/header-container.gif) center bottom repeat-x #fff;
    padding-bottom: 36px;
    margin-bottom: 10px
}
.header {
    padding: 0;
    position: relative
}
.header .header-top {
    background: #000;
    padding: 10px 500px;
    margin-left: -500px;
    margin-right: -500px;
    margin-bottom: 34px
}
.header .quick-access {
    float: left;
    padding: 0
}
.header .welcome-msg {
    float: left;
    font-weight: 700;
    margin: 0 0 0 15px
}
.header .link-extra {
    float: right;
    overflow: hidden;
    padding: 9px 0 0
}
.header .link-extra a {
    float: right;
    clear: right;
    font-weight: 700;
    color: #898989;
    margin-bottom: 5px
}
.header .link-extra a:hover {
    color: #000
}
.header .links {
    float: left
}
.header .links li {
    float: left;
    padding: 0
}
.header .links li a {
    display: inline-block;
    margin-right: 10px;
    font-weight: 700;
    color: #b1b0b0
}
.header .links li a:hover {
    color: #fff
}
.header .links .top-car,
.header .links .top-link-cart,
.header .links li:nth-child(4),
.header .links li:nth-child(5) {
    display: none
}
.header .form-search {
    text-align: right
}
#search_mini_form {
    float: right;
    position: relative;
    moz-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
.header .form-search {
    position: relative
}
.header .form-search:after {
    content: "\f002";
    font-size: 14px;
    color: #777;
    border-right: 1px solid #d8d8d8;
    position: absolute;
    left: 0;
    top: 6px;
    height: 25px;
    width: 38px;
    text-align: center;
    line-height: 25px
}
.header .form-search .input-text {
    float: left;
    padding: 6px 6px 6px 50px;
    width: 267px;
    height: 38px;
    line-height: 24px;
    background: #fcfcfc;
    border: 1px solid #d8d8d8
}
.header .form-search button.button {
    margin-left: -1px
}
.header .form-search button.button span {
    height: 38px
}
.header .form-search button.button span span {
    padding-left: 13px;
    padding-right: 13px
}
.header .form-search label {
    float: left;
    margin-left: 17px;
    display: none
}
#select-form {
    margin-left: 1px
}
.header .form-search .search-autocomplete {
    z-index: 999;
    font-size: 13px;
    width: 100%
}
.header .form-search .search-autocomplete ul {
    border: 1px solid #ddd;
    background-color: #fff
}
.header .form-search .search-autocomplete li {
    border-bottom: 1px solid #ddd;
    cursor: pointer;
    text-align: left
}
.header .form-search .search-autocomplete li:hover {
    background-color: #fafafa
}
.header .form-search .search-autocomplete li .amount {
    float: right;
    font-weight: 700
}
.header .search-autocomplete li p {
    overflow: hidden
}
.header .form-search .search-autocomplete ul {
    border-top-width: 0;
    border-bottom-width: 0
}
.header .form-search .search-autocomplete li {
    padding: 5px
}
.header .form-search .search-autocomplete li img {
    margin-right: 10px
}
.ps-phone .header .form-search .search-autocomplete {
    display: none!important
}
.header-buttons {
    float: right
}
.header-button {
    float: right;
    position: relative;
    width: 36px;
    margin-left: 4px
}
.header-button>a {
    display: block
}
.header-button.currency-list>a,
.header-button.lang-list>a {
    font-size: 11px;
    line-height: 18px;
    font-weight: 700;
    color: #b1b0b0;
    text-transform: capitalize;
    text-align: right;
    width: 100%
}
.header-button>a:after {
    content: "\f107";
    color: #fff;
    font-size: 15px;
    float: right;
    margin-left: 3px
}
.header-button ul {
    display: none;
    text-align: left;
    position: absolute;
    right: 0;
    top: 20px;
    padding: 0;
    z-index: 999;
    border: 1px solid #b7b7b7;
    width: 220px
}
.header-button.lang-list ul {
    width: 120px
}
.header-button ul li {
    float: none;
    display: block;
    padding-left: 0;
    border-bottom: 1px solid #b7b7b7
}
.header-button ul li:last-child {
    border: 0
}
.header-button ul li a {
    display: block;
    background: #f9f9f9;
    font-size: 14px;
    line-height: 17px;
    color: #000;
    padding: 5px 10px;
    min-height: 18px
}
.header-button ul li a:hover {
    background-color: #efefef
}
.header-button.active>a,
.header-button>a:hover {
    color: #fff
}
.header-container .top-container {
    clear: both;
    text-align: right
}
.block-cart-header {
    float: right;
    clear: right;
    background: #a61d91;
    padding: 10px 10px 9px 15px;
    position: relative;
    margin-left: 17px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, .31);
    -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, .31);
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .31)
}
.block-cart-header:before {
    content: "\f07a";
    font-size: 23px;
    color: #372e2a;
    line-height: 20px;
    padding: 0 4px;
    float: left;
    margin-right: 5px
}
.block-cart-header h3 {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    margin: 0
}
.block-cart-header .empty,
.block-cart-header .summary,
.block-cart-header .summary strong {
    font-weight: 400;
    color: #fff
}
.block-cart-header .empty {
    display: block
}
.block-cart-header .empty:hover,
.block-cart-header .summary:hover {
    cursor: pointer
}
.block-cart-header .btn-edit,
.block-cart-header .btn-remove {
    float: right;
    margin: 0 5px 0 0
}
.block-cart-header .truncated {
    display: none
}
.block-cart-header .cart-content {
    position: absolute;
    right: 0;
    top: 45px;
    z-index: 9;
    min-width: 280px;
    width: 100%;
    display: none;
    cursor: default
}
.block-cart-header .empty .cart-content {
    background: #f9f9f9;
    padding: 10px;
    color: #000;
    box-shadow: 0 0 5px rgba(0, 0, 0, .18);
    -moz-box-shadow: 0 0 5px rgba (0, 0, 0, .18);
    -webkit-box-shadow: 0 0 5px rgba (0, 0, 0, .18);
    border: 1px solid #ddd;
    moz-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}
.block-cart-header .actions {
    padding: 20px 20px 10px;
    overflow: hidden
}
.block-cart-header .actions button.button {
    float: left;
    margin-bottom: 10px;
    margin-right: 40px
}
.block-cart-header .actions button.button+button.button {
    margin-right: 0
}
.block-cart-header .mini-products-list li {
    background: #f9f9f9;
    border-top: 1px solid #dbdbdb;
    width: 100%;
    float: left;
    clear: both;
    min-height: 85px;
    padding: 20px;
    position: relative
}
.block-cart-header .mini-products-list .product-image {
    width: 70px;
    border: 1px solid #ededed
}
.block-cart-header .mini-products-list .product-details {
    margin: 0 0 0 80px;
    overflow: inherit
}
.block-cart-header .product-name {
    padding-bottom: 0;
    width: 54%!important
}
.block-cart-header .cart-content .price {
    font-weight: 700
}
.block-cart-header .cart-content-header {
    padding: 11px 20px;
    color: #fff
}
.block-cart-header .actions,
.block-cart-header .cart-content-header {
    background: #323232
}
.block-cart-header .subtotal .label {
    font-weight: 700;
    padding: 0
}
.block-cart-header .subtotal .price {
    float: right
}
.block-cart-header .mini-cart {
    display: none
}
.col2-set {
    width: auto
}
.block {
    margin: 0 0 20px
}
.block.last_block {
    margin-bottom: 0
}
.block .block-title {
    margin: 0 0 30px;
    background: url(http://www.mysalontools.com/skin/frontend/default/theme560/images/page-title.gif) center bottom repeat-x;
    border: 1px solid #d8d8d8;
    padding: 13px;
    position: relative
}
.block .block-title strong {
    text-transform: uppercase;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    line-height: 17px;
    color: #28292b;
    font-weight: 700;
    display: inline-block
}
.block .block-title a {
    text-decoration: none!important
}
.block .block-subtitle {
    font-size: 13px;
    line-height: 16px;
    color: #2d2328;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 14px
}
.block .block-content {
    width: 100%
}
.block .block-content li.item {
    padding: 15px 0;
    border-bottom: 1px solid #dbdbdb;
    position: relative
}
.block .block-content li.last {
    border: 0
}
.block .block-content li.item:first-child {
    padding-top: 0
}
.block .block-content .mini-products-list li.item {
    padding: 18px;
    margin-bottom: 29px;
    border: 0
}
.block .block-content .mini-products-list li.last {
    margin-bottom: 0
}
.block .block-content .mini-products-list li:after {
    content: ".";
    font-size: 0;
    text-indent: -77777px;
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid #d8d8d8;
    left: 0;
    top: 0;
    z-index: -1
}
.block .block-content .mini-products-list li:hover:after {
    border-color: #28292b;
    border-width: 4px
}
.widget.widget-catalogsale-products .price-box.map-info {
    padding: 10px 0
}
.widget.widget-catalogsale-products .price-box.map-info a {
    padding-left: 0
}
.block .btn-edit,
.block .btn-remove {
    float: right
}
.block .actions {
    padding: 17px 0 0
}
.block .actions a {
    display: inline-block;
    font-weight: 700;
    text-decoration: underline;
    margin-left: 10px
}
.block .actions a:hover {
    text-decoration: none
}
.block-compare .actions {
    padding: 20px 0 10px
}
.block .price-box.map-info .price {
    font-size: 13px;
    font-family: Arial
}
.block .price {
    font-weight: 700
}
.mini-products-list li {
    padding: 5px 0
}
.mini-products-list .product-control-buttons {
    overflow: hidden;
    position: relative;
    margin-bottom: 5px;
    height: 19px
}
.mini-products-list .product-image {
    float: left;
    width: 90px;
    background: #fff;
    margin-right: 10px
}
.mini-products-list .product-image img {
    max-width: 100%
}
.mini-products-list .product-details {
    padding-top: 10px;
    overflow: hidden
}
.mini-products-list .product-details h4 {
    font-size: 1em;
    font-weight: 700;
    margin: 0
}
.mini-products-list .product-name {
    display: block;
    overflow: hidden;
    margin-bottom: 5px
}
.mini-products-list .product-name:hover {
    color: #000
}
.block-cart .mini-products-list .product-details .nobr small,
.block-cart .mini-products-list .product-name {
    word-wrap: break-word
}
.block-cart .mini-products-list .product-details .nobr {
    white-space: normal!important
}
.block-account ul li {
    padding-bottom: 5px
}
.block-currency select {
    width: 100%;
    border: 1px solid #888
}
.block-layered-nav dt {
    border-top: 1px solid #dbdbdb;
    font-weight: 700;
    padding-top: 15px
}
.block-layered-nav dd {
    padding: 10px 0 10px 19px;
    margin-bottom: 15px
}
.block-layered-nav dd.odd.last {
    padding-bottom: 0;
    margin-bottom: 0
}
.block-layered-nav dd li a {
    text-decoration: none
}
.block-layered-nav dd li {
    color: #a61d91;
    padding: 0 0 3px
}
.block-layered-nav dd li:before {
    content: "\f105";
    margin-right: 10px;
    font-size: 14px
}
.block-layered-nav dd li .price {
    font-weight: 400
}
.block-layered-nav .btn-remove {
    float: right;
    margin: 5px 3px 0 2px
}
.block-layered-nav .block-content .actions a {
    text-decoration: none
}
.block-layered-nav .block-content .actions {
    padding-top: 5px;
    padding-bottom: 10px
}
.block-layered-nav #narrow-by-list2 dt {
    border: none;
    padding-top: 0
}
.widget-catalogsale-products .price-box .price-label {
    display: none
}
.widget-catalogsale-products .mini-products-list .product-name {
    margin-left: 0
}
.widget-catalogsale-products .product-name {
    margin-bottom: 5px
}
.widget-catalogsale-products .block-content li.item {
    border: 0;
    padding: 0 0 25px
}
#product_tabs_review_tabbed_contents #review-form h3 span {
    color: #a61d91
}
.block-cart .amount {
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 12px;
    margin-bottom: 16px
}
.block-cart .amount a {
    font-weight: 700
}
.block-cart .amount a:hover {
    text-decoration: underline
}
.block-cart .subtotal .price {
    font-weight: 700;
    color: #000;
    padding-left: 6px
}
.block-cart .amount-2 {
    border-top: 1px solid #dbdbdb;
    color: #000;
    padding-top: 16px;
    padding-bottom: 17px
}
.block-cart .amount-2 a {
    text-decoration: none;
    font-weight: 700
}
.block-cart .actions .paypal-logo {
    float: left;
    width: 100%;
    margin: 3px 0 0;
    text-align: right;
    display: none
}
.block-cart .actions .paypal-logo .paypal-or {
    clear: both;
    display: block;
    padding: 0 55px 5px 0
}
.block-cart .actions {
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 20px;
    margin-bottom: 17px
}
.block-cart .product-details {
    text-transform: uppercase
}
.block-cart .product-details strong {
    font-weight: 400;
    padding: 0 0 0 3px
}
.block-wishlist .btn-remove {
    margin-left: 7px
}
.block-wishlist .product-name a {
    text-decoration: none
}
.block-wishlist .price-box {
    float: left
}
.block-wishlist .link-cart {
    float: right;
    text-decoration: underline;
    margin-top: 5px;
    margin-left: 5px
}
.block-wishlist .link-cart:hover {
    text-decoration: none
}
.block-wishlist .block-content li.item {
    border-bottom: 1px solid #dbdbdb;
    padding: 20px 0
}
.block-wishlist .actions {
    padding-bottom: 5px
}
.product-image {
    display: inline-block;
    position: relative
}
.block-related li {
    padding: 5px 0
}
.block-related input.checkbox {
    float: left;
    margin: 5px 5px 0 0
}
.block-related .product {
    overflow: hidden
}
.block-related .product .product-details .regular-price {
    float: none
}
.rel-label {
    font-size: 12px;
    color: #333;
    padding-top: 6px;
    display: inline-block
}
.block-related .price-box {
    margin-bottom: 10px
}
.block-related .link-wishlist {
    font-size: 12px;
    font-weight: 700
}
.block-related .link-wishlist:hover {
    text-decoration: underline
}
.block-related .block-content li.item.last {
    padding-bottom: 10px
}
.block-related .product-name {
    width: auto;
    margin: 0 0 10px
}
.block-compare li {
    padding: 12px 0
}
.block-compare .btn-remove {
    margin-left: 10px
}
.block-compare .block-title small {
    display: none
}
.block-compare .product-name {
    overflow: hidden
}
.block-compare .product-name a {
    text-decoration: none
}
.block-compare .product-image {
    float: left;
    margin-right: 10px;
    width: 45px
}
.block-compare button.button {
    margin-right: 10px
}
.block-compare .actions a {
    margin-left: 0
}
.block-compared li a,
.block-viewed li a {
    text-decoration: none;
    display: inline-block
}
.block-compared .block-content li.item:first-child,
.block-viewed .block-content li.item:first-child {
    border-top: none
}
#co-payment-form {
    width: 100px
}
.block-poll .block-subtitle {
    font-size: 13px;
    line-height: 15px;
    text-transform: none;
    font-weight: 700
}
.block-poll label {
    line-height: 18px;
    margin-bottom: 0
}
.block-poll input.radio {
    float: left;
    margin: 2px 0 0
}
.block-poll .label {
    display: block;
    margin-left: 32px;
    padding: 3px 0 0
}
.block-poll li {
    padding: 3px 0 4px
}
.block-poll .actions {
    margin: 0;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px
}
.block-poll .answer {
    float: left;
    width: 200px
}
.block-poll .answer span {
    display: block;
    width: 150px;
    color: #b2b2b2
}
.block-poll .votes {
    font-weight: 400;
    float: right;
    width: 70px;
    text-align: right;
    color: #a61d91
}
.block-tags {
    border: none
}
.block-tags li,
.block-tags ul {
    display: inline
}
.block-tags .actions a {
    margin-left: 0
}
.block-tags .actions {
    padding-bottom: 5px
}
.product-tags li {
    float: left;
    margin-right: 7px
}
#addTagForm {
    overflow: hidden
}
.block-subscribe .form-subscribe-header {
    display: inline-block;
    margin-bottom: 8px
}
.block-subscribe .input-box {
    width: 100%
}
.block-subscribe .input-box input {
    width: 100%;
    padding: 8px
}
.block-subscribe .actions {
    float: left
}
.block-reorder li {
    padding: 5px 0
}
.block-reorder input.checkbox {
    float: left;
    margin: 0
}
.block-reorder .product-name {
    margin-left: 20px
}
.block-reorder .actions a {
    margin-left: 0
}
.block-reorder button.button {
    margin: 0 10px 8px 0
}
.block-banner .block-content {
    text-align: center;
    padding: 0;
    border: 0
}
.block-login label {
    font-weight: 700;
    color: #666
}
.block-login input.input-text {
    display: block;
    width: 167px;
    margin: 3px 0
}
.paypal-logo {
    display: inline-block;
    margin: 0;
    text-align: center;
    overflow: hidden
}
.paypal-logo a {
    float: none;
    display: inline-block;
    width: 100px
}
.paypal-logo a img {
    max-width: 100%;
    height: auto
}
.block-slider-sidebar {
    display: none;
    position: relative
}
.block-slider-sidebar.block-slider-start {
    display: block
}
.block-slider-sidebar .block-content {
    background: #f6f6f6;
    border-top: 3px solid #a61d91;
    padding-bottom: 35px
}
.block-slider-sidebar .slider-sidebar-cont {
    padding: 38px;
    text-align: center
}
.block-slider-sidebar li {
    width: 270px;
    min-height: 430px;
    float: left;
    position: relative
}
.block-slider-sidebar li a {
    display: block;
    background: #ccc
}
.block-slider-sidebar img {
    max-width: 100%;
    margin-bottom: 15px
}
.block-slider-sidebar .block-content>a {
    font-size: 20px;
    position: absolute;
    top: 0;
    right: 0
}
.block-slider-sidebar a.slider-sidebar-prev {
    right: 40px
}
.block-slider-sidebar .slider-sidebar-pager {
    text-align: center;
    margin-top: -20px;
    position: relative
}
.block-slider-sidebar .slider-sidebar-pager a {
    font-size: 11px;
    line-height: 11px;
    display: inline-block;
    margin: 0 4px;
    color: #777
}
.block-slider-sidebar .slider-sidebar-pager a:before {
    content: "\f10c"
}
.block-slider-sidebar .slider-sidebar-pager a.selected,
.block-slider-sidebar .slider-sidebar-pager a:hover {
    color: #a71d92
}
.block-slider-sidebar .slider-sidebar-pager a.selected:before,
.block-slider-sidebar .slider-sidebar-pager a:hover:before {
    content: "\f111"
}
.block-slider-sidebar .slider-sidebar-pager span {
    font-size: 0;
    text-indent: -777px
}
.block-slider-sidebar h1 {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #333;
    margin-bottom: 5px
}
.block-slider-sidebar p {
    margin-bottom: 15px
}
.block-slider-sidebar button.button span span {
    padding: 0 13px
}
.block-slider-sidebar button.button span {
    height: 38px
}
.category-image {
    width: 100%;
    overflow: hidden;
    margin: 0 0 10px;
    text-align: center
}
.category-image img {
    max-width: 100%
}
.category-description {
    margin: 0 0 10px
}
.products-grid {
    position: relative;
    margin-bottom: 30px
}
.products-grid.last {
    margin-bottom: 0
}
.price-box.map-info a {
    text-decoration: none;
    margin-top: 5px
}
.products-grid.last {
    border-bottom: 0
}
.products-grid li.item {
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
.products-grid li.item .wrapper-hover {
    padding: 18px;
    position: relative
}
.products-grid li.item .wrapper-hover:after,
.products-grid li.item .wrapper-hover:before {
    content: ".";
    font-size: 0;
    text-indent: -77777px;
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid #d8d8d8;
    left: 0;
    top: 0;
    z-index: -1
}
.products-grid li.item .wrapper-hover:before {
    opacity: 0;
    border-width: 4px;
    z-index: 0
}
.products-grid li.item:hover .wrapper-hover:before {
    border-color: #28292b;
    opacity: 1
}
.products-grid li.last {
    margin-right: 0
}
.products-grid .product-image {
    display: block;
    max-width: 270px;
    height: auto;
    margin: 0 auto 15px;
    text-align: center;
    position: relative
}
.products-grid .product-image:hover {
    border-color: #efefef
}
.products-grid .price-box {
    color: #3A3A3A;
    overflow: hidden;
    margin: 0 0 5px;
    width: 100%
}
.products-grid .availability {
    line-height: 21px
}
.products-grid .actions {
    clear: both;
    margin: 0;
    position: relative
}
.products-grid .actions>span {
    position: absolute;
    left: 0;
    bottom: -3px
}
.products-grid .desc.std {
    overflow: hidden;
    color: #b2b2b2;
    padding: 5px 0
}
.product-box-2 {
    background: url(http://www.mysalontools.com/skin/frontend/default/theme560/images/tail-grid-bottom.gif) repeat-x #fdfdfd;
    padding: 16px 18px 0;
    margin: 0 -18px;
    overflow: hidden;
    position: relative
}
.product-box-2>span {
    position: absolute;
    left: 18px;
    bottom: -3px
}
.products-grid .ratings {
    margin-bottom: 17px
}
.products-grid .ratings .amount a {
    text-decoration: none
}
.products-grid .no-rating a {
    text-decoration: none;
    padding-top: 0;
    display: inline-block
}
.products-grid .no-rating {
    padding-top: 8px;
    margin-bottom: 7px
}
.products-grid .add-to-links {
    position: relative;
    float: none;
    padding-top: 5px
}
.products-grid .add-to-links li {
    display: inline-block
}
.products-grid .add-to-links li:first-child {
    margin-right: 8px
}
.products-grid button.button {
    margin-bottom: 5px;
    margin-right: 8px
}
.products-grid .desc_grid {
    margin-bottom: 5px
}
.add-to-links {
    float: left
}
.products-grid .product-name,
.products-list .product-name {
    margin: 0 0 5px
}
.products-grid .product-name a,
.products-list .product-name a {
    font-family: Roboto, sans-serif;
    color: #a61d91;
    font-size: 14px;
    line-height: 17px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase
}
.products-grid .product-name a:hover,
.products-list .product-name a:hover {
    color: #000
}
.products-grid .product-image img,
.products-list .product-image img {
    max-width: 100%
}
.products-list li.item {
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative
}
.products-list li.item.last {
    border-bottom: 0
}
.products-list .product-image {
    float: left;
    width: 210px;
    height: auto;
    margin-right: 30px
}
.products-list .list-inner {
    width: 210px;
    height: 210px;
    position: relative;
    float: left
}
.products-list .product-shop {
    overflow: hidden
}
.products-list .price-box {
    color: #3A3A3A;
    margin: 12px 0;
    overflow: hidden;
    width: 100%
}
.products-list .price-box .regular-price {
    float: left;
    padding-right: 12px
}
.products-list .availability {
    float: left;
    margin: 3px 0 0
}
.products-list .desc {
    clear: both;
    margin: 0 0 15px
}
.products-list .desc>p {
    float: left
}
.products-list .desc>p strong {
    color: #a61d91
}
.products-list .desc .link-learn {
    font-weight: 700;
    text-decoration: underline
}
.products-list .add-to-links {
    padding-top: 10px;
    float: none
}
.products-list .add-to-links li:first-child {
    margin-right: 19px
}
.products-list .f-fix {
    position: relative
}
.products-list .f-fix>span {
    left: 0;
    position: absolute;
    bottom: 0
}
.products-list .list-btn {
    display: inline-block;
    float: left
}
.products-list .add-to-links .separator {
    display: none
}
.products-list .add-to-links li {
    float: left
}
.list-reviews {
    float: right;
    width: 285px;
    text-align: right
}
.row-list {
    width: 100%;
    position: relative
}
.row-list>span {
    position: absolute;
    left: 0;
    top: 40px
}
.products-list .ratings {
    margin-bottom: 17px
}
.products-list .no-rating {
    text-align: right;
    padding-top: 6px
}
.products-list .no-rating a {
    text-decoration: none
}
.ratings {
    line-height: 15px;
    margin: 5px 0 7px
}
.ratings strong {
    float: left;
    margin: 1px 3px 0 0
}
.ratings .rating-links {
    margin: 0
}
.ratings .rating-links a {
    text-decoration: none
}
.ratings .rating-links .separator {
    margin: 0 2px
}
.rating-box {
    width: 91px;
    height: 14px;
    line-height: 0;
    background: url(http://www.mysalontools.com/skin/frontend/default/theme560/images/bkg_rating.png) repeat-x;
    font-size: 0;
    overflow: hidden
}
.rating-box .rating {
    float: left;
    height: 14px;
    background: url(http://www.mysalontools.com/skin/frontend/default/theme560/images/bkg_rating.png) 0 100% repeat-x
}
.ratings .rating-box {
    float: left;
    margin-right: 7px
}
.email-friend.left {
    float: left
}
.ratings-table td,
.ratings-table th {
    font-size: 11px;
    line-height: 1.15;
    padding: 3px 0
}
.ratings-table th {
    font-weight: 700;
    padding-right: 8px
}
.review-product-list .col-main .ratings-table td,
.review-product-list .col-main .ratings-table th {
    border: 1px solid #DDD;
    padding: 7px
}
.review-product-list .col-main .ratings-table {
    margin: 10px 0
}
#block-related .price-box.map-info {
    display: none
}
.availability {
    margin: 0
}
.availability span {
    font-weight: 700
}
.availability.out-of-stock span {
    color: #d83820
}
.availability-only {
    margin: 0 0 7px
}
.availability-only a {
    background: url(http://www.mysalontools.com/skin/frontend/default/theme560/images/i_availability_only_arrow.gif) 100% 0 no-repeat;
    cursor: pointer;
    padding-right: 15px
}
.availability-only .expanded {
    background-position: 100% -15px
}
.availability-only-details {
    margin: 0 0 7px
}
.availability-only-details th {
    background: #f2f2f2;
    font-size: 10px;
    padding: 0 8px
}
.availability-only-details td {
    border-bottom: 1px solid #ddd;
    font-size: 11px;
    padding: 2px 8px 1px
}
.email-friend {
    margin-bottom: 5px
}
.price {
    white-space: nowrap!important
}
.price-box .price {
    font-weight: 700;
    font-size: 13px
}
.regular-price {
    display: block
}
.col-main .price-box.map-info .old-price .price,
.col-main .regular-price .price {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    color: #333
}
.block .old-price .price,
.products-grid .old-price .price,
.products-list .old-price .price {
    font-size: 14px;
    line-height: 16px;
    color: #333;
    font-weight: 700
}
.block .special-price .price,
.products-grid .special-price .price,
.products-list .special-price .price {
    font-family: Roboto, sans-serif;
    font-size: 20px;
    line-height: 22px;
    color: #a61d91;
    font-weight: 700;
    display: block
}
.block .old-price .price-label,
.block .special-price .price-label,
.col-main .old-price .price-label,
.col-main .special-price .price-label {
    display: none
}
.old-price .price-label {
    font-weight: 700;
    white-space: nowrap
}
.old-price .price {
    font-weight: 700;
    text-decoration: line-through
}
.product-shop .old-price .price {
    font-size: 14px
}
.product-shop .old-price {
    margin-right: 5px
}
.special-price .price,
.special-price .price-label {
    font-weight: 700
}
.minimal-price .price-label {
    font-weight: 700;
    white-space: nowrap
}
.minimal-price-link {
    display: inline-block;
    margin-top: 2px
}
.minimal-price-link .price {
    font-weight: 400
}
.minimal-price-link span {
    display: inline-block;
    text-decoration: none
}
.price-excluding-tax {
    display: block
}
.price-excluding-tax .label {
    white-space: nowrap
}
.price-excluding-tax .price {
    font-weight: 400
}
.price-including-tax {
    display: block
}
.price-including-tax .label {
    white-space: nowrap
}
.price-including-tax .price {
    font-weight: 700
}
.configured-price .price-label {
    font-weight: 700;
    white-space: nowrap
}
.configured-price .price {
    font-weight: 700
}
.weee {
    display: block;
    font-size: 11px;
    color: #444
}
.weee .price {
    font-size: 11px;
    font-weight: 400
}
.price-excl-tax {
    display: block
}
.price-excl-tax .label {
    display: block;
    white-space: nowrap
}
.price-excl-tax .price,
.price-incl-tax {
    display: block
}
.price-incl-tax .label {
    display: block;
    white-space: nowrap
}
.price-incl-tax .price {
    display: block;
    font-weight: 700
}
.price-from .price-label {
    font-weight: 700;
    white-space: nowrap
}
.price-to .price-label {
    font-weight: 700;
    white-space: nowrap
}
.price-notice {
    padding-left: 10px
}
.price-notice .price {
    font-weight: 700
}
.price-as-configured {
    color: #3A3A3A
}
.price-as-configured .price-label {
    white-space: nowrap
}
.tier-prices .price {
    font-weight: 700
}
.add-to-links .separator {
    display: none
}
.add-to-cart .qty-block {
    float: left;
    padding-top: 0
}
.add-to-cart label {
    margin-right: 7px;
    color: #3a3a3a
}
.add-to-cart .qty {
    font-size: 12px;
    text-align: center;
    padding: 3px 6px 4px 7px
}
.add-to-cart button.button {
    float: left;
    margin-left: 5px
}
.add-to-cart .paypal-logo {
    clear: left;
    text-align: right
}
.add-to-cart .paypal-logo .paypal-or {
    clear: both;
    display: block;
    margin: 5px 46px 5px 0
}
.product-view .add-to-cart .paypal-logo {
    margin: 0;
    display: none
}
.add-to-box .add-to-cart {
    float: left;
    width: 100%;
    position: relative
}
.add-to-box .add-to-cart #ajax_loader {
    position: absolute;
    bottom: -22px;
    right: 0
}
.add-to-box .or {
    float: left;
    margin: 0 10px
}
.add-to-box .add-to-links {
    float: left
}
.product-view {
    margin-bottom: 20px
}
.product-view .product-name h1 {
    font-size: 17px;
    line-height: 24px;
    color: #a61d91;
    font-weight: 400
}
.catalog-product-view .col-right {
    padding-top: 0
}
.product-view h2 {
    font-family: Roboto, sans-serif;
    background: url(http://www.mysalontools.com/skin/frontend/default/theme560/images/page-title.gif) center bottom repeat-x;
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
    color: #28292B;
    border: 1px solid #D8D8D8;
    padding: 13px;
    font-weight: 700;
    margin-bottom: 15px;
    position: relative
}
.tt {
    display: block
}
.zoom-inner {
    width: 300px;
    margin-bottom: 10px;
    height: 300px;
    position: relative
}
.more-views h2 {
    display: none
}
.product-essential {
    margin-bottom: 0;
    padding-bottom: 25px
}
.product-view .product-essential .product-shop .nobr {
    margin-bottom: 5px;
    display: inline-block
}
.product-collateral #customer-reviews dl dt {
    margin-bottom: 5px
}
.product-collateral #customer-reviews dl dd {
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 10px;
    margin-bottom: 10px
}
.product-collateral #customer-reviews dl dd.last {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0
}
.product-collateral #customer-reviews dl dd table {
    margin-bottom: 5px
}
.product-collateral #customer-reviews .pager {
    margin-bottom: 10px
}
.product-collateral #customer-reviews #product-review-table span.nobr {
    display: block;
    padding: 0 5px
}
.product-collateral #customer-reviews #product-review-table .value {
    text-align: center
}
.product-collateral #customer-reviews #product-review-table {
    margin-bottom: 20px
}
#customer-reviews .form-list label.required {
    margin-bottom: 5px
}
#customer-reviews .form-list textarea {
    min-width: 332px;
    max-width: 332px
}
.product-collateral .box-collateral {
    margin-bottom: 30px
}
.product-view .product-img-box {
    float: left;
    text-align: center;
    margin-bottom: 30px;
    width: 310px
}
.col3-layout .product-view .product-img-box {
    float: none;
    margin: 0 auto
}
.product-view .product-img-box .product-image {
    position: relative;
    height: 310px;
    width: 310px;
    border: 1px solid #dbdbdb;
    background: url(http://www.mysalontools.com/skin/frontend/default/theme560/images/opc-ajax-loader.gif) center center no-repeat;
    overflow: hidden
}
.product-view .product-img-box .product-box-customs .product-image {
    overflow: inherit
}
.product-view .product-img-box .product-image:before {
    display: none
}
.product-view .product-img-box .product-image .big {
    background: #fff
}
.product-view .product-img-box .product-box-customs .product-image span {
    display: block;
    position: absolute;
    background: 0 0;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}
.product-view .product-img-box .product-box-customs .product-image-zoom {
    position: relative;
    width: 310px;
    height: 310px;
    overflow: hidden;
    z-index: 9
}
.product-view .product-img-box .product-box-customs .product-image-zoom img {
    position: absolute;
    left: 0;
    top: 0;
    width: 310px!important;
    height: 310px!important
}
.product-view .product-img-box .zoom-notice {
    text-align: center
}
.product-view .product-img-box .zoom {
    position: relative;
    z-index: 9;
    height: 18px;
    margin: 0 auto 13px;
    padding: 0 28px;
    background: url(http://www.mysalontools.com/skin/frontend/default/theme560/images/slider_bg.gif) 50% 50% no-repeat;
    cursor: pointer
}
.product-view .product-img-box .zoom.disabled {
    -moz-opacity: .3;
    -webkit-opacity: .3;
    -ms-filter: "alpha(Opacity=30)";
    opacity: .3
}
.product-view .product-img-box .zoom #track {
    position: relative;
    height: 18px
}
.product-view .product-img-box .zoom #handle {
    position: absolute;
    left: 0;
    top: -1px;
    width: 9px;
    height: 22px;
    background: url(http://www.mysalontools.com/skin/frontend/default/theme560/images/magnifier_handle.gif) no-repeat
}
.product-view .product-img-box .zoom .btn-zoom-out {
    position: absolute;
    left: 2px;
    top: 0
}
.product-view .product-img-box .zoom .btn-zoom-in {
    position: absolute;
    right: 2px;
    top: 0
}
.product-view .product-img-box .product-box-customs .zoom,
.product-view .product-img-box .product-box-customs .zoom-notice {
    display: none
}
.product-view .product-img-box .more-views li a {
    display: block;
    border: 1px solid #DBDBDB
}
.product-view .gallery-swipe-content {
    max-width: 270px;
    margin: 0 auto;
    position: relative;
    display: none
}
.product-view .bx-controls-direction>a {
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
    z-index: 4
}
.product-view .bx-controls-direction>a.bx-next {
    right: 0;
    left: auto
}
@media only screen and (max-width: 767px) {
    .ps-phone .product-view .gallery-swipe-content {
        display: block
    }
    .ps-phone .product-view .more-views,
    .ps-phone .product-view .product-image {
        display: none
    }
    .product-view .product-img-box .product-image span {
        z-index: 9999
    }
}
.product-image-popup {
    margin: 0 auto
}
.product-image-popup .buttons-set {
    float: right;
    clear: none;
    border: 0;
    margin: 0;
    padding: 0
}
.product-image-popup .nav {
    margin: 0 100px;
    text-align: center
}
.product-image-popup .image {
    display: block
}
.addthis_32x32_style .addthis_counter.addthis_bubble_style {
    width: 62px!important
}
.product-view .product-shop {
    float: right;
    width: 61%
}
.product-view .product-shop .ratings {
    float: left;
    margin: 0
}
.product-view .product-shop .ratings .rating-box {
    float: none;
    margin: 0 0 5px
}
.col1-layout .product-view .product-shop {
    float: right;
    width: 700px
}
.col3-layout .product-view .product-shop {
    float: none;
    width: auto
}
.product-view .product-name {
    margin-bottom: 12px
}
.product-view .short-description {
    margin-bottom: 13px
}
.product-view .short-description h2 {
    display: none
}
.product-view .product-shop .product-pricing {
    margin-bottom: 15px;
    margin-top: 10px;
    overflow: hidden
}
.product-view .product-shop .product-pricing li {
    background: #f4f4f4;
    float: left;
    clear: left;
    line-height: 22px;
    padding: 0 13px;
    font-size: 11px;
    margin-bottom: 3px
}
.product-view .product-shop .price-box {
    display: inline-block;
    padding-top: 7px;
    min-width: 116px
}
.product-view .product-shop .price-box .regular-price .price {
    font-size: 22px;
    line-height: 27px
}
.product-view .product-shop .availability {
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: #3a3a3a;
    margin-bottom: 10px
}
.product-view .product-shop .availability span {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    color: #74b436;
    margin-left: 6px
}
.product-view .add-to-links {
    width: 100%;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    padding: 18px 0
}
.product-view .add-to-links li {
    float: left
}
.product-view .add-to-links li span img {
    float: right;
    margin-left: 10px;
    margin-top: 4px
}
.product-view .add-to-links li:first-child {
    margin-right: 28px
}
.add-to-box .or {
    display: none
}
.product-view .add-to-cart .qty-block {
    margin-top: 4px
}
.row-product {
    border-bottom: 1px solid #dbdbdb;
    padding: 15px 0;
    margin-bottom: 20px;
    overflow: hidden;
    width: 100%
}
.row-product .no-rating {
    float: left
}
.row-product .no-rating:before {
    content: "\f040";
    font-size: 14px;
    margin-right: 10px
}
.row-product .no-rating a {
    text-decoration: underline
}
.row-product .no-rating a:hover {
    text-decoration: none
}
.row-product .email-friend {
    display: inline-block;
    vertical-align: top;
    padding-top: 7px;
    padding-left: 10px
}
.row-product .email-friend:before {
    content: "\f003";
    padding-right: 10px;
    font-size: 16px
}
.product-options {
    clear: both;
    margin: 10px 0 18px
}
.product-options .qty-holder {
    display: block;
    padding-top: 10px
}
.product-options dl dt {
    display: block
}
.product-options dt label {
    font-weight: 700;
    display: inline-block;
    padding-bottom: 3px
}
.product-options dt label em {
    float: right;
    color: #a61d91
}
.product-options dt .qty-holder {
    float: right
}
.product-options dt .qty-holder label {
    vertical-align: middle
}
.product-options dt .qty-disabled {
    background: 0 0;
    border: 0;
    padding: 3px
}
.product-options dd {
    margin: 0 0 10px;
    display: block;
    width: 100%;
    float: left
}
.product-options dd input.input-text {
    width: 98%
}
.product-options dd input.datetime-picker {
    width: 150px
}
.product-options dd .time-picker {
    display: -moz-inline-box;
    display: inline-block;
    padding: 2px 0;
    vertical-align: middle
}
.product-options dd textarea {
    width: 98%;
    height: 8em
}
.product-options dd select {
    width: 100%
}
.product-options .options-list li {
    padding-top: 10px
}
.product-options .options-list li:first-child {
    padding-top: 0
}
.product-options .options-list li label {
    display: inline-block
}
.product-options .options-list input.radio {
    float: left;
    margin: 2px 0 0;
    height: auto
}
.product-options .options-list input {
    width: auto
}
.product-options .options-list input.checkbox {
    float: left;
    margin: 3px -20px 0 0;
    height: auto
}
.product-options .options-list .label {
    display: block;
    margin-left: 20px
}
.product-options ul.validation-failed {
    padding: 0 7px
}
.product-options p.required {
    padding: 5px 0 0;
    overflow: hidden;
    width: 100%;
    text-align: left;
    font-size: 12px;
    color: #a61d91
}
.product-shop {
    position: relative
}
.product-view .product-shop .price-box {
    float: left;
    margin: 0 25px 10px 0
}
.product-shop .price-box.map-info a {
    float: none;
    clear: left;
    padding: 0!important;
    margin-bottom: 3px
}
.add-to-cart {
    border-top: 1px solid #dbdbdb;
    width: 100%;
    padding: 10px 0
}
.add-to-cart button.button>span {
    font-size: 14px
}
.product-view .product-options-bottom {
    display: block!important
}
.product-view .product-options-bottom .add-to-links {
    clear: left;
    margin: 0!important
}
.product-view .product-options-bottom .price-box {
    float: none;
    display: block;
    padding: 0;
    margin-right: 0!important;
    overflow: hidden
}
.product-view .product-options-bottom .price-box .regular-price {
    display: none
}
.product-view .product-options-bottom .price-box .price-as-configured {
    font-size: 22px;
    line-height: 27px
}
.product-view .product-options-bottom .price-box .price-as-configured .price {
    font-weight: 400
}
.product-view .product-options-bottom .add-to-cart {
    margin-top: 10px
}
.row-product .addthis_toolbox {
    border-bottom: 0 none;
    display: inline-block;
    overflow: hidden;
    padding-bottom: 0;
    padding-top: 0;
    vertical-align: text-top;
    width: auto
}
.reviewp {
    display: inline-block;
    vertical-align: top;
    padding-top: 10px;
    margin-right: 10px
}
.review-product-list .row-product .addthis_toolbox {
    margin-top: 15px;
    float: left;
    width: 100%
}
.addthis_toolbox {
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 15px
}
.addthis_mini_style .addthis_button_pinterest_pinit {
    margin-top: -1px
}
.addthis_mini_style .addthis_button_pinterest_pinit span {
    height: 20px
}
.product-view {
    position: relative
}
.messege-product {
    background: #FAFAEC;
    border: 1px solid #FCD344;
    border-radius: 0 0 3px 3px;
    font-size: 12px;
    font-weight: 700;
    left: 50%;
    margin-left: -220px;
    padding: 9px 60px;
    position: fixed;
    text-align: center;
    top: 0;
    width: 333px;
    z-index: 999;
    display: none
}
.messege-product.none-messege {
    display: block
}
.messege-product button:hover {
    background-position: 0 -9px;
    cursor: pointer
}
.messege-product button {
    background: url(http://www.mysalontools.com/skin/frontend/default/theme560/images/remove-popup-2.png) no-repeat;
    border: none;
    height: 9px;
    position: absolute;
    right: 20px;
    top: 12px;
    width: 9px;
    z-index: 9999
}
#review-form .form-list .input-box {
    width: auto
}
#review-form .form-list input.input-text,
#review-form .form-list textarea {
    width: 100%
}
#review-form td.value {
    text-align: center
}
.product-view .box-additional .data-table td.label,
.product-view .box-additional .data-table th.label {
    padding-left: 10px
}
#product-review-table {
    margin-bottom: 10px
}
.box-up-sell {
    border: 1px solid #ededed;
    padding: 20px;
    background: #fbfbfb;
    overflow: hidden;
    position: relative
}
.box-up-sell h2 {
    font-size: 14px;
    text-transform: uppercase;
    color: #383737;
    margin-bottom: 20px;
    padding-right: 65px
}
.box-up-sell ul li .product-image {
    margin-bottom: 15px;
    display: block
}
.box-up-sell ul li .product-image img {
    max-width: 100%
}
.box-up-sell .product-name {
    margin-bottom: 10px
}
.box-up-sell .no-rating {
    width: 100%;
    overflow: hidden
}
.box-up-sell .no-rating a {
    display: block
}
.box-up-sell .product-name a {
    text-decoration: none
}
.box-up-sell ul {
    margin-left: 0
}
.box-up-sell .up-sell-carousel li {
    min-height: 340px
}
.box-up-sell ul li {
    float: left;
    margin: 0 12px;
    width: 260px
}
.box-up-sell ul li .product-box {
    border: 1px solid #ededed;
    background: #fff;
    padding: 25px
}
.box-up-sell ul li .noSwipe {
    overflow: hidden
}
.box-up-sell .up-sell-carousel-none li.last {
    margin-right: 0
}
.box-up-sell ul li .no-rating {
    margin-bottom: 0;
    margin-top: 0
}
.box-up-sell .price-box {
    margin: 0;
    display: block;
    overflow: hidden
}
.box-up-sell .price-box .regular-price {
    float: none
}
.box-up-sell .price-box .minimal-price span {
    font-size: 15px;
    font-weight: 400
}
.box-up-sell ul li:first-child {
    margin-left: 0
}
.box-up-sell .products-grid td {
    margin-right: 11px;
    width: 204px
}
.box-up-sell .rating-box {
    float: none;
    margin: 0 auto 5px
}
.box-up-sell .box-tags .product-tags {
    overflow: hidden;
    margin-bottom: 25px
}
.box-up-sell .box-tags .product-tags li {
    display: inline;
    text-transform: capitalize;
    background: url(http://www.mysalontools.com/skin/frontend/default/theme560/images/line-2.gif) 100% 3px no-repeat;
    padding: 0 10px 0 0;
    margin: 0 10px 0 0
}
.box-up-sell .box-tags .product-tags li.first {
    padding-left: 0
}
.box-up-sell .box-tags .product-tags li.last {
    background: 0 0
}
.carousel-next,
.carousel-prev {
    position: absolute;
    top: 16px;
    right: 30px;
    font-size: 30px
}
.carousel-prev {
    right: 60px
}
.product-view .box-tags h3 {
    font-size: 10px;
    line-height: normal;
    margin-bottom: 12px
}
.product-view .box-tags .form-add label {
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: #7d7d7d;
    margin-bottom: 15px;
    clear: both;
    padding-top: 10px
}
.tags-list {
    padding-top: 10px
}
.my-tag-edit .btn-remove {
    float: right
}
.my-tag-edit {
    display: inline-block
}
#my-tags-table .add-to-links {
    margin-top: 10px
}
.product-view .box-tags .form-add .input-box {
    float: left;
    width: 100%;
    padding-left: 32px;
    moz-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative
}
.product-view .box-tags .form-add .input-box:before {
    content: "\f02b";
    font-size: 28px;
    line-height: 28px;
    position: absolute;
    left: 0;
    top: 0
}
.product-view .box-tags .form-add input.input-text {
    width: 100%;
    border: 1px solid #d4d4d4;
    background: #fcfcfc
}
.product-view .box-tags .form-add button.button {
    margin-left: 32px;
    margin-top: 10px
}
.product-view .box-tags .form-add p {
    clear: both
}
.box-collateral.box-tags .note {
    color: #a61d91;
    padding-bottom: 15px;
    padding-top: 5px
}
.map-content,
.video {
    height: 100%;
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden
}
.video iframe {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0
}
.map-content {
    margin-bottom: 30px;
    padding-bottom: 50%
}
.map-content figure iframe {
    border: none;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0
}
.dashboard #my_recent_reviews li {
    padding-bottom: 7px
}
.dashboard #my_recent_reviews li .ratings {
    margin: 0 0 5px
}
.dashboard #my_recent_reviews li .ratings strong {
    margin: 0 5px 0 0
}
.dashboard #my_recent_reviews li .ratings .rating-box {
    margin: 0
}
.dashboard #my_recent_reviews li .details .product-name {
    margin-bottom: 3px
}
.send-friend .buttons-set button.button {
    margin-left: 10px
}
#product_sendtofriend_form #sender_message {
    margin-bottom: 20px;
    resize: none;
    min-width: 304px;
    max-width: 373px;
    width: 373px
}
#product_sendtofriend_form .buttons-set {
    padding-top: 15px
}
#product_sendtofriend_form .form-list .field {
    float: left;
    width: 361px
}
#product_sendtofriend_form .form-list .additional-row>div {
    width: 408px
}
#product_sendtofriend_form .form-list .fields .field:first-child {
    float: left;
    width: 402px
}
#product_sendtofriend_form .form-list .fields .field input.input-text {
    width: 373px
}
#product_sendtofriend_form .buttons-set {
    text-align: center
}
.product-name {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase
}
.product-name a {
    color: #a61d91
}
.product-name a:hover {
    color: #000
}
.desc_grid {
    margin-bottom: 8px
}
.tags-list li {
    display: inline;
    font-size: 15px;
    line-height: normal;
    margin-right: 10px
}
.advanced-search+.buttons-set {
    max-width: 340px
}
.advanced-search-amount {
    margin-bottom: 5px
}
.advanced-search-summary {
    padding: 15px 0
}
.advanced-search .form-list select {
    width: 340px
}
.advanced-search .form-list label {
    float: none
}
.advanced-search .input-range {
    margin-bottom: 5px
}
.advanced-search .input-range input {
    display: inline-block
}
.catalogsearch-advanced-index #advanced-search-list li.even label {
    display: block;
    width: 100%
}
.form-adv-search {
    border: 1px solid #dbdbdb;
    background: url(http://www.mysalontools.com/skin/frontend/default/theme560/images/media/bg-adv-search.gif) left bottom no-repeat #fff;
    padding: 11px 20px 20px
}
.form-adv-search .fieldset {
    border: none;
    background: 0 0;
    margin: 0;
    padding: 0
}
.form-adv-search .fieldset h2 {
    font-size: 12px;
    text-transform: uppercase;
    color: #a61d91;
    padding: 8px 0 5px
}
.catalogsearch-advanced-index .col-main {
    padding-top: 17px
}
.form-adv-search .page-title {
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 9px
}
.form-adv-search .fieldset .form-list input.input-text {
    width: 495px
}
.form-adv-search .fieldset .form-list .input-range input.input-text {
    width: 100px!important
}
.input-range small {
    color: #b1b1b1
}
.form-adv-search select.multiselect option {
    border-bottom: none;
    padding: 1px 5px;
    color: #7e7e7e
}
.form-adv-search .multiselect {
    padding: 5px;
    height: 94px
}
.form-adv-search .buttons-set {
    padding: 12px 0 0;
    margin-top: 0
}
.form-adv-search .buttons-set button.button {
    float: left
}
.form-adv-search .form-list select {
    width: 500px
}
.cms-page-view .page-head {
    margin: 0 0 10px;
    padding: 5px 0 8px
}
.cms-page-view .page-head h2 {
    text-transform: uppercase;
    font-size: 18px;
    color: #383737
}
.about-col-1,
.about-col-2,
.about-col-3 {
    float: left;
    padding: 214px 29px 27px;
    moz-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 32%;
    margin-left: 2%
}
.about-col-1 {
    margin-left: 0;
    background: url(http://www.mysalontools.com/skin/frontend/default/theme560/images/media/about-11.png) center top no-repeat #f9f9f9;
    position: relative;
    z-index: 10
}
.about-col-2 {
    background: url(http://www.mysalontools.com/skin/frontend/default/theme560/images/media/about-22.png) center top no-repeat #f9f9f9;
    position: relative
}
.about-col-3 {
    background: url(http://www.mysalontools.com/skin/frontend/default/theme560/images/media/about-33.png) center top no-repeat #f9f9f9
}
.about-col-1 h3,
.about-col-2 h3,
.about-col-3 h3 {
    font-size: 12px;
    text-transform: uppercase;
    color: #a61d91;
    margin-bottom: 12px
}
.about-col-1 p,
.about-col-2 p,
.about-col-3 p {
    font-size: 12px;
    line-height: 18px;
    color: #7c7c7c;
    margin-bottom: 0
}
.about-col-4,
.about-col-5,
.about-col-6 {
    float: left;
    width: 32%;
    margin-left: 2%
}
.about-col-4 {
    margin-left: 0
}
.about-col-4 h4,
.about-col-5 h4,
.about-col-6 h4 {
    font-size: 12px;
    text-transform: uppercase;
    color: #383737;
    padding-bottom: 16px;
    margin-bottom: 14px;
    border-bottom: 1px solid #dbdbdb
}
.about-col-4 p,
.about-col-5 p,
.about-col-6 p {
    font-size: 12px;
    line-height: 18px;
    color: #7c7c7c;
    margin-bottom: 0
}
.about-col-4 ul,
.about-col-5 ul,
.about-col-6 ul {
    list-style: none;
    padding: 25px 0 12px 10%;
    margin: 0
}
.about-col-4 ul li,
.about-col-5 ul li,
.about-col-6 ul li {
    list-style: none;
    font-size: 12px;
    font-style: italic;
    color: #373737;
    padding: 0 0 9px
}
.about-padd-2 ul li:before {
    content: "\f061";
    font-size: 16px;
    margin-right: 10px
}
.about-col-7 h4 {
    font-size: 12px;
    text-transform: uppercase;
    color: #383737;
    padding-bottom: 16px;
    margin-bottom: 14px;
    border-bottom: 1px solid #dbdbdb
}
.about-col-7 p {
    font-size: 12px;
    line-height: 18px;
    color: #7c7c7c;
    margin-bottom: 0
}
.about-padd {
    padding-bottom: 25px
}
.about-padd-2 {
    padding-bottom: 30px
}
.custom-servis-ul,
.custom-servis-ul ul {
    list-style: none;
    padding: 0!important;
    margin: 0!important
}
.custom-servis-ul ul li {
    border-bottom: none;
    padding: 5px 5px 5px 23px;
    margin-bottom: 3px;
    color: #7c7c7c;
    font-weight: 700
}
.custom-servis-ul li {
    border-bottom: 1px solid #dbdbdb;
    list-style: none;
    margin-bottom: 20px;
    padding-bottom: 10px
}
.custom-servis-ul li h3 {
    background: url(http://www.mysalontools.com/skin/frontend/default/theme560/images/icos-set.png) no-repeat;
    font-size: 13px;
    line-height: 16px;
    color: #a61d91;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 13px;
    padding: 2px 0 8px 46px
}
.custom-servis-ul li.item-2 h3 {
    background-position: 0 -124px
}
.custom-servis-ul li.item-3 h3 {
    background-position: 0 -253px
}
.custom-servis-ul li.item-4 h3 {
    background-position: 0 -377px
}
.custom-servis-ul li.item-5 h3 {
    background-position: 0 -501px
}
.custom-servis-ul li.item-6 h3 {
    background-position: 0 -638px
}
.custom-servis-ul li.item-7 h3 {
    background-position: 0 -764px
}
.custom-servis-ul li p {
    font-size: 12px;
    color: #8a8989;
    line-height: 18px;
    margin-bottom: 10px
}
.page-sitemap .links {
    text-align: right;
    margin: 0 8px -47px 0;
    overflow: hidden
}
.page-sitemap .links a span {
    display: inline-block;
    padding-right: 29px
}
.page-sitemap .sitemap {
    margin: 12px 0 30px;
    display: inline-block
}
.page-sitemap .page-title {
    margin-bottom: 25px
}
.page-sitemap .sitemap li {
    margin: 8px 0
}
.page-sitemap .sitemap li a {
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 400;
    padding-left: 14px
}
.page-sitemap .sitemap li.level-0 {
    margin: 10px 0 0;
    font-weight: 700
}
.page-sitemap .sitemap li.level-0 a {
    text-decoration: none;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    padding-left: 14px
}
.page-sitemap .sitemap li {
    font-size: 13px;
    line-height: 18px
}
.page-sitemap .sitemap li.level-1 {
    padding-left: 45px!important;
    margin-bottom: 10px;
    margin-top: 10px;
    background: 0 0
}
.page-sitemap .sitemap li.level-1 a {
    background: 0 0;
    font-weight: 700;
    padding-left: 0;
    text-transform: none
}
.page-sitemap .sitemap li.level-2 a,
.page-sitemap .sitemap li.level-3 a,
.page-sitemap .sitemap li.level-4 a {
    background: 0 0;
    padding-left: 0;
    text-transform: none
}
.page-sitemap .sitemap li.level-2 {
    padding-left: 60px!important
}
.page-sitemap .sitemap li.level-3 {
    padding-left: 75px!important
}
.page-sitemap .sitemap li.level-4 {
    padding-left: 100px!important
}
.page-sitemap .sitemap li a {
    display: inline-block;
    text-decoration: none
}
.page-sitemap .pager {
    border: 1px solid #dbdbdb;
    margin: 5px 0;
    padding: 13px 9px 13px 19px
}
.rss-title h1 {
    padding-left: 27px
}
.rss-table .link-rss {
    display: block;
    line-height: 1.35;
    background-position: 0 2px
}
.form-alt li {
    overflow: hidden;
    margin-bottom: 10px
}
.search-form .form-alt li {
    overflow: inherit;
    clear: both;
    display: table;
    width: 100%
}
.cart .checkout-types {
    float: right;
    text-align: right
}
.cart .title-buttons .checkout-types li {
    float: left;
    margin: 0 0 5px 5px
}
.cart .totals .checkout-types .paypal-or {
    clear: both;
    display: block;
    padding: 0;
    color: #fff
}
.cart .title-buttons .checkout-types li button.button span {
    background: #d41224;
    border-radius: 0;
    font-size: 12px;
    padding: 0 12px;
    height: 31px;
    line-height: 30px
}
.cart-table .item-msg {
    font-size: 10px
}
.cart .cart-collaterals {
    padding: 25px 0 0
}
.cart .cart-collaterals .col2-set {
    width: 65%;
    float: left
}
.cart .page-title.title-buttons .checkout-types {
    padding-top: 53px;
    display: none
}
.cart .crosssell .product-name a {
    text-decoration: none;
    font-size: 12px;
    line-height: 18px
}
.cart .col2-set h2 {
    border-bottom: 2px solid #3A3A3A;
    font-size: 17px;
    line-height: 24px;
    color: #3a3a3a;
    text-transform: uppercase;
    padding: 0 0 8px;
    margin: 0 0 15px
}
.cart .crosssell .product-image {
    float: left;
    width: 112px;
    height: 112px;
    border: 1px solid #ededed;
    margin-right: 10px
}
.cart .crosssell .product-details {
    overflow: hidden
}
.cart .crosssell li.item {
    border-bottom: 1px solid #eaeaea;
    padding: 18px 0;
    margin: 0
}
.cart .crosssell li.item.last {
    margin-bottom: 0;
    padding-bottom: 0
}
.cart .crosssell li.item:first-child {
    padding-top: 0
}
.cart .crosssell li.last {
    border: none
}
.cart .crosssell .product-name {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin-bottom: 7px;
    margin-top: -3px
}
.cart .crosssell .price {
    font-weight: 600;
    font-size: 14px
}
.cart .crosssell .price-box {
    display: block;
    overflow: hidden;
    padding-bottom: 10px
}
.cart .crosssell .price-box .regular-price {
    float: none
}
.cart .crosssell .price-box .price-label {
    display: none
}
.cart .crosssell button.btn-cart {
    float: left
}
.cart .crosssell .add-to-links {
    padding-top: 10px;
    clear: left
}
#shopping-cart-table .product-image {
    display: inline-block
}
#discount-coupon-form {
    display: block;
    margin-bottom: 20px
}
.cart .discount,
.cart .shipping {
    clear: both;
    display: table
}
.cart .discount .discount-form button.button {
    margin-bottom: 5px;
    margin-right: 5px;
    clear: right
}
.cart .discount .buttons-set {
    padding: 20px 0 0
}
.cart .discount .buttons-set button.button {
    float: left
}
.cart .shipping .buttons-set {
    padding-left: 0
}
.cart .shipping .buttons-set button.button {
    float: left
}
.cart .discount-form label {
    margin-bottom: 16px;
    display: block;
    font-size: 13px;
    line-height: 19px;
    text-transform: uppercase
}
.cart input,
.cart select {
    text-align: left
}
.cart .discount-form .input-box input {
    width: 100%
}
.cart .discount-form .buttons-set {
    margin: 0;
    clear: right;
    overflow: hidden
}
.cart .shipping .form-list .input-box {
    width: auto
}
.cart .shipping p {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 12px;
    text-transform: uppercase
}
.cart .shipping label {
    display: inline;
    font-size: 13px;
    margin-bottom: 0;
    font-weight: 600
}
.cart .shipping .form-list li {
    margin-bottom: 7px
}
.cart .shipping .form-list li input,
.cart .shipping .form-list li select {
    width: 100%
}
.cart .shipping .buttons-set {
    margin-top: 0;
    padding-top: 15px;
    padding-bottom: 10px
}
.cart .totals {
    background: #3a3a3a;
    overflow: hidden;
    padding: 0;
    width: 34%;
    float: right
}
.cart .totals table {
    width: 100%;
    font-size: 12px;
    color: #7f7f7f;
    margin-bottom: 0
}
.cart .totals table tr {
    border-bottom: 1px solid #606060
}
.cart .totals table td,
.cart .totals table th {
    padding: 7px 11px;
    font-size: 13px;
    line-height: 17px;
    color: #fff;
    text-transform: uppercase;
    vertical-align: middle;
    width: 50%
}
.cart .totals table td:first-child.a-right {
    text-align: left!important
}
.cart .totals table strong {
    font-weight: 400
}
.cart .totals table th {
    font-weight: 700
}
.cart .totals .price {
    font-size: 18px;
    line-height: normal;
    color: #fff;
    display: inline-block;
    padding: 0
}
.checkout-types li {
    padding-top: 15px
}
.checkout-types li:first-child {
    padding-top: 0
}
.checkout-types li a {
    color: #a6a6a6;
    text-decoration: underline
}
.checkout-types li a:hover {
    text-decoration: none
}
.cart .totals .checkout-types {
    text-align: center;
    float: none;
    padding: 15px 11px
}
.cart .totals .checkout-types li a {
    width: auto
}
.item-options {
    margin-bottom: 16px;
    padding-left: 5px
}
.item-options li em {
    color: #a61d91
}
.item-options li em .price {
    text-decoration: underline
}
.item-options dt {
    font-weight: 700
}
.item-options dd {
    padding-left: 10px
}
.truncated {
    padding: 5px 0;
    width: auto
}
.truncated span {
    cursor: help
}
.truncated .truncated_full_value {
    display: none;
    padding-top: 5px;
    top: auto
}
.truncated .truncated_full_value .item-options {
    background: 0 0;
    border: none;
    top: 0;
    left: auto;
    position: relative;
    width: auto
}
.truncated .truncated_full_value.show {
    display: table-cell!important
}
.checkout-multishipping-address-newshipping .form-list li.wide input.input-text {
    width: 692px
}
.checkout-multishipping-address-newshipping .form-list select {
    width: 337px
}
#checkout-payment-method-load input.input-text {
    width: 224px
}
.sp-methods .price,
.sp-methods dt {
    font-weight: 700
}
.sp-methods .form-list {
    padding-left: 20px
}
.sp-methods select.month {
    width: 100px;
    margin-right: 10px
}
#payment_form_ccsave #ccsave_cc_type {
    width: 100%
}
.sp-methods select.year {
    width: 96px
}
.sp-methods input.cvv {
    width: 60px!important
}
.sp-methods .checkmo-list li {
    margin: 0 0 5px
}
.sp-methods .checkmo-list label {
    width: 135px;
    padding-right: 10px;
    text-align: right
}
.sp-methods .checkmo-list address {
    float: left
}
.sp-methods .centinel-logos a {
    margin-right: 3px
}
.sp-methods .centinel-logos img {
    vertical-align: middle
}
.sp-methods .release-amounts {
    margin: .5em 0 1em
}
.sp-methods .release-amounts button {
    float: left;
    margin: 5px 10px 0 0
}
.please-wait {
    float: right;
    margin-right: 5px
}
.please-wait img {
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -2px
}
.cvv-what-is-this {
    cursor: help;
    margin-left: 5px
}
.tool-tip {
    border: 1px solid #ddd;
    background-color: #f6f6f6;
    padding: 5px;
    position: absolute;
    z-index: 9999
}
.tool-tip .btn-close {
    text-align: right
}
.tool-tip .btn-close a {
    display: block;
    margin: 0 0 0 auto;
    width: 9px;
    height: 9px;
    background: url(http://www.mysalontools.com/skin/frontend/default/theme560/images/btn_remove.gif) 100% 0 no-repeat;
    text-align: left;
    font-size: 0;
    overflow: hidden
}
.tool-tip .tool-tip-content {
    padding: 5px
}
.gift-messages {
    margin-bottom: 10px
}
.gift-messages h3 {
    font-size: 12px;
    text-transform: uppercase;
    color: #a61d91;
    padding-top: 10px
}
.gift-messages .control label {
    color: #000;
    font-weight: 700
}
#shipping-method-buttons-container {
    padding: 10px 0 0
}
.gift-messages-form {
    border: 1px solid #ddd;
    background-color: #fbfbfb;
    padding: 10px;
    position: relative
}
.gift-messages-form label {
    float: none!important;
    position: static!important;
    color: #000;
    font-weight: 700
}
.gift-messages-form h4 {
    font-size: 12px;
    text-transform: uppercase;
    color: #a61d91;
    padding-top: 10px
}
.gift-messages-form .item {
    margin: 0 0 10px
}
.gift-messages-form .item .product-img-box {
    float: left;
    width: 75px
}
.gift-messages-form .item .product-image {
    margin: 0 0 7px;
    background: #fff
}
.gift-messages-form .item .number {
    margin: 0;
    font-weight: 700;
    text-align: center
}
.gift-messages-form .item .details {
    margin-left: 90px
}
.gift-messages-form .item .details .field {
    margin-bottom: 10px
}
.gift-messages-form .item .details .product-name {
    font-size: 12px;
    text-transform: uppercase;
    color: #2f2f2f
}
.gift-messages-form .form-list li.wide textarea {
    max-width: 340px
}
.gift-messages-form .inner-box .form-list li.wide textarea {
    max-width: 333px
}
#allow-gift-messages-for-order-container .field {
    margin-bottom: 10px
}
.gift-message-link {
    display: block;
    background: url(http://www.mysalontools.com/skin/frontend/default/theme560/images/bkg_collapse.gif) 0 4px no-repeat;
    padding-left: 20px
}
.gift-message-link.expanded {
    background-position: 0 -53px
}
.gift-message-row .btn-close {
    float: right
}
.gift-message dt strong {
    font-weight: 700
}
.checkout-agreements li {
    margin: 10px 0
}
.checkout-agreements .agreement-content {
    border: 1px solid #ddd;
    background-color: #f6f6f6;
    padding: 5px;
    height: 10em;
    overflow: auto
}
.checkout-agreements .agree {
    padding: 6px
}
.centinel .authentication {
    border: 1px solid #ddd;
    background: #fff
}
.centinel .authentication iframe {
    width: 99%;
    height: 400px;
    background: 0 0!important;
    margin: 0!important;
    padding: 0!important;
    border: 0!important
}
.checkout-onepage-index .page-title {
    margin-bottom: 30px
}
.checkout-onepage-success a:hover {
    text-decoration: underline
}
.block.block-progress .block-title .toggle {
    display: none
}
.block.block-progress .block-content {
    padding: 0
}
.block-progress dt {
    display: block;
    background: #757575;
    font-size: 14px;
    line-height: 17px;
    color: #fff;
    text-transform: none;
    margin-bottom: 10px;
    padding: 9px 10px 11px
}
.block-progress dt:first-child {
    border-top: none
}
.block-progress dt.complete a {
    color: #fff;
    text-decoration: underline
}
.block-progress dt.complete a:hover {
    text-decoration: none
}
.block-progress dt.complete .separator {
    color: #908f8f;
    margin: 0 8px
}
.block-progress dt.complete {
    position: relative;
    z-index: 999
}
.block-progress dd.complete,
.block-progress dt.complete {
    padding-bottom: 12px;
    margin-bottom: 10px
}
.block-progress dd.complete {
    border: 1px solid #dbdbdb;
    color: #8a8989;
    font-style: italic;
    padding: 18px 19px 12px;
    margin-bottom: 10px
}
.block-progress dd.complete address {
    color: #8a8989;
    font-style: italic
}
.opc {
    position: relative
}
.opc li.section {
    margin-bottom: 10px
}
.opc p {
    margin-bottom: 5px
}
.opc .buttons-set.disabled button.button {
    display: none
}
.opc .buttons-set .please-wait {
    height: 21px;
    line-height: 21px;
    font-size: 12px;
    color: #000
}
.opc .step-title {
    padding: 4px 5px 6px;
    text-align: right;
    background: #3a3a3a
}
.opc .step-title .number {
    float: left;
    background: #a61d91;
    font-size: 17px;
    line-height: 21px;
    color: #fff;
    text-align: center;
    margin-right: 8px;
    padding: 3px 0 0;
    height: 27px;
    width: 27px;
    border-radius: 13px;
    -moz-border-radius: 13px;
    -webkit-border-radius: 13px;
    -webkit-background-clip: padding-box
}
.opc .step-title h2 {
    float: left;
    font-size: 14px;
    line-height: 17px;
    color: #fff;
    margin-bottom: 0;
    padding-top: 5px
}
.opc .step-title a {
    display: none;
    float: right
}
.opc .allow .step-title {
    cursor: pointer
}
.opc label {
    padding-bottom: 2px
}
.opc .input-box {
    margin-bottom: 15px
}
.opc .field select,
.opc .fields select {
    width: 313px
}
#checkout-review-table thead,
#checkout-review-table tr {
    background: 0 0
}
#checkout-review-table th {
    padding: 12px 20px;
    font-size: 12px;
    font-weight: 700;
    color: #000
}
#checkout-review-table td {
    border: 1px solid #dbdbdb;
    background: 0 0;
    padding: 15px 20px
}
#checkout-review-table td h3 {
    margin-bottom: 0;
    font-size: 12px;
    color: #2f2f2f;
    text-transform: uppercase
}
#checkout-review-table .price {
    font-weight: 700
}
#checkout-review-table th {
    border: 1px solid #dbdbdb
}
#checkout-review-table-wrapper {
    overflow: hidden
}
#checkout-review-table .item-options {
    padding-top: 5px
}
#checkout-review-table tfoot td {
    font-weight: 700;
    color: #000;
    text-align: right!important
}
#checkout-review-table tfoot td+td {
    text-align: left!important
}
#review-buttons-container {
    padding: 20px 0 0;
    margin: 0
}
#co-shipping-form {
    border: 1px solid #dbdbdb;
    padding: 10px;
    display: block
}
.opc .active .step-title {
    cursor: default;
    background: #a61d91
}
.opc .active .step-title .number {
    background: #fff;
    color: #3a3a3a
}
.opc .active .step-title h2 {
    font-size: 12px;
    line-height: 15px;
    padding-top: 7px
}
#checkout-step-login h3 {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    color: #a61d91
}
#checkout-step-login .col2-set {
    border: 1px solid #dbdbdb;
    padding: 20px;
    position: relative;
    overflow: hidden
}
#checkout-step-login .col2-set .col-1 {
    float: left;
    margin-right: 3%;
    width: 46%
}
#checkout-step-login .col2-set .col-2 {
    float: left;
    width: 46%
}
#checkout-step-login .col2-set .buttons-set {
    margin: 0;
    padding: 0
}
#checkout-step-login .col2-set>.col-1 h4 {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    color: #a61d91
}
#checkout-step-login .col2-set .col-2 h4 {
    font-size: 12px;
    text-transform: none;
    font-weight: 400;
    color: #7b7b7b
}
#checkout-step-login .col-1 .col-1 .buttons-set button.button {
    float: left
}
#checkout-step-login .col-2 .form-list input.input-text {
    width: 327px
}
#checkout-step-login .col-1 .col-1 .buttons-set,
#checkout-step-login .col2-set .col-2 .buttons-set {
    padding: 0;
    margin: 0
}
#checkout-step-login .col2-set .col-2 .buttons-set .f-left {
    font-weight: 700
}
#checkout-step-login .form-list li.control input.checkbox,
#checkout-step-login .form-list li.control input.radio {
    margin-right: 6px;
    margin-top: -3px
}
#co-billing-form>fieldset {
    border: 1px solid #dbdbdb;
    padding: 10px;
    moz-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
.opc .step {
    padding-top: 10px;
    position: relative
}
.opc .step .tool-tip {
    right: 20px;
    top: 20px!important
}
.opc .buttons-set {
    border: 0
}
.opc .field {
    width: 334px
}
.opc .field input,
.opc .fields input {
    width: 314px
}
.opc .field-2,
.opc .name-lastname {
    width: 292px;
    float: left
}
.opc .field-2 input {
    width: 310px
}
.opc .field-2 select {
    width: 315px
}
.opc .name-firstname {
    width: 334px
}
.opc .name-firstname input {
    width: 314px
}
.opc .name-middlename {
    width: 144px
}
.opc .name-middlename input {
    width: 124px!important
}
.opc .sp-methods dt {
    padding-bottom: 12px
}
.opc .sp-methods dt label {
    color: #000
}
#checkout-shipping-method-load .sp-methods dt {
    font-size: 12px;
    text-transform: uppercase;
    color: #a61d91
}
.opc .form-list {
    margin: 10px 0
}
.opc .form-list li.wide input.input-text {
    width: 649px
}
#shipping_method_form h2 {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    color: #a61d91
}
#shipping_method_form h3 {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    color: #333
}
#multishipping-billing-form h2 {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    color: #333;
    margin-bottom: 0
}
#multishipping-billing-form .sp-methods dt {
    font-weight: 700;
    padding-bottom: 10px
}
#multishipping-billing-form .sp-methods .form-list input.input-text {
    width: 100%
}
.button.multi-btn {
    float: right
}
#checkout-progress-state {
    overflow: hidden
}
.checkout-progress {
    padding: 0;
    width: 98%;
    margin: 0 auto 40px
}
.checkout-progress li {
    float: left;
    background: #9c9c9c;
    width: 20%;
    color: #fff;
    font-weight: 700;
    padding: 8px 10px 11px 15px;
    overflow: hidden;
    white-space: nowrap;
    moz-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative
}
.checkout-progress li:before {
    content: "\f0da";
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 8px
}
.de-lang-class .checkout-progress li {
    font-size: 11px
}
.checkout-progress li span {
    display: block;
    overflow: hidden
}
.checkout-progress li.odd {
    background-color: #777
}
.checkout-progress li.active {
    background: #a61d91
}
.checkout-progress li.active:before {
    display: none
}
.multiple-checkout {
    position: relative
}
.multiple-checkout .sp-methods .input-box .v-fix:first-child {
    padding-right: 25px;
    margin-bottom: 10px
}
.multiple-checkout .col2-set {
    width: auto
}
.multiple-checkout .page-title {
    padding-bottom: 10px;
    margin-bottom: 0
}
.multiple-checkout h2 {
    padding: 10px 0
}
.multiple-checkout .tool-tip {
    top: 50%;
    margin-top: -120px;
    right: 10px
}
.multiple-checkout .grand-total {
    font-size: 1.5em;
    text-align: right
}
.multiple-checkout .grand-total big {
    margin-bottom: 0;
    overflow: hidden;
    display: block;
    color: #a61d91;
    padding-top: 10px
}
.multiple-checkout .box {
    margin-bottom: 20px
}
.multiple-checkout table {
    margin-bottom: 10px
}
.multiple-checkout table tfoot tr td {
    color: #000;
    font-weight: 700
}
.multiple-checkout p {
    margin-bottom: 5px
}
.multiple-checkout .col-1.col-narrow,
.multiple-checkout .col-2.col-wide {
    float: left;
    width: 50%;
    overflow-x: auto;
    padding-bottom: 15px
}
.multiple-checkout .box-title h3,
.multiple-checkout .col-2.col-wide h3 {
    font-size: 12px;
    line-height: normal
}
.multiple-checkout .col-2.col-wide .box {
    margin-left: 100px
}
.multiple-checkout h2,
.multiple-checkout h3,
.multiple-checkout h4 {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    color: #333
}
.multiple-checkout h2 {
    color: #a61d91;
    font-size: 15px
}
.multiple-checkout .col-2.col-wide table .price {
    font-weight: 700
}
.account-login .new-users .buttons-set {
    padding-left: 0
}
.account-login .new-users .buttons-set button.button {
    float: left
}
.account-login .new-users-wrapper {
    float: left;
    margin-bottom: 20px;
    width: 48%
}
.account-login .new-users {
    background: url(http://www.mysalontools.com/skin/frontend/default/theme560/images/media/bg-login.gif) right bottom no-repeat #fff;
    border: 1px solid #dbdbdb;
    padding: 20px;
    min-height: 282px
}
.account-login .registered-users-wrapper {
    float: right;
    margin-bottom: 20px;
    width: 50%
}
.account-login .registered-users {
    background: url(http://www.mysalontools.com/skin/frontend/default/theme560/images/media/bg-login-2.gif) right bottom no-repeat #fff;
    border: 1px solid #dbdbdb;
    padding: 20px;
    min-height: 260px
}
.account-login .new-users h2,
.account-login .registered-users h2 {
    padding: 0 0 15px;
    border-bottom: 1px solid #dbdbdb;
    font-size: 12px;
    text-transform: uppercase;
    color: #a61d91
}
.account-login .new-users p,
.account-login .registered-users p {
    padding: 13px 0 12px
}
.account-login .registered-users .form-list input.input-text {
    width: 422px
}
.account-login .registered-users p.required {
    padding: 0 0 5px
}
.account-login .registered-users .buttons-set button.button {
    float: none
}
.account-login .registered-users .f-left {
    float: none!important;
    display: table;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    padding-bottom: 12px
}
.account-login .registered-users .buttons-set {
    clear: both;
    margin: -19px 0 0;
    padding: 5px 0 0
}
.account-create form .fieldset:first-child {
    margin-bottom: 32px
}
.captcha-image {
    float: left;
    position: relative
}
.captcha-img {
    border: 1px solid #ccc
}
.captcha-reload {
    position: absolute;
    top: 2px;
    right: 2px
}
.captcha-reload.refreshing {
    animation: rotate 1.5s infinite linear;
    -webkit-animation: rotate 1.5s infinite linear;
    -moz-animation: rotate 1.5s infinite linear
}
@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(-360deg)
    }
}
@-moz-keyframes rotate {
    0% {
        -moz-transform: rotate(-360deg)
    }
}
@keyframes rotate {
    0% {
        transform: rotate(-360deg)
    }
}
.window-overlay {
    background: url(http://www.mysalontools.com/skin/frontend/default/theme560/images/window_overlay.png);
    background: rgba(0, 0, 0, .35);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 990
}
#wishlist-view-form #wishlist-table textarea {
    min-height: 70px;
    min-width: 99%;
    max-width: 99%;
    max-height: 70px;
    resize: none;
    margin-top: 10px
}
#wishlist-view-form #wishlist-table a {
    display: inline-block;
    margin-bottom: 5px
}
#wishlist-view-form #wishlist-table .cart-cell .old-price,
#wishlist-view-form #wishlist-table .cart-cell a {
    float: left;
    clear: left
}
#wishlist-view-form #wishlist-table .product-image img {
    height: 100px;
    width: 100px
}
#wishlist-view-form #wishlist-table button.button,
#wishlist-view-form #wishlist-table p {
    padding: 0;
    margin-bottom: 10px
}
#wishlist-view-form .buttons-set.buttons-set2 {
    text-align: center
}
#wishlist-view-form .buttons-set.buttons-set2 button.button {
    margin-right: 5px;
    margin-bottom: 5px;
    float: none;
    display: inline-block
}
#wishlist-view-form .button.btn-share {
    margin-right: 0!important
}
.my-account {
    overflow-x: auto;
    padding-bottom: 10px;
    padding-left: 8px;
    margin-left: -8px
}
.my-account #wishlist-table .cart-cell .price-box {
    display: block;
    overflow: hidden;
    width: 100%;
    padding-bottom: 15px;
    text-align: left
}
.my-account .cart-cell .price-box {
    display: block;
    overflow: hidden;
    width: 100%;
    padding-bottom: 15px;
    text-align: center
}
.my-account .cart-cell p {
    padding-top: 5px
}
.my-account .add-to-cart-alt input {
    text-align: center;
    padding: 4px 2px;
    margin-bottom: 10px
}
.my-account .page-title a {
    display: inline-block;
    margin: 5px 10px 0 0
}
.my-account .title-buttons .link-rss {
    float: none;
    margin: 0
}
.my-account .pager {
    margin-bottom: 10px
}
.my-account .sub-title {
    font-size: 12px;
    padding: 10px 0
}
.my-account #form-validate .fieldset {
    margin: 25px 0
}
.my-account table tr td {
    vertical-align: middle
}
.my-account .addresses-list ol li {
    padding-bottom: 15px
}
.my-account table .product-name a {
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif
}
.my-account table .product-name a:hover {
    text-decoration: underline
}
.my-account .my-tag-edit .btn-remove {
    display: inline-block
}
#my-tags-table .add-to-links {
    white-space: nowrap
}
.my-account .box-head a {
    float: right
}
.my-account .box-head h2 {
    float: left
}
.my-account .box .box-title {
    border-bottom: 1px solid #D3D3D3;
    margin-bottom: 13px
}
.my-account .box .box-title h3 {
    float: left;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    color: #a61d91;
    font-weight: 400;
    margin-bottom: 5px
}
.my-account .box .box-title a {
    float: right
}
.my-account .col2-set .col-1 {
    float: left;
    width: 47%
}
.my-account .col2-set .col-2 {
    float: right;
    width: 47%
}
.my-account .data-table {
    margin-bottom: 10px
}
.my-account .data-table td,
.my-account .data-table th {
    padding: 10px 12px
}
.my-account .data-table .price,
.my-account .data-table .price-excl-tax {
    display: inline
}
.my-account #my-orders-table {
    margin-bottom: 10px
}
.my-account #my-orders-table td.last,
.my-account #my-orders-table th {
    text-align: center
}
.my-account .order-info li a {
    text-decoration: underline
}
.col-main .block-account {
    display: none
}
.dashboard .welcome-msg .hello {
    margin-bottom: 10px
}
.dashboard .col2-set {
    padding: 10px 0 15px
}
.dashboard .box-head,
.dashboard .box-title {
    width: 100%;
    overflow: hidden;
    margin: 10px 0 0
}
.dashboard .box-title {
    border-bottom: 1px solid #D3D3D3;
    margin-bottom: 5px
}
.dashboard .box-head h2,
.dashboard .box-head h3,
.dashboard .box-title h2,
.dashboard .box-title h3 {
    float: left
}
.dashboard .box-head h2,
.dashboard .box-title h2 {
    font-size: 12px;
    line-height: 18px
}
.dashboard .box-content h4 {
    font-size: 14px
}
.dashboard .box-head a,
.dashboard .box-title a {
    float: right
}
.dashboard .box-recent {
    margin: 10px 0
}
.dashboard .box-head a {
    margin-bottom: 10px;
    display: inline-block
}
.dashboard .box-info .col2-set {
    margin-bottom: 10px
}
.dashboard .box-info a {
    display: inline-block;
    margin-bottom: 10px
}
.dashboard .number {
    float: left;
    font-size: 11px;
    font-weight: 700;
    margin: 3px 10px 0 0;
    display: block;
    width: 18px;
    height: 18px;
    text-align: center;
    border: 1px solid #6a6a6a;
    line-height: 17px
}
.dashboard .box-reviews #my_recent_reviews h3 {
    margin-bottom: 5px!important
}
.dashboard .box-reviews .details {
    margin-left: 30px
}
#my_recent_tags>li {
    padding-bottom: 10px
}
.tags li {
    display: inline;
    text-transform: capitalize;
    padding: 0 5px 0 0
}
.tags li a {
    color: #7f7f7f
}
.dashboard .box-tags .details {
    margin-left: 30px
}
.block-order-return {
    border: 1px solid #dbdbdb;
    padding: 13px 18px 20px;
    margin-top: 26px;
    background: url(http://www.mysalontools.com/skin/frontend/default/theme560/images/media/bg-return.gif) left bottom no-repeat #fff;
    min-height: 345px
}
.block-order-return .page-title {
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 8px;
    margin-bottom: 16px
}
.block-order-return label {
    color: #000;
    font-weight: 700;
    display: inline-block;
    padding-bottom: 5px
}
.block-order-return label em {
    color: #a61d91
}
.block-order-return .input-box.txt {
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 7px
}
.block-order-return .form-alt li {
    margin-bottom: 0;
    overflow: inherit
}
.block-order-return .input-box.btn {
    padding-top: 18px
}
.order-info {
    padding: 5px 0
}
.order-info dd,
.order-info dt,
.order-info li,
.order-info ul {
    display: inline
}
.order-info dt {
    font-weight: 700
}
.order-date {
    margin: 0
}
.order-info-box {
    margin-top: 15px
}
.order-info-box h2,
.order-items h2 {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    color: #a61d91
}
.order-items {
    margin-top: 15px;
    width: 100%;
    overflow-x: auto
}
.col-1.addresses-primary h2 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    color: #333
}
.col-1.addresses-primary h3 {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    color: #a61d91
}
.col-2.addresses-additional h2 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    color: #333
}
.order-additional {
    margin: 15px 0
}
.gift-message dt strong {
    color: #666
}
.gift-message dd {
    font-size: 13px;
    margin: 5px 0 0
}
.order-about dt {
    font-weight: 700
}
.order-about dd {
    font-size: 13px;
    margin: 0 0 7px
}
.tracking-table {
    margin: 0 0 15px
}
.tracking-table th {
    font-weight: 700;
    white-space: nowrap
}
.tracking-table-popup {
    width: 100%
}
.tracking-table-popup th {
    font-weight: 700;
    white-space: nowrap
}
.tracking-table-popup td,
.tracking-table-popup th {
    padding: 1px 8px
}
.page-print .print-head img {
    float: left
}
.page-print .print-head address {
    float: left;
    margin-left: 15px
}
.page-print .print-head {
    margin-bottom: 20px
}
.page-print .col-1,
.page-print .col-2 {
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    width: 46%
}
.page-print h1 {
    font-size: 25px;
    line-height: 40px
}
.page-print h2 {
    margin-bottom: 5px
}
.page-print th.a-right {
    text-align: center!important
}
.page-print .gift-message-link {
    display: none
}
.page-print .price-excl-tax,
.page-print .price-incl-tax {
    display: block;
    white-space: nowrap
}
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .label,
.page-print .price-incl-tax .price {
    display: inline
}
#review-form h3,
#review-form h4 {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    color: #333
}
.product-review .product-img-box {
    float: left;
    margin-right: 15px
}
.product-review .product-img-box .product-image {
    display: block;
    margin-bottom: 10px;
    width: 125px
}
.product-review .product-img-box .label {
    text-align: center;
    font-size: 11px;
    line-height: 14px;
    margin: 0
}
.product-review .product-img-box .ratings .rating-box {
    float: none;
    display: block;
    margin: 0 auto 3px
}
.product-review .product-name {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 10px
}
.product-review .ratings-table {
    margin: 0 0 10px
}
.product-review dt {
    font-weight: 700
}
.product-review dd {
    font-size: 13px;
    margin: 5px 0 0
}
#product_comparison .product-shop-row td {
    padding: 18px 30px 30px
}
.catalog-product-compare-index {
    position: absolute
}
.catalog-product-compare-index .link-print span {
    padding-left: 32px;
    padding-right: 0;
    text-transform: uppercase
}
.catalog-product-compare-index {
    background: #fff
}
.catalog-product-compare-index .buttons-set {
    clear: both;
    margin: 0;
    padding: 20px 0 5px
}
.catalog-product-compare-index .buttons-set button.button span {
    float: left
}
.catalog-product-compare-index .buttons-set button.button:hover span span {
    background-position: 0 0
}
.catalog-product-compare-index .ratings {
    text-align: center
}
.catalog-product-compare-index td button.button {
    float: none
}
.catalog-product-compare-index td .add-to-links {
    float: none;
    width: 100%;
    padding-top: 12px
}
.catalog-product-compare-index .price-box.left {
    float: none;
    width: 100%;
    text-align: center
}
.catalog-product-compare-index .ratings .rating-box {
    float: none;
    margin: 0 auto 10px
}
#product_comparison {
    -webkit-box-shadow: 0 0 12px rgba(48, 50, 50, .12);
    -moz-box-shadow: 0 0 12px rgba(48, 50, 50, .12);
    box-shadow: 0 0 12px rgba(48, 50, 50, .12)
}
.catalog-product-compare-index .data-table td {
    padding: 14px 20px;
    color: #7e7e7e
}
.catalog-product-compare-index .data-table th {
    padding: 14px 20px;
    font-weight: 700;
    color: #000
}
.catalog-product-compare-index .btn-remove {
    display: block;
    margin-left: 2px;
    overflow: hidden;
    font-size: 0;
    width: 18px
}
.catalog-product-compare-index .data-table tr.even {
    background: #fefefe
}
#product_comparison th {
    border: 1px solid #dbdbdb;
    background: 0 0
}
#product_comparison td {
    border: 1px solid #dbdbdb;
    background: 0 0;
    color: #7e7e7e
}
#product_comparison tr {
    background: 0 0
}
#product_comparison .price-box {
    padding-top: 10px;
    padding-bottom: 10px
}
#product_comparison .price-box .regular-price {
    float: none
}
#product_comparison .add-to-row td,
#product_comparison .product-shop-row td {
    text-align: center
}
#product_comparison .product-shop-row td .product-image {
    display: inline-block;
    margin-bottom: 15px;
    border: 1px solid #ededed
}
#product_comparison .product-shop-row td .product-image:hover {
    border: 1px solid #a61d91
}
#product_comparison .price-box,
#product_comparison .product-name,
#product_comparison p {
    margin-bottom: 5px
}
#product_comparison .add-to-row td .add-to-links li,
#product_comparison .product-shop-row td .add-to-links li {
    float: none
}
.product-view .product-shop .price-box.map-info {
    margin: 0;
    padding: 0;
    display: block
}
.product-view .product-shop .price-box.map-info .old-price {
    display: block;
    margin-bottom: 10px
}
.product-view .product-shop .price-box.map-info a {
    display: inline-block;
    margin-bottom: 10px
}
.cart-msrp-totals {
    color: red;
    font-size: 12px!important;
    font-weight: 700;
    margin: 10px 10px 0;
    padding: 10px;
    text-align: right;
    text-transform: uppercase
}
.map-cart-sidebar-total {
    color: red;
    display: block;
    font-size: 10px;
    font-weight: 700;
    text-align: left;
    padding: 2px 5px;
    text-shadow: 0 1px 0 #fff
}
.catalog-product-compare-index .map-popup {
    min-width: 230px
}
.map-popup.displayblock {
    display: block!important
}
.map-popup {
    display: none;
    text-align: left;
    position: absolute;
    margin: 12px 0 0;
    width: 270px;
    z-index: 100;
    box-shadow: 0 0 10px rgba(48, 50, 50, .2);
    -moz-box-shadow: 0 0 10px rgba(48, 50, 50, .2);
    -webkit-box-shadow: 0 0 10px rgba(48, 50, 50, .2);
    background: #FBFBFB
}
.map-popup,
.map-popup a {
    color: #000
}
.map-popup #map-popup-msrp-box,
.map-popup #map-popup-msrp-box span,
.map-popup #map-popup-msrp-box strong {
    font-weight: 400
}
.map-popup-heading {
    border-bottom: 1px solid #DDD;
    padding: 20px 40px 20px 20px;
    width: 100%
}
.map-popup-heading h2 {
    font-size: 12px;
    line-height: 15px;
    text-align: left;
    text-overflow: ellipsis;
    text-transform: uppercase;
    word-wrap: break-word;
    margin: 0
}
.map-popup-arrow {
    background: 0;
    position: absolute;
    left: 50%;
    top: -10px;
    height: 10px;
    width: 19px
}
.map-popup-close {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    height: 9px;
    width: 9px;
    font-size: 0
}
.map-popup-close:before {
    content: "\f00d";
    font-size: 14px;
    line-height: 14px
}
.map-popup-content {
    text-align: left;
    overflow: hidden;
    padding: 20px
}
#map-popup-price-box strong {
    margin-bottom: 7px;
    font-size: 13px
}
.map-popup .regular-price .price {
    float: left;
    font-size: 12px;
    line-height: 18px;
    font-weight: 700
}
.map-popup-checkout form {
    display: block;
    overflow: hidden;
    position: relative
}
.map-popup-checkout span {
    display: block;
    padding-left: 30px
}
.map-popup-checkout .paypal-logo {
    text-align: left;
    margin: 0 0 5px
}
.map-popup-price .price-box,
.map-popup-price .price-box .special-price {
    margin: 0;
    padding: 0
}
.map-popup-price .price-box .regular-price {
    margin-right: 7px
}
.map-popup-price .minimal-price-link {
    color: #fff;
    display: inline-block;
    text-decoration: underline;
    margin: 0
}
.map-popup-price .minimal-price-link:hover {
    text-decoration: none
}
.map-popup-price .minimal-price-link span {
    display: inline
}
.map-popup-price {
    overflow: hidden;
    margin: 8px 0
}
.map-popup-text {
    clear: right;
    padding: 20px;
    text-align: left;
    word-wrap: break-word;
    line-height: 18px
}
.map-popup-only-text {
    display: none;
    border-top: 1px solid #d8d8d8
}
.contacts-index-index .page-title {
    margin-bottom: 15px
}
.swipe-left {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 20px;
    z-index: 999
}
.top-icon-menu {
    width: 100%;
    max-width: 100%;
    line-height: 20px;
    font-size: 30px;
    color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    display: none;
    height: 50px
}
.top-icon-menu>div {
    float: left;
    border-right: 1px solid #232323;
    height: 50px;
    padding: 10px 30px;
    cursor: pointer;
    position: relative;
    z-index: 9999
}
.ps-static .top-icon-menu>div:hover,
.top-icon-menu>div.active {
    color: #a61d91
}
.top-icon-menu .top-search {
    float: right;
    border-left: 1px solid #232323;
    border-right-width: 0;
    overflow: hidden
}
.swipe,
.top-icon-menu {
    background-color: #323232
}
.swipe {
    display: block;
    left: -237px;
    overflow: hidden;
    position: fixed;
    top: 50px;
    width: 237px;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    line-height: 25px;
    height: 100%;
    moz-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 6;
    padding-bottom: 50px
}
.swipe:after,
.swipe:before {
    -moz-box-sizing: inherit
}
body.ind .swipe {
    left: 0
}
.swipe-menu {
    height: 100%;
    overflow: scroll;
    border-top: 1px solid #232323;
    -webkit-overflow-scrolling: touch
}
body.ind div.shadow {
    width: 100%;
    z-index: 5
}
body div.shadow {
    display: block;
    height: 100%;
    left: 0;
    opacity: .5;
    position: fixed;
    top: 0
}
.swipe-menu .switch-show {
    cursor: pointer
}
.swipe-menu .switch-show.active {
    border: 0
}
.swipe-menu .switch-show>div:after {
    content: "\f107";
    font-size: 21px;
    vertical-align: middle;
    float: right
}
.swipe-menu a {
    color: #fff
}
.footer-links-menu li,
.swipe-menu .links li {
    padding: 0;
    display: block
}
.footer-links-menu li a,
.home-link,
.swipe-menu .links li a {
    color: #FFF;
    display: block;
    font-size: 13px;
    font-weight: 700;
    line-height: 26px;
    padding: 10px 20px 11px;
    position: relative
}
.footer-links-menu li a,
.home-link,
.swipe-menu .links li a,
.swipe-menu .switch-show {
    border-bottom: 1px solid #232323
}
.home-link:before,
.swipe-menu ul li a:before {
    font-size: 26px;
    margin-right: 12px
}
.home-link:before {
    content: "\f015"
}
.swipe-menu .links li:nth-child(1) a:before {
    content: "\f0f0"
}
.swipe-menu .links li:nth-child(2) a:before {
    content: "\f005"
}
.swipe-menu .links li:nth-child(3) a:before {
    content: "\f07a"
}
.swipe-menu .links li:nth-child(4) a:before {
    content: "\f046"
}
.swipe-menu .links li:nth-child(5) a:before {
    content: "\f023"
}
.footer-links-menu ul:first-child li:nth-child(1) a:before {
    content: "\f05a"
}
.footer-links-menu ul:first-child li:nth-child(2) a:before {
    content: "\f02d"
}
.footer-links-menu ul:first-child li:nth-child(3) a:before {
    content: "\f044"
}
.swipe-menu .links-2 li:nth-child(1) a:before,
.swipe-menu .links-2 li:nth-child(2) a:before {
    content: "\f0e8"
}
.swipe-menu .links-2 li:nth-child(3) a:before {
    content: "\f002"
}
.swipe-menu .links-2 li:nth-child(4) a:before {
    content: "\f0d1"
}
.currency-switch .currency-title,
.language-list .language-title {
    padding: 10px 20px 11px
}
.currency-switch .currency-title:before,
.language-list .language-title:before {
    content: "\f0d6";
    font-size: 26px;
    vertical-align: middle;
    margin-right: 8px
}
.language-list .language-title:before {
    content: "\f0ac"
}
.currency-switch .currency-title strong,
.language-list .language-title strong {
    display: none
}
.swipe-menu .currency-switch ul,
.swipe-menu .language-list ul {
    background: 0 #222;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    left: 0;
    padding: 0;
    position: relative;
    right: auto;
    top: 0;
    width: 100%;
    overflow: hidden;
    display: none
}
.swipe-menu .currency-switch ul li span {
    display: none
}
.swipe-menu .currency-switch ul li,
.swipe-menu .language-list ul li {
    float: left
}
.swipe-menu .currency-switch ul li:first-child,
.swipe-menu .language-list ul li:first-child {
    padding-left: 20px
}
.swipe-menu .currency-switch ul li a,
.swipe-menu .language-list ul li a {
    padding: 14px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700
}
.swipe-menu ul a.selected {
    color: #ccc
}
.home-link:hover,
.swipe-menu ul li a:hover {
    background-color: #444
}
#back-top {
    position: fixed;
    bottom: 40px;
    z-index: 99;
    left: 50%;
    margin-left: 635px;
    display: none;
    width: 41px;
    height: 41px
}
#back-top span {
    display: block;
    text-align: center
}
#back-top span:before {
    content: "\f139";
    font-size: 45px;
    line-height: 45px
}
.footer .block-subscribe {
    padding: 0;
    margin-bottom: 0
}
.footer .block-subscribe .block-content {
    position: relative
}
.footer .block-subscribe .form-subscribe-header {
    display: none
}
.footer .block-subscribe .block-title {
    background: 0 0;
    filter: progid: none;
    padding: 0;
    border: 0;
    margin-bottom: 17px
}
.footer .block-subscribe .block-title strong {
    margin: 0
}
.footer .block-subscribe .input-box input {
    float: left;
    padding: 6px 45px 6px 6px;
    width: 100%;
    height: 38px;
    background: #fcfcfc;
    border: 1px solid #d8d8d8;
    line-height: 24px;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0)
}
.footer-container {
    overflow: hidden;
    padding-bottom: 30px
}
.footer {
    margin: 0 -30px
}
.footer-cols-wrapper {
    border-top: 4px solid #000;
    margin-bottom: 19px;
    background: url(http://www.mysalontools.com/skin/frontend/default/theme560/images/footer-cols-wrapper.gif) center top repeat-x #fff;
    padding: 24px 30px;
    box-shadow: 0 0 27px rgba(0, 0, 0, .07);
    -moz-box-shadow: 0 0 27px rgba(0, 0, 0, .07);
    -webkit-box-shadow: 0 0 27px rgba(0, 0, 0, .07)
}
.footer .block-title strong,
.footer h3,
.footer h4 {
    font-family: Roboto, sans-serif;
    position: relative;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #28292b;
    margin-bottom: 11px;
    text-transform: uppercase
}
.footer ul li {
    display: block;
    padding: 0 0 7px
}
.footer ul li a {
    display: inline-block;
    color: #999898;
    font-weight: 700;
    text-decoration: none
}
.footer ul li a:hover {
    color: #a61d91
}
.footer address {
    float: left;
    color: #777;
    font-weight: 400
}
.footer .paypal-logo {
    float: right
}
.footer-container .bottom-container {
    text-align: center
}
.footer .footer-col .fb-like-box,
.footer .footer-col iframe {
    background: #EDEFF4
}
.footer-col {
    float: left;
    margin-right: 0.5%;
    width: 12.5%
}
.footer-col.last {
    margin-right: 0;
    float: right
}
.footer-col.contacts,
.footer-col.last {
    width: 23%
}
.footer-col p {
    font-family: Roboto, sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #b23ba0;
    line-height: 24px;
    margin-top: 5px
}
.footer-col p:before {
    content: "\f041";
    font-size: 28px;
    line-height: 28px;
    color: #a61d91;
    margin-right: 10px;
    display: block;
    float: left
}
.footer-col p.tel:before {
    content: "\f095";
    color: #cbcaca
}
.store-switcher {
    margin-top: 10px
}
span.toggle {
    position: absolute;
    cursor: pointer;
    right: 10px;
    top: 0;
    width: 20px;
    text-align: center;
    font-size: 16px
}
span.toggle:before {
    content: "\f067"
}
span.opened:before {
    content: "\f068"
}
.search-form .form-list .input-box {
    width: 300px
}
.search-form .buttons-set p.required {
    text-align: left
}
.search-form .buttons-set button.button {
    float: left
}
.contact-block {
    position: relative;
    width: 100%
}
.contact-block h2 {
    float: none;
    background: 0 0;
    border: none;
    border-bottom: 2px solid #3A3A3A;
    font-size: 17px;
    line-height: 21px;
    color: #383737;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    margin: 0 0 16px;
    padding: 0 0 7px
}
.contact-left {
    width: 25%;
    float: right;
    padding-bottom: 20px
}
.contact-left h3 {
    font-size: 13px;
    line-height: 16px;
    color: #a61d91;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 14px
}
.contact-left p {
    font-size: 12px;
    color: #8a8989;
    line-height: 17px
}
.contact-left ul li {
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 17px;
    margin-bottom: 17px
}
.contact-left ul li.last {
    border: none;
    padding: 0;
    margin: 0
}
#contactForm {
    float: left;
    width: 73%
}
#contactForm .form-list .input-box {
    width: auto
}
#contactForm .fieldset {
    background: 0 0;
    border: none;
    padding: 0;
    margin: 0
}
#contactForm .form-list input.input-text {
    border-box: border-box;
    width: 95%
}
#contactForm .form-list .field {
    float: left;
    width: 33.33%
}
#contactForm .form-list li {
    padding-bottom: 10px
}
#contactForm .form-list li.wide textarea {
    border-box: border-box;
    width: 100%;
    resize: none
}
#contactForm .form-list li.wide .input-box {
    width: 98%
}
#contactForm .buttons-set button.button {
    float: left;
    clear: left
}
#contactForm .buttons-set {
    margin: 0;
    padding: 0
}
#contactForm .buttons-set p.required {
    font-size: 12px;
    margin: 0 0 15px;
    float: left;
    clear: left
}
.contact-btn a {
    display: none
}
.contact-btn li {
    padding: 0;
    margin: 0
}
.container-slider {
    position: relative;
    width: 315px;
    overflow: hidden
}
.tumbSlider-none:last-child {
    margin-right: 0
}
.tumbSlider {
    max-height: 110px
}
.container-slider .slider {
    margin-left: -4px
}
.container-slider li {
    float: left;
    height: auto;
    width: 97px;
    moz-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 4px;
    min-height: 100px;
    position: relative
}
.ps-phone .container-slider li:before {
    content: ".";
    font-size: 0;
    width: 100%;
    height: 35px;
    left: 0;
    bottom: 0;
    position: absolute
}
.container-slider li a {
    display: block
}
.container-slider li img {
    max-width: 100%
}
.container-slider>a {
    display: inline-block;
    position: absolute;
    left: -4px;
    top: 35px;
    font-size: 30px;
    width: 40px;
    height: 40px;
    z-index: 777;
    text-align: center;
    vertical-align: middle
}
.container-slider>a.tumbSlider-next {
    right: 5px;
    left: auto
}
.label-product {
    position: absolute;
    top: -5px;
    left: -11px
}
.label-product>span {
    display: block;
    width: 89px;
    height: 68px;
    text-indent: -777px;
    font-size: 0;
    background: url(http://www.mysalontools.com/skin/frontend/default/theme560/images/label-new.png) left top/contain no-repeat
}
.label-product>span.sale {
    background: url(http://www.mysalontools.com/skin/frontend/default/theme560/images/label-product-sale.png) left top/contain no-repeat
}
#bx-pager a:before,
.add-to-links li a,
.banner-block .banner-block-cont,
.banner-block a,
.banner-block a h1,
.banner-top a,
.banner-top img,
.block a,
.bx-content .link-bx,
.footer a,
.header a,
.page-sitemap .links a,
.product-image,
.product-image:before,
.product-name a,
.sf-menu li a,
.slider-bg .bx-controls-direction a:before,
button.button>span {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0
}
#nav:after,
.add-to-box:after,
.add-to-cart:after,
.advanced-search-summary:after,
.block .actions:after,
.block .block-content:after,
.block li.item:after,
.block-layered-nav .currently li:after,
.block-poll li:after,
.block-subscribe .block-content:after,
.box-account .box-head:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.buttons-set:after,
.cart .crosssell li.item:after,
.cart-collaterals:after,
.cart:after,
.checkout-progress:after,
.clearer:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col4-set:after,
.dashboard .box .box-title:after,
.footer-container .bottom-container:after,
.footer:after,
.form-list .field:after,
.form-list li:after,
.gift-messages-form .item:after,
.group-select li:after,
.header .quick-access:after,
.header .row-2:after,
.header-buttons:after,
.header-container .top-container:after,
.header-container:after,
.header:after,
.input-box:after,
.main:after,
.multiple-checkout .place-order:after,
.opc .step-title:after,
.page-print .print-head:after,
.page-title:after,
.pager:after,
.product-collateral:after,
.product-essential:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.product-view .box-description:after,
.product-view .box-tags .form-add:after,
.product-view .product-img-box .more-views ul:after,
.product-view .product-shop .short-description:after,
.products-grid .actions:after,
.products-grid:after,
.products-list li.item:after,
.ratings:after,
.search-autocomplete li:after,
.send-friend .form-list li p:after,
.sorter:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden
}
.header .form-search .search-autocomplete li.suggest {
    background: #A61D91
}
.customer-address-form .form-list li.wide input.input-text {
    width: 333px
}
.advancednewsletter-manage-index .an-buttons {
    margin: 10px 0 0
}
.ajaxsearch .suggest span.amount {
    color: #B4B4B4
}
.shipment-methods input[type=checkbox],
.shipment-methods input[type=radio] {
    margin: 0
}
#freeshipping {
    background: url(http://www.mysalontools.com/skin/frontend/default/theme560/images/freeshipping.png) no-repeat;
    display: block;
    font-size: 0;
    height: 40px;
    margin: 10px 0;
    padding: 0;
    width: 175px
}
.custom-select-box {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
    z-index: 10;
    clear: both
}
.custom-select-box .custom-dp-title {
    border: 1px solid #CCC;
    color: #000;
    font-weight: 700;
    padding: 5px 10px;
    width: 100%;
    cursor: pointer
}
.custom-select-box .custom-dp-options {
    background: #FFF;
    border: 1px solid #CCC;
    width: 100%;
    position: absolute
}
.custom-select-box .custom-dp-options li {
    line-height: 30px;
    background: #fff;
    padding: 0 5px
}
.custom-select-box .custom-dp-title>span {
    background: url(http://www.mysalontools.com/skin/frontend/default/theme560/images/arrow-up-down.png) 0 100%;
    display: inline-block;
    float: right;
    height: 8px;
    margin: 4px 0;
    width: 14px
}
.custom-select-box .custom-dp-title.open>span {
    background: url(http://www.mysalontools.com/skin/frontend/default/theme560/images/arrow-up-down.png)
}
.custom-dp-options .price-box p {
    display: inline-block
}
.custom-dp-options li span {
    display: inline-block;
    vertical-align: middle;
    width: 100%
}
.custom-dp-options li span:first-child {
    width: 8%;
    display: none
}
.custom-dp-options li a {
    display: block
}
#block-related.custom-dp-options .item {
    height: 40px!important
}
.custom-dp-options .price-box {
    float: none!important;
    margin: 0!important;
    padding: 0!important;
    text-align: left
}
.block-cart-header {
    cursor: pointer
}
.special-price .price {
    color: #A61D91;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 10px
}
.custom-dp-options li span.old-price .price {
    width: auto
}
.custom-dp-options li span.old-price {
    display: none;
    width: auto
}
.custom-select-box .price-box {
    display: inline!important;
    position: absolute;
    right: 0;
    text-align: right;
    top: 3px
}
#block-related .special-price .price {
    font-size: 12px;
    margin: 0
}
.custom-dp-options li span.special-price {
    display: inline-block;
    width: auto
}
.bx-wrapper .bx-pager,
.product-options-bottom .add-to-cart {
    display: none
}
.aai-proname {
    display: inline-block;
    width: 82%;
    overflow: hidden;
    height: 32px;
    line-height: 40px
}
* {
    margin: 0;
    padding: 0
}
html {
    height: 100%;
    width: 100%
}
.catalog-product-compare-index>div {
    min-width: 600px
}
body {
    font-size: 12px;
    line-height: 16px;
    color: #777;
    text-align: center;
    min-width: 320px;
    position: relative;
    -webkit-text-size-adjust: none;
    background: url(http://www.mysalontools.com/skin/frontend/default/theme560/images/body-bg.gif) center top repeat-x #f6f6f6
}
body>.wrapper {
    position: relative
}
img {
    border: 0;
    vertical-align: top
}
a {
    color: #333;
    text-decoration: none
}
a:hover {
    text-decoration: none;
    color: #a61d91
}
:focus {
    outline: 0;
    text-decoration: none
}
a:focus {
    outline: 0;
    text-decoration: none;
    color: #a61d91
}
h1 {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.15;
    margin-bottom: 0
}
h2 {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.25;
    margin-bottom: 7px
}
h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 7px
}
h4 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 7px
}
h5 {
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 7px
}
h6 {
    font-size: 11px;
    font-weight: 700;
    margin-bottom: 7px
}
form {
    display: inline
}
fieldset {
    border: 0
}
legend {
    display: none
}
table {
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    font-size: 100%
}
caption,
td,
th {
    vertical-align: top;
    text-align: left;
    font-weight: 400
}
strong {
    font-weight: 700
}
address {
    font-style: normal;
    margin-bottom: 5px
}
cite {
    font-style: normal
}
blockquote,
q {
    quotes: none
}
q:after,
q:before {
    content: ''
}
big,
small {
    font-size: 1em
}
sup {
    font-size: 1em;
    vertical-align: top
}
ol,
ul {
    list-style: none
}
.hidden {
    display: block!important;
    border: 0!important;
    margin: 0!important;
    padding: 0!important;
    font-size: 0!important;
    line-height: 0!important;
    width: 0!important;
    height: 0!important;
    overflow: hidden!important
}
.nobr {
    white-space: nowrap
}
.wrap {
    white-space: normal!important
}
.a-left {
    text-align: left!important
}
.a-center {
    text-align: center!important
}
.a-right {
    text-align: right!important
}
.v-top {
    vertical-align: top
}
.v-middle {
    vertical-align: middle
}
.f-left,
.left {
    float: left!important
}
.f-right,
.right {
    float: right!important
}
.f-none {
    float: none!important
}
.f-fix {
    float: left;
    width: 100%
}
.no-display {
    display: none
}
.no-margin {
    margin: 0!important
}
.no-padding {
    padding: 0!important
}
.no-bg {
    background: none!important
}
#back-top span:before,
#menu-icon:before,
.about-padd-2 ul li:before,
.add-to-links li a:before,
.block-cart-header .empty:before,
.block-cart-header .summary:before,
.block-cart-header:before,
.block-layered-nav dd li:before,
.block-slider-sidebar .slider-sidebar-pager a:before,
.btn-edit:before,
.btn-remove2:before,
.btn-remove:before,
.bx-wrapper .bx-controls-direction a:before,
.camera_wrap .camera_pag .camera_pag_ul li:before,
.checkout-progress li:before,
.currency-switch .currency-title:before,
.custom-servis-ul li h3:before,
.footer-col p:before,
.header .form-search button.button span:before,
.header .form-search:after,
.header-button.currency-list>a:after,
.header-button.lang-list>a:after,
.home-link:before,
.language-list .language-title:before,
.list-icon li a:before,
.map-popup-close:before,
.product-view .box-tags .form-add .input-box:before,
.row-product .email-friend:before,
.row-product .no-rating:before,
.sf-menu li a:before,
.sf-menu-phone li strong:before,
.slider-bg .bx-controls-direction a:before,
.sorter .list:before,
.sorter .view-mode .grid:before,
.swipe ul a:before,
.switch-show>div:after,
button.button span:before,
span.toggle:before {
    font-family: FontAwesome;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    text-indent: 0!important
}
.wrapper {
    width: 100%;
    overflow: hidden
}
.page {
    margin: 0 auto;
    padding: 0;
    text-align: left
}
.page-empty,
.page-print {
    background: #fff;
    padding: 20px;
    text-align: left
}
.page-popup {
    padding: 20px;
    text-align: left;
    margin: 0 auto;
    background: #fff
}
.page-popup .ratings .rating-box {
    float: none;
    margin: 0 auto 10px
}
.main-container {
    padding: 30px 0;
    position: relative;
    z-index: 1;
    background: #fff;
    max-width: 1230px;
    margin: 0 auto;
    box-shadow: 0 0 27px rgba(0, 0, 0, .07);
    -moz-box-shadow: 0 0 27px rgba(0, 0, 0, .07);
    -webkit-box-shadow: 0 0 27px rgba(0, 0, 0, .07)
}
.col-left,
.col-main {
    float: left
}
.col-right {
    float: right
}
.col1-layout .col-main {
    float: none
}
.col2-left-layout .col-main {
    float: right
}
.col3-layout .col-wrapper {
    float: left
}
.col3-layout .col-wrapper .col-main {
    float: right
}
.col2-set .col-narrow {
    width: 33%
}
.col2-set .col-wide {
    width: 65%
}
.cart-collaterals .col2-set .col-1,
.cart-collaterals .col2-set .col-2 {
    width: 48%;
    float: left
}
.cart-collaterals .col2-set .col-1 {
    margin-right: 20px
}
.col3-set .col-1 {
    float: left;
    width: 32%
}
.col3-set .col-2 {
    float: left;
    width: 32%;
    margin-left: 2%
}
.col3-set .col-3 {
    float: right;
    width: 32%
}
.col4-set .col-1 {
    float: left;
    width: 23.5%
}
.col4-set .col-2 {
    float: left;
    width: 23.5%;
    margin: 0 2%
}
.col4-set .col-3 {
    float: left;
    width: 23.5%
}
.col4-set .col-4 {
    float: right;
    width: 23.5%
}
button,
input,
select,
textarea {
    font: 12px Arial, Helvetica, sans-serif;
    vertical-align: middle;
    color: #000
}
.form-control,
input.input-text,
select,
textarea {
    border: 1px solid #dbdbdb;
    border-radius: 0
}
input.input-text,
textarea {
    padding: 6px 12px;
    resize: none;
    -webkit-appearance: none;
    border-radius: 0
}
select {
    padding: 2px;
    moz-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
select option {
    padding-right: 10px
}
select.multiselect option {
    border-bottom: 1px solid #ddd;
    padding: 2px 5px
}
select.multiselect option:last-child {
    border-bottom: 0
}
textarea {
    overflow: auto
}
input.checkbox,
input.radio {
    margin-right: 3px
}
input.qty {
    width: 40px!important;
    text-align: center!important;
    background: 0 0;
    display: inline-block
}
button.button::-moz-focus-inner {
    padding: 0;
    border: 0
}
button.button {
    -webkit-border-fit: lines;
    background: 0 0;
    border: 0;
    overflow: visible;
    cursor: pointer;
    padding: 0;
    margin: 0;
    width: auto
}
button.button>span {
    float: left;
    text-align: center;
    white-space: nowrap;
    padding: 0
}
button.button span span {
    padding: 0 9px;
    display: block;
    float: left
}
.page-sitemap .links a,
button.button>span {
    font-family: Roboto, sans-serif;
    background: url(http://www.mysalontools.com/skin/frontend/default/theme560/images/button-bg.gif) center top repeat-x #93157f;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 34px;
    height: 36px;
    border: 1px solid #a61d91;
    border-bottom-color: #690f5c;
    border-right-color: #690f5c;
    text-transform: uppercase
}
.page-sitemap .links a:hover,
button.button:hover>span {
    background: #7b106a;
    color: #fff;
    border-color: #590c4c #7b106a #7b106a #650d57
}
.page-sitemap .links a {
    display: inline-block;
    text-decoration: none;
    position: relative;
    text-transform: uppercase;
    padding: 0 11px;
    height: 36px;
    line-height: 36px
}
button.btn-details>span {
    background: url(http://www.mysalontools.com/skin/frontend/default/theme560/images/btn-details.gif) center top repeat-x #efefef;
    color: #262626;
    border: 1px solid #f9f9f9;
    border-bottom-color: #acacac;
    border-right-color: #c9c9c9
}
button.btn-details:hover>span {
    background: #eee;
    border-color: #acacac #eee #eee #c4c4c4;
    color: #262626
}
p.control input.checkbox,
p.control input.radio {
    margin-right: 6px
}
.form-list label {
    float: left;
    color: #000;
    font-weight: 700;
    position: relative;
    z-index: 0;
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 0
}
.form-list label.required em {
    float: right;
    font-style: normal;
    color: #a61d91;
    position: absolute;
    top: 0;
    right: -8px
}
.form-list li.control label {
    float: none
}
.form-list li.control input.checkbox,
.form-list li.control input.radio {
    margin-right: 6px
}
.form-list li.control .input-box {
    float: left;
    display: inline;
    width: auto
}
.form-list .input-box {
    display: block;
    clear: both;
    margin-bottom: 7px;
    width: 260px
}
.form-list .field {
    float: left;
    width: 360px
}
.form-list input.input-text {
    width: 333px
}
.form-list textarea {
    resize: none;
    width: 254px;
    height: 10em
}
.form-list select {
    width: 100%
}
.form-list li.wide .input-box {
    width: 535px
}
.form-list li.wide input.input-text,
.form-list li.wide textarea {
    width: 529px
}
.form-list li.additional-row {
    border-top: 1px solid #ccc;
    margin-top: 10px;
    padding-top: 7px
}
.form-list li.additional-row .btn-remove {
    float: right;
    margin: 5px 0 0
}
.form-list .input-range input.input-text {
    width: 74px
}
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-suffix .input-box {
    width: auto
}
.form-list .name-prefix {
    width: 65px
}
.form-list .name-prefix select {
    width: 55px
}
.form-list .name-prefix input.input-text {
    width: 49px
}
.form-list .name-suffix {
    width: 65px
}
.form-list .name-suffix select {
    width: 55px
}
.form-list .name-suffix input.input-text {
    width: 49px
}
.form-list .name-middlename {
    width: 132px
}
.form-list .name-middlename input.input-text {
    width: 104px
}
.form-list .customer-name-prefix-middlename .name-firstname,
.form-list .customer-name-prefix-middlename-suffix .name-firstname {
    width: 140px
}
.form-list .customer-name-prefix-middlename .name-firstname input.input-text,
.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text {
    width: 124px
}
.form-list .customer-name-prefix-middlename-suffix .name-lastname {
    width: 318px
}
.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text {
    width: 189px
}
.field.name-suffix {
    margin-top: 8px
}
.field.name-prefix {
    margin-bottom: 10px
}
.form-list .customer-name-prefix-suffix .name-firstname {
    width: 210px
}
.form-list .customer-name-prefix-suffix .name-lastname {
    width: 205px
}
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text {
    width: 189px
}
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-prefix .name-firstname {
    width: 210px
}
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname,
.form-list .customer-name-suffix .name-lastname {
    width: 230px
}
.opc .form-list .customer-name-middlename .name-firstname,
.opc .form-list .customer-name-middlename-suffix .name-firstname,
.opc .form-list .customer-name-middlename-suffix .name-lastname,
.opc .form-list .customer-name-suffix .name-lastname {
    width: 191px
}
.form-list .customer-name-middlename .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-lastname input.input-text,
.form-list .customer-name-prefix .name-firstname input.input-text,
.form-list .customer-name-suffix .name-lastname input.input-text {
    width: 202px
}
.opc .form-list .customer-name-middlename .name-firstname input.input-text,
.opc .form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.opc .form-list .customer-name-middlename-suffix .name-lastname input.input-text,
.opc .form-list .customer-name-prefix .name-firstname input.input-text,
.opc .form-list .customer-name-suffix .name-lastname input.input-text {
    width: 171px
}
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-year {
    float: left
}
.form-list .customer-dob input.input-text {
    display: block;
    width: 74px
}
.form-list .customer-dob label {
    font-size: 10px;
    font-weight: 400;
    color: #888
}
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month {
    width: 60px
}
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text {
    width: 35px
}
.form-list .customer-dob .dob-year {
    width: 140px
}
.form-list .customer-dob .dob-year input.input-text {
    width: 213px
}
.buttons-set {
    clear: both;
    margin: 5px 0 0;
    padding: 5px 0
}
.buttons-set .back-link {
    float: left;
    margin-top: 5px
}
.buttons-set button.button {
    float: right
}
.buttons-set p.required {
    margin: 0 0 10px;
    font-size: 12px;
    color: #a61d91
}
.fieldset>p {
    margin-bottom: 10px
}
.fieldset .legend {
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 8px;
    color: #a61d91
}
.validation-advice {
    clear: both;
    min-height: 13px;
    margin: 3px 0 0;
    font-size: 10px;
    line-height: 13px;
    color: red
}
.validation-failed {
    border: 1px dashed red!important;
    background: #faebe7!important
}
p.required {
    font-size: 10px;
    text-align: right;
    color: red
}
.v-fix {
    float: left
}
.v-fix .validation-advice {
    display: block;
    width: 12em;
    margin-right: -12em;
    position: relative
}
.success {
    color: #3d6611;
    font-weight: 700
}
.error {
    color: red;
    font-weight: 700
}
.notice {
    color: #ccc
}
.messages,
.messages ul {
    list-style: none!important;
    margin: 0!important;
    padding: 0!important
}
.messages {
    width: 100%;
    overflow: hidden
}
.messages li {
    margin: 0 0 20px
}
.messages li li {
    margin: 4px 0 3px
}
div.alert a {
    font-size: 12px;
    padding-left: 5px
}
div.alert a:hover {
    color: #fff
}
div.alert {
    position: fixed;
    background: #353535;
    top: 0;
    left: 50%;
    width: 333px;
    margin-left: -220px;
    padding: 20px 60px;
    z-index: 999;
    font-size: 12px;
    font-weight: 700;
    color: #dbdbdb;
    border-radius: 0 0 3px 3px;
    text-align: center
}
div.alert button {
    background: url(http://www.mysalontools.com/skin/frontend/default/theme560/images/remove-popup.png) no-repeat;
    width: 9px;
    height: 9px;
    position: absolute;
    right: 20px;
    top: 45%;
    border: none;
    z-index: 9999
}
div.alert button:hover {
    cursor: pointer;
    background-position: 0 -9px
}
.error-msg,
.note-msg,
.notice-msg,
.success-msg {
    border-style: solid!important;
    border-width: 1px!important;
    background-position: 17px center!important;
    background-repeat: no-repeat!important;
    min-height: 24px!important;
    padding: 7px 8px 10px 56px!important;
    font-size: 12px!important;
    font-weight: 700!important
}
.success-msg {
    border-color: #dfebb5
}
.error-msg {
    background: url(http://www.mysalontools.com/skin/frontend/default/theme560/images/i_msg-note.png) left -3px no-repeat #fde4e1;
    color: #df0505;
    font-weight: 700
}
.success-msg {
    background-color: #f7fde1;
    background-image: url(http://www.mysalontools.com/skin/frontend/default/theme560/images/i_msg-success.gif);
    color: #95bc01;
    font-weight: 700
}
.note-msg,
.notice-msg {
    background: url(http://www.mysalontools.com/skin/frontend/default/theme560/images/i_msg-note.png) 7px 6px no-repeat #fde4e1!important;
    border-color: #ebbcb5;
    color: #df0505;
    font-weight: 700
}
.note-msg-empty-catalog {
    background: url(http://www.mysalontools.com/skin/frontend/default/theme560/images/empty-catalog.png) left top no-repeat;
    padding: 30px 30px 30px 150px
}
.availability-only {
    overflow: hidden;
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 5px;
    display: none
}
.breadcrumbs {
    background: #FBFBFB;
    border: 1px solid #DDD;
    padding: 8px 19px;
    margin: 0 0 30px;
    overflow: hidden
}
.breadcrumbs li {
    float: left
}
.breadcrumbs li a {
    text-decoration: none
}
.breadcrumbs li span {
    display: inline-block;
    margin: 0 8px 0 6px
}
.breadcrumbs li strong {
    font-weight: 400
}
.category-title,
.page-title {
    margin: 0 0 30px;
    background: url(http://www.mysalontools.com/skin/frontend/default/theme560/images/page-title.gif) center bottom repeat-x;
    border: 1px solid #d8d8d8;
    padding: 13px
}
.category-title {
    display: block
}
.page-title h1,
.page-title h2 {
    text-transform: uppercase;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    line-height: 18px;
    color: #28292b;
    font-weight: 700
}
.page-title .separator {
    margin: 0 3px
}
.page-title .link-rss {
    float: right
}
.title-buttons {
    text-align: right
}
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 {
    float: left
}
.sub-title,
.subtitle {
    clear: both
}
.pager {
    text-align: center
}
.pager .amount {
    float: left;
    padding-top: 2px
}
.pager .amount span {
    font-weight: 700
}
.pager .amount.spinner {
    padding-top: 13px
}
.pager .amount strong {
    font-weight: 400;
    display: inline-block;
    padding-top: 0
}
.pager .amount strong span {
    font-weight: 700
}
.pager .limiter {
    float: right;
    min-width: 89px
}
.pager .limiter label {
    display: inline-block;
    padding-top: 2px;
    padding-right: 6px;
    float: left
}
.pager .pages {
    margin: 0 135px
}
.pager .pages strong {
    padding-right: 3px
}
.pager .pages ol {
    display: inline
}
.pager .pages li {
    display: inline-block;
    color: #737373;
    font-size: 12px;
    line-height: 15px;
    width: 20px;
    background: #d3d3d3;
    font-weight: 700;
    margin-right: 3px;
    padding: 3px;
    cursor: pointer
}
.pager .pages li a {
    text-decoration: none
}
.pager .pages .current,
.pager .pages li:hover {
    color: #fff;
    background: #262626
}
.pager .pages li:hover a {
    color: #fff
}
.pager .pages li:last-child {
    background: 0 0
}
.pager ol>li:first-child>a {
    text-decoration: none
}
.pager ol>li>a {
    border: 0;
    padding: 0;
    background: 0 0
}
.pager ol>li>a:focus,
.pager ol>li>a:hover {
    background: 0 0
}
.sorter .view-mode {
    float: left;
    font-size: 0;
    overflow: hidden;
    height: 30px;
    width: 150px;
    padding: 0
}
.sorter .grid,
.sorter .list {
    display: block;
    float: left
}
.sorter .view-mode .grid:before {
    content: "\f00a";
    font-size: 28px;
    line-height: 28px;
    display: block
}
.sorter .list:before {
    content: "\f00b";
    font-size: 28px;
    line-height: 28px;
    display: block
}
.sorter .view-mode a,
.sorter .view-mode strong {
    margin-right: 10px
}
.sorter a.grid:hover,
.sorter a.list:hover {
    color: #a61d91
}
.sorter .sort-by {
    float: right;
    min-width: 152px
}
.sorter .sort-by select {
    margin-right: 15px
}
.sorter .sort-by label {
    display: inline-block;
    padding-top: 2px;
    padding-right: 6px;
    float: left
}
.toolbar {
    margin-bottom: 30px
}
.toolbar select {
    min-width: 63px
}
.toolbar .pager {
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 10px;
    padding: 0 0 10px
}
.toolbar .sorter {
    padding: 0
}
.toolbar-bottom {
    margin-top: 30px
}
.data-table {
    width: 100%
}
.data-table th {
    padding: 10px;
    border: 1px solid #dbdbdb;
    font-weight: 700;
    white-space: nowrap;
    color: #000
}
.data-table td {
    padding: 10px;
    border: 1px solid #dbdbdb
}
.data-table tbody.odd td {
    border-width: 0 1px
}
.data-table tbody.even td {
    border-width: 0 1px
}
.data-table tbody.even tr.border td,
.data-table tbody.odd tr.border td {
    border-bottom-width: 1px
}
.data-table th .tax-flag {
    white-space: nowrap;
    font-weight: 400
}
.data-table td.label,
.data-table th.label {
    font-weight: 700;
    color: #7e7e7e
}
tr.summary-total {
    cursor: pointer
}
tr.summary-total .summary-collapse {
    float: right;
    text-align: right;
    padding-left: 20px;
    background: url(http://www.mysalontools.com/skin/frontend/default/theme560/images/bkg_collapse.gif) 0 4px no-repeat;
    cursor: pointer
}
tr.show-details .summary-collapse {
    background-position: 0 -53px
}
tr.summary-details td {
    font-size: 11px;
    background-color: #dae1e4;
    color: #626465
}
tr.summary-details-first td {
    border-top: 1px solid #d2d8db
}
tr.summary-details-excluded {
    font-style: italic
}
.cart-tax-info {
    display: block
}
.cart-tax-info,
.cart-tax-info .cart-price {
    padding-right: 20px
}
.cart-tax-total {
    display: block;
    padding-right: 20px;
    background: url(http://www.mysalontools.com/skin/frontend/default/theme560/images/bkg_collapse.gif) 100% 4px no-repeat;
    cursor: pointer
}
.cart-tax-info .price,
.cart-tax-total .price {
    display: inline!important;
    font-weight: 400!important
}
.cart-tax-total-expanded {
    background-position: 100% -53px
}
.std .subtitle {
    padding: 0
}
.std ol.ol {
    list-style: decimal;
    padding-left: 1.5em
}
.std ul.disc {
    list-style: disc;
    padding-left: 18px;
    margin: 0 0 10px
}
.std dl dt {
    font-weight: 700
}
.std dl dd {
    margin: 0 0 10px
}
.std address,
.std blockquote,
.std dl,
.std ol,
.std p {
    margin: 0 0 1em;
    padding: 0
}
.std ol {
    list-style: decimal;
    padding-left: 1.5em
}
.std ul ul {
    list-style-type: circle
}
.std ol ol,
.std ol ul,
.std ul ol,
.std ul ul {
    margin: .5em 0
}
.std dt {
    font-weight: 700
}
.std dd {
    padding: 0 0 0 1.5em
}
.std blockquote {
    font-style: italic;
    padding: 0 0 0 1.5em
}
.std address {
    font-style: normal
}
.std b,
.std strong {
    font-weight: 700
}
.std em,
.std i {
    font-style: italic
}
.links li {
    display: inline;
    padding-left: 12px
}
.links.LoginLink li.first {
    padding-left: 0
}
.links li.last {
    padding-bottom: 0
}
.links li a {
    text-decoration: none
}
.link-cart {
    font-weight: 700
}
.link-cart:hover {
    text-decoration: underline
}
.link-compare,
.link-reorder,
.link-wishlist {
    font-weight: 700
}
.link-print {
    background: url(http://www.mysalontools.com/skin/frontend/default/theme560/images/i_print.gif) 0 2px no-repeat;
    padding: 2px 0 2px 25px
}
.link-rss {
    background: url(http://www.mysalontools.com/skin/frontend/default/theme560/images/i_rss.gif) 0 1px no-repeat;
    padding-left: 18px;
    white-space: nowrap
}
.btn-remove {
    display: inline-block;
    overflow: hidden;
    margin-left: 13px;
    font-size: 0;
    text-indent: -999px;
    text-decoration: none!important
}
.btn-remove:before {
    content: "\f00d";
    font-size: 16px;
    display: block
}
.btn-remove2 {
    display: inline-block;
    font-size: 0;
    margin: 0
}
.btn-remove2:before {
    content: "\f014";
    font-size: 24px;
    line-height: 24px;
    display: block
}
.btn-edit {
    display: block;
    font-size: 0;
    text-indent: -999px;
    overflow: hidden;
    margin-left: 2px
}
.btn-edit:before {
    content: "\f040";
    font-size: 14px;
    display: block
}
.cards-list dt {
    margin: 5px 0 0
}
.cards-list .offset {
    padding: 2px 0 2px 20px
}
.prod-cart img {
    border: 1px solid #ededed
}
.separator {
    margin: 0 3px
}
.divider {
    clear: both;
    display: block;
    line-height: 0;
    height: 1px;
    margin: 10px 0;
    background: #ddd;
    font-size: 0;
    overflow: hidden
}
.noscript {
    border: 1px solid #ddd;
    border-width: 0 0 1px;
    background: #ffff90;
    font-size: 12px;
    line-height: 1.25;
    text-align: center;
    color: #2f2f2f
}
.noscript .noscript-inner {
    width: 1000px;
    margin: 0 auto;
    padding: 12px 0;
    background: url(http://www.mysalontools.com/skin/frontend/default/theme560/images/i_notice.gif) 20px 50% no-repeat
}
.noscript p {
    margin: 0
}
.demo-notice {
    margin: 0;
    padding: 6px 10px;
    background: #d75f07;
    font-size: 12px;
    line-height: 1.15;
    text-align: center;
    color: #fff
}
.notice-cookie {
    border-bottom: 1px solid #cfcfcf;
    background: #ffff90;
    font-size: 12px;
    line-height: 1.25;
    text-align: center;
    color: #2f2f2f
}
.notice-cookie .notice-inner {
    width: 870px;
    margin: 0 auto;
    padding: 12px 0 12px 80px;
    background: url(http://www.mysalontools.com/skin/frontend/default/theme560/images/i_notice.gif) 20px 25px no-repeat;
    text-align: left
}
.notice-cookie .notice-inner p {
    margin: 0 0 10px;
    border: 1px dotted #cccc73;
    padding: 10px
}
.logo {
    float: left
}
.header .logo {
    float: left;
    display: block;
    text-decoration: none!important
}
.header .logo strong {
    position: absolute;
    top: -999em;
    left: -999em;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden
}
.header h1.logo {
    margin: 0;
    padding: 0
}
.header .logo img {
    max-width: 100%;
    height: auto
}
.header-container {
    background: url(http://www.mysalontools.com/skin/frontend/default/theme560/images/header-container.gif) center bottom repeat-x #fff;
    padding-bottom: 36px;
    margin-bottom: 10px
}
.header {
    padding: 0;
    position: relative
}
.header .header-top {
    background: #000;
    padding: 10px 500px;
    margin-left: -500px;
    margin-right: -500px;
    margin-bottom: 34px
}
.header .quick-access {
    float: left;
    padding: 0
}
.header .welcome-msg {
    float: left;
    font-weight: 700;
    margin: 0 0 0 15px
}
.header .link-extra {
    float: right;
    overflow: hidden;
    padding: 9px 0 0
}
.header .link-extra a {
    float: right;
    clear: right;
    font-weight: 700;
    color: #898989;
    margin-bottom: 5px
}
.header .link-extra a:hover {
    color: #000
}
.header .links {
    float: left
}
.header .links li {
    float: left;
    padding: 0
}
.header .links li a {
    display: inline-block;
    margin-right: 10px;
    font-weight: 700;
    color: #b1b0b0
}
.header .links li a:hover {
    color: #fff
}
.header .links .top-car,
.header .links .top-link-cart,
.header .links li:nth-child(4),
.header .links li:nth-child(5) {
    display: none
}
.header .form-search {
    text-align: right
}
#search_mini_form {
    float: right;
    position: relative;
    moz-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
.header .form-search {
    position: relative
}
.header .form-search:after {
    content: "\f002";
    font-size: 14px;
    color: #777;
    border-right: 1px solid #d8d8d8;
    position: absolute;
    left: 0;
    top: 6px;
    height: 25px;
    width: 38px;
    text-align: center;
    line-height: 25px
}
.header .form-search .input-text {
    float: left;
    padding: 6px 6px 6px 50px;
    width: 267px;
    height: 38px;
    line-height: 24px;
    background: #fcfcfc;
    border: 1px solid #d8d8d8
}
.header .form-search button.button {
    margin-left: -1px
}
.header .form-search button.button span {
    height: 38px
}
.header .form-search button.button span span {
    padding-left: 13px;
    padding-right: 13px
}
.header .form-search label {
    float: left;
    margin-left: 17px;
    display: none
}
#select-form {
    margin-left: 1px
}
.header .form-search .search-autocomplete {
    z-index: 999;
    font-size: 13px;
    width: 100%
}
.header .form-search .search-autocomplete ul {
    border: 1px solid #ddd;
    background-color: #fff
}
.header .form-search .search-autocomplete li {
    border-bottom: 1px solid #ddd;
    cursor: pointer;
    text-align: left
}
.header .form-search .search-autocomplete li:hover {
    background-color: #fafafa
}
.header .form-search .search-autocomplete li .amount {
    float: right;
    font-weight: 700
}
.header .search-autocomplete li p {
    overflow: hidden
}
.header .form-search .search-autocomplete ul {
    border-top-width: 0;
    border-bottom-width: 0
}
.header .form-search .search-autocomplete li {
    padding: 5px
}
.header .form-search .search-autocomplete li img {
    margin-right: 10px
}
.ps-phone .header .form-search .search-autocomplete {
    display: none!important
}
.header-buttons {
    float: right
}
.header-button {
    float: right;
    position: relative;
    width: 36px;
    margin-left: 4px
}
.header-button>a {
    display: block
}
.header-button.currency-list>a,
.header-button.lang-list>a {
    font-size: 11px;
    line-height: 18px;
    font-weight: 700;
    color: #b1b0b0;
    text-transform: capitalize;
    text-align: right;
    width: 100%
}
.header-button>a:after {
    content: "\f107";
    color: #fff;
    font-size: 15px;
    float: right;
    margin-left: 3px
}
.header-button ul {
    display: none;
    text-align: left;
    position: absolute;
    right: 0;
    top: 20px;
    padding: 0;
    z-index: 999;
    border: 1px solid #b7b7b7;
    width: 220px
}
.header-button.lang-list ul {
    width: 120px
}
.header-button ul li {
    float: none;
    display: block;
    padding-left: 0;
    border-bottom: 1px solid #b7b7b7
}
.header-button ul li:last-child {
    border: 0
}
.header-button ul li a {
    display: block;
    background: #f9f9f9;
    font-size: 14px;
    line-height: 17px;
    color: #000;
    padding: 5px 10px;
    min-height: 18px
}
.header-button ul li a:hover {
    background-color: #efefef
}
.header-button.active>a,
.header-button>a:hover {
    color: #fff
}
.header-container .top-container {
    clear: both;
    text-align: right
}
.block-cart-header {
    float: right;
    clear: right;
    background: #a61d91;
    padding: 10px 10px 9px 15px;
    position: relative;
    margin-left: 17px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, .31);
    -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, .31);
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .31)
}
.block-cart-header:before {
    content: "\f07a";
    font-size: 23px;
    color: #372e2a;
    line-height: 20px;
    padding: 0 4px;
    float: left;
    margin-right: 5px
}
.block-cart-header h3 {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    margin: 0
}
.block-cart-header .empty,
.block-cart-header .summary,
.block-cart-header .summary strong {
    font-weight: 400;
    color: #fff
}
.block-cart-header .empty {
    display: block
}
.block-cart-header .empty:hover,
.block-cart-header .summary:hover {
    cursor: pointer
}
.block-cart-header .btn-edit,
.block-cart-header .btn-remove {
    float: right;
    margin: 0 5px 0 0
}
.block-cart-header .truncated {
    display: none
}
.block-cart-header .cart-content {
    position: absolute;
    right: 0;
    top: 45px;
    z-index: 9;
    min-width: 280px;
    width: 100%;
    display: none;
    cursor: default
}
.block-cart-header .empty .cart-content {
    background: #f9f9f9;
    padding: 10px;
    color: #000;
    box-shadow: 0 0 5px rgba(0, 0, 0, .18);
    -moz-box-shadow: 0 0 5px rgba (0, 0, 0, .18);
    -webkit-box-shadow: 0 0 5px rgba (0, 0, 0, .18);
    border: 1px solid #ddd;
    moz-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}
.block-cart-header .actions {
    padding: 20px 20px 10px;
    overflow: hidden
}
.block-cart-header .actions button.button {
    float: left;
    margin-bottom: 10px;
    margin-right: 40px
}
.block-cart-header .actions button.button+button.button {
    margin-right: 0
}
.block-cart-header .mini-products-list li {
    background: #f9f9f9;
    border-top: 1px solid #dbdbdb;
    width: 100%;
    float: left;
    clear: both;
    min-height: 85px;
    padding: 20px;
    position: relative
}
.block-cart-header .mini-products-list .product-image {
    width: 70px;
    border: 1px solid #ededed
}
.block-cart-header .mini-products-list .product-details {
    margin: 0 0 0 80px;
    overflow: inherit
}
.block-cart-header .product-name {
    padding-bottom: 0;
    width: 54%!important
}
.block-cart-header .cart-content .price {
    font-weight: 700
}
.block-cart-header .cart-content-header {
    padding: 11px 20px;
    color: #fff
}
.block-cart-header .actions,
.block-cart-header .cart-content-header {
    background: #323232
}
.block-cart-header .subtotal .label {
    font-weight: 700;
    padding: 0
}
.block-cart-header .subtotal .price {
    float: right
}
.block-cart-header .mini-cart {
    display: none
}
.col2-set {
    width: auto
}
.block {
    margin: 0 0 20px
}
.block.last_block {
    margin-bottom: 0
}
.block .block-title {
    margin: 0 0 30px;
    background: url(http://www.mysalontools.com/skin/frontend/default/theme560/images/page-title.gif) center bottom repeat-x;
    border: 1px solid #d8d8d8;
    padding: 13px;
    position: relative
}
.block .block-title strong {
    text-transform: uppercase;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    line-height: 17px;
    color: #28292b;
    font-weight: 700;
    display: inline-block
}
.block .block-title a {
    text-decoration: none!important
}
.block .block-subtitle {
    font-size: 13px;
    line-height: 16px;
    color: #2d2328;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 14px
}
.block .block-content {
    width: 100%
}
.block .block-content li.item {
    padding: 15px 0;
    border-bottom: 1px solid #dbdbdb;
    position: relative
}
.block .block-content li.last {
    border: 0
}
.block .block-content li.item:first-child {
    padding-top: 0
}
.block .block-content .mini-products-list li.item {
    padding: 18px;
    margin-bottom: 29px;
    border: 0
}
.block .block-content .mini-products-list li.last {
    margin-bottom: 0
}
.block .block-content .mini-products-list li:after {
    content: ".";
    font-size: 0;
    text-indent: -77777px;
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid #d8d8d8;
    left: 0;
    top: 0;
    z-index: -1
}
.block .block-content .mini-products-list li:hover:after {
    border-color: #28292b;
    border-width: 4px
}
.widget.widget-catalogsale-products .price-box.map-info {
    padding: 10px 0
}
.widget.widget-catalogsale-products .price-box.map-info a {
    padding-left: 0
}
.block .btn-edit,
.block .btn-remove {
    float: right
}
.block .actions {
    padding: 17px 0 0
}
.block .actions a {
    display: inline-block;
    font-weight: 700;
    text-decoration: underline;
    margin-left: 10px
}
.block .actions a:hover {
    text-decoration: none
}
.block-compare .actions {
    padding: 20px 0 10px
}
.block .price-box.map-info .price {
    font-size: 13px;
    font-family: Arial
}
.block .price {
    font-weight: 700
}
.mini-products-list li {
    padding: 5px 0
}
.mini-products-list .product-control-buttons {
    overflow: hidden;
    position: relative;
    margin-bottom: 5px;
    height: 19px
}
.mini-products-list .product-image {
    float: left;
    width: 90px;
    background: #fff;
    margin-right: 10px
}
.mini-products-list .product-image img {
    max-width: 100%
}
.mini-products-list .product-details {
    padding-top: 10px;
    overflow: hidden
}
.mini-products-list .product-details h4 {
    font-size: 1em;
    font-weight: 700;
    margin: 0
}
.mini-products-list .product-name {
    display: block;
    overflow: hidden;
    margin-bottom: 5px
}
.mini-products-list .product-name:hover {
    color: #000
}
.block-cart .mini-products-list .product-details .nobr small,
.block-cart .mini-products-list .product-name {
    word-wrap: break-word
}
.block-cart .mini-products-list .product-details .nobr {
    white-space: normal!important
}
.block-account ul li {
    padding-bottom: 5px
}
.block-currency select {
    width: 100%;
    border: 1px solid #888
}
.block-layered-nav dt {
    border-top: 1px solid #dbdbdb;
    font-weight: 700;
    padding-top: 15px
}
.block-layered-nav dd {
    padding: 10px 0 10px 19px;
    margin-bottom: 15px
}
.block-layered-nav dd.odd.last {
    padding-bottom: 0;
    margin-bottom: 0
}
.block-layered-nav dd li a {
    text-decoration: none
}
.block-layered-nav dd li {
    color: #a61d91;
    padding: 0 0 3px
}
.block-layered-nav dd li:before {
    content: "\f105";
    margin-right: 10px;
    font-size: 14px
}
.block-layered-nav dd li .price {
    font-weight: 400
}
.block-layered-nav .btn-remove {
    float: right;
    margin: 5px 3px 0 2px
}
.block-layered-nav .block-content .actions a {
    text-decoration: none
}
.block-layered-nav .block-content .actions {
    padding-top: 5px;
    padding-bottom: 10px
}
.block-layered-nav #narrow-by-list2 dt {
    border: none;
    padding-top: 0
}
.widget-catalogsale-products .price-box .price-label {
    display: none
}
.widget-catalogsale-products .mini-products-list .product-name {
    margin-left: 0
}
.widget-catalogsale-products .product-name {
    margin-bottom: 5px
}
.widget-catalogsale-products .block-content li.item {
    border: 0;
    padding: 0 0 25px
}
#product_tabs_review_tabbed_contents #review-form h3 span {
    color: #a61d91
}
.block-cart .amount {
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 12px;
    margin-bottom: 16px
}
.block-cart .amount a {
    font-weight: 700
}
.block-cart .amount a:hover {
    text-decoration: underline
}
.block-cart .subtotal .price {
    font-weight: 700;
    color: #000;
    padding-left: 6px
}
.block-cart .amount-2 {
    border-top: 1px solid #dbdbdb;
    color: #000;
    padding-top: 16px;
    padding-bottom: 17px
}
.block-cart .amount-2 a {
    text-decoration: none;
    font-weight: 700
}
.block-cart .actions .paypal-logo {
    float: left;
    width: 100%;
    margin: 3px 0 0;
    text-align: right;
    display: none
}
.block-cart .actions .paypal-logo .paypal-or {
    clear: both;
    display: block;
    padding: 0 55px 5px 0
}
.block-cart .actions {
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 20px;
    margin-bottom: 17px
}
.block-cart .product-details {
    text-transform: uppercase
}
.block-cart .product-details strong {
    font-weight: 400;
    padding: 0 0 0 3px
}
.block-wishlist .btn-remove {
    margin-left: 7px
}
.block-wishlist .product-name a {
    text-decoration: none
}
.block-wishlist .price-box {
    float: left
}
.block-wishlist .link-cart {
    float: right;
    text-decoration: underline;
    margin-top: 5px;
    margin-left: 5px
}
.block-wishlist .link-cart:hover {
    text-decoration: none
}
.block-wishlist .block-content li.item {
    border-bottom: 1px solid #dbdbdb;
    padding: 20px 0
}
.block-wishlist .actions {
    padding-bottom: 5px
}
.product-image {
    display: inline-block;
    position: relative
}
.block-related li {
    padding: 5px 0
}
.block-related input.checkbox {
    float: left;
    margin: 5px 5px 0 0
}
.block-related .product {
    overflow: hidden
}
.block-related .product .product-details .regular-price {
    float: none
}
.rel-label {
    font-size: 12px;
    color: #333;
    padding-top: 6px;
    display: inline-block
}
.block-related .price-box {
    margin-bottom: 10px
}
.block-related .link-wishlist {
    font-size: 12px;
    font-weight: 700
}
.block-related .link-wishlist:hover {
    text-decoration: underline
}
.block-related .block-content li.item.last {
    padding-bottom: 10px
}
.block-related .product-name {
    width: auto;
    margin: 0 0 10px
}
.block-compare li {
    padding: 12px 0
}
.block-compare .btn-remove {
    margin-left: 10px
}
.block-compare .block-title small {
    display: none
}
.block-compare .product-name {
    overflow: hidden
}
.block-compare .product-name a {
    text-decoration: none
}
.block-compare .product-image {
    float: left;
    margin-right: 10px;
    width: 45px
}
.block-compare button.button {
    margin-right: 10px
}
.block-compare .actions a {
    margin-left: 0
}
.block-compared li a,
.block-viewed li a {
    text-decoration: none;
    display: inline-block
}
.block-compared .block-content li.item:first-child,
.block-viewed .block-content li.item:first-child {
    border-top: none
}
#co-payment-form {
    width: 100px
}
.block-poll .block-subtitle {
    font-size: 13px;
    line-height: 15px;
    text-transform: none;
    font-weight: 700
}
.block-poll label {
    line-height: 18px;
    margin-bottom: 0
}
.block-poll input.radio {
    float: left;
    margin: 2px 0 0
}
.block-poll .label {
    display: block;
    margin-left: 32px;
    padding: 3px 0 0
}
.block-poll li {
    padding: 3px 0 4px
}
.block-poll .actions {
    margin: 0;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px
}
.block-poll .answer {
    float: left;
    width: 200px
}
.block-poll .answer span {
    display: block;
    width: 150px;
    color: #b2b2b2
}
.block-poll .votes {
    font-weight: 400;
    float: right;
    width: 70px;
    text-align: right;
    color: #a61d91
}
.block-tags {
    border: none
}
.block-tags li,
.block-tags ul {
    display: inline
}
.block-tags .actions a {
    margin-left: 0
}
.block-tags .actions {
    padding-bottom: 5px
}
.product-tags li {
    float: left;
    margin-right: 7px
}
#addTagForm {
    overflow: hidden
}
.block-subscribe .form-subscribe-header {
    display: inline-block;
    margin-bottom: 8px
}
.block-subscribe .input-box {
    width: 100%
}
.block-subscribe .input-box input {
    width: 100%;
    padding: 8px
}
.block-subscribe .actions {
    float: left
}
.block-reorder li {
    padding: 5px 0
}
.block-reorder input.checkbox {
    float: left;
    margin: 0
}
.block-reorder .product-name {
    margin-left: 20px
}
.block-reorder .actions a {
    margin-left: 0
}
.block-reorder button.button {
    margin: 0 10px 8px 0
}
.block-banner .block-content {
    text-align: center;
    padding: 0;
    border: 0
}
.block-login label {
    font-weight: 700;
    color: #666
}
.block-login input.input-text {
    display: block;
    width: 167px;
    margin: 3px 0
}
.paypal-logo {
    display: inline-block;
    margin: 0;
    text-align: center;
    overflow: hidden
}
.paypal-logo a {
    float: none;
    display: inline-block;
    width: 100px
}
.paypal-logo a img {
    max-width: 100%;
    height: auto
}
.block-slider-sidebar {
    display: none;
    position: relative
}
.block-slider-sidebar.block-slider-start {
    display: block
}
.block-slider-sidebar .block-content {
    background: #f6f6f6;
    border-top: 3px solid #a61d91;
    padding-bottom: 35px
}
.block-slider-sidebar .slider-sidebar-cont {
    padding: 38px;
    text-align: center
}
.block-slider-sidebar li {
    width: 270px;
    min-height: 430px;
    float: left;
    position: relative
}
.block-slider-sidebar li a {
    display: block;
    background: #ccc
}
.block-slider-sidebar img {
    max-width: 100%;
    margin-bottom: 15px
}
.block-slider-sidebar .block-content>a {
    font-size: 20px;
    position: absolute;
    top: 0;
    right: 0
}
.block-slider-sidebar a.slider-sidebar-prev {
    right: 40px
}
.block-slider-sidebar .slider-sidebar-pager {
    text-align: center;
    margin-top: -20px;
    position: relative
}
.block-slider-sidebar .slider-sidebar-pager a {
    font-size: 11px;
    line-height: 11px;
    display: inline-block;
    margin: 0 4px;
    color: #777
}
.block-slider-sidebar .slider-sidebar-pager a:before {
    content: "\f10c"
}
.block-slider-sidebar .slider-sidebar-pager a.selected,
.block-slider-sidebar .slider-sidebar-pager a:hover {
    color: #a71d92
}
.block-slider-sidebar .slider-sidebar-pager a.selected:before,
.block-slider-sidebar .slider-sidebar-pager a:hover:before {
    content: "\f111"
}
.block-slider-sidebar .slider-sidebar-pager span {
    font-size: 0;
    text-indent: -777px
}
.block-slider-sidebar h1 {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #333;
    margin-bottom: 5px
}
.block-slider-sidebar p {
    margin-bottom: 15px
}
.block-slider-sidebar button.button span span {
    padding: 0 13px
}
.block-slider-sidebar button.button span {
    height: 38px
}
.category-image {
    width: 100%;
    overflow: hidden;
    margin: 0 0 10px;
    text-align: center
}
.category-image img {
    max-width: 100%
}
.category-description {
    margin: 0 0 10px
}
.products-grid {
    position: relative;
    margin-bottom: 30px
}
.products-grid.last {
    margin-bottom: 0
}
.price-box.map-info a {
    text-decoration: none;
    margin-top: 5px
}
.products-grid.last {
    border-bottom: 0
}
.products-grid li.item {
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
.products-grid li.item .wrapper-hover {
    padding: 18px;
    position: relative
}
.products-grid li.item .wrapper-hover:after,
.products-grid li.item .wrapper-hover:before {
    content: ".";
    font-size: 0;
    text-indent: -77777px;
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid #d8d8d8;
    left: 0;
    top: 0;
    z-index: -1
}
.products-grid li.item .wrapper-hover:before {
    opacity: 0;
    border-width: 4px;
    z-index: 0
}
.products-grid li.item:hover .wrapper-hover:before {
    border-color: #28292b;
    opacity: 1
}
.products-grid li.last {
    margin-right: 0
}
.products-grid .product-image {
    display: block;
    max-width: 270px;
    height: auto;
    margin: 0 auto 15px;
    text-align: center;
    position: relative
}
.products-grid .product-image:hover {
    border-color: #efefef
}
.products-grid .price-box {
    color: #3A3A3A;
    overflow: hidden;
    margin: 0 0 5px;
    width: 100%
}
.products-grid .availability {
    line-height: 21px
}
.products-grid .actions {
    clear: both;
    margin: 0;
    position: relative
}
.products-grid .actions>span {
    position: absolute;
    left: 0;
    bottom: -3px
}
.products-grid .desc.std {
    overflow: hidden;
    color: #b2b2b2;
    padding: 5px 0
}
.product-box-2 {
    background: url(http://www.mysalontools.com/skin/frontend/default/theme560/images/tail-grid-bottom.gif) repeat-x #fdfdfd;
    padding: 16px 18px 0;
    margin: 0 -18px;
    overflow: hidden;
    position: relative
}
.product-box-2>span {
    position: absolute;
    left: 18px;
    bottom: -3px
}
.products-grid .ratings {
    margin-bottom: 17px
}
.products-grid .ratings .amount a {
    text-decoration: none
}
.products-grid .no-rating a {
    text-decoration: none;
    padding-top: 0;
    display: inline-block
}
.products-grid .no-rating {
    padding-top: 8px;
    margin-bottom: 7px
}
.products-grid .add-to-links {
    position: relative;
    float: none;
    padding-top: 5px
}
.products-grid .add-to-links li {
    display: inline-block
}
.products-grid .add-to-links li:first-child {
    margin-right: 8px
}
.products-grid button.button {
    margin-bottom: 5px;
    margin-right: 8px
}
.products-grid .desc_grid {
    margin-bottom: 5px
}
.add-to-links {
    float: left
}
.products-grid .product-name,
.products-list .product-name {
    margin: 0 0 5px
}
.products-grid .product-name a,
.products-list .product-name a {
    font-family: Roboto, sans-serif;
    color: #a61d91;
    font-size: 14px;
    line-height: 17px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase
}
.products-grid .product-name a:hover,
.products-list .product-name a:hover {
    color: #000
}
.products-grid .product-image img,
.products-list .product-image img {
    width: 100%;
	height: 100%;
}
.products-list li.item {
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative
}
.products-list li.item.last {
    border-bottom: 0
}
.products-list .product-image {
    float: left;
    width: 210px;
    height: auto;
    margin-right: 30px
}
.products-list .list-inner {
    width: 210px;
    height: 210px;
    position: relative;
    float: left
}
.products-list .product-shop {
    overflow: hidden
}
.products-list .price-box {
    color: #3A3A3A;
    margin: 12px 0;
    overflow: hidden;
    width: 100%
}
.products-list .price-box .regular-price {
    float: left;
    padding-right: 12px
}
.products-list .availability {
    float: left;
    margin: 3px 0 0
}
.products-list .desc {
    clear: both;
    margin: 0 0 15px
}
.products-list .desc>p {
    float: left
}
.products-list .desc>p strong {
    color: #a61d91
}
.products-list .desc .link-learn {
    font-weight: 700;
    text-decoration: underline
}
.products-list .add-to-links {
    padding-top: 10px;
    float: none
}
.products-list .add-to-links li:first-child {
    margin-right: 19px
}
.products-list .f-fix {
    position: relative
}
.products-list .f-fix>span {
    left: 0;
    position: absolute;
    bottom: 0
}
.products-list .list-btn {
    display: inline-block;
    float: left
}
.products-list .add-to-links .separator {
    display: none
}
.products-list .add-to-links li {
    float: left
}
.list-reviews {
    float: right;
    width: 285px;
    text-align: right
}
.row-list {
    width: 100%;
    position: relative
}
.row-list>span {
    position: absolute;
    left: 0;
    top: 40px
}
.products-list .ratings {
    margin-bottom: 17px
}
.products-list .no-rating {
    text-align: right;
    padding-top: 6px
}
.products-list .no-rating a {
    text-decoration: none
}
.ratings {
    line-height: 15px;
    margin: 5px 0 7px
}
.ratings strong {
    float: left;
    margin: 1px 3px 0 0
}
.ratings .rating-links {
    margin: 0
}
.ratings .rating-links a {
    text-decoration: none
}
.ratings .rating-links .separator {
    margin: 0 2px
}
.rating-box {
    width: 91px;
    height: 14px;
    line-height: 0;
    background: url(http://www.mysalontools.com/skin/frontend/default/theme560/images/bkg_rating.png) repeat-x;
    font-size: 0;
    overflow: hidden
}
.rating-box .rating {
    float: left;
    height: 14px;
    background: url(http://www.mysalontools.com/skin/frontend/default/theme560/images/bkg_rating.png) 0 100% repeat-x
}
.ratings .rating-box {
    float: left;
    margin-right: 7px
}
.email-friend.left {
    float: left
}
.ratings-table td,
.ratings-table th {
    font-size: 11px;
    line-height: 1.15;
    padding: 3px 0
}
.ratings-table th {
    font-weight: 700;
    padding-right: 8px
}
.review-product-list .col-main .ratings-table td,
.review-product-list .col-main .ratings-table th {
    border: 1px solid #DDD;
    padding: 7px
}
.review-product-list .col-main .ratings-table {
    margin: 10px 0
}
#block-related .price-box.map-info {
    display: none
}
.availability {
    margin: 0
}
.availability span {
    font-weight: 700
}
.availability.out-of-stock span {
    color: #d83820
}
.availability-only {
    margin: 0 0 7px
}
.availability-only a {
    background: url(http://www.mysalontools.com/skin/frontend/default/theme560/images/i_availability_only_arrow.gif) 100% 0 no-repeat;
    cursor: pointer;
    padding-right: 15px
}
.availability-only .expanded {
    background-position: 100% -15px
}
.availability-only-details {
    margin: 0 0 7px
}
.availability-only-details th {
    background: #f2f2f2;
    font-size: 10px;
    padding: 0 8px
}
.availability-only-details td {
    border-bottom: 1px solid #ddd;
    font-size: 11px;
    padding: 2px 8px 1px
}
.email-friend {
    margin-bottom: 5px
}
.price {
    white-space: nowrap!important
}
.price-box .price {
    font-weight: 700;
    font-size: 13px
}
.regular-price {
    display: block
}
.col-main .price-box.map-info .old-price .price,
.col-main .regular-price .price {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    color: #333
}
.block .old-price .price,
.products-grid .old-price .price,
.products-list .old-price .price {
    font-size: 14px;
    line-height: 16px;
    color: #333;
    font-weight: 700
}
.block .special-price .price,
.products-grid .special-price .price,
.products-list .special-price .price {
    font-family: Roboto, sans-serif;
    font-size: 20px;
    line-height: 22px;
    color: #a61d91;
    font-weight: 700;
    display: block
}
.block .old-price .price-label,
.block .special-price .price-label,
.col-main .old-price .price-label,
.col-main .special-price .price-label {
    display: none
}
.old-price .price-label {
    font-weight: 700;
    white-space: nowrap
}
.old-price .price {
    font-weight: 700;
    text-decoration: line-through
}
.product-shop .old-price .price {
    font-size: 14px
}
.product-shop .old-price {
    margin-right: 5px
}
.special-price .price,
.special-price .price-label {
    font-weight: 700
}
.minimal-price .price-label {
    font-weight: 700;
    white-space: nowrap
}
.minimal-price-link {
    display: inline-block;
    margin-top: 2px
}
.minimal-price-link .price {
    font-weight: 400
}
.minimal-price-link span {
    display: inline-block;
    text-decoration: none
}
.price-excluding-tax {
    display: block
}
.price-excluding-tax .label {
    white-space: nowrap
}
.price-excluding-tax .price {
    font-weight: 400
}
.price-including-tax {
    display: block
}
.price-including-tax .label {
    white-space: nowrap
}
.price-including-tax .price {
    font-weight: 700
}
.configured-price .price-label {
    font-weight: 700;
    white-space: nowrap
}
.configured-price .price {
    font-weight: 700
}
.weee {
    display: block;
    font-size: 11px;
    color: #444
}
.weee .price {
    font-size: 11px;
    font-weight: 400
}
.price-excl-tax {
    display: block
}
.price-excl-tax .label {
    display: block;
    white-space: nowrap
}
.price-excl-tax .price,
.price-incl-tax {
    display: block
}
.price-incl-tax .label {
    display: block;
    white-space: nowrap
}
.price-incl-tax .price {
    display: block;
    font-weight: 700
}
.price-from .price-label {
    font-weight: 700;
    white-space: nowrap
}
.price-to .price-label {
    font-weight: 700;
    white-space: nowrap
}
.price-notice {
    padding-left: 10px
}
.price-notice .price {
    font-weight: 700
}
.price-as-configured {
    color: #3A3A3A
}
.price-as-configured .price-label {
    white-space: nowrap
}
.tier-prices .price {
    font-weight: 700
}
.add-to-links .separator {
    display: none
}
.add-to-cart .qty-block {
    float: left;
    padding-top: 0
}
.add-to-cart label {
    margin-right: 7px;
    color: #3a3a3a
}
.add-to-cart .qty {
    font-size: 12px;
    text-align: center;
    padding: 3px 6px 4px 7px
}
.add-to-cart button.button {
    float: left;
    margin-left: 5px
}
.add-to-cart .paypal-logo {
    clear: left;
    text-align: right
}
.add-to-cart .paypal-logo .paypal-or {
    clear: both;
    display: block;
    margin: 5px 46px 5px 0
}
.product-view .add-to-cart .paypal-logo {
    margin: 0;
    display: none
}
.add-to-box .add-to-cart {
    float: left;
    width: 100%;
    position: relative
}
.add-to-box .add-to-cart #ajax_loader {
    position: absolute;
    bottom: -22px;
    right: 0
}
.add-to-box .or {
    float: left;
    margin: 0 10px
}
.add-to-box .add-to-links {
    float: left
}
.product-view {
    margin-bottom: 20px
}
.product-view .product-name h1 {
    font-size: 17px;
    line-height: 24px;
    color: #a61d91;
    font-weight: 400
}
.catalog-product-view .col-right {
    padding-top: 0
}
.product-view h2 {
    font-family: Roboto, sans-serif;
    background: url(http://www.mysalontools.com/skin/frontend/default/theme560/images/page-title.gif) center bottom repeat-x;
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
    color: #28292B;
    border: 1px solid #D8D8D8;
    padding: 13px;
    font-weight: 700;
    margin-bottom: 15px;
    position: relative
}
.tt {
    display: block
}
.zoom-inner {
    width: 300px;
    margin-bottom: 10px;
    height: 300px;
    position: relative
}
.more-views h2 {
    display: none
}
.product-essential {
    margin-bottom: 0;
    padding-bottom: 25px
}
.product-view .product-essential .product-shop .nobr {
    margin-bottom: 5px;
    display: inline-block
}
.product-collateral #customer-reviews dl dt {
    margin-bottom: 5px
}
.product-collateral #customer-reviews dl dd {
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 10px;
    margin-bottom: 10px
}
.product-collateral #customer-reviews dl dd.last {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0
}
.product-collateral #customer-reviews dl dd table {
    margin-bottom: 5px
}
.product-collateral #customer-reviews .pager {
    margin-bottom: 10px
}
.product-collateral #customer-reviews #product-review-table span.nobr {
    display: block;
    padding: 0 5px
}
.product-collateral #customer-reviews #product-review-table .value {
    text-align: center
}
.product-collateral #customer-reviews #product-review-table {
    margin-bottom: 20px
}
#customer-reviews .form-list label.required {
    margin-bottom: 5px
}
#customer-reviews .form-list textarea {
    min-width: 332px;
    max-width: 332px
}
.product-collateral .box-collateral {
    margin-bottom: 30px
}
.product-view .product-img-box {
    float: left;
    text-align: center;
    margin-bottom: 30px;
    width: 310px
}
.col3-layout .product-view .product-img-box {
    float: none;
    margin: 0 auto
}
.product-view .product-img-box .product-image {
    position: relative;
    height: 310px;
    width: 310px;
    border: 1px solid #dbdbdb;
    background: url(http://www.mysalontools.com/skin/frontend/default/theme560/images/opc-ajax-loader.gif) center center no-repeat;
    overflow: hidden
}
.product-view .product-img-box .product-box-customs .product-image {
    overflow: inherit
}
.product-view .product-img-box .product-image:before {
    display: none
}
.product-view .product-img-box .product-image .big {
    background: #fff
}
.product-view .product-img-box .product-box-customs .product-image span {
    display: block;
    position: absolute;
    background: 0 0;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}
.product-view .product-img-box .product-box-customs .product-image-zoom {
    position: relative;
    width: 310px;
    height: 310px;
    overflow: hidden;
    z-index: 9
}
.product-view .product-img-box .product-box-customs .product-image-zoom img {
    position: absolute;
    left: 0;
    top: 0;
    width: 310px!important;
    height: 310px!important
}
.product-view .product-img-box .zoom-notice {
    text-align: center
}
.product-view .product-img-box .zoom {
    position: relative;
    z-index: 9;
    height: 18px;
    margin: 0 auto 13px;
    padding: 0 28px;
    background: url(http://www.mysalontools.com/skin/frontend/default/theme560/images/slider_bg.gif) 50% 50% no-repeat;
    cursor: pointer
}
.product-view .product-img-box .zoom.disabled {
    -moz-opacity: .3;
    -webkit-opacity: .3;
    -ms-filter: "alpha(Opacity=30)";
    opacity: .3
}
.product-view .product-img-box .zoom #track {
    position: relative;
    height: 18px
}
.product-view .product-img-box .zoom #handle {
    position: absolute;
    left: 0;
    top: -1px;
    width: 9px;
    height: 22px;
    background: url(http://www.mysalontools.com/skin/frontend/default/theme560/images/magnifier_handle.gif) no-repeat
}
.product-view .product-img-box .zoom .btn-zoom-out {
    position: absolute;
    left: 2px;
    top: 0
}
.product-view .product-img-box .zoom .btn-zoom-in {
    position: absolute;
    right: 2px;
    top: 0
}
.product-view .product-img-box .product-box-customs .zoom,
.product-view .product-img-box .product-box-customs .zoom-notice {
    display: none
}
.product-view .product-img-box .more-views li a {
    display: block;
    border: 1px solid #DBDBDB
}
.product-view .gallery-swipe-content {
    max-width: 270px;
    margin: 0 auto;
    position: relative;
    display: none
}
.product-view .bx-controls-direction>a {
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
    z-index: 4
}
.product-view .bx-controls-direction>a.bx-next {
    right: 0;
    left: auto
}
@media only screen and (max-width: 767px) {
    .ps-phone .product-view .gallery-swipe-content {
        display: block
    }
    .ps-phone .product-view .more-views,
    .ps-phone .product-view .product-image {
        display: none
    }
    .product-view .product-img-box .product-image span {
        z-index: 9999
    }
}
.product-image-popup {
    margin: 0 auto
}
.product-image-popup .buttons-set {
    float: right;
    clear: none;
    border: 0;
    margin: 0;
    padding: 0
}
.product-image-popup .nav {
    margin: 0 100px;
    text-align: center
}
.product-image-popup .image {
    display: block
}
.addthis_32x32_style .addthis_counter.addthis_bubble_style {
    width: 62px!important
}
.product-view .product-shop {
    float: right;
    width: 61%
}
.product-view .product-shop .ratings {
    float: left;
    margin: 0
}
.product-view .product-shop .ratings .rating-box {
    float: none;
    margin: 0 0 5px
}
.col1-layout .product-view .product-shop {
    float: right;
    width: 700px
}
.col3-layout .product-view .product-shop {
    float: none;
    width: auto
}
.product-view .product-name {
    margin-bottom: 12px
}
.product-view .short-description {
    margin-bottom: 13px
}
.product-view .short-description h2 {
    display: none
}
.product-view .product-shop .product-pricing {
    margin-bottom: 15px;
    margin-top: 10px;
    overflow: hidden
}
.product-view .product-shop .product-pricing li {
    background: #f4f4f4;
    float: left;
    clear: left;
    line-height: 22px;
    padding: 0 13px;
    font-size: 11px;
    margin-bottom: 3px
}
.product-view .product-shop .price-box {
    display: inline-block;
    padding-top: 7px;
    min-width: 116px
}
.product-view .product-shop .price-box .regular-price .price {
    font-size: 22px;
    line-height: 27px
}
.product-view .product-shop .availability {
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: #3a3a3a;
    margin-bottom: 10px
}
.product-view .product-shop .availability span {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    color: #74b436;
    margin-left: 6px
}
.product-view .add-to-links {
    width: 100%;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    padding: 18px 0
}
.product-view .add-to-links li {
    float: left
}
.product-view .add-to-links li span img {
    float: right;
    margin-left: 10px;
    margin-top: 4px
}
.product-view .add-to-links li:first-child {
    margin-right: 28px
}
.add-to-box .or {
    display: none
}
.product-view .add-to-cart .qty-block {
    margin-top: 4px
}
.row-product {
    border-bottom: 1px solid #dbdbdb;
    padding: 15px 0;
    margin-bottom: 20px;
    overflow: hidden;
    width: 100%
}
.row-product .no-rating {
    float: left
}
.row-product .no-rating:before {
    content: "\f040";
    font-size: 14px;
    margin-right: 10px
}
.row-product .no-rating a {
    text-decoration: underline
}
.row-product .no-rating a:hover {
    text-decoration: none
}
.row-product .email-friend {
    display: inline-block;
    vertical-align: top;
    padding-top: 7px;
    padding-left: 10px
}
.row-product .email-friend:before {
    content: "\f003";
    padding-right: 10px;
    font-size: 16px
}
.product-options {
    clear: both;
    margin: 10px 0 18px
}
.product-options .qty-holder {
    display: block;
    padding-top: 10px
}
.product-options dl dt {
    display: block
}
.product-options dt label {
    font-weight: 700;
    display: inline-block;
    padding-bottom: 3px
}
.product-options dt label em {
    float: right;
    color: #a61d91
}
.product-options dt .qty-holder {
    float: right
}
.product-options dt .qty-holder label {
    vertical-align: middle
}
.product-options dt .qty-disabled {
    background: 0 0;
    border: 0;
    padding: 3px
}
.product-options dd {
    margin: 0 0 10px;
    display: block;
    width: 100%;
    float: left
}
.product-options dd input.input-text {
    width: 98%
}
.product-options dd input.datetime-picker {
    width: 150px
}
.product-options dd .time-picker {
    display: -moz-inline-box;
    display: inline-block;
    padding: 2px 0;
    vertical-align: middle
}
.product-options dd textarea {
    width: 98%;
    height: 8em
}
.product-options dd select {
    width: 100%
}
.product-options .options-list li {
    padding-top: 10px
}
.product-options .options-list li:first-child {
    padding-top: 0
}
.product-options .options-list li label {
    display: inline-block
}
.product-options .options-list input.radio {
    float: left;
    margin: 2px 0 0;
    height: auto
}
.product-options .options-list input {
    width: auto
}
.product-options .options-list input.checkbox {
    float: left;
    margin: 3px -20px 0 0;
    height: auto
}
.product-options .options-list .label {
    display: block;
    margin-left: 20px
}
.product-options ul.validation-failed {
    padding: 0 7px
}
.product-options p.required {
    padding: 5px 0 0;
    overflow: hidden;
    width: 100%;
    text-align: left;
    font-size: 12px;
    color: #a61d91
}
.product-shop {
    position: relative
}
.product-view .product-shop .price-box {
    float: left;
    margin: 0 25px 10px 0
}
.product-shop .price-box.map-info a {
    float: none;
    clear: left;
    padding: 0!important;
    margin-bottom: 3px
}
.add-to-cart {
    border-top: 1px solid #dbdbdb;
    width: 100%;
    padding: 10px 0
}
.add-to-cart button.button>span {
    font-size: 14px
}
.product-view .product-options-bottom {
    display: block!important
}
.product-view .product-options-bottom .add-to-links {
    clear: left;
    margin: 0!important
}
.product-view .product-options-bottom .price-box {
    float: none;
    display: block;
    padding: 0;
    margin-right: 0!important;
    overflow: hidden
}
.product-view .product-options-bottom .price-box .regular-price {
    display: none
}
.product-view .product-options-bottom .price-box .price-as-configured {
    font-size: 22px;
    line-height: 27px
}
.product-view .product-options-bottom .price-box .price-as-configured .price {
    font-weight: 400
}
.product-view .product-options-bottom .add-to-cart {
    margin-top: 10px
}
.row-product .addthis_toolbox {
    border-bottom: 0 none;
    display: inline-block;
    overflow: hidden;
    padding-bottom: 0;
    padding-top: 0;
    vertical-align: text-top;
    width: auto
}
.reviewp {
    display: inline-block;
    vertical-align: top;
    padding-top: 10px;
    margin-right: 10px
}
.review-product-list .row-product .addthis_toolbox {
    margin-top: 15px;
    float: left;
    width: 100%
}
.addthis_toolbox {
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 15px
}
.addthis_mini_style .addthis_button_pinterest_pinit {
    margin-top: -1px
}
.addthis_mini_style .addthis_button_pinterest_pinit span {
    height: 20px
}
.product-view {
    position: relative
}
.messege-product {
    background: #FAFAEC;
    border: 1px solid #FCD344;
    border-radius: 0 0 3px 3px;
    font-size: 12px;
    font-weight: 700;
    left: 50%;
    margin-left: -220px;
    padding: 9px 60px;
    position: fixed;
    text-align: center;
    top: 0;
    width: 333px;
    z-index: 999;
    display: none
}
.messege-product.none-messege {
    display: block
}
.messege-product button:hover {
    background-position: 0 -9px;
    cursor: pointer
}
.messege-product button {
    background: url(http://www.mysalontools.com/skin/frontend/default/theme560/images/remove-popup-2.png) no-repeat;
    border: none;
    height: 9px;
    position: absolute;
    right: 20px;
    top: 12px;
    width: 9px;
    z-index: 9999
}
#review-form .form-list .input-box {
    width: auto
}
#review-form .form-list input.input-text,
#review-form .form-list textarea {
    width: 100%
}
#review-form td.value {
    text-align: center
}
.product-view .box-additional .data-table td.label,
.product-view .box-additional .data-table th.label {
    padding-left: 10px
}
#product-review-table {
    margin-bottom: 10px
}
.box-up-sell {
    border: 1px solid #ededed;
    padding: 20px;
    background: #fbfbfb;
    overflow: hidden;
    position: relative
}
.box-up-sell h2 {
    font-size: 14px;
    text-transform: uppercase;
    color: #383737;
    margin-bottom: 20px;
    padding-right: 65px
}
.box-up-sell ul li .product-image {
    margin-bottom: 15px;
    display: block
}
.box-up-sell ul li .product-image img {
    max-width: 100%
}
.box-up-sell .product-name {
    margin-bottom: 10px
}
.box-up-sell .no-rating {
    width: 100%;
    overflow: hidden
}
.box-up-sell .no-rating a {
    display: block
}
.box-up-sell .product-name a {
    text-decoration: none
}
.box-up-sell ul {
    margin-left: 0
}
.box-up-sell .up-sell-carousel li {
    min-height: 340px
}
.box-up-sell ul li {
    float: left;
    margin: 0 12px;
    width: 260px
}
.box-up-sell ul li .product-box {
    border: 1px solid #ededed;
    background: #fff;
    padding: 25px
}
.box-up-sell ul li .noSwipe {
    overflow: hidden
}
.box-up-sell .up-sell-carousel-none li.last {
    margin-right: 0
}
.box-up-sell ul li .no-rating {
    margin-bottom: 0;
    margin-top: 0
}
.box-up-sell .price-box {
    margin: 0;
    display: block;
    overflow: hidden
}
.box-up-sell .price-box .regular-price {
    float: none
}
.box-up-sell .price-box .minimal-price span {
    font-size: 15px;
    font-weight: 400
}
.box-up-sell ul li:first-child {
    margin-left: 0
}
.box-up-sell .products-grid td {
    margin-right: 11px;
    width: 204px
}
.box-up-sell .rating-box {
    float: none;
    margin: 0 auto 5px
}
.box-up-sell .box-tags .product-tags {
    overflow: hidden;
    margin-bottom: 25px
}
.box-up-sell .box-tags .product-tags li {
    display: inline;
    text-transform: capitalize;
    background: url(http://www.mysalontools.com/skin/frontend/default/theme560/images/line-2.gif) 100% 3px no-repeat;
    padding: 0 10px 0 0;
    margin: 0 10px 0 0
}
.box-up-sell .box-tags .product-tags li.first {
    padding-left: 0
}
.box-up-sell .box-tags .product-tags li.last {
    background: 0 0
}
.carousel-next,
.carousel-prev {
    position: absolute;
    top: 16px;
    right: 30px;
    font-size: 30px
}
.carousel-prev {
    right: 60px
}
.product-view .box-tags h3 {
    font-size: 10px;
    line-height: normal;
    margin-bottom: 12px
}
.product-view .box-tags .form-add label {
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: #7d7d7d;
    margin-bottom: 15px;
    clear: both;
    padding-top: 10px
}
.tags-list {
    padding-top: 10px
}
.my-tag-edit .btn-remove {
    float: right
}
.my-tag-edit {
    display: inline-block
}
#my-tags-table .add-to-links {
    margin-top: 10px
}
.product-view .box-tags .form-add .input-box {
    float: left;
    width: 100%;
    padding-left: 32px;
    moz-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative
}
.product-view .box-tags .form-add .input-box:before {
    content: "\f02b";
    font-size: 28px;
    line-height: 28px;
    position: absolute;
    left: 0;
    top: 0
}
.product-view .box-tags .form-add input.input-text {
    width: 100%;
    border: 1px solid #d4d4d4;
    background: #fcfcfc
}
.product-view .box-tags .form-add button.button {
    margin-left: 32px;
    margin-top: 10px
}
.product-view .box-tags .form-add p {
    clear: both
}
.box-collateral.box-tags .note {
    color: #a61d91;
    padding-bottom: 15px;
    padding-top: 5px
}
.map-content,
.video {
    height: 100%;
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden
}
.video iframe {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0
}
.map-content {
    margin-bottom: 30px;
    padding-bottom: 50%
}
.map-content figure iframe {
    border: none;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0
}
.dashboard #my_recent_reviews li {
    padding-bottom: 7px
}
.dashboard #my_recent_reviews li .ratings {
    margin: 0 0 5px
}
.dashboard #my_recent_reviews li .ratings strong {
    margin: 0 5px 0 0
}
.dashboard #my_recent_reviews li .ratings .rating-box {
    margin: 0
}
.dashboard #my_recent_reviews li .details .product-name {
    margin-bottom: 3px
}
.send-friend .buttons-set button.button {
    margin-left: 10px
}
#product_sendtofriend_form #sender_message {
    margin-bottom: 20px;
    resize: none;
    min-width: 304px;
    max-width: 373px;
    width: 373px
}
#product_sendtofriend_form .buttons-set {
    padding-top: 15px
}
#product_sendtofriend_form .form-list .field {
    float: left;
    width: 361px
}
#product_sendtofriend_form .form-list .additional-row>div {
    width: 408px
}
#product_sendtofriend_form .form-list .fields .field:first-child {
    float: left;
    width: 402px
}
#product_sendtofriend_form .form-list .fields .field input.input-text {
    width: 373px
}
#product_sendtofriend_form .buttons-set {
    text-align: center
}
.product-name {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase
}
.product-name a {
    color: #a61d91
}
.product-name a:hover {
    color: #000
}
.desc_grid {
    margin-bottom: 8px
}
.tags-list li {
    display: inline;
    font-size: 15px;
    line-height: normal;
    margin-right: 10px
}
.advanced-search+.buttons-set {
    max-width: 340px
}
.advanced-search-amount {
    margin-bottom: 5px
}
.advanced-search-summary {
    padding: 15px 0
}
.advanced-search .form-list select {
    width: 340px
}
.advanced-search .form-list label {
    float: none
}
.advanced-search .input-range {
    margin-bottom: 5px
}
.advanced-search .input-range input {
    display: inline-block
}
.catalogsearch-advanced-index #advanced-search-list li.even label {
    display: block;
    width: 100%
}
.form-adv-search {
    border: 1px solid #dbdbdb;
    background: url(http://www.mysalontools.com/skin/frontend/default/theme560/images/media/bg-adv-search.gif) left bottom no-repeat #fff;
    padding: 11px 20px 20px
}
.form-adv-search .fieldset {
    border: none;
    background: 0 0;
    margin: 0;
    padding: 0
}
.form-adv-search .fieldset h2 {
    font-size: 12px;
    text-transform: uppercase;
    color: #a61d91;
    padding: 8px 0 5px
}
.catalogsearch-advanced-index .col-main {
    padding-top: 17px
}
.form-adv-search .page-title {
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 9px
}
.form-adv-search .fieldset .form-list input.input-text {
    width: 495px
}
.form-adv-search .fieldset .form-list .input-range input.input-text {
    width: 100px!important
}
.input-range small {
    color: #b1b1b1
}
.form-adv-search select.multiselect option {
    border-bottom: none;
    padding: 1px 5px;
    color: #7e7e7e
}
.form-adv-search .multiselect {
    padding: 5px;
    height: 94px
}
.form-adv-search .buttons-set {
    padding: 12px 0 0;
    margin-top: 0
}
.form-adv-search .buttons-set button.button {
    float: left
}
.form-adv-search .form-list select {
    width: 500px
}
.cms-page-view .page-head {
    margin: 0 0 10px;
    padding: 5px 0 8px
}
.cms-page-view .page-head h2 {
    text-transform: uppercase;
    font-size: 18px;
    color: #383737
}
.about-col-1,
.about-col-2,
.about-col-3 {
    float: left;
    padding: 214px 29px 27px;
    moz-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 32%;
    margin-left: 2%
}
.about-col-1 {
    margin-left: 0;
    background: url(http://www.mysalontools.com/skin/frontend/default/theme560/images/media/about-11.png) center top no-repeat #f9f9f9;
    position: relative;
    z-index: 10
}
.about-col-2 {
    background: url(http://www.mysalontools.com/skin/frontend/default/theme560/images/media/about-22.png) center top no-repeat #f9f9f9;
    position: relative
}
.about-col-3 {
    background: url(http://www.mysalontools.com/skin/frontend/default/theme560/images/media/about-33.png) center top no-repeat #f9f9f9
}
.about-col-1 h3,
.about-col-2 h3,
.about-col-3 h3 {
    font-size: 12px;
    text-transform: uppercase;
    color: #a61d91;
    margin-bottom: 12px
}
.about-col-1 p,
.about-col-2 p,
.about-col-3 p {
    font-size: 12px;
    line-height: 18px;
    color: #7c7c7c;
    margin-bottom: 0
}
.about-col-4,
.about-col-5,
.about-col-6 {
    float: left;
    width: 32%;
    margin-left: 2%
}
.about-col-4 {
    margin-left: 0
}
.about-col-4 h4,
.about-col-5 h4,
.about-col-6 h4 {
    font-size: 12px;
    text-transform: uppercase;
    color: #383737;
    padding-bottom: 16px;
    margin-bottom: 14px;
    border-bottom: 1px solid #dbdbdb
}
.about-col-4 p,
.about-col-5 p,
.about-col-6 p {
    font-size: 12px;
    line-height: 18px;
    color: #7c7c7c;
    margin-bottom: 0
}
.about-col-4 ul,
.about-col-5 ul,
.about-col-6 ul {
    list-style: none;
    padding: 25px 0 12px 10%;
    margin: 0
}
.about-col-4 ul li,
.about-col-5 ul li,
.about-col-6 ul li {
    list-style: none;
    font-size: 12px;
    font-style: italic;
    color: #373737;
    padding: 0 0 9px
}
.about-padd-2 ul li:before {
    content: "\f061";
    font-size: 16px;
    margin-right: 10px
}
.about-col-7 h4 {
    font-size: 12px;
    text-transform: uppercase;
    color: #383737;
    padding-bottom: 16px;
    margin-bottom: 14px;
    border-bottom: 1px solid #dbdbdb
}
.about-col-7 p {
    font-size: 12px;
    line-height: 18px;
    color: #7c7c7c;
    margin-bottom: 0
}
.about-padd {
    padding-bottom: 25px
}
.about-padd-2 {
    padding-bottom: 30px
}
.custom-servis-ul,
.custom-servis-ul ul {
    list-style: none;
    padding: 0!important;
    margin: 0!important
}
.custom-servis-ul ul li {
    border-bottom: none;
    padding: 5px 5px 5px 23px;
    margin-bottom: 3px;
    color: #7c7c7c;
    font-weight: 700
}
.custom-servis-ul li {
    border-bottom: 1px solid #dbdbdb;
    list-style: none;
    margin-bottom: 20px;
    padding-bottom: 10px
}
.custom-servis-ul li h3 {
    background: url(http://www.mysalontools.com/skin/frontend/default/theme560/images/icos-set.png) no-repeat;
    font-size: 13px;
    line-height: 16px;
    color: #a61d91;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 13px;
    padding: 2px 0 8px 46px
}
.custom-servis-ul li.item-2 h3 {
    background-position: 0 -124px
}
.custom-servis-ul li.item-3 h3 {
    background-position: 0 -253px
}
.custom-servis-ul li.item-4 h3 {
    background-position: 0 -377px
}
.custom-servis-ul li.item-5 h3 {
    background-position: 0 -501px
}
.custom-servis-ul li.item-6 h3 {
    background-position: 0 -638px
}
.custom-servis-ul li.item-7 h3 {
    background-position: 0 -764px
}
.custom-servis-ul li p {
    font-size: 12px;
    color: #8a8989;
    line-height: 18px;
    margin-bottom: 10px
}
.page-sitemap .links {
    text-align: right;
    margin: 0 8px -47px 0;
    overflow: hidden
}
.page-sitemap .links a span {
    display: inline-block;
    padding-right: 29px
}
.page-sitemap .sitemap {
    margin: 12px 0 30px;
    display: inline-block
}
.page-sitemap .page-title {
    margin-bottom: 25px
}
.page-sitemap .sitemap li {
    margin: 8px 0
}
.page-sitemap .sitemap li a {
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 400;
    padding-left: 14px
}
.page-sitemap .sitemap li.level-0 {
    margin: 10px 0 0;
    font-weight: 700
}
.page-sitemap .sitemap li.level-0 a {
    text-decoration: none;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    padding-left: 14px
}
.page-sitemap .sitemap li {
    font-size: 13px;
    line-height: 18px
}
.page-sitemap .sitemap li.level-1 {
    padding-left: 45px!important;
    margin-bottom: 10px;
    margin-top: 10px;
    background: 0 0
}
.page-sitemap .sitemap li.level-1 a {
    background: 0 0;
    font-weight: 700;
    padding-left: 0;
    text-transform: none
}
.page-sitemap .sitemap li.level-2 a,
.page-sitemap .sitemap li.level-3 a,
.page-sitemap .sitemap li.level-4 a {
    background: 0 0;
    padding-left: 0;
    text-transform: none
}
.page-sitemap .sitemap li.level-2 {
    padding-left: 60px!important
}
.page-sitemap .sitemap li.level-3 {
    padding-left: 75px!important
}
.page-sitemap .sitemap li.level-4 {
    padding-left: 100px!important
}
.page-sitemap .sitemap li a {
    display: inline-block;
    text-decoration: none
}
.page-sitemap .pager {
    border: 1px solid #dbdbdb;
    margin: 5px 0;
    padding: 13px 9px 13px 19px
}
.rss-title h1 {
    padding-left: 27px
}
.rss-table .link-rss {
    display: block;
    line-height: 1.35;
    background-position: 0 2px
}
.form-alt li {
    overflow: hidden;
    margin-bottom: 10px
}
.search-form .form-alt li {
    overflow: inherit;
    clear: both;
    display: table;
    width: 100%
}
.cart .checkout-types {
    float: right;
    text-align: right
}
.cart .title-buttons .checkout-types li {
    float: left;
    margin: 0 0 5px 5px
}
.cart .totals .checkout-types .paypal-or {
    clear: both;
    display: block;
    padding: 0;
    color: #fff
}
.cart .title-buttons .checkout-types li button.button span {
    background: #d41224;
    border-radius: 0;
    font-size: 12px;
    padding: 0 12px;
    height: 31px;
    line-height: 30px
}
.cart-table .item-msg {
    font-size: 10px
}
.cart .cart-collaterals {
    padding: 25px 0 0
}
.cart .cart-collaterals .col2-set {
    width: 65%;
    float: left
}
.cart .page-title.title-buttons .checkout-types {
    padding-top: 53px;
    display: none
}
.cart .crosssell .product-name a {
    text-decoration: none;
    font-size: 12px;
    line-height: 18px
}
.cart .col2-set h2 {
    border-bottom: 2px solid #3A3A3A;
    font-size: 17px;
    line-height: 24px;
    color: #3a3a3a;
    text-transform: uppercase;
    padding: 0 0 8px;
    margin: 0 0 15px
}
.cart .crosssell .product-image {
    float: left;
    width: 112px;
    height: 112px;
    border: 1px solid #ededed;
    margin-right: 10px
}
.cart .crosssell .product-details {
    overflow: hidden
}
.cart .crosssell li.item {
    border-bottom: 1px solid #eaeaea;
    padding: 18px 0;
    margin: 0
}
.cart .crosssell li.item.last {
    margin-bottom: 0;
    padding-bottom: 0
}
.cart .crosssell li.item:first-child {
    padding-top: 0
}
.cart .crosssell li.last {
    border: none
}
.cart .crosssell .product-name {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin-bottom: 7px;
    margin-top: -3px
}
.cart .crosssell .price {
    font-weight: 600;
    font-size: 14px
}
.cart .crosssell .price-box {
    display: block;
    overflow: hidden;
    padding-bottom: 10px
}
.cart .crosssell .price-box .regular-price {
    float: none
}
.cart .crosssell .price-box .price-label {
    display: none
}
.cart .crosssell button.btn-cart {
    float: left
}
.cart .crosssell .add-to-links {
    padding-top: 10px;
    clear: left
}
#shopping-cart-table .product-image {
    display: inline-block
}
#discount-coupon-form {
    display: block;
    margin-bottom: 20px
}
.cart .discount,
.cart .shipping {
    clear: both;
    display: table
}
.cart .discount .discount-form button.button {
    margin-bottom: 5px;
    margin-right: 5px;
    clear: right
}
.cart .discount .buttons-set {
    padding: 20px 0 0
}
.cart .discount .buttons-set button.button {
    float: left
}
.cart .shipping .buttons-set {
    padding-left: 0
}
.cart .shipping .buttons-set button.button {
    float: left
}
.cart .discount-form label {
    margin-bottom: 16px;
    display: block;
    font-size: 13px;
    line-height: 19px;
    text-transform: uppercase
}
.cart input,
.cart select {
    text-align: left
}
.cart .discount-form .input-box input {
    width: 100%
}
.cart .discount-form .buttons-set {
    margin: 0;
    clear: right;
    overflow: hidden
}
.cart .shipping .form-list .input-box {
    width: auto
}
.cart .shipping p {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 12px;
    text-transform: uppercase
}
.cart .shipping label {
    display: inline;
    font-size: 13px;
    margin-bottom: 0;
    font-weight: 600
}
.cart .shipping .form-list li {
    margin-bottom: 7px
}
.cart .shipping .form-list li input,
.cart .shipping .form-list li select {
    width: 100%
}
.cart .shipping .buttons-set {
    margin-top: 0;
    padding-top: 15px;
    padding-bottom: 10px
}
.cart .totals {
    background: #3a3a3a;
    overflow: hidden;
    padding: 0;
    width: 34%;
    float: right
}
.cart .totals table {
    width: 100%;
    font-size: 12px;
    color: #7f7f7f;
    margin-bottom: 0
}
.cart .totals table tr {
    border-bottom: 1px solid #606060
}
.cart .totals table td,
.cart .totals table th {
    padding: 7px 11px;
    font-size: 13px;
    line-height: 17px;
    color: #fff;
    text-transform: uppercase;
    vertical-align: middle;
    width: 50%
}
.cart .totals table td:first-child.a-right {
    text-align: left!important
}
.cart .totals table strong {
    font-weight: 400
}
.cart .totals table th {
    font-weight: 700
}
.cart .totals .price {
    font-size: 18px;
    line-height: normal;
    color: #fff;
    display: inline-block;
    padding: 0
}
.checkout-types li {
    padding-top: 15px
}
.checkout-types li:first-child {
    padding-top: 0
}
.checkout-types li a {
    color: #a6a6a6;
    text-decoration: underline
}
.checkout-types li a:hover {
    text-decoration: none
}
.cart .totals .checkout-types {
    text-align: center;
    float: none;
    padding: 15px 11px
}
.cart .totals .checkout-types li a {
    width: auto
}
.item-options {
    margin-bottom: 16px;
    padding-left: 5px
}
.item-options li em {
    color: #a61d91
}
.item-options li em .price {
    text-decoration: underline
}
.item-options dt {
    font-weight: 700
}
.item-options dd {
    padding-left: 10px
}
.truncated {
    padding: 5px 0;
    width: auto
}
.truncated span {
    cursor: help
}
.truncated .truncated_full_value {
    display: none;
    padding-top: 5px;
    top: auto
}
.truncated .truncated_full_value .item-options {
    background: 0 0;
    border: none;
    top: 0;
    left: auto;
    position: relative;
    width: auto
}
.truncated .truncated_full_value.show {
    display: table-cell!important
}
.checkout-multishipping-address-newshipping .form-list li.wide input.input-text {
    width: 692px
}
.checkout-multishipping-address-newshipping .form-list select {
    width: 337px
}
#checkout-payment-method-load input.input-text {
    width: 224px
}
.sp-methods .price,
.sp-methods dt {
    font-weight: 700
}
.sp-methods .form-list {
    padding-left: 20px
}
.sp-methods select.month {
    width: 100px;
    margin-right: 10px
}
#payment_form_ccsave #ccsave_cc_type {
    width: 100%
}
.sp-methods select.year {
    width: 96px
}
.sp-methods input.cvv {
    width: 60px!important
}
.sp-methods .checkmo-list li {
    margin: 0 0 5px
}
.sp-methods .checkmo-list label {
    width: 135px;
    padding-right: 10px;
    text-align: right
}
.sp-methods .checkmo-list address {
    float: left
}
.sp-methods .centinel-logos a {
    margin-right: 3px
}
.sp-methods .centinel-logos img {
    vertical-align: middle
}
.sp-methods .release-amounts {
    margin: .5em 0 1em
}
.sp-methods .release-amounts button {
    float: left;
    margin: 5px 10px 0 0
}
.please-wait {
    float: right;
    margin-right: 5px
}
.please-wait img {
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -2px
}
.cvv-what-is-this {
    cursor: help;
    margin-left: 5px
}
.tool-tip {
    border: 1px solid #ddd;
    background-color: #f6f6f6;
    padding: 5px;
    position: absolute;
    z-index: 9999
}
.tool-tip .btn-close {
    text-align: right
}
.tool-tip .btn-close a {
    display: block;
    margin: 0 0 0 auto;
    width: 9px;
    height: 9px;
    background: url(http://www.mysalontools.com/skin/frontend/default/theme560/images/btn_remove.gif) 100% 0 no-repeat;
    text-align: left;
    font-size: 0;
    overflow: hidden
}
.tool-tip .tool-tip-content {
    padding: 5px
}
.gift-messages {
    margin-bottom: 10px
}
.gift-messages h3 {
    font-size: 12px;
    text-transform: uppercase;
    color: #a61d91;
    padding-top: 10px
}
.gift-messages .control label {
    color: #000;
    font-weight: 700
}
#shipping-method-buttons-container {
    padding: 10px 0 0
}
.gift-messages-form {
    border: 1px solid #ddd;
    background-color: #fbfbfb;
    padding: 10px;
    position: relative
}
.gift-messages-form label {
    float: none!important;
    position: static!important;
    color: #000;
    font-weight: 700
}
.gift-messages-form h4 {
    font-size: 12px;
    text-transform: uppercase;
    color: #a61d91;
    padding-top: 10px
}
.gift-messages-form .item {
    margin: 0 0 10px
}
.gift-messages-form .item .product-img-box {
    float: left;
    width: 75px
}
.gift-messages-form .item .product-image {
    margin: 0 0 7px;
    background: #fff
}
.gift-messages-form .item .number {
    margin: 0;
    font-weight: 700;
    text-align: center
}
.gift-messages-form .item .details {
    margin-left: 90px
}
.gift-messages-form .item .details .field {
    margin-bottom: 10px
}
.gift-messages-form .item .details .product-name {
    font-size: 12px;
    text-transform: uppercase;
    color: #2f2f2f
}
.gift-messages-form .form-list li.wide textarea {
    max-width: 340px
}
.gift-messages-form .inner-box .form-list li.wide textarea {
    max-width: 333px
}
#allow-gift-messages-for-order-container .field {
    margin-bottom: 10px
}
.gift-message-link {
    display: block;
    background: url(http://www.mysalontools.com/skin/frontend/default/theme560/images/bkg_collapse.gif) 0 4px no-repeat;
    padding-left: 20px
}
.gift-message-link.expanded {
    background-position: 0 -53px
}
.gift-message-row .btn-close {
    float: right
}
.gift-message dt strong {
    font-weight: 700
}
.checkout-agreements li {
    margin: 10px 0
}
.checkout-agreements .agreement-content {
    border: 1px solid #ddd;
    background-color: #f6f6f6;
    padding: 5px;
    height: 10em;
    overflow: auto
}
.checkout-agreements .agree {
    padding: 6px
}
.centinel .authentication {
    border: 1px solid #ddd;
    background: #fff
}
.centinel .authentication iframe {
    width: 99%;
    height: 400px;
    background: 0 0!important;
    margin: 0!important;
    padding: 0!important;
    border: 0!important
}
.checkout-onepage-index .page-title {
    margin-bottom: 30px
}
.checkout-onepage-success a:hover {
    text-decoration: underline
}
.block.block-progress .block-title .toggle {
    display: none
}
.block.block-progress .block-content {
    padding: 0
}
.block-progress dt {
    display: block;
    background: #757575;
    font-size: 14px;
    line-height: 17px;
    color: #fff;
    text-transform: none;
    margin-bottom: 10px;
    padding: 9px 10px 11px
}
.block-progress dt:first-child {
    border-top: none
}
.block-progress dt.complete a {
    color: #fff;
    text-decoration: underline
}
.block-progress dt.complete a:hover {
    text-decoration: none
}
.block-progress dt.complete .separator {
    color: #908f8f;
    margin: 0 8px
}
.block-progress dt.complete {
    position: relative;
    z-index: 999
}
.block-progress dd.complete,
.block-progress dt.complete {
    padding-bottom: 12px;
    margin-bottom: 10px
}
.block-progress dd.complete {
    border: 1px solid #dbdbdb;
    color: #8a8989;
    font-style: italic;
    padding: 18px 19px 12px;
    margin-bottom: 10px
}
.block-progress dd.complete address {
    color: #8a8989;
    font-style: italic
}
.opc {
    position: relative
}
.opc li.section {
    margin-bottom: 10px
}
.opc p {
    margin-bottom: 5px
}
.opc .buttons-set.disabled button.button {
    display: none
}
.opc .buttons-set .please-wait {
    height: 21px;
    line-height: 21px;
    font-size: 12px;
    color: #000
}
.opc .step-title {
    padding: 4px 5px 6px;
    text-align: right;
    background: #3a3a3a
}
.opc .step-title .number {
    float: left;
    background: #a61d91;
    font-size: 17px;
    line-height: 21px;
    color: #fff;
    text-align: center;
    margin-right: 8px;
    padding: 3px 0 0;
    height: 27px;
    width: 27px;
    border-radius: 13px;
    -moz-border-radius: 13px;
    -webkit-border-radius: 13px;
    -webkit-background-clip: padding-box
}
.opc .step-title h2 {
    float: left;
    font-size: 14px;
    line-height: 17px;
    color: #fff;
    margin-bottom: 0;
    padding-top: 5px
}
.opc .step-title a {
    display: none;
    float: right
}
.opc .allow .step-title {
    cursor: pointer
}
.opc label {
    padding-bottom: 2px
}
.opc .input-box {
    margin-bottom: 15px
}
.opc .field select,
.opc .fields select {
    width: 313px
}
#checkout-review-table thead,
#checkout-review-table tr {
    background: 0 0
}
#checkout-review-table th {
    padding: 12px 20px;
    font-size: 12px;
    font-weight: 700;
    color: #000
}
#checkout-review-table td {
    border: 1px solid #dbdbdb;
    background: 0 0;
    padding: 15px 20px
}
#checkout-review-table td h3 {
    margin-bottom: 0;
    font-size: 12px;
    color: #2f2f2f;
    text-transform: uppercase
}
#checkout-review-table .price {
    font-weight: 700
}
#checkout-review-table th {
    border: 1px solid #dbdbdb
}
#checkout-review-table-wrapper {
    overflow: hidden
}
#checkout-review-table .item-options {
    padding-top: 5px
}
#checkout-review-table tfoot td {
    font-weight: 700;
    color: #000;
    text-align: right!important
}
#checkout-review-table tfoot td+td {
    text-align: left!important
}
#review-buttons-container {
    padding: 20px 0 0;
    margin: 0
}
#co-shipping-form {
    border: 1px solid #dbdbdb;
    padding: 10px;
    display: block
}
.opc .active .step-title {
    cursor: default;
    background: #a61d91
}
.opc .active .step-title .number {
    background: #fff;
    color: #3a3a3a
}
.opc .active .step-title h2 {
    font-size: 12px;
    line-height: 15px;
    padding-top: 7px
}
#checkout-step-login h3 {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    color: #a61d91
}
#checkout-step-login .col2-set {
    border: 1px solid #dbdbdb;
    padding: 20px;
    position: relative;
    overflow: hidden
}
#checkout-step-login .col2-set .col-1 {
    float: left;
    margin-right: 3%;
    width: 46%
}
#checkout-step-login .col2-set .col-2 {
    float: left;
    width: 46%
}
#checkout-step-login .col2-set .buttons-set {
    margin: 0;
    padding: 0
}
#checkout-step-login .col2-set>.col-1 h4 {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    color: #a61d91
}
#checkout-step-login .col2-set .col-2 h4 {
    font-size: 12px;
    text-transform: none;
    font-weight: 400;
    color: #7b7b7b
}
#checkout-step-login .col-1 .col-1 .buttons-set button.button {
    float: left
}
#checkout-step-login .col-2 .form-list input.input-text {
    width: 327px
}
#checkout-step-login .col-1 .col-1 .buttons-set,
#checkout-step-login .col2-set .col-2 .buttons-set {
    padding: 0;
    margin: 0
}
#checkout-step-login .col2-set .col-2 .buttons-set .f-left {
    font-weight: 700
}
#checkout-step-login .form-list li.control input.checkbox,
#checkout-step-login .form-list li.control input.radio {
    margin-right: 6px;
    margin-top: -3px
}
#co-billing-form>fieldset {
    border: 1px solid #dbdbdb;
    padding: 10px;
    moz-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
.opc .step {
    padding-top: 10px;
    position: relative
}
.opc .step .tool-tip {
    right: 20px;
    top: 20px!important
}
.opc .buttons-set {
    border: 0
}
.opc .field {
    width: 334px
}
.opc .field input,
.opc .fields input {
    width: 314px
}
.opc .field-2,
.opc .name-lastname {
    width: 292px;
    float: left
}
.opc .field-2 input {
    width: 310px
}
.opc .field-2 select {
    width: 315px
}
.opc .name-firstname {
    width: 334px
}
.opc .name-firstname input {
    width: 314px
}
.opc .name-middlename {
    width: 144px
}
.opc .name-middlename input {
    width: 124px!important
}
.opc .sp-methods dt {
    padding-bottom: 12px
}
.opc .sp-methods dt label {
    color: #000
}
#checkout-shipping-method-load .sp-methods dt {
    font-size: 12px;
    text-transform: uppercase;
    color: #a61d91
}
.opc .form-list {
    margin: 10px 0
}
.opc .form-list li.wide input.input-text {
    width: 649px
}
#shipping_method_form h2 {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    color: #a61d91
}
#shipping_method_form h3 {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    color: #333
}
#multishipping-billing-form h2 {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    color: #333;
    margin-bottom: 0
}
#multishipping-billing-form .sp-methods dt {
    font-weight: 700;
    padding-bottom: 10px
}
#multishipping-billing-form .sp-methods .form-list input.input-text {
    width: 100%
}
.button.multi-btn {
    float: right
}
#checkout-progress-state {
    overflow: hidden
}
.checkout-progress {
    padding: 0;
    width: 98%;
    margin: 0 auto 40px
}
.checkout-progress li {
    float: left;
    background: #9c9c9c;
    width: 20%;
    color: #fff;
    font-weight: 700;
    padding: 8px 10px 11px 15px;
    overflow: hidden;
    white-space: nowrap;
    moz-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative
}
.checkout-progress li:before {
    content: "\f0da";
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 8px
}
.de-lang-class .checkout-progress li {
    font-size: 11px
}
.checkout-progress li span {
    display: block;
    overflow: hidden
}
.checkout-progress li.odd {
    background-color: #777
}
.checkout-progress li.active {
    background: #a61d91
}
.checkout-progress li.active:before {
    display: none
}
.multiple-checkout {
    position: relative
}
.multiple-checkout .sp-methods .input-box .v-fix:first-child {
    padding-right: 25px;
    margin-bottom: 10px
}
.multiple-checkout .col2-set {
    width: auto
}
.multiple-checkout .page-title {
    padding-bottom: 10px;
    margin-bottom: 0
}
.multiple-checkout h2 {
    padding: 10px 0
}
.multiple-checkout .tool-tip {
    top: 50%;
    margin-top: -120px;
    right: 10px
}
.multiple-checkout .grand-total {
    font-size: 1.5em;
    text-align: right
}
.multiple-checkout .grand-total big {
    margin-bottom: 0;
    overflow: hidden;
    display: block;
    color: #a61d91;
    padding-top: 10px
}
.multiple-checkout .box {
    margin-bottom: 20px
}
.multiple-checkout table {
    margin-bottom: 10px
}
.multiple-checkout table tfoot tr td {
    color: #000;
    font-weight: 700
}
.multiple-checkout p {
    margin-bottom: 5px
}
.multiple-checkout .col-1.col-narrow,
.multiple-checkout .col-2.col-wide {
    float: left;
    width: 50%;
    overflow-x: auto;
    padding-bottom: 15px
}
.multiple-checkout .box-title h3,
.multiple-checkout .col-2.col-wide h3 {
    font-size: 12px;
    line-height: normal
}
.multiple-checkout .col-2.col-wide .box {
    margin-left: 100px
}
.multiple-checkout h2,
.multiple-checkout h3,
.multiple-checkout h4 {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    color: #333
}
.multiple-checkout h2 {
    color: #a61d91;
    font-size: 15px
}
.multiple-checkout .col-2.col-wide table .price {
    font-weight: 700
}
.account-login .new-users .buttons-set {
    padding-left: 0
}
.account-login .new-users .buttons-set button.button {
    float: left
}
.account-login .new-users-wrapper {
    float: left;
    margin-bottom: 20px;
    width: 48%
}
.account-login .new-users {
    background: url(http://www.mysalontools.com/skin/frontend/default/theme560/images/media/bg-login.gif) right bottom no-repeat #fff;
    border: 1px solid #dbdbdb;
    padding: 20px;
    min-height: 282px
}
.account-login .registered-users-wrapper {
    float: right;
    margin-bottom: 20px;
    width: 50%
}
.account-login .registered-users {
    background: url(http://www.mysalontools.com/skin/frontend/default/theme560/images/media/bg-login-2.gif) right bottom no-repeat #fff;
    border: 1px solid #dbdbdb;
    padding: 20px;
    min-height: 260px
}
.account-login .new-users h2,
.account-login .registered-users h2 {
    padding: 0 0 15px;
    border-bottom: 1px solid #dbdbdb;
    font-size: 12px;
    text-transform: uppercase;
    color: #a61d91
}
.account-login .new-users p,
.account-login .registered-users p {
    padding: 13px 0 12px
}
.account-login .registered-users .form-list input.input-text {
    width: 422px
}
.account-login .registered-users p.required {
    padding: 0 0 5px
}
.account-login .registered-users .buttons-set button.button {
    float: none
}
.account-login .registered-users .f-left {
    float: none!important;
    display: table;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    padding-bottom: 12px
}
.account-login .registered-users .buttons-set {
    clear: both;
    margin: -19px 0 0;
    padding: 5px 0 0
}
.account-create form .fieldset:first-child {
    margin-bottom: 32px
}
.captcha-image {
    float: left;
    position: relative
}
.captcha-img {
    border: 1px solid #ccc
}
.captcha-reload {
    position: absolute;
    top: 2px;
    right: 2px
}
.captcha-reload.refreshing {
    animation: rotate 1.5s infinite linear;
    -webkit-animation: rotate 1.5s infinite linear;
    -moz-animation: rotate 1.5s infinite linear
}
@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(-360deg)
    }
}
@-moz-keyframes rotate {
    0% {
        -moz-transform: rotate(-360deg)
    }
}
@keyframes rotate {
    0% {
        transform: rotate(-360deg)
    }
}
.window-overlay {
    background: url(http://www.mysalontools.com/skin/frontend/default/theme560/images/window_overlay.png);
    background: rgba(0, 0, 0, .35);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 990
}
#wishlist-view-form #wishlist-table textarea {
    min-height: 70px;
    min-width: 99%;
    max-width: 99%;
    max-height: 70px;
    resize: none;
    margin-top: 10px
}
#wishlist-view-form #wishlist-table a {
    display: inline-block;
    margin-bottom: 5px
}
#wishlist-view-form #wishlist-table .cart-cell .old-price,
#wishlist-view-form #wishlist-table .cart-cell a {
    float: left;
    clear: left
}
#wishlist-view-form #wishlist-table .product-image img {
    height: 100px;
    width: 100px
}
#wishlist-view-form #wishlist-table button.button,
#wishlist-view-form #wishlist-table p {
    padding: 0;
    margin-bottom: 10px
}
#wishlist-view-form .buttons-set.buttons-set2 {
    text-align: center
}
#wishlist-view-form .buttons-set.buttons-set2 button.button {
    margin-right: 5px;
    margin-bottom: 5px;
    float: none;
    display: inline-block
}
#wishlist-view-form .button.btn-share {
    margin-right: 0!important
}
.my-account {
    overflow-x: auto;
    padding-bottom: 10px;
    padding-left: 8px;
    margin-left: -8px
}
.my-account #wishlist-table .cart-cell .price-box {
    display: block;
    overflow: hidden;
    width: 100%;
    padding-bottom: 15px;
    text-align: left
}
.my-account .cart-cell .price-box {
    display: block;
    overflow: hidden;
    width: 100%;
    padding-bottom: 15px;
    text-align: center
}
.my-account .cart-cell p {
    padding-top: 5px
}
.my-account .add-to-cart-alt input {
    text-align: center;
    padding: 4px 2px;
    margin-bottom: 10px
}
.my-account .page-title a {
    display: inline-block;
    margin: 5px 10px 0 0
}
.my-account .title-buttons .link-rss {
    float: none;
    margin: 0
}
.my-account .pager {
    margin-bottom: 10px
}
.my-account .sub-title {
    font-size: 12px;
    padding: 10px 0
}
.my-account #form-validate .fieldset {
    margin: 25px 0
}
.my-account table tr td {
    vertical-align: middle
}
.my-account .addresses-list ol li {
    padding-bottom: 15px
}
.my-account table .product-name a {
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif
}
.my-account table .product-name a:hover {
    text-decoration: underline
}
.my-account .my-tag-edit .btn-remove {
    display: inline-block
}
#my-tags-table .add-to-links {
    white-space: nowrap
}
.my-account .box-head a {
    float: right
}
.my-account .box-head h2 {
    float: left
}
.my-account .box .box-title {
    border-bottom: 1px solid #D3D3D3;
    margin-bottom: 13px
}
.my-account .box .box-title h3 {
    float: left;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    color: #a61d91;
    font-weight: 400;
    margin-bottom: 5px
}
.my-account .box .box-title a {
    float: right
}
.my-account .col2-set .col-1 {
    float: left;
    width: 47%
}
.my-account .col2-set .col-2 {
    float: right;
    width: 47%
}
.my-account .data-table {
    margin-bottom: 10px
}
.my-account .data-table td,
.my-account .data-table th {
    padding: 10px 12px
}
.my-account .data-table .price,
.my-account .data-table .price-excl-tax {
    display: inline
}
.my-account #my-orders-table {
    margin-bottom: 10px
}
.my-account #my-orders-table td.last,
.my-account #my-orders-table th {
    text-align: center
}
.my-account .order-info li a {
    text-decoration: underline
}
.col-main .block-account {
    display: none
}
.dashboard .welcome-msg .hello {
    margin-bottom: 10px
}
.dashboard .col2-set {
    padding: 10px 0 15px
}
.dashboard .box-head,
.dashboard .box-title {
    width: 100%;
    overflow: hidden;
    margin: 10px 0 0
}
.dashboard .box-title {
    border-bottom: 1px solid #D3D3D3;
    margin-bottom: 5px
}
.dashboard .box-head h2,
.dashboard .box-head h3,
.dashboard .box-title h2,
.dashboard .box-title h3 {
    float: left
}
.dashboard .box-head h2,
.dashboard .box-title h2 {
    font-size: 12px;
    line-height: 18px
}
.dashboard .box-content h4 {
    font-size: 14px
}
.dashboard .box-head a,
.dashboard .box-title a {
    float: right
}
.dashboard .box-recent {
    margin: 10px 0
}
.dashboard .box-head a {
    margin-bottom: 10px;
    display: inline-block
}
.dashboard .box-info .col2-set {
    margin-bottom: 10px
}
.dashboard .box-info a {
    display: inline-block;
    margin-bottom: 10px
}
.dashboard .number {
    float: left;
    font-size: 11px;
    font-weight: 700;
    margin: 3px 10px 0 0;
    display: block;
    width: 18px;
    height: 18px;
    text-align: center;
    border: 1px solid #6a6a6a;
    line-height: 17px
}
.dashboard .box-reviews #my_recent_reviews h3 {
    margin-bottom: 5px!important
}
.dashboard .box-reviews .details {
    margin-left: 30px
}
#my_recent_tags>li {
    padding-bottom: 10px
}
.tags li {
    display: inline;
    text-transform: capitalize;
    padding: 0 5px 0 0
}
.tags li a {
    color: #7f7f7f
}
.dashboard .box-tags .details {
    margin-left: 30px
}
.block-order-return {
    border: 1px solid #dbdbdb;
    padding: 13px 18px 20px;
    margin-top: 26px;
    background: url(http://www.mysalontools.com/skin/frontend/default/theme560/images/media/bg-return.gif) left bottom no-repeat #fff;
    min-height: 345px
}
.block-order-return .page-title {
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 8px;
    margin-bottom: 16px
}
.block-order-return label {
    color: #000;
    font-weight: 700;
    display: inline-block;
    padding-bottom: 5px
}
.block-order-return label em {
    color: #a61d91
}
.block-order-return .input-box.txt {
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 7px
}
.block-order-return .form-alt li {
    margin-bottom: 0;
    overflow: inherit
}
.block-order-return .input-box.btn {
    padding-top: 18px
}
.order-info {
    padding: 5px 0
}
.order-info dd,
.order-info dt,
.order-info li,
.order-info ul {
    display: inline
}
.order-info dt {
    font-weight: 700
}
.order-date {
    margin: 0
}
.order-info-box {
    margin-top: 15px
}
.order-info-box h2,
.order-items h2 {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    color: #a61d91
}
.order-items {
    margin-top: 15px;
    width: 100%;
    overflow-x: auto
}
.col-1.addresses-primary h2 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    color: #333
}
.col-1.addresses-primary h3 {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    color: #a61d91
}
.col-2.addresses-additional h2 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    color: #333
}
.order-additional {
    margin: 15px 0
}
.gift-message dt strong {
    color: #666
}
.gift-message dd {
    font-size: 13px;
    margin: 5px 0 0
}
.order-about dt {
    font-weight: 700
}
.order-about dd {
    font-size: 13px;
    margin: 0 0 7px
}
.tracking-table {
    margin: 0 0 15px
}
.tracking-table th {
    font-weight: 700;
    white-space: nowrap
}
.tracking-table-popup {
    width: 100%
}
.tracking-table-popup th {
    font-weight: 700;
    white-space: nowrap
}
.tracking-table-popup td,
.tracking-table-popup th {
    padding: 1px 8px
}
.page-print .print-head img {
    float: left
}
.page-print .print-head address {
    float: left;
    margin-left: 15px
}
.page-print .print-head {
    margin-bottom: 20px
}
.page-print .col-1,
.page-print .col-2 {
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    width: 46%
}
.page-print h1 {
    font-size: 25px;
    line-height: 40px
}
.page-print h2 {
    margin-bottom: 5px
}
.page-print th.a-right {
    text-align: center!important
}
.page-print .gift-message-link {
    display: none
}
.page-print .price-excl-tax,
.page-print .price-incl-tax {
    display: block;
    white-space: nowrap
}
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .label,
.page-print .price-incl-tax .price {
    display: inline
}
#review-form h3,
#review-form h4 {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    color: #333
}
.product-review .product-img-box {
    float: left;
    margin-right: 15px
}
.product-review .product-img-box .product-image {
    display: block;
    margin-bottom: 10px;
    width: 125px
}
.product-review .product-img-box .label {
    text-align: center;
    font-size: 11px;
    line-height: 14px;
    margin: 0
}
.product-review .product-img-box .ratings .rating-box {
    float: none;
    display: block;
    margin: 0 auto 3px
}
.product-review .product-name {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 10px
}
.product-review .ratings-table {
    margin: 0 0 10px
}
.product-review dt {
    font-weight: 700
}
.product-review dd {
    font-size: 13px;
    margin: 5px 0 0
}
#product_comparison .product-shop-row td {
    padding: 18px 30px 30px
}
.catalog-product-compare-index {
    position: absolute
}
.catalog-product-compare-index .link-print span {
    padding-left: 32px;
    padding-right: 0;
    text-transform: uppercase
}
.catalog-product-compare-index {
    background: #fff
}
.catalog-product-compare-index .buttons-set {
    clear: both;
    margin: 0;
    padding: 20px 0 5px
}
.catalog-product-compare-index .buttons-set button.button span {
    float: left
}
.catalog-product-compare-index .buttons-set button.button:hover span span {
    background-position: 0 0
}
.catalog-product-compare-index .ratings {
    text-align: center
}
.catalog-product-compare-index td button.button {
    float: none
}
.catalog-product-compare-index td .add-to-links {
    float: none;
    width: 100%;
    padding-top: 12px
}
.catalog-product-compare-index .price-box.left {
    float: none;
    width: 100%;
    text-align: center
}
.catalog-product-compare-index .ratings .rating-box {
    float: none;
    margin: 0 auto 10px
}
#product_comparison {
    -webkit-box-shadow: 0 0 12px rgba(48, 50, 50, .12);
    -moz-box-shadow: 0 0 12px rgba(48, 50, 50, .12);
    box-shadow: 0 0 12px rgba(48, 50, 50, .12)
}
.catalog-product-compare-index .data-table td {
    padding: 14px 20px;
    color: #7e7e7e
}
.catalog-product-compare-index .data-table th {
    padding: 14px 20px;
    font-weight: 700;
    color: #000
}
.catalog-product-compare-index .btn-remove {
    display: block;
    margin-left: 2px;
    overflow: hidden;
    font-size: 0;
    width: 18px
}
.catalog-product-compare-index .data-table tr.even {
    background: #fefefe
}
#product_comparison th {
    border: 1px solid #dbdbdb;
    background: 0 0
}
#product_comparison td {
    border: 1px solid #dbdbdb;
    background: 0 0;
    color: #7e7e7e
}
#product_comparison tr {
    background: 0 0
}
#product_comparison .price-box {
    padding-top: 10px;
    padding-bottom: 10px
}
#product_comparison .price-box .regular-price {
    float: none
}
#product_comparison .add-to-row td,
#product_comparison .product-shop-row td {
    text-align: center
}
#product_comparison .product-shop-row td .product-image {
    display: inline-block;
    margin-bottom: 15px;
    border: 1px solid #ededed
}
#product_comparison .product-shop-row td .product-image:hover {
    border: 1px solid #a61d91
}
#product_comparison .price-box,
#product_comparison .product-name,
#product_comparison p {
    margin-bottom: 5px
}
#product_comparison .add-to-row td .add-to-links li,
#product_comparison .product-shop-row td .add-to-links li {
    float: none
}
.product-view .product-shop .price-box.map-info {
    margin: 0;
    padding: 0;
    display: block
}
.product-view .product-shop .price-box.map-info .old-price {
    display: block;
    margin-bottom: 10px
}
.product-view .product-shop .price-box.map-info a {
    display: inline-block;
    margin-bottom: 10px
}
.cart-msrp-totals {
    color: red;
    font-size: 12px!important;
    font-weight: 700;
    margin: 10px 10px 0;
    padding: 10px;
    text-align: right;
    text-transform: uppercase
}
.map-cart-sidebar-total {
    color: red;
    display: block;
    font-size: 10px;
    font-weight: 700;
    text-align: left;
    padding: 2px 5px;
    text-shadow: 0 1px 0 #fff
}
.catalog-product-compare-index .map-popup {
    min-width: 230px
}
.map-popup.displayblock {
    display: block!important
}
.map-popup {
    display: none;
    text-align: left;
    position: absolute;
    margin: 12px 0 0;
    width: 270px;
    z-index: 100;
    box-shadow: 0 0 10px rgba(48, 50, 50, .2);
    -moz-box-shadow: 0 0 10px rgba(48, 50, 50, .2);
    -webkit-box-shadow: 0 0 10px rgba(48, 50, 50, .2);
    background: #FBFBFB
}
.map-popup,
.map-popup a {
    color: #000
}
.map-popup #map-popup-msrp-box,
.map-popup #map-popup-msrp-box span,
.map-popup #map-popup-msrp-box strong {
    font-weight: 400
}
.map-popup-heading {
    border-bottom: 1px solid #DDD;
    padding: 20px 40px 20px 20px;
    width: 100%
}
.map-popup-heading h2 {
    font-size: 12px;
    line-height: 15px;
    text-align: left;
    text-overflow: ellipsis;
    text-transform: uppercase;
    word-wrap: break-word;
    margin: 0
}
.map-popup-arrow {
    background: 0;
    position: absolute;
    left: 50%;
    top: -10px;
    height: 10px;
    width: 19px
}
.map-popup-close {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    height: 9px;
    width: 9px;
    font-size: 0
}
.map-popup-close:before {
    content: "\f00d";
    font-size: 14px;
    line-height: 14px
}
.map-popup-content {
    text-align: left;
    overflow: hidden;
    padding: 20px
}
#map-popup-price-box strong {
    margin-bottom: 7px;
    font-size: 13px
}
.map-popup .regular-price .price {
    float: left;
    font-size: 12px;
    line-height: 18px;
    font-weight: 700
}
.map-popup-checkout form {
    display: block;
    overflow: hidden;
    position: relative
}
.map-popup-checkout span {
    display: block;
    padding-left: 30px
}
.map-popup-checkout .paypal-logo {
    text-align: left;
    margin: 0 0 5px
}
.map-popup-price .price-box,
.map-popup-price .price-box .special-price {
    margin: 0;
    padding: 0
}
.map-popup-price .price-box .regular-price {
    margin-right: 7px
}
.map-popup-price .minimal-price-link {
    color: #fff;
    display: inline-block;
    text-decoration: underline;
    margin: 0
}
.map-popup-price .minimal-price-link:hover {
    text-decoration: none
}
.map-popup-price .minimal-price-link span {
    display: inline
}
.map-popup-price {
    overflow: hidden;
    margin: 8px 0
}
.map-popup-text {
    clear: right;
    padding: 20px;
    text-align: left;
    word-wrap: break-word;
    line-height: 18px
}
.map-popup-only-text {
    display: none;
    border-top: 1px solid #d8d8d8
}
.contacts-index-index .page-title {
    margin-bottom: 15px
}
.swipe-left {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 20px;
    z-index: 999
}
.top-icon-menu {
    width: 100%;
    max-width: 100%;
    line-height: 20px;
    font-size: 30px;
    color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    display: none;
    height: 50px
}
.top-icon-menu>div {
    float: left;
    border-right: 1px solid #232323;
    height: 50px;
    padding: 10px 30px;
    cursor: pointer;
    position: relative;
    z-index: 9999
}
.ps-static .top-icon-menu>div:hover,
.top-icon-menu>div.active {
    color: #a61d91
}
.top-icon-menu .top-search {
    float: right;
    border-left: 1px solid #232323;
    border-right-width: 0;
    overflow: hidden
}
.swipe,
.top-icon-menu {
    background-color: #323232
}
.swipe {
    display: block;
    left: -237px;
    overflow: hidden;
    position: fixed;
    top: 50px;
    width: 237px;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    line-height: 25px;
    height: 100%;
    moz-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 6;
    padding-bottom: 50px
}
.swipe:after,
.swipe:before {
    -moz-box-sizing: inherit
}
body.ind .swipe {
    left: 0
}
.swipe-menu {
    height: 100%;
    overflow: scroll;
    border-top: 1px solid #232323;
    -webkit-overflow-scrolling: touch
}
body.ind div.shadow {
    width: 100%;
    z-index: 5
}
body div.shadow {
    display: block;
    height: 100%;
    left: 0;
    opacity: .5;
    position: fixed;
    top: 0
}
.swipe-menu .switch-show {
    cursor: pointer
}
.swipe-menu .switch-show.active {
    border: 0
}
.swipe-menu .switch-show>div:after {
    content: "\f107";
    font-size: 21px;
    vertical-align: middle;
    float: right
}
.swipe-menu a {
    color: #fff
}
.footer-links-menu li,
.swipe-menu .links li {
    padding: 0;
    display: block
}
.footer-links-menu li a,
.home-link,
.swipe-menu .links li a {
    color: #FFF;
    display: block;
    font-size: 13px;
    font-weight: 700;
    line-height: 26px;
    padding: 10px 20px 11px;
    position: relative
}
.footer-links-menu li a,
.home-link,
.swipe-menu .links li a,
.swipe-menu .switch-show {
    border-bottom: 1px solid #232323
}
.home-link:before,
.swipe-menu ul li a:before {
    font-size: 26px;
    margin-right: 12px
}
.home-link:before {
    content: "\f015"
}
.swipe-menu .links li:nth-child(1) a:before {
    content: "\f0f0"
}
.swipe-menu .links li:nth-child(2) a:before {
    content: "\f005"
}
.swipe-menu .links li:nth-child(3) a:before {
    content: "\f07a"
}
.swipe-menu .links li:nth-child(4) a:before {
    content: "\f046"
}
.swipe-menu .links li:nth-child(5) a:before {
    content: "\f023"
}
.footer-links-menu ul:first-child li:nth-child(1) a:before {
    content: "\f05a"
}
.footer-links-menu ul:first-child li:nth-child(2) a:before {
    content: "\f02d"
}
.footer-links-menu ul:first-child li:nth-child(3) a:before {
    content: "\f044"
}
.swipe-menu .links-2 li:nth-child(1) a:before,
.swipe-menu .links-2 li:nth-child(2) a:before {
    content: "\f0e8"
}
.swipe-menu .links-2 li:nth-child(3) a:before {
    content: "\f002"
}
.swipe-menu .links-2 li:nth-child(4) a:before {
    content: "\f0d1"
}
.currency-switch .currency-title,
.language-list .language-title {
    padding: 10px 20px 11px
}
.currency-switch .currency-title:before,
.language-list .language-title:before {
    content: "\f0d6";
    font-size: 26px;
    vertical-align: middle;
    margin-right: 8px
}
.language-list .language-title:before {
    content: "\f0ac"
}
.currency-switch .currency-title strong,
.language-list .language-title strong {
    display: none
}
.swipe-menu .currency-switch ul,
.swipe-menu .language-list ul {
    background: 0 #222;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    left: 0;
    padding: 0;
    position: relative;
    right: auto;
    top: 0;
    width: 100%;
    overflow: hidden;
    display: none
}
.swipe-menu .currency-switch ul li span {
    display: none
}
.swipe-menu .currency-switch ul li,
.swipe-menu .language-list ul li {
    float: left
}
.swipe-menu .currency-switch ul li:first-child,
.swipe-menu .language-list ul li:first-child {
    padding-left: 20px
}
.swipe-menu .currency-switch ul li a,
.swipe-menu .language-list ul li a {
    padding: 14px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700
}
.swipe-menu ul a.selected {
    color: #ccc
}
.home-link:hover,
.swipe-menu ul li a:hover {
    background-color: #444
}
#back-top {
    position: fixed;
    bottom: 40px;
    z-index: 99;
    left: 50%;
    margin-left: 635px;
    display: none;
    width: 41px;
    height: 41px
}
#back-top span {
    display: block;
    text-align: center
}
#back-top span:before {
    content: "\f139";
    font-size: 45px;
    line-height: 45px
}
.footer .block-subscribe {
    padding: 0;
    margin-bottom: 0
}
.footer .block-subscribe .block-content {
    position: relative
}
.footer .block-subscribe .form-subscribe-header {
    display: none
}
.footer .block-subscribe .block-title {
    background: 0 0;
    filter: progid: none;
    padding: 0;
    border: 0;
    margin-bottom: 17px
}
.footer .block-subscribe .block-title strong {
    margin: 0
}
.footer .block-subscribe .input-box input {
    float: left;
    padding: 6px 45px 6px 6px;
    width: 100%;
    height: 38px;
    background: #fcfcfc;
    border: 1px solid #d8d8d8;
    line-height: 24px;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0)
}
.footer .block-subscribe button.button {
    position: absolute;
    right: 0;
    top: 1px
}
.footer-container {
    overflow: hidden;
    padding-bottom: 30px
}
.footer {
    margin: 0 -30px
}
.footer-cols-wrapper {
    border-top: 4px solid #000;
    margin-bottom: 19px;
    background: url(http://www.mysalontools.com/skin/frontend/default/theme560/images/footer-cols-wrapper.gif) center top repeat-x #fff;
    padding: 24px 30px;
    box-shadow: 0 0 27px rgba(0, 0, 0, .07);
    -moz-box-shadow: 0 0 27px rgba(0, 0, 0, .07);
    -webkit-box-shadow: 0 0 27px rgba(0, 0, 0, .07)
}
.footer .block-title strong,
.footer h3,
.footer h4 {
    font-family: Roboto, sans-serif;
    position: relative;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #28292b;
    margin-bottom: 11px;
    text-transform: uppercase
}
.footer ul li {
    display: block;
    padding: 0 0 7px
}
.footer ul li a {
    display: inline-block;
    color: #999898;
    font-weight: 700;
    text-decoration: none
}
.footer ul li a:hover {
    color: #a61d91
}
.footer address {
    float: left;
    color: #777;
    font-weight: 400
}
.footer .paypal-logo {
    float: right
}
.footer-container .bottom-container {
    text-align: center
}
.footer .footer-col .fb-like-box,
.footer .footer-col iframe {
    background: #EDEFF4
}
.footer-col {
    float: left;
    margin-right: 0.5%;
    width: 14.5%
}
.footer-col.last {
    margin-right: 0;
    float: right
}
.footer-col.contacts,
.footer-col.last {
    width: 23%
}
.footer-col p {
    font-family: Roboto, sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #b23ba0;
    line-height: 24px;
    margin-top: 5px
}
.footer-col p:before {
    content: "\f041";
    font-size: 28px;
    line-height: 28px;
    color: #a61d91;
    margin-right: 10px;
    display: block;
    float: left
}
.footer-col p.tel:before {
    content: "\f095";
    color: #cbcaca
}
.store-switcher {
    margin-top: 10px
}
span.toggle {
    position: absolute;
    cursor: pointer;
    right: 10px;
    top: 0;
    width: 20px;
    text-align: center;
    font-size: 16px
}
span.toggle:before {
    content: "\f067"
}
span.opened:before {
    content: "\f068"
}
.search-form .form-list .input-box {
    width: 300px
}
.search-form .buttons-set p.required {
    text-align: left
}
.search-form .buttons-set button.button {
    float: left
}
.contact-block {
    position: relative;
    width: 100%
}
.contact-block h2 {
    float: none;
    background: 0 0;
    border: none;
    border-bottom: 2px solid #3A3A3A;
    font-size: 17px;
    line-height: 21px;
    color: #383737;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    margin: 0 0 16px;
    padding: 0 0 7px
}
.contact-left {
    width: 25%;
    float: right;
    padding-bottom: 20px
}
.contact-left h3 {
    font-size: 13px;
    line-height: 16px;
    color: #a61d91;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 14px
}
.contact-left p {
    font-size: 12px;
    color: #8a8989;
    line-height: 17px
}
.contact-left ul li {
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 17px;
    margin-bottom: 17px
}
.contact-left ul li.last {
    border: none;
    padding: 0;
    margin: 0
}
#contactForm {
    float: left;
    width: 73%
}
#contactForm .form-list .input-box {
    width: auto
}
#contactForm .fieldset {
    background: 0 0;
    border: none;
    padding: 0;
    margin: 0
}
#contactForm .form-list input.input-text {
    border-box: border-box;
    width: 95%
}
#contactForm .form-list .field {
    float: left;
    width: 33.33%
}
#contactForm .form-list li {
    padding-bottom: 10px
}
#contactForm .form-list li.wide textarea {
    border-box: border-box;
    width: 100%;
    resize: none
}
#contactForm .form-list li.wide .input-box {
    width: 98%
}
#contactForm .buttons-set button.button {
    float: left;
    clear: left
}
#contactForm .buttons-set {
    margin: 0;
    padding: 0
}
#contactForm .buttons-set p.required {
    font-size: 12px;
    margin: 0 0 15px;
    float: left;
    clear: left
}
.contact-btn a {
    display: none
}
.contact-btn li {
    padding: 0;
    margin: 0
}
.container-slider {
    position: relative;
    width: 315px;
    overflow: hidden
}
.tumbSlider-none:last-child {
    margin-right: 0
}
.tumbSlider {
    max-height: 110px
}
.container-slider .slider {
    margin-left: -4px
}
.container-slider li {
    float: left;
    height: auto;
    width: 97px;
    moz-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 4px;
    min-height: 100px;
    position: relative
}
.ps-phone .container-slider li:before {
    content: ".";
    font-size: 0;
    width: 100%;
    height: 35px;
    left: 0;
    bottom: 0;
    position: absolute
}
.container-slider li a {
    display: block
}
.container-slider li img {
    max-width: 100%
}
.container-slider>a {
    display: inline-block;
    position: absolute;
    left: -4px;
    top: 35px;
    font-size: 30px;
    width: 40px;
    height: 40px;
    z-index: 777;
    text-align: center;
    vertical-align: middle
}
.container-slider>a.tumbSlider-next {
    right: 5px;
    left: auto
}
.label-product {
    position: absolute;
    top: -5px;
    left: -11px
}
.label-product>span {
    display: block;
    width: 89px;
    height: 68px;
    text-indent: -777px;
    font-size: 0;
    background: url(http://www.mysalontools.com/skin/frontend/default/theme560/images/label-new.png) left top/contain no-repeat
}
.label-product>span.sale {
    background: url(http://www.mysalontools.com/skin/frontend/default/theme560/images/label-product-sale.png) left top/contain no-repeat
}
#bx-pager a:before,
.add-to-links li a,
.banner-block .banner-block-cont,
.banner-block a,
.banner-block a h1,
.banner-top a,
.banner-top img,
.block a,
.bx-content .link-bx,
.footer a,
.header a,
.page-sitemap .links a,
.product-image,
.product-image:before,
.product-name a,
.sf-menu li a,
.slider-bg .bx-controls-direction a:before,
button.button>span {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0
}
#nav:after,
.add-to-box:after,
.add-to-cart:after,
.advanced-search-summary:after,
.block .actions:after,
.block .block-content:after,
.block li.item:after,
.block-layered-nav .currently li:after,
.block-poll li:after,
.block-subscribe .block-content:after,
.box-account .box-head:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.buttons-set:after,
.cart .crosssell li.item:after,
.cart-collaterals:after,
.cart:after,
.checkout-progress:after,
.clearer:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col4-set:after,
.dashboard .box .box-title:after,
.footer-container .bottom-container:after,
.footer:after,
.form-list .field:after,
.form-list li:after,
.gift-messages-form .item:after,
.group-select li:after,
.header .quick-access:after,
.header .row-2:after,
.header-buttons:after,
.header-container .top-container:after,
.header-container:after,
.header:after,
.input-box:after,
.main:after,
.multiple-checkout .place-order:after,
.opc .step-title:after,
.page-print .print-head:after,
.page-title:after,
.pager:after,
.product-collateral:after,
.product-essential:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.product-view .box-description:after,
.product-view .box-tags .form-add:after,
.product-view .product-img-box .more-views ul:after,
.product-view .product-shop .short-description:after,
.products-grid .actions:after,
.products-grid:after,
.products-list li.item:after,
.ratings:after,
.search-autocomplete li:after,
.send-friend .form-list li p:after,
.sorter:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden
}
.header .form-search .search-autocomplete li.suggest {
    background: #A61D91
}
.customer-address-form .form-list li.wide input.input-text {
    width: 333px
}
.advancednewsletter-manage-index .an-buttons {
    margin: 10px 0 0
}
.ajaxsearch .suggest span.amount {
    color: #B4B4B4
}
.shipment-methods input[type=checkbox],
.shipment-methods input[type=radio] {
    margin: 0
}
#freeshipping {
    background: url(http://www.mysalontools.com/skin/frontend/default/theme560/images/freeshipping.png) no-repeat;
    display: block;
    font-size: 0;
    height: 40px;
    margin: 10px 0;
    padding: 0;
    width: 175px
}
.custom-select-box {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
    z-index: 10;
    clear: both
}
.custom-select-box .custom-dp-title {
    border: 1px solid #CCC;
    color: #000;
    font-weight: 700;
    padding: 5px 10px;
    width: 100%;
    cursor: pointer
}
.custom-select-box .custom-dp-options {
    background: #FFF;
    border: 1px solid #CCC;
    width: 100%;
    position: absolute
}
.custom-select-box .custom-dp-options li {
    line-height: 30px;
    background: #fff;
    padding: 0 5px
}
.custom-select-box .custom-dp-title>span {
    background: url(http://www.mysalontools.com/skin/frontend/default/theme560/images/arrow-up-down.png) 0 100%;
    display: inline-block;
    float: right;
    height: 8px;
    margin: 4px 0;
    width: 14px
}
.custom-select-box .custom-dp-title.open>span {
    background: url(http://www.mysalontools.com/skin/frontend/default/theme560/images/arrow-up-down.png)
}
.custom-dp-options .price-box p {
    display: inline-block
}
.custom-dp-options li span {
    display: inline-block;
    vertical-align: middle;
    width: 100%
}
.custom-dp-options li span:first-child {
    width: 8%;
    display: none
}
.custom-dp-options li a {
    display: block
}
#block-related.custom-dp-options .item {
    height: 40px!important
}
.custom-dp-options .price-box {
    float: none!important;
    margin: 0!important;
    padding: 0!important;
    text-align: left
}
.block-cart-header {
    cursor: pointer
}
.special-price .price {
    color: #A61D91;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 10px
}
.custom-dp-options li span.old-price .price {
    width: auto
}
.custom-dp-options li span.old-price {
    display: none;
    width: auto
}
.custom-select-box .price-box {
    display: inline!important;
    position: absolute;
    right: 5px;
    text-align: right
}
#block-related .special-price .price {
    font-size: 12px;
    margin: 0
}
.custom-dp-options li span.special-price {
    display: inline-block;
    width: auto
}
.bx-wrapper .bx-pager,
.product-options-bottom .add-to-cart {
    display: none
}
.aai-proname {
    display: inline-block;
    width: 82%;
    overflow: hidden;
    height: 32px
}
#block-related.custom-dp-options .item {
    position: relative
}
.paypal-express-review .info-set {
    margin-bottom: 40px;
}
.paypal-express-review .info-set .col-1 {
    width: 49%;
    float: left;
}
.paypal-express-review .info-set .col-2 {
    width: 49%;
    float: right;
}
.paypal-express-review .info-set .legend {
    padding-bottom: 5px;
    color: #a61d91;
}
.paypal-express-review .info-set .box {
    border: 1px solid #ccc;
    min-height: 165px;
}
.paypal-express-review .info-set .box .box-content {
    padding: 5px;
}
.paypal-express-review .info-set .box .box-title {
    color: #a61d91;
    padding: 5px 5px 0;
}

@media only screen and (min-width: 768px) { 
	body.ind .swipe,
	body.ind div.shadow {display: none !important; left: -300px !important;}
	.indent-swipe  {margin-left: auto !important;}
	.top-search-cont {float: right; position: relative; font-size: 18px;}
	.header {margin: 0 -30px;}
	#search_mini_form {margin-top: 9px;}

	.block-cart-header .summary:before,
	.block-cart-header .empty:before { color: #fff; font-size: 15px; float: right; margin-left: 5px;}
	.block-cart-header p,
	.block-cart-header .empty{min-width: 140px; }
	.block-cart-header:before {display: none;}
	.products-grid .product-image {padding: 20px;}
 }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.main-container {max-width: 970px;}
	.footer,
	.header {margin-left: -15px; margin-right: -15px;}
	.product-view .product-shop {width:53%;}
	.product-view .addthis_button_tweet {width:95px;}
	.addthis_default_main .addthis_counter {clear:left;}
	.addthis_mini_style .addthis_counter {clear:inherit;}
	.mini-products-list .product-image {width:70px;}
	.mini-products-list .product-name { margin-left: 0;}
	.block-related .product-name {width:120px;}
	.block-poll .answer {width: 150px;}
	.de-lang-class .row-product .email-friend,
	.es-lang-class .row-product .email-friend {float: left; clear: left;}
	.label-product > span {height: 55px;}
	.box-up-sell .up-sell-carousel-none li .product-box {padding: 10px;}
	.box-up-sell .up-sell-carousel-none li {width: 200px;}
	.products-grid li.item .wrapper-hover,
	.block .block-content .mini-products-list li.item {padding: 12px;}
	#search_mini_form {margin-right: 0; clear: right;}
	.block-slider-sidebar .slider-sidebar-cont {padding: 20px;}
	.block-slider-sidebar .slider-sidebar-pager {margin: 0;}
	.block-slider-sidebar li {min-height: 410px;}

}

@media only screen and (max-width: 1400px) {#back-top {display: none !important;} }

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.main-container {max-width: 750px;}
	.footer,
	.header {margin-left: -15px; margin-right: -15px;}
	.main-container {padding: 15px 0;}
	.order-buttons {display:none !important;}
	.nobr         { white-space:normal; }
	.sorter .view-mode {padding-top:0;}
	#search_mini_form {display: block !important; height: 100% !important; opacity: 1!important; clear: right; margin-right: 0;}
	.account-login .registered-users .form-list input.input-text {width:326px;}
	.cart .crosssell button.btn-cart {float:none; margin-bottom:10px;}
	.cart .crosssell .add-to-links {float:none;}
	.cart .crosssell .product-details button.button > span {font-size:11px;}
	.cart .discount-form .input-box input { width:198px; }
	.form-list .input-box {width:225px;}
	.cart .shipping .form-list li select option {width:174px;}
	.cart .totals button.button > span { font-size:14px; }
	.cart .totals table th,
	.cart .totals table td { font-size:11px; padding: 15px 10px; }
	.cart .totals table td+td { padding: 15px 10px; }
	.cart .totals .price { font-size:14px; }
	.mini-products-list .product-name {width:100%; padding-top: 10px;}
	.block-compare .product-image {float: none; margin:0 auto 10px;}
	.block .block-title strong,
	.page-title h1, 
	.page-title h2,
	.product-view h2 {font-size: 14px; word-wrap:break-word;}
	.header .logo {margin-top: -25px;}
	
	.products-grid li.item {}
	.regular-price,
	.products-grid li.item .minimal-price-link {float:none;}
	.products-grid li.item .price-box.map-info a {float:none; padding:0; margin-top:2px;}
	.products-grid li.item .regular-price,
	.products-grid li.item .old-price { display:block; }
	.products-grid li.item .ratings .rating-box { float:none; margin:0 auto 10px; }
	.products-grid li.item .ratings .amount { float:none; display:block; text-align:center; margin:0; }
	.products-grid li.item .wrapper-hover,
	.block .block-content .mini-products-list li.item {padding: 8px;}
	.product-shop .price-box {float:none;}
	.products-grid .product-image {padding:5px;}
	button.button > span, .page-sitemap .links a {font-size: 11px;}
	.mini-products-list .product-details {overflow: visible;}
	.label-product > span {height: 55px;}
	
	.product-view .product-img-box .more-views li.item-4 {margin-left:0;}	
	.product-view .product-img-box {float:none;width:310px;margin: 0 auto 30px;}
	#cloud-zoom-big {width: 250px !important; height: 250px !important;}
	.product-view .product-shop {float:none;width:auto;}
	.catalog-product-view .map-popup {left: 0 !important;}
	.addthis_default_main .addthis_counter {clear:inherit;}
	.block-layered-nav dd {padding-left:5px;}
	.block-slider-sidebar .block-content {padding-bottom: 20px;}
	.block-slider-sidebar .slider-sidebar-cont {padding: 15px;}
	.block-slider-sidebar .slider-sidebar-pager {margin: 0;}
	.block-slider-sidebar li {min-height: 340px;}
	
	.my-account a {text-decoration:underline;}
	.my-account a:hover {text-decoration:none;}
	
	.opc .field {width:267px;}
	.opc .fields input,
	.opc .field input {width:242px;}
	.opc .fields select,
	.opc .field select {width:248px;}
	.opc .fields select option,
	.opc .field select option {width:217px;}
	.opc .form-list li.wide input.input-text {width:509px;}
	.opc .name-middlename {width:149px;}
	.opc .form-list .customer-name-suffix .name-lastname,
	.opc .form-list .customer-name-middlename .name-firstname,
	.opc .form-list .customer-name-middlename-suffix .name-firstname,
	.opc .form-list .customer-name-middlename-suffix .name-lastname {width:118px;}
	.opc .form-list .customer-name-prefix .name-firstname input.input-text,
	.opc .form-list .customer-name-suffix .name-lastname input.input-text,
	.opc .form-list .customer-name-middlename .name-firstname input.input-text,
	.opc .form-list .customer-name-middlename-suffix .name-firstname input.input-text,
	.opc .form-list .customer-name-middlename-suffix .name-lastname input.input-text {width:93px;}
	.cart-collaterals .col2-set .col-1 {margin-right:15px;}
	.cart .totals button.button > span { font-size: 12px; }

	.cart .crosssell .product-image,
	.cart .crosssell .product-image img {width: 80px; height: 80px; overflow: hidden; }
	
	.box-up-sell {height:auto;}
	.box-up-sell h2 {font-size:12px;line-height:15px;}
	.box-up-sell ul li .product-box { padding:8px;}
	.box-up-sell ul li {margin: 0 8px;}
	
	#multiship-addresses-table select {width:200px;}
	#multiship-addresses-table select option {width:170px;}
	#checkout-step-login .col2-set .col-1 {margin-bottom:10px;}
	#checkout-step-login .col2-set .col-1,
	#checkout-step-login .col2-set .col-2 {	float:none;	margin-right:0;	width:96%;}
	#multishipping-billing-form .sp-methods .form-list input.input-text {width:100%;}
	#co-billing-form > fieldset {display: table-column;}
	.checkout-progress li {clear: left; width: 100%;}
	.box-collateral.form-add .box-collateral-content {overflow: auto;}
	.form-list select {width: 340px;}
	.search-form  .form-list select {width: 300px;}

	.multiple-checkout .form-list li.wide .input-box {width: 100%;}
	.multiple-checkout .gift-messages-form .item .details .field {width:100%;}
	.multiple-checkout .gift-messages-form .form-list input.input-text {width:100%;}
	.multiple-checkout .gift-messages-form .inner-box .form-list li.wide textarea {width:100%;}
	
	.cms-about-magento-demo-store .about-col-1,
	.cms-about-magento-demo-store .about-col-2,
	.cms-about-magento-demo-store .about-col-3 { padding:214px 15px 15px;}
	.cms-about-magento-demo-store .about-col-4 ul,
	.cms-about-magento-demo-store .about-col-5 ul,
	.cms-about-magento-demo-store .about-col-6 ul {padding:25px 0 12px 20px;}
	
	.block-poll .answer {width:95px;}
	
	.footer-container {padding: 30px 0;}
	.footer-cols-wrapper { position:relative;  }
	.footer .footer-col.last { margin-right:0; }
	.footer .footer-col.footer-col-ex {width: 32%; margin-bottom: 20px;}
	.footer .footer-col.footer-col-ex:nth-child(3n+1) {clear: left;}
	.footer .footer-col.footer-col-ex:nth-child(2n+1) {margin-right: 0}
	.footer .footer-col.footer-col-ex.facebook-fanbox {width: 235px;}
	
	.my-account #wishlist-view-form #wishlist-table .product-image img {height:100px;width:100px;}
	.my-account .data-table th, .my-account .data-table td {padding: 5px;}
	#wishlist-view-form .buttons-set.buttons-set2 {text-align:center;}
	#wishlist-view-form .buttons-set.buttons-set2 button.button {float:none;margin: 0 10px 10px 0 !important;}
	#customer-reviews button.button {float:left;}
	.box-up-sell .up-sell-carousel-none li .product-box {padding: 5px;}
	.box-up-sell .up-sell-carousel-none li {width: 150px;}
	.widget-catalogsale-products .mini-products-list .product-details {width: 100%;clear: left; }

}
@media only screen and (max-width: 767px) {
	body {padding: 50px 0 0; }
	 body.ind.ps-phone { overflow: scroll; position: fixed; width: 100%;} 
	body.ind.ps-static { overflow: hidden; }
	.col1-layout .col-main,
	.col2-left-layout .col-main,
	.col2-right-layout .col-main  {float:none; }
	.header .logo {max-width: 100%;}

	.container {margin:0; }
	.page > div > .container {padding: 0;}
	.page {margin: 0 2.127659574468085% 0;}
	.main-container {padding: 15px 0;}
	.header-container {padding-top: 25px; margin-left: -30px; margin-right: -30px; padding-left: 30px; padding-right: 30px;}
	.header { padding:10px; margin: 0; }
	.header .top-search,
	.header .welcome-msg,
	.link-extra,
	.header-top  {display: none;}
	.header .header-row-bg {padding: 20px 10px;}
	.padding-s {padding:0 10px; }
	.order-buttons {display:none !important;}
	.title-buttons h1,
	.title-buttons h2,
	.title-buttons h3,
	.title-buttons h4,
	.title-buttons h5,
	.title-buttons h6 {float:none;}
	.nobr         { white-space:normal; }
	.top-icon-menu {display: block;}
	#search_mini_form {width:100%; position: fixed; left: 0; top: 51px; display: none; padding: 0 20px; z-index: 9;}
	.header .form-search { position: relative;}
	.header .form-search button.button {position: absolute; right: 0px; top: 0px;} 
	.header .form-search button.button  span { padding:0; height: 40px; line-height: 40px; float:none;  display:block; text-align:center;}
	.header .form-search .input-text { 
		width:100%; 
		margin:0; 
		moz-box-sizing:border-box;
		-moz-box-sizing: border-box; 
		-webkit-box-sizing: border-box; 
		 box-sizing: border-box;
		 float: none;
		 height: 40px;
		 padding-right: 100px;
	}
	.block-cart-header {
		position: fixed; 
		right: 90px ; 
		top: 0; 
		height: 50px; 
		padding: 10px 15px; 
		background: none; 
		border: 0; 
		border-left: 1px solid #232323;
		z-index: 999;
		min-width: 60px;
		cursor: pointer;
	}
	.block-cart-header:before {font-size: 30px; color: #fff;}
	.block-cart-header .block-content {float: left;}
	.block-cart-header .mini-cart {display: inline-block; font-size: 16px; padding-left: 13px; line-height: 27px; color: #A61D91;}
	.block-cart-header .cart-content {left: -152px; top: 51px;}
	.block-cart-header h3,
	.block-cart-header .empty > div,
	.block-cart-header .summary,
	.quick-access,
	.header-buttons,
	.block-cart-header .empty {display: none;}
	.toolbar { margin-bottom:20px; }
	.toolbar .pager {padding: 0 18px 18px 0;}
	.toolbar .pager .amount {padding:0;}
	.toolbar .pager .pages { margin:0; padding-top:10px; }
	.pager .pages li { font-size:14px; line-height:17px; font-weight:normal; margin-right:10px; }
	.toolbar-bottom .toolbar .pager {border:0; padding:0; }
	.toolbar-bottom .toolbar .pages {border:0;  padding-bottom:0; margin-top:10px; overflow:hidden; border-top:1px solid #E5E5E5; float:left; width:100%;} 

	.indent-sw1 {margin-bottom:20px;}
	.checkout-multishipping-login .col-main {padding-bottom:0;}
	.account-login .registered-users .form-list input.input-text {width:252px;}
	.form-list select {width:300px;}
	.form-list input.input-text,
	.form-list li.wide input.input-text {width:294px;}
	.form-list .name-middlename {width:117px;}
	.form-list .customer-name-prefix .name-firstname input.input-text, 
	.form-list .customer-name-suffix .name-lastname input.input-text, 
	.form-list .customer-name-middlename .name-firstname input.input-text, 
	.form-list .customer-name-middlename-suffix .name-firstname input.input-text, 
	.form-list .customer-name-middlename-suffix .name-lastname input.input-text {width:99%;}
	.form-list .customer-name-suffix .name-lastname, 
	.form-list .customer-name-middlename .name-firstname, 
	.form-list .customer-name-middlename-suffix .name-firstname, 
	.form-list .customer-name-middlename-suffix .name-lastname {width:100%;}
	.form-list .name-middlename input.input-text {width:99%;}
	.form-list .customer-dob .dob-year input.input-text {width:146px;}
	#checkout-payment-method-load input.input-text {width: 100%;}
	#shopping-cart-table { display:block; width:100%;}
	#checkout-step-login .col-2 .form-list input.input-text {width:253px;}
	.multiple-checkout .page-title.title-buttons h1 {margin-bottom: 10px;}
	
	.page-title,
	.category-title { margin-bottom:16px; }
	.pager .pages {clear:both;margin:0;text-align:center; padding-top:10px;}
	
	.products-grid {margin-bottom:0 !important;}
	.products-grid li.item { overflow:hidden; text-align: left; position:relative; ; margin:0 0 20px; width:100%; }
	.products-grid .product-image,
	.products-list .product-image { float:left; margin:0 10px 0 0; padding: 5px; width:110px; overflow: hidden; }
	.products-grid .product-shop,
	.products-list .product-shop { overflow:hidden;}
	.products-list .ratings .rating-links a+span+a,
	.products-list .ratings .rating-links .separator {display:none;}
	.products-grid .ratings .rating-box {margin: 0 0 5px 0;}
	.note-msg-empty-catalog {padding:  150px 0 0; background-position: center top; text-align: center;}
	.label-product {}
	.label-product.label-indent {}
	button.button > span, .page-sitemap .links a {font-size: 13px;}

	.product-view { margin-bottom:5px; }
	.product-view .product-shop { float:none; width:100%; }
	.product-view .product-img-box { float:none;  width:310px; margin:0 auto 20px; }
	.product-view .product-name h1 { font-size:16px; line-height:19px; }
	.product-view h2 { margin-bottom: 8px;}
	.product-view .product-shop .price-box { float:none; display:block; margin: 0 0 10px; overflow:hidden; }
	.add-to-cart button.button {float:none; margin-left:5px;}
	.add-to-cart {padding-top: 15px;}
	.add-to-cart .qty-block {padding-top:0; margin:0 0 5px;}
	.product-view .product-shop .add-to-links {border-bottom:none;padding-bottom:0;}
	.product-view .product-shop .add-to-links li {float:none; font-size:14px; line-height:17px; font-weight:normal; margin:0 !important; padding-bottom:19px;}
	.product-view .row-product {padding-top:0;}
	.product-view .row-product p {float:none !important;font-size:14px;line-height:17px;}
	.product-view .row-product .no-rating {padding-bottom:19px;}
	.product-view .row-product .ratings {float:none;padding-bottom:19px;}
	.product-view .row-product .ratings .rating-links {padding-left:0 !important;}
	.product-view .add-to-links li+li {display:none;}
	.product-options .options-list li label { padding-top:2px; }	
	.product-view .box-description .std {padding: 0 15px;}
	.product-view .product-collateral #customer-reviews dl {padding:0 15px;}
	.product-view #review-form h3,
	.product-view #review-form h4,
	.product-view .tabs-custom {padding:0 15px;}
	.container-slider {margin:0 auto;}
	.addthis_default_main .addthis_counter {clear:inherit;}

	.block-slider-sidebar {display: none !important;}
	
	.product-collateral #customer-reviews #product-review-table span.nobr {padding:0;}
	#review-form #product-review-table th {padding:9px 4px; }
	#review-form #product-review-table td {padding:14px 4px; text-align:center;}

	
	.product-collateral .box-collateral {margin-bottom:0;}
	.product-collateral .box-collateral h2 {cursor:pointer;}
	.product-collateral .box-collateral h2 span.toggle {top:13px;}
	.box-collateral-content {display:none;margin-bottom:7px;}
	
	.box-up-sell .up-sell-carousel-none  li .product-image {float:left; margin-right:15px; width:100px;}
	.box-up-sell {background:none;border:none;padding:20px 0 0;}
	.box-up-sell .up-sell-carousel-none li {float:none;background:none; width: auto; margin: 0 0 15px; text-align: left;  }
	.box-up-sell .up-sell-carousel-none li .product-box {padding: 10px; overflow: hidden;}
	.box-up-sell .up-sell-carousel-none li .rating-box {margin: 0 0 5px;}
	.box-up-sell ul li .product-box {padding: 5px;}
	.carousel-prev, .carousel-next {right: 10px;}
	.carousel-prev {right: 40px;}
	
	.col-main {padding-bottom:20px;}
	.block {margin-bottom:8px; padding:0 10px;}
	.block .block-title	{margin-bottom:8px; padding-bottom:8px;	padding-right:40px;	}
	.block .block-title:hover {cursor:pointer;}
	.block.block-account .block-title:hover {cursor:default;}
	.block .block-title	span.toggle {top:14px;}
	.sidebar .block.block-progress .block-content {display:block;}
	.block .block-content .mini-products-list li.item {padding: 10px;}

	.product-view .product-shop {float: none; width: 100%;} 

	/*====================================== cart table	========================================*/
	.cart .data-table {position: relative; padding-bottom: 90px;}
 	.cart .data-table thead,
 	.cart .data-table colgroup {display: none; }
 	.cart .data-table tfoot {width: 100%; display: block;}
 	.cart .data-table td,
 	.cart .data-table tr,
 	.cart .data-table tbody {display: block; text-align: center !important;}
 	.cart .data-table td {margin: 0 10px; border: 0; border-bottom: 1px solid #ddd;}
 	.cart .data-table td.last {border: 0;}
 	.cart .data-table tr {margin: 4px 0 25px; border: 1px solid #e9e9e9; }
 	.cart .data-table tfoot {position: absolute; bottom: 0; left: 0;}
 	.cart .data-table tfoot button.button {margin: 3px 0;}

	/*====================================== end ===============================================*/

	.cart .cart-table-foot {text-align:center;}
	.cart .cart-table-foot .btn-continue {float:none;}
	.cart .cart-table-foot button.button {margin-bottom:5px;} 
	.cart .crosssell .add-to-links { float:none; display:block; padding-top:10px; }
	.cart .crosssell .add-to-links li {margin:0;}
	.cart .crosssell button.btn-cart {float:none;}
	.cart-collaterals .col2-set .col-1,
	.cart-collaterals .col2-set .col-2,
	.cart .cart-collaterals .col2-set,
	.cart .totals {width:100%; clear:both;}
	.cart-collaterals .col2-set .col-1,
	.cart-collaterals .col2-set .col-2 {margin: 0 0 25px;}
	.cart .discount, .cart .shipping {width: 100%;}
	
	.col-main .block-account {display:block;}
	.padding-s .block {padding:0;}
	.block-account ul li {font-size:14px;line-height:17px;}
	.block-account ul li a,
	.my-account a {text-decoration:underline;}
	.block-account ul li a:hover,
	.my-account a:hover	{text-decoration:none;}
	.my-account .col2-set .col-1,
	.my-account .col2-set .col-2 {float:none;width:100%;}
	.my-account .data-table {border:1px solid #ECECEC;width:100%;}
	.my-account .data-table th, .my-account .data-table td {padding:10px 4px;}
	.my-account .data-table tr {display:block;border-bottom:1px solid #ECECEC;}
	.my-account .data-table tr.last {border-bottom:none;}
	.my-account .data-table td {display:block;border:none;}
	.my-account .data-table colgroup {display:none;}
	.my-account #my-orders-table td {padding:10px 10px 0 10px;}
	.my-account #my-orders-table td.order-qty {font-weight:bold;}
	.my-account #my-orders-table td.order-qty .nobr strong {font-weight:normal;}
	.my-account #my-orders-table td.order-product-name .product-name {font-weight:bold;}
	.my-account #my-orders-table td.order-subtotal.last { text-align:left; }
	.my-account #my-orders-table td.last { padding-bottom:10px;  text-align:left; }
	.my-account #my-orders-table tfoot {border-top: 1px solid #ECECEC;}
	.my-account #my-orders-table tfoot td {display:inline-block;padding:10px;width:120px;}
	.my-account #my-orders-table tfoot td+td {text-align:left !important;}
	.my-account #my-orders-table tfoot .grand_total {font-size:14px;line-height:17px;}
	.my-account .page-title button.button {margin-top:10px;}
	
	.my-account textarea {max-width:294px;min-width:294px;}
	.my-account #wishlist-view-form .buttons-set {text-align:center;}
	.my-account #wishlist-view-form .buttons-set button.button {float:none;margin: 0 0 3px;}
	.my-account #wishlist-table .cart-cell .price-box span.old-price {display:block;}
	.my-account #wishlist-table .product-image {margin-left:42px;}
	#wishlist-view-form #wishlist-table .product-image img {height:200px;width:200px;}
	
	.my-account #my-tags-table td .price-box {overflow:hidden;}
	.my-account #my-tags-table td button.button {float:left;margin-right:10px;}
	.my-account #my-tags-table .add-to-links {float:right;margin-top:5px;}
	#checkout-review-table-wrapper {overflow-x:auto;}
	
	.product-review .product-img-box {float:none;overflow:hidden;margin:0 0 20px;width:310px;}
	.product-review .product-img-box .product-image {float:left; margin: 0 10px 0 0;height:100px;width:100px;}
	.product-review .product-img-box .product-image img {height:100px;width:100px;}

	.product-review .product-img-box .product-review-block {overflow:hidden;padding-top:20px;}
	.product-review .product-img-box .product-review-block .rating-links {text-align:center;}
	.product-view .add-to-cart .qty-block {margin-top: 0;}
	
	.form-list .field,
	.opc .field,
	.form-list .input-box,
	.form-list li.wide .input-box,
	.form-list select,
	.opc .form-list li.wide input.input-text,
	.form-list input.input-text,
	.form-list li.wide input.input-text,
	.opc .fields select, .opc .field select {width:100%;}
	.opc .form-list .customer-name-suffix .name-lastname,
	.opc .form-list .customer-name-middlename .name-firstname,
	.opc .form-list .customer-name-middlename-suffix .name-firstname,
	.opc .form-list .customer-name-middlename-suffix .name-lastname, 
	.opc .form-list .customer-name-prefix .name-firstname input.input-text,
	.opc .form-list .customer-name-suffix .name-lastname input.input-text,
	.opc .form-list .customer-name-middlename .name-firstname input.input-text,
	.opc .form-list .customer-name-middlename-suffix .name-firstname input.input-text,
	.opc .form-list .customer-name-middlename-suffix .name-lastname input.input-text {width:100%;}
	.opc .name-middlename input  {width:100% !important;}
	.checkout-multishipping-address-newshipping .form-list li.wide input.input-text {width:265px;}
	.checkout-multishipping-address-newshipping .form-list select {width:265px;}
	.multiple-checkout .col-1.col-narrow,
	.multiple-checkout .col-2.col-wide {float:none;width:100%;}
	.multiple-checkout .col-2.col-wide .box {margin-left:0;}
	.checkout-progress li {clear:left; width:100%;}
	#checkout-step-login .col2-set .col-1 {margin-bottom:10px;}
	#checkout-step-login .col2-set .col-1,
	#checkout-step-login .col2-set .col-2 {	float:none;	margin-right:0;	width:268px;}
	#co-billing-form > fieldset {border:0; padding:0;}
	#payment-tool-tip {right:0;}
	#payment-tool-tip img {width:268px;}

    .opc #checkout-review-table td {padding:7px;}
	.opc #checkout-review-table tfoot td {padding:7px;}
	#checkout-progress-wrapper {display:none;}
	#multiship-addresses-table.data-table td {padding:5px;}
	#multiship-addresses-table select {width:80px;}
	
	.gift-messages-form .inner-box .form-list li.wide textarea {width:99%; max-width: inherit;}
	.gift-messages-form .item .product-img-box {float:none;margin-bottom:10px;}
	.gift-messages-form .item .details {margin:0;}
	#checkout-step-login .col2-set {padding:10px;}
	
	#product_sendtofriend_form .form-list .fields .field input.input-text,
	#product_sendtofriend_form #sender_message {width:304px;}
	
	.advanced-search .form-list select {width:100%;}
	.advanced-search + .buttons-set {max-width: 100%;}
	
	.title-buttons {text-align:left;}
	.account-login .registered-users-wrapper,
	.account-login .new-users-wrapper {width:100%; clear:both;}
	#contactForm .form-list input.input-text,
	#contactForm .form-list li.wide .input-box {width:100%;}
	.sales-guest-form .form-alt li .input-box,
	.sales-guest-form .form-alt input.input-text {width:100% !important;}

	.cms-privacy-policy-cookie-restriction-mode .data-table thead {display:none;}
	.cms-privacy-policy-cookie-restriction-mode .data-table {border:1px solid #ECECEC;width:100%;}
	.cms-privacy-policy-cookie-restriction-mode .data-table tr {display:block;border-bottom:1px solid #ECECEC;}
	.cms-privacy-policy-cookie-restriction-mode .data-table tr.last {border-bottom:none;}
	.cms-privacy-policy-cookie-restriction-mode .data-table td,
	.cms-privacy-policy-cookie-restriction-mode .data-table th {display:block;border:none;}
	.cms-privacy-policy-cookie-restriction-mode .data-table th {padding: 10px 10px 5px;}
	.cms-privacy-policy-cookie-restriction-mode .data-table td {padding: 5px 10px 10px;}
	
	.cms-about-magento-demo-store .about-col-1,
	.cms-about-magento-demo-store .about-col-2,
	.cms-about-magento-demo-store .about-col-3,
	.cms-about-magento-demo-store .about-col-4,
	.cms-about-magento-demo-store .about-col-5,
	.cms-about-magento-demo-store .about-col-6 {margin: 0 0 40px; width:100%;}
	.about-padd,
	.about-padd2 {padding-bottom:0;}
	.page-sitemap .pager .amount {display:block; }
	.page-sitemap .sitemap {padding: 0;}

	.sidebar .block .block-content,
	.block-compared,
	.block-compare,
	.products-grid .actions	li+li,
	.products-list .add-to-links li+li,
	.products-grid .add-to-links,
	.products-list .add-to-links,
	.block-wishlist,
	.breadcrumbs,
	.toolbar .sorter,
	.cart .crosssell .add-to-links li+li,
	.my-account .data-table thead,
	.opc #checkout-review-table thead,
	.opc #checkout-review-table colgroup,
	.opc #checkout-review-table .item-options,
	.footer .footer-col-content {display:none;}

	.footer-container {margin-left: -30px; margin-right: -30px; padding-left: 30px; padding-right: 30px;}
	.footer {padding:0 10px; margin: 0 -10px;}
	.footer-cols-wrapper {border:0;}
	.footer .footer-col { margin-right:0; width:100%; }
	.footer .footer-col-content {margin-bottom:12px;}
	.footer .paypal-logo {float: left; clear: left; margin: 10px 0;}
	.footer address { border-top:none; }
	.footer h4 {border-bottom: 1px solid #ddd; padding-bottom: 8px;}
	.footer h4:hover {cursor:pointer;}
	.footer-container-bottom .paypal-logo { float: left; clear: left; margin: 10px 0;}
	.footer .facebook-fanbox {text-align: center;}
	.footer .store-switcher {float: left; clear: left;}
	
	.map-popup {left:0 !important; width:320px;}
	
	.contact-left,
	#contactForm {float:none;margin:0;width:100%;}
	#contactForm .form-list .field {float:none;width:100%;}
	
	.form-alt li.last .input-box {width:auto !important;}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	.account-login .registered-users .form-list input.input-text {width:372px;}
	.form-list .name-middlename {width:100%;}
	.form-list .customer-dob .dob-year input.input-text {width:213px;}
	.minimal-price-link .label {padding-left: 0;}
	.map-popup {left:50px !important;}
	.mini-products-list .product-name {width:315px;}
	.checkout-multishipping-address-newshipping .form-list li.wide input.input-text {width:390px;}
	.checkout-multishipping-address-newshipping .form-list select {width:390px;}
	#checkout-step-login .col2-set .col-1,
	#checkout-step-login .col2-set .col-2 {width:398px;}
	#checkout-step-login .col-2 .form-list .input-box {width:398px;}
	#checkout-step-login .col-2 .form-list input.input-text {width:392px;}
	#payment-tool-tip img {width:400px;}
	#co-billing-form > fieldset {border:1px solid #E5E5E5; padding:10px;}
	#multiship-addresses-table select {width:150px;}
}

@media only screen and (max-width: 600px) {
	.cart .data-table {padding-bottom: 200px;}
	.cart .data-table tfoot button.button {margin-left: 56px; margin-right: 56px;}
}
@media only screen and (max-width: 460px) {
	.data-table th,
	.data-table td  {padding: 10px 5px;}
	.multiple-checkout .page-title h1 {margin-bottom: 5px;}
	.multiple-checkout,
	.product-view .box-collateral-content,
	#review-form {overflow: auto; padding-bottom: 20px; -webkit-overflow-scrolling: touch;}
	.page-sitemap .links {margin: 0;}
	.cart .totals button.button > span { font-size: 12px; }
	.box-up-sell .caroufredsel_wrapper { min-height: 320px;}
	.block-cart-header .cart-content {left: -95px;}
	.block-cart-header {border: 0;}
	#review-form #product-review-table th .nobr {white-space:normal !important; text-align: center; display: block;}
	.addthis_button_google_plusone {clear:left;}
}

@media only screen and (max-width: 362px) {
	.product-view .product-img-box {text-align:left; width: 288px;} 
	.product-view .product-img-box .product-box-customs .product-image { overflow:hidden; width:284px; height: 306px;}
	.container-slider {width: 290px;}
	.tumbSlider li,
	.container-slider li {width: 90px;}
	.top-icon-menu {min-width: 320px;}
	button.button > span, .page-sitemap .links a {font-size: 11px;}
}
@media only screen and (max-width: 340px) { 
	.cart .data-table tfoot button.button {margin-left: 30px; margin-right: 30px;}	
}
@media only screen and (max-width: 320px) and (max-height: 460px)  { 
	.block-cart-header .cart-content {max-height:450px; overflow-y:auto; -webkit-overflow-scrolling: touch; padding-bottom: 60px; }
}
@media only screen and (max-width: 320px) and (max-height: 410px)  { 
	.block-cart-header .cart-content {max-height:370px;  padding-bottom: 70px; }
}
@media only screen and (max-width: 680px) and (max-height: 460px)  { 
	.block-cart-header .cart-content {height:320px; overflow-y:auto; -webkit-overflow-scrolling: touch; padding-bottom: 100px; }
	.block-cart-header .empty .cart-content {height: auto;}
}

#right-header-content-id {float: right;}
#right-header-content-id .cart-icon {background: url(/skin/frontend/default/theme560/images/ic_sprite1.png) no-repeat; background-position: 0 0; width: 18px; height: 18px; float: left;}
#right-header-content-id .login-icon {background: url(/skin/frontend/default/theme560/images/ic_sprite1.png) no-repeat; background-position: -18px 0; width: 18px; height: 18px; float: left;}
#right-header-content-id .extra-text {margin: 2px 5px 0 5px; float: left;}
#right-header-content-id .container-icon-text {float: left;}

#satisfaction-guarantee-line .free-shipping-icon {background: url(/skin/frontend/default/theme560/images/ic_sprite1.png) no-repeat; background-position: -36px 0; width: 35px; height: 38px; float: left;}
#satisfaction-guarantee-line .satisfaction-guarantee-icon {background: url(/skin/frontend/default/theme560/images/ic_sprite1.png) no-repeat; background-position: -89px 0; width: 39px; height: 39px; float: left; position: relative;}
#satisfaction-guarantee-line .extra-text {margin: 4px 20px 0 5px; float: left; font-size: 1.1em;}
#satisfaction-guarantee-line .small-text {font-size: 0.7em;}
#satisfaction-guarantee-line .guaranteed-text {margin-top: 10px;}
#free-shipping-line .free-shipping-sm-icon {background: url(/skin/frontend/default/theme560/images/ic_sprite1.png) no-repeat; background-position: -71px 0; width: 18px; height: 19px; float: left;}
#free-shipping-line .extra-text {margin: 1px 0 0 4px; float: left;}

.nav-container {  position: relative;  z-index: 4;}
.sf-menu {   background:url(http://www.mysalontools.com/skin/frontend/default/theme560/images/sf-menu.gif) repeat-x center bottom #fff; margin: 0 -30px;}
.sf-menu li {
  float: left;
  text-align: left;
  position: relative;
  z-index: 99;
}
.sf-menu > li {border-right: 1px solid #d8d8d8;}
.sf-menu li.parent {z-index: 999;}
.sf-menu li a {
  display: block;
  color: #28292b;
  text-decoration: none;
  position: relative;
  padding: 0;
  text-transform: capitalize;
}
.sf-menu > li > a > span {
  font-family: 'Roboto', sans-serif;
  display: block;
  font-size: 14px;
  line-height: 18px;
  cursor: pointer;
  white-space: nowrap;
  text-transform: uppercase;
  font-weight: 700;
  padding: 18px 20px 23px;
}
.sf-menu li ul a span {  white-space: normal;}
.sf-menu > li.parent > a:before { content: "\f103"; position: absolute; bottom: 5px; width: 100%; text-align: center;}
.sf-menu > li > a:after {
  content: ".";
  font-size: 0;
  text-indent: -77777px;
  position: absolute;
  height: 4px;
  width: 0%;
  left: 50%;
  bottom: 0;
  background: #a61d91;
}

.sf-menu > li.sfHover > a,
.sf-menu> li > a:hover,
.sf-menu > li.active > a {background:url(http://www.mysalontools.com/skin/frontend/default/theme560/images/sfHover.gif) repeat-x center top #131315; color: #fff;}

.sf-menu > li.sfHover > a:after,
.sf-menu> li > a:hover:after,
.sf-menu > li.active > a:after {width: 100%; left: 0;}

.sf-menu li a:hover {  text-decoration: none;}

.sf-menu ul {
  position: absolute;
  top: -999em;
  z-index: 99;
  width: 192px;
  display: none;
  background: #fff;
  box-shadow:0 5px 13px rgba(0,0,0,0.10);
  -moz-box-shadow:0 5px 13px rgba(0,0,0,0.10);
  -webkit-box-shadow:0 5px 13px rgba(0,0,0,0.10);
  moz-box-sizing:content-box;
  -moz-box-sizing: content-box; 
  -webkit-box-sizing: content-box; 
   box-sizing: content-box;
}
.sf-menu > li ul { padding-top: 20px; padding-bottom: 25px;}
.sf-menu li li {  padding:2px 25px;}
.sf-menu li li.parent > a:before { content: "\f107"; color: #a61d91; font-size: 15px; float: right; }
.sf-menu li li.last {  border-bottom-width: 1px;}
.sf-menu li li {  position: relative; float: none;}
.sf-menu li li a {
  display:block;
  background: none;
  font-size: 11px;
  line-height: 15px;
  color: #777777;
  font-weight: bold;
}
.sf-menu li li > a:hover,
.sf-menu li li.sfHover > a,
.sf-menu li li.active > a {  color: #28292b;}

.sf-menu ul ul {
  position: absolute;
  top: -999em;
  z-index: 99;
  width: 192px;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
  left: 0px;
  top: 60px;
  /* match top ul list item height */
}

ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
  top: -999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
  left: 193px;
  /* match ul width */
  top: -20px;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
  top: -999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
  left: 193px;
  /* match ul width */
  top: -20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) { 
    .sf-menu {margin: 0 -15px;}
}
@media only screen and (min-width: 992px) {
    #menu-icon,
    .sf-menu-phone,
    .sf-menu-block {  display: none !important;}

}
@media only screen and (max-width: 991px) {
  .sf-menu,
  .sf-menu-phone {display: none;}
  /* menu icon */
 .sf-menu-block {display: block; position: relative;}
  #menu-icon {
    font-family: 'Roboto',sans-serif;
    display: block;
    background:url(http://www.mysalontools.com/skin/frontend/default/theme560/images/sf-menu.gif) repeat-x center bottom #fff;
    font-size: 22px;
    line-height: 22px;
    cursor: pointer;
    padding: 0 20px;
    height: 55px;
    line-height: 50px;
    color: #000;
    text-transform: uppercase;
    margin: 0 -15px;
  }
  #menu-icon:before {content: "\f055"; font-size: 25px; line-height: 50px; float: right; }
  #menu-icon.active:before { content: "\f056"; }

  .sf-menu-phone {
    background: #fff;
    position: absolute;
    z-index: 2;
    width: 100%;
    moz-box-sizing:border-box;
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box;
    box-shadow:0 5px 13px rgba(0,0,0,0.10);
  -moz-box-shadow:0 5px 13px rgba(0,0,0,0.10);
  -webkit-box-shadow:0 5px 13px rgba(0,0,0,0.10);
    top:55px;
  }

  .sf-menu-phone li {  position: relative; text-transform: capitalize;   }
  .sf-menu-phone > li { border-bottom: 1px solid #ccc; padding: 10px 20px; font-size: 18px; }
  .sf-menu-phone > li.last {border-bottom: 0;}
  .sf-menu-phone li a { display: inline-block;  color: #777777;  }
  .sf-menu-phone li a:hover { color: #28292b; }
  .sf-menu-phone li li {font-size: 13px; padding: 4px 8px; font-weight: bold; }
  .sf-menu-phone li li.last {padding-bottom: 10px;}
  .sf-menu-phone li li:first-child {padding-top: 10px;}
  .sf-menu-phone li li:first-child strong {top:10px;}
  .sf-menu-phone li strong {
    position: absolute;
    display: block;
    top: 4px;
    right: 5px;
    width: 24px;
    font-size: 16px; 
    line-height: 16px;
    text-align: center;
    color: #a61d91;
  }
  .sf-menu-phone > li > strong {top: 9px; right: 18px; font-size: 20px; line-height: 20px;}
  .sf-menu-phone li strong:hover { cursor: pointer; }
  .sf-menu-phone li strong:before {content: "\f067"; }
  .sf-menu-phone li strong.opened:before { content: "\f068"; }

  /* dropdown */
  .sf-menu-phone ul {  width: auto;  display: none;  }
  .sf-menu-phone > li.active > a > span {color: inherit;}
  
  .sf-menu-phone > li.active > a,
  .sf-menu-phone > li > a:hover {  }

  .sf-menu-phone li li.active > a,
  .sf-menu-phone li li a:hover {}
}
@media only screen and (max-width: 767px) { 
   .sf-menu-block,
   #menu-icon {margin: 0;}
}

/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magento.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magento.com for more information.
 *
 * @category    design
 * @package     base_default
 * @copyright   Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Widgets =============================================================================== */
.widget { display:inline; }
.widget .widget-title { clear:both; padding:15px 0 0; margin:0 0 7px; }
.widget .widget-title h2 { font-size:15px; font-weight:bold; color:#e25203; }

.widget .mini-products-images-list .product-image { display:block; width:76px; height:76px; border:1px solid #a9a9a9; margin:0 auto; }
.widget .mini-products-images-list li.item { float:left; width:77px; height:77px; }

/* Widget: Catalog New Proructs List */
.widget-new-products { display:block; }
.col-main .widget-new-products { margin:7px 0; }
.widget-new-products .products-grid .product-image,
.widget-new-products .products-list .product-image { width:85px; height:85px; }
.widget-new-products .products-list .product-shop { margin-left:100px; }
.sidebar .widget-new-products .block { font-size:11px; line-height:1.25; }
.sidebar .widget-new-products .block-title strong { background:url(http://www.mysalontools.com/skin/frontend/base/default/images/widgets/i_widget-new.gif) 0 1px no-repeat; padding-left:21px; color:#dc5033; }

/* Widget: Recently Viewed Proructs */
.widget-viewed { display:block; }
.col-main .widget-viewed { margin:7px 0; }
.widget-viewed .products-grid .product-image,
.widget-viewed .products-list .product-image { width:85px; height:85px; }
.widget-viewed .products-list .product-shop { margin-left:100px; }
.sidebar .widget-viewed .block { font-size:11px; line-height:1.25; }
.sidebar .widget-viewed .block-title strong { background:url(http://www.mysalontools.com/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: Recently Compared Proructs */
.widget-compared { display:block;}
.col-main .widget-compared { margin:7px 0; }
.widget-compared .products-grid .product-image,
.widget-compared .products-list .product-image { width:85px; height:85px; }
.widget-compared .products-list .product-shop { margin-left:100px; }
.sidebar .widget-compared .block { font-size:11px; line-height:1.25; }
.sidebar .widget-compared .block-title strong { background:url(http://www.mysalontools.com/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: CMS Static Block */
.widget-static-block {}
.sidebar .widget-static-block { display:block; margin:0 0 15px; }

/* Widgets: Links Common Styles */
.top-container .widget a { padding:0 0 0 7px; }

.bottom-container .widget a { padding:0 3px; }

/* Widget: Catalog Product Link */
.widget-product-link-inline { display:inline; }

.col-main .widget-product-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-product-link a { background:url(http://www.mysalontools.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-product-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-product-link a { background:url(http://www.mysalontools.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: Catalog Category Link */
.widget-category-link-inline { display:inline; }

.col-main .widget-category-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-category-link a { background:url(http://www.mysalontools.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-category-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-category-link a { background:url(http://www.mysalontools.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: CMS Page Link */
.widget-cms-link-inline { display:inline; }

.col-main .widget-cms-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-cms-link a { background:url(http://www.mysalontools.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-cms-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-cms-link a { background:url(http://www.mysalontools.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }
/* ======================================================================================= */

.an-subscribe .block-title
{
    min-height: 18px;
    height:auto!important;
    float:left;
    min-height: 18px;
}

.an-subscribe .block-title strong
{
    background: url("http://www.mysalontools.com/skin/frontend/default/default/images/i_block-subscribe.gif") 0 0 no-repeat;
    padding-left: 21px;
}
.an-subscribe button span
{
    /*background: none repeat scroll 0 0 #618499;*/
    border-color: #406A83;
}
.an-subscribe .block-content
{ padding: 1px 83px; }
.an-subscribe .block-content label.an-data
{
    font-size: 11px;
    font-weight: bold;
}
.an-data
{
    /* border: 1px solid; */
    height: 25px;
    /*margin-left: 151px;*/
    width: 155px;
    color: #660033;
}
.an-buttons
{
    margin-left: 331px;
    margin-top: -32px;
}
.an-subscribe .block-title img
{
    position:absolute;
    right: 10px;
    top: 5px;
}

#advancednewsletter-overlay{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:1000;
    background-color:#000;
    -moz-opacity: 0.3;
    opacity:.30;
    filter: alpha(opacity=30);
}
#advancednewsletter-overlay[id]{ /* IE6 and below Can't See This */
    position:fixed;
}
#an-content{
    position: fixed;
    z-index:9999;
    text-align:left;
}
#subscribe-please-wait
{
    background:none repeat scroll 0 0 #FFF4E9;
    border:2px solid #F1AF73;
    padding:15px 60px;
    position: fixed;
    z-index: 9999;
    color: black;
}

/* subscribe on checkout */
div.awan-checkoutmultisel{
    width: 100%;
    padding-top: 15px;
}
div.awan-checkoutmultisel label{
    color: #666666;
    float: left;
    font-weight: bold;
    position: relative;
    z-index: 0;
}
div.awan-checkoutmultisel select{
    width: 100%;
}


div.awan-checkoutcheckboxes{

    padding-left: 30px;
    padding-top: 15px;
    border-color: #D9DDE3;
    border-style: solid;
    border-width: 0 1px;

}
div.awan-checkoutcheckboxes label.an-data{
    color: #666666;
    float: left;
    font-weight: bold;
    position: relative;
    z-index: 0;
}
/**
 * aheadWorks Co.
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the EULA
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://ecommerce.aheadworks.com/LICENSE-M1.txt
 *
 * @category   AW
 * @package    AW_Rma
 * @copyright  Copyright (c) 2011 aheadWorks Co. (http://www.aheadworks.com)
 * @license    http://ecommerce.aheadworks.com/LICENSE-M1.txt
 */
.awafpgrid { font-family:Verdana; clear:both; overflow:visible; }
.awafpgrid a,.awafpgrid a .label { color:#000; }
.awafpgrid ul { clear:both; }
.awafpgrid ul li { float:left; margin:0 1% 10px 0; }
.awafpgrid .awafpprice,.awafpgrid .awafpbutton,.awafpgrid .awafptitle { font-size:12px; color:#000; }
.awafpgrid .awafptitle a { font-weight:700; font-size:12px; color:#000; }
.awafpgrid .price-box .price { font-weight:400; color:#000; font-size:12px; }
.awafpgrid .afp-addtocart button { font-size:12px; border:0; background:none; cursor:pointer; }
.awafpgrid .afp-addtocart button div { width:91px; background-image:url(http://www.mysalontools.com/skin/frontend/default/default/aw_featured/images/addtocart.png); height:21px; line-height:21px; }
.afp-thumbnail .onsale-category-container-list { float:none!important;margin: 0 auto; }
.awafpgrid .afp-details,.awafpgrid .awafptitle,.awafpgrid .afp-thumbnail,.awafpgrid .price-box,.awafpgrid .afp-addtocart { text-align:center; }

/**
 * aheadWorks Co.
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the EULA
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://ecommerce.aheadworks.com/LICENSE-M1.txt
 *
 * @category   AW
 * @package    AW_Rma
 * @copyright  Copyright (c) 2011 aheadWorks Co. (http://www.aheadworks.com)
 * @license    http://ecommerce.aheadworks.com/LICENSE-M1.txt
 */
.awafpslider { font-family: Verdana; }

/* Switch effect fade/appear */
.afp-effect-fade-appear div.afp-slider-item { position: absolute; }

.awafpslider .afp-slider-controls {
    position: relative;
    z-index: 999; }

.awfpslider-horizontal div.afp-slider-item div.afp-thumbnail {
    float: left;
    height: 200px;
    width: 200px; }

.awfpslider-vertical div.afp-slider-item div.afp-thumbnail {
    height: 190px;
    text-align: center;
    width: 100%; }

.awfpslider-horizontal div.afp-slider-item div.afp-product-info { margin-left: 210px; }

.awfpslider-vertical .afp-thumbnail .onsale-category-container-list { float:none!important;margin: 0 auto; }

.awafpslider div.afp-slider-item div.afp-product-info .awafptitle a {
    color: #000;
    font-size: 20px;
    text-decoration: none; }

    .awafpslider div.afp-slider-item div.afp-product-info .awafptitle a:hover { text-decoration: underline; }

.awafpslider div.afp-slider-item div.afp-product-info .afp-details {
    color: #666;
    font-size: 12px; }

.awfpslider-vertical div.afp-slider-item div.afp-product-info .afp-details { text-align: center; }

.awafpslider .afp-slider-controls .afp-left {
    float: left;
    height: 22px;
    padding-left: 20px;
    text-align: right;
    width: 22px; }

    .awafpslider .afp-slider-controls .afp-left button, .awafpslider .afp-slider-controls .afp-right button { position: relative; }

    .awafpslider .afp-slider-controls .afp-left button.button, .awafpslider .afp-slider-controls .afp-right button.button {
        background-color: transparent;
        border: 0px;
        cursor: pointer; }

    .awafpslider .afp-slider-controls .afp-left button {
        background-image: url('http://www.mysalontools.com/skin/frontend/default/default/aw_featured/representations/slider/images/arrow_left.png');
        background-repeat: no-repeat;
        height: 22px;
        width: 22px; }

        .awafpslider .afp-slider-controls .afp-left button:hover { background-image: url('http://www.mysalontools.com/skin/frontend/default/default/aw_featured/representations/slider/images/arrow_left_hover.png'); }

.awafpslider .afp-slider-controls .afp-right {
    float: right;
    height: 22px;
    padding-right: 20px;
    position: relative;
    text-align: right;
    top: -22px;
    width: 22px; }

    .awafpslider .afp-slider-controls .afp-right button {
        background-image: url('http://www.mysalontools.com/skin/frontend/default/default/aw_featured/representations/slider/images/arrow_right.png');
        background-repeat: no-repeat;
        height: 22px;
        width: 22px; }

        .awafpslider .afp-slider-controls .afp-right button:hover { background-image: url('http://www.mysalontools.com/skin/frontend/default/default/aw_featured/representations/slider/images/arrow_right_hover.png'); }

.awafpslider .afp-slider-controls .afp-center {
    line-height: 22px;
    margin: 0px 50px;
    text-align: center; }

    .awafpslider .afp-slider-controls .afp-center button.button {
        background-color: transparent;
        background-image: url('http://www.mysalontools.com/skin/frontend/default/default/aw_featured/representations/slider/images/item.png');
        border: 0px;
        height: 12px;
        width: 12px; }

    .awafpslider .afp-slider-controls .afp-center button.afp-s-current { background-image: url('http://www.mysalontools.com/skin/frontend/default/default/aw_featured/representations/slider/images/item_current.png'); }

    .awafpslider .afp-slider-controls .afp-center button.button:hover { background-image: url('http://www.mysalontools.com/skin/frontend/default/default/aw_featured/representations/slider/images/item_hover.png'); }

.awfpslider-horizontal .price-box {
    float: left;
    margin: 7px 0;
    padding: 0px;
    text-align: center;
    width: 150px; }

.awfpslider-vertical .price-box {
    text-align: center;
    width: 100%; }

.awafpslider .price-box .price {
    color: #000;
    font-size: 16px;
    font-weight: normal; }

.awafpslider .price-box span, .awafpslider .price-box a { color: #000; }

.awfpslider-horizontal .afp-addtocart {
    margin: 7px 0px;
    text-align: left; }

.awfpslider-vertical .afp-addtocart {
    margin: 7px 0px;
    text-align: center; }

.awafpslider .afp-addtocart button {
    background-color: transparent;
    border: 0px;
    cursor: pointer;
    font-size: 12px; }

    .awafpslider .afp-addtocart button div {
        background-image: url('http://www.mysalontools.com/skin/frontend/default/default/aw_featured/images/add-to-cart.png');
        height: 50px;
        line-height: 21px;
        width: 120px; }

.awfpslider-vertical div.afp-slider-item .awafptitle { text-align: center; }

    .awfpslider-vertical div.afp-slider-item .awafptitle a {
        color: #000;
        font-family: Verdana;
        font-size: 16px;
        margin: 7px 0;
        text-decoration: none; }

        .awfpslider-vertical div.afp-slider-item .awafptitle a:hover { text-decoration: underline; }

.afp-effect-simple-slider {
    overflow: hidden;
    position: relative; }

    .afp-effect-simple-slider div.afp-slider-item { float: left; }

.afp-effect-blind-up-down div.afp-slider-item { position: absolute; }

.afp-effect-blind-up-down .afp-slider-controls {
    position: relative;
    z-index: 999; }

.afp-effect-slide-up-down div.afp-slider-item { position: absolute; }

.afp-effect-slide-up-down .afp-slider-controls {
    position: relative;
    z-index: 999; }



/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens {
    margin:0;    /* Set this to minus the border thickness. */
    background-color:#fff;
    cursor:move;
}

/* This is for the title text. */
.cloud-zoom-title {
    font-family:Arial, Helvetica, sans-serif;
    background-color:#000;
    color:#fff;
    padding:3px;
    width:100%;
    text-align:center;
    font-weight:bold;
    font-size:10px;
    top:0px;
}

/* This is the zoom window. */
#cloud-zoom-big {
    overflow:hidden;
	background-color:#fff;
    border: 1px solid #ececec;
}

/* This is the loading message. */
.cloud-zoom-loading {
	font-size:0;
}

.product-image .mousetrap {z-index:100 !important;}

.widget-catalogsale-products-carousel .new-slider{  
	border:1px solid #ddd;
	position:relative;
	width:1000px;
	padding:20px 30px;
	margin:10px auto;
}
.widget-catalogsale-products-carousel .box-top {
	overflow:hidden;
	position:relative; 
	left:0;
	float:left;
	width:986px;
	height:220px;
	margin-left:5px;
}
.widget-catalogsale-products-carousel .box-top ul {
	list-style:none;
	padding:0; 
	}
.widget-catalogsale-products-carousel .box-top ul li {  
	display:block; 
	float:left;
	position:relative; 
	width:220px;
	margin-right:25px;
	text-align:center;
	overflow:hidden;
}
.widget-catalogsale-products-carousel #left, #right{ cursor:pointer}
.widget-catalogsale-products-carousel .box-left,
.widget-catalogsale-products-carousel .box-right { 
	position:absolute; 
	top:84px; 
	width:21px; 
	height:35px; 
	cursor:pointer;
}
.widget-catalogsale-products-carousel .box-left {
	left:0px; 
	background:#000;
	}
.widget-catalogsale-products-carousel .box-right {
	right:0px;
	background:#000;
	}

