/*
* Vantage Shopify Theme
* Copyright 2015, Underground Media
* www.undergroundmedia.co.uk
* Gridlock - A CSS responsive grid system [12 column - Desktop standard]
* @author Ben Plum
* @version 0.2.0
*
* Copyright © 2013 Ben Plum <mr@benplum.com>
* Released under the MIT License <http://www.opensource.org/licenses/mit-license.php>
*/

/* !Reset Box-sizing */
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; *behavior: url(boxsizing.htc); }

/* !Defaults */
.gridlock .row { margin-left: auto; margin-right: auto; width: 960px; /* Fallback */ }
.gridlock .row:after { clear: both; content: "."; display: block; height: 0; line-height: 0; visibility: hidden; }
.gridlock .row .row { margin-left: -1.0416666666666667%; margin-right: -1.0416666666666667%; width: 102.0833333333333334%; }
.gridlock .row [class*="desktop-"] { float: left; margin-left: 1.0416666666666667%; margin-right: 1.0416666666666667%; }
.gridlock .row [class*="desktop-"].right { float: right; }
.gridlock .row [class*="desktop-"].padded { margin-left: 0; margin-right: 0; padding-left: 1.0416666666666667%; padding-right: 1.0416666666666667%; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; -ms-box-sizing: content-box; -o-box-sizing: content-box; box-sizing: content-box; *behavior: none; }


/* !Rows, Widest to Thinest */  
@media screen and (min-width: 1220px) {
  .gridlock .row { max-width: 1450px; width: 100%; }
}
@media screen and (max-width: 1220px) {
  .gridlock .row { width: 960px; }
}
@media screen and (max-width: 980px) {
  .gridlock .row { width: 720px; }
}
@media screen and (max-width: 740px) {
  .gridlock .row { width: 92%; }
}
@media screen and (max-width: 500px) {
  .gridlock .row { width: 96%; }
}
@media screen and (max-width: 977px) {
  .free-ship-notice {
      margin-top:0px!important;
  }
  .table-notes-row {
      max-width:100%!important;
  }

  #basket-right h4 {
      display: flex;
      flex-direction: column;
  }
  #basket-right h4 img {
      display: inline-block;
  }
  #basket-right .saso-summary {
      order: 4
  }
  #basket-right .cart-breakdown {
      order: 5;
  }
  #basket-right .image-row {
      order:6;
  }
  #cartform {
      display: flex;
      flex-direction: column;
  }
  #cartform #basket-right {
      order: 1;
  }
  #cartform .table-notes-row {
      order: 2;
  }
}
/* !Desktop - Default, 12 column, 1220 + 960 (min 980), IE Standard */
.gridlock .row .desktop-1  { width: 6.25%; }
.gridlock .row .desktop-2  { width: 14.5833333333333333%; }
.gridlock .row .desktop-3  { width: 22.9166666666666667%; }
.gridlock .row .desktop-4  { width: 31.25%; z-index:0; }
.gridlock .row .desktop-5  { width: 39.5833333333333333%; }
.gridlock .row .desktop-6  { width: 47.9166666666666667%; }
.gridlock .row .desktop-7  { width: 56.25%; }
.gridlock .row .desktop-8  { width: 64.5833333333333333%; }
.gridlock .row .desktop-9  { width: 72.9166666666666667%; }
.gridlock .row .desktop-10 { width: 81.25%; }
.gridlock .row .desktop-11 { width: 89.5833333333333333%; }
.gridlock .row .desktop-12 { width: 97.9166666666666667%; }

/* Push Cells */
.gridlock .row .desktop-push-1  { margin-left: 9.375%; }
.gridlock .row .desktop-push-2  { margin-left: 17.7083333333333333%; }
.gridlock .row .desktop-push-3  { margin-left: 26.0416666666666667%; }
.gridlock .row .desktop-push-4  { margin-left: 34.375%; }
.gridlock .row .desktop-push-5  { margin-left: 42.7083333333333334%; }
.gridlock .row .desktop-push-6  { margin-left: 51.0416666666666667%; }
.gridlock .row .desktop-push-7  { margin-left: 59.375%; }
.gridlock .row .desktop-push-8  { margin-left: 67.7083333333334%; }
.gridlock .row .desktop-push-9  { margin-left: 76.0416666666668%; }
.gridlock .row .desktop-push-10 { margin-left: 84.375%; }
.gridlock .row .desktop-push-11 { margin-left: 92.7083333333335%; }

/* Center Cells */
.gridlock .row [class*="desktop-"].center { margin-left: auto; margin-right: auto; }

/* !Generic, fractions */
.gridlock .row .desktop-third { width: 31.25%; }
.gridlock .row .desktop-half { width: 47.9166666666666667%; }
.gridlock .row .desktop-full { width: 97.9166666666666667%; }

.gridlock .row .desktop-push-third { margin-left: 34.375%; }
.gridlock .row .desktop-push-half { margin-left: 51.0416666666666667%; }

/* !Desktop - Max, 12 column, 1200 (min 1221) */
@media screen and (min-width: 1221px) {
  .gridlock .row .max-1  { width: 6.25%; }
  .gridlock .row .max-2  { width: 14.5833333333333333%; }
  .gridlock .row .max-3  { width: 22.9166666666666667%; }
  .gridlock .row .max-4  { width: 31.25%; }
  .gridlock .row .max-5  { width: 39.5833333333333333%; }
  .gridlock .row .max-6  { width: 47.9166666666666667%; }
  .gridlock .row .max-7  { width: 56.25%; }
  .gridlock .row .max-8  { width: 64.5833333333333333%; }
  .gridlock .row .max-9  { width: 72.9166666666666667%; }
  .gridlock .row .max-10 { width: 81.25%; }
  .gridlock .row .max-11 { width: 89.5833333333333333%; }
  .gridlock .row .max-12 { width: 97.9166666666666667%; }

  /* Push Cells */
  .gridlock .row .max-push-1  { margin-left: 9.375%; }
  .gridlock .row .max-push-2  { margin-left: 17.7083333333333333%; }
  .gridlock .row .max-push-3  { margin-left: 26.0416666666666667%; }
  .gridlock .row .max-push-4  { margin-left: 34.375%; }
  .gridlock .row .max-push-5  { margin-left: 42.7083333333333334%; }
  .gridlock .row .max-push-6  { margin-left: 51.0416666666666667%; }
  .gridlock .row .max-push-7  { margin-left: 59.375%; }
  .gridlock .row .max-push-8  { margin-left: 67.7083333333334%; }
  .gridlock .row .max-push-9  { margin-left: 76.0416666666668%; }
  .gridlock .row .max-push-10 { margin-left: 84.375%; }
  .gridlock .row .max-push-11 { margin-left: 92.7083333333335%; }
}

/* !Tablet, 6 column, 720 (min 739) */
@media screen and (min-width: 739px) and (max-width: 980px) {
  .gridlock .row [class*="desktop-push-"] { margin-left: 1.0416666666666667%; margin-right: 1.0416666666666667%; }

  .gridlock .row .tablet-1 { width: 14.5833333333333333%; }
  .gridlock .row .tablet-2 { width: 31.25%; }
  .gridlock .row .tablet-3 { width: 47.9166666666666667%; }
  .gridlock .row .tablet-4 { width: 64.5833333333333333%; }
  .gridlock .row .tablet-5 { width: 81.25%; }
  .gridlock .row .tablet-6 { width: 97.9166666666666667%; }

  /* Push Cells */
  .gridlock .row .tablet-push-1 { margin-left: 17.7083333333333333%; }
  .gridlock .row .tablet-push-2 { margin-left: 34.375%; }
  .gridlock .row .tablet-push-3 { margin-left: 51.0416666666666667%; }
  .gridlock .row .tablet-push-4 { margin-left: 67.7083333333334%; }
  .gridlock .row .tablet-push-5 { margin-left: 84.375%; }

  /* !Generic, fractions */
  .gridlock .row .tablet-third { width: 31.25%; }
  .gridlock .row .tablet-half { width: 47.9166666666666667%; }
  .gridlock .row .tablet-full { width: 97.9166666666666667%; }

  .gridlock .row .tablet-push-third { margin-left: 34.375%; }
  .gridlock .row .tablet-push-half { margin-left: 51.0416666666666667%; }
  
  #lead-info-window {
      left: auto !important;
      right: -90px !important;
      top: 120% !important;
  }
  
  #lead-info-window:before {
      left: 50% !important;
      bottom: auto !important;
      top: -7px !important;
      -webkit-transform: rotate(135deg) !important;
      -moz-transform: rotate(135deg) !important;
      -ms-transform: rotate(135deg) !important;
      transform: rotate(135deg) !important;
  }
  
}

/* !Mobile, 3 column, 300 + 480 (max 740) */
@media screen and (max-width: 740px) {
  .gridlock .row [class*="desktop-push-"], 
  .gridlock .row [class*="tablet-push-"] { margin-left: 1.0416666666666667%; margin-right: 1.0416666666666667%; }

  .gridlock .row .mobile-1 { width: 31.25%; }
  .gridlock .row .mobile-2 { width: 64.5833333333333333%; }
  .gridlock .row .mobile-3 { width: 97.9166666666666667%; }

  /* Push Cells */
  .gridlock .row .mobile-push-1 { margin-left: 34.375%; }
  .gridlock .row .mobile-push-2 { margin-left: 67.7083333333334%; }

  /* !Generic, fractions */
  .gridlock .row .mobile-third { width: 31.25%; }
  .gridlock .row .mobile-half { width: 47.9166666666666667%; }
  .gridlock .row .mobile-full { width: 97.9166666666666667%; }

  .gridlock .row .mobile-push-third { margin-left: 34.375%; }
  .gridlock .row .mobile-push-half { margin-left: 51.0416666666666667%; }
  
  #lead-time {
  text-align: center !important;
  float: none !important;
  max-width: 300px !important;
  margin: -20px auto 0 !important;
  }
  
  #lead-info-window {
      left: auto !important;
      right: -30px !important;
      top: 120% !important;
  }
  
  #lead-info-window:before {
      left: 70% !important;
      bottom: auto !important;
      top: -7px !important;
      -webkit-transform: rotate(135deg) !important;
      -moz-transform: rotate(135deg) !important;
      -ms-transform: rotate(135deg) !important;
      transform: rotate(135deg) !important;
  }
}

/* !Mobile - Min, 300 (max 500) */
@media screen and (max-width: 500px) {
  .gridlock .row .min-full { width: 97.9166666666666667%; }
}

* {
  margin: 0;
}


html, body {
  height: 100%;
}

img { max-width: 100%; border: 0; }

.first { clear: left; }


/* #Base Styles
================================================== */

body {
  background: #ffffff ;
  font-family:'Roboto', sans-serif;
  font-size: 14px;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  color: #000000;
  line-height: 1.6em;
  font-weight: 400;
  padding-top:10px;
}

/* #Typography
================================================== */

h1, h2, h3, h4, h5, h6 {
  color: #000000;
  font-family:'Roboto', sans-serif;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 10px;
  line-height: normal; 
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
h1 { font-size: 24px; }
h2 { font-size: 18px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }
h5 { font-size: 14px; }
h6 { font-size: 14px; }

.section-title {
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  padding: 10px 0;
  text-align: center;
}

p { font-size: 14px; margin-bottom: 10px; }
strong { font-weight: bold; }
em { font-style:italic; }
pre { font-family: "Courier New", Courier, monospace; font-size: 13px; font-weight:bold; }
center { text-align: center; }

p.date { }

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

a { text-decoration: none; color: #000000; outline: 0;
  -webkit-transition:color .5s ease-in;
  -moz-transition:color .5s ease-in;
  -o-transition:color .5s ease-in;
  transition:color .5s ease-in;
}

a:hover { color: ; text-decoration: ;}
a:visited { color:#000000; text-decoration: ; }
a:focus { outline: none; }

/* .row hr, .row p, .row ul, .row ol, .row dl, .row pre, .row address, .row table, .row form {margin-bottom: 1.6em;} */

dt { font-weight: bold; }

ol { padding: 0; margin-left: 0; margin-bottom: 20px; text-indent: 0; list-style-position: inside; }
ul { padding: 0; margin: 0 0 20px 0; list-style:disc inside;}
li {  }
blockquote { font-family: Georgia, "Times New Roman", Times, sans-serif; font-size:18px; line-height: 24px; font-style:italic; padding-left:35px; color: #999; margin: 20px 0; }

input, textarea { }

em { font-style: italic; }
strong { font-weight: bold; }
small { font-size: 80%; }

b {font-weight: bold;}
i { font-style: italic; }

hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }


.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}


/* #Buttons
================================================== */

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  width: 100%;
  max-width: 100%;
  background: #000000; 
  border: none;

  -webkit-transition: background .5s ease,color .5s ease;
  -moz-transition: background .5s ease,color .5s ease;
  -o-transition: background .5s ease,color .5s ease;
  transition: background .5s ease,color .5s ease;
  border-radius: 3px;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  -webkit-appearance: none;

  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 20px;
  line-height: normal;
  padding: 15px 0;
  font-family: 'Roboto', sans-serif; 
}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  color: #ffffff;
  background: #bbbbbb;
}

.button.full-width,
button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width {
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center; }

/* Fix for odd Mozilla border & padding issues */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}




/* #Forms
================================================== */

form {
  margin-bottom: 0; 
}
fieldset {
  margin-bottom: 20px; 
}

select {
  padding: 0; 
}

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


input[type="checkbox"] {
  display: inline; 
}

label span,
legend span {
  font-weight: normal;
  font-size: 13px;
  color: #444; 
}

