/*! 
Shopify Sunrise Theme 
Design and coding by John Rawsterne 
www.rawsterne.co.uk
February 2014
*/
@media all and (max-width: 1024px) {
  .no-mobile {
    display: none; } }
/*! normalize.css v2.1.3 | 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], template {
  display: none; }

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

body {
  margin: 0; }

a {
  background: transparent; }

a:focus {
  outline: none; }

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

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

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

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 {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 0; }

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

legend {
  border: 0;
  padding: 0; }

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

button, input {
  line-height: normal; }

button, select {
  text-transform: none; }

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

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

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

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

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

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

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

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

/* Fields */
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="telephone"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {
  color: #555555;
  background-color: white;
  border: 1px solid #e4cb89;
  display: block;
  font-family: inherit;
  margin: 0 0 1em;
  padding: 10px;
  width: 100%;
  line-height: 1;
  border-radius: 5px;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease; }

select {
  border-radius: 5px;
  color: #555555;
  background-color: white;
  border: 1px solid #e4cb89;
  padding: 10px; }

input:focus, select:focus, textarea:focus {
  border-color: #d4b73d; }

/* apply a natural box layout model to all elements */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* micro clearfix */
.clearfix:before, .clearfix:after, .block-grid:before, .block-grid:after {
  content: " ";
  display: table; }

.clearfix:after, .block-grid:after {
  clear: both; }

.lt-ie8 .clearfix, .lt-ie8 .block-grid {
  *zoom: 1; }

img {
  max-width: 100%;
  height: auto; }

embed, object, video {
  max-width: 100%;
  height: auto; }

.no-js iframe, .no-js embed, .no-js object, .no-js video {
  max-width: 100% !important; }

body {
  font-size: 100%;
  line-height: 1.5;
  color: #545454;
  background: #db6f9b;
  font-family: "Lato", Trebuchet MS, sans-serif;
  background-image: url(//cdn.shopify.com/s/files/1/0034/1282/files/site-background-img.jpg);
  background-position: top left;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

h1, h2, h3, h4, h5, h6 {
  color: #5c5c5c;
  text-transform: uppercase;
  text-rendering: optimizelegibility;
  font-family: "PT Sans Narrow", Trebuchet MS, sans-serif;
  font-weight: bold;
  margin: 0;
  padding: 0; }

h1 {
  font-size: 2.2em; }

h2 {
  font-size: 1.8em; }

h3 {
  font-size: 1.6em; }

h4 {
  font-size: 1.45em; }

h5 {
  font-size: 1.3em; }

h6 {
  font-size: 1.1em; }

blockquote, iframe, label, p, pre, address, td, th, ul, ol, dl, dd, hr, table {
  font-size: 1em; }

small {
  font-size: 0.8em; }

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
  margin: 0; }

a:focus, a:hover {
  color: #af3c7d; }

a {
  color: #333333;
  text-decoration: underline;
  font-weight: normal; }

blockquote {
  border-left: 1px solid #dddddd;
  padding: 0.5625em 1.25em 0 1.1875em; }

blockquote cite {
  color: inherit;
  display: block;
  font-size: 0.8125em; }

blockquote cite:before {
  content: "? "; }

blockquote cite a, blockquote cite a:visited {
  color: inherit; }

blockquote, blockquote p {
  opacity: 0.65;
  line-height: 1.6; }

strong {
  font-weight: bold; }

em, dfn {
  font-style: italic; }

dfn {
  font-weight: bold; }

sup, sub {
  line-height: 0; }

abbr, acronym {
  border-bottom: 1px dotted #666; }

address {
  margin: 0 0 1.5em;
  font-style: italic; }

del {
  opacity: 0.6; }

pre {
  margin: 1.5em 0;
  white-space: pre; }

pre, code, tt {
  font: 1em 'andale mono', 'lucida console', monospace;
  line-height: 1.5; }

li ul, li ol {
  margin: 0 1.5em; }

ul {
  list-style-type: disc; }

ol {
  list-style-type: decimal; }

dl {
  margin: 0 0 1.5em; }

dl dt {
  font-weight: bold; }

dd {
  margin-left: 1.5em; }

table {
  margin-bottom: 1.4em;
  width: 100%; }

th {
  font-weight: bold; }

thead th {
  background: #ddd;
  background: rgba(0, 0, 0, 0.15);
  text-align: left; }

th, td, caption {
  padding: 4px 10px 4px 5px; }

tr.even td {
  background: #f6f6f6;
  background: rgba(0, 0, 0, 0.02); }

tfoot {
  font-style: normal;
  font-weight: normal; }

caption {
  background: #eee; }

.small {
  font-size: .8em;
  margin-bottom: 1.875em;
  line-height: 1.875em; }

.large {
  font-size: 1.2em;
  line-height: 2.5em;
  margin-bottom: 1.25em; }

.hide, .hide-mobile {
  display: none; }

.show-mobile {
  display: block; }

.left {
  float: left;
  margin: 0 20px 10px 0; }

.right {
  float: right;
  margin: 0 0 10px 20px; }

img {
  vertical-align: bottom; }

p {
  margin: 0 0 1.5em 0; }

iframe, object {
  border: none; }

.newfont {
  font-family: "PT Sans Narrow", Trebuchet MS, sans-serif;
  font-weight: normal; }

.page-title {
  border-bottom: rgba(0, 0, 0, 0) 1px solid;
  margin: 0 0 1px 0; }

/* thumb grid */
.block-grid {
  display: block;
  padding: 0;
  margin: 0 -10px; }

.block-grid > li {
  display: block;
  height: auto;
  float: left;
  padding: 0 10px 20px 10px;
  width: 100%;
  text-align: center; }

/*------------------------------------------------------------------*/
/* BUTTONS
/*------------------------------------------------------------------*/
button, .button {
  background-color: #a87c2d;
  /* Fallback Color */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffbd59), to(#a87c2d));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #ffbd59, #a87c2d);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, #ffbd59, #a87c2d);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, #ffbd59, #a87c2d);
  /* IE10 */
  background-image: -o-linear-gradient(top, #ffbd59, #a87c2d);
  /* Opera 11.10+ */
  background-image: linear-gradient(top, #ffbd59, #a87c2d);
  color: white;
  border: none;
  cursor: pointer;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 0 0;
  position: relative;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  padding: 0.6em 1.5em 0.5em 1.5em;
  border-radius: 2em;
  font-size: 1.25em;
  -webkit-appearance: none;
  -webkit-transition: all 300ms ease-in;
  -ms-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
  -webkit-box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.2);
  font-family: "PT Sans Narrow", Trebuchet MS, sans-serif; }

button:hover, button:focus, .button:hover, .button:focus {
  background: #cf901f;
  color: white; }

.button.secondary, .button.secondary:visited {
  font-size: 1em;
  background: #53a82d;
  color: white; }

.button.secondary:hover, .button.secondary:focus {
  background: #0fdd00;
  color: white; }

button.disabled, button[disabled], .button.disabled, .button[disabled] {
  cursor: default;
  opacity: 0.6;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none; }

button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  cursor: default;
  opacity: 0.6;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none; }

button:active, .button:active {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset; }

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

/* FF */
/* Don't use native buttons on iOS */
input[type=submit].button, button.button {
  -webkit-appearance: none; }

/*------------------------------------------------------------------*/
/* LAYOUT
/*------------------------------------------------------------------*/
#site-wrap {
  width: 100%;
  max-width: 66em;
  min-width: 20em;
  margin: 0 auto;
  padding: 0 1em;
  position: relative; }

#content {
  margin: 0 0 3em 0;
  width: 100%;
  overflow: hidden;
  background: #f8f4df;
  background: #f8f4df;
  border-radius: 5px;
  border: #f8f4df 1px solid;
  border: rgba(248, 244, 223, 0.7) 1px solid; }

#header, #main, #sidebar, #footer {
  width: 100%;
  padding: 1em; }

#header, #content, #sidebar, #main {
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.js #sidebar {
  margin-left: -100%;
  float: left;
  width: 25%; }

.js #main {
  margin-left: 0;
  float: left;
  width: 100%; }

