


/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
(Tweaked for CleanThemes theme)
*/ 

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* CSS cross-browser clear fix */
.cf:before,
.cf:after {
  content:"";
  display:table;
}
.cf:after {
  clear:both;
}
.cf {
  zoom:1;
}


/* Remove FF input padding for consistant alignment */
input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* Remove the odd input formatting from iOS */
button,
input[type=submit],
input[type=button]{
  -webkit-appearance: none;
}

/* Stop Webkit's big glowy boxes, we have our own highlight effect */
input:focus,
select:focus,
textarea:focus {
  outline: none;
}

/* Standard text CSS */
strong, b { font-weight:bold; }
abbr, acronym { border-bottom:1px dotted #3d3d3d; cursor:help; } 
em, i { font-style:italic; }
ul,ol,dl { margin:1em; font-size:100%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
blockquote {
  margin:1.5em 0em 1.5em 10px;
  padding:.5em 0em;
  quotes:"\201C""\201D";
  font-size:130%;
  font-style:italic;
  line-height: 100%;
}
blockquote:before{
  color: #3d3d3d;
  content:open-quote;
  font-size:3em;
  line-height:.1em;
  margin-left: -20px;
  margin-right: 10px;
  vertical-align:-0.48em;
}
blockquote :first-child { display:inline; }
blockquote :last-child { margin-bottom:0; }
blockquote:after { content: no-close-quote; }

ol,ul,dl { margin-left:2em; }
ol li {    list-style: decimal outside; }
ul li { list-style: disc outside; }
dl dd { margin-left:1em; }
th,td {
  border-bottom: 1px solid #ffffff;
  border-collapse: collapse;
  border-top: 1px solid #ffffff;
  padding: 0.7em;
}
th {
  /*distinguishing table headers from data cells*/
  font-weight:bold;
  text-align:left;
  border-bottom-width: 3px;
}
caption { margin-bottom:.5em; text-align:center; }
p,fieldset,table, ul, ol { margin-bottom:2.6em; }

hr {
  border: none;
  width: 100%;
  color: transparent;
  border-bottom: 1px solid #cccccc;
  height: 9px;
  margin: 1em 0;
}

/* Google Fonts */






 body, input, textarea, select, a.button

{ font-family: Montserrat; }






 .util-area li, ::-webkit-input-placeholder, #pagefooter .footer-nav li, #pagefooter .copyright, #pagefooter .copyright a, .signup-form input[type="submit"], .insta-button

{ font-family: Open Sans; }






 h1,h2,h3,h4,h5,h6

{ font-family: Montserrat; }






 #pageheader .logotext

{ font-family: Montserrat; }






 .nav-row

{ font-family: Lato; }


/* Theme styles */

body {
  font-size: 15px;
  line-height: 1.75em;
  color: #3d3d3d;
  overflow-y: scroll;
  -webkit-font-smoothing: antialiased;
  
  background: #ffffff;
  
  
  
  
  background-repeat:repeat;
  
  
}

::selection{/* Webkit & Opera */
  background:#333333;
  color:#ffffff;
}
::-moz-selection{ /* Firefox */
  background:#333333;
  color:#ffffff;
}

a,
a:link,
a:visited {
  color:#0088cc;
  text-decoration:none;
}

a:hover {
  color:#005580;
}

select {
  max-width: 100%;
}

input,
textarea {
  font-size: 15px;
  line-height: 15px;
  background-color: #ffffff;
  color: #3d3d3d;
  border: 1px solid #cccccc;
  padding: 11px 15px;
  margin: 0;
  vertical-align: middle;
  max-width: 100%;
}

input[type=checkbox] {
  border:none;
  -moz-border-radius:0;
  -webkit-border-radius:0;
  border-radius:0;
}

textarea {
  height:120px;
  padding-top: 10px;
  padding-bottom: 10px;

}

/* HTML5 input placeholders */
::-webkit-input-placeholder {
  font-style: italic;
  color: #797979;
}

:-moz-placeholder { /* Firefox 18- */
  font-style: italic;
  color: #797979; 
}

::-moz-placeholder {  /* Firefox 19+ */
  font-style: italic;
  color: #797979;
}

:-ms-input-placeholder {
  font-style: italic;
  color: #797979;
}

.button,
a.button,
button,
a.btn,
input[type="submit"],
input[type="reset"],
input[type="button"],
.wishlistbutton a,
a.addthis_button_email {
  border: none;
  color:#ffffff;
  font-weight: bold;
  font-size: 14px;
  font-family: gothamBold, Montserrat, Helvetica, Arial, sans-serif;
  line-height: 35px;
  height: auto;
  margin: 0;
  text-decoration: none !important;
  
  text-transform: uppercase;
  
  cursor: pointer;
  padding: 6px;
  vertical-align: middle;
  width: 165px;
  text-align: center;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -moz-border-radius:0;
  -webkit-border-radius:0;
  border-radius:0;
  -moz-transition: background-color 100ms, color 100ms;
  -webkit-transition: background-color 100ms, color 100ms;
  transition: background-color 100ms, color 100ms;
  display: inline-block;
  zoom:1;
  *display:inline;
  white-space: normal; 
  
  background: #ef797b;
  background: -moz-linear-gradient(top,#ef797b 0,#e05e60 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#ef797b),color-stop(100%,#e05e60));
  background: -webkit-linear-gradient(top,#ef797b 0,#e05e60 100%);
  background: -o-linear-gradient(top,#ef797b 0,#e05e60 100%);
  background: -ms-linear-gradient(top,#ef797b 0,#e05e60 100%);
  background: linear-gradient(to bottom,#ef797b 0,#e05e60 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ef797b', endColorstr='#e05e60', GradientType=0);
}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.wishlistbutton a:hover {
  background: -moz-linear-gradient(top,#ef797b 0,#C86172100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#ef797b),color-stop(100%,#C86172));
  background: -webkit-linear-gradient(top,#ef797b 0,#C86172100%);
  background: -o-linear-gradient(top,#ef797b 0,#C86172100%);
  background: -ms-linear-gradient(top,#ef797b 0,#C86172100%);
  background: linear-gradient(to bottom,#ef797b 0,#C86172 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ef797b', endColorstr='#e05e60', GradientType=0);
}

.ie8 .button,
.ie8 a.button,
.ie8 button,
.ie8 a.btn,
.ie8 input[type="submit"],
.ie8 input[type="reset"],
.ie8 input[type="button"],
.ie8 a.addthis_button_email {
  background: #e94b3f;
}

.button.altcolour,
button.altcolour,
input[type="submit"].altcolour,
input[type="reset"].altcolour,
input[type="button"].altcolour {
  background: #7dcdca;
}
.button.altcolour:hover,
button.altcolour:hover,
input[type="submit"].altcolour:hover,
input[type="reset"].altcolour:hover,
input[type="button"].altcolour:hover {
  background: #6dbdba;
}

.button.altaltcolour,
button.altaltcolour,
input[type="submit"].altaltcolour {
  background: #c93e34;
}

.button.altaltcolour:hover,
button.altaltcolour:hover,
input[type="submit"].altaltcolour:hover {
  background: #e94b3f;
}

.button.notabutton,
a.button.notabutton,
button.notabutton,
input[type="submit"].notabutton {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  letter-spacing: inherit;
  text-transform: none;
  vertical-align: baseline;
  min-width: 0;
  overflow: visible;
  height: auto;
  color:#0088cc;
  -moz-transition: color 100ms;
  -webkit-transition: color 100ms;
  transition: color 100ms;
}

.button.notabutton:hover,
a.button.notabutton:hover,
button.notabutton:hover,
input[type="submit"].notabutton:hover {
  color:#005580;
}

.button.disabled,
a.button.disabled,
button[disabled],
input[type="submit"][disabled],
input[type="reset"][disabled],
input[type="button"][disabled] {
  opacity: 0.5;
}

input[type="submit"]#update-cart {
  background-image: url('//cdn.shopify.com/s/files/1/0297/6313/t/40/assets/button-checkout.png?17290284300188685297');
  padding: 60px 0 0;
  height: 0;
  width: 175px;
  overflow: hidden;
}

h1, h2, h3, h4, h5, h6, .heading-style {
  color: #333333;
  font-weight: bold;
  line-height: 1.2em;
  
  text-transform: uppercase;
  
  margin-bottom: 1em;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .heading-style a,
h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link, .heading-style a:link,
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited, .heading-style a:visited {
  color: inherit;
  text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, .heading-style a:hover {
  color:#005580;
}

h1,
h2.h1-style,
h3.h1-style { font-size: 32px; }




h2,
h1.h2-style,
h2.h2-style,
h3.h2-style,
h4.h2-style,
h5.h2-style,
h6.h2-style,
.h2-style {
  font-size: 25px;
}


h3,
h1.h3-style,
h2.h3-style,
h3.h3-style,
h4.h3-style,
h5.h3-style,
h6.h3-style,
.h3-style {
  font-size: 23px;
}


h4,
h1.h4-style,
h2.h4-style,
h3.h4-style,
h4.h4-style,
h5.h4-style,
h6.h4-style,
.h4-style {
  font-size: 21px;
}


h5,
h1.h5-style,
h2.h5-style,
h3.h5-style,
h4.h5-style,
h5.h5-style,
h6.h5-style,
.h5-style {
  font-size: 19px;
}


h6,
h1.h6-style,
h2.h6-style,
h3.h6-style,
h4.h6-style,
h5.h6-style,
h6.h6-style,
.h6-style {
  font-size: 17px;
}


h1.majortitle,
h2.title, /* Req for Shopify account templates */
h2.majortitle,
h3.majortitle,
h4.majortitle,
h5.majortitle,
h6.majortitle,
.majortitle {
  margin: 10px 0;
}

.mega-title, h1.mega-title, h2.mega-title, h3.mega-title {
  text-align: center;
  font-family: 'Myriad Pro Light', sans-serif;
  font-size: 66px;
  line-height: 1.1em;
  font-weight: 100;
  margin: 1.5em 0;
  text-transform: none;
}

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

.hidden {
  display: none;
}

/* Lists  */
.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.container .container {
  padding-left: 0;
  padding-right: 0;
}

.flexslider .container {
  padding-left: 40px;
  padding-right: 40px;
}

.container.hunpadded {
  padding-left: 0;
  padding-right: 0;
}

#content {
  padding-bottom: 0px;
}

.template-index #content {
  padding-bottom: 0;
}

/* Header */
#pageheader {
  position: relative;
  background: #ffffff;
  z-index: 4000; /* Place above slider for live-search dropdown */
  border-bottom: 1px solid #ebebeb;
}

#pageheader .logo {
  float: left;
  width: 170px;
  padding: 18px 32px 8px;
}

#pageheader .logo a {
  color: #ffffff;
}

#pageheader .logo img {
  vertical-align: top;
}

#pageheader .logo .logotext {
  font-size: 22px;
  line-height: 1em;
}

#pageheader .util-area ul { margin-bottom: 4px; float: left; }
#pageheader .util-area li { margin-right: 14px; }
#pageheader .util-area li:last-of-type { margin-right: 0; }
#pageheader .util-area li,
#pageheader .util-area li a { font-size: 12px; font-weight: 600; color: #444444; text-transform: uppercase; letter-spacing: 0; float: left; }
#pageheader .util-area li a:hover { color: #005580; }

#pageheader .promo {
  margin: 12px 0 0 20px;
  float: left;
}

#pageheader .promo.mobile {
  width: 100%;
  display: none;
  margin: 22px 0 0 0;
}

#pageheader .search-box,
#pageheader .utils {

}

#pageheader .logo-pos-below .search-box,
#pageheader .logo-pos-below .utils,
#pageheader .logo-pos-above .search-box,
#pageheader .logo-pos-above .utils {
  top: 0;
  margin-top: 0;
}

#pageheader .search-box {

}


.beside-main-menu {
  float: right;
  margin: 30px 26px 0 0;
}

.search-box {
  position: relative;
}

.search-box .search-form {
  position: relative;
  display:inline-block;
  zoom:1;
  *display:inline;
}

.search-box.focus .search-form {
  border-color: #ccc;
}

.search-box .search-form button {
  width: 22px;
  height: 22px;
  top: 1px;
  right: 10px;
  position: absolute;
  z-index: 1;
  font-size: 11px;
  color: #000;
}

/*.search-box.focus .search-form i {
  background-image: url('//cdn.shopify.com/s/files/1/0297/6313/t/40/assets/social_spr_darkgrey.png?17290284300188685297');
}*/

.search-box .search-form input[type="text"] {
  border: none;
  background: #ebebeb;
  padding: 7px 10px 7px 15px;
  width: 420px;
  font-size: 12px;
  color: #797979;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.search-box .search-form input[type="text"]:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

/* HTML5 input placeholders */
.search-box .search-form input[type="text"]::-webkit-input-placeholder { color: #797979; opacity: 0.75; }
.search-box .search-form input[type="text"]:-moz-placeholder { color: #797979; opacity: 0.75; }
.search-box .search-form input[type="text"]::-moz-placeholder { color: #797979; opacity: 0.75; }
.search-box .search-form input[type="text"]:-ms-input-placeholder { color: #797979; opacity: 0.75; }

#pageheader .search-box .search-form input[type="text"]::-webkit-input-placeholder { font-style: normal; font-family: Montserrat,sans-serif; letter-spacing: 1px; }
#pageheader .search-box .search-form input[type="text"]::-moz-placeholder { font-style: normal; font-family: Montserrat,sans-serif; letter-spacing: 1px; }
#pageheader .search-box .search-form input[type="text"]:-ms-input-placeholder { font-style: normal; font-family: Montserrat,sans-serif; letter-spacing: 1px; }

.search-box .search-form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 8px;
  background: transparent;
  color: #3d3d3d;
  border: none;
  width: 20px;
  min-width: 0;
  height: 25px;
  padding: 2px 0;
  line-height: 2px;
  font-size: 100%;
}

.search-box .results-box {
  position: absolute;
  background: #ffffff;
  width: 307px;
  right: 0;
  z-index: 5000;
}

.search-box .results-box > * {
  width: 100%;
  display: block;
  padding: 5px 2px;
  margin: 0;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  min-height: 24px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 13px;
  text-align: left;
}

.search-box .results-box > *:first-child {
  border-top: 1px solid #cccccc;
}

.search-box .results-box > *:hover {
  color: #0088cc;
}

.search-box .results-box a {
  color: #3d3d3d;
  line-height: 2em;
  white-space: normal;
}

.search-box .results-box .img {
  float: left;
  margin: 0 10px;
  width: 32px;
  /*height: 32px;*/
  text-align: center;
  overflow: hidden;
}

.search-box .results-box .img img {
  vertical-align: middle;
  margin-top: 0;
}

.search-box .results-box .load {
  background: url('//cdn.shopify.com/s/files/1/0297/6313/t/40/assets/ajax-load.gif?17290284300188685297') center center no-repeat;
  text-align: center;
}

.search-box .results-box .note,
#main-nav .search-box .results-box .note {
  text-align: center;
  background:#e94b3f;
  border: #e94b3f;
  color:#ffffff;
  
  text-transform: uppercase;
  
}

#pageheader .utils {
  right: 30px;
  height: 44px;
  line-height: 40px;
  margin-top: -18px;
  
  text-transform: uppercase;
  
  font-size: 12px;
}

#pageheader .utils .social-links,
#pageheader .utils .cart-summary {
  vertical-align: middle;
  display:inline-block;
  zoom:1;
  *display:inline;
}

#pageheader .utils .social-links {
  margin-right: 30px;
}

#pageheader .utils .cart-summary {
  text-align: right;
}

.switcher {
  vertical-align: top;
  position: relative;
  display: inline-block;
}

.switcher .selected-currency {
  display: inline-block;
  padding: 9px 10px;
  border-left: 1px solid #444;
  cursor: pointer;
  background: transparent;
}

.switcher .switcher-drop {
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 5000;
  margin-top: -14px;
}

.switcher .switcher-drop .inner {
  margin-top: 1.3em;
  line-height: 1em;
  padding: 14px 20px 15px;
  border: 1px solid #dedede;
  background: #fff;
  color: #444;
  white-space: nowrap;
}

.switcher .switcher-drop .inner:before {
  content: " ";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #dedede transparent;
  position: absolute;
  top: 1.3em;
  right: 15px;
  margin-top: -5px;
}

.switcher .switcher-drop .inner:after {
  content: " ";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  top: 1.3em;
  right: 15px;
  margin-top: -4px;
}

.switcher.show-drop .switcher-drop,
.switcher:hover .switcher-drop {
  display: block;
  -webkit-animation: reveal 0.2s ease-out 0s 1 normal none;
  animation: reveal 0.2s ease-out 0s 1 normal none;
}

.switcher .original-dropdown {
  display: none;
}

.switcher #currencies-buttons {
  margin: 5px -4px 0 0;
  width: 165px;
}

.switcher #currencies-buttons a {
  float: left;
  width: 50px;
  text-align: center;
  color: #333;
  background: #e0e0e0;
  margin: 5px 5px 0 0;
  padding: 6px 0;
}

.switcher #currencies-buttons a:hover {
  color: #333;
  background: #d0d0d0;
}

.switcher #currencies-buttons a.active,
.switcher #currencies-buttons a.active:hover {
  background: #f27979;
  color: white;
}

#pageheader .utils .cart-summary .button {
  min-width: 0;
  padding: 8px 15px;
  vertical-align: middle;
  color: #ffffff;
}

#pageheader .util-area {

  position: relative;
  height: 55px;



  margin-top: 18px;
  float: right;

}

#pageheader .util-area .signup-reveal-area {
  display: inline;
  position: relative;
}

#pageheader .util-area .signup-reveal {
  
  text-transform: uppercase;
  
  font-size: 12px;
}

#pageheader .util-area .signup-form-cont {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 50;
}

#pageheader .util-area .signup-reveal-area.show-drop .signup-form-cont,
#pageheader .util-area .signup-reveal-area:hover .signup-form-cont {
  display: block;
  -webkit-animation: reveal 0.2s ease-out 0s 1 normal none;
  animation: reveal 0.2s ease-out 0s 1 normal none;
}

#pageheader .util-area .signup-form-cont .signup-form {
  margin-top: 1.3em;
}

#pageheader .util-area .signup-form-cont .signup-form:before {
  content: " ";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #dedede transparent;
  position: absolute;
  top: 1.3em;
  left: 15px;
  margin-top: -5px;
}

#pageheader .util-area .signup-form-cont .signup-form:after {
  content: " ";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  top: 1.3em;
  left: 15px;
  margin-top: -4px;
}

#pageheader .util-area .signup-form {
  background-color: #fff;
  border-color: #dedede;
}

#pageheader .util-area .signup-form * {
  color: #444;
  background: transparent;
}

/* HTML5 input placeholders */
#pageheader .util-area .signup-form input::-webkit-input-placeholder {
  color: #444;
}

#pageheader .util-area .signup-form input:-moz-placeholder { /* Firefox 18- */
  color: #444;
}

#pageheader .util-area .signup-form input::-moz-placeholder {  /* Firefox 19+ */
  color: #444;
}

#pageheader .util-area .signup-form input:-ms-input-placeholder {
  color: #444;
}

#pageheader .util-area .signup-form label {
  display: none;
}

/* Nav */
.nav-row {
  font-size: 14px;
}

.nav-row .multi-level-nav > div { /* All nav rows regardless of tier */
  /*padding: 5px 0;*/
}

.nav-row .tier-1 {
  position: relative;
  z-index: 1000;
  
  text-transform: uppercase;
  
}

.nav-row ul {
  margin: 0;
}

.nav-row ul li {
  vertical-align: top;
  margin: 0;
  display:inline-block;
  zoom:1;
  *display:inline;
}

.nav-row a {
  padding: 0 18px;
  line-height: 76px;
  white-space: nowrap;
  display:inline-block;
  letter-spacing: 0;
}

.nav-row a.expanded,
.nav-row li.active > a {
  color:#005580;
}

.nav-row a .exp {
  margin-left: 5px;
  width: 10px;
  display:inline-block;
  zoom:1;
  *display:inline;
}

.nav-row ul li {
  position: relative;
}

.nav-row .tier-1 > ul > li > a {
  border-bottom: 5px solid transparent;
}
.nav-row .tier-1 > ul > li > a:hover {
  border-bottom: 5px solid #7dcdca;
}

.nav-row .tier-1 > ul > li.has-dropdown:hover > a,
.nav-row .tier-1 > ul > li.has-dropdown.expanded > a {
  background: white;
}

.nav-row ul li > .dropdown {
  display: none;
  position: absolute;
  z-index: 1000;
  top: 100%;
  left: -15px;
  background: white;
  border-collapse: collapse;
  border: 1px solid #cccccc;
  width: 233px;
  line-height: 1.2em;
}