::-webkit-input-placeholder { /* WebKit browsers */
  color:    #aaa;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color:    #aaa;   }
::-moz-placeholder { /* Mozilla Firefox 19+ */
  color:    #aaa; }
:-ms-input-placeholder { /* Internet Explorer 10+ */
  color:    #aaa;   }   


input[type=text], input[type=password], input[type=email], input[type=url], input[type=number] {
  width: 100%;
  background: transparent;
  border: 1px solid #eeeeee;
  padding: 0 5px;
  margin: 0px;
  min-height: 38px;  
  line-height: 38px;
  max-width: 100%;
  outline: none;
  font-size: 100%;
  font-family:'Roboto', sans-serif;
  color: #000000;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
  color: #000000;
  -moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
  box-shadow:  0 0 3px rgba(0,0,0,.2); }
textarea {
  min-height: 60px; min-width: 300px; 
}

textarea {
  width: 100%;
  background: transparent;
  border: 1px solid #eeeeee;
  height: 125px;
  margin: 0px;
  margin-bottom: 40px;
  max-width: 100%;  
  padding: 10px 5px;
  outline: none;
  font-size: 100%;

}




/* #Header
================================================== */

#wrapper { margin-top: 0; }

#top-bar { 
  text-align: center; 
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 24px;
  font-family: 'Roboto', sans-serif;
  background: #000000;
  padding: 5px;
  color: #ffffff;
  font-size: 13px;
}

#top-bar a { 
  color: #ffffff;
  font-size: 13px;  
}

#header { margin-bottom: 10px; position: relative; min-height: 50px;}

#logo { line-height: initial; position: relative; text-align: center; padding: 0; }
#logo a { font-family: 'Roboto', sans-serif; font-size: 36px; text-transform: uppercase; font-weight: 400; color: #5a5a5a; text-decoration: none; }

#search {
  clear: left;
  position: relative;
}

#search input#q  {
  margin-bottom: 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 0;
  padding: 0! important; 
  color: #000000;  
  width: 90%;
  text-indent: 5px;
}

#search input#q::-webkit-input-placeholder { /* WebKit browsers */
  color: #000000;
}
#search input#q:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #000000;
}
#search input#q::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #000000;
}
#search input#q:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #000000;
} 

#search input#q:focus {
  -moz-box-shadow: 0 0 0;
  -webkit-box-shadow: 0 0 0;
  box-shadow:  0 0 0;   
  border-bottom: 1px solid #eeeeee! important;

}

#search input#seek {
  position: absolute;
  top: 10px;
  right: 10px;
}

ul#cart { text-align: right; }
ul#cart li { display: inline-block; margin-left: 10px;  padding: 0; line-height: 38px;  }
#cart li a { color: #000000; }


/* #Navigation
================================================== */


.navigation {
    background: #ffffff;
    margin-bottom: 6px;
}

.navigation:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 5px;
    background: #000;
    margin: 1px 0 0 0;
    z-index: -1;
}

ul.nav {
  list-style: none;
  text-align: center;
  line-height: 40px;
  position: relative;
  margin-bottom: 0;
}

ul.nav li {
  display: inline-block;
  vertical-align: middle;
  z-index:2;
  position: relative;
}

ul.nav li.dropdown {
}


ul.nav li:hover a {
  color: #fac759;
  background: #ffffff;
}

ul.nav li a {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: none;  
  color: #000000;
  display: block;
  padding: 0 9px;
  letter-spacing: 1px;
}

ul.nav li a:hover {
  background: #ffffff;
  color: #fac759;
  text-decoration: none;
}

ul.nav li.dropdown ul.submenu {
  display: none;
  background: #ffffff! important;
  float: left;
  position: absolute;
  top: 40px;
  z-index: 25;
  margin: 0;
  padding: 10px 0;
  border: 1px solid #eeeeee;  
  border-top: 0;
}

ul.nav li.dropdown > a:after {
  font-family: 'FontAwesome'; 
  content: "\f107";
  margin-left: 10px;
}


ul.nav li:hover ul.submenu {
  display: block;
  background: #ffffff! important;
}


ul.nav li ul.submenu li{
  background: #ffffff;
  color: #000000;
  min-width: 180px;
  line-height: 20px! important;
  text-align: left;
  display: block;
  clear: left;  
  white-space: nowrap;
}


ul.nav li ul.submenu li:hover {
  background: #ffffff;
}

ul.nav li ul.submenu li a:hover {
  color: #fac759;
  background: #ffffff;
}

ul.nav li ul.submenu li a{
  text-align: left;
  font-size: 13px;
  padding-left: 15px;
  color: #000000;
  font-weight: normal! important;  
  text-transform none! important;
  letter-spacing: 0.5px;
  font-family: 'Roboto', sans-serif;
}

.submenu li.nest {
  position: relative;
}


ul.nav li ul.submenu li.nest:after {
  position: absolute;
  top: 0px;
  right: 10px;
  font-family: 'FontAwesome'; 
  content: "\f105";
}

.submenu li.nest:hover > ul.nested {
  display: block; 
}

.nested {
  display: none;
  padding: 10px 0;
  position: absolute;
  left: 100%;
  top: 0;
  background: #ffffff;
  border: 1px solid #eeeeee;   
}


.rightarrow {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 11px;
  color: ;
}





/* #Content
================================================== */


.index #content { margin-top: 0; }
#content {  margin-top: 20px;}

#lead-time {
  margin: -20px 0 0 0;
    width: auto !important;
    color: #f05123;
    position: relative;
}

#lead-time-message {
  display: inline-block;
}

#lead-info-window {
  display: none;
  position: absolute;
  left: 108%;
  width: 180px;
  top: -120px;
  line-height: 18px;
  text-align: center;
  background: url(https://cdn.shopify.com/s/files/1/1487/1618/files/lead-time-logo.jpg?8004343273728512558) center 92% no-repeat #FFF;
  z-index: 20;
  padding: 15px 15px 36px;
  box-sizing: content-box;
  box-shadow: 0 0 0 1px #F05323;
  border-radius: 1px;
  background-size: 26px;
}

#lead-info-window:before {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  border-left: 1px solid #F05323;
  border-bottom: 1px solid #F05323;
  left: -7px;
  bottom: 30px;
  -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  background: #FFF;
}

#lead-info-window h4 {
  color: #f05123;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  margin: 0 0 6px 0;
}

#lead-info-window.active {
  display: block;
}

span.lead-info {
  font-family: courier;
  display: inline-block;
  width: 15px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  padding: 1px;
  box-sizing: content-box;
  box-shadow: inset 0 0 0 1px #f05123;
  border-radius: 15px;
  font-size: 11px;
  color: #f05123;
  cursor: pointer;
    vertical-align: middle;
  margin: -2px 0 0 6px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* #Index.liquid
================================================== */

.homepage-section { margin-top: 20px; }

.index #content .homepage-section:first-child {
  margin-top: 0! important;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 0;
  height: 0;
  clear: left;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



.homepage-promo {
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  background: #ffffff;
}

.homepage-promo img {
  position: relative;
  display: block;
  width: 100%;
}

.homepage-promo .caption {
  padding: 2em;
  color: #000000;
  text-transform: uppercase;
  font-size: 14px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.homepage-promo .caption::before,
.homepage-promo .caption::after {
  pointer-events: none;
}

.homepage-promo .caption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.homepage-promo .caption h3 {
  font-weight: bold;
  text-transform: none;
  color: #ffffff;
}


.homepage-promo .caption h3,
.homepage-promo .caption p {
  margin: 0;
}

.homepage-promo .caption p {
  letter-spacing: 1px;
  text-transform: none;
}


.homepage-promo .caption img {
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

.homepage-promo:hover img {
  opacity: 0.7;
}

.homepage-promo .caption::before,
.homepage-promo .caption::after {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

.homepage-promo .caption::before {
  -webkit-transform: scale(0,1);
  transform: scale(0,1);
}

.homepage-promo .caption::after {
  -webkit-transform: scale(1,0);
  transform: scale(1,0);
}

.homepage-promo h3 {
  padding-top: 20%;
  font-size: 16px;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0,-20px,0);
  transform: translate3d(0,-20px,0);
}

.homepage-promo p {
  padding: 10px 2.5em;
  opacity: 0;
  font-size: 28px;  
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,20px,0);
  transform: translate3d(0,20px,0);
}

.homepage-promo:hover .caption::before,
.homepage-promo:hover .caption::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.homepage-promo:hover h3,
.homepage-promo:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}






#instafeed {
  float: left;
  margin-top: 30px;
}

/* #collection.liquid
================================================== */
.fancybox-inner {
    overflow: auto;
    width: 825px;
    height: auto;
    min-height: 515px;
}
#collectionpage .flair-badge.best-seller {
    color:#001689!important;
    background-color: #eaeaea!important;
}

#collectionpage .flair-badge.best-seller > span:nth-child(1) {
    border-top: 11px solid #eaeaea!important;
    border-bottom: 11px solid #eaeaea!important;
    border-left: 11px solid transparent;
}
#collection-loop { margin-top: 30px; }

.collection-image {
  margin-bottom: 20px;
}
.collection-index {
  text-align: center;
  margin-top: 20px; 
  margin-bottom: 20px;
}
.collection-index h3 {
  font-size: 14px; 
  font-weight: 400;
}
.sizing-chart-modal:not(.active) {
    display: none!important;
}
.modal-close {
    position: absolute;
    right:0px;
    top:0px;
    width:25px;
    height:25px;
    cursor: pointer;
    user-select: none;
    transition:.3s;
}
.size-guide h5 {
    margin-bottom:2px;
}
.modal-close:hover {
    color:#808284;
}
.size-guide {
    position: relative;
    transition: .2s;
    z-index: 0;
    right: 0px;
    display: inline-block;
    top: -10px;
    left: 1px;
    text-transform: uppercase;
}
.size-guide h5 {
    transition:.2s;
    color:#000000;
    font-size:12px;
    border-bottom:inherit!important;
    text-decoration: underline;
}
.size-guide:hover:after {
    opacity:1!important;
}
.modal-backdrop {
    background-color:#000;
    opacity: .6;
    position: fixed;
    width:100%;
    height:100%;
    left:0;
    top:0;
    z-index:1000;
}
.sizing-chart-modal {
    z-index: 9999;
    position: absolute;
}
.sizing-chart-modal .modal-inner-container {
    min-width:400px;
    text-align: center;
    padding:10px 20px 20px 20px;
    position: fixed;
    top:50%;
    left:50%;
    transform:translateX(-50%) translateY(-50%);
    background-color:#fff;
    z-index:1001;
}
.stamped-instagram-nav {
    color:#fac759!important;
}
.stamped-instagram-modal-wrapper div.stamped-instagram-modal-image {
    background:#fff;
}
.stamped-instagram-modal-content {
  overflow-y:auto!important;
}
.stamped-instagram-modal-tags-button {
    width: 100%;
    max-width: 100%;
    background: #000000;
    border: none;
    -webkit-transition: background .5s ease,color .5s ease;
    -moz-transition: background .5s ease,color .5s ease;
    -o-transition: background .5s ease,color .5s ease;
    transition: background .5s ease,color .5s ease;
    border-radius: 3px!important;
    -webkit-border-radius: 3px!important;
    -moz-border-radius: 3px!important;
    -webkit-appearance: none;
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    cursor: pointer;
    line-height: normal;
    padding: 10px 0;
    font-family: 'Roboto', sans-serif;
}
.stamped-instagram-modal-tags-button:hover {
    color: #ffffff!important;
    background: #bbbbbb!important;
}
.stamped-instagram-modal-tags div:not(.stamped-instagram-modal-tags-button) {
    color: #000;
    line-height: 17px;
    margin-bottom: 10px;
}
#collectionpage .stamped-product-reviews-badge {
    display: none!important;
}
.stamped-instagram-modal-user-source {
    transform: scale(.85);
}
.stamped-instagram-modal-tags a div {
    font-family:'Roboto', sans-serif;
    font-size:14px!important;
}
.instagram-title-inner span {
  color:#fac759;
  font-family:'Roboto', sans-serif;
  font-size:16.8px;
  font-weight:400;
  line-height:22.4px;
  text-size-adjust:100%;
}
.instagram-message-container {
    text-align: center;
    padding:15px;
}
.instagram-message-container span {
    position: relative;
}
.instagram-message-container .fa-instagram {
    position: absolute;
    left:-25px;
}
.product-index-inner .img1 {
    transition: .25s;
    z-index:31!important;
    position: relative;
    
}
.product-index-inner .img1.invisible {
    opacity:0;
}

.product-index-inner .img2 {
    display: block!important;
    position: absolute;
    top:0px;
    transition: .75s;
    z-index:30;
}
.product-index-inner .img2.invisible {
    opacity:0;
}

.coll-badging {
    position: absolute;
    display: inline-block;
    text-align: right;
    width:100%;
    right:0px;
    z-index: 1000;
    opacity: .9;
}

.coll-badging span:last-of-type {
    display: none;
}
.coll-badging .flair-badge {
    font-weight:bold;
    text-transform: uppercase;
    font-size:12px!important;
}



#collectionpage h1 { text-align: center; }
.collection-description img {  }
#collectionpage .product-index-inner > .icn:not(.so) {
    display: none;
}
.so.icn {
    opacity:.9;
    font-weight: bold;
    line-height:22px;
    padding:0px 8px;
    background-color:#717171!important;
    margin-top:15px;
    z-index:50000;
}

.so.icn:before {
    content: "";
    top: 0;
    position: absolute;
    left: -15px;
    border-top: 15px solid #717171;
    border-right: 0px solid #717171;
    border-left: 15px solid transparent;
    font-size: 0px;
    top: 0px;
    z-index:4000;
}

.so.icn:after {
    content: "";
    top: 0;
    left: -15px;
    border-bottom: 15px solid #717171;
    border-right: 0px solid #717171;
    border-left: 15px solid transparent;
    position: absolute;
    font-size: 0px;
    top: 7px;
    z-index:4000;
}
#collections h3 { border-bottom: 1px solid #eeeeee; padding-bottom: 5px;}
ul#links { margin-bottom: 10px;}
ul#links li { list-style-type: none; padding: 2px 0; display: block; }
ul#links li a:hover{ text-decoration: none; } 
ul#links li.active a {text-decoration: underline; }
ul#links li a.current {text-decoration: underline;}    