.off-canvas-navigation {
  display: block;
  overflow: hidden;
  width: 100%;
  margin-top: 20px; }

.active-nav #sidebar {
  margin-left: 0;
  width: 100%; }

.active-nav #main {
  margin-right: -100%; }

#main {
  font-size: 0.85em; }

/* make sure sidebear is not too tall when it's hidden */
.js .small-screen #sidebar {
  height: 200px; }

.js .active-nav #sidebar {
  height: auto; }

.one-third-column {
  width: 32%;
  margin-right: 2%;
  float: left; }

.one-third-column-last {
  width: 32%;
  margin-right: 0;
  float: right; }

.one-half-column-left {
  width: 48%;
  float: left; }

.one-half-column-right {
  width: 48%;
  float: right; }

/*------------------------------------------------------------------*/
/* HEADER
/*------------------------------------------------------------------*/
#header {
  text-align: center;
  padding: 1em 0; }

.off-canvas-navigation {
  background: none; }

.off-canvas-navigation a {
  background: #db6f9b;
  border: #db6f9b 3px solid;
  color: white;
  font-size: 1.2em;
  display: inline-block;
  text-decoration: none;
  padding: 0.5em 0.5em;
  margin: 0 0.25em;
  text-align: center;
  border-radius: 5px;
  max-width: 150px; }

.off-canvas-navigation a:hover, .off-canvas-navigation a:focus, .off-canvas-navigation a:active {
  background: #db6f9b;
  border-color: white;
  outline: none; }

.logo.textonly h1 {
  font-size: 64px;
  line-height: 1.1; }

.logo.textonly a {
  color: #b00d97;
  font-size: 64px;
  text-decoration: none;
  line-height: 1.1; }

.logo.textonly a:hover {
  color: white; }

.breadcrumb {
  font-size: 0.95em;
  margin: 0 0 5px 0; }

#curr-switcher {
  background: #f8f4df;
  background: #f8f4df;
  padding: 0.25em 0;
  border-radius: 15px;
  margin: 0.5em 0; }

#curr-switcher select {
  padding: 5px; }

/*------------------------------------------------------------------*/
/* SLIDER
/*------------------------------------------------------------------*/
#slideshow {
  position: relative;
  padding: 0.5em;
  background: white;
  border-radius: 10px;
  margin: 0 0 1em 0; }

#slides {
  width: 100%;
  height: auto;
  text-align: center; }

.slide {
  display: none;
  width: 100%;
  height: auto; }

.first-slide {
  display: inline-block; }

/* fix foc */
.slide a {
  position: relative;
  display: inline-block;
  width: 100%; }

.slide img {
  width: 100%;
  height: auto; }

/* SLIDE NAV */
.slide-prev span, .slide-next span {
  margin: 0;
  display: inline-block;
  line-height: 40px; }

.slide-prev, .slide-next {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  z-index: 200;
  opacity: 0.3;
  background: url(//cdn.shopify.com/s/files/1/0034/1282/t/6/assets/slide-buttons-light.png?v=125861648868165772611479261124) no-repeat left top; }

.slide-prev {
  left: 0.5em; }

.slide-next {
  background-position: right top;
  right: 0.5em; }

.slide-prev:hover, .slide-next:hover {
  cursor: pointer;
  opacity: 1.0; }

/* SLIDE CAPTION */
.caption {
  background: #bcbaba;
  background: rgba(188, 186, 186, 0.7);
  color: #2b2b2b;
  display: block;
  width: 100%;
  position: absolute;
  z-index: 100;
  left: 0px;
  bottom: 0px;
  padding: 0.5em 1em;
  line-height: 1.2;
  text-align: center;
  font-weight: normal;
  font-size: 1.25em;
  font-family: "PT Sans Narrow", Trebuchet MS, sans-serif; }

#slideshow.single-slide .slide-prev,
#slideshow.single-slide .slide-next,
#slideshow.single-slide .slide-pager {
  display: none; }

/* Slide pager*/
.slide-pager {
  position: absolute;
  bottom: 0px;
  display: none;
  text-align: center;
  padding: 15px 0;
  z-index: 200;
  width: 100%; }

.slide-pager a {
  background: #fff;
  opacity: 0.3;
  border: 2px solid #222222;
  border-radius: 1000px;
  display: inline-block;
  height: 12px;
  width: 12px;
  margin: 0 3px; }

.slide-pager a:hover {
  opacity: 1; }

.slide-pager a.cycle-pager-active {
  opacity: 0.7; }

/*------------------------------------------------------------------*/
/* BANNER AD
/*------------------------------------------------------------------*/
.banner-ad {
  padding: 0.5em;
  background: white;
  border-radius: 10px;
  margin: 0 0 1em 0; }

/*------------------------------------------------------------------*/
/* SIDEBAR - ACCORDION
/*------------------------------------------------------------------*/
#sidebar {
  background: #faf4db;
  background: #faf4db; }

#side-menu, #side-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1.2; }

#side-menu {
  margin: 0 0 1em 0; }

#side-menu h3 {
  color: #970049;
  text-transform: none;
  position: relative;
  font-size: 1.0em;
  margin: 2px;
  padding: 0.5em 2em 0.5em 1em;
  line-height: 1.2;
  border-radius: 2px;
  cursor: pointer;
  background-color: #ffa6ca;
  /* Fallback Color */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fecde1), to(#ffa6ca));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #fecde1, #ffa6ca);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, #fecde1, #ffa6ca);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, #fecde1, #ffa6ca);
  /* IE10 */
  background-image: -o-linear-gradient(top, #fecde1, #ffa6ca);
  /* Opera 11.10+ */
  background-image: linear-gradient(top, #fecde1, #ffa6ca);
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

#side-menu h3 a {
  color: inherit;
  text-decoration: none;
  display: block; }

#side-menu h3.ui-accordion-header-active {
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
  background: #ff87b8;
  color: white; }

#side-menu h3:hover {
  background: #ff87b8; }

#side-menu h3:focus {
  outline: none; }

#side-menu h3.has-sub:after {
  border-color: #970049 rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
  border-style: solid;
  border-width: 5px;
  content: "";
  display: block;
  height: 0;
  margin-top: -2.5px;
  position: absolute;
  right: 1em;
  top: 50%;
  width: 0; }

#side-menu h3.ui-accordion-header-active:after {
  border: none;
  content: "";
  display: block;
  height: 0;
  margin-top: -2.5px;
  opacity: 0.7;
  position: absolute;
  right: 1em;
  top: 50%;
  width: 0;
  border-left: 5px solid rgba(255, 255, 255, 0);
  border-right: 5px solid rgba(255, 255, 255, 0);
  border-bottom: 5px solid white; }

#side-menu ul {
  background: white;
  margin: 0 1em; }

#side-menu ul a {
  color: #e5367e;
  display: block;
  text-decoration: none;
  padding: 0.5em 1em;
  border-bottom: #91003b 1px solid;
  font-size: 0.85em;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }

#side-menu ul a:hover {
  background: #91003b;
  color: #ec85b3; }

#side-menu ul.animated a:hover {
  padding-left: 20px; }

/*------------------------------------------------------------------*/
/* SIDEBAR - WIDGETS
/*------------------------------------------------------------------*/
#sidebar .search-form {
  width: 100%;
  margin: 0 0 1em 0; }

#sidebar .search-form input {
  width: 100%;
  border: none;
  padding: 10px 10px 10px 35px;
  margin: 0;
  color: #555555;
  border: #e4cb89 1px solid;
  background: white url(//cdn.shopify.com/s/files/1/0034/1282/t/6/assets/icon-search.png?v=72318569285430162961427488859) no-repeat 10px center;
  font-size: 0.85em; }

#sidebar .search-form input:focus {
  border-color: #d4b73d; }

#sidebar .search-form .button {
  display: none; }

#sidebar aside {
  background: #fff;
  border-radius: 10px;
  padding: 1em;
  margin: 0 0 1em 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); }

#sidebar aside h3 {
  font-size: 1.25em;
  margin: 0 0 0.5em 0;
  padding: 0; }

#sidebar .social-links {
  background: #ffa6ca; }

#sidebar .social-links h3 {
  color: #252525; }

.social-links a {
  display: inline-block;
  margin: 0 3px 5px 0;
  width: 40px;
  vertical-align: top; }

.social-links a img {
  vertical-align: top; }

#sidebar .subscribe-form {
  background: #ffa6ca; }

#sidebar .subscribe-form h3 {
  color: #222222; }

.subscribe-form p {
  font-size: 0.8em;
  margin: 0 0 .5em 0;
  color: white; }

.subscribe-form input {
  margin: 0 0 0.5em 0;
  padding: 0.5em 0.5em 0.5em 0.75em;
  font-size: 0.8em; }

.subscribe-form .button {
  font-size: 1em;
  margin: 0; }

#sidebar .top-sellers {
  background: #ffa6ca; }

#sidebar .top-sellers h3 {
  color: #373737; }

.top-sellers ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.top-sellers li {
  overflow: hidden;
  border-top: #444444 1px dashed; }

.top-sellers a {
  color: white;
  display: block;
  text-decoration: none;
  padding: 0.5em 0;
  overflow: hidden; }

.top-sellers a:hover {
  color: #434343; }

.top-sellers img {
  float: left;
  width: 35%;
  margin: 0; }

.top-sellers span.top-title {
  display: block;
  float: right;
  width: 60%;
  padding: 0.5em 0 0 0;
  font-size: 0.9em;
  line-height: 1.2;
  text-align: left; }

.top-sellers span.top-title i {
  display: block;
  font-style: normal;
  font-size: 0.8em; }

#search-tags li a {
  display: inline-block;
  border: none;
  margin: 0;
  padding: 3px 5px; }

#search-tags li a:hover {
  padding-left: 5px; }

#side-posts a strong {
  display: block;
  font-weight: normal;
  font-size: 1.25em; }

#side-posts a span {
  color: #151515;
  font-size: 0.8em; }

.instructions {
  padding: 0.5em; }

.instructions p {
  margin: 0;
  font-size: 0.85em; }

/*------------------------------------------------------------------*/
/* COLLECTION
/*------------------------------------------------------------------*/
#collection-desc {
  margin: 0 0 1em 0; }

.collection-th a {
  display: block;
  text-align: center;
  background: white;
  padding: 10px;
  border-radius: 10px;
  position: relative;
  text-decoration: none;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1); }

.collection-th .product-title {
  background-color: white;
  /* Fallback Color */
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(white));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, white, white);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, white, white);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, white, white);
  /* IE10 */
  background-image: -o-linear-gradient(top, white, white);
  /* Opera 11.10+ */
  background-image: linear-gradient(top, white, white);
  margin: 0.5em 0 0 0;
  border-radius: 6px;
  display: block;
  line-height: 1.2;
  padding: 0.25em 0.5em;
  font-family: "PT Sans Narrow", Trebuchet MS, sans-serif;
  font-weight: normal; }

.collection-th .title {
  color: #414141;
  font-size: 18px; }

.collection-th .price {
  color: #b03737;
  display: block;
  font-size: 1em;
  font-family: "Lato", Trebuchet MS, sans-serif;
  line-height: 1.2; }

.sale {
  color: white;
  position: absolute;
  top: -5px;
  left: -5px;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  border-radius: 50%;
  font-family: "PT Sans Narrow", Trebuchet MS, sans-serif;
  background-color: #990000;
  /* Fallback Color */
  background-image: -webkit-gradient(linear, left top, left bottom, from(red), to(#990000));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, red, #990000);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, red, #990000);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, red, #990000);
  /* IE10 */
  background-image: -o-linear-gradient(top, red, #990000);
  /* Opera 11.10+ */
  background-image: linear-gradient(top, red, #990000); }

.collection-th a:hover .product-title, .collection-th a:focus .product-title, .collection-th a:active .product-title {
  background: #eeeeee;
  outline: none; }

.tags {
  display: none;
  padding: 0.5em; }

.show-tags .tags {
  display: block; }

.coll-tags {
  margin: 0 0 0 0; }

.coll-tags h5 {
  cursor: pointer; }

.tags a {
  display: inline-block;
  margin: 0 5px 0 0; }

.tags a.current {
  font-weight: bold; }

.sort-and-filter {
  padding: 0 0 1em 0; }

.sort-selector {
  margin: 0 0 1em 0; }

.sort-selector label {
  font-size: 0.8em; }

/*------------------------------------------------------------------*/
/* PRODUCT
/*------------------------------------------------------------------*/
.cartableProduct {
  margin: 0 0 0.5em 0; }

#product-images {
  margin: 0 0 1em 0; }

.productimage {
  background: white;
  padding: 1em;
  border-radius: 12px;
  border: white 1px solid; }

.smallimg {
  padding: 0.5em; }

.productimage:hover, .productimage:focus, .active-img {
  border-color: #333333;
  outline: none; }

#product-shot {
  position: relative;
  display: block;
  margin: 0 0 0.25em 0;
  text-align: center; }

#product-shot .sale {
  left: 5px;
  top: 5px; }

#more-images {
  padding: 0 20px;
  text-align: center; }

#more-images a {
  display: inline-block;
  max-width: 100%;
  border: #ccc 1px solid; }

#more-images a:hover {
  border: #999 2px solid; }

#more-images img {
  width: 100px;
  max-width: 100%; }

.single-image #more-images {
  display: none !important; }

.product-price-wrap {
  font-size: 2em;
  margin: 0 0 0.5em 0; }

.product-compare-price {
  opacity: 0.6;
  font-size: 0.7em; }

.selector-wrapper {
  margin: 0 0 1em 0; }

.selector-wrapper select {
  width: 100%; }

.quick-actions .button {
  font-size: 1.5em;
  margin: 0 0 1em 0; }

.quick-actions p {
  margin-top: 0px;
  max-width: 100px; }

#product-description {
  width: 100%;
  clear: both;
  border-top: rgba(0, 0, 0, 0) 1px solid;
  padding: 1em 0; }

#share-me {
  border-top: rgba(0, 0, 0, 0) 1px solid;
  padding: 1em 0; }

#related h3 {
  margin: 0 0 0.4em 0; }

#related .product-title {
  font-size: 0.8em; }

.var-msg {
  display: none;
  background: #bd3737;
  color: #fff;
  padding: 1em;
  border-radius: 12px;
  margin: 0 0 1em 0;
  font-weight: bold; }