.nav-row ul li.expanded > .dropdown,
.nav-row ul li:hover > .dropdown {
  display: block;
}

.nav-row ul li > .dropdown > .links li {
  display: block;
}

.nav-row ul li > .dropdown > .links a {
  display: block;
  line-height: 1.2em;
  white-space: normal;
  padding: 10px 15px;
}

.nav-row ul li > .dropdown > .links a:hover {
  background: #7dcdca;
}

.nav-row ul li.link-shop .dropdown {
  width: 530px;
  padding-right: 175px;
  background: white url(//cdn.shopify.com/s/files/1/0297/6313/t/40/assets/dropdown-div.png?17290284300188685297) repeat-x left 46px;
}

.nav-row ul li.link-shop .dropdown li {
  float: left;
  width: 188px;
  margin-right: 18px;
}

.nav-row ul li.link-shop .dropdown .img {
  position: absolute;
  top: 7%;
  right: 0;
  width: 236px;
  height: 93%;
  background: white;
  padding: 0 30px 0 0;
}

.nav-row ul li.link-shop .dropdown .img a {
  display: block;
}

.nav-row ul li.link-shop .dropdown .img a:hover {
  opacity: 0.8;
}

.nav-row ul li.link-shop .dropdown .img h3 {
  text-align: center;
  margin: 10px 0;
}

.nav-row ul li.link-shop .dropdown .img img {
  transition: opacity 100ms;
}

.tags.nav-row {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 15px;
  text-transform: capitalize;
}

.tags .active a {
  color: #e94b3f;
}

.multi-tag-row {
  margin-bottom: 10px;
}

.multi-tag-row .tags.nav-row {
  margin-top: -1px;
}

.tags.nav-row.social {
  text-align: right;
}


/*Get $20 Free button */
.get20free-block {
  position: absolute;
}

.get20free-link {
  background-image: url('//cdn.shopify.com/s/files/1/0297/6313/t/40/assets/Get-20-badge.png?17290284300188685297');
  height: 110px;
  position: relative;
  top: -91px;
  width: 185px;
  z-index: 99999;
  display: inline-block;
  zoom:1;
  *display:inline;
}




/* Main nav only */
#main-nav {
  float: left;
  line-height: 86px;
}

#main-nav a {
  color: #000000;
}


#main-nav .tier-1 > ul > li:last-child > a,
#main-nav .tier-1 > ul > li:last-child > a:hover {
  font-weight: bold;
  color: #de5949;
}


#main-nav a.cart-count img {
  position: relative;
  top: 5px;
  margin-left: 4px;
}

#main-nav a.expanded,
#main-nav li.active > a,
#main-nav a:hover {
  color: #000000;
}

#main-nav .account-links {
  padding: 0 18px;
  color: #000000;
  white-space: nowrap;
}

#main-nav .account-links a {
  padding-left: 0;
  padding-right: 0;
  color: #000000;
}

/* Store messages */
#store-messages,
#home-message { background: #ffffff;}

#store-messages .message,
#home-message .message {
  position: relative;
  text-align: center;
  padding: 10px 0 5px;
}

#store-messages.messages-2 .message {
  float: left;
  width:49.5%;
}

#store-messages.messages-3 .message {
  float: left;
  width:33.33%;
}

#store-messages .message a,
#home-message .message a {
  display: block;
}

#store-messages .message .title,
#store-messages .message .tagline,
#home-message .message .title {
  margin: 0 20px;
}

#store-messages .message .title,
#home-message .message .title {
  line-height:1.3em;
  font-size: 24px;
  font-weight: 300;
  color: #ff1500;
  -moz-transition: color 100ms;
  -webkit-transition: color 100ms;
  transition: color 100ms;
  -webkit-font-smoothing: antialiased;
}

#store-messages .message a:hover .title,
#home-message .message a:hover .title {
  color:#005580;
}

#store-messages .message .tagline {
  font-size: 80%;
  
  text-transform: uppercase;
  
  display: block;
  line-height:1.4em;
  margin-top:5px;
  color: #666;
}

#store-messages .message .fluff {
  border-left: 1px solid #cccccc;
  width: 1px;
  position: absolute;
  left: 0;
  top: 20px;
  height: 28px;
}

/* Headings above content */
.page-header {
  text-align: center;
  padding: 20px 0 20px;
}

.page-header.no-content {
  padding: 10px 0;
}

.page-header .pagetitle {
  margin-bottom: 20px;
}

.page-header .user-content {
  text-align: left;
}

.page-header .filters {
  float: left;
  
  text-transform: uppercase;
  
  font-size: 12px;
}

.page-header .social-area {
  float: right;
  
  text-transform: uppercase;
  
  font-size: 12px;
}

.page-header .social-area .rsslink,
.page-header .social-area .social {
  vertical-align: middle;
  display:inline-block;
  zoom:1;
  *display:inline;
}

.page-header .social-area .rsslink img {
  height: 28px;
  width: 28px;
  margin-left: 10px;
}

.page-header .filters .tags {
  margin-right: 25px;
}

/* Pagination */
.pagination-row {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.pagination-row.upper {
  margin-top: 0;
}

.pagination {
  
  text-transform: uppercase;
  
  font-size: 12px;
}

.pagination .pagecount {
  border-left: 1px solid ;
  border-right: 1px solid ;
  padding: 0 5px;
  margin: 0 2px;
}

/* Main footer */
#pagefooter {
  font-size: 16px;
  padding: 0;
  color: white;
  letter-spacing: 0;
  background: #5abbb6 url(//cdn.shopify.com/s/files/1/0297/6313/t/40/assets/footer-bg.jpg?17290284300188685297) top center;
  background-size: 100%;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='//cdn.shopify.com/s/files/1/0297/6313/t/40/assets/footer-bg.jpg?17290284300188685297',sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='//cdn.shopify.com/s/files/1/0297/6313/t/40/assets/footer-bg.jpg?17290284300188685297',sizingMethod='scale')";
}

#pagefooter h1,
#pagefooter h2,
#pagefooter h3,
#pagefooter h4,
#pagefooter h5 {
  color: #ffffff;
  letter-spacing: 1px;
}

#pagefooter h6 {
  font-size: 16px;
  color: #ffffff;
}

#pagefooter p {
  line-height: 1.2em;
  margin-bottom: 20px;
}

#pagefooter ul {
  margin: 0;
}

#pagefooter .signup {
  margin-top: 46px;
  margin-bottom: 0;
}

#pagefooter .signup h3 {
  margin-bottom: 8px;
  letter-spacing: 0;
}

#pagefooter .container {
  max-width: 1050px;
}

#pagefooter .footer-nav {
  float: left;
  width: 50%;
  margin-top: 46px;
}

#pagefooter .footer-nav h6 {
  margin-bottom: 13px;
  text-transform: none;
}

#pagefooter .footer-nav.col-1 h6,
#pagefooter .footer-nav.col-1 ul {
  margin: 0 20px 0 14%;
}

#pagefooter .footer-nav li {
  font-size: 15px;
  font-family: Montserrat, Arial;
  text-transform: none;
  list-style: none;
  line-height: 1.2em;
  margin: 7px 0;
}

#pagefooter .footer-nav a {
  color: #ffffff;
  -webkit-transition: color .25s ease-in;
  transition: color .25s ease-in;
}

#pagefooter .footer-nav a:hover {
  color: #125F5B;
}

#pagefooter .footer-nav .finance-icons {
}

#pagefooter .footer-nav .finance-icons .trustlink-cont {
  margin: 1em 0;
}

#pagefooter .footer-nav .finance-icons .cards {
  margin-top: 10px;
}

#pagefooter .lower {
  text-align: center;
}

#pagefooter .message {
  margin-bottom: 35px;
  padding: 0 0 20px;
  background: url(//cdn.shopify.com/s/files/1/0297/6313/t/40/assets/footer-divider.png?17290284300188685297) bottom left repeat-x;
}

#pagefooter .message img {
  width: 77%;
}

#pagefooter .copyright {
  font-family: Montserrat, Arial;
  letter-spacing: 1px;
  margin: 30px 0 10px;
  text-align: center;
}

#pagefooter .signup-form {
  display: block;
  position: relative;
}

#pagefooter .signup-form input[type=email] {
  width: 100%;
  padding: 9px 10px 5px;
  font-size: 14px;
  line-height: 1em;
  height: 32px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  border-radius: 0;
}
#pagefooter .signup-form input[type=email]::-webkit-input-placeholder { font-style: normal; font-family: Montserrat,sans-serif; }
#pagefooter .signup-form input[type=email]::-moz-placeholder { font-style: normal; font-family: Montserrat,sans-serif; }
#pagefooter .signup-form input[type=email]:-ms-input-placeholder { font-style: normal; font-family: Montserrat,sans-serif; }


#pagefooter .signup-form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  color: white;
  border: 2px solid white;
  background: transparent;
  height: 32px;
  font-size: 14px;
  line-height: 1em;
  font-weight: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

#pagefooter .signup-form input[type=submit]:hover {
  color: #125F5B;
  background: white;
}

#pagefooter .signup-form .input-wrap {
  margin-right: 95px;
  position: relative;
}

/* Signup form in header *or* footer */
.signup-form-cont {
  /*text-align: center;*/
  clear: both;
  white-space: nowrap;
}

.signup-form-cont .res {
  white-space: normal;
  max-width: 400px;
}

.signup-form {
  display:inline-block;
  zoom:1;
  *display:inline;
  vertical-align: middle;
}

.signup-form {
  /*border: 1px solid #cccccc;
  background-color: #ffffff;*/
}

.signup-form label {
  font-size: 12px;
  line-height: 12px;
  padding: 0 25px;
  border-right: 1px solid #cccccc;
  vertical-align: middle;
  
  text-transform: uppercase;
  
}

.signup-form input[type="email"] {
    width: 245px;
    padding: 13px 10px;
    border: none;
    /*text-align: center;*/
    font-size: 12px;
}

#pagefooter .interact .btn-join,
.signup-form input[type="submit"] {
    width: 85px;
    height: 41px;
    margin-left: 7px;
    padding: 0;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    background: #fff;
}

.signup-form input[type="submit"]:hover {
    color: #ffffff;
    background: #c93e34;
}

.signup-form h4 {
  margin: 0.6em 2em;
}

/* Social links */
.social-links li {
  margin: 0 3px;
  list-style: none;
  display: inline-block;
  zoom:1;
  *display:inline;
  
  background: url('//cdn.shopify.com/s/files/1/0297/6313/t/40/assets/social_spr_white_2x.png?17290284300188685297') 0 0 no-repeat;
  
}

.social-links a {
  display:inline-block;
  zoom:1;
  *display:inline;
  height: 0;
  text-indent: -999em;
  vertical-align: middle;
  
  width: 41px;
  padding-top: 44px;
  background: url('//cdn.shopify.com/s/files/1/0297/6313/t/40/assets/social_spr_white_2x_h.png?17290284300188685297') 0 0 no-repeat;
  
    opacity: 0;
    -webkit-transition: all .25s ease-in;
    transition: all .25s ease-in;
}

.social-links a:hover {
  opacity: 1;
}

.social-links .facebook a {}

.social-links .facebook, .social-links .facebook a { background-position: -2px 0; }
.social-links .twitter, .social-links .twitter a { background-position: -47px 0; }
.social-links .rss, .social-links .rss a { background-position: -88px 0; }
.social-links .pinterest, .social-links .pinterest a { background-position: -135px 0; }
.social-links .google, .social-links .google a { background-position: -176px 0; }
.social-links .instagram, .social-links .instagram a { background-position: -223px 0; }
.social-links .vimeo, .social-links .vimeo a { background-position: -264px 0; }
.social-links .youtube, .social-links .youtube a { background-position: -308px 0; }
.social-links .flickr, .social-links .flickr a { background-position: -352px 0; }
.social-links .tumblr, .social-links .tumblr a { background-position: -399px 0; }
.social-links .email, .social-links .email a { background-position: -489px 0; }


.social .socitem {
  vertical-align:top;
  display:inline-block;
  zoom:1;
  *display:inline;
  position: relative;
}

.social .socitem.label {
  margin: -2px 10px 0 0;
}

.social .socitem .social-btn {
  overflow: hidden;
  float: left;
  width: 85px;
  height: 0px;
  padding-top: 41px;
  background: url(//cdn.shopify.com/s/files/1/0297/6313/t/40/assets/social-buttons-spr.png?17290284300188685297) no-repeat left top;
}

.social .socitem .googleplus-btn { display: none; }

.social .socitem .twitter-btn { background-position: -2px top; }
.social .socitem .pinterest-btn { background-position: -267px top; }
.social .socitem .facebook-btn { background-position: -91px top; }
.social .socitem .email-btn { background-position: -180px top; }

.social .socitem:hover .twitter-btn { background-position: -2px bottom; }
.social .socitem:hover .pinterest-btn { background-position: -267px bottom; }
.social .socitem:hover .facebook-btn { background-position: -91px bottom; }
.social .socitem:hover .email-btn { background-position: -180px bottom; }

.template-product .social .socitem.label {
  margin-top: 10px;
}

.social .socitem.fancycont a {
}

#content .social .socitem .actual-btn a {
  position: absolute!important;
  opacity: 0!important;
  left: 0!important;
  top: 0!important;
  width: 100%!important;
  height: 100%!important;
}

.fade-load {
  min-height: 160px;
  background: url(//cdn.shopify.com/s/files/1/0297/6313/t/40/assets/loading-logo.jpg?17290284300188685297) no-repeat center center;
}

.fade-load img {
  opacity: 0;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -ms-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}

.no-js .fade-load,
.fade-load.loaded {
  min-height: 0;
}

.no-js .fade-load img,
.fade-load.loaded img {
  opacity: 1;
}

/* Product listing */


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

.product-block .block-inner {
  background: url(//cdn.shopify.com/s/files/1/0297/6313/t/40/assets/loading-logo.jpg?17290284300188685297) no-repeat center top;
}

.product-block .image-cont {
  position: relative;
  height: 270px;
  padding-bottom: 0px;
  background: transparent;
  -webkit-transition: background 500ms;
  -moz-transition: background 500ms;
  -ms-transition: background 500ms;
  -o-transition: background 500ms;
  transition: background 500ms;
}

.product-block .image-cont.img-loaded {
  background: #fff;
}

.product-block .image-cont img {
  max-height: 270px;
  width: auto;
  opacity: 0;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -ms-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}

.product-block .image-cont img.loaded,
.no-js .product-block .image-cont img {
  opacity: 1;
}

.product-block .productlabel {
  position: absolute;
  
  top: 50%;
  margin-top: -20px;
  
  left: 0;
  right: 0;
  text-align: center;
}

.productlabel > span {
  padding: 6px 20px;
  background: #5acee5;
  color: #ffffff;
  
  text-transform: uppercase;
  
  font-size: 80%;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.productlabel.soldout > span {
  overflow: hidden;
  background: transparent url(//cdn.shopify.com/s/files/1/0297/6313/t/40/assets/button-soldout.png?17290284300188685297) no-repeat left top;
  padding: 60px 0 0;
  width: 175px;
  height: 0;
}

.productlabel.general > span {
  background: #96bf48;
}

.product-block .hover-info {
  display: block;
  color: inherit;
}

.ie7 .product-block .hover-info,
.ie8 .product-block .hover-info{
  display: none;
}

.product-block .hover-info .bg {
  background: #ffffff;
  opacity: 0.9;
  filter: alpha(opacity=90);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  -webkit-transition: opacity 150ms;
  -moz-transition: opacity 1500ms;
  transition: opacity 150ms;
}

.product-block .hover-info > .inner {
  width: 100%;
  padding: 5px 0;
  position: relative;
  z-index: 10;
}

.product-block .hover-info .title {
  margin: 0 5px 5px;
  line-height: 1.1em;
}

.product-block .hover-info > .inner > .innerer {
}

.ie7 .product-block .hover-info > .inner > .innerer {
  display: block;
}

.product-block .hover-info .reducedfrom {
  font-style: italic;
  color: #bbb;
  margin: 0 5px;
  display: inline;
}

.product-block .hover-info .reducedfrom .amount {
  text-decoration: line-through;
}

.product-block .hover-info .price {
  margin: 0 5px;
}

.product-block .hover-info .price .from {
  font-size: 80%;
  color: #545454;
}

.product-block.on-sale .hover-info .price {
  color: #de5949;
  font-weight: bold;
}

.product-block.expanded .image-cont:after {
  top: 270px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #ededed;
  border-width: 15px;
  left: 50%;
  margin: -9px 0 0 -15px;
}

/* Collection blocks - in style of product block */

.product-block.collection-block .productlabel {
  
  margin-top: -30px;
  
}

.product-block.collection-block .productlabel > span {
  background: #e94b3f;
  color: #ffffff;
  -moz-transition: background-color 100ms;
  -webkit-transition: background-color 100ms;
  transition: background-color 100ms;
  
}

.product-block.collection-block:hover .productlabel > span {
  background: #c93e34;
}

.product-block.collection-block .productlabel .count {
  text-transform: none;
  font-style: italic;
  display: block;
}

.collection-slider-row.is-showing-collections {
  
  background: #f5f5f2;
  
}

.collection-slider-row.is-showing-collections .collection-listing {
  height: 330px;
}

/* Search results */
.product-block.page-block {
}

.product-block.page-block .block-inner {
  border: 1px solid #000;
  
  width: 25%;
  
  overflow: hidden;
}

.product-block.page-block .block-inner .text-cont {
  padding: 20px;
  overflow: hidden;
  text-align: left;
}

/* Product detail */
.product-detail .gallery {
  position: relative;
  float: left;
  width: 52%;
}

.product-detail .gallery img {
  max-width: 100%;
  height: auto;
  width: auto;
  vertical-align: top;
}

.product-detail .gallery .main-image {
  margin: 0 20px 20px;
  text-align: center;
}

.product-detail .gallery .main-image a {
  display: block;
}

.product-detail .gallery.has-thumbnails .main-image {
  margin-left: 70px;
}

.product-detail .gallery .thumbnails {
  position: absolute;
  top: 0;
  left: 0;
  width: 58px;
}

.product-detail .gallery .thumbnails a {
  display: block;
  border: 1px solid #ddd;
  margin-bottom: 6px;
  overflow: hidden;
}

.product-detail .gallery .thumbnails a:hover {
  border-color: #999;
}

.product-detail .detail {
  text-align: left;
  position: relative;
  float: left;
  width: 42%;
  margin: 0 0 0 25px;
}

.product-detail .title {
  margin: 0 0 0.4em;
}

.product-detail .price {
  font-weight: 100;
}

.product-detail .detail .pura-points {
  /*text-decoration: underline;*/
  font-size: 14px;
}

.product-detail .price .was-price {
  margin-right: 10px;
  text-decoration: line-through;
  color: #de5949;
}

.product-detail .detail > .productlabel {
  position: static;
  float: right;
  margin: 0 0 10px 10px;
}

.product-detail .detail .space {
  margin-bottom: 1em;
}

.product-detail .detail .description {
  margin: 25px 0;
  font-size: 14px;
  line-height: 20px;
}

.product-detail .description {
  clear: both;
}

.product-detail .description,
.product-detail .description p {
  font-family: Open Sans;
  font-weight: 300;
}

.product-detail .product-form .input-row {
  margin: 26px 0 10px;
  clear: both;
}

.product-detail .product-form .input-row label {
  float: left;
  width: 80px;
  margin-bottom: 10px;
}

.product-detail .product-form .input-row label.singleopt {
  float: none;
  width: auto;
}

.product-detail .product-form .input-row label[for="quantity"] {
  margin-top: 8px;
}

.product-detail .product-form .input-row .selector-wrapper {
  clear: both;
}

.product-detail .product-form .input-row .inline-option .selector-wrapper {
  clear: none;
  display: inline;
}

.product-detail .product-form .input-row select {
  min-width: 70px;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 4px;
  border: 1px solid #cccccc;
  -webkit-appearance: menulist-button;
}

/* Slide-out product detail, i.e. home, collection */

.collection-listing .product-detail {
  background: #ededed;
  overflow: hidden;
  position: relative;
  line-height: 1.6em;
}

.collection-listing .product-detail .inner {
  padding: 50px 90px;
}

.collection-listing-stream .product-detail .gallery .thumbnails,
.collection-listing .product-detail .gallery .thumbnails {
  position: static;
}

.collection-listing-stream .product-detail .gallery .thumbnails > *,
.collection-listing .product-detail .gallery .thumbnails > * {
  display: inline;
  margin: 0;
}

.collection-listing-stream .product-detail .gallery .thumbnails .active,
.collection-listing .product-detail .gallery .thumbnails .active {
  text-decoration: underline;
}

.collection-listing .product-detail,
.collection-listing .product-detail h1,
.collection-listing .product-detail h1 a,
.collection-listing .product-detail h1.majortitle,
.collection-listing .product-detail h2,
.collection-listing .product-detail h3,
.collection-listing .product-detail h4,
.collection-listing .product-detail h5,
.collection-listing .product-detail h6 {
  color: #464e54;
}

.collection-listing .product-detail a {
  color: #5acee5;
}

.collection-listing .product-detail a.button {
  background-color: #5acee5;
  color: #fff;
}

.collection-listing .product-detail a.button:hover {
  background-color: #5acee5;
}

.collection-listing .product-detail .gallery .main-image,
.collection-listing-stream .product-detail .gallery .main-image {
  margin-right: 0;
}

.product-detail .close-detail {
  position: absolute;
  right: 20px;
  top: 20px;
  background: transparent url('//cdn.shopify.com/s/files/1/0297/6313/t/40/assets/close-bg-dark.png?17290284300188685297') center center no-repeat;
  text-indent: -999em;
  width: 40px;
  height: 40px;
  padding: 10px;
}

/* Collection slider specific */


















































































.collection-slider-row {
  margin: 20px 0 0;
}

.collection-slider .collection-listing {
  overflow: hidden;
  position: relative;
  height: auto;
  margin: 0;
  padding: 10px 0 0;
}

.collection-slider-row.do-carousel .collection-slider .collection-listing {
  white-space: nowrap;
}

.collection-slider .collection-listing.slicked {
  overflow: visible;
}

.collection-slider .collection-listing .slick-slide {
  white-space: normal;
  width: 15.5%;
  margin: 0 20px;
  padding-bottom: 10px;
}
.collection-slider .collection-listing .search_result {
  line-height: 1.2em;
}
.collection-slider .collection-listing .search_result:hover,
.collection-slider .collection-listing .search_result:focus { outline: none; box-shadow: none; }

.collection-slider .collection-listing .search_result .title,
.collection-slider .collection-listing .search_result .price {
  letter-spacing: 0;
  white-space: normal;
}

/* Collection page specific */
.collection-listing {
  text-align: center;
  line-height: 0;
}

.collection-listing .product-block {
  display: inline-block;
  zoom: 1;
  *display: inline;
  
  width: 25%;
  
  padding: 10px 4%;
  vertical-align: top;
  line-height: 1.6em;
}

.collection-listing .product-block .image-cont img {
  /*max-height: 270px;*/
  max-height: 215px;
  vertical-align: top;
}

.collection-listing .product-detail {
  position: absolute;
  top: auto;
  left: 0;
  width: 100%;
  height: 0;
  margin-top: 20px;
}

/* Collection page stream-mode! */
.collection-listing-stream .block-inner {
  display: none;
}

.collection-listing-stream .product-detail {
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid #cccccc;
}

.collection-listing-stream .product-block:first-child .product-detail {
  border-top: none;
}

.collection-listing-stream .product-detail .close-detail {
  display: none;
}

/* Collection page items */
.view-as-label {
  
  text-transform: uppercase;
  
}

#view-as-tiles,
#view-as-stream {
  padding-left: 25px;
  position: relative;
  margin-left: 15px;
}

#view-as-tiles div,
#view-as-stream div {
  background: #0088cc;
  position: absolute;
  -moz-transition: background-color 100ms;
  -webkit-transition: background-color 100ms;
  transition: background-color 100ms;
}

#view-as-tiles.active,
#view-as-stream.active {
  color: #005580;
}

#view-as-tiles.active div,
#view-as-stream.active div {
  background: #005580;
  position: absolute;
}