#collection-sidebar { margin-top: 30px; border-bottom: 1px solid #eeeeee;  }
#collection-sidebar h4 { margin-bottom: 20px; }
#collection-sidebar ul { list-style-type: none; padding-bottom: 20px; }
#collection-sidebar ul li { margin-bottom: 5px; }

.sidenav ul li ul {
  padding: 0! important;
  margin: 0 0 0 10px;
}

#dropdown {
  width: 100%;
  text-align: center;
}

#sorting-hat { position: relative; background: ; padding: 10px; margin-top: 10px; }
ul#sortme { text-align: center; margin-bottom: 0;  }
ul#side-sortme { float: left; }
ul#side-sortme p { margin-bottom: 5px; }
ul#side-sortme li { clear: left; float: left; }
.clearfix.filter { display: inline-block; min-width: 200px; }
ul#sortme li { margin: 0 10px; }
ul#sortme p { margin-bottom: 5px; }
.coll-filter,.size-filter { height: 24px; width: 150px; margin-bottom: 0; padding: 0; }
#sortBox { height: 24px; width: 150px; margin-bottom: 0; padding: 0; }

#product-loop { margin-top: 30px; }

.product-index { position: relative; margin-top: 20px; margin-bottom: 20px; text-align: center; }
.product-index img { margin-bottom: 20px; }
.product-index h3 { min-height: 15px; font-size: 14px; font-weight: 400;}

.img2 { display: none; }

.onsale { display: inline-block; margin-right: 2px; color: #f05123; }
.was{ display: inline-block; margin-left: 2px; text-decoration: line-through;  }

.icn {
  position: absolute;
  top: -5px;
  right: -5px;
  letter-spacing: 1px;
  opacity: 0.7;
  z-index: 2;
  padding: 3px 6px;
  text-transform: uppercase;
  font-size: 11px;
}

.sale-item.icn {
  background: #c40000;
  color: #fff;
}
.so.icn {
  background: #333;
  color: #fff;   
}

.pre-order.icn { 
  background: #d5d5d5;
  color: #eee;
}

.new.icn { 
  background: #fff;
  color: #333;
  border: 1px solid #eeeeee;
}


.product-quick-view { max-width: 800px; }

/* ================ */
/* = Product page = */
/* ================ */

#mobile-product { display: none; }

.isp_related_title span {
    font-family: 'Roboto', sans-serif;
}
#product-photos, .product-photos { text-align: center; }
#bigimage, .bigimage { display: block; margin-bottom: 30px; }

.thumbnail {
  float: none! important;
  margin-bottom: 30px;
  display: inline-block;
  vertical-align: top;
}

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

#product-description { position: relative; margin-top: 0px;}
#split-description { margin-top: 10px; margin-bottom: 30px; }
#split-description h4.header { padding-bottom: 5px; border-bottom: 1px solid #eeeeee; }
#product-description label { float: left; margin-right: 10px; }
#product-description h1 { /*border-bottom: 1px solid #eeeeee;*/ }

#product-price { font-size: 18px; margin-top: 10px; }

span.compare-price {
  text-decoration: line-through;
  margin-left: 10px;
}

.product-add { padding: 0; line-height: 38px; min-height: 38px; }

.quantity { 
  font-weight: bold; 
  text-align: center; 
  margin: 0 5px! important; 
  width: 70px! important; 
  display: inline-block! important; 
  padding: 0! important; 
  text-indent: 0! important;
  display: inline-block! important;
  float: left;
}

.up {
  border: 1px solid #f0f0f0;
  padding: 0 8px;
  line-height: 38px; 
  min-height: 38px;
  display: inline-block;
  color: #000000;
  float: left;  
}

.downer {
  border: 1px solid #f0f0f0;
  padding: 0 8px;
  line-height: 38px; 
  min-height: 38px;
  display: inline-block;
  color: #000000;  
  float: left;  
  clear: left;
}

.up:hover, .downer:hover { cursor: pointer; }

.add { margin-top: 20px; clear: left; float: left; width: 40%! important;}

.ajaxified-cart-feedback {
  padding: 10px 20px;
  line-height: 36px;
  font-size: 80%;
  vertical-align: middle;
  clear: both;
  border: 1px solid #eeeeee;
  border-radius: 3px;
}
.table-notes-row {
    margin-left:0px!important;
}
.product-modal {
    display: none;
    letter-spacing: 1px;
    position: absolute;
    text-transform: uppercase;
    top: 10%;
    width: 60%;
    margin-left: -30%;
    font-weight: 700;
    padding: 10px 5px;
    font-size: 11px;
    background-color: #fff;
    left: 50%;
    color: #333;
    z-index: 32;
    opacity: 0.85;
}
.product-modal:hover {
  animation-name:fadeIn;
  animation-fill-mode:forwards;
  animation-duration:0.1s;
  animation-delay:0.25s;
}
@keyframes fadeIn {
  0% {
    opacity:0.85;
  }
  100% {
    opacity:1;
  }
}

.product-index-inner {
  position: relative;
}

.quick-shop .desc {
  padding-bottom: 20px;
}

a.full-click {
  text-transform: uppercase;
  letter-spacing: 1px;
}

#recent { border-top: 1px solid #eeeeee; padding-top: 10px; }
.desc { clear: left; display: block; border-bottom: 1px solid #eeeeee; position: relative; border-top: 1px solid #eeeeee; margin: 10px 0; padding: 10px 0 0;}
.what-is-it { margin-bottom: 10px; }

ul.view-more { margin-top: 10px; list-style-type: none; text-align: left;}
ul.view-more li { margin-bottom: 10px! important; }
ul.view-more li a { font-weight: 400; text-decoration: underline; }

#productnav { margin-left: 0; margin-top: 10px; margin-bottom: 10px; }

/* Reset */

.accordion,
.accordion ul,
.accordion li,
.accordion a,
.accordion span {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  margin-bottom: 0;
}

.accordion { margin: 20px 0 0! important; }

.accordion li {
  list-style: none;
  border-top: 1px solid #eeeeee;
  margin-bottom: 0 !important;
}

/* Layout & Style */

.accordion li > a {
  display: block;
  position: relative;
  min-width: 110px;
  padding: 10px 0;
  height: 40px;
  text-decoration: none;
}
.accordion li > a:after {
    content:"";
    width:8px;
    height:8px;
    border-left:3px solid #000000;
    border-bottom:3px solid #000000;
    position: absolute;
    right:15px;
    top:10px;
    transform:rotate(315deg) skew(5deg, 5deg);;
    opacity: .6;
    transition:.2s;
}
.accordion li > a:hover:after {
    opacity: .8;
}
.accordion li > a.active:after {
    transform:rotate(135deg) skew(5deg, 5deg);
}

  li#two {
    display:none!important;
  }
@media screen and (min-width:426px) {
}
@media screen and (max-width:426px) {
  .size-guide,.sizing-chart-modal {
	margin-right:0;
  }
}

/* Sub Menu */

.sub-menu ul {
  border: 0;
}

.sub-menu li {
  border: 0;
}

.sub-menu em {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 14px;
  color: #a6a6a6;
  font: normal 10px/32px Arial, sans-serif;
}

/* Functionality */

.accordion li > .sub-menu {
  display: none;
}

.accordion li:target > .sub-menu {
  display: block;
}




/* =============== */
/* = Cart = */
/* =============== */

#cartform { margin-top: 20px; }
.cart-item { display: table-cell; }
.cart-image { display: inline-block; margin-right: 10px; }
.cart-image img { vertical-align: middle; } 
.cart-title { display: inline-block; }
.image-row {
    position: relative;
    top:-25px;
    text-align: center;
}
table { 
  width: 100%; 
  border-collapse: collapse; 
}


/* Zebra striping */
tr:nth-of-type(odd) { 
}
th { 
  font-weight: normal; 
}
td, th { 
  padding: 10px; 
  border: 1px solid #eeeeee; 
  text-align: left; 
}

#basket-right { text-align: center; }
#basket-right h4 {  }
#basket-right p { margin-bottom: 20px; }
#basket-right img { width: 50px; }

#note { margin-top: 10px; }


#cart-notes { margin-top: 20px; margin-bottom: 20px; }



/* =============== */
/* = Blogs & Pages = */
/* =============== */

ul#blog-articles { list-style-type: none; text-align: center; }
ul#blog-articles li { margin-bottom: 30px; border-bottom: 3px double #eeeeee; min-height: 430px; padding-bottom: 30px; }

ul#posts { list-style-type: none; margin-top: 10px; }
ul#posts li { margin: 5px 0; }

#excerpt { margin-bottom: 10px; }
#excerpt img { margin-bottom: 10px; }
#excerpt a:hover {text-decoration: none;} 
#excerpt p { margin-bottom: 0; }

#paginate-bar { width: 100%; }
#paginate-bar .left { text-align: left; float: left; }
#paginate-bar .right { text-align: right; float: right; }

#article { margin-top: 30px; }
#article-body { margin-top: -30px; margin-bottom: 30px; width: 100%; }

#comments { border-top: 2px solid #eeeeee; margin-top: 10px; padding-top: 20px; }
#comment-pagination { margin: 10px 0; padding: 10px 0; border-top: 1px solid #eeeeee; border-bottom: 1px solid #eeeeee; }

#comments ul { margin-left: 0; list-style-type:none; }

#comments ul li {
  float: left;
  display: block;
  width: 100%;
  margin: 0 0 20px;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 20px;
}

.notice { background: #fbfbfb; margin-bottom: 10px; padding: 10px; border: 1px solid #eeeeee; }

#comments form { }

#comment_body {  }
#comments dl { margin-top: 10px; }
#comments dl dt { margin-top: 10px; margin-bottom: 3px; }


/* Search
----------------------------------------------------------------------------------------------------*/

.search-content { text-align: center; padding: 10px; }


/* =============== */
/* = Customer Accounts = */
/* =============== */

#customer-wrapper { float: left; margin-bottom: 40px; }
#customer-wrapper p { margin-top: 0! important; margin-bottom: 0! important; }

#forgot_password { margin-bottom: 15px; }
#customer-wrapper form { margin-top: 20px; }
#admin_header { margin-bottom: 30px; }
.view_address p { margin: 0; }
#customer_detail p { margin: 0; }
.address_table { margin-bottom: 20px; }

#order_address {
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

#order_details { float: left; }

#create-customer, #customer {
  margin-top: 30px;
}


div#recover-password {
  margin-top: 30px;
}

.action_link {
  display: inline-block;
  margin-bottom: 10px;
}

.action_edit {
  padding: 0 10px;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  margin: 0 10px;
}


a#view_address {
  display: block;
  margin-top: 10px;
}

.center { 
  text-align: center;
}


/* =============== */
/* = Footer = */
/* =============== */

#footer { background: #ffffff; margin-top: 20px; padding-bottom: 20px; text-align: center; }



#big-footer { 
  border-top: 1px solid #eeeeee; 
  margin-bottom: 20px; 
  margin-top: 20px;
  border-bottom: 1px solid #eeeeee; 
  padding: 30px 0 30px; 
  list-style-type: none; 
}

#big-footer .alpha { border-right: 1px solid #eeeeee; }
#big-footer .omega { border-left: 1px solid #eeeeee; }

#big-footer { color: #4c4c4b; }
#big-footer a { color: #4c4c4b; }

#big-footer h4 {
  margin-bottom: 30px;
  color: #808284; 
  display: block;
  text-transform: uppercase; 
}

#big-footer > div { padding: 0 20px; min-height: 120px;}


#big-footer ul {
  list-style: none;
  margin: 0;
  line-height: 34px;
}

#big-footer ul li { display: inline-block; margin: 0 5px; }

input#mce-EMAIL {
  width: 70%;
  float: left;
  display: inline-block;
  padding: 0;
  text-indent: 10px;
  margin-bottom: 0;
}
input#mc-embedded-subscribe {
  width: 30%;
  float: left;
  height:40px;
  display: inline-block;
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  margin-bottom: 0;
}

#social-icons a {
  margin: 4px 0 10px;
  width: 30px;
  height: 30px;
  background: #000000;
  border-radius: 50%;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  color: #ffffff;
  font-size: 20px;
}

#social-icons a:hover {
  background: #bbbbbb
}


#close { text-align: center;  line-height: 32px; color: #4c4c4b; }

/* =============== */
/* = Global = */
/* =============== */

.readmore {
  font-style: italic;
  color: ;
}

#breadcrumb {
  font-size: 11px;
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
  letter-spacing: 1px;
}

#breadcrumb a {
  padding: 0 5px 0 0;
  color: #999;
}

#breadcrumb p {
  padding: 0 5px 0 0;
  color: #000;
}

.separator {
  padding-right: 5px;

}

#paginate {
  text-align: right;
  float: right;
  margin-top: 10px;
  margin-bottom: 10px;
}

#pagination { float: right; }


#pagination { text-align: center; margin-top: 20px; padding-top: 20px; margin-bottom: 50px;  }
#pagination a { margin: 0 5px; background: #eeeeee; padding: 2px 5px; border-radius: 15px; }
#pagination a:hover { text-decoration: none; background: #000000; color: #fff; }
#pagination .current { background: transparent; }
#pagination .count { margin-right: 20px; }


.padded { margin-bottom: 15px; }

#instagram-card { width: 100%; float: left; clear: left; display: block; margin-top: 30px; }
#instagram-card h3 { letter-spacing: initial; }


#instafeed > a:nth-child(8) {
  margin-right: 0;
}

#instafeed > a:nth-child(1) {
  margin-left: 0;
}


#instafeed > a:nth-child(9) {
  margin-left: 0;
}

#instafeed > a:nth-child(16) {
  margin-right: 0;
}



#recently-viewed-products h2 { margin-bottom: 30px; }

label[for="product-select-option-"] { display: none; }
#product-select-option- { display: none; }
#product-select-option- + .custom-style-select-box { display: none !important; }



/* 
Swatches Styles
*/



.swatch { 
  margin:0.5em 0;
}
.swatch.is-color {
  display: none;
}
  