.product-nav {
  font-size: 0.75em; }

.product-nav a {
  text-decoration: none; }

.size-info {
  font-weight: bold;
  padding: 0 0 1em 0; }

#product-variants {
  font-size: 14px;
  border: 1px solid #e1ddc8;
  background-color: #f4f1d8;
  padding: 5px; }

#product-variants ul {
  list-style: none; }

#product-variants ul li input.radio {
  float: left; }

#product-variants ul li label {
  text-align: left;
  margin-left: 10px;
  font-size: 90%;
  width: 280px; }

#product-variants .odd {
  background: #f7f5f0 url(excerpt.png) repeat-x center top; }

#product-variants #price-field {
  float: right;
  font-size: 14px; }

/*-------------------------------------------------
   OWL CAROUSEL
-------------------------------------------------*/
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y; }

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%; }

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

.owl-carousel .owl-item {
  float: left; }

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer; }

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

/* mouse grab icon */
.grabbing {
  cursor: url(//cdn.shopify.com/s/files/1/0034/1282/t/6/assets/grabbing.png?v=162995541551579154171427488858) 8 8, move; }

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-item {
  padding: 10px 5px; }

.owl-buttons span {
  margin: 0;
  line-height: 40px;
  display: inline-block; }

.owl-next, .owl-prev {
  background: url(//cdn.shopify.com/s/files/1/0034/1282/t/6/assets/slide-buttons-light.png?v=125861648868165772611479261124) no-repeat left top;
  margin: 0;
  display: inline-block;
  line-height: 40px;
  height: 40px;
  width: 40px;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0.7; }

.owl-prev {
  left: 0px; }

.owl-next {
  right: 0px;
  background-position: right top; }

.image-nav span.owlnext {
  margin: 0 0 0 5px; }

.owl-next:hover, .owl-prev:hover {
  opacity: 1.0; }

/*------------------------------------------------------------------*/
/* BRAND SCROLLER
/*------------------------------------------------------------------*/
.scroller {
  position: relative; }

.scroll-title {
  padding-right: 80px;
  border-bottom: rgba(0, 0, 0, 0) 1px solid; }

.scroller .brand {
  text-align: center;
  padding: 0 0 1em 0; }

.scroller .owl-next, .scroller .owl-prev {
  background: url(//cdn.shopify.com/s/files/1/0034/1282/t/6/assets/scroller-buttons-dark.png?v=64890074418289076091479259306) no-repeat left top;
  margin: 0;
  display: inline-block;
  line-height: 30px;
  height: 30px;
  width: 30px;
  position: absolute;
  top: 0px;
  margin: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0.7; }

.scroller .owl-next {
  right: 0px;
  background-position: right top; }

.scroller .owl-prev {
  left: 0px; }

.scroller .owl-buttons {
  position: absolute;
  top: -36px;
  right: 0px;
  width: 62px; }

/*------------------------------------------------------------------*/
/* PAGINATION
/*------------------------------------------------------------------*/
.paginate {
  text-align: center;
  border-top: rgba(0, 0, 0, 0) 1px solid;
  padding: 0.8em 0;
  line-height: 1; }

.paginate span {
  color: #787878;
  display: inline-block;
  border-radius: 5%; }

.paginate a {
  color: #787878;
  display: inline-block;
  padding: 0.5em 0.75em;
  text-decoration: none;
  border-radius: 5%; }

.paginate a:hover, .paginate a:focus {
  color: #d1d1d1;
  background: white; }

.paginate .current {
  background: #fcfcfc;
  color: #999;
  padding: 0.5em 0.75em; }

/*------------------------------------------------------------------*/
/* SIMPLE ACCORDION
/*------------------------------------------------------------------*/
.gt-accordion {
  margin: 0 0 2em 0; }

.gt-accordion > h4 {
  background: white;
  background: rgba(255, 255, 255, 0.5);
  color: #f6baba;
  font-size: 1.5em;
  cursor: pointer;
  margin: 0.25em 0 0 0;
  padding: .5em 3em .5em .75em;
  border-radius: 12px;
  line-height: 1;
  position: relative; }

.gt-accordion > h4:after {
  width: 0;
  height: 0;
  border-color: #f6baba rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
  border-style: solid;
  border-width: 5px;
  content: "";
  display: block;
  height: 0;
  margin-top: -2.5px;
  top: 50%;
  width: 0;
  position: absolute;
  right: .75em; }

.gt-accordion > h4:hover {
  color: white; }

.gt-accordion > h4.active {
  background: white;
  color: white; }

.gt-accordion > h4.active:after {
  border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #f6baba rgba(255, 255, 255, 0);
  margin-top: -10px; }

.gt-accordion > div {
  padding: 1em;
  margin: 0 1em;
  background: white;
  background: rgba(255, 255, 255, 0.9);
  color: #f6baba;
  border-radius: 0 0 12px 12px; }

.gt-accordion p {
  margin: 0;
  padding: 0 0 1em 0; }

.gt-accordion ol, .gt-accordion ul {
  margin: 0;
  padding: 0 0 0 1.5em; }

/*------------------------------------------------------------------*/
/* BLOGS AND PAGES
/*------------------------------------------------------------------*/
#blog-categories {
  margin: 0 0 1em 0; }

#blog-categories label {
  display: none; }

.article-list {
  border-bottom: rgba(0, 0, 0, 0) 1px solid;
  padding: 0 0 1em 0;
  margin: 0 0 3em 0; }

.article-list.last {
  border: none; }

.article h2 a {
  text-decoration: none; }

.article-meta {
  font-size: 0.8em;
  opacity: 0.7;
  margin: 0 0 1em 0; }

.social-article {
  margin: 0 0 1em 0; }

.article-nav {
  margin: 0 0 2em 0;
  border-top: rgba(0, 0, 0, 0) 1px solid;
  padding: 1em 0 0 0; }

.article-nav .go-left {
  float: left; }

.article-nav .go-right {
  float: right; }

.contact-form {
  margin: 1em 0; }

.contact-us label {
  font-size: 0.8em; }

.feedback, #wrapper-response {
  padding: 1em;
  background: #57A734;
  color: #fff;
  border-radius: 5px;
  width: 720px;
  border: 1px solid #006600;
  margin: 0 0 1em 0; }

.errorForm, .feedback.errors {
  background: #fff;
  color: #f00;
  border: #f00 3px dashed; }

#comments {
  background: #f6f6f6;
  background: rgba(246, 246, 246, 0.3);
  padding: 2em;
  border-radius: 12px;
  margin: 0 0 1em 0; }

#add-comment-title {
  margin: 0 0 0.5em 0; }

.comment-list {
  margin: 0 0 2em 0;
  list-style: none;
  padding: 0; }

.comment-list li {
  background: rgba(246, 246, 246, 0.3);
  padding: 1em;
  border-radius: 9px;
  margin: 0 0 0.5em 0; }

.comment-list h6 {
  font-size: 1.25em; }

.comment-list h6 span {
  opacity: 0.6; }

/*-------------------------------------------------
   SEARCH 
-------------------------------------------------*/
.search-form input[type="text"] {
  float: left;
  width: 55%; }

.search-form .button {
  float: left;
  min-width: 40%; }

#search-results .search-form {
  margin: 0 0 1em 0; }

#search-results ol {
  list-style: none;
  margin: 0;
  padding: 0; }

#search-results ol li {
  margin: 1em 0;
  padding: 1em 0 0 0;
  border-top: rgba(0, 0, 0, 0) 1px solid; }