#view-as-tiles:hover div,
#view-as-stream:hover div {
  background: #005580;
}

#view-as-tiles div {
  height: 6px;
  width: 6px;
}

#view-as-tiles .fluff1 { left: 0; top: 0; }
#view-as-tiles .fluff2 { left: 8px; top: 0; }
#view-as-tiles .fluff3 { left: 0; top: 8px; }
#view-as-tiles .fluff4 { left: 8px; top: 8px; }

#view-as-stream .fluff {
  left: 0;
  top: 0;
  height: 14px;
  width: 14px;
}

.slimcontainer {
  width: 950px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* Blog / articles */
.article-list .article {
  padding-top: 28px;
  padding-bottom: 28px;
}

.template-article .article {
  padding-top: 50px;
  padding-bottom: 50px;
}

.article .container,
#comments.container {
  max-width: 640px;
}

.article .continue-reading {
  letter-spacing: normal;
  margin: 1em 0;
}

.article .meta {
  font-style: italic;
  letter-spacing: normal;
}

.article .meta .time {
  display: block;
  opacity: 0.9;
}

.article .meta .tags .label {
  color: #333333;
}

.article .meta .tags a {
  opacity: 0.9;
  color: inherit;
}

.article .meta .tags a:hover {
  color:#005580;
}

.template-blog .article-list .article {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 33%;
}

.template-blog .article-list .article > .container > .user-content > .split-image {
  margin: 1em 0;
  display: inline-block;
  width: 100%;
}

.template-blog .article .share-counter {
  position: absolute;
  top: 15px;
  right: 0;
  border: none;
  padding: 0;
}
.template-blog .article .share-counter .count-area .count { font-size: 35px; }
.template-blog .article .share-counter .share-links { display: none; }
.template-blog .article > .container > h2 { margin-right: 64px; }

.user-content {
  letter-spacing: normal;
  font-family: Open Sans;
  font-weight: 300;
}

.user-content h1,
.user-content h2,
.user-content h3,
.user-content h4,
.user-content h5,
.user-content h6 {
  letter-spacing: 1px;
  margin: 1em 0 5px;
}

.user-content a:hover {
  text-decoration:underline;
}

.user-content p {
  font-family: Open Sans;
  font-weight: 100;
}

.user-content iframe {
  max-width: 100%;
}

.insta-button {
  width: 254px;
  margin: -247px 0px 0px 85px;
  padding: 5px 15px;
  position: absolute;
  font-size: 35px;
  font-weight: 300;
  color: #ffffff !important;
  text-align: center;
  text-decoration: none !important;
  transition: all 200ms ease-in-out 0s;
  -webkit-transition: all 200ms ease-in-out 0s;
  border-radius: 5px;
  background-color: #e94b3f;
}

/* Meta info */
.meta .iconmeta {
  padding-left: 25px;
  margin-right: 10px;
  line-height: 1.4em;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.meta .iconmeta:before {
  content: ' ';
  float: left;
  margin: 0 0 0 -25px;
  height: 20px;
  width: 20px;
  background: url('//cdn.shopify.com/s/files/1/0297/6313/t/40/assets/meta_icons_grey.png?17290284300188685297') no-repeat 0 0;
}

.meta .iconmeta a {
  white-space: nowrap;
}

.meta .iconmeta.time:before {
  background-position: 0 -162px;
}

.meta .iconmeta.tags:before {
  background-position: 0 -80px;
}

/* Cart */

#cartform .divider {
  padding-bottom: 40px;
  margin-bottom: 20px;
  border-bottom: 1px solid #cccccc;
}

#cartform .item-list {
  margin: 10px 0 40px;
}

#cartform .item {
  clear:both;
  list-style:none;
  position:relative;
  border-top: 1px solid #cccccc;
  padding: 10px 0;
}

#cartform .item:first-child {
  border-top: none;
}

#cartform .item a.remove {
  color: #000;
  position: absolute;
  top: 45px;
  right: 5%;
  text-decoration: none;
  font-weight: bold;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

#cartform .item .image {
  width: 180px;
  height: 124px;
  line-height: 100px;
  margin: 0 2% 0 0;
  float: left;
}

#cartform .item .image img {
  vertical-align: middle;
}

#cartform .item .desc {
  overflow: hidden;
  margin: 40px 50% 0 0;
}

#cartform .item .desc .name {
  color: inherit;
  display: block;
}

.pura-points {
  color: #f07a7b;
}

#cartform .item .desc .pura-points {
  margin-bottom: 2.0em;
  color: #f07a7b;
}

#cartform .item .quantity {
  position: absolute;
  top: 40px;
  right: 30%;
  width: 130px;
}

#cartform .item .quantity input {
  width: 34px;
  padding-left: 2px;
  padding-right: 2px;
  text-align: center;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

#cartform .item .line-total {
  margin-top: 5px;
  position: absolute;
  top: 40px;
  right: 10%;
  width: 90px;
  text-align: right;
}

#cartform .checkout-note {
  width: 50%;
}

#cartform .checkout-note textarea {
  width: 370px;
  max-width: 90%;
  margin-top: 10px;
}

#cartform .totals-area {
  text-align: center;
}

#cartform .totals-area .checkout-col {
  float: right;
}

#cartform .totals-area .subtotal {
  margin: 0 0 40px;
}

#cartform .totals-area .checkout-buttons {
  margin: 0 0 40px;
}

#cartform .termsagreement {
  margin-bottom: 5px;
}

#cartform .termsagreement label {
  vertical-align:middle;
}

#additional-checkout-buttons input,
.additional-checkout-buttons input {
  background: none;
  border: none;
  height: auto;
  padding: 0;
}

.additional-checkout-buttons .amazon-payments-pay-button {
  margin-left: 20px;
  vertical-align: middle;
}
.additional-checkout-buttons .amazon-payments-pay-button img {
  vertical-align: top;
}

#cartform #shipping-calculator {
}

#cartform #shipping-calculator .inputrow {
  float: left;
  clear: none;
  width: 20%;
  padding: 0 30px 20px 0;
}

#cartform #shipping-calculator .inputrow label {
  display: block;
  float: none;
  margin: 0 0 10px 0;
}

#cartform #shipping-calculator .inputrow.ziprow {
  width: auto;
  overflow: hidden;
  padding-right: 0;
}

#cartform #shipping-calculator .inputrow.ziprow input {
  width: auto;
}

#cartform #shipping-calculator .inputrow.ziprow #address_zip {
  width: 120px;
  margin-right: 20px;
}

#cartform #shipping-calculator #wrapper-response {
  padding: 20px 0;
  clear: both;
}

/** Forms **/

#template { /* All default Shopify form templates start with #template */
  text-align: left;
}
#template.align-center,
#template.align-centre {
  text-align: center;
}

#template .template_header {
  margin: 40px 0;
}

#template input[type="text"],
#template input[type="email"],
#template input[type="number"],
#template input[type="password"],
#template input[type="address"],
#template input[type="date"] {
  width: 398px;
  text-align: center;
}

#template textarea {
  width: 362px;
}

#template label {
  
  text-transform: uppercase;
  
  font-size: 85%;
}

#template .action_bottom {
  margin-top: 27px;
}

#template .note {
  display: block;
}

#template .errors {
  margin: 10px 25px;
  font-style: italic;
}

#template .errors li {
  list-style: none;
}

#template .spaced-form .large_form {
  margin-bottom: 10px;
}

/* In this section, every line has .jsforms before it */
#template .large_form {
  position: relative;
  margin-top: -1px;
}

#template .large_form label {
  
  display: block;
  text-align: left;
  padding-left: 0;
  line-height: 1.2em;
  margin: 6px 0 1px;
}
#template .align-centre .large_form label,
#template .align-center .large_form label,
#template.align-centre .large_form label,
#template.align-center .large_form label {
  text-align: center;
}

#template .large_form.select label {
  position: relative;
}

#template .large_form.select select {
  min-width: 250px;  
  height: 32px;
  display: block;
  margin: 15px auto;
  padding: 4px;
  font-size: 12px;
  line-height: 32px;
  border: 1px solid #cccccc;
  -webkit-appearance: menulist-button;
}

#template .large_form.select option {
  height: 30px;
}

/* / In this section, every line has .jsforms before it */

#template.lefty-form {
  text-align: left;
}

#template.lefty-form input[type="text"],
#template.lefty-form input[type="email"],
#template.lefty-form textarea {
  text-align: left;
}

#template.righty-form {
  text-align: center;
}

#template.righty-form input[type="text"],
#template.righty-form input[type="email"],
#template.righty-form textarea {
  text-align: center;
  width: 100%;
  padding-left: 2%;
  padding-right: 2%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#template.righty-form textarea {
  text-align: left;
}

#template.looser-form .large_form {
  margin-bottom: 20px;
}

.tf-page-fundraising #template {
  padding-top: 11%;
}

#address_tables {
  margin-top: 40px;
}

#admin_header {
  margin: 20px 0 40px;
}

#admin_header .title {
  text-align: center;
}

#admin_header .action_return {
  margin-bottom: 20px;
}

#customer_sidebar {
  float: left;
  width: 33%;
}

#customer_detail .address p,
.address_table .view_address p,
#order_address .address p {
  margin-bottom: 0;
}

#customer_orders {
  float: right;
  width: 60%;
}

#order_address {
  margin-top: 10px;
}

#order_address #order_payment {
  float: left;
  width: 48%;
  margin-bottom: 20px;
}

#order_address #order_shipping {
  float: right;
  width: 48%;
  margin-bottom: 20px;
}

#order_details {
  clear: both;
  width: 100%;
}

#comments .comment {
  padding-top: 20px;
  border-top: 1px solid #cccccc;
}

#comments .comment.first {
  border-top: 0;
}

#comments .comment .gravatar {
  float: left;
}

#comments .comment .detail {
  margin-left: 100px;
}

.payment-methods li {
  margin-left:5px;
  padding-top:32px;
  height:0;
  width:53px;
  overflow:hidden;
  background:url('//cdn.shopify.com/s/files/1/0297/6313/t/40/assets/payment_spr_grey.png?17290284300188685297');
  display: inline-block;
  zoom:1;
  *display:inline;
}

.payment-methods li.pay-paypal {
  background-position: -5px 0;
}
.payment-methods li.pay-visa {
  background-position: -78px 0;
  width: 44px;
}
.payment-methods li.pay-mastercard {
  background-position: -137px 0;
  width:40px;
}
.payment-methods li.pay-amex {
  background-position: -192px 0;
  width: 36px;
}
.payment-methods li.pay-discover {
  background-position: -239px 0;
  width:54px;
}
.payment-methods li.pay-cirrus {
  background-position: -305px 0;
  width: 42px;
}
.payment-methods li.pay-maestro {
  background-position: -363px 0;
  width: 42px;
}
.payment-methods li.pay-google-wallet {
  background-position: -419px 0;
  width: 101px;
}
.payment-methods li.pay-dankort {
  background-position: -525px 0;
  width: 50px;
}
.payment-methods li.pay-jcb {
  background-position: -595px 0;
  width: 38px;
}
.payment-methods li.pay-diners {
  background-position: -650px 0;
  width: 36px;
}

ul.taglist {
  margin:0;
}

ul.taglist li {
  display:inline;
  white-space: nowrap;
}

table.noborders,
table.noborders tr,
table.noborders th,
table.noborders td {
  border:0;
}

.simple-popup {
  position: absolute;
  z-index: 10000;
  width: 140px;
  padding: 10px 15px;
  border: 1px solid #cccccc;
  background: #ffffff;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  border-radius:3px;
  -webkit-box-shadow: 0 0 2px 0 #888;
  -moz-box-shadow: 0 0 2px 0 #888;
  box-shadow: 0 0 2px 0 #888;
  text-align:center;
}

.fb_iframe_widget iframe {
  max-width:none;
}

/* Overlays over slider and ad on homepage */
.slide .overlay-text {
  position: absolute;
  top: 0;
  left: 10%;
  width: 80%;
  height: 100%;
  text-align: center;
}

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

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

.slide .overlay-text .inner {
  display: table;
  width: 100%;
  height: 100%;
}

.slide .overlay-text .text {
  font-size: 32px;
  line-height: 1px; /* set small so table doesn't get too large */
  margin: 0;
  display: table-cell;
  vertical-align: middle;
}

.ie7 .slide .overlay-text .text {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
}

.slideshow {
  
}

.slideshow .overlay-text .button {
  background: ;
  border-color: ;
  color: #ffffff;
}

.slideshow .slide .overlay-text .text span {
  line-height: 1.2em;
  color: #464e54;
  
  padding: 5px 10px;
  display: inline-block;
  zoom:1;
  *display:inline;
}

/* Full width ad only */
.full-width-image {
  overflow: hidden;
  position: relative;
  
  background: #edfcff;
  
  line-height: 0;
}

.full-width-image img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.full-width-image .overlay-text,
.full-width-image h1 span {
  color: ;
}

.slide.full-width-image .overlay-text .text {
  font-size: 32px;
}

.slide.full-width-image .overlay-text .text span {
  line-height: 1.2em;
  
  padding: 5px 10px;
  vertical-align: middle;
  display: inline-block;
  zoom:1;
  *display:inline;
}

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

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

a .state {
  display: inline-block;
  zoom:1;
  *display:inline;
  width: 1em;
  text-align: center;
}

/* Content and content layouts */

.spaced-row {
  margin-bottom: 40px;
}

.padded-row {
  padding-top: 40px;
  padding-bottom: 40px;
}

.strongly-padded-row {
  padding-top: 80px;
  padding-bottom: 80px;
}

.padless-bottom {
  padding-bottom: 0;
}

.content img,
/*.content iframe*/,
.content embed,
.content object {
  max-width: 100%;
  height: auto;
}

.layout-column-half-left {
  float: left;
  width: 45%;
}

.layout-column-half-right {
  float: right;
  width: 45%;
}

.layout-column-half-centre {
  margin-left: auto;
  margin-right: auto;
  width: 46%;
}

.layout-column-more-left {
  width: 60%;
}

.layout-column-less-right {
  width: 35%;
}

.layout-content-with-image-left .image-cont,
.layout-content-with-image-right .image-cont {
  display: inline-block;
  zoom:1;
  *display:inline;
  
  width: 33%;
  text-align: center;
  vertical-align: middle;
}

.layout-content-with-image-left .content,
.layout-content-with-image-right .content {
  display: inline-block;
  zoom:1;
  *display:inline;
  
  width: 60%;
  margin-right: 5%;
  vertical-align: middle;
}

.layout-content-with-image-left .content {
  margin-left: 5%;
  margin-right: 0;
}

.layout {
  position: relative;
}

.layout .col-third {
  float: left;
  width: 30%;
  margin-left: 5%;
}
.layout .col-two-thirds {
  float: left;
  width: 63%;
  margin-left: 5%;
}

.layout .col-third.left, .layout .col-two-thirds.left {
  margin-left: 0;
}

.layout .col-third.right, .layout .col-two-thirds.right {
  float: right;
  margin-left: 0;
}

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

#content .image-links {
  padding: 63px 0 25px 0;
}

#content .image-links .image-link {
  width: 31.4%;
  float: left;
  text-align: center;
}

#content .image-links .image-link.block-2 {
  margin: 0 2.9%;
}

#content .image-links .image-link img {
  max-width: 100%;
  height: auto;
  text-align: center;
}

/* Pages */
.page-campus-reps .absolute .page-content {
  margin-bottom: 20px;
  padding: 20px;
  font-size: 13px;
  color: #fff;
  background: #000;
  background: rgba(0,0,0,0.3);
}
.page-campus-reps .absolute .page-content p:last-of-type { margin-bottom: 0; }
/*.page-container { position: relative; }
.page-campus-reps #template { width: 514px; }
.page-campus-reps .page-content {
  width: 472px;
  position: absolute;
  top: 29px;
  right: 58px;
  padding: 20px 20px 19px 20px;
  text-align: justify;
  background: #fff;
}
.page-campus-reps .page-content p:last-of-type { margin-bottom: 0; }
.page-campus-reps #template {
  position: absolute;
  top: 382px;
  right: 58px;
  z-index: 10;
}*/

/* Shop Locator */
.search_bar .search_within_distance {
  width: 17% !important;
  margin-top: 11px;
}

.search_bar .search_limit {
  width: 13% !important;
  margin-top: 11px;
}

.search_bar button {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: inone !important;
  background: #e94b3f !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  display: inline-block;
  color:#ffffff !important;
  font-family: arial;
  font-size: 16px !important;
  font-weight: 300 !important;
  padding: 16px 15px 14px !important;
  text-shadow: none !important;
  margin-left: 10px;
  -moz-transition: all 200ms !important;
  -webkit-transition: all 200ms !important;
  transition: all 200ms !important;
  margin-left: 30px !important;
  float: right;
}

.search_bar button:hover {
  background: #c93e34 !important;
}

.scaled-text {
  transition: font-size 300ms;
}

.quantity-row .qty-col,
.quantity-row .btn-col {
  float: left;
}
.quantity-row .qty-col {
  width: 33%;
}