/* Label */
.swatch .header {
  margin: 0.5em 0;
}
/* Hide radio buttons.*/
.swatch input { 
  display:none;
}
.more-info-brand {
    display: none;
}
.view-team a {
    text-decoration: underline;
}
h4 {
  font-weight:500!important;
}
.size-guide + h5,.swatch.clearfix h5 {
  font-weight:500!important;
}
  
  

.color label { width: 40px! important; }


.swatch label {
  color: #000;
  /* Rounded corners */
  -webkit-border-radius:2px;
  -moz-border-radius:2px;
  border-radius:2px;
  /* Cross-browser inline-block */
  display:-moz-inline-stack;
  display:inline-block;
  zoom:1;
  *display:inline;
  /* Content must stretch all the way to borders */
  padding:0;
  /* Background color */
  background-color:#fcfcfc;
  /* Spacing between buttons */
  margin:0px 5px 10px 0;
  margin-right: 0! important;
  margin-bottom: 0! important;
  /* Fake that those are buttons, i.e. clicky */
  cursor:pointer;
  /* The border when the button is not selected */
  border: #DDD 1px solid !important;
  /* To position the sold out graphic and tooltip */
  position:relative;
  /* Text styling */
  text-transform:uppercase;
  font-size:13px;
  min-width:30px !important; 
  height:30px !important;
  line-height:30px;
  white-space:nowrap;
  text-transform:uppercase;
  text-align: center;
  font-weight: 400;
}
.swatch-element label { padding:0 10px; }
.color.swatch-element label { padding:0; }
/* Styling selected swatch */
/* Slightly raised */
#product-description .swatch input:checked + label {
  border:#999 1px solid !important;
  background: #333;
  color: #fff;
  -webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.25);
  -moz-box-shadow:0px 1px 2px rgba(0,0,0,0.25);
  box-shadow:0px 1px 2px rgba(0,0,0,0.25);
} 
.swatch .swatch-element {
  float:left;
  -webkit-transform:translateZ(0); /* webkit flicker fix */
  -webkit-font-smoothing:antialiased; /* webkit text rendering fix */
  /* Spacing between buttons */
  margin:0px 10px 10px 0;
  /* To position the sold out graphic and tooltip */
  position:relative;
}
/* Image with the cross in it */
.crossed-out { position:absolute; width:100%; height:100%; left:0; top:0; }
.swatch .swatch-element .crossed-out { display:none; }
.swatch .swatch-element.soldout .crossed-out { display:block; }
.swatch .swatch-element.soldout label {
  filter: alpha(opacity=60); /* internet explorer */
  -khtml-opacity: 0.6;      /* khtml, old safari */
  -moz-opacity: 0.6;       /* mozilla, netscape */
  opacity: 0.6;           /* fx, safari, opera */
}
/* Tooltips */
.swatch .tooltip {
  text-align:center;
  background:gray;
  color:#fff;
  bottom:100%;
  padding: 10px;
  display:block;
  position:absolute;
  width:100px;
  left:-33px;
  margin-bottom:15px;
  /* Make it invisible by default */
  filter:alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity:0;
  visibility:hidden;
  /* Animations */
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -ms-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  z-index: 10000;
  -moz-box-sizing:border-box; 
  -webkit-box-sizing:border-box; 
  box-sizing:border-box;
}
.swatch .tooltip:before {
  bottom:-20px;
  content:" ";
  display:block;
  height:20px;
  left:0;
  position:absolute;
  width:100%;
}
/* CSS triangle */
.swatch .tooltip:after {
  border-left:solid transparent 10px;
  border-right:solid transparent 10px;
  border-top:solid gray 10px;
  bottom:-10px;
  content:" ";
  height:0;
  left:50%;
  margin-left:-13px;
  position:absolute;
  width:0;
}
.swatch .swatch-element:hover .tooltip {
  filter:alpha(opacity=100);
  -khtml-opacity:1;
  -moz-opacity:1;
  opacity:1;
  visibility:visible;
  -webkit-transform:translateY(0px);
  -moz-transform:translateY(0px);
  -ms-transform:translateY(0px);
  -o-transform:translateY(0px);
  transform:translateY(0px);
}
.swatch.error {
  background-color:#E8D2D2!important;
  color:#333!important;
  padding:1em;
  border-radius:5px;
}
.swatch.error p {
  margin:0.7em 0;
}
.swatch.error p:first-child {
  margin-top:0;
}
.swatch.error p:last-child {
  margin-bottom:0;
}
.swatch.error code {
  font-family:monospace;
}

div.select {
  display: none;
}


div#subscribe_popup {
  width: 480px;
  text-align: center;
  padding: 0 0 20px;
}

#subscribe_popup #mc_embed_signup {
  border-top: 1px solid #eeeeee;
  padding: 20px 0;
}



p.ajaxified-cart-feedback.success {
  font-size: 14px;
  font-weight: bold;
}


.cta { 
  margin-top: 50px;
}

.cta a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 20px;
  background: #000000;
  letter-spacing: 1px;
  border-radius: 3px;
  -webkit-transition: background .5s ease,color .5s ease;
  -moz-transition: background .5s ease,color .5s ease;
  -o-transition: background .5s ease,color .5s ease;
  transition: background .5s ease,color .5s ease;  
}


.cta a:hover {
  color: #fac759;
  background: #fac759;
}



/* 
* Shifter v3.1.2 - 2014-10-28 
* A jQuery plugin for simple slide-out mobile navigation. Part of the Formstone Library. 
* http://formstone.it/shifter/ 
* 
* Copyright 2014 Ben Plum; MIT Licensed 
*/


.shifter-open {
  overflow: hidden;
}
.shifter-open .shifter-page *,
.shifter-open .shifter-header * {
  pointer-events: none;
}
.shifter-navigation {
  display: none;
  opacity: 1;
  top: 85px;
}
#blog-articles .article-headline {
    display: none;
}
.shifter-handle {
  display: none;
}
.shifter-enabled .shifter-page {
  min-height: 100%;
  position: relative;
  z-index: 1;
  background: #ffffff;
  display: block;
  overflow: hidden;
  
}
.shifter-enabled.shifter-left .shifter-page {
}
.shifter-enabled .shifter-navigation {
  width: 270px;
  height: calc( 100% - 85px );
  position: fixed;
  top: 85px;
  z-index: 10!important;
  background: #ffffff;
  overflow: auto;
  pointer-events: none;
  -webkit-transition: opacity 0.001s linear 0.2s, -webkit-transform 0.2s ease;
  transition: opacity 0.001s linear 0.2s, transform 0.2s ease;
}
.shifter-enabled .shifter-page,
.shifter-enabled .shifter-header,
.shifter-enabled .shifter-navigation {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.shifter-enabled .shifter-page,
.shifter-enabled .shifter-header {
  /*-webkit-transform: translate3D(0, 0, 0);*/
  /*-ms-transform: translate3D(0, 0, 0);*/
  /*transform: translate3D(0, 0, 0);*/
  /*-webkit-transition: -webkit-transform 0.2s ease;*/
  /*transition: transform 0.2s ease;*/
}
#mobile-header {
}
#mobile-menu li {
    z-index: 50000000000;
    position: relative;
}
#logo img {
  max-width: 45%;
}

.shifter-enabled .shifter-handle {
    width: 30px;
    height: 30px;
    position: relative;
    background: #ffffff;
    cursor: pointer;
    color: #333;
    font-size: 11.75px;
    line-height: 15px;
    display: block;
    font-family: 'Roboto', sans-serif;
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: 600;
    top: 10px;
    margin-left: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.shifter-enabled .shifter-handle:after {
  height: 2px;
  width: 30px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000000;
  box-shadow: 0 5px 0 #000000, 0 -5px 0 #000000;
  /*content: '';*/
  display: block;
  margin: auto;
}
.shifter-enabled .shifter-navigation {
  right: 0;
  -webkit-transform: translate3D(0, 0, 0);
  -ms-transform: translate3D(0, 0, 0);
  transform: translate3D(0, 0, 0);
}
.shifter-open .shifter-page,
.shifter-open .shifter-header {
  -webkit-transform: translate3D(-270px, 0, 0);
  -ms-transform: translate3D(-270px, 0, 0);
  transform: translate3D(-270px, 0, 0);
}
.shifter-enabled.shifter-left .shifter-navigation {
  left: 0;
  -webkit-transform: translate3D(0, 0, 0);
  -ms-transform: translate3D(0, 0, 0);
  transform: translate3D(0, 0, 0);
}
.shifter-enabled.shifter-left.shifter-open .shifter-page,
.shifter-enabled.shifter-left.shifter-open .shifter-header {
  -webkit-transform: translate3D(270px, 0, 0);
  -ms-transform: translate3D(270px, 0, 0);
  transform: translate3D(270px, 0, 0);
}
.shifter-open .shifter-navigation {
  opacity: 1;
  pointer-events: all;
  -webkit-transform: translate3D(0, 0, 0);
  -ms-transform: translate3D(0, 0, 0);
  transform: translate3D(0, 0, 0);
}
.shifter-open .shifter-page:after {
    content:" ";
    display: block;
    position: fixed;
    background-color:rgba(51, 51, 51, .6);
    height:100%;
    width:100%;
    top: 131px;
    z-index: 55555555!important;
}
.no-csstransforms3d .shifter-enabled.shifter-navigation {
  right: -270px;
}
.no-csstransforms3d .shifter-enabled.shifter-left .shifter-navigation {
  left: -270px;
}
.no-csstransforms3d .shifter-enabled.shifter-open .shifter-page {
  left: -270px;
}
.no-csstransforms3d .shifter-enabled.shifter-open .shifter-navigation {
  right: 0;
}
.no-csstransforms3d .shifter-enabled.shifter-left.shifter-open .shifter-page {
  left: auto;
  right: -270px;
}
.no-csstransforms3d .shifter-enabled.shifter-left.shifter-open .shifter-navigation {
  left: 0;
}


.accordion-toggle:after, .accordion-toggle2:after {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  right: 10%;
}

ul#accordion li {
  padding: 8px 0;
  border-bottom: 1px solid #eee;
}

.accordion-toggle, .accordion-toggle2 {cursor: pointer;}
.accordion-content, .accordion-content2 {display: none;}
.accordion-content.default, .accordion-content2.default {display: block;}

nav.shifter-navigation ul {
  list-style: none;
  margin-left: 10px;
  margin-top: 10px;
  margin-bottom:30px;
}

nav.shifter-navigation ul li a, .accordion-toggle {
  color: #000000;
}

nav.shifter-navigation ul.sub {
  margin-top: 0! important;
}

.shifter-navigation input#q {
  margin-left: 10px;
  width: 250px;
}

.shifter-navigation form, .shifter-navigation input#q {
  margin-bottom: 0;
}

ul#mobile-menu {
  list-style: none;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin-bottom: 0;
  margin-right: 0;
}


ul#mobile-menu li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
  width: 30px;
}


ul#mobile-menu li i {
  font-size: 16px;
}




/*
* jQuery FlexSlider v2.2.0
* http://www.woothemes.com/flexslider/
*
* Copyright 2012 WooThemes
* Free to use under the GPLv2 license.
* http://www.gnu.org/licenses/gpl-2.0.html
*
* Contributing author: Tyler Smith (@mbmufffin)
*/


/* 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;}

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
  font-family: 'flexslider-icon';
  src:url('flexslider-icon.eot');
  src:url('flexslider-icon.eot?#iefix') format('embedded-opentype'),
    url('flexslider-icon.woff') format('woff'),
    url('flexslider-icon.ttf') format('truetype'),
    url('flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}

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

.flex-caption {
  position: absolute;
  width: 100%;
  padding: 0 5%;
  line-height: normal;
  z-index: 3;
}

.caption-inners {
  display: inline-block;
  padding: 15px;
  
  background: rgba(255,255,255,0.6);
  
}

.flex-caption.slide1 {
  top: 30%;
  text-align: right;
}

.flex-caption.slide2 {
  top: 40%;
  text-align: center;
}

.flex-caption.slide3 {
  top: 40%;
  text-align: center;
}
.flex-caption.slide4 {
  top: 40%;
  text-align: center;
}

.flex-caption.slide5 {
  top: 40%;
  text-align: center;
}




.flex-caption h2.slide-title {
  font-size: 28px;
  font-family: 'Roboto', sans-serif;
  font-weight:700;
  color: #000000;
  line-height: inherit;
}

.flex-caption p {
  font-family: font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #000000;
  letter-spacing: 1px;
}

.flexslider .readmore {
  position: absolute;
  width: 100%;
  text-align: center;
}


/* 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 { margin: 0; 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; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  { background: transparent! important; text-align: center; display: block; width: 40px; height: 40px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.flex-direction-nav a:hover { background: transparent! important; }

.flex-direction-nav .flex-prev { width: 40px; height: 40px; left: -40px;  }
.flex-direction-nav .flex-next { width: 40px; height: 40px; right: -40px; }

.flex-direction-nav .flex-prev:before {content:"\f104"; font-family: FontAwesome; font-size: 30px; text-align: center; line-height: 40px; }
.flex-direction-nav .flex-next:before {content:"\f105"; font-family: FontAwesome; font-size: 30px; text-align: center; line-height: 40px; }


.flexslider:hover .flex-prev { opacity: 0.7; left: 10px; }
.flexslider:hover .flex-next { opacity: 0.7; right: 10px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }


/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
  .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
  .cart-submit-area {
      display: flex;
      flex-direction: column-reverse;
  }
}



/* Password Page */

body.password { 
  background: #ffffff;  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  
}


body.password #logo { 
  margin-top: 100px;
}

body.password #logo h1 a {
  
}


#password-message { margin-bottom: 30px; }

.password-page { min-height: 100vh; }
.password-page img { margin: 10px; }


#signup-wrap { 
  padding: 30px;
  border-radius: 3px;
  text-align: center;
}

#signup-holder { 
  margin-top: 100px;
}

#password-email {
  float: left;
  text-indent: 10px;
  width: 70%;
  text-transform: uppercase;
     
  padding: 2px 0;
}