.res-image {
  float: left;
  max-width: 20%;
  margin: 0 20px 5px 0; }

#search-results li h4, #search-results li p {
  margin: 0;
  padding: 0; }

#search-results li p {
  font-weight: bold; }

#search-results li span {
  display: block;
  clear: both;
  font-size: 0.8em; }

/*-------------------------------------------------
   CART
-------------------------------------------------*/
.cart-header {
  display: none; }

.cart-contents {
  list-style: none;
  margin: 0;
  padding: 0; }

.cart-contents li {
  border-bottom: rgba(0, 0, 0, 0) 1px solid;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0; }

.cart-col1 {
  float: left;
  margin: 0 0px 10px 0;
  width: 20%; }

.cart-col2, .cart-col3, .cart-col4 {
  float: right;
  width: 75%; }

.cart-col2 a {
  text-decoration: none;
  font-weight: bold; }

.short-desc {
  font-size: 0.8em;
  margin: 0;
  padding: 0;
  display: none; }

.cart-col3 {
  font-weight: bold; }

.cart-col4 label {
  display: block;
  float: left;
  font-size: 0.8em;
  line-height: 2.5;
  margin: 0 10px 0 0; }

.cart-col4 input {
  width: 50px;
  float: left;
  margin: 0 10px 0 0; }

.cart-col4 a {
  font-size: 0.8em; }

.cart-col5, .cart-col6 {
  display: none; }

.cart-sub-actions {
  border-bottom: rgba(0, 0, 0, 0) 1px solid;
  padding: 0 0 10px 0;
  margin: 0 0 10px 0; }

.cart-sub-actions a {
  text-decoration: none;
  display: inline-block;
  margin: 0 0 0.5em 0; }

.action-main {
  margin: 0 0 2em 0; }

.cart-sub-actions .button {
  font-size: 1.2em;
  padding: 0.5em 1.5em;
  width: 200px;
  float: right; }

#cart-note {
  margin: 0 0 1em 0;
  padding: 0 0 1em 0; }

#cart-note textarea {
  min-height: 100px; }

.cart-tot2 h5 {
  font-size: 2em; }

.cart-tot2 .button {
  font-size: 1.5em;
  padding: 0.5em 1.5em;
  width: 100%; }

#shipping-calculator {
  border-bottom: rgba(0, 0, 0, 0) 1px solid;
  margin: 0 0 1em 0;
  padding: 0 0 1em 0; }

#shipping-calculator h3 {
  font-size: 1.2em; }

#shipping-calculator label {
  display: block; }

#shipping-calculator select {
  padding: 0.5em;
  width: 100%; }

#shipping-calculator p {
  margin: 0 0 1em 0;
  padding: 0; }

#wrapper-response {
  display: none; }

#shipping-rates {
  margin: 0;
  padding: 0 0 0 20px; }

#agree-terms {
  text-align: center;
  margin: 0;
  padding: 0.75em 0 0 0; }

#agree-terms.highlight {
  background: yellow;
  color: #222;
  padding: 1em;
  border-radius: 5px; }

#agree-terms.highlight a {
  color: inherit; }

/*------------------------------------------------------------------*/
/* FOOTER
/*------------------------------------------------------------------*/
#footer {
  clear: both;
  color: #2f2f2f;
  margin: 0;
  padding: 0;
  text-align: center; }

#footer .inner {
  width: 100%;
  max-width: 66em;
  min-width: 20em;
  margin: 0 auto;
  padding: 0 2em;
  position: relative; }

#footer.has-bg-image, #footer.has-bg-image .inner {
  min-height: 360px; }

.footer-nav {
  list-style: none;
  margin: 0 0 2em 0;
  padding: 0;
  text-align: center;
  width: 100%; }

.footer-nav li {
  display: inline-block; }

.footer-nav a {
  color: #353535;
  display: inline-block;
  padding: 0 0.5em;
  text-decoration: none;
  font-size: 1em; }

.footer-nav a:hover, .footer-nav a:focus, .footer-nav a:active {
  color: white; }

.credits {
  text-align: center;
  top: 170px;
  width: 100%; }

.credits p {
  margin: 0;
  font-size: 0.7em; }

.credits a {
  color: inherit; }

#footer.has-bg-image .credits {
  padding-top: 90px; }

#scroll-top {
  background: url(//cdn.shopify.com/s/files/1/0034/1282/t/6/assets/icon-up-light.png?v=77607047816305016631479272684) no-repeat center center;
  position: fixed;
  right: 2em;
  bottom: 2em;
  z-index: 9999;
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  text-decoration: none;
  text-indent: -9999em;
  display: none;
  opacity: 0.5; }

#scroll-top:hover {
  outline: none;
  opacity: 1.0; }

.payment-icons img {
  display: inlne-block;
  margin: 3px;
  max-width: 40px; }

/*-------------------------------------------------
   CUSTOMER ACCOUNTS
-------------------------------------------------*/
#customer-area table {
  background: #fff;
  background: rgba(255, 255, 255, 0.75); }

#customer-area .note {
  margin: 0 0 1em 0;
  padding: 0; }

#customer-area .feedback {
  margin: 0 0 1em 0; }

#customer-area .feedback ul {
  margin: 0;
  padding: 0 0 0 2em; }

#customer-area label {
  font-size: 0.8em;
  display: block; }

#customer-area form p {
  margin: 0 0 1em 0;
  padding: 0; }

#customer-area form p.form-action {
  padding-top: 1em; }

#customer-area form input {
  margin: 0; }

.customer-area th {
  font-weight: normal; }

#login-form h2, #login-sub h2 {
  margin: 0 0 0.75em 0; }

.box-form {
  background: #f5dede;
  padding: 2em;
  margin: 0 0 1em 0;
  border-radius: 12px;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1); }

.customer-area .pg-title {
  margin: 0 0 .75em 0; }

.add-address {
  margin: 0 0 2em 0; }

.customer_address p {
  margin: 0;
  padding: 0; }

.default-address {
  font-weight: bold;
  font-style: italic; }

#order_address h5 {
  font-size: 1em; }

#order_address h5, #order_address p {
  margin: 0;
  padding: 0; }

.order_date {
  margin: 0 0 1em 0;
  font-style: italic; }

.order_section_title {
  font-weight: bold; }

/*-------------------------------------------------
   FOR BIGGER SCREENS (480px up)
-------------------------------------------------*/
@media all and (min-width: 30em) {
  .sort-selector {
    margin: 0;
    float: right; }

  .columns2 > li {
    width: 50%; }

  .columns3 > li {
    width: 33.33333%; }

  .thumbnail {
    height: 160px;
    overflow: hidden;
    display: block; }

  .thumbnail img {
    max-height: 160px; } }