.quantity-row .btn-col {
  margin-left: 2%;
  width: 64%;
}

.quantity-row label {
  display: none;
}

.quantity-row .quantity,
.quantity-row button {
  float: left;
  width: 33.333%;
  padding: 0;
  line-height: 45px;
  background: white;
  border: 1px solid #ddd;
  color: #333;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.quantity-row .quantity {
  border-left: 0;
  border-right: 0;
}
.quantity-row button {
  color: #979797;
}
.quantity-row button:hover {
  background-color: #7dcdca;
  color: white;
}

.quantity-row input[type=submit] {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.product-price-area {
  margin: 0 0 27px;
}

.detail .yotpo .text-m {
  padding-left: 4px;
  font-size: 16px;
  line-height: 22px;
}
.product-block .yotpo .text-m {
  padding-left: 4px;
  font-size: 15px;
  line-height: 22px;
}

@media only screen and (max-width: 767px) {
  .quantity-row .qty-col,
  .quantity-row .btn-col {
    float: none;
    width: auto;
  }
  .quantity-row .btn-col { margin: 20px 0 0; }
}

#content .yotpo .promoted-products-box .yotpo-main-title,
#content #unbxd_also_viewed .unbxd-headLeftHz .unbxd-class1,
#content #unbxd_recommended_for_you .unbxd-headLeftHz .unbxd-class1,
#content #unbxd_recently_viewed .unbxd-headLeftHz .unbxd-class1 {
  font: 700 26px Montserrat;
  text-align: center;
  margin-bottom: 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
  white-space: normal;
}
#content #unbxd_also_viewed .unbxd-headLeftHz .unbxd-class1,
#content #unbxd_recommended_for_you .unbxd-headLeftHz .unbxd-class1,
#content #unbxd_recently_viewed .unbxd-headLeftHz .unbxd-class1 {
  padding: 0 50px;
  width: auto;
  float: none;
}
#content #unbxd_also_viewed .unbxd-headLeftHz,
#content #unbxd_recommended_for_you .unbxd-headLeftHz,
#content #unbxd_recently_viewed .unbxd-headLeftHz {
  width: 100%;
  margin-top: -30px;
  padding: 0 
}
@media only screen and (max-width: 767px) {
  #content #unbxd_also_viewed .unbxd-headLeftHz,
  #content #unbxd_recommended_for_you .unbxd-headLeftHz,
  #content #unbxd_recently_viewed .unbxd-headLeftHz { margin-bottom: 20px; }
  
  #content #unbxd_also_viewed .unbxd-headLeftHz .unbxd-class1,
  #content #unbxd_recommended_for_you .unbxd-headLeftHz .unbxd-class1,
  #content #unbxd_recently_viewed .unbxd-headLeftHz .unbxd-class1 { padding: 0; }
  
  #content #unbxd_also_viewed .unbxd-widget-header,
  #content #unbxd_recommended_for_you .unbxd-widget-header,
  #content #unbxd_recently_viewed .unbxd-widget-header { position: relative; }
  
  
  #content #unbxd_also_viewed #arrowLeft,
  #content #unbxd_also_viewed #arrowRight {
    position: absolute;
    bottom: 0;
  }
  
  #content #unbxd_also_viewed #arrowLeft { right: 50%; }
  #content #unbxd_also_viewed #arrowRight { left: 50%; }
}

#content .olapic .olapic-nav-next{
  background-image:url(//cdn.shopify.com/s/files/1/0297/6313/t/40/assets/olapic-right-arrow1.png?17290284300188685297)!important;
  background-repeat:no-repeat;
  background-position:50% 50%;
  width:50px!important;
  position: absolute;
  top: 0;
  right: 0;
}
#content .olapic .olapic-nav-prev{
  background-image:url(//cdn.shopify.com/s/files/1/0297/6313/t/40/assets/olapic-left-arrow1.png?17290284300188685297)!important;
  background-repeat:no-repeat;
  background-position:50% 50%;
  width:50px!important;
  position: absolute;
  top: 0;
  left: 0;
}
#content .olapic .olapic-slider-copy { display:none; }
#content .olapic .olapic-slider-wrapper { width: auto; margin: 0 50px; }
@media (max-width: 480px) {
  #content .olapic .olapic-nav-button { display: none; }
  #content .olapic .olapic-slider-wrapper { margin: 0; }
}
.olapic .olapic-slider-footer { display: none; }

/*
* jQuery FlexSlider v1.8
* http://www.woothemes.com/flexslider/
*
* Copyright 2012 WooThemes
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
*/

/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}
.flex-direction-nav {height:0;}
.flex-direction-nav li {list-style:none;}

/* FlexSlider Necessary Styles
*********************************/
.flexslider { width: 100%; margin: 0; padding: 0; overflow: hidden; }
.flexslider .slides > li {display: none; } /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {max-width: 100%; display: block; margin: 0 auto; width: 100%; }/* stretch image */
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
* include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {position: relative; zoom: 1;}
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.flexslider .slides {overflow:hidden; zoom: 1; margin: 0;}
.flexslider .slides > li {position: relative; overflow:hidden;}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {zoom: 1; position: relative;}

/* Caption style */
/* IE rgba() hack */
.flex-caption {background:none; -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); zoom: 1;}
.flex-caption {width: 96%; padding: 2%; margin: 0; position: absolute; left: 0; bottom: 0; background: rgba(0,0,0,.3); color: #fff; text-shadow: 0 -1px 0 rgba(0,0,0,.3); font-size: 14px; line-height: 18px;}

/* Control Nav */
.flex-control-nav {
  text-align:center;
  margin-top:8px;
  display:none;
}
.flex-control-nav li {
  display:inline;
}
.flex-control-nav li a {
  text-indent:-9999em;
  width:4px;
  height:4px;
  background:#ddd;
  border:2px solid #ddd;
  margin:3px;
  display:inline-block;
  zoom:1;
  *display:inline;
  cursor:pointer;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; 
  
  transition: background-color 250ms, border-color 250ms;
}
.flex-control-nav li a.flex-active {
  background: #54cee6;
  border-color: #54cee6;
}

.flexslider .flex-control-nav {
  display: none;
}

.flexslider.show-control-nav .flex-control-nav {
  display: block;
}

.flex-direction-nav a {
  position: absolute;
  z-index: 10;
  cursor: pointer;
  text-indent: -9999px;
}

.flexslider .flex-direction-nav a {
  background: transparent url('//cdn.shopify.com/s/files/1/0297/6313/t/40/assets/flexslider-leftright.png?17290284300188685297') left top no-repeat;
  width: 59px;
  height: 74px;
  top: 50%;
  margin-top: -37px;
  z-index: 3000;
  opacity: 0.5;
  filter: alpha(opacity=50);
  border: 0!important;
  -moz-transition: all 200ms;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}

.flexslider .flex-direction-nav a.flex-prev {
  left: 10px;
}

.flexslider .flex-direction-nav a.flex-next {
  right: 10px;
  background-position: 100% top;
}

.flexslider:hover .flex-direction-nav a.flex-prev:hover,
.flexslider:hover .flex-direction-nav a.flex-next:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.flexslider .slides > li { list-style: none; }

/*.modlbx-mfp-bg {
  z-index: 9999998 !important;
}*/

#modlbox-container img {
  -webkit-box-shadow: 0 0 20px #aaa !important;
  -moz-box-shadow: 0 0 20px #aaa !important;
  box-shadow: 0 0 20px #aaa !important;
}

#modlbox-email {
  margin-right: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
  font-size: 15px !important;
  min-height: none !important;
  padding: 11px 15px !important;
  line-height: 15px !important;
  color: #444444 !important;
  display: block !important;
  width: 283px !important;
  text-align: center !important;
}

#modlbox-subscribe {
  margin: 7px auto 0 auto !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  font-size: 15px !important;
  text-shadow: none !important;
  display: block !important;
  padding: 16px 15px 14px 15px !important;
  line-height: 16px !important;
  border: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  background: url('http://cdn.shopify.com/s/files/1/0297/6313/files/sign-up.jpg?2943') no-repeat center !important;
  border-color: none !important;
  height: auto;
  width: 135px !important;
  text-indent: -9999px;
  overflow: hidden;
}

.modlbx-mfp-close {
  width: 56px !important;
  height: 12px !important;
  line-height: 12px !important;
  right: 135px !important;
  top: auto !important;
  bottom: 26px !important;
  padding: 0 !important;
  background: url('http://cdn.shopify.com/s/files/1/0297/6313/files/next-time.png?2954') no-repeat center !important;
  text-indent: -9999px;
  overflow: hidden;
}

.home-tiled-row {
  margin-top: 5px;
  margin-bottom: 20px;
}

.home-tiled-row > div {
  position: relative;
  float: left;
}

.home-tiled-row img,
.home-tiled-row iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.home-tiled-row iframe {
  height: 100%;
}

.home-tiled-row .image-1 {
  padding-top: 63.8%;
  width: 40%;
  margin-right: 0.5%;
}

.home-tiled-row .image-2 {
  width: 59.5%;
  margin-bottom: 0.5%;
  padding-top: 33.5%;
}

.home-tiled-row .image-3,
.home-tiled-row .image-4 {
  padding-top: 29.7%;
  width: 29.5%;
}

.home-tiled-row .image-3 {
  margin-right: 0.5%;
}

.home-tiled-row.reverse > div {
  float: right;
}

.home-tiled-row.reverse .image-1 {
  margin-right: 0;
  margin-left: 0.5%;
}

.home-tiled-row.reverse .image-3 {
  margin-right: 0;
  margin-left: 0.5%;
}

.if-no-js {
  display: none;
}
.no-js .if-no-js {
  display: block;
}


/* mobile nav */
#mobile-nav {
  background: #212529;
  position: relative;
  top: 0;
  left: 0;
  z-index: 4500;
  width: 100%;
  transition: left 250ms;
  font-size: 11px;
  line-height: 2.0em;
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #f7f8f9;
  transition: background-color 400ms;
  height: 40px;
}

#mobile-nav.nav-hovering {
  background: #000;
}
#mobile-nav > .inner {
  transition: opacity 400ms;
}
#mobile-nav.nav-hovering > .inner {
  opacity: 0.5;
}

#mobile-nav a,
#mobile-nav button {
  color: #fff;
}



#mobile-nav #toggle-mobile-menu,
#mobile-nav .tagline,
#mobile-nav .cartlink {
  padding: 9px 0;
}

#mobile-nav #toggle-mobile-menu {
  padding-left: 40px;
  position: relative;
  display: none;
  float: left;
}

#mobile-nav #toggle-mobile-menu span {
  position: absolute;
  left: 11px;
  margin-top: 10px;
  top: 0;
  width: 26px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
}

#mobile-nav #toggle-mobile-menu span.s2 { top: 7px; }
#mobile-nav #toggle-mobile-menu span.s3 { top: 14px; }


#mobile-nav .pay-it-forward-link {
  /*background-image: url(//cdn.shopify.com/s/files/1/0297/6313/t/40/assets/black_arrow.png?17290284300188685297);   // arrow */
  background-position: center left;
  background-repeat: no-repeat;
  background-color: #7DCDCA;
  text-transform: uppercase;
  /*padding: 14px 10px 12px 36px;   // for use with arrow */ 
  padding: 14px 10px 12px 10px;
  font-weight: bold;
  vertical-align: middle;
}

#mobile-nav .pay-it-forward-link:hover{
  background-color: #000;
  color: #26BFD8;
}


#mobile-nav .pay-it-forward-link .icon.icon-arrow-right {
  display: inline-block;
  position: relative;
  top: -1px;
  width: 7px;
  height: 10px;
  vertical-align: middle;
  background: url(//cdn.shopify.com/s/files/1/0297/6313/t/40/assets/header-pay-it-forward-link-icon-arrow-right.png?17290284300188685297);
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  #mobile-nav .pay-it-forward-link .icon.icon-arrow-right {
    background: url(//cdn.shopify.com/s/files/1/0297/6313/t/40/assets/header-pay-it-forward-link-icon-arrow-right-2x.png?17290284300188685297);
    background-size: 100% 100%;
  }
}


#mobile-nav .tagline {
  display: inline-block;
}

#mobile-nav .cartandlinks {
  float: right;
  letter-spacing: 1px;
}

#mobile-nav .cartandlinks > ul > li > a {
  display: inline-block;
}

#mobile-nav .cartandlinks > ul > li > a:hover {
  color: #7dcdca;
}

.switcher .selected-currency {
  background-color: #000;
}

#mobile-nav .cartandlinks ul {
  margin: 0;
  line-height: 40px;
  display: inline-block;
}

#mobile-nav .cartandlinks li {
  display: inline-block;
  margin: 0;
  padding: 0 12px 0 17px;
  position: relative;
  border-left: 1px solid #444;
}

#mobile-nav .cartandlinks li:first-child {
  border-left: 0;
}

#mobile-nav .cartandlinks.leftlinks li {
  padding: 0;
}

#mobile-nav .cartandlinks .div {
  margin: 0 5px;
}

#mobile-nav .cartandlinks .signup > a {
  padding-bottom: 15px;
}

#mobile-nav .tagline a,
#mobile-nav .cartandlinks .signup .text1 {
  color:#db2323;
}

#mobile-nav .cartandlinks .signup a:hover .text1 {
  color: inherit;
}

#mobile-nav .cartandlinks .signup .head-signup-form {
  display: none;
  position: absolute;
  z-index: 10000;
  left: 50%;
  top: 100%;
  margin-top: 8px;
  margin-left: -139px;
  width: 235px;
  padding: 20px;
  border: 1px solid #c8c8c8;
  background: #ebebeb;
  text-align: center;
}

#mobile-nav .cartandlinks .signup .head-signup-form .header-message h6,
#mobile-nav .cartandlinks .signup .head-signup-form .header-message p {
  margin-bottom: 10px;
  line-height: 1.2em;
}

#mobile-nav .cartandlinks .signup .head-signup-form .header-message .offer {
  margin-top: 20px;
  border-top: 1px solid #c8c8c8;
  margin-bottom: 0;
}

#mobile-nav .cartandlinks .signup .head-signup-form .header-message .offer > span {
  background: #ebebeb;
  padding: 5px 10px;
  position: relative;
  top: -11px;
  color:#db2323;
}

#mobile-nav .cartandlinks .signup .head-signup-form input[type=email] {
  padding: 5px;
  font-size: inherit;
  width: 223px;
}

#mobile-nav .cartandlinks .signup .head-signup-form input[type=submit] {
  display: inline;
  margin: 10px 0 0;
  padding: 5px 10px;
  font-size: inherit;
}

#mobile-nav .cartandlinks .signup.expanded .head-signup-form {
  display: block;
}

#mobile-nav .cartandlinks .signup .head-signup-form:before,
#mobile-nav .cartandlinks .signup .head-signup-form:after {
  content: ' ';
  position: absolute;
  left: 50%;
  top: -10px;
  margin: 0 0 0 -10px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #c8c8c8 transparent;
}

#mobile-nav .cartandlinks .signup .head-signup-form:after {
  top: -8px;
  border-color: transparent transparent #ebebeb transparent;
}

#mobile-nav .cartandlinks .cart-icon-svg {
  width: 30px;
  height: 24px;
  vertical-align: middle;
}

#mobile-nav .cartandlinks .cart-icon-svg path {
  fill: #fff;
}

#mce-responses {
  margin-top: 15px;
  line-height: 1.3em;
}

#mobile-nav .cartlink {
  position: relative;
  border-left: 1px solid #444;
  padding-left: 30px;
  padding-right: 51px;
  display: inline-block;
  padding-bottom: 7px;
}

#mobile-nav .cartlink i {
  font-size: 20px;
  vertical-align: top;
}

#mobile-nav .cartlink a,
#mobile-nav .cartlink a:hover {
  color: #fff;
}

#mobile-nav .cartlink img {
  vertical-align: middle;
  width: 20px;
  position: relative;
  margin-right: 5px;
}

#mobile-nav .cartlink .item-count-num {
  position: absolute;
  right: 29px;
  top: 3px;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  background: #ff9a74;
  text-align: center;
  line-height: 20px;
}

#mobile-nav .cartlink .item-count-num:hover {
  background: #7DCDCA;
}

#mobile-nav .cartlink .item-count-num:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0 0;
  border-color: #ff9a74 transparent transparent transparent;
}

#mobile-nav .cartlink .item-count-num:hover:after {
  border-color: #7DCDCA transparent transparent transparent;
}

#mobile-search {
  margin: 10px;
  border: 1px solid #d7d7d7;
  position: relative;
}

#mobile-search button {
  position: absolute;
  top: 7px;
  right: 15px;
  z-index: 3;
  width: auto;
  color: #000;
  font-size: 14px;
}
#mobile-search input {
  position: relative;
  z-index: 2;
  height: 40px;
  box-sizing: border-box;
  width: 100%;
  line-height: 25px;
  border-radius: 0;

  margin: 0;
  padding: 0 40px 0 15px;
  font-size: 12px;
  line-height: 12px;
  font-style: italic;
  background-color: white;
  border: 0;
  color: #797979;
}
#mobile-search a.toggle-search {
  position: absolute;
  top: 23px;
  right: 15px;
  color: #000;
  z-index: 4;
  font-size: 14px;
}


#mobile-menu {
  position: fixed;
  visibility: hidden;
  z-index: 499;
  top: 0;
  left: 0;
  /*left: -240px;
  transform: translate(0px);
  transition: transform 0.5s cubic-bezier(0.75, 0.03, 0.52, 1);*/
  width: 240px;
  bottom: 0;
  overflow: auto;
  padding: 0;
  margin: 0;
  background: #f8f8f8;
}

#mobile-menu ul {
  margin: 0;
  padding: 0;
}

#mobile-menu a {
  color: #000;
  display: block;
  padding: 16px 15px;
  border-bottom: 1px solid #dedede;
  font-size: 15px;
  line-height: 1.2em;
  font-weight: normal;
  font-family: Raleway;
  text-transform: uppercase;
}

#mobile-menu ul ul,
#mobile-menu a.free-bracelets {
  display: none;
}

#mobile-menu a.offer {
  background: #7dcdca;
}

#mobile-menu .invite-friends a {
  background: #ef797b;
  color: #fff;
  font-size: 13px;
  white-space: nowrap;
}

#mobile-menu ul ul li a {
  border-color: #c5c5c5;
}

#mobile-menu ul li.has-children {
  position: relative;
}
#mobile-menu ul li.has-children > a {
}
#mobile-menu ul li.has-children:after {
  font-family: FontAwesome;
  content: "\f078";
  position: absolute;
  pointer-events: none;
  top: 16px;
  right: 20px;
  color: black;
  font-size: 12px;
  transform: rotate(0);
  transition: transform 500ms, color 500ms;
}
#mobile-menu ul li.has-children.expanded:after {
  transform: rotate(180deg);
}
#mobile-menu ul ul {
  background: #dfdfdf;
}

/* Mobile  menu */

#wrapthewrapall {
  width: 100%;
  overflow: hidden;
}

#wrapall {
  position: relative;
  z-index: 500;
  background: #ffffff;
}

.cover-all {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  /*background: rgba(0,0,0,0.4);*/
  pointer-events: none;
  opacity: 0;
  transition: opacity 500ms;
}
.revealnav .cover-all {
  opacity: 1;
  pointer-events: auto;
}

.ie9 .cover-all {
  display: none;
}
.ie9 .revealnav .cover-all {
  display: block;
}

/*.revealnav #mobile-menu {
  transform: translate(240px);
}*/
#pageheader {
  transform: translate(0);
  transition: transform 0.5s cubic-bezier(0.75, 0.03, 0.52, 1);
}
.revealnav #wrapall,
.revealnav #pageheader.permitfixed {
  transform: translate(240px);
}

/* Signup page */
#content .signup-page {
  margin-top: 20px;
  color: #ffffff;
}

#content .signup-page a {
  color: #ffffff;
}

#content .signup-page .overlay-text {
  line-height: 1em;
  padding-top: 10%;
  padding-bottom: 40px;
}

#content .signup-page .mc-field-group {
  width: auto;
  padding-bottom: 1%;
}

#content .signup-page .mc-field-group label {
  display: none;
}

#content .signup-page .mc-field-group input {
  font-size: 18px;
  line-height: 1em;
  padding-top: 7px;
  padding-bottom: 4px;
}

/* HTML5 input placeholders */
#content .signup-page .mc-field-group input::-webkit-input-placeholder {
  font-family: Lato;
  font-weight: lighter;
}

#content .signup-page .mc-field-group input:-moz-placeholder { /* Firefox 18- */
  font-family: Lato;
  font-weight: lighter;
}

#content .signup-page .mc-field-group input::-moz-placeholder {  /* Firefox 19+ */
  font-family: Lato;
  font-weight: lighter;
}