#password-subscribe {
  float: left;
  width: 28%;
  margin-left: 2%;
  margin-top: 0;
  text-transform: uppercase;
}

body.password p.success {
  text-align: center;
}

ul#password-icons {
  position: fixed; 
  left: 0;
  bottom: 20px;
  list-style: none;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

ul#password-icons li { 
  display: inline-block; 
  margin: 0 5px;
}

ul#password-icons li a {
   
}


body.password form#login_form {
  padding: 15px 20px;
}

/* slideout */

.slideout-toggle.open_password {
  position: fixed;
  top: 20px! important;
  right: 20px! important;
  z-index: 2;
  cursor: pointer;
}

.slideout {
  position: fixed;
  top: 0! important;
  right: -320px;
  width: 320px;
  background-color: #fff;
  z-index: 300;
  color: #000;
}

.slideout label {
  margin-bottom: 30px;
}

.closeslide {
  float: right;
  width: 44px;
  padding: 15px 15px 11px 15px;
  cursor: pointer;
  font-size: 20px;
}

.closeslide i.icon-angle-right { margin-right: -3px; }

@media screen and ( max-width: 740px ) {
  ul#password-icons { display: none; }
  #signup-holder { margin-top: 50px; }
  .filter-palette {
  position: fixed;
  top: 0;
  z-index: 10000;
  background: #fff;
  left: -90%;
  width: 90%;
  height: 100%;
  padding-top: 25px;
  transition:.25s;
    max-width:270px;
    overflow-y: scroll;
  }
  
  .open-filter-control {
      text-align: center;
      margin: 0 auto;
      margin-left: auto;
      display: block;
      margin: 0 auto;
      position: relative;
      padding: 5px 25px 15px 25px;
      /*border: 1px solid #333;*/
      width: 175px;
      margin-left: calc( 50% - 90px );
  }
  .open-filter-control img {
  transform: rotate( 90DEG );
    height: 30px;
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: -11px;
  }
  
  .advanced-filter-group p {
      margin-bottom: 0px;
      margin-top: 10px;
  }

  .open-filter-control:hover {
  background-color:#eaeaea;
    color:#777;
  }

  .filter-palette.active {
      left: 0px!important;
      z-index: 99999999;
  }

  .close-control {
      display: block;
      text-align: right;
      padding-right: 20px;
      text-decoration: underline;
      color: #555;
      margin-top:25px;
  }
  .mobile-menu-backdrop.active {
      opacity: .6;
      background-color: #333;
      width: 100%;
      height: 100%;
      position: fixed;
      z-index: 999999;
      top: 0px;
      left: 0px;
  }
  .mobile-menu-backdrop {
    transition:.25s;
  }
  .mobile-menu-item {
      /* margin-top: 10px; */
      /* margin-bottom: -65px; */
	  /* width: 47px; */
      z-index: 99;
      display: inline-block;
      position: relative;
  }
  .mobile-shopping-cart {
      /* margin-top: 30px; */
      /* margin-bottom: -35px; */
      /* z-index: 50000000000; */
      position: relative;
      width: 45px;
      display: inline-block;
  }
  
  .shifter-navigation {
      z-index:10!important;
      width:100vw!important;
      height:auto!important;
      max-height: 75vh;
      display:none;
  }
  .shifter-open .shifter-page, .shifter-open .shifter-header {
      transform:initial!important;
  }
}
@media screen and ( min-width: 740px ) {
  .close-control,.mobile-menu-backdrop,.open-filter-control {
      display:none;
    }
}

.pass-foot {
  width: 100%;
  position: fixed;
  bottom: 10px;
  text-align: center;
}

.pass-foot a {
  font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
  font-style: italic;
  font-size: 16px;
  font-weight: 600;
  
}

.password input[type="password"] {
  margin-bottom: 10px;
  text-align: center;
}


/* onboard styles for theme first usage */
.onboard {
  background: #000;
  position: absolute; top: 0; left: 0;
  padding: 25px;
  color: #fff;
  text-align: left;
  font-size: 13px;
  font-weight: 300;
  opacity: 0;
  transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -webkit-transition: opacity .5s ease-in-out;
  z-index: 2;
}

.onboard a, .onboard a:hover, .onboard a:visited {
  color: deepskyblue;
  text-decoration: underline;
}

.onboard strong {
  font-weight: 600;
}

.onboard h3 { 
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: inherit;
}

.theme-instructions:hover > .onboard {
  opacity: 1;
}

.theme-instructions { 
  position: relative; 
  float: left;
  width: 100%;
}

.theme-instructions:hover > .theme-content {
  opacity: 0.5;
}

.theme-content {
  opacity: 1;
  transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -webkit-transition: opacity .5s ease-in-out;
}

    .styled-select, .coll-filter {
        border: 1px solid #d5d5d5;
        border-radius: 1px;
        -webkit-appearance: none;
        -moz-appearance: none;
        padding-left: 8px;
        font-size: 13px;
        height: 34px;
        line-height: 32px;
        background: url(//cdn.shopify.com/s/files/1/1487/1618/t/106/assets/select-arrow.png?17959) no-repeat right #fff;
    }

/* custom css FDG20170203 jrr */
.size table {
  margin-bottom: 20px;
}

.video-footer a.fancybox {
  display: inline-block;
  width: 50%;
  padding: 1%;
  float: left;
}

.video-footer a.fancybox:nth-child(3) {
  clear: left;
}

[collection="ball-caps-3-for-99"] .product-index .product-form,
[collection="t-shirts-5-for-99"] .product-index .product-form{
  display: none;
  position: absolute;
  z-index: 100;
  background: #FFF;
  top: 0;
  padding: 15px 20px 25px 20px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.2);
  border-radius: 5px;
}

[collection="ball-caps-3-for-99"] .product-index.step-1 .product-form,
[collection="t-shirts-5-for-99"] .product-index.step-1 .product-form{
  display: block;
}

[collection="ball-caps-3-for-99"] .product-index .swatch-element label,
[collection="t-shirts-5-for-99"] .product-index .swatch-element label{
  padding: 0 5px;
  font-size: 12px;
  min-width: 24px !important;
  height: 24px !important;
  line-height: 24px;
    width: 50px;
}

[collection="ball-caps-3-for-99"] .swatch-element[data-value="Adjustable"] label,
[collection="t-shirts-5-for-99"] .swatch-element[data-value="Adjustable"] label{
  width: 160px;
}

[collection="ball-caps-3-for-99"] .product-index .swatch .swatch-element,
[collection="t-shirts-5-for-99"] .product-index .swatch .swatch-element{
  margin: 0px 5px 5px 0;
}

[collection="ball-caps-3-for-99"] .product-index a.downer, [collection="ball-caps-3-for-99"] .product-index a.up, .quantity, [collection="ball-caps-3-for-99"] .product-index input[type="submit"],
[collection="t-shirts-5-for-99"] .product-index a.downer, [collection="t-shirts-5-for-99"] .product-index a.up, .quantity, [collection="t-shirts-5-for-99"] .product-index input[type="submit"]{
  float: none;
}

[collection="ball-caps-3-for-99"] .product-index input[type="submit"],
[collection="t-shirts-5-for-99"] .product-index input[type="submit"]{
  display: block;
  margin: 15px auto 0 auto;
  padding: 15px 50px;
  width: auto !important;
}

[collection="ball-caps-3-for-99"] .product-index{
  width: 17.666% !important;
  clear: none;  
}
[collection="t-shirts-5-for-99"] .product-index{
  width: 16% !important;
  clear: none;
    min-height: 290px;
}
@media screen and (max-width: 860px) {
  [collection="ball-caps-3-for-99"] .product-index,
  [collection="t-shirts-5-for-99"] .product-index{
      width: 30% !important;
      clear: none;
  } 
  
  .product-form #lead-time {
      margin: 10px 0 0 !important;
  }

}

@media screen and (max-width: 742px) {
  [collection="ball-caps-3-for-99"] .product-index,
  [collection="t-shirts-5-for-99"] .product-index{
      width: 46% !important;
      clear: none;  
  }
  
  .product-form #lead-time {
      margin: 10px 0 0 !important;
  }
}

@media screen and (max-width: 380px) {
  [collection="ball-caps-3-for-99"] .product-index,
  [collection="t-shirts-5-for-99"] .product-index{
      width: 92% !important;
      clear: none;  
  }
  
  .product-form #lead-time {
      margin: 10px 0 0 !important;
  }
}

[collection="ball-caps-3-for-99"] #sort-by,
[collection="t-shirts-5-for-99"] #sort-by{
  width: 140px;
}

[collection="ball-caps-3-for-99"] .quantity[type="text"],
[collection="t-shirts-5-for-99"] .quantity[type="text"]{
  width: 88px !important;
}

.product-form-close {
  position: absolute;
  top: -10px;
  right: -10px;
  padding: 5px;
  width: 30px;
  background: #FFF;
  border-radius: 16px;
  box-shadow: 0 0 6px rgba(0,0,0,0.2);
  cursor: pointer;
}

.product-form-close div {
  position: relative;
  -webkit-transform: rotate(45deg);
  font-size: 20px;
  color: #666;
}

.product-form-close:hover {
  background: #333;
}

.product-form-close:hover div {
  color: #FFF;
}

.product-form h5 {
  font-size: 12px;
}

.product-form .ajaxified-cart-feedback.success {
  display: none !important;
}

.product-step-1 {
  cursor: pointer; 
    -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  transition: 0.3s all;
}

.product-step-1:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  transition: 0.3s all;
  box-shadow: 0 0 0 10px #FFF, 0 2px 10px 10px rgba(0,0,0,0.15);
  border-radius: 1px;
}

.product-index .product-step-2 {
  width: 50px;
  height: 15px;
  box-shadow: -6px 2px 0 0 #f05123, -6px 6px 0 0 #f05123, -10px 10px 11px rgba(0,0,0,0.15);
  position: absolute;
  z-index: 20;
  -webkit-transform: rotate(-45deg);
  top: 0;
  right: 0;
    opacity: 0;
    -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  transition: 0.3s all;
}

.product-index.step-2 .product-step-2 {
  opacity: 1;
}

.product-form #lead-time {
  line-height: 16px;
  margin: 10px 0 0;
}

.saso-use-discount-instead-container {
  margin: 12px 0 0; 
}

.saso-summary .saso-price {
  display: block !important;
}

.cart-back-warn {
    background-color: #FAC759;
    margin-bottom: -15px;
    position: absolute;
    display: block;
    color: #000;
    font-weight: bold;
    font-style: italic;
    padding: 0 15px;
    margin-top: -10px;
    font-size: 12px;
    border-radius: 3px;
}

span.saso-cart-original-total-label, span.saso-cart-original-total {
  display: none;
}

span.saso-summary-line-buyxfor {
  font-weight: 600;
}

span.saso-summary-line-buyxfor span {
  font-weight: 500;
  display: block;
    margin: 0 0 -15px;
}

.saso-cart-total {
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  padding: 8px 0;
  margin: 15px 0 0;
}

.saso-price:before {
  content: 'You saved: ';
  color: #000;
  font-weight: 500;
}

/* Teams Page */

.team-category {
  -webkit-column-count: 6;
    -moz-column-count: 6;
    column-count: 6;
}

@media screen and (max-width: 1220px) {
    [collection="ball-caps-3-for-99"] .product-index h3 {
      min-height: 75px !important;
    }
}

@media screen and (max-width: 1024px) {
  .team-category {  
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
    }
  
    [collection="ball-caps-3-for-99"] .product-index h3 {
      min-height: 75px !important;
    }
}

@media screen and (max-width: 768px) {
  .team-category {  
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        padding: 15px;
    }
    
    [collection="ball-caps-3-for-99"] .product-index h3 {
      min-height: 36px !important;
    }
}

@media screen and (max-width: 425px) {
  .team-category {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        padding: 20px;
    }
}

.team-list {
  list-style-type: none;
  width: 180px;
  display:inline-block;
}
.team-list li:first-child {
  text-decoration: underline;
  font-weight: bold;
}

.single-article #article {
  width: 100%;
}

#tags li {
  list-style: none;
  display: inline-block;
  padding: 0 15px 0 0;
}

.single-article #article h4 {
  font-weight: 600;
  font-size: 16px;
}

#gift-cert-message {
  display: none;
  text-align: center;
  clear: both;
  background: #f6f6f6;
  padding: 15px 15px;
  font-family: 'Roboto', sans-serif;
}

#discount-disclaimer {
  background: #f6f6f6;
  display: inline-block;
  clear: both;
  padding: 10px 15px;
  max-width: 868px;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
}
#checkout {
  background-color:#39b54a;
}
#cart-notes > label {
    font-weight:normal;
}
#shopping-cart > h2 {
    font-weight:bold;
}
.table-notes-row .fa-long-arrow-left {
    font-size: 20px;
    position: absolute;
    margin-top: 1px;
    margin-left: -25px;
}
.table-notes-row > p > a {
    margin-left:25px;
    color:#484848;
}
.free-ship-notice:not(.shown) {
    display: none;
}
.free-ship-notice {
    float:right;
    margin-top:-30px;
    font-weight:bold;
}
#recently-viewed-products {
  margin-top:30px;
}
#recently-viewed-products > h4 {
  font-weight:bold!important;
}
.table-notes-row {
    max-width:72%;
    margin-right:1.9166666666666667%!important;
}
#checkout {
    margin-bottom:15px;
}
#cart-notes > label {
    color: #484848;
}