/* iPhone 4+ Portrait and Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  #wrapper-response {
    max-width: 320px; } }
/*-------------------------------------------------
   FOR BIGGER SCREENS (800px up)
-------------------------------------------------*/
@media all and (min-width: 50em) {
  .show-mobile {
    display: none; }

  .hide-mobile {
    display: block; }

  .off-canvas-navigation {
    display: none; }

  .js #sidebar {
    float: left;
    margin-left: 0;
    padding: 1em 1em;
    width: 25%; }

  .js #main {
    padding: 1em;
    width: 75%; }

  .columns1 {
    margin: 0; }

  .columns1 > li {
    width: 100%; }

  .columns2 > li {
    width: 50%; }

  .columns3 > li {
    width: 33.33333%; }

  .columns4 > li {
    width: 25%; }

  .columns5 > li {
    width: 20%; }

  .columns6 > li {
    width: 16.66667%; }

  .columns7 > li {
    width: 14.28571%; }

  .columns8 > li {
    width: 12.5%; }

  .columns9 > li {
    width: 11.11111%; }

  .columns10 > li {
    width: 10%; }

  .columns11 > li {
    width: 9.09091%; }

  .columns12 > li {
    width: 8.33333%; }

  #header .row {
    padding-right: 330px;
    width: 100%;
    position: relative;
    min-height: 92px; }

  .logo {
    width: 100%;
    float: left;
    margin-left: 120px;
    margin-top: 30px; }

  .logo h1 {
    margin: 0;
    padding: 0;
    line-height: 1; }

  .logo.textonly h1 {
    line-height: 1.25; }

  .logo {
    text-align: left; }

  .login-top {
    position: absolute;
    right: 194px;
    top: 0px;
    float: left;
    text-align: left;
    background: rgba(248, 244, 223, 0.7);
    border: 1px solid #f8f4df;
    border-radius: 15px;
    color: #f8f4df;
    overflow: hidden;
    padding: 0;
    line-height: 1; }

  .login-top a {
    text-decoration: none;
    display: inline-block;
    padding: 0em 0.75em;
    line-height: 1.8;
    font-size: 0.8em; }

  .cart-info {
    position: absolute;
    right: 0px;
    top: 0px;
    background: url(//cdn.shopify.com/s/files/1/0034/1282/t/6/assets/cloud-cart.png?v=128910532944615586301479259558) no-repeat left top;
    color: #0A6E99;
    height: 102px;
    margin: 0px 0 0;
    padding: 25px 0 0;
    text-align: center;
    width: 192px; }

  .cart-info a {
    color: #9fb7cc;
    display: block;
    height: 66px; }

  .cart-info a:hover {
    color: #9a0044; }

  .cart-info em {
    display: block;
    font-size: 2.5em;
    font-family: Helvetica,Arial,sans-serif;
    font-style: normal;
    left: 15px;
    line-height: 1;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    text-align: right;
    top: 40px;
    width: 90px; }

  .cart-info span {
    display: block;
    font-size: 0.65em;
    line-height: 1;
    position: absolute;
    right: 34px;
    text-align: left;
    top: 49px;
    width: 50px; }

  #curr-switcher {
    position: absolute;
    top: 30px;
    right: 194px;
    text-align: center;
    padding: 0.5em 0.75em;
    margin: 0; }

  #curr-switcher label {
    display: block;
    font-size: 0.8em;
    line-height: 1.2; }

  #curr-switcher select {
    padding: 2px;
    font-size: 0.85em; }

  .top-menu {
    background-color: #db5d8a;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#db5d8a), to(#db5d8a));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #db5d8a, #db5d8a);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(top, #db5d8a, #db5d8a);
    /* FF3.6 */
    background-image: -ms-linear-gradient(top, #db5d8a, #db5d8a);
    /* IE10 */
    background-image: -o-linear-gradient(top, #db5d8a, #db5d8a);
    /* Opera 11.10+ */
    background-image: linear-gradient(top, #db5d8a, #db5d8a);
    position: relative;
    z-index: 1000;
    font-weight: normal;
    padding: 0em 0.75em;
    border: #db5d8a 1px solid;
    border-radius: 5px;
    margin: 1em 0 0 0;
    text-align: left;
    text-align: center; }

  .top-menu ul {
    list-style: none;
    text-transform: uppercase;
    padding: 10px;
    margin: 0;
    font-family: "PT Sans Narrow", Trebuchet MS, sans-serif;
    font-weight: normal; }

  .top-menu ul li {
    display: inline-block;
    border-left: #fcbca8 1px solid;
    position: relative; }

  .top-menu ul li:first-child {
    border: none; }

  .top-menu a {
    color: white;
    display: inline-block;
    padding: 0.4em 0.5em;
    margin: 0 10px;
    text-decoration: none;
    font-size: 20px;
    line-height: 1.2;
    -webkit-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out; }

  .top-menu a:hover, .top-menu a:focus, .top-menu a:active {
    color: #fcbca8; }

  .top-menu a.active {
    color: #fcbca8; }

  .top-menu .has-sub > a {
    padding-right: 25px;
    margin-right: 2px; }

  .top-menu .has-sub:hover > a {
    background: #ffffe9;
    color: #fcbca8;
    margin-right: 2px; }

  .top-menu li {
    position: relative;
    line-height: 1; }

  .top-menu li ul {
    background: #ffffe9;
    width: 267px;
    padding: 1em 0;
    position: absolute;
    left: 0px;
    height: 0px;
    overflow: hidden;
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    -ms-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    -o-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    box-shadow: 0 1px 1px rgba(0,0,0,0.1); }

  .top-menu li ul li {
    border: none;
    display: block; }

  .top-menu li ul a {
    color: #ffaf58;
    border: none;
    margin: 0 10px;
    display: block;
    width: 100%;
    text-align: left;
    padding: 0.2em 0.75em;
    font-size: 1.5em;
    font-size: 16px; }

  .top-menu li ul a:hover {
    color: #f5d648;
    display: block;
    width: 100%;
    padding: 0.2em 0.95em;
    margin: 0 10px; }

  .top-menu ul > li.level-1 > a:after {
    width: 0;
    height: 0;
    border-color: white rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
    border-style: solid;
    border-width: 5px;
    content: "";
    display: block;
    height: 0;
    margin-top: -2.5px;
    top: 50%;
    width: 0;
    position: absolute;
    right: 7px; }

  .top-menu ul > li.level-1:hover > a:after {
    border-color: #fcbca8 rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0); }

  .top-menu li.level-1:hover > ul {
    left: 0;
    visibility: visible;
    opacity: 1;
    height: auto;
    overflow: visible;
    margin: 0 10px; }

  #product-images {
    float: left;
    width: 50%; }

  #product-details {
    float: right;
    width: 47%; }

  .tags {
    padding: 0.5em 1.7em; }

  .collection-th .price {
    color: #b03737;
    display: block;
    font-size: 1em;
    font-family: "Lato", Trebuchet MS, sans-serif;
    line-height: 2.5; }

  #search-results li span {
    clear: none; }

  .search-form input[type="text"] {
    width: 60%;
    margin: 0 1em 0 0; }

  .search-form .button {
    min-width: 30%; }

  #side-nav li.search {
    background: #fbdd83 url(none);
    padding: 5px 10px; }

  #side-nav li input {
    border: 1px solid #fff;
    padding: 2px 2px 2px 25px;
    width: 155px;
    margin: 2px 0;
    background: white url(search.png) no-repeat; }

  #search-nav li input {
    padding: 2px 2px 2px 25px;
    width: 155px;
    height: 18px;
    margin: 3px 0 0 460px;
    background: white url(search.png) no-repeat; }

  .cart-header {
    display: block;
    border-bottom: rgba(0, 0, 0, 0) 1px solid;
    margin: 0 0 1em 0; }

  .cart-header h4 {
    font-size: 1em;
    margin: 0;
    padding: 0; }

  .cart-col1, .cart-col2, .cart-col3, .cart-col4, .cart-col5, .cart-col6 {
    display: block;
    float: left; }

  .cart-col2, .cart-col3, .cart-col4, .cart-col5 {
    padding: 0 2%; }

  .cart-col1 {
    width: 15%; }

  .cart-col2 {
    width: 40%; }

  .cart-col3 {
    width: 15%; }

  .cart-col4 {
    width: 10%; }

  .cart-col4 label, .cart-col4 a {
    display: none; }

  .cart-col5 {
    display: block;
    width: 15%;
    font-weight: bold; }

  .cart-col6 {
    display: block;
    width: 5%;
    text-align: center; }

  .cart-col6 a {
    display: inline-block;
    text-decoration: none;
    font-weight: bold; }

  .cart-sub-actions a {
    margin: 0; }

  .go-back {
    float: right; }

  .cart-update {
    float: right; }

  .short-desc {
    display: block; }

  .cart-actions {
    padding: 2em 0; }

  .action-main {
    float: right;
    width: 35%; }

  .action-sub {
    float: left;
    width: 60%; }

  #shipping-calculator {
    float: left;
    width: 45%;
    border: none; }

  #shipping-calculator label {
    font-size: 0.8em; }

  #cart-note {
    float: right;
    width: 45%; }

  #cart-note textarea {
    margin: 1.5em 0 0 0;
    min-height: 200px; }

  .shp-Disabled #cart-note {
    float: none;
    width: 100%; }

  #shipping-calculator h5, #cart-note h5 {
    border-bottom: rgba(0, 0, 0, 0) 1px solid;
    margin: 0 0 0.5em 0;
    padding: 0 0 0.25em 0;
    font-size: 1em; }

  #agree-terms {
    text-align: right; }

  .blog-header {
    position: relative; }

  .blog-header h1 {
    padding-right: 250px; }

  #blog-categories {
    margin: 0;
    position: absolute;
    bottom: 0.75em;
    right: 0px;
    width: 200px; }

  #blog-categories select {
    width: 100%;
    font-size: 0.8em; }

  #footer.has-bg-image .credits {
    position: absolute;
    bottom: 35px;
    margin: 0;
    padding-top: 25px; }

  #login-form, #login-sub {
    width: 49%;
    min-height: 380px;
    padding: 2em; }

  #login-form {
    float: left; }

  #login-sub {
    float: right; }

  #order_payment, #order_shipping {
    width: 48%; }

  #order_payment {
    float: left; }

  #order_shipping {
    float: right; } }