#content .signup-page .mc-field-group input:-ms-input-placeholder {
  font-family: Lato;
  font-weight: lighter;
}

#content .signup-page .first-name,
#content .signup-page .last-name {
  float: left;
  width: 35%;
  margin-right: 2%;
  clear: none;
}

#content .signup-page .birthday {
  float: left;
  clear: none;
  color: #ffffff;
}

#content .signup-page .birthday .datefield {
  padding: 0;
}

#content .signup-page .birthday .datefield input {
  width: 60px;
}

#content .signup-page .input-with-button {
  position: relative;
  margin-right: 200px;
}

#content .signup-page .input-with-button .button-area {
  position: absolute;
  right: -200px;
  top: 0;
}

#content .signup-page .button {
  color: #ffffff;
  background: #eb1212;
  box-shadow: 0 4px 0 0 #a32424;
  border-radius: 5px;
  margin-left: 5%;
  padding-top: 3px;
  padding-bottom: 3px;
  position: relative;
  top: -1px;
}

#content .signup-page .button:hover {
  background: #eb1212;
  top: 1px;
  box-shadow: 0 2px 0 0 #a32424;
}

#content .signup-page div#mce-responses {
  padding: 0;
  float: none;
  width: auto;
  margin: 0;
}

#content .signup-page #mce-error-response {
  background: rgba(0,0,0,0.4);
  padding: 1em;
  width: auto;
  float: none;
}

.story-row {
  padding: 5% 0;
  background: url(//cdn.shopify.com/s/files/1/0297/6313/t/40/assets/pencilline-grey.jpg?17290284300188685297) center bottom no-repeat;
}

.story-row.last {
  background-image: none;
}

.story-row.image-right .mob-img {
  display: none;
}

.story-row .left,
.story-row .right {
  display: inline-block;
  zoom:1;
  *display:inline;
  
  width: 44%;
  vertical-align: middle;
}

.story-row .left {
  margin-right: 5%;
}

.story-row .right {
  margin-left: 5%;
}

#pagefooter .mobile.footer-nav {
  display: none;
}

.bf-row {
  margin: 1% 0;
}

.bf-row img {
  vertical-align: top;
  width: 100%;
}


.bf-row.imgs-2 { margin-left: -1%; }
.bf-row.imgs-2 img {
  float: left;
  width: 49%;
  margin-left: 1%;
}

.bf-row.imgs-3 { margin-left: -1%; }
.bf-row.imgs-3 img {
  float: left;
  width: 32.33333%;
  margin-left: 1%;
}

.mobile-logo {
  position: absolute;
  width: 170px;
  top: 6px;
  left: 50%;
  margin-left: -85px;
}

.free-shipping-note {
  margin: 0 -40px;
}

.template-product #content {
  padding-top: 27px;
}

/* Responsive styles */

/* 
 * This media query is specifically for shunting logo onto its own line
 * before search/social icons overlap.
*/
.mobile, .mobile-ib { display: none; }

/* Olapic */
.template-index div.olapic_widget {
  margin-top: 6px;
  margin-bottom: 2px;
}

@media only screen and (max-width: 1334px) {
  .nav-row a { padding: 0 13px; }
}

@media only screen and (max-width: 1300px) {
  .template-index #olapic_specific_widget,
  .template-product .olapic_widget { display: block; }
  .search-box .search-form input[type="text"] { width: 250px; }
}

@media only screen and (max-width: 1100px) {
  .template-blog .article-list .article {
    width: 49.5%;
  }
  .nav-row a {
    padding: 0 8px;
  }
  
  .mega-title, h1.mega-title, h2.mega-title, h3.mega-title {
    font-size: 50px; line-height: 1.1em;
  }
}

@media only screen and (max-width: 1050px) {
  .search-box .search-form input[type="text"] { width: 150px; }
  #pageheader .logo {
    width: 130px;
    padding-top: 24px;
  }
  #mobile-nav .cartandlinks li.phone,
  #mobile-nav .cartandlinks li.help {
    display: none;
  }
}

/* iPad Landscape */
@media only screen and (min-width: 960px) and (max-width: 1262px) {

  .page-campus-reps.form-over-image .absolute { display: none; }
  .page-campus-reps.form-over-image .mobile.layout-column-half-left,
  .page-campus-reps.form-over-image .mobile.layout-column-half-right { display: block; }
}


/* Roughly tablet size */
@media only screen and (max-width: 959px) {
  .layout .col-third {
    float: none;
    width: auto;
    margin-left: 0;
  }
  
  .layout .col-third,
  .layout .col-third.left,
  .layout .col-third.right {
    float: none;
    width: auto;
    margin-bottom: 20px;
    margin-left: 0;
  }
  
  #customer_sidebar,
  #customer_orders,
  #order_address #order_payment,
  #order_address #order_shipping {
    float: none;
    display: block;
    width: auto;
    margin: 20px 0;
  }
  
  #mobile-nav .cartandlinks li.phone,
  #mobile-nav .cartandlinks li.help {
    display: none;
  }
  
  .nav-row a {
    padding: 0 5px;
  }
  
  #pageheader .logo-area {
    position: relative;
    padding: 0;
  }
  
  #pageheader .logo {
    padding-left: 10px;
    padding-right: 8px;
  }
  
  #pageheader .util-area {
    position: static;
  }
 
  #pageheader .util-area > ul {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: #efefef;
    text-align: center;
  }
  
  #pageheader .util-area li {
    float: none;
  }
  
  .page-header {
    padding-top: 0;
  }
  
  .nav-row a {
/*    padding-left: 14px;
    padding-right: 14px;*/
    line-height: 36px;
  }
  
  .mega-title, h1.mega-title, h2.mega-title, h3.mega-title {
    font-size: 40px;
  }
  
  #cartform .item .desc {
    margin-right: 43%;
  }
  
  #cartform .item .quantity {
    right: 23%;
  }
  
  #cartform #shipping-calculator .inputrow {
    width: auto;
  }
  
  #cartform #shipping-calculator .inputrow input {
    margin-bottom: 20px;
  }
  
  #cartform .checkout-note {
    text-align: center;
  }
  
  #template button,
  #template input,
  #template textarea {
    width: 332px;
    max-width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  #store-messages .message,
  #home-message .message {
    padding: 6px 0 3px;
  }

  #store-messages .message .title,
  #home-message .message .title {
    font-size: 13px;
    line-height: 1.0;
  }

  #content .image-links {
    padding-top: 43px;
  }

  #content .image-links .image-link {
    margin: 0 1.45%;
  }

  #content .image-links .image-link.block-2 {
    margin: 0;
  }

  #content .signup-page .mc-field-group input {
  }
  
  #content .signup-page .button {
    padding-top: 6px;
    padding-bottom: 6px;
  }
    
  .get20free-block {
    display: none;
  }
  
}

/* Phone sizes typically start here */
@media only screen and (max-width: 767px) {
  .desktop-only { display: none; }
  
  #wrapall {
    /*transform: translate(0);*/ /* position:fixed promo bar requires no transforms */
    transition: transform 0.5s cubic-bezier(0.75, 0.03, 0.52, 1);
    box-shadow: 0 -15px 15px #c5c5c5;
  }
  
  /* General layout */
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  
  .template-index #content .container {
    padding-left: 7px;
    padding-right: 7px;
  }
  
  .strongly-padded-row {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  
  .layout-column-half-left,
  .layout-column-half-right,
  .layout-column-half-centre,
  #cartform .checkout-note {
    float: none;
    width: auto;
  }
  
  .layout-column-half-left {
    margin-bottom: 40px;
  }
  
  .layout-content-with-image-left .content,
  .layout-content-with-image-left .image-cont,
  .layout-content-with-image-right .content,
  .layout-content-with-image-right .image-cont {
    display: block;
    width: auto;
    margin: 20px 0;
  }
  
  
  .product-detail .detail,
  .product-detail .gallery,
  .layout .col-third,
  .layout .col-third.left,
  .layout .col-third.right {
    float: none;
    width: auto;
    margin-bottom: 20px;
    margin-left: 0;
  }
  
  #content .bf-row { margin: 0; }
  #content .bf-row img {
    float: none;
    display: block;
    margin: 0 0 10px;
    width: 100%;
  }
  
  .mob-no-container-pad {
    margin-left: -20px;
    margin-right: -20px;
  }
  
  #template.lefty-form {
    text-align: center;
  }
  
  #mobile-nav .mobile-tagline {
    text-align: center;
    text-transform: uppercase;
    color: white;
    background: #212529;
    padding: 5px 0 3px;
    font-size: 12px;
    line-height: 1em;
    letter-spacing: 1px;
    width: 100.05%;
    margin-left: -0.05%;
  }
  
  #mobile-nav #toggle-mobile-menu {
    display: inline-block;
  }
  
  #main-nav,
  .beside-main-menu,
  #mobile-nav .cartandlinks > ul,
  #mobile-nav .cartandlinks > .switcher {
    display: none;
  }
  
  h1, h1.h2-style, h2, h2.h1-style, h3.h1-style {
    font-size: 23px;
    font-weight: normal;
  }
  .template-404 h1 {
    font-size: 30px;
    margin-top: 40px;
  }
  
  #store-messages {
    display: none; 
  }
  
  #store-messages.messages-2 .message,
  #store-messages.messages-3 .message {
    float: none;
    width: auto;
  }
  
  #store-messages .message .fluff {
    display: none;
  }
  
  .page-header .filters {
    float: none;
  }
  
  .page-header .social-area {
    display: none;
  }
  
  #pageheader .logo a {
    z-index: 4;
  }
  
  .mega-title, h1.mega-title, h2.mega-title, h3.mega-title {
    font-size: 30px;
  }
  
  #content .home-tiled-row {
    margin-top: 0;
    display: none; /* hiding on mobile */
  }
  
  #content .home-tiled-row > div {
    width: auto;
    margin: 5px 0 0;
    padding: 0;
    float: none;
  }
  
  #content .home-tiled-row img {
    position: static;
    width: 100%;
    vertical-align: top;
  }
  
  /* full-width images should keep a fixed height and crop to the side */
  
  #content .slide .overlay-text .button {
    display: none;
  }
  
  .free-shipping-note {
    margin: 1em -20px;
  } 
  
  .flexslider .flex-direction-nav a {
    display: none;
  }
  
  .collection-listing .product-block {
    height: auto;
    width: 47%;
    padding-left: 1%;
    padding-right: 1%;
    min-width: 0;
  }
  
  .collection-slider .collection-listing .product-block {
    max-width: 98%;
  }
  
  .collection-listing .product-block .image-cont,
  .collection-slider .collection-listing .product-block .image-cont {
    height: auto;
    max-height: none;
  }
  
  .collection-listing .product-block img,
  .collection-slider .collection-listing .product-block img {
    max-height: none;
    max-width: 100%;
    height: auto;
  }
  
  .product-block .block-inner {
    background-size: 80px 80px;
  }
  
  .product-block.page-block .block-inner {
    width: auto;
  }
  
  .collection-listing .product-detail .inner {
    padding: 100px 40px 50px 40px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .product-detail .gallery.has-thumbnails .main-image {
    margin-left: 0;
  }
  .product-detail .gallery .thumbnails {
    position: static;
    width: auto;
  }
  .product-detail .gallery .thumbnails a {
    display: inline-block;
    width: 60px;
    margin-right: 8px;
  }
  
  .product-detail .gallery .olapic { display: none; }
  
  .product-block .hover-info .title {
    line-height: 1.2em;
  }
  
  .product-detail .detail .productlabel {
    float: none;
    display: block;
    text-align: center;
  }
  
  .product-detail .product-form .input-row { margin: 0; }
  .product-detail .product-form .input-row .selector-wrapper { margin-top: 20px; }
  
  .product-price-area { margin-bottom: 15px; }
  
  #cartform .item .image {
    margin-left: 0;
  }
  
  #cartform .item .desc {
    margin-right: 45px;
  }
  
  #cartform .item .desc .pura-points {
    margin-top: 5px;
    font-size: 70%;
    line-height: 1.2em;
  }
  
  #cartform .item .quantotal {
    position: relative;
    clear: both;
    padding-top: 20px;
  }
  
  #cartform .item .quantity {
    position: static;
    float: left;
  }
  
  #cartform .item .line-total {
    position: static;
    float: right;
  }
  
  #cartform .item a.remove {
    top: 35px;
    right: 0;
    font-size: 30px;
    padding: 10px 10px 10px 15px;
  }
  
  #cartform .totals-area .checkout-col {
    float: none;
    max-width: none;
  }

  #store-messages .message .title,
  #home-message .message .title {
    margin: 5px 0 0;
    font-size: 14px;
  }
  
  #content .signup-page .mc-field-group {
    float: none;
    width: auto;
  }
  
  #content .signup-page .full-width-image {
    background: transparent url(//cdn.shopify.com/s/files/1/0297/6313/t/40/assets/signup_bg.jpg?17290284300188685297) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  
  #content .signup-page .full-width-image > img {
    display: none;
  }
  
  #content .signup-page .full-width-image .button {
    display: inline-block;
    margin-left: 0;
    padding: 5px 10px;
  }
  
  #content .signup-page .overlay-text {
    position: relative;
    left: 0;
    right: 0;
    z-index: 5;
    width: auto;
    min-height: 200px;
    padding: 40px 20px;
  }
  
  #content .signup-page .mc-field-group input {
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    max-width: 100%;
  }
  
  #content .signup-page #mc_embed_signup form { padding: 0; }

  .modlbx-mfp-close { bottom: -20px !important; }
  div.olapic_widget { display: none !important; }
  
  .story-row {
    padding: 40px 0;
  }
  
  .story-row .left,
  .story-row .right {
    display: block;
    width: auto;
    margin: 0;
  }
  
  .story-row .left,
  .story-row.image-right .mob-img {
    margin-bottom: 40px;
  }
  
  .story-row.image-right .mob-img {
    display: block;
  }
  
  .story-row.image-right .right {
    display: none;
  }
  
  .product-block .block-inner .yotpo {
    margin-left: 0 !important;
    width: auto;
    text-align: center;
  }
  .product-block .block-inner .yotpo .yotpo-bottomline .text-m {
    display: none;
  }
  .product-block .block-inner .yotpo .pull-left {
    float: none;
    display: inline-block;
  }
  
  #scrolltotop {
    display: none;
  }
  
  .product-detail .detail .upper-reviews {
    display: none;
  }
  
  .product-detail .product-form {
    text-align: center;
  }
  
  #sloyalty-widget {
    display: none!important;
  }
  
  .wishlistbutton { display: none; }
  .tf-page-fundraising #template { padding-top: 0; }
  
  .template-blog .article-list .article {
    display: block;
    width: auto;
  }
  
  #pagefooter {
    text-align: center;
  }

  #pagefooter .footer-nav {
    display: none;
  }
  
  #pagefooter .mobile.footer-nav {
    float: none;
    width: auto;
    display: block;
    font-size: 20px;
    letter-spacing: 0;
    margin-right: 0;
  }
  
  #pagefooter .mobile.footer-nav a {
    margin: 0 10px;
  }
  
  #pagefooter .mobile.footer-nav li {
    font-size: 1em;
    display: inline;
  }
  
  #pagefooter .mobile.footer-nav .links-row-1 {
    font-size: 0.85em;
    font-weight: bold;
    margin-bottom: 4px;
  }
  #pagefooter .mobile.footer-nav .links-row-2 { font-size: 0.8em; margin-bottom: 23px; }
  
  .quantity-row button:hover {
    background: #fff;
    color: #979797;
  }
  .quantity-row button:active {
    background: #7dcdca;
    color: #fff;
  }
}

@media only screen and (max-width: 600px) {

  #pageheader .util-area {
    width: 100%;
    margin: 0;
    text-align: center;
  }

  #pageheader .util-area ul {
    float: none;
  }

  #pageheader .util-area li,
  #pageheader .util-area li a {
    font-size: 10px;
  }
  
  #pageheader .util-area li {
    font-size: 10px;
    margin: 2px;
    float: none;
  }
  
  #pageheader .search-box,
  #pageheader .utils {
    float: none;
    display: block;
    margin-left: 10px;
    margin-right: 10px;
  }
  
  #pageheader .util-area .signup-reveal-area {
    display: block;
    margin-bottom: 15px;
  }
  
  #pageheader .util-area .signup-form-cont .signup-form:before {
    left: 50%;
  }
  
  #pageheader .util-area .signup-form-cont .signup-form:after {
    left: 50%;
  }
  
  #pageheader .utils .social-links,
  #pageheader .utils .cart-summary {
    display: block;
    margin: 0 0 10px;
    text-align: center;
  }
  
  #pageheader .utils .cart-summary {
    margin-bottom: 20px;
  }
  
  #content .image-links .image-link {
    float: none;
    width: auto;
  }
  
  #content .image-links .image-link.block-1,
  #content .image-links .image-link.block-2,
  #content .image-links .image-link.block-3 {
    margin: 0 1.4%;
  }
  
  .search-box {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  .search-box .search-form {
    display: block;
  }
  
  .search-box .search-form input[type="text"] {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  .search-box .search-form input[type="submit"] {
    opacity: 1;
  }
  
  .search-box i {
    /*background-image: url('//cdn.shopify.com/s/files/1/0297/6313/t/40/assets/social_spr_darkgrey.png?17290284300188685297');*/
  }
  
  /* HTML5 input placeholders */
  .search-box input[type="text"]::-webkit-input-placeholder {
    color: #666;
  }
  
  .search-box input[type="text"]::-moz-placeholder {
    color: #666;
  }
  
  .search-box input[type="text"]:-ms-input-placeholder {
    color: #666;
  }

  .search-box .results-box {
    position: static;
    width: auto;
  }
  
  .nav-row {
    line-height: 1em;
  }
  
  .view-as {
    display: block;
    margin: 10px 0 0;
  }
  
  #comments .comment .gravatar {
    width: 40px;
  }
  
  #comments .comment .detail {
    margin-left: 55px;
  }
  
  .template-cart .majortitle {
    font-size: 16px;
    line-height: 1.3em;
  }
    
  #content .signup-page .input-with-button {
    margin-right: 0;
  }
  
  #content .signup-page .input-with-button .button-area {
    position: static;
    float: right;
  }
  
  .collection-listing .productlabel.soldout > span {
    width: 110px;
    padding-top: 37px;
    background-size: 100%;
  }
  
  .product-detail .gallery .MagicToolboxMessage,
  .product-detail .detail .yotpo.bottomLine.yotpo-medium.yotpo-small,
  .product-detail .detail .yotpo.QABottomLine.yotpo-medium.yotpo-small,
  .product-detail .detail .pura-points {
    display: none;
  }
  
  .product-detail .detail .title {
    font-size: 1.4em;
  }
  
  .product-detail .detail .price {
    font-size: 1em;
  }
  
  .template-product .social .socitem.label {
    display: none;
  }
  
  #cartform .item-list {
    padding-bottom: 0;
  }
  
  #cartform .item {
    padding: 10px 0 30px;
  }
  
  #cartform .item .image {
    float: none;
    margin: 0 auto;
    width: auto;
    height: 140px;
    text-align: center;
  }
  
  #cartform .item .image img {
    max-height: 100%;
  }
  
  #cartform .item .desc {
    margin-top: 0;
  }
  
  #cartform .item a.remove {
    top: 150px;
  }
  
  .product-detail .detail > .yotpo {
    display: none;
  }
  
  .template-blog .article .share-counter { top: 10px; }
  .template-blog .article .share-counter .count-area .count { font-size: 25px; }
  
  #pagefooter .signup h3 { font-size: 16px; }
  #pagefooter p { font-size: 12px; }
}

@media only screen and (max-width: 480px) {
  
  /* Show all product rows at half height */
  
  .view-all {
    margin-bottom: 10px;
  }
  
  .product-block .block-inner,
  .collection-slider .collection-listing .product-block,
  .collection-slider .collection-listing .product-block .block-inner {
    height: auto;
  }
  
  .collection-slider .collection-listing {
    height: auto;
  }
  
  .product-block .block-inner .image-cont,
  .collection-slider .collection-listing .product-block .block-inner .image-cont {
    padding-bottom: 0;
  }
  
  .product-block .block-inner .image-cont img,
  .collection-slider .collection-listing .product-block .block-inner .image-cont img {
    height: auto;
  }
  
  #content .signup-page .mc-field-group input {
    font-size: 13px;
    padding-top: 12px;
    padding-bottom: 10px;
    max-width: 100%;
  }
  
  #pagefooter .mobile.footer-nav a {
    margin: 0 2px;
  }
  
  #pagefooter .message img {
    width: 90%;
  }
}