#cart-notes {
    margin:0px;
    width:100%;
}
#cart-notes label {
    margin-top:20px;
    margin-bottom:-5px;
}
#cart-notes input {
    width:100%;
}
.left-inner,.right-inner {
    display: inline-block;
}
.left-inner {
    float:left;
}
.right-inner {
    float:right;
}
.order-area-title {
    font-weight:bold;
}
.cart-breakdown {
    padding-bottom:25px;
}
.breakdown-row.subtotal,.breakdown-row.tax-subtext {
    color:#484848;
}
.saso-summary *:not(.saso-summary-line-buyxfor) {
    display: none;
}
.saso-summary .saso-summary-line-buyxfor {
    position: relative;
}
.saso-summary-line-buyxfor span {
    opacity: 0;
}
.saso-summary {
    margin-bottom:25px;
}
.saso-cart-total {
    display: none!important;
}
.shipping-row:not(.shown) {
    display: none;
}
.saso-summary-line-buyxfor {
    color:#39b54a;
}
.breakdown-row.tax-subtext {
    font-size: 8pt;
    text-align: left;
    display: block;
    vertical-align: top;
    position: relative;
    color: #737373;
    font-style:italic;
}
.cart-breakdown *,.shipping-title {
    font-family:'Roboto', sans-serif;
}
.shipping-title {
    color:#484848;
    width:100%;
    margin-bottom:5px;
    font-size: 13px;
}
.shipping-bar-outer {
    width:100%;
    height:10px;
    background-color:#cfcfcf;
    margin-bottom:15px;
    border-radius:15px;
    position: relative;
    overflow: hidden;
}
.shipping-bar {
    height:100%;
    position: relative;
    border-radius: 0 15px 15px 0;
    width:0%;
    background-color:#39b54a;
/*     background: repeating-linear-gradient(
  -45deg,
      #39b54a,
      #39b54a 10px,
      #38a847 10px,
      #38a847 20px
    ); */
    transition:.5s;
}
#checkout,#update-cart {
    font-family:'Roboto', sans-serif;
}
#checkout:hover {
    background-color:#bbbbbb;
}
.order-area-title {
    margin-bottom:15px;
}
.breakdown-row.total {
    font-weight:bold;
}
.breakdown-row {
    clear:both;
    display: block;
    min-height:20px;
    max-width:200px;
    margin:0 auto;
}
.breakdown-row.discounts {
    color:#31b744;
}
.breakdown-row.shipping:not(.shown) {
    display: none;
}
#newsletter-signup-footer td {
  border: 0;
}

[collection="ball-caps-3-for-99"] .product-index h3 {
  min-height: 36px;
}

.advanced-filter-group {
  display: inline-block;
}

.advanced-filter-group p {
  font-weight: bold;
}

#sortme {
  display: inline-block;
}
#collectionpage[collection="ready-to-ship-flannels-all"] .filter-palette,
#collectionpage[collection="ready-to-ship-jackets"] .filter-palette {
  display:none!important;
}
#sorting-hat[data-collection="authentic-flannels"],
#sorting-hat[data-collection="authentic-flannels-new-arrivals"],
#sorting-hat[data-collection="authentic-flannels-minor-league"],
#sorting-hat[data-collection="authentic-flannels-federal-league"],
#sorting-hat[data-collection="authentic-flannels-negro-leagues"],
#sorting-hat[data-collection="authentic-flannels-cuban-latin"],
#sorting-hat[data-collection="authentic-flannels-film-tv-fictional"],
#sorting-hat[data-collection="authentic-flannels-japan"],
#sorting-hat[data-collection="collegiate-flannels-1"],
#sorting-hat[data-collection="authentic-flannels-other"],
#sorting-hat[data-collection="grounds-crew-jackets"],
#sorting-hat[data-collection="vintage-satin-windbreakers"],
#sorting-hat[data-collection="authentic-jackets"],
#sorting-hat[data-collection="city-series-hooded-sweatshirts"],
#sorting-hat[data-collection="sweatshirts"],
#sorting-hat[data-collection="authentic-football-jerseys"],
#sorting-hat[data-collection="authentic-hockey-sweaters"],
#sorting-hat[data-collection="city-series-sweatshirts"],
#sorting-hat[data-collection="collegiate-football-jerseys"],
#sorting-hat[data-collection="ready-to-ship-flannels-all"],
#sorting-hat[data-collection="ready-to-ship-jackets"],
#sorting-hat[data-collection="collegiate"] {
/* 	display:none!important; */
}





.shogun-heading-component h1, .shogun-heading-component h5 {
  color: inherit;
  font-style: italic;
}
.shg-align-center {
  text-align: center;
}
#s-61fe7fac-613e-44cd-aa4e-dbd3bab8ee88.shogun-heading-component h1, #s-61fe7fac-613e-44cd-aa4e-dbd3bab8ee88 .shogun-heading-component h5, #s-983a0918-51bb-40e5-a138-0f12d06e4358 .shogun-heading-component h1, #s-983a0918-51bb-40e5-a138-0f12d06e4358 .shogun-heading-component h5, #s-25a94b2c-3f21-48ba-994d-026a4c1bfa55 .shogun-heading-component h1, #s-25a94b2c-3f21-48ba-994d-026a4c1bfa55 .shogun-heading-component h5, #s-c99bf028-d6a9-43ab-b1c9-77bd2de5b46c .shogun-heading-component h1, #s-c99bf028-d6a9-43ab-b1c9-77bd2de5b46c .shogun-heading-component h5,#s-1120c2cd-dca5-48ce-99f0-729d240c4a0a .shogun-heading-component h1,#s-1120c2cd-dca5-48ce-99f0-729d240c4a0a .shogun-heading-component h5,#s-16f27ac9-f5f9-4a52-9909-c64cded03cec .shogun-heading-component h1, #s-16f27ac9-f5f9-4a52-9909-c64cded03cec .shogun-heading-component h5, #s-0f32ae03-04e0-4266-9a0c-322a047c3a2a.shogun-heading-component h1, #s-0f32ae03-04e0-4266-9a0c-322a047c3a2a.shogun-heading-component h5 {
Color: white !important;
Font-style: italic;
}

.saso-cart-total:before {
  content: 'Subtotal: ';
}

.size-chart th {
  font-weight: bold;
  text-align: center;
}

.size-chart td {
  text-align: center;
}

.size-chart h3 {
  text-align: center;
  font-weight: bold;
  font-size: 13px;
}

.zaius-list-signup-form-label-right {
  display: none;
}
.stamped-instagram-modal-caption {display: none !important;}


.ajaxified-cart-feedback.success a {
    text-decoration: underline;
}
.flair-badge {
    transform:scale(0.8);
}
.flair-badge span:nth-child(1) {
    left:-10px!important;
}
.so.icn {
    transform:scale(0.8);
}
.so.icn:before {
    left:-14px!important;
}
.so.icn:after {
    left:-14px!important;
}
.product-info {
  text-align:left;
}
.product-badging:before {
    /*content: '';*/
    background: url(//cdn.shopify.com/s/files/1/1487/1618/t/106/assets/ball.png?v=328417813817316927) no-repeat;
    display: inline-block;
    position: relative;
    height: 15px;
    width: 15px;
    background-size: cover;
    background-position: left;
    opacity: 0.8;
    margin-right: 5px;
    margin-bottom: -2px;
}
.product-badging {
    font-size: 11px;
    margin-bottom: 3px;
    min-height: 22px;
  	font-weight:bold;
}
.coll-badging {
    display:none;
}
.so.icn {
    display: block;
}
.product-badging,.prod-price {
  text-transform:uppercase;
}
.prod-price {
  font-weight:500;
}
.product-info-inner > a > h3 {
    margin-bottom:3px;
}
@media only screen and (max-width:768px) {
  #sorting-hat .filter-title-area,.filter-container-main > .advanced-filter-group-outer {
    display:none!important;
  }
  #mobile-nav-container {
      top:0;
      width:100%;
      z-index: 9999;
  }
  #wrapper {
      padding-top: 11px;
  }
  #mobile-nav-container .row > div {
      display: inline-block;
      z-index:1;
  }
  #mobile-nav-container {
      background-color:#fff;
  }
  .mobile-menu-item {
      float:left;
  }
  .mobile-shopping-cart {
      float:right;
      margin-top:6px;
  }

  .mobile-menu-item,.mobile-shopping-cart {
      top:15px;
  }
  #mobile-header .logo-container {
      position: relative;
      left:50%;
      transform:translatex(-50%);
      position: absolute;
      margin-left:-10px;
  }
  #mobile-header {
      padding-top:15px;
      min-height:80px;
  }
  #header {
      display: none;
  }
  #wrapper {
    padding-top:0;
  }
  .filter-palette {
    position:fixed;
  }
  .inner-sort {
      display: block!important;
  }
  .upper-pagination-container {
    display:none;
  }
}
@media only screen and (min-width: 769px) {
  #sortme.hide-dt {
    display:none!important;
  }
  
  .filter-palette {
      text-align: center;
      z-index: 9999999;
      position: relative;
  }

  #sorting-hat .inner-sort {
      border: 1px solid #eeeeee;
      position:absolute;
      width: calc(100% - 20px);
      background-color:#fff;
  }
  .filter-palette {
      text-align: center;
      z-index: 9999999;
      position: relative;
      background-color: #fff;
      border: 1px solid #eaeaea;
      margin: -1px;
  }
  .filter-container-main.filter-close {
      display: flex;
      flex-direction: row-reverse;
      justify-content: flex-end;
  }
  .filter-container-main {
      float: left;
      min-width: 500px;
      max-width: 80vw;
  }
  .search.quick {
    display:none!important;
  }
  .open-filter-control {
    display:none!important;
  }
  .select-area {
      margin-right:-25px;
  }
  .filter-container-main.is-fixed {
      position: fixed!important;
      top:10px!important;
      z-index: 9999999;
  }
  .is-fixed .grid-uniform.filter-palette {
      max-height:80vh;
      overflow-y: auto;
  }
}
/* width */
.grid-uniform.filter-palette::-webkit-scrollbar {
  width: 8px;
}

/* Track */
.grid-uniform.filter-palette::-webkit-scrollbar-track {
  border-radius: 10px;
  border-left:1px solid #eaeaea;
  background-color:#f7f7f7;
}

/* Handle */
.grid-uniform.filter-palette::-webkit-scrollbar-thumb {
  background: #000000; 
  border-radius: 10px;
}
.grid-uniform > div {
    display: block!important;
}
#sorting-hat .filter-title-area, .filter-above {
    display: block;
    background-color: #000;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    cursor: pointer;
}
.filter-above {
  margin-top:15px;
}
#sorting-hat .filter-title-area:after {
    position: absolute;
    top:50%;
    transform:translatey(-50%);
    right:20px;
    content:'';
    width: 0; 
    height: 0; 
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #fff;
  	transition:.3s;
}






.filter-single-body {
    display: none;
}
.filter-single-title {
    padding:15px;
    text-align: left;
    position: relative;
    text-transform: uppercase;
    font-weight: 500;
}
.advanced-filter-group {
    position: relative;
    max-width:calc(100% - 20px);
    left:50%;
    transform:translatex(-50%);
    cursor:pointer;
}
.filter-single-title:before, .filter-single-title:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translatey(-50%) translatex(-100%);
    font-size: 20px;
    width: 9px;
    height: .5px;
    display: block;
    margin-top: 1px;
    opacity: 1;
    background-color: #000;
    right: -5px;
}
.filter-single-title:before {
    content: "";
    width: .5px;
    height: 8px;
    background-color: #000;
    display: block;
    right: 8px;
    top: 50%;
    opacity: 1;
    margin-top: -2.5px;
    transform: rotate(90deg);
}
.filter-single-title.active:after {
    content: "";
}
.filter-single-title:not(.active):after {
    content: "";
    width: 1px;
    height: 10px;
    background-color: #000;
    display: block;
    right: 7px;
    top: 50%;
    margin-top: 2px;
}
.filter-palette > .advanced-filter-group:not(:last-of-type) {
    border-bottom:1px solid #eaeaea;
}
.filter-single-body {
    padding:15px 0;
}

.discount-global {
    color:#f05123;
    font-size:11px;
}
.filter-single-body > input {
    display: none;
}
.filter-single-body label {
    cursor: pointer;
}
#collectionpage > #sortme {
    left:0;
    margin-left:80px;
}






#sorting-hat:not(.desktop-3):not(.tablet-6):not(.mobile-3) {
    display: inline-block;
}
.filter-title-area {
}
#sorting-hat:not(.desktop-3):not(.tablet-6):not(.mobile-3) .filter-title-area {
    padding-right:45px;
    padding-left: 35px;
    min-width: 180px;
}
#product-loop {
    transition: .3s;
    float: right;
}
#sort-by {
    padding-right: 8px;
}
#sorting-hat .filter-title-area.active:after {
    transform:rotate(180deg);
}

.filter-single-body > label:before {
    height: 10px;
    width: 10px;
    content: '';
    border: 1px solid #b0b0b0;
    position: absolute;
    display: block;
    left: 0;
    top: 3px;
    border-radius: 2px;
  	transition:.3s;
}
.filter-single-body > label {
    text-align: left;
    padding-left: 25px;
    position: relative;
    font-weight: normal;
    margin-left: 15px;
}
.filter-single-body > input:checked + label:after {
    width: 2px;
    height: 8px;
    content: '';
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    position: absolute;
    display: block;
    left: 4px;
    top: 3px;
    transform: rotate(38deg);
}
.filter-single-body > input:checked + label:before {
    background-color:#000!important;
    border: 1px solid #000;  	
}

#sorting-hat:not(.desktop-3) {
    width:196px;
}
#sorting-hat {
    transition:.3s;
}
#sorting-hat.desktop-3 {
    width:296px;
    transition:.3s;
    z-index:1;
}
.filter-title-area {
    transition: .3s;
}
.filter-title-area.active {
    background-color: #fff!important;
    color: #000!important;
    border-bottom: 2px solid #eaeaea;
}
.filter-title-area.active:hover {
  background-color:#eaeaea!important;
}
.filter-title-area.active:after {
    border-bottom:5px solid #000!important;
}
.filter-single-body-display-none {
  display:none;
}