#view-options span {
  display: block;
  background-color: #222;
  color: #fff;
  font-size: 16px;
  margin: 10px 0;
  font-weight: bold;
  padding: 8px 16px;
  -moz-border-radius: 8px;
  border-radius: 8px; }

span#view-responsive {
  display: none; }

@media screen and (min-width: 1024px) {
  span#view-full {
    display: none; }

  span#view-responsive {
    display: inline;
    margin: 10px 0 !important; } }
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: pointer; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #cccccc; }

.mfp-preloader a:hover {
  color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium solid transparent; }

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px; }

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px; }

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #ffffff; }

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
  * Remove all paddings around the image on small screen
  */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

.lt-ie9 #site-wrap {
  width: 960px; }

.lt-ie9 .show-mobile {
  display: none; }

.lt-ie9 .hide-mobile {
  display: block; }

.lt-ie9 .off-canvas-navigation {
  display: none; }

.lt-ie9 #sidebar {
  float: left;
  margin-left: 0;
  padding: 3% 1em;
  width: 25%; }

.lt-ie9 #main {
  padding: 3%;
  width: 75%; }

/* block grid */
.lt-ie9 .columns1 {
  margin: 0; }

.lt-ie9 .columns1 > li {
  width: 100%; }

.lt-ie9 .columns2 > li {
  width: 50%; }

.lt-ie9 .columns3 > li {
  width: 33.33333%; }

.lt-ie9 .columns4 > li {
  width: 25%; }

.lt-ie9 .columns5 > li {
  width: 20%; }

.lt-ie9 .columns6 > li {
  width: 16.66667%; }

.lt-ie9 .columns7 > li {
  width: 14.28571%; }

.lt-ie9 .columns8 > li {
  width: 12.5%; }

.lt-ie9 .columns9 > li {
  width: 11.11111%; }

.lt-ie9 .columns10 > li {
  width: 10%; }

.lt-ie9 .columns11 > li {
  width: 9.09091%; }

.lt-ie9 .columns12 > li {
  width: 8.33333%; }

/* header */
.lt-ie9 #header .row {
  padding-right: 330px;
  width: 100%;
  position: relative;
  min-height: 92px; }

.lt-ie9 .logo {
  width: 100%;
  float: left; }

.lt-ie9 .logo h1 {
  margin: 0;
  padding: 0;
  line-height: 1.2; }

.lt-ie9 .logo {
  text-align: left; }

.lt-ie9 .login-top {
  position: absolute;
  right: 194px;
  top: 0px;
  float: left;
  text-align: left;
  background: #f8f4df;
  border: 1px solid #f8f4df;
  border-radius: 15px;
  color: #f8f4df;
  overflow: hidden;
  padding: 0;
  line-height: 1; }

.lt-ie9 .login-top a {
  text-decoration: none;
  display: inline-block;
  padding: 0em 0.75em;
  line-height: 1.8;
  font-size: 0.8em; }

.lt-ie9 .cart-info {
  position: absolute;
  right: 0px;
  top: 0px;
  background: url(//cdn.shopify.com/s/files/1/0034/1282/t/6/assets/cloud-cart.png?v=128910532944615586301479259558) no-repeat left top;
  color: #0A6E99;
  height: 102px;
  margin: 0px 0 0;
  padding: 25px 0 0;
  text-align: center;
  width: 192px; }

.lt-ie9 .cart-info a {
  color: #9fb7cc;
  display: block;
  height: 66px; }

.lt-ie9 .cart-info a:hover {
  color: #9a0044; }

.lt-ie9 .cart-info em {
  display: block;
  font-size: 2.5em;
  font-family: Helvetica,Arial,sans-serif;
  font-style: normal;
  left: 15px;
  line-height: 1;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  text-align: right;
  top: 40px;
  width: 90px; }

.lt-ie9 .cart-info span {
  display: block;
  font-size: 0.65em;
  line-height: 1;
  position: absolute;
  right: 34px;
  text-align: left;
  top: 49px;
  width: 50px; }

.lt-ie9 .top-menu {
  background-color: #db5d8a;
  /* Fallback Color */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#db5d8a), to(#db5d8a));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #db5d8a, #db5d8a);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, #db5d8a, #db5d8a);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, #db5d8a, #db5d8a);
  /* IE10 */
  background-image: -o-linear-gradient(top, #db5d8a, #db5d8a);
  /* Opera 11.10+ */
  background-image: linear-gradient(top, #db5d8a, #db5d8a);
  position: relative;
  z-index: 1000;
  font-weight: normal;
  padding: 0em 0.75em;
  border: rgba(255, 255, 255, 0.3) 1px solid;
  border-radius: 20px;
  margin: 1em 0 0 0;
  text-align: left;
  text-align: center; }

.lt-ie9 #curr-switcher {
  position: absolute;
  top: 30px;
  right: 194px;
  text-align: center;
  padding: 0.5em 0.75em;
  margin: 0; }

.lt-ie9 #curr-switcher label {
  display: block;
  font-size: 0.8em;
  line-height: 1.2; }

.lt-ie9 #curr-switcher select {
  padding: 2px;
  font-size: 0.85em; }

/* menu */
.lt-ie9 .top-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: "PT Sans Narrow", Trebuchet MS, sans-serif;
  font-weight: normal; }

.lt-ie9 .top-menu ul li {
  display: inline-block;
  border-left: #fcbca8 1px solid;
  position: relative; }

.lt-ie9 .top-menu ul li:first-child {
  border: none; }