@media only screen and (max-width: 380px) {
  .additional-checkout-buttons .amazon-payments-pay-button {
    display: block!important;
    margin: 20px 20px 0;
  }
}

@media only screen and (max-width: 360px) {
  .signup-form label {
    display: none;
  }
  
  #pagefooter .mobile.footer-nav .links-row-1 { }
  #pagefooter .mobile.footer-nav .links-row-2 { }
  
  #pagefooter .connect .h1-style { font-size: 14px; }
  #pagefooter .connect p { font-size: 9px; }
  
  #pagefooter .signup h3 { font-size: 14px; }
  #pagefooter p { font-size: 10px; }
}

@media only screen and (max-width: 340px) {
  .signup-form label {
    display: none;
  }
  
  #pagefooter .mobile.footer-nav .links-row-1 { font-size: 0.75em; margin-bottom: 0; }
  #pagefooter .mobile.footer-nav .links-row-2 { font-size: 0.7em; margin-bottom: 10px; }
  
  #pagefooter .connect .h1-style { font-size: 14px; }
  #pagefooter .connect p { font-size: 9px; }
  
  #content .login-heading-content { height: auto; }
  .login-heading-content .login-arr { bottom: -18px; }
  
  .template-cart .majortitle {
    font-size: 14px;
  }
}


/* High DPI devices get some graphical upgrades */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (-o-min-device-pixel-ratio: 3/2),
  only screen and (min--moz-device-pixel-ratio: 1.5),
  only screen and (min-device-pixel-ratio: 1.5) {
  .social .socitem .social-btn {
    background-image: url(//cdn.shopify.com/s/files/1/0297/6313/t/40/assets/social-buttons-spr_2x.png?17290284300188685297);
    -moz-background-size:355px 82px;
    -ie-background-size:355px 82px;
    -o-background-size:355px 82px;
    -webkit-background-size:355px 82px;
    background-size:355px 82px;
  }
    
    #pagefooter .message {
      background-image: url(//cdn.shopify.com/s/files/1/0297/6313/t/40/assets/footer-divider_2x.png?17290284300188685297);
      -moz-background-size:15px 6px;
      -ie-background-size:15px 6px;
      -o-background-size:15px 6px;
      -webkit-background-size:15px 6px;
      background-size:15px 6px;
    }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (-o-min-device-pixel-ratio: 3/2),
  only screen and (min--moz-device-pixel-ratio: 1.5),
  only screen and (min-device-pixel-ratio: 1.5) {
  
  
  .social-links li {
    background-image:url('//cdn.shopify.com/s/files/1/0297/6313/t/40/assets/social_spr_white_4x.png?17290284300188685297');
    -moz-background-size:530px 44px;
    -ie-background-size:530px 44px;
    -o-background-size:530px 44px;
    -webkit-background-size:530px 44px;
    background-size:530px 44px;
  }
  .social-links a {
    background-image:url('//cdn.shopify.com/s/files/1/0297/6313/t/40/assets/social_spr_white_4x_h.png?17290284300188685297');
    -moz-background-size:530px 44px;
    -ie-background-size:530px 44px;
    -o-background-size:530px 44px;
    -webkit-background-size:530px 44px;
    background-size:530px 44px;
  }
  
  /*
  #pageheader .search-box .search-form i {
    /*background-image:url('//cdn.shopify.com/s/files/1/0297/6313/t/40/assets/social_spr_darkgrey_2x.png?17290284300188685297');
    -moz-background-size:243px 22px;
    -ie-background-size:243px 22px;
    -o-background-size:243px 22px;
    -webkit-background-size:243px 22px;
    background-size:243px 22px;
 }
  
  .payment-methods li {
    background:url('//cdn.shopify.com/s/files/1/0297/6313/t/40/assets/payment_spr_grey_2x.png?17290284300188685297');
    -moz-background-size:691px 32px;
    -ie-background-size:691px 32px;
    -o-background-size:691px 32px;
    -webkit-background-size:691px 32px;
    background-size:691px 32px;
  }*/
}

@media only screen and (min-device-width : 320px) and (max-device-width : 1024px) {
  html {
    -webkit-text-size-adjust: none; /* Prevent iOS font scaling */
  }
}

/* Animations */
@-webkit-keyframes reveal {
  0% {
    margin-left:-999px;
    opacity:0;
  }
  
  1% {
    margin-left:0;
    opacity:0;
    -webkit-transform:scale(0.98) translateY(-15px);
  }
  
  80% { -webkit-transform:scale(1); }
  
  100% { -webkit-transform:translateY(0); }
}

@keyframes reveal {
  0% {
    margin-left:-999px;
    opacity:0;
  }
  
  1% {
    margin-left:0;
    opacity:0;
    transform:scale(0.98) translateY(-15px); }
  80% { transform:scale(1); }
  100% { transform:translateY(0); }
}

/*************    ---                   ---                   ---   *************/
/*************    |     ENTER YOUR CUSTOM CODE BELOW HERE       |   *************/
/*************    ---                   ---                   ---   *************/

/* Tiled page of links */
.tiled-image-blocks {
  text-align: justify;
  line-height: 1px;
}

.tiled-image-blocks a,
.tiled-image-blocks.nolinks img {
  display: inline-block;
  zoom:1;
  *display:inline;
  
  line-height: 1em;
  width: 31%;
  padding-bottom: 3%;
}

.tiled-image-blocks .header a {
  display: block;
  width: auto;
  padding: 0;
}

.tiled-image-blocks h1 {
  text-align: center;
  margin: 20px 0;
}

.tiled-image-blocks a.placeholder {
  line-height: 0;
  padding: 0;
}

.tiled-image-blocks img {
  float: none!important;
}

.tf-page-three-per-row-images-noheader-stackmobile #content {
  padding-bottom: 0;
}

/* Forms Over Image
-------------------------------------------------------------- */
.form-over-image .lightboximages { position: relative; }
.form-over-image .full-image img { width: 100%; vertical-align: top; }
.form-over-image .full-image p { margin: 0; }
.form-over-image #template label { color: white; }
.form-over-image .absolute { position: absolute; top: 110px; right: 30px; }
.form-over-image img.static { display: none; }
.form-over-image .full-image.has-both-sizes .split-image:last-child { display: none; }

.page-fundraise-with-pura-vida.form-over-image .absolute { top: 95px; }
.page-pura-vida-reps.form-over-image .absolute { top: 50px; }
.page-internships.form-over-image .absolute { top: 50px; width: 470px; }
.page-internships.form-over-image .background { min-height: 700px; }
.form-over-image .general-absolute { width: 500px; right: 50%; margin-right: -250px; }

.tablet-and-under { display: none; }
@media only screen and (max-width: 1100px) {
  .page-internships.form-over-image .absolute { top: 30px; }
  .page-pura-vida-reps.form-over-image .absolute { top: 15px; }
}
@media only screen and (max-width: 994px) {
  .form-over-image .absolute { position: static; width: auto; float: none; margin: 20px auto 0; padding: 0 20px; max-width: 94%; }
  .form-over-image img.background { display: none; }
  .form-over-image img.static { display: block; }
  .over-tablet { display: none; }
  .tablet-and-under { display: block; }
  .form-over-image .full-image.has-both-sizes .split-image { display: none; }
  .form-over-image .full-image.has-both-sizes .split-image:last-child { display: block; }
}
@media only screen and (max-width: 767px) {
  .form-over-image #template label { color: inherit; }
}

.full-width-image.no-bg { background: transparent; }
.form-over-image #mc_embed_signup,
.form-over-image #mc_embed_signup h2,
.form-over-image #mc_embed_signup label { color: white; }
.form-over-image #mc_embed_signup label {
  display: inline-block;
  width: 180px;
  text-align: right;
  padding-right: 20px;
  line-height: 1.2em;
}
.form-over-image #mc_embed_signup h2 { margin-bottom: 20px; }
.form-over-image #mc_embed_signup.absolute { left: 30px; text-align: center; }
.form-over-image #mc_embed_signup .mc-field-group { margin-bottom: 20px; }
.form-over-image #mc_embed_signup .size1of2 { display:inline-block; }
.form-over-image #mc_embed_signup #mce-BIRTHDAY-month,
.form-over-image #mc_embed_signup #mce-BIRTHDAY-day { width: 2.2em; text-align: center; }
.form-over-image #mc_embed_signup div.mce_inline_error { display: inline; }

@media only screen and (max-width: 994px) {
  .page-campus-reps.form-over-image .absolute,
  .page-internships.form-over-image .absolute { width: 600px; }
}

@media only screen and (max-width: 767px) {
  .form-over-image #mc_embed_signup h2 { font-size: 1em; }
  .form-over-image #mc_embed_signup.absolute { display: block; position: static; }
  .form-over-image #mc_embed_signup,
  .form-over-image #mc_embed_signup h2,
  .form-over-image #mc_embed_signup label { color: inherit; }
  .form-over-image #mc_embed_signup label {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 0 5px;
  }
  .form-over-image #mc_embed_signup .size1of2 { display: block; }
  .form-over-image #mc_embed_signup .mc-field-group.size1of2 { margin-bottom: 0; }
  .form-over-image #mc_embed_signup .clear { margin-top: 20px; }
  .page-campus-reps.form-over-image .absolute,
  .page-internships.form-over-image .absolute { width: 480px; }
}

@media only screen and (max-width: 600px) and (min-width: 451px) {
  .page-campus-reps.form-over-image .absolute,
  .page-internships.form-over-image .absolute { width: 354px; }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
  #pageheader .logo-pos-above .signup-form label {
    display: none;
  }
  .page-campus-reps.form-over-image #template.absolute label,
  .page-internships.form-over-image #template.absolute label {
    color: inherit;
  }
  .page-campus-reps.form-over-image .mobile.layout-column-half-left,
  .page-campus-reps.form-over-image .mobile.layout-column-half-right,
  .page-internships.form-over-image .mobile.layout-column-half-left,
  .page-internships.form-over-image .mobile.layout-column-half-right { display: block; }
  
  .page-campus-reps.form-over-image #template.mobile.layout-column-half-right label,
  .page-internships.form-over-image #template.mobile.layout-column-half-right label {
    color: inherit;
  }
}

/* Store Locator App
-------------------------------------------------------------- */
.distance { margin-top: 28px !important; }

/* Curebit App */
.payitforward {
  clear: both;
  position: relative;
  text-align: left;
}

#my-newsletter-signup {
  bottom: 50px;
  clear: both;
  display: block;
  height: 150px;
  margin: 0px;
  position: absolute;
  right: 28px;
}

#my-newsletter-signup iframe {
  background: none 0px 0px repeat scroll rgb(255, 255, 255);
  border: 1px solid rgb(204, 204, 204);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  padding: 10px 30px;
}

/* Firefox Specific Rules
-------------------------------------------------------------- */
/* @-moz-document url-prefix() {
  table { table-layout: fixed; }
  #pageheader .util-area li,
  #pageheader .util-area li a { font-weight: 300; }
  .nav-row a { font-weight: 400; }
  #pagefooter h6 { font-weight: 400; }
  #pagefooter .footer-nav li { font-weight: 400; }
}*/

/* Custome CSS, Don't Delete
-------------------------------------------------------------- */

.fixed {
  position: fixed;
  width: 100%;
  z-index: 99999;
  top: 0;
}

.login-header-message {
  background-color: rgb(238, 238, 238);
  padding: 20px 15px 1px 15px;
  border-radius: 3px;
  margin-top: 40px;
}


#pageheader .util-area li, #pageheader .util-area li a {
  font-size: 13px;
}  

#cartform .totals-area .subtotal {
margin: 0 0 10px;
}

.minimum-order.productlabel.soldout {
display: block;
margin-bottom: 15px;
}

.checkout-col .pura-points {
margin-bottom: 10px;
}

#cartform .checkout-note textarea {
width: 100%;
height: 60px;
}

#cartform .totals-area .checkout-buttons {
margin: 15px 0 40px;
}

a.insta-button:hover {
  background-color: #CA4137;
}

/*#template button, #template input, #template .btn {
  width: 362px;
  text-align: center;
  max-width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}*/

.single-option-selector {
font-size: 13px;
}

.image-links .image-link a {
    display: inline-block;
    background: black;
    padding: 0;
}

.image-links .image-link a img {
    display: block;
    
}

.image-links .image-link a:hover img {
    opacity: 0.8;
            
}

#content .image-links {
  padding: 35px 0 25px 0;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.clearfix:after {
  clear: both;
}

.team-member {
  margin: 0 0 20px;
  padding: 20px;
}

.team-member img {
  float: left;
  margin: 0px 20px 15px 0px;
  border-radius: 3px;
  background-color: #fff;
  padding: 8px;
  box-shadow: 0px 1px 1px rgba(155, 155, 155, 0.17);
}

.member-attrs li {
list-style-type: none;
}

.member-attrs {
margin: -7px 0px 0px 0px;
}

.instagram-block {
  background-color: #fff;
  padding: 8px 8px 2px 8px;
  border-radius: 3px;
  box-shadow: 0px 1px 1px rgba(155, 155, 155, 0.17);
}

.env-desktop .fifth-col-layout {
width: 18%;
margin: 30px 1% 0 1%;
}
.fifth-col-layout{
display: inline-block;
 margin: 30px 1% 0 1%;
  float: left;
}

.env-img {
width: 148px;
margin: 0 auto;
}

.env-wrapper h4 {
text-align: center;
}

.env-tablet .fifth-col-layout{width: 31%;}
.env-mobile .fifth-col-layout{width: 46%; margin: 30px 2% 0 2%;}

.env-tablet{
  display: none;
}
.env-mobile{
  display: none;}
.env-wrapper p {
margin-bottom: 10px;
}