.select-option {
    padding:5px 15px;
}
.select-title:after {
    transition:.3s;
    content:'';
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    right: 20px;
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #000000;
}
.select-title.active:after {
    transform:rotate(0);
    border-bottom: 5px solid #fff;
}
.select-title:not(.active):after {
    transform:rotate(180deg);
}
.select-title {
    cursor: pointer;
    padding: 10px 15px;
    color: #fff;
    margin-top: 20px;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 2px solid #eaeaea;
    position: relative;
}
.select-title.active {
    background-color:#000;
}
.select-title:not(.active) {
    background-color:#fff;
    color:#000;
}
.select-title:not(.active):hover {
    background-color:#eaeaea;
}
.select-option.selected {
    font-weight:bold;
}
.select-option:hover {
    background-color:#eaeaea;
    cursor: pointer;
}
.select-body {
    position: absolute;
    z-index: 99999;
    background-color:#fff;
    border:1px solid #eaeaea;
    margin-top:-1px;
}
.select-title {
    min-width: 160px;
    padding-right: 45px;
}
.select-body {
    transition:.3s;
    overflow: hidden;
}
.select-body:not(.active) {
    opacity: 0;
    pointer-events: none;
}
.select-body.active {
    opacity: 1;
  	z-index:1;
}
.select-body {
    width:100%;
    position: absolute;
    display: block;
}
.select-body > * {
    display: block;
    position: relative;
    width:100%;
}
.select-area {
    position: relative;
}
.upper-pagination-container {
    float: right;
}
#product-loop {
    clear: both;
}
.upper-pagination-container #pagination {
    float: right;
    min-width: 400px;
    text-align: right!important;
}
.hamburger-handle {
    max-width:25px;
}
.hamburger-line {
    display: block;
    position: relative;
    height:2px;
    margin-bottom:5px;
    background-color:#000;
}



.hamburger-handle .hamburger-line {
    transition:.3s;
}
.shifter-open .hamburger-handle .hamburger-line:nth-child(2) {
    display: none;
}
.shifter-open .hamburger-handle .hamburger-line:nth-child(1) {
    transform:rotate(45deg);
    margin-top:7px;
}
.shifter-open .hamburger-handle .hamburger-line:nth-child(3) {
    transform:rotate(-45deg);
    margin-top:-7px;
}
.shifter:not(.shifter-open) .hamburger-handle .hamburger-line:nth-child(1) {
    transform:rotate(0);
}
.shifter:not(.shifter-open) .hamburger-handle .hamburger-line:nth-child(3) {
    transform:rotate(0);
}
.mobile-menu-item > * {
    display: inline-block!important;
    float:none;
    clear: both;
}
.search-icon {
    top:-8px;
    position: relative;
    margin-left:10px;
}
.search.quick {
  display:none;
}
#search input#q, #search input#qispbxi_ {
    margin-bottom: 0;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 0;
    padding: 0! important;
    color: #000000;
    width: 90%;
    text-indent: 5px;
}
.open-filter-control {
    font-weight:bold;
    text-transform: uppercase;
    width:auto;
    left:0;
    text-align: left;
    display: block;
    float:left;
    margin-left:0;
    padding-left:0;
    padding-top:10px;
}
.open-filter-control > img {
    max-height: 25px;
    top:-3px;
    position: relative;
}

.shifter-page {
    z-index: auto!important;
}
html.shifter-open .shifter-page {
    z-index:1!important;
}











#product-description .product-badging.is-blank {
    display: none;
}











/****** ISP Search Styles... If it's not important it doesn't work... ******/
#isp_left_container {
    font-family:roboto!important;
}
div.isp_center_container ul#isp_search_results_container li.isp_grid_product, ul#isp_quick_view_content_lookalike li.isp_grid_product {
    height:auto!important;
    margin-bottom:55px!important;
}
.isp_grid_product {
    position: relative!important;
}
li.isp_grid_product div.isp_product_image_wrapper {
    height: 400px!important;
    width:100%!important;
}
.isp_grid_product {
    background-image:none!important;
    max-height: 400px!important;
    display: flex!important;
    flex-direction:column!important;
    justify-content: center!important;
}
.isp_search_results_container * {
    display: inline-block!important;
}
#isp_center_container {
    padding-top:0!important;
}
.isp_facet_title_name {
    color:#fff!important;
    text-transform:uppercase!important;
}
.isp_facet_title {
    background-image:none!important;
    background-color:#000!important;
}
.isp_single_facet_wrapper .isp_facet_title {
    position: relative!important;
    padding:10px 25px!important;
}
.isp_single_facet_wrapper .isp_facet_title:after {
    position: absolute!important;
    top: 50%!important;
    transform: translatey(-50%)!important;
    right: 20px!important;
    content: ''!important;
    width: 0!important;
    height: 0!important;
    border-left: 5px solid transparent!important;
    border-right: 5px solid transparent!important;
    border-top: 5px solid #fff!important;
    transition: .3s!important;
}
.isp_single_facet_wrapper:not(.collapsed) .isp_facet_title:after {
    transform:rotate(180deg)!important;
}
#isp_left_container_facets .isp_search_res_facets_container .isp_single_facet_wrapper.collapsed {
    max-height:inherit!important;
    border-bottom:0px!important;
}
#isp_left_container_facets .isp_search_res_facets_container .isp_single_facet_wrapper.collapsed > div:not(.isp_facet_title) {
    display: none!important;
}
.isp_facet_check_box_icon {
    height: 10px!important;
    width: 10px!important;
    border: 1px solid #b0b0b0!important;
    left: 0!important;
    top: 3px!important;
    border-radius: 2px!important;
    transition: .3s!important;
    background-image:none!important;
    margin-left:15px!important;
}
.isp_facet_check_box_icon_not_checked {
    top:0!important;
}
.isp_facet_check_box_icon_checked {
    top:0px!important;
    background-color: #000!important;
    border: 1px solid #000!important;
    position: relative!important;
}
.isp_facet_check_box_icon_checked:after {
    width: 2px!important;
    height: 8px!important;
    content: ''!important;
    border-right: 2px solid #fff!important;
    border-bottom: 2px solid #fff!important;
    position: absolute!important;
    display: block!important;
    left: 3px!important;
    top: -1px!important;
    transform: rotate(38deg)!important;
}
.isp_facet_value_name_selected {
    font-weight:normal!important;
}
.isp_facet_value {
    margin:8px 0!important;
}
.isp_facet_show_hide_values {
    padding-left:33px!important;
}
@media only screen and (min-width:768px) {
    .isp_facet_title {
        max-width:215px!important;
    }
}
div.isp_center_container ul#isp_search_results_container li.isp_grid_product, ul#isp_quick_view_content_lookalike li.isp_grid_product {
    width:32.7%!important;
}
#isp_search_results_container li.isp_grid_product a.isp_product_quick_view_button, a.isp_product_look_a_like_button {
    top:60%!important;
    max-height:33px!important;
    background:#000!important;
    color:#fff!important;
    font-family:roboto!important;
    font-weight:bold!important;
    padding: 6px 5px!important;
    border:0px!important;
    border-radius:3px!important;
    width:60%!important;
    font-size:11px!important;
    transition:background .5s ease,color .5s ease!important;
}
#isp_search_results_container li.isp_grid_product a.isp_product_quick_view_button:hover, a.isp_product_look_a_like_button:hover {
    color: #ffffff!important;
    background: #bbbbbb!important;
    box-shadow:inherit!important;
    border:0px!important;
}
.isp_product_image_href {
    opacity: 1!important;
}
.isp_product_image_href:hover {
    opacity: .8!important;
}
.isp_favoriteContainer {
    display: none!important;
}
.isp_grid_product {
    border:0px transparent!important;
    box-shadow:none!important;
}
.isp_single_facet_wrapper {
    border:1px solid #eaeaea!important;
}
.isp_single_facet_wrapper,.isp_single_facet_wrapper * {
    user-select: none!important;
}
.isp_add_to_cart_btn {
    display: none!important;
}
.isp_product_price.money {
    font-size:14px!important;
}
div:not(.stamped-product-reviews-badge) > .stamped-badge {
    display: none!important;
}
#isp_pagination_anchor .isp_pagination>.disabled>a, #isp_pagination_anchor .isp_pagination>.disabled>a:focus, #isp_pagination_anchor .isp_pagination>.disabled>a:hover, #isp_pagination_anchor .isp_pagination>.disabled>span, #isp_pagination_anchor .isp_pagination>.disabled>span:focus, #isp_pagination_anchor .isp_pagination>.disabled>span:hover {
    cursor: pointer!important;
}
#isp_pagination_anchor .isp_pagination>.active>a, #isp_pagination_anchor .isp_pagination>.active>a:focus, #isp_pagination_anchor .isp_pagination>.active>a:hover, #isp_pagination_anchor .isp_pagination>.active>span, #isp_pagination_anchor .isp_pagination>.active>span:focus, #isp_pagination_anchor .isp_pagination>.active>span:hover {
    background-color:#fff!important;
    border: 1px solid transparent!important;
    color:#000!important;
}
#isp_pagination_anchor .isp_pagination>li>a, #isp_pagination_anchor .isp_pagination>li>span {
    background-color:#eeeeee!important;
    border-radius:35%!important;
    width:10px!important;
    text-align: center!important;
    margin-right:10px!important;
}
#isp_pagination_anchor a {
    text-align: center!important;
    max-width: 100%!important;
    position: relative!important;
    margin-left:-10px!important;
}
#isp_pagination_anchor .page-link {
    float:none!important;
    clear: both!important;
    width: auto!important;
    padding:3px 5px!important;
    border:0px solid transparent!important;
    color:#000!important;
}
.isp_pagination > li {
    display: inline-block!important;
    float:none!important;
    clear: both!important;
}
#isp_pagination_anchor .isp_pagination>li>a, #isp_pagination_anchor .isp_pagination>li>span {
    margin-right: 25px!important;
}
.dropdown-toggle-isp {
    background:transparent!important;
    border-left:0!important;
    border-top:0!important;
    border-right:0!important;
    border-bottom:2px solid #eaeaea!important;
    border-radius:0!important;
    font-size:14px!important;
    font-weight:bold!important;
    text-transform: uppercase!important;
    padding:5px 15px!important;
    margin-top:-15px!important;
    opacity: 1!important;
}
.isp_dropdown.open .dropdown-toggle-isp {
    opacity: 1!important;
    background-color:#000!important;
    color:#fff!important;
}
#sorting_chosen_name {
    margin-right:15px!important;
}
.dropdown-toggle-isp .caret {
    margin-left:15px!important;
    margin-top:-3px!important;
}
.isp_dropdown.open .caret {
    transform:rotate(180deg)!important;
}
#isp_favorite_bar {
    display: none!important;
}
#search_res_sorting_title {
    font-weight: bold!important;
    text-transform: uppercase!important;
    font-size:14px!important;
    top:1px!important;
    padding-right:15px!important;
}
#isp_results_summary {
    border-bottom:0px solid transparent!important;
}
#sorting_drop_list {
    border-radius:0px!important;
    border:1px solid #eaeaea!important;
    box-shadow:inherit!important;
    margin-top:-3px!important;
}
#sorting_drop_list {
    width: auto!important;
}
.isp_sorting_and_result_view_wrapper #isp_search_res_sorting_menu>.open>.dropdown-menu>li>a.selected_sorting_value {
    background:none!important;
    font-weight: bold!important;
}
#sorting_drop_list {
    padding:0!important;
}
#sorting_drop_list li > a {
    font-size:14px!important;
    padding:5px 15px!important;
}
@media only screen and (max-width: 559px) {
  div.isp_center_container ul#isp_search_results_container li.isp_grid_product, ul#isp_quick_view_content_lookalike li.isp_grid_product {
    width: 47%!important;
    height: 350px!important;
  }
}
.checkout-table + .affirm-as-low-as {
    margin-top:25px;
}
.affirm-modal-trigger {
    font-style:italic;
    text-decoration: underline;
}
.isp_custom_price_container {
    padding-left:15px;
    padding-top:15px;
}
#isp_search_result_page_container div.isp_left_container {
    margin-top:65px;
}




li.isp_grid_product div.isp_product_image_wrapper {
    height: 400px!important;
    width: 100%!important;
    max-height: 323px;
}
.isp_product_info {
    position: absolute;
    bottom:0;
    min-height:95px;
}
div.isp_center_container ul#isp_search_results_container li.isp_grid_product, ul#isp_quick_view_content_lookalike li.isp_grid_product {
    overflow: show;
}
.isp_product_image_wrapper {
    max-height:400px!important;
}
.isp_product_image {
    padding-bottom:105px;
}





.pre-cart-warn {
    background-color: #f7f7f7;
    width: auto;
    padding: 0 12px;
    position: relative;
    display: inline-block;
    margin-top: 30px;
    border-radius: 3px;
    bottom: -5px;
}
.pre-cart-warn .checkmark {
    display: inline-block;
    width:20px;
    height:20px;
    border-radius:100%;
    background-color:#fec53d;
    position: relative;
    vertical-align: middle;
    margin-right:10px;
}
.pre-cart-warn > * {
    font-size: 13px;
    vertical-align: middle;
    display: inline-block;
}
.pre-cart-warn .checkmark:before {
    content:'';
    display: block;
    position: absolute;
    border-bottom:4px solid #fff;
    border-right:4px solid #fff;
    height:10px;
    width:5px;
    transform:rotate(45deg);
    left:5px;
    top:2px;
}
.cart-warn-body > b {
    text-transform:uppercase;
}
.product-title-area {
    margin-bottom:25px;
}
.product-title-area h1 {
    margin-bottom:0;
}
.product-title-area > #product-price {
    margin-top:5px;
}
.product-size-area {
    margin-bottom:15px;
}
.cart-submit-area .add {
  min-width:275px;
}
.affirm-as-low-as {
  margin-bottom:20px;
}