.lt-ie9 .top-menu a {
  color: white;
  display: inline-block;
  padding: 0.4em 0.5em;
  text-decoration: none;
  font-size: 20px;
  line-height: 1.2;
  -webkit-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out; }

.lt-ie9 .top-menu a:hover,
.lt-ie9 .top-menu a:focus,
.lt-ie9 .top-menu a:active {
  color: #fcbca8;
  background-color: #ffffe9; }

.lt-ie9 .top-menu a.active {
  color: #fcbca8; }

.lt-ie9 .top-menu .has-sub > a {
  padding-right: 25px; }

.lt-ie9 .top-menu .has-sub:hover > a {
  background: #ffffe9;
  color: #fcbca8; }

.lt-ie9 .top-menu li {
  position: relative;
  line-height: 1; }

/* subs */
.lt-ie9 .top-menu li ul {
  background: #ffffe9;
  width: 12em;
  padding-bottom: 12px;
  border-radius: 0 0 10px 10px;
  position: absolute;
  left: 0px;
  height: 0px;
  overflow: hidden;
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
  -ms-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
  -o-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
  box-shadow: 0 1px 1px rgba(0,0,0,0.1); }

.lt-ie9 .top-menu li ul li {
  border: none;
  display: block; }

.lt-ie9 .top-menu li ul a {
  color: #ffaf58;
  border: none;
  display: block;
  width: 100%;
  text-align: left;
  padding: 0.2em 0.5em;
  font-size: 1em;
  font-size: 16px; }

.lt-ie9 .top-menu li ul a:hover {
  color: #f5d648; }

.lt-ie9 .top-menu ul > li.level-1 > a:after {
  width: 0;
  height: 0;
  border-color: white transparent transparent transparent;
  border-style: solid;
  border-width: 5px;
  content: "";
  display: block;
  height: 0;
  margin-top: -2.5px;
  top: 50%;
  width: 0;
  position: absolute;
  right: 7px; }

/* show sub-menu */
.lt-ie9 .top-menu li.level-1:hover > ul {
  left: 0;
  visibility: visible;
  opacity: 1;
  height: auto;
  overflow: visible; }

/* side menu */
.lt-ie9 #side-menu h3 {
  border-bottom: #f6d5e2 1px solid; }

.lt-ie9 #side-menu h3.has-sub:after {
  border-color: #970049 transparent transparent; }

.lt-ie9 #side-menu h3.ui-accordion-header-active:after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid white; }

/* Product */
.lt-ie9 .collection-th a {
  border: #ddd 1px solid; }

.lt-ie9 #product-images {
  float: left;
  width: 50%; }

.lt-ie9 #product-images a {
  width: 100%; }

.lt-ie9 #product-details {
  float: right;
  width: 47%; }

.lt-ie9 #product-shot {
  border-color: rgba(0, 0, 0, 0); }

/*.lt-ie9 .quick-actions{padding-top:10px;}*/
/* Search results */
.lt-ie9 #search-results li span {
  clear: none; }

.lt-ie9 .search-form input[type="text"] {
  width: 60%;
  margin: 0 1em 0 0; }

.lt-ie9 .search-form .button {
  min-width: 30%; }

/* Cart */
.lt-ie9 .cart-header {
  display: block;
  border-bottom: rgba(0, 0, 0, 0) 1px solid;
  margin: 0 0 1em 0; }

.lt-ie9 .cart-header h4 {
  font-size: 1em;
  margin: 0;
  padding: 0; }

.lt-ie9 .cart-col1,
.lt-ie9 .cart-col2,
.lt-ie9 .cart-col3,
.lt-ie9 .cart-col4,
.lt-ie9 .cart-col5,
.lt-ie9 .cart-col6 {
  display: block;
  float: left; }

.lt-ie9 .cart-col2,
.lt-ie9 .cart-col3,
.lt-ie9 .cart-col4,
.lt-ie9 .cart-col5 {
  padding: 0 2%; }

.lt-ie9 .cart-col1 {
  width: 15%; }

.lt-ie9 .cart-col2 {
  width: 40%; }

.lt-ie9 .cart-col3 {
  width: 15%; }

.lt-ie9 .cart-col4 {
  width: 10%; }

.lt-ie9 .cart-col4 label,
.lt-ie9 .cart-col4 a {
  display: none; }

.lt-ie9 .cart-col5 {
  display: block;
  width: 15%;
  font-weight: bold; }

.lt-ie9 .cart-col6 {
  display: block;
  width: 5%;
  text-align: center; }

.lt-ie9 .cart-col6 a {
  display: inline-block;
  text-decoration: none;
  font-weight: bold; }

.lt-ie9 .cart-sub-actions a {
  margin: 0; }

.lt-ie9 .go-back {
  float: right; }

.lt-ie9 .cart-update {
  float: right; }

.lt-ie9 .short-desc {
  display: block; }

.lt-ie9 .cart-actions {
  padding: 2em 0; }

.lt-ie9 .action-main {
  float: right;
  width: 35%; }

.lt-ie9 .action-sub {
  float: left;
  width: 60%; }

.lt-ie9 #shipping-calculator {
  float: left;
  width: 45%;
  border: none; }

.lt-ie9 #shipping-calculator label {
  font-size: 0.8em; }

.lt-ie9 #cart-note {
  float: right;
  width: 45%; }

.lt-ie9 #cart-note textarea {
  margin: 1.5em 0 0 0;
  min-height: 200px; }

.lt-ie9 .shp-Disabled #cart-note {
  float: none;
  width: 100%; }

.lt-ie9 #shipping-calculator h5,
.lt-ie9 #cart-note h5 {
  border-bottom: rgba(0, 0, 0, 0) 1px solid;
  margin: 0 0 0.5em 0;
  padding: 0 0 0.25em 0;
  font-size: 1em; }

/* blog */
.lt-ie9 .blog-header {
  position: relative; }

.lt-ie9 .blog-header h1 {
  padding-right: 250px; }

.lt-ie9 #blog-categories {
  margin: 0;
  position: absolute;
  bottom: 0.75em;
  right: 0px;
  width: 200px; }

.lt-ie9 #blog-categories select {
  width: 100%;
  font-size: 0.8em; }

/* accordion */
.lt-ie9 .gt-accordion > h4:after {
  border-color: #f6baba transparent transparent transparent; }

.lt-ie9 .gt-accordion > h4.active:after {
  border-color: transparent transparent #f6baba transparent; }

/* footer */
.lt-ie9 #copyright {
  width: 68%;
  text-align: left;
  float: left; }

.lt-ie9 #designer {
  width: 28%;
  text-align: right;
  float: right; }

.lt-ie9 #footer.has-bg-image #copyright,
.lt-ie9 #footer.has-bg-image #designer {
  position: absolute;
  bottom: 15px;
  margin: 0;
  float: none; }

.lt-ie9 #footer.has-bg-image #copyright {
  left: 0px; }

.lt-ie9 #footer.has-bg-image #designer {
  right: 0px; }

/* Customer accounts */
.lt-ie9 #login-form,
.lt-ie9 #login-sub {
  width: 49%;
  min-height: 380px;
  padding: 2em; }

.lt-ie9 #login-form {
  float: left; }

.lt-ie9 #login-sub {
  float: right; }

.lt-ie9 #order_payment,
.lt-ie9 #order_shipping {
  width: 48%; }

.lt-ie9 #order_payment {
  float: left; }

.lt-ie9 #order_shipping {
  float: right; }

#header .logo img {
  max-width: 460px;
  width: 100%; }