@font-face {
    font-family: 'gothamBold';
    src: url('gothamhtf-bold-webfont.eot');
    src: url('gothamhtf-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('gothamhtf-bold-webfont.woff') format('woff'),
         url('gothamhtf-bold-webfont.ttf') format('truetype'),
         url('gothamhtf-bold-webfont.svg#gotham_htfbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: "Gotham";
  src: url('Gotham-Book.eot');
  src: url('Gotham-Book.eot?#iefix') format('embedded-opentype'), url('Gotham-Book.ttf') format('truetype'), url('Gotham-Book.svg#Gotham') format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Myriad Pro Light';
  font-style: normal;
  font-weight: normal;
  src: url(//cdn.shopify.com/s/files/1/0297/6313/t/40/assets/myriadpro-light-webfont.eot?17290284300188685297);
  src: url('//cdn.shopify.com/s/files/1/0297/6313/t/40/assets/myriadpro-light-webfont.eot?17290284300188685297#iefix') format('embedded-opentype'),
    url(//cdn.shopify.com/s/files/1/0297/6313/t/40/assets/myriadpro-light-webfont.woff?17290284300188685297) format('woff'),
    url(//cdn.shopify.com/s/files/1/0297/6313/t/40/assets/myriadpro-light-webfont.ttf?17290284300188685297) format('truetype'),
    url(//cdn.shopify.com/s/files/1/0297/6313/t/40/assets/myriadpro-light-webfont.svg?17290284300188685297) format('svg');
}

.login-container,
.shares-content,
.login-actions { *zoom: 1; }
.login-container:after,
.shares-content:after,
.login-actions:after { width: 100%; content: ''; font-size: 0; line-height: 0; text-indent: -4000px; clear: both; display: block; }

/* login page */
.login-heading-content {  background-color: #54cee7; height: 95px; padding-top: 20px; position: relative; font-family: 'gothamBold', arial, serif; text-align: left!important; }
.login-heading-content h2 { margin-left: 230px; display: inline-block; position: relative; text-align: left; font-family: 'gothamBold', arial, serif; font-weight: normal; font-size: 46px; line-height: 46px; color: #fff; text-align: center; }
.login-heading-content h2 span { display: block; font-size: 30px; line-height: 30px; text-align: center; }

.login-arr { position: absolute; background: url(arr-bottom.png) no-repeat 0 0 #54CEE7; width: 55px; height: 18px; bottom: -37px; left: 50%; margin-left: -28px; }

.guest-action p { font-family: 'gothamBold', arial, serif; font-size: 24px; color: #918f8f; margin: 17px 0; }
#template .guest-action .btn { width: 250px; }

.shares-container.abs { position: absolute; top: -9999px; left: -9999px; } 
.shares-container { position: static; top: 0; left: 0; } 

.shares-content,
.shares-title { text-align: center; }
.tweet-button,
.facebook-link,
a.product-fb-link { background: url(fb-share.png) no-repeat 0 0; width: 321px; height: 47px; float: left; font-size: 0; line-height: 0; text-indent: -4000px; }

.tweet-button { background: url(twitter.png) no-repeat 0 0; float: right;}
.shares-content { width: 670px; margin: 25px auto 50px auto; }
/* Phone sizes typically start here */

.top-social-section { background: #0c7885; padding: 9px 0px 20px 0px; }
.top-social-section .shell { width: 990px; margin:0 auto; padding-top:25px;} 
.top-social-section h2 { width: 930px; margin: 0 auto; padding-bottom: 22px; text-align: center; font-size: 28px; color: #53cee6; text-transform: uppercase; }
.top-social-section h2 span { float: left; text-align: left; }
.top-social-section h2 span small { display: block; font-size: 12px; line-height: 12px; }
.top-social-section h2 span.small { margin-top: 6px; margin-left: 9px; }
.top-social-section h3 { margin-bottom: 0; text-align: center; font-size: 24px; color: #fff; } 
.top-social-section h4 { margin-bottom: 23px; text-align: center; font-size: 24px; color: #ff6962; }
.top-social-section h4 small a { color: #a4a3a3; text-decoration: underline; font-size: 12px; font-weight: normal; }
.top-social-section h4 small a:hover { text-decoration: none; }

.popup-product { width: 690px; background: #fff; padding: 60px 0px 60px 20px; }

.popup-product .btns,
.top-social-section .btns { width: 690px; margin: 0 auto; }
.shares-content a,
.popup-product .btns a,
.top-social-section .btns a,
a.product-fb-link { display: block; 
	-webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;          
    transition: all 0.3s ease;

}
.popup-product .btns .btn,
.top-social-section .btns .btn { width: 321px;  }
.popup-product .btns .btn .facebook-link,
.top-social-section .btns .btn .facebook-link,
a.product-fb-link {   }
.popup-product .btns .btn .tweet-button,
.top-social-section .btns .btn .tweet-button {  }
.popup-product .btns .left,
.top-social-section .btns .left { float: left; }
.popup-product .btns .right,
.top-social-section .btns .right { float: right; }
.popup-product .btns .loader,
.top-social-section .loader { margin-bottom: 6px; height: 18px; width: 302px; margin:0 auto 6px; border: 1px solid #5c5c5c; display: block; position:relative; border-radius: 9px; -moz-border-radius: 9px; -webkit-border-radius: 9px; -o-border-radius: 9px;}
.popup-product .btns .load-h,
.top-social-section .load-h { background:#fff; height: 18px; width: 300px; background: #fff; border-radius: 8px; -moz-border-radius: 8px; -webkit-border-radius: 8px; -o-border-radius: 8px; display:block; margin-left: 1px; }
.popup-product .btns .cnt h5,
.top-social-section .cnt h5 { padding: 0 6px; color: #d8d6d6; font-size: 10px; font-size:10px; }
.fb-button .loader .load { background: #466cb5; height: 18px; position:absolute; left: 0; top: 0px; border-radius: 8px; -moz-border-radius: 8px; -webkit-border-radius: 8px; -o-border-radius: 8px; }
.twitter-button .loader .load { background: #55acee; height: 18px; position:absolute; left: 0; top: 0px; border-radius: 8px; -moz-border-radius: 8px; -webkit-border-radius: 8px; -o-border-radius: 8px; }

.popup-product h2 { font-size: 40px; line-height: 42px; text-align:center; color: #030303; }
.popup-product h4 { font-size: 20px; line-height: 22px; text-align:center; color: #030303; }
.popup-product h4 a { color: #030303; text-decoration: underline; }
.popup-product h4 a:hover { text-decoration: none; }

.counter-section #date { font-size: 0; line-height: 0; text-indent: -4000px; } 
.counter-section #hour { font-size: 0; line-height: 0; text-indent: -4000px; } 
.counter-section form .input-row.left { float: left; width: 162px; }
.counter-section .counter-holder { float: left; position: absolute; left: 186px; bottom: 28px; width: 240px; }
.counter-section .counter-holder h5 { font-size: 14px; color: #eb4938; text-align: center; }
.counter-section .cnt { position:relative; padding-bottom: 28px;  } 
.counter-section #counter-inner .count-holder { width: 55px; position: relative; margin-right: 6px; text-align: center; float: left; }
.counter-section #counter-inner .count-holder em { position: absolute; height: 1px; width: 100%; background: #706f6f; top: 23px; left: 0; }
.counter-section #counter-inner .count-holder .box { font-family: Montserrat; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; -o-border-radius: 6px; width: 55px; height: 45px; font-size: 36px; line-height:45px; text-align: center; color: #fff; font-weight: bold; font-size: 32px; background: #aeacac; }
.counter-section #counter-inner .count-holder.seconds { margin-right: 0; }
.counter-section #counter-inner .count-holder span { color: #a9a8a8; text-transform: uppercase; font-size: 10px;  } 


.share-btns h3 { font-size: 24px; color: #040404; }
.share-btns a.product-fb-link { float: left; width: 155px; height: 47px; margin-right: 30px; background: url(share-btns-small.png) no-repeat 0 0; }
.share-btns a.tweet-button { float: left; width: 167px; height: 47px; background: url(share-btns-small.png) no-repeat 0 bottom; }

.popup-product .btns { padding-bottom: 40px; }
.cnt .input-row { position: relative; }
.cnt .input-row:hover input { background: #c93e34; }
.cnt .input-row a.fancybox-btn { display: none; }

.product-style #fancybox-content { border: 0; }
.product-style #fancybox-wrap { width: 730px;  }
.product-style  #fancybox-close { display:none !important;  }

.popup-hidden { display: none; }

/* share counters */
.clearfix { *zoom: 1; }
.clearfix:after { width: 100%; content: ''; font-size: 0; line-height: 0; text-indent: -4000px; clear: both; display:block; }
.cl { display: block; height: 0; font-size: 0; line-height: 0; text-indent: -4000px; clear: both; }
.load { width: 0; }
.load { transition: all 0.8s; -moz-transition: all 0.8s; -webkit-transition: all 0.8s; -o-transition: all 0.8s; }
.share-helpers { display: none; }


.popup-product .btns a:hover,
.top-social-section .btns a:hover { opacity: 0.9; filter: alpha(opacity=90); }

.share-btns a {
	-webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;          
    transition: all 0.3s ease;
}
.shares-content a:hover { opacity: 0.8; filter: alpha(opacity=80); }
.share-btns a:hover { opacity: 0.7; filter: alpha(opacity=70); }
.socitem { margin-bottom: 14px; background: #fff; }
 
.product-form .share-btns a { margin-bottom: 10px; }

#pageheader.permitfixed { position: fixed; width: 100%; top: 0; left: 0; }

@media only screen and (min-width: 960px) and (max-width: 1202px) {
  .promo {
   width: 130px;
  }
  
  #pageheader .util-area {
  margin-top: 0px;
  }

  .counter-section .counter-holder { float: none; display: block; position: relative; left: 0px; bottom: 0px; margin-bottom: 28px; width: 240px; }
  
  
  .top-social-section .shell { width: auto; }
  .top-social-section h2 { width: 100%; }
  
  .top-social-section h2 span {
    display: block;
    float: none;
    text-align: center;
  } 
   .top-social-section h2 { width: 100%; float: none; display: block; text-align: center; }
}


@media only screen and (max-width: 767px) {
  #livechat-compact-container,
  #livechat-full,
  #livechat-eye-catcher {
    display: none!important;
  }
  .collection-slider-row {
    padding-top: 0px;
  }
  
  .counter-section .counter-holder { float: none; display: block; position: relative; left: 0px; bottom: 0px; margin-bottom: 28px; width: 240px; }
  
  .top-social-section .shell { width: auto; }
  .top-social-section h2 { width: 100%; float: none; display: block; text-align: center; }
  
  .template-collection #content .page-header { padding-top: 10px; padding-bottom: 0; }
  .template-collection #content .page-header .filters,
  .template-collection #content .page-header .social-area,
  .template-collection #content .page-header .user-content { display: none; }
  .template-collection #content .page-header .majortitle { font-size: 15px; }
  #pageheader { border-bottom: 0; }
  #pageheader .logo { display: none; }
  .template-product #content { padding-top: 25px;}
  #mobile-nav {
    background: white;
    border-bottom: 1px solid #212529;
    height: auto;
  }
  #mobile-nav #toggle-mobile-menu { overflow: hidden; text-indent: -999em; margin: 15px 0 10px 10px; }
  #mobile-nav #toggle-mobile-menu span { width: 16px; margin-top: 10px; background: black; }
  #mobile-nav #toggle-mobile-menu span.s2 { top: 6px; }
  #mobile-nav #toggle-mobile-menu span.s3 { top: 12px; }
  #mobile-nav .cartandlinks {
    margin-top: 12px;
  }
  #mobile-nav .cartandlinks .cart-icon-svg path {
    fill: #000;
  }
  body #mobile-nav .cartlink {
    border: none;
    padding-left: 2px;
    padding-right: 33px;
  }
  #mobile-nav .cartandlinks i { color: #000; }
  #mobile-nav .cartlink .item-count-num {
    top: 8px;
    right: 10px;
  }
  #mobile-nav .cartlink.reveal .popup-tab, #mobile-nav .cartlink:hover .popup-tab { display: none!important; }
  #mobile-nav .toggle-search i {
    font-size: 18px;
    position: relative;
    top: 2px;
  }
  #pageheader .logo-area { overflow: hidden;}
}

@media only screen and (max-width: 400px) {
  
  #store-messages .message .title, #home-message .message .title {
    font-size: 12px;
  }
  
  #pagefooter .interact h6 {
  font-size: 16px;
  }
  
   .insta-button {
    width: 89%;
  }
  .majortitle {
    font-size: 21px;
  }
  .template-index .majortitle {
    font-size: 17px;
  }
  
  
  .counter-section .counter-holder { float: none; display: block; position: relative; left: 0px; bottom: 0px; margin-bottom: 28px; width: 240px; }
  
  .top-social-section h2 { width: 100%; }
  
  .top-social-section h2 span {
    display: block;
    float: none;
    text-align: center;
  } 
   .top-social-section h2 { width: 100%; float: none; display: block; text-align: center; }
}

/* Instagram Fixes */
@media only screen and (max-width: 1024px) {
 .insta-button {
  margin: -185px 0px 0px 40px;
  }
  
  .top-social-section .shell { width: auto; }
  
  .counter-section .counter-holder { float: none; display: block; position: relative; left: 0px; bottom: 0px; margin-bottom: 28px; width: 240px; }
  
  .top-social-section h2 { width: 100%; }
  
  .top-social-section h2 span {
    display: block;
    float: none;
    text-align: center;
  } 
	 .top-social-section h2 { width: 100%; float: none; display: block; text-align: center; }
}

@media only screen and (max-width: 773px) {
 .insta-button {
    display: block;
   position: relative;
    margin: -19px 0px -10px 0px;
    width: 95%;
  }
  
  .top-social-section h2 span {
    display: block;
    float: none;
    text-align: center; }
   .top-social-section h2 { width: 100%; float: none; display: block; text-align: center; }
  .counter-section .counter-holder { float: none; display: block; position: relative; left: 0px; bottom: 0px; margin-bottom: 28px; width: 240px; }
}

@media only screen and (min-width: 760px) and (max-width: 1040px) {
    #content .image-links {
    padding-top: 32px;
  }
}

@media only screen and (max-width: 767px) {

  .non-mobile { display: none; }
  .mobile { display: block; }
  .mobile-ib { display: inline-block; }
  img.mobile { display: inline; }

  #pageheader .promo {
    display: none;
  }

  #pageheader .promo.mobile {
    display: block;
  }
  .multi-level-nav li a[href="http://puravidabracelets.com/pages/instagram-love"]{
    display: none;
  }
  
  .top-social-section .shell { width: auto; }
}

@media only screen and (max-width: 920px) {
  .login-container { width: 760px; }
  .right-login,
  .left-login { width: 350px;}	
  .or { display: none; }
}

@media only screen and (max-width: 770px) {
  #content .image-links {
    padding-top: 13px;
  }
}

@media only screen and (max-width: 600px) {
  #content .image-links {
  padding: 6px 0 25px 0;
  } 
}

/* Environmental Policy Queries */
@media only screen and (max-width: 1045px) {
  .env-desktop{display: none;}
  .env-tablet{display: block;}
  .top-social-section .shell { width: auto; }
/*
  .fifth-col-layout { 
    width: 31%;
  }
  */
}

@media only screen and (max-width: 767px) {
.iframe-holder { margin-left: auto!important; width: 185px; margin-right: auto; }
  .login-container { width: auto; }
  .right-login,
  .left-login { width: auto; display: block; float: none; margin-left: 0; }
  #template .guest-action, .guest-action p { text-align: center; }
  .login-heading-content h2 { margin-left: 0; text-align: center; background-position: center bottom; display: block; }
  
  .log-title,
  .jsforms #template .right-login .large_form label  { text-align: center; }
  .right-login .or { position: static; margin-bottom: 20px; display:block;}
  .right-login #forgot_password, .right-login .login-actions p {text-align: center;}
  .login-actions { width: 260px; max-width: 100%; margin: 0 auto; }
  #template .login-actions .btn { padding-left: 0; padding-right: 0; }
  .login-actions .note { padding-left: 0; }
  
  .login-heading-content h2 span { font-size: 30px; }
  .login-heading-content h2 span { font-size: 26px; }
  
  .tiled-image-blocks.stack-mobile a,
  .tiled-image-blocks.stack-mobile.nolinks img {
    width: 46%;
  }
}

@media only screen and (max-width: 700px) {
  .env-tablet{display: none;}
  .env-mobile{display: block;}
    
    .popup-product .btns, .top-social-section .btns { width: auto; }
    .popup-product .btns .btn.right, .top-social-section .btns .btn.right { width: 311px; overflow: hidden; margin: 0 auto 20px; float: none; display: block; }
    .popup-product .btns .btn.left, .top-social-section .btns .btn.left { width: 311px; overflow: hidden; margin: 0 auto 20px; float: none; display: block; }
    .tweet-button, .facebook-link,
    a.product-fb-link {  width: 310px; }
    
    .popup-product .btns .right .cnt .btn.right, .top-social-section .btns .btn.right .cnt .right { float: right; display: inline; }
    .popup-product .btns .left .cnt .btn.left, .top-social-section .btns .btn.left .cnt .left { float: left; display: inline; }
  
  .socitem { background: transparent; }
  
  .what-should-we-make-next .shares-container { margin-left: -20px; margin-right: -20px; } 
  .what-should-we-make-next .shares-container .shares-content { width: 310px; position:relative; overflow: hidden; } 
  .what-should-we-make-next .shares-container .shares-content a { float: none: display: block; margin-top: 10px; }  
  
  /*
  .fifth-col-layout { 
    width: 48%;
  min-height: 410px;
  }
  */
}

@media only screen and (max-width: 550px) {
  .env-mobile .fifth-col-layout {display: block; float: none; width: 94%; margin: 0 3%;}
  /*
  .fifth-col-layout { 
    width: 48%;
  min-height: 410px;
  }
  */
}


@media only screen and (max-width: 480px) {
  .tiled-image-blocks a,
  .tiled-image-blocks.nolinks img {
    width: 46%;
  }
  
  .tiled-image-blocks.stack-mobile a,
  .tiled-image-blocks.stack-mobile.nolinks img {
    width: 98%;
  }
  .nav-row a {
    font-weight: 400!important;
    padding-left: 7px;
    padding-right: 7px;
	}
  
  .login-container { position:relative; overflow: hidden; }
  .iframe-holder { width: 320px; position:relative; }
  .iframe-holder iframe { -moz-transform: scale(0.8); -webkit-transform: scale(0.8); -o-transform: scale(0.8); -ms-transform: scale(0.8); transform: scale(0.8); margin-left:-40px; }
  
  .twitter-button+.clearfix { display: none; }
}

.iframe-holder { margin-left: auto; margin-right: auto; height: 195px; margin-top: -6px; width: 356px; }

 
.homebanner {
  text-align:center;
  margin-top:35px;
  margin-bottom:0px;
  clear: both;
}

.homebanner img {
  box-shadow: #000 0em 0em 0em;
	width: 100%;
	height: auto;
	vertical-align: top;
  	max-width:950px;
  -webkit-transition:all 0.2s ease-in-out;
    -moz-transition:all 0.2s ease-in-out;
    -o-transition:all 0.2s ease-in-out;
    transition:all 0.2s ease-in-out;
}

.homebanner img:hover {
opacity: 0.8;
  filter:alpha(opacity=80);  /* For IE8 and earlier */
}

.template-customers-account .homebanner {
  padding-top: 40px;
}

@media only screen and (max-width: 480px) {
  #home-bannerad {display:none;}
}


/* Hide tracking pixels */
body > img {
  position: absolute;
  top: -1px;
}

.fb_iframe_widget > span { vertical-align: baseline!important; }

::-moz-selection { 
background-color: #5ACEE5; 
color: #ffffff;
}

::selection {
background-color: #5ACEE5;
color: #ffffff;
}



/* Large shop-now button */
a.shop-now-large {
  display: inline-block;
  overflow: hidden;
  width: 240px;
  height: 0px;
  padding-top: 74px;
  background: url('//cdn.shopify.com/s/files/1/0297/6313/t/40/assets/shop-now.png?17290284300188685297') no-repeat left top;
}

a.shop-now-large:hover {
  background-position: left bottom;
}

@media only screen and (max-width: 600px) {
  a.shop-now-large {
    width: 180px;
    background-size: 100% auto;
    padding-top: 61px;
  }
}

.hidethis {
  overflow: hidden;
  display: block;
  height: 0;
  width: 0;
}

/*yotpo show bottomline stars on category page
img.yoStar {
opacity: 1!important;
}*/

/* Not enough links to warrant the alignment */
.nav-row ul li.link-blog > .dropdown > .links {
  vertical-align: top;
}

#scrolltotop {
  position: fixed;
  right: 14px;
  bottom: -100px;
  overflow: hidden;
  width: 50px;
  height: 0;
  padding: 50px 0 0;
  background: url(//cdn.shopify.com/s/files/1/0297/6313/t/40/assets/scrolltop-grey.png?17290284300188685297) no-repeat center center;
  z-index: 9999999;
  
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  
  transition: bottom 0.2s ease-in-out, background-color 0.2s;
}
#scrolltotop:after {
  content: '';
  background: url(//cdn.shopify.com/s/files/1/0297/6313/t/40/assets/scrolltop-blue.png?17290284300188685297); /* precache */
  display: none;
}
#scrolltotop:hover {
  background: url(//cdn.shopify.com/s/files/1/0297/6313/t/40/assets/scrolltop-blue.png?17290284300188685297) no-repeat center center;
}

.show-scrolltop #scrolltotop {
  bottom: 45px;
}

.form-over-image.page-campus-reps #template label {
  color: #444;
}

#olapic-widget-wall-wrapper .widget-header-upload a { display:none!important; }

#mobile-nav .cartlink {
  position: relative;
}

#mobile-nav .cartlink .popup-tab {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 2000;
}

#mobile-nav .cartlink .popup-tab .inner {
  width: 450px;
  border: 1px solid #dedede;
  background: white;
  color: #000;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.2em;
  letter-spacing: 0;
}

#mobile-nav .cartlink.reveal .popup-tab,
#mobile-nav .cartlink:hover .popup-tab {
  display: block;
}

#mobile-nav .cartlink .popup-tab:after {
  content: ' ';
  position: absolute;
  right: 40px;
  top: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent white transparent;
}

#mobile-nav .cartlink .popup-tab .upper {
  margin: 10px;
}

#mobile-nav .cartlink .popup-tab .upper .button {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  text-transform: none;
  font-size: 17px;
  font-family: 'Gotham', 'gothamBold', sans-serif;
}

#mobile-nav .cartlink .popup-tab .items {
  padding: 0 10px;
  text-transform: none;
}

#mobile-nav .cartlink .popup-tab .items .item {
  position: relative;
  margin: 0 0 10px;
  border: 1px solid #e2e2e2;
  font-family: 'Gotham', 'gothamBold', sans-serif;
}

#mobile-nav .cartlink .popup-tab .items .item img {
  float: left;
  width: 70px;
  margin: 5px;
}

#mobile-nav .cartlink .popup-tab .items .item .title-and-qty {
  float: left;
  width: 180px;
  padding: 12px 20px;
}

#mobile-nav .cartlink .popup-tab .items .item .title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-family: 'gothamBold', sans-serif;
  margin-bottom: 2px;
}

#mobile-nav .cartlink .popup-tab .items .item .price-and-remove {
  position: absolute;
  top: 23px;
  right: 15px;
}

#mobile-nav .cartlink .popup-tab .items .item .price {
  font-size: 16px;
}

#mobile-nav .cartlink .popup-tab .items .item .remove {
  margin-left: 20px;
  color: #000;
}

@media only screen and (max-width: 700px) {
  #mobile-nav .cartlink .popup-tab { display: none!important; }
}

#pagefooter .footer-nav .trustlink-cont {
  margin: 10px 0;
}

#pagefooter #y-badges .y-badge { margin: 10px 0 0 auto; }
#pagefooter #y-badges .y-badges-certified { font-size: 10px; }
#pagefooter #y-badges .y-powered-by { color: #fff; }

/* This is an old code that was putting the Q&A next to the star rating on product pages.
#main-product-detail #ppyotpo { position: relative;}
#main-product-detail .yotpo.bottomLine {
  margin: 0;
  position: absolute;
  left: 0;
  top: -20px;
  /*width: 220px;
  float: left;
  clear: none !important;
}

#main-product-detail .yotpo.QABottomLine {
  margin: 0;
  position: absolute;
  right: 110px;
  top: -20px;
  /*width: 275px;
  float: right;
  clear: none !important;
}*/

.accordion-item > a { display: none; color: inherit; margin: 10px 0; }
.accordion-item > a:after {
  margin: 9px 0 0 12px; content: ''; display: inline-block;
  width: 13px; height: 8px;
  background: url(//cdn.shopify.com/s/files/1/0297/6313/t/40/assets/acc-arr-d.png?17290284300188685297) center center no-repeat;
  background-size: 13px 8px;
}
.accordion-item.active > a:after {     background-image: url(//cdn.shopify.com/s/files/1/0297/6313/t/40/assets/acc-arr-u.png?17290284300188685297); }
.accordion-item.show-on-desktop > a { display: block; margin: 20px 0; }
.accordion-item.show-on-desktop:not(.first-active) > div { display: none; }

@media only screen and (max-width: 767px) {
  #main-product-detail { margin-bottom: 0; }
  #main-product-detail .upper-yotpo { display: none; }
  .product-detail .detail .description { margin: 25px 0; }
  .accordion-item { border-top: 1px solid #ddd; margin: 0 -20px; padding: 0 20px; }
  .accordion-item.last-item { border-bottom: 1px solid #ddd; }
  .accordion-item > a,
  .accordion-item.show-on-desktop > a {
    display: block; margin: 10px 0;
  }
  .accordion-item > div { padding: 14px 0; }
  .accordion-item:not(.first-active) > div { display: none; }
  .accordion-item > a:after {
    float: right;
  }
}

.upper-checkout-button { text-align: right; }
.upper-checkout-button h2 { display: none!important; }
.upper-checkout-button .pura-points { display: none; }
@media only screen and (max-width: 767px) {
  .upper-checkout-button { text-align: center; }
}

.BIS_trigger { display:none!important; }

#notify-me-plz {
  letter-spacing: 0;
  padding-left: 20px;
  padding-right: 20px;
  width: auto;
}

.home-mob-pic {
}

.home-mob-pic img {
  vertical-align: top;
  width: 100%;
}

.home-mob-pic:focus {
  outline: none;
}

body .yotpo.bottomLine { min-height: 18px; }
  
#template iframe { max-width: 100%; }

/* Social Login - Mobile Buttons */

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) { 
  .embedContent ul.vertical-icon li { width: 80%; }
}

/* Move wishlist share up */
.wishlist-area {
  position: relative;
  padding-top: 100px;
}

.wishlist-area .share-the-wishy {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
}

.wishlistbutton a {
  opacity: 0.55;
  margin: 12px 0 0 0;
}

#content #olapic-widget-wall-wrapper .widget-header {
  background-size: contain;
}

.additional-checkout-buttons.inline {
  display: inline-block;
}

.additional-checkout-buttons.inline .pay-or {
  vertical-align: middle;
  margin: 10px 10px 8px;
}

@media only screen and (min-width : 768px) and (max-width : 990px) {
  .totals-area .additional-checkout-buttons.inline,
  .totals-area .additional-checkout-buttons.inline .pay-or { display: block; }
}
@media only screen and (max-width : 767px) {
  .additional-checkout-buttons.inline,
  .additional-checkout-buttons.inline .pay-or { display: block; }
  #content #olapic-widget-wall-wrapper .widget-header { height: 226px; }
  #content #olapic-widget-wall-wrapper .olapic_image_thumbnail {
    background-size: contain;
    max-width: 100%;
  }
}

@media only screen and (max-width : 480px) {
  #content #olapic-widget-wall-wrapper .widget-header { height: 149px; }
  #content #olapic-widget-wall-wrapper .widget-main {
    width: auto;
    margin: 0 -10px 10px -10px;
    float: none;
  }
  #content #olapic-widget-wall-wrapper .isotope li {
    width: 127px;
    height: 127px;
  }
}