#BIS_trigger {
    display: block;
    position: relative;
    text-transform: uppercase;
    transition: .2s;
    margin-bottom: -10px;
    font-size:12px;
}
.BIS-message-container * {
    margin:0!important;
    padding:0!important;
}
.BIS-message-container {
    margin-bottom:-70px;
    margin-top:30px;
}
.size-guide > *:not(.slash-sep) {
    display: inline-block;
  	opacity:.6;
  	cursor:pointer;
}
.bis-outer-container {
    position: relative;
}
.size-guide > *:hover {
    opacity:1;
}
.slash-sep {
  	display:none;
    margin: 0 8px;
}
.size-guide * {
    font-size:10px!important;
}
.filter-container-main #sorting-hat.desktop-3 {
    transition: 0s;
}
@media screen and (max-width: 1220px) {
    .filter-container-main.is-fixed .filter-inner-container{
        width: 960px;
        padding-left:5px;
    }
}
@media screen and (max-width: 768px) {
    #sorting-hat {
    	position: absolute;
    	right: -1900px;
  	}
  	#sortme .select-title {
      margin-top:0;
    }
    .filter-inner-container {
      	margin-top:25px;
    }
  	.open-filter-control {
      	margin-right:15px;
    }
    .filter-inner-container {
        margin-top: 25px;
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
}
@media screen and (min-width: 769px) {
  .filter-container-main.is-fixed {
      width:100%;
      max-width: 100%;
      left:0;
      top:0;
      margin-top:-10px;
      background-color:#fff;
      border-bottom:1px solid #eaeaea;
  }
  .filter-container-main.is-fixed .select-title {
      border-bottom:0 solid transparent;
  }

  .filter-container-main.is-fixed .filter-title-area.active {
      border-bottom:0 solid transparent;
  }

  .filter-container-main.is-fixed #sorting-hat {
      margin:0;
      padding:0 10px;
  }
  #sorting-hat {
      float:left;
  }
  .filter-container-main.is-fixed .select-title {
      margin-top:0;
  }
  .filter-container-main.is-fixed .filter-inner-container {
      max-width: 1440px;
      width: 100%;
      left: 50%;
      transform: translatex(-50%);
      position: relative;
  }
}
#sorting-hat {
  transition:0s!important;
}
.open-filter-control > img {
  display:none;
}
.open-filter-control {
    display: block;
    padding: 10px 45px 10px 10px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    background-color: #fff;
    color: #000;
    border-bottom: 2px solid #eaeaea;
}
.open-filter-control:after {
    position: absolute;
    top: 50%;
    transform: translatey(-50%) rotate(90deg);
    right: 20px;
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #000;
    transition: .3s;
}


.fancybox-opened,.fancybox-wrap {
    z-index: 99999999!important;
}
.fancybox-overlay {
    z-index: 10000000!important;
}
.restock-message {
    color:red;
}



.collectors-deal-content > h3 {
    color: #F9C950;
    font-weight: bold;
    font-size: 17px;
}
.collectors-deal-content .content-general:not(.last) {
    font-size: 16px;
    color: #000;
    font-weight: bold;
    margin-top: -10px;
    margin-bottom: 0;
}

.collectors-deal-content p.subscript {
    font-style: italic;
    font-size: 11px;
    color: #666;
  	margin-bottom:5px;
}
div:not(.product-index) > .collectors-deal-outer .collectors-deal-img {
    margin-top: 25px;
}
.product-index .collectors-deal-outer .collectors-deal-img {
    margin-top: 0;
}
.collectors-box-sidebar h3 {
    font-weight: bold;
    font-size:20px;
    text-transform:uppercase;
    margin-top:15px;
    margin-bottom:0;
}
.collectors-box-sidebar .sidebar-top-row {
    color: #FDC21C;
    font-size: 18px;
    font-style: italic;
    text-transform: uppercase;
    margin-top:10px;
    margin-bottom:-10px;
    line-height:18px;
    z-index: 2;
    position: relative;
}
.collectors-box-sidebar li span {
    margin-left:-5px;
}
.collectors-box-sidebar .collectors-deal-img {
    margin-top:0;
}
.collectors-box-sidebar * {
    font-style:italic;
}
.collectors-box-sidebar li {
    letter-spacing: -0.75px;
    font-size: 14px;
    color: #2f2f2f;
}
.collectors-box-price {
    font-size: 20px;
    margin-top: 15px;
    font-weight: bold;
    margin-bottom: 0;
}
.collectors-box-sidebar ul {
    margin-top:-10px;
    margin-bottom:0;
}
.collectors-box-sidebar .subscript {
    color: #2f2f2f;
  font-size:13px;
}
@media only screen and (max-width:768px) {
  .grid-uniform > .collectors-box-sidebar-outer {
    display:none!important;
  }
}
.cart-qty-static {
    width:50px;
    text-align: center;
}
.table-notes-row.please-wait tbody {
    opacity: .3;
}
.table-notes-row.please-wait .cart-title, .table-notes-row.please-wait .saso-cart-item-price, .table-notes-row.please-wait del, .table-notes-row.please-wait .saso-cart-item-line-price {
    background-color:#000;
    opacity: .3;
}
.table-notes-row.please-wait .cart-image {
    opacity: .5;
    position: relative;
}
.table-notes-row.please-wait .cart-image:before {
    content:'';
    width:100%;
    height: 100%;
    position: absolute;
    background-color:#000;
}
.swatch.is-color label {
    border:0;
    box-shadow:inherit;
    border-radius: 100px;
    width: auto!important;
}



/* Swatch Overrides */
.swatch.is-color div[data-value="Columbia Blue"] * {
    background-color:#66c4fa!important;
}
.swatch.is-color div[data-value="Royal Blue"] * {
    background-color:#3645da!important;
}
.swatch.is-color div[data-value="Navy"] * {
    background-color:#1a2160!important;
}

/* End Swatch Overrides */
#product-description .swatch.is-color > .swatch-element.color input:checked + label {
    border: 2px solid #eaeaea!important;
}
#product-description .swatch.is-color > .swatch-element.color input:checked + label:before {
    content:'';
    position: absolute;
    width:3px;
    height: 6px;
    border-right:3px solid #fff;
    border-bottom:3px solid #fff;
    left:50%;
    top:50%;
    transform:translatex(-50%) translatey(-60%) rotate(45deg);
    z-index: 19;
}
#product-loop .product-info > .is-color {
    display: inherit;
}
#product-loop .product-info > .is-color h5 {
    display: none;
}
#product-loop .product-info > .is-color a {
    width: 15px!important;
    min-width: 0px!important;
    height: 15px!important;
    border: 0px!important;
    display: block;
    border-radius: 100px;
}

.product-info .swatch-link {
    width:15px;
    height: 15px;
    display: block;
    border-radius:100px;
}
li[data-handle="sample-sale"],li[data-handle="sample-sale"] > a {
    color:#fac759!important;
}
li[data-handle="sample-sale"]:hover,li[data-handle="sample-sale"] > a:hover {
    color:#000000!important;
}
.navigation.desktop-12 > ul.nav li.dropdown:hover {
    z-index: 9;
}





/****** Begin holiday layouts ******/

.owl-carousel-outer .owl-nav {
    position: absolute;
    top:35%;
    transform:translatey(-50%);
    width: 100%;
    margin-left:-50px;
}
.owl-carousel-outer .owl-nav > .owl-next,
.owl-carousel-outer .owl-nav > .owl-prev {
    width:auto;
    position: absolute;
    display: inline-block;
    margin:0;
    width:25px;
    height:24px;
}
.owl-carousel-outer .owl-nav > .owl-next {
    right:0;
}
.owl-carousel-outer .owl-nav > .owl-prev {
    left:0;
}
.owl-carousel-outer .owl-nav > .owl-next:before {
    top:0;
    transform:rotate(-45deg);
}
.owl-carousel-outer .owl-nav > .owl-next:after {
    bottom:0;
    transform:rotate(45deg);
}
.owl-carousel-outer .owl-nav > .owl-prev:before {
    top:0;
    transform:rotate(45deg);
}
.owl-carousel-outer .owl-nav > .owl-prev:after {
    bottom:0;
    transform:rotate(-45deg);
}
.owl-theme .owl-nav [class*='owl-']:focus {
    outline:0px transparent!important;
}
.owl-theme .owl-nav [class*='owl-']:hover {
    background:#333!important;
}
.owl-carousel-outer .owl-nav:hover > button:before,
.owl-carousel-outer .owl-nav:hover > button:after {
    transition:.5s;
    background-color:#fff!important;
}
.owl-carousel-outer .owl-nav > .owl-next:before,
.owl-carousel-outer .owl-nav > .owl-next:after,
.owl-carousel-outer .owl-nav > .owl-prev:before,
.owl-carousel-outer .owl-nav > .owl-prev:after {
    content:'';
    border-radius:7px;
    overflow: hidden;
    position: absolute;
    width:3px;
    height: 15px;
    background-color:#333;
}
.owl-carousel-outer .owl-nav span {
    display: none;
}
body[data-page-handle="give-the-best-ball-cap-in-the-world"] #content,
body[data-page-handle="san-francisco"] #content,
body[data-page-handle="kansas-city"] #content,
body[data-page-handle="chicago"] #content {
    margin-top:0;
}
.full-width-header {
    margin-bottom:45px;
}
.full-width-header .upper-title-outer {
    text-align: center;
    padding-bottom:35%;
    background-position: center;
    background-size:cover;
    position: relative;
}
.full-width-header:not(.ballcap) .upper-title-outer:after,
.full-width-header.ballcap .upper-title-outer:after {
    content:'';
    width:100%;
    height:25%;
    position: absolute;
    z-index: 2;
    left:0;
    background: linear-gradient(180deg, #5288A4, transparent);
}
.full-width-header:not(.ballcap) .upper-title-outer:after {
    background: linear-gradient(180deg, #5288A4, transparent);
}
body:not([data-page-handle="san-francisco"]) .full-width-header:not(.ballcap) .upper-title-outer:after {
    background: linear-gradient(180deg, #000, transparent)!important;
  	opacity:0.6;
}
.full-width-header.ballcap .upper-title-outer:after {
    background: linear-gradient(180deg, #000, transparent);
    opacity:0.6;
    height: 45%;
}
.full-width-header .upper-title-outer .upper-title-inner {
    z-index: 3;
    position: absolute;
    text-transform: uppercase;
    margin-top: 75px;
  	width:100%;
}
.full-width-header .upper-title-outer .upper-title-inner > * {
    font-size:50px;
    font-weight: 500;
    color:#fff;
    letter-spacing: 1px;
}
.holiday-layout .owl-carousel {
    padding:0 50px;
}
.holiday-layout h1 {
    font-size:35px;
    text-transform: uppercase;
    font-weight: 600;
    font-style: italic;
    margin-bottom:25px;
}
.holiday-layout h3 {
    font-size:45px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom:45px;
    text-align: center;
}
.holiday-layout .body-upper-container {
    margin-bottom:95px;
}
.holiday-layout .body-upper-container p {
    font-size:1.75em;
    line-height: 1.5em;
    margin-bottom:35px;
}
.tell-it-inner {
    position: relative;
    display: block;
    float: none;
    margin:95px 0;
    left:50%;
    transform:translatex(-50%);
}
.holiday-layout .section-title {
    font-size:35px;
    border:0;
}

.holiday-link {
    text-align: center;
    width:auto;
    padding:15px 60px;
    font-size:25px;
    text-transform: uppercase;
    position: relative;
    left:50%;
    transform:translatex(-50%);
}
.holiday-link:visited {
    color:#fff;
}

.holiday-layout .video-container {
    width: 100%;
    padding-bottom: 56%;
    position: relative;
    display: block;
    float: none;
    clear: both;
  	border-radius:5px;
  	overflow:hidden;
}

.holiday-layout .video-container > iframe {
  	position:absolute;
    width:100%;
    height:100%;
}
.owl-product-title-upper,
.owl-product-title {
    text-align: center;
    font-weight: 500;
}
.owl-product-title-upper {
    text-transform: uppercase;
    letter-spacing:0.5px;
    font-size:18px;
  	margin-top:25px;
}
.owl-product-title {
    font-weight: bold;
    font-size:20px;
}
.owl-carousel-outer.lower {
    margin:95px 0;
}
.best-ballcap-images.row {
    max-width:1600px;
    margin-bottom:125px;
}
.best-ballcap-images .prod-showcase {
    max-width: 100%;
    width: 325px;
}
.best-ballcap-images .desktop-3 {
    text-align: center;
}
.best-ballcap-images h2 {
    text-align: center;
    margin-bottom:55px;
    position: relative;
    font-weight: bold;
    text-transform: uppercase;
    font-size:55px;
}
.holiday-layout.ballcap h3 {
    font-size:55px;
}
.holiday-layout .quotes {
    padding:45px 0;
    margin:105px 0 0 0;
    border-top:1px solid #999999;
    border-bottom:1px solid #999999;
}
.holiday-layout .quotes {
    text-align: center;
}
.holiday-layout .quote-outer > p,
.holiday-layout .quote-outer > img {
    display: inline-block;
}
.holiday-layout .quote-outer > img {
    vertical-align: middle;
}
.holiday-layout .quote-outer > p {
    font-size:25px;
    font-style: italic;
    margin-right:25px;
}
.holiday-layout .quote-outer {
    margin:45px 0;
}
@media only screen and (min-width:1450px) {
    .best-ballcap-images {
        position: relative;
    }
    .best-ballcap-images .holiday-link {
        position: absolute;
        top:100%;
        margin-top:-35px;
    }
}
@media only screen and (max-width: 768px) {
    .full-width-header .upper-title-outer .upper-title-inner > * {
        font-size: 35px;
    }
    .holiday-layout h1 {
        font-size:28px;
    }
    .holiday-layout .body-upper-container p {
        font-size:20px;
    }
  	.best-ballcap-images h2,
  	.holiday-layout.ballcap h3,
    .holiday-layout h3 {
        font-size:30px;
    }
    .holiday-layout .section-title {
        font-size:30px;
    }
    .owl-product-title,
    .owl-product-title-upper {
        font-size:16px;
    }
    .full-width-header .upper-title-outer .upper-title-inner {
        margin-top:10%;
    }
  	.holiday-layout .quote-outer > p {
      	margin-right:0;
    }
    .upper-title-outer {
        padding-bottom:55%!important;
    }
}
/****** End holiday layouts ******/
.desc[data-prod-id="8301868552"] {
    display: none;
}