@media only screen and (max-width : 320px) {
  #content #olapic-widget-wall-wrapper .widget-header {
    height: 108px; min-height: 108px;
    margin: 0 -20px;
    width: auto;
  }
}


.filter-group .collection-count {
    display: none;
}

.stock-count.in-stock {
  color: #25ad25;
}



#main-nav li.link-get-20-free > a {
  color: #e00;
}

/* Crop & zoom into center */
@media only screen and (max-width: 500px) { 
  .template-collection #content .full-width-image .split-image,
  .template-page #content .full-width-image .split-image {
    margin: -2% -130px;
  }
  
  .template-page #content .page-fan-photos .full-width-image .split-image {
    margin: 0;
  }
}

.share-counter {
  margin: 20px 0;
  padding: 20px 0 10px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  letter-spacing: 0;
}

.share-counter .count-area {
  float: left;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
  margin: 0 30px 0 0;
  opacity: 0;
  transition: opacity 1s;
}
.share-counter .count-area.show {
  opacity: 1;
}
.share-counter .count-area .count {
  font-size: 50px;
  line-height: 0.7em;
  color: #7fc04c;
}
.share-counter .share-links {
  overflow: hidden;
  margin: 5px 0 0;
}
.share-counter .share-links .share-link {
  float: left;
  margin: 0 7px 7px 0;
  padding: 11px 15px;
  border-radius: 3px;
  color: white;
  background: #aaa;
  font-size: 14px;
  line-height: 1.2em;
}
.share-counter .share-links .share-link span {
  vertical-align: middle;
}
.share-counter .share-links .share-link img {
  width: 19px;
  margin-right: 4px;
  vertical-align: middle;
}
.share-counter .share-links .share-link.facebook-btn { background: #375B9B; }
.share-counter .share-links .share-link.twitter-btn { background: #3CC1F3; }
.share-counter .share-links .share-link.pinterest-btn { background: #bd071d; position: relative; }
.share-counter .share-links .hackywrap {
  float: left;
  position: relative;
}
.share-counter .share-links .hackywrap .t a {
  position: absolute!important;
  opacity: 0!important;
  left: 0!important;
  top: 0!important;
  width: 100%!important;
  height: 100%!important;
}
.template-product .share-counter .count-area {
  margin-top: 14px;
}
.template-product .share-counter .share-links .share-link {
  padding: 7px 14px;
}
@media only screen and (max-width: 580px) {
  .share-counter .count-area { margin-top: 5px; }
}

.flexslider.size-to-shortest .slides img {
  height: auto!important;
  width: 100%!important;
}

.img-fill-cont { position: relative; }
img.fill-parent {
  position: absolute;
  z-index: -1;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: opacity 400ms;
}
img.fill-parent.loaded { opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.template-blog .article .user-content a:hover img {
  opacity: 0.9;
}

/*shipping test*/
#freeshiptest{display: none;}



.popup-tab .price-qty {
  font-weight: normal;
}


#mobile-nav .leftlinks.cartandlinks {
  float: left;
}

#mobile-nav .leftlinks.cartandlinks > ul > li > a {
  padding: 0 15px;
  border-left: none;
  border-right: 1px solid #444;
  background: #7dcdca;
  height: 100%;
}
#mobile-nav .leftlinks.cartandlinks > ul > li > a:hover {
  color: #fff;
}
#mobile-nav .leftlinks.cartandlinks > ul > li:last-child > a {
  border-right: none;
}

#infscr-loading {
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  text-align: center;
}

.yotpo .yotpo-reviews { margin-left: -4%; }
.yotpo .yotpo-reviews > .yotpo-review {
  float: left;
  width: 46%;
  border: 0;
  margin: 0 0 0 4%;
}
.yotpo .yotpo-reviews > .yotpo-review:nth-child(2n+1) {
  clear: both;
}
.yotpo .yotpo-pager { clear: both; }
@media only screen and (max-width : 767px) {
  .yotpo .yotpo-reviews { margin-left: 0; }
  .yotpo .yotpo-reviews > .yotpo-review { float: none; width: auto; margin: 1em 0; }
}

.product-price-area h2 { margin: 0 0 10px; }
.product-price-area .barcode .amount { color: #d00; }


/* STORE LOCATOR */

#storemapper a {
  color: #7dcdca;
  
}
#storemapper #storemapper-go {
  color: white;
  background-color: #ff9a74;
  border-color: transparent;
  border-radius:0px;
}

#storemapper #storemapper-go:hover, #storemapper #storemapper-go:focus, #storemapper #storemapper-go:active, #storemapper #storemapper-go.active, #storemapper .open>.dropdown-toggle#storemapper-go {
  color: white;
  background-color: #7dcdca;
  border-color: transparent;
}

.offscreen {
  overflow: hidden;
  height: 0;
}

.yotpo-in-block {
  display: inline-block;
}

.yotpo-in-block.yotpo .pull-left {
  float: none;
  text-align: center;
}

/* Swiftype */

.filtered-product-area {
  background: white url(//cdn.shopify.com/s/files/1/0297/6313/t/40/assets/pv_coll_bg_tile.png?17290284300188685297) top left repeat-y;
}

.filtered-product-area.no-bg { background: transparent; }

.filtered-product-area .result {
  display: inline;
}

.filtered-product-area .slick-slide,
.filtered-product-area .search_result {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 31.5%;
  margin: 0 0.6% 20px;
  padding: 0 0 20px;
}


.filtered-product-area .slick-slide .search_result {
  width: auto;
  display: block;
  margin: 0;
  padding: 0;
}

.filtered-product-area .search_result:hover {
  outline: 1px solid #dfdfdf;
}

.filtered-product-area .search_result > a {
  display: block;
  color: inherit;
}

.filtered-product-area .search_result > a:focus { outline: none; }

.filtered-product-area .search_result .title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.filtered-product-area .search_result .title,
.filtered-product-area .search_result .price {
  letter-spacing: 1px;
  margin-bottom: 5px;
}

.filtered-product-area .search_result .price.on-sale .was-price {
  color: #AAA;
  text-decoration: line-through;
}
.filtered-product-area .search_result .price.on-sale .current-price { color: #de5949; }

.filtered-product-area .search_result .yotpo .text-m {
  margin-left: 0.4em;
  margin-right: 0.4em;
  vertical-align: middle;
  white-space: nowrap;
  clear: both;
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
}

.filtered-product-area .search_result.inserted:hover { outline: none; }
.filtered-product-area .search_result.inserted img { width: 100%; }

.filtered-product-area .collection-listing { line-height: 1.4em; }

.filtered-product-area #search-status { margin: 1em 0;}

.st-no-results,
.st-no-query,
.st-not-loading,
.st-not-failed-loading,
.st-no-misspelling { display: none; }
.st-no-results.inverse { display: inline; }
.st-has-results.inverse { display: none; }

.filtered-product-area .side-filter {
  float: left;
  width: 225px;
  padding: 20px 40px 20px 20px;
}

.filtered-product-area .side-filter-toggle {
  position: relative;
  border-bottom: 1px solid #DDD;
  color: #333;
  padding: 0.6em;
}

.filtered-product-area .side-filter-toggle:after {
  position: absolute;
  top: 0.3em;
  right: 0.4em;
  content: '+';
  font-size: 30px;
}
.filtered-product-area .side-filter-toggle.open:after { content: '-'; }

.filtered-product-area .collection-listing {
  overflow: hidden;
}


.filtered-product-area .facet-count {
  margin-left: 10px;
  opacity: 0.5;
  float: right;
}
.filtered-product-area .facet-count:before { content: '('; }
.filtered-product-area .facet-count:after { content: ')'; }


.filtered-product-area .side-filter-title {
  margin: 15px 0;
  padding: 5px 0;
  border-bottom: 1px solid #7dcdca;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.filtered-product-area .facet-title {
  display: block;
  margin: 15px 0 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.filtered-product-area .facet-container > a {
  display: none;
}
.filtered-product-area .st-clear-all a {
  display: block;
  margin: 0 0 20px;
  background: #fff;
  border: 1px solid #DDD;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font: 400 13px/1.4em Montserrat, sans-serif;
}
.filtered-product-area .facet-label {
  margin: 2px 0 0 33px;
  display: block;
  cursor: pointer;
  min-height: 30px;
  font-size: 13px;
  line-height: 1.2em;
  text-transform: capitalize;
}
.filtered-product-area .facet-label span {
  vertical-align: middle;
}

/* facet checkbox */
.filtered-product-area .checkbox-input {
  position: relative;
  margin: -2px 0 0;
  padding: 2px 0 0;
  float: left;
  height: 20px;
  width: 20px;
  border: 1px solid #DDD;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #000;
  background-color: #fff;
  cursor: pointer;
}
.filtered-product-area .checkbox-input:hover:not(:checked) {
  color: #aaa;
}
.filtered-product-area .checkbox-input:hover,
.filtered-product-area .checkbox-input:checked {
  border: 1px solid #CCC;
}
.filtered-product-area .checkbox-input:hover:before,
.filtered-product-area .checkbox-input:checked:before {
  font-family:'FontAwesome';
  content: '\f00c';
}

.filtered-product-area .facet-option.disabled { opacity: 0.5; }

.collection-pagination {
  line-height: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  text-align: right;
  margin: 20px 50px 20px;
}
.collection-pagination a,
.collection-pagination .current {
  display: inline-block;
  margin: 0 3px;
  padding: 0 10px;
  min-width: 10px;
  border: 1px solid #e3e3e3;
  color: #5d5d5d;
  text-align: center;
}
.collection-pagination a:hover {
  border-color: #999;
}
.collection-pagination a.invalid {
  display: none;
}
.collection-pagination .current {
  border: none;
}

@media only screen and (max-width: 1000px) {
  .filtered-product-area .side-filter { width: 164px; }
  .filtered-product-area { background-position: -76px top; }
}

@media only screen and (max-width: 767px) {
  .collection-pagination { margin: 0 0 20px; text-align: center; }
  .filtered-product-area {
    background: white;
  }
  .filtered-product-area .side-filter {
    float: none;
    width: auto;
  }
  .filtered-product-area .search_result {
    width: 46%;
  }
  .filtered-product-area .search_result .title {
    white-space: normal;
  }
  .filtered-product-area .search_result .yotpo .text-m {
    display: block;
    margin: 4px 0 0;
  }
  .filtered-product-area .search_result:hover { outline: none; box-shadow: none; }
  
  .filtered-product-area .checkbox-input:hover:before {
    content: '';
  }
}

.filtered-product-area .side-filter .sort-container {
  position: relative;
}
.filtered-product-area .side-filter .sort-container i {
  position: absolute;
  right: 5px;
  top: 7px;
  pointer-events: none;
}

.filtered-product-area .side-filter select {
  width: 100%;
  border-radius: 0;
  padding: 5px;
  background: white;
  border: 1px solid #DDD;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 19px;
  font: 400 13px Montserrat;
  letter-spacing: 1px;
  text-transform: none;
  color: #333;
}

.filtered-product-area .facet-label.color-facet:before {
  content: '';
  display: inline-block;
  margin-right: 8px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  border-radius: 20px;
  background: rgba(0,0,0,0.0.5);
}
.filtered-product-area .facet-label.color-facet.color-aqua:before { background: rgb(126, 218, 231); }
.filtered-product-area .facet-label.color-facet.color-blue:before { background: rgb(47, 87, 228); }
.filtered-product-area .facet-label.color-facet.color-green:before { background: rgb(0, 128, 0); }
.filtered-product-area .facet-label.color-facet.color-black:before { background: rgb(0, 0, 0); }
.filtered-product-area .facet-label.color-facet.color-brown:before { background: rgb(102, 51, 0); }
.filtered-product-area .facet-label.color-facet.color-pink:before { background: rgb(240, 157, 208); }
.filtered-product-area .facet-label.color-facet.color-white:before { background: rgb(255, 255, 255); }
.filtered-product-area .facet-label.color-facet.color-yellow:before { background: rgb(255, 255, 0); }
.filtered-product-area .facet-label.color-facet.color-red:before { background: rgb(255, 51, 0); }
.filtered-product-area .facet-label.color-facet.color-purple:before { background: rgb(128, 0, 128); }
.filtered-product-area .facet-label.color-facet.color-orange:before { background: rgb(255, 165, 0); }
.filtered-product-area .facet-label.color-facet.color-salmon:before { background: rgb(250, 128, 114); }
.filtered-product-area .facet-label.color-facet.color-seafoam:before { background: rgb(163, 193, 173); }
.filtered-product-area .facet-label.color-facet.color-cream:before { background: rgb(255, 255, 204); }
.filtered-product-area .facet-label.color-facet.color-grey:before { background: rgb(118, 118, 116); }
.filtered-product-area .facet-label.color-facet.color-neons:before { background: url(//cdn.shopify.com/s/files/1/0297/6313/t/40/assets/neon_option.png?17290284300188685297) no-repeat center center; }
.filtered-product-area .facet-label.color-facet.color-multi:before { background: url(//cdn.shopify.com/s/files/1/0297/6313/t/40/assets/multi_option.png?17290284300188685297) no-repeat center center; }


/* Swiftype Autocomplete */
.swiftype-widget .autocomplete {
  background-color: #fff;
  display: block;
  margin: 5px 0 0 0;
  padding: 0;
  width: 380px;
  
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  position: absolute;
  text-align: left;
  right: 0;
}

@media only screen and (min-width: 1219px) {
  .swiftype-widget .autocomplete { width: 445px; }
}

.swiftype-widget .autocomplete.inactive {
  display: none;
}

.swiftype-widget .autocomplete .ac_tag {
  width: 60px;
  padding: 5px 10px;
}
.swiftype-widget .autocomplete .ac_result a {
  display: block;
  color: inherit;
  padding: 7px 5px 0 100px;
  font-size: 13px;
  line-height: 1.2em;
  border-bottom: 1px solid #ccc;
}
.swiftype-widget .autocomplete .ac-result:last-child a { border: 0; }
.swiftype-widget .autocomplete .ac_result a:hover {
  background: #eee;
}
.swiftype-widget .autocomplete .ac-result.selected a {
  background: #eee;
}
.swiftype-widget .autocomplete .ac_result .img-wrap {
  float: left;
  margin: -7px 0 0 -100px;
  width: 80px;
  background: #fff;
  padding: 3px;
}
.swiftype-widget .autocomplete .ac_result .ac_title {
  margin: 8px 0 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.swiftype-widget .autocomplete .ac_result .ac_title em {
  font-style: normal;
  font-weight: bold;
}
.swiftype-widget .autocomplete .ac_result .price.on-sale .was-price {
  color: #AAA;
  text-decoration: line-through;
}
.swiftype-widget .autocomplete .ac_result .price.on-sale .current-price { color: #de5949; }

input.fa-input {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.filtered-product-area .search_result .quick-add-to-cart-form {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 32%;
  pointer-events: none;
}

.filtered-product-area .search_result .quick-add-to-cart {
  visibility: hidden;
  width: auto;
  padding: 1px 10px 0;
  height: auto;
  line-height: 2em;
  font-size: 13px;
  pointer-events: auto;
}

.filtered-product-area .search_result:hover .quick-add-to-cart { visibility: visible; }
@media only screen and (max-width: 767px) {
  .filtered-product-area .search_result .quick-add-to-cart-form { display: none; }
  
  
  
  body .result .yotpo.bottomLine {
    min-height: 0;
    display: block!important;
    text-align: center;
  }
  body .result .yotpo.bottomLine .standalone-bottomline {
    display: inline-block;
  }
}

.template-search .shopify-results {
  /* Using visibility to prevent page collapse during load - display: none applied by js */
  visibility: hidden;
}


/* When SALE is longer e.g. Black Friday, search doesn't fit */
@media only screen and (max-width: 860px) {
  .search-box .search-form input[type="text"] { width: 80px; }
}

.yotpo.yotpo-main-widget .yotpo-regular-box { border-top: 0; }
.result .yotpo .pull-left { text-align: center; float: none; }

/* correct for header */
img.fs-detail-image {
  max-height: calc(100vh - 140px);
}

div.fs-detail-title { font-size: 11pt; }
div.fs-post-info { font-size: 8.5pt; }
/*
div.fs-detail-right {
  display:block !important;
  overflow-y: auto !important;
}
*/

#content .yotpo .yotpo-default-button {
  border: 2px solid #54CEE6;
  background: #fff;
  color: #54CEE6;
  border-radius: 2px;
  padding: 7px 13px;
  font-family: gothamBold, Montserrat, Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.2em;
  transition: background-color 100ms, color 100ms;
}
#content .yotpo .yotpo-default-button .yotpo-icon-button-text {
  font-family: gothamBold, Montserrat, Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.2em;
  color: #54CEE6;
  transition: color 100ms;
}
#content .yotpo .yotpo-default-button .yotpo-icon {
  margin-right: 5px;
  color: #54CEE6;
  transition: color 100ms;
}

#content .yotpo .yotpo-default-button:hover {
  background: #54CEE6;
  color: #fff;
}
#content .yotpo .yotpo-default-button:hover .yotpo-icon,
#content .yotpo .yotpo-default-button:hover .yotpo-icon-button-text {
  color: #fff;
}

#content .yotpo .yotpo-first-review {
  margin-bottom: 40px;
}

#page-shader {
  transition: opacity 400ms;
  opacity: 0;
  background: #000;
  pointer-events: none;
  z-index: 3999;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#page-shader.nav-hovering {
  opacity: 0.5;
}
.ie9 #page-shader {
  display: none;
}
.ie9 #page-shader.nav-hovering {
  display: block;
}

.bouncex_header_top:after {
  content: '';
  transition: opacity 400ms;
  opacity: 0;
  background: #000;
  pointer-events: none;
  z-index: 3999;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.bouncex_header_top.nav-hovering:after {
  opacity: 0.5;
}



.mobile-link-list ul {
  margin: 10px 0 0;
}
.mobile-link-list ul li {
  list-style: none;
}
.mobile-link-list ul li a {
  display: block;
  padding: 10px 15px;
  color: #000;
  border-top: 1px solid #eee;
  font-size: 17px;
  line-height: 1.4em;
}
.mobile-link-list ul li a:after{
  float: right;
  font-family: 'FontAwesome';
  content: '\f105';
  font-size: 26px;
  color: #333;
}

.modal_login {
  text-align: center;
  padding: 20px;
}
  
.modal_login label {
  display: block;
  margin: 6px 0 1px;
  font-size: 85%;
  line-height: 1.2em;
  text-transform: uppercase;
}

.modal_login input[type=password],
.modal_login input[type=email] {
  width: 398px;
  text-align: center;
}

/* homepage slideshow products */
.collection-slider-row .search_result { width: 18%; }
@media only screen and (max-width: 970px) {
  .collection-slider-row .search_result { width: 23%; }
  .collection-slider-row .result:nth-child(n+13) { display: none; }
}
@media only screen and (max-width: 767px) {
  .collection-slider-row .search_result { width: 31%; }
  .collection-slider-row .result:nth-child(n+10) { display: none; }
}
@media only screen and (max-width: 500px) {
  .collection-slider-row .search_result { width: 48%; }
  .collection-slider-row .result:nth-child(n+9) { display: none; }
}

.template-product #content { padding-bottom: 40px; }

.willtab-container {
  margin: 20px 0;
}

.willtab-container .willtab-tabs {
  display: flex!important;
  align-items: flex-end;
}

.willtab-container .willtab-tabs li {
  margin-bottom: 1px;
  border-bottom: 1px solid #eaeaea;
  width: 33.3%;
  text-align: center;
}

.willtab-container .willtab-tabs li a {
  display: block;
}

.willtab-container .willtab-tabs li:first-child { text-align: left; }
.willtab-container .willtab-tabs li:first-child a {
  padding-left: 0!important;
  padding-right: 20px!important;
}

.willtab-container .willtab-tabs li:last-child { text-align: right; }
.willtab-container .willtab-tabs li:last-child a {
  padding-right: 0!important;
  padding-left: 20px!important;
}

.willtab-container .willtab-tabs li.active {
  border-bottom: 2px solid #333;
}

