/*Custom CSS for SlackShop*/
.vflex {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  moz-box-orient: vertical;
  -webkit-box-orient: vertical;
  -webkit-flex-flow: column;
  -ms-flex-direction: column;
  flex-flow: column;
}
body,
button,
input,
select {
  font-family: "Lato", sans-serif;
}
.clear {
  clear: both;
}
.header {
  z-index: 999;
  position: fixed;
  top: 0;
  background: #fff;
  width: 100%;
  overflow: hidden;
  height: 70px;
}
.header.homepage {
  height: 110px;
}
@media screen and (max-width: 417px) {
  .header.homepage {
    height: 130px;
  }
}
.header .container {
  padding: 0px;
  height: 70px;
  overflow: hidden;
}
.header .logo {
  display: inline-block;
  margin-top: 9px;
  margin-left: 20px;
}
.header .logo img {
  max-width: 137px;
}
.header .action_button {
  margin-right: 20px;
}
.header .nav {
  display: inline-block;
  float: right;
  margin-top: 16px;
}
.header .nav a#checkout,
.header .nav input#checkout,
.header .nav input#get-rates-submit {
  background: #56b68b none repeat scroll 0 0;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  width: auto;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
.header .nav a#checkout:hover,
.header .nav input#checkout:hover,
.header .nav input#get-rates-submit:hover {
  box-shadow: inset 0 -2px rgba(0, 0, 0, 0.25);
  background: #2ab27b;
  transition: none;
  -webkit-transition: none;
}
.header .nav a#checkout.hidden,
.header .nav input#checkout.hidden,
.header .nav input#get-rates-submit.hidden {
  display: none;
}
@media screen and (max-width: 480px) {
  .header .nav a#checkout,
  .header .nav input#checkout,
  .header .nav input#get-rates-submit {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .header .nav {
    width: 150px;
  }
}
.header .order_status a {
  font-size: 16px !important;
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  transition: none;
  color: #4B4E52 !important;
  opacity: 0.6;
}
.header .order_status a:hover {
  color: inherit;
  transition: none;
  opacity: 0.8;
}
@media screen and (max-width: 560px) {
  .header .order_status {
    display: none;
  }
}
.header a.cart_button {
  font-size: 16px !important;
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  transition: none;
  color: #4B4E52 !important;
  opacity: 0.6;
  padding: 8px 10px 7px 30px;
  background-position: 3px 7px;
  background-size: 22px 22px;
  background-repeat: no-repeat;
  background-image: url('//cdn.shopify.com/s/files/1/0715/5741/t/4/assets/cart2x.png');
}
.header a.cart_button:active {
  padding-bottom: 8px;
}
.header a.cart_button:hover {
  color: inherit;
  opacity: 0.8;
  transition: none;
}
@media screen and (max-width: 480px) {
  .header a.cart_button {
    border: 2px solid #727980;
    padding: 8px 14px 8px 34px;
    background-position: 8px 6px;
    margin-right: 20px;
  }
}
.header .promo_banner {
  cursor: pointer;
  height: 40px;
  font-weight: 400;
  font-size: 15px;
  line-height: 38px;
  background-color: #e32072;
  text-align: center;
  color: #ffffff;
  padding-left: 8px;
  padding-right: 8px;
}
@media screen and (max-width: 417px) {
  .header .promo_banner {
    height: 60px;
    line-height: 22px;
    padding-top: 7px;
  }
}
.header .promo_banner span a {
  font-weight: 900;
  color: #fff;
  text-decoration: underline;
  white-space: nowrap;
}
.header .promo_banner #heart {
  display: inline-block;
  width: 19px;
  height: 19px;
  vertical-align: text-top;
  background-size: 19px 19px;
  background-image: url('//cdn.shopify.com/s/files/1/0715/5741/t/4/assets/heart@1x.png');
}
@media (min-resolution: 124dpi), (-webkit-min-device-pixel-ratio: 1.3), (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 4/3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .header .promo_banner #heart {
    background-image: url('//cdn.shopify.com/s/files/1/0715/5741/t/4/assets/heart@2x.png');
  }
}
.main {
  margin-top: 70px;
}
.index .main {
  margin-top: 110px;
}
.main #homepage_slider {
  position: relative;
  color: #fff;
  min-height: 510px;
  background-image: url("//cdn.shopify.com/s/files/1/0715/5741/t/4/assets/header-image_1x.jpg");
  background-size: auto 520px;
  background-repeat: no-repeat;
  background-color: #f7b640;
  background-position: 60% top;
  background-position-x: 60%;
}
@media (min-resolution: 124dpi), (-webkit-min-device-pixel-ratio: 1.3), (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 4/3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .main #homepage_slider {
    background-image: url("//cdn.shopify.com/s/files/1/0715/5741/t/4/assets/header-image_2x.jpg");
  }
}
@media screen and (min-width: 1440px) {
  .main #homepage_slider {
    background-position: 80% top;
    background-position-x: 80%;
  }
}
@media screen and (min-width: 1920px) {
  .main #homepage_slider {
    background-position: -270px top;
    background-position-x: -270px;
  }
}
@media screen and (max-width: 767px) {
  .main #homepage_slider {
    min-height: 720px;
    background: -moz-linear-gradient(top, rgba(247, 182, 64, 0.01) 53%, #f7b640 61%), #f7b640 url('//cdn.shopify.com/s/files/1/0715/5741/t/4/assets/header-image_1x.jpg') no-repeat -400px top / auto 62%;
    background: -webkit-linear-gradient(top, rgba(247, 182, 64, 0.01) 53%, #f7b640 61%), #f7b640 url('//cdn.shopify.com/s/files/1/0715/5741/t/4/assets/header-image_1x.jpg') no-repeat -400px top / auto 62%;
    background: linear-gradient(to bottom, rgba(247, 182, 64, 0.01) 53%, #f7b640 61%), #f7b640 url('//cdn.shopify.com/s/files/1/0715/5741/t/4/assets/header-image_1x.jpg') no-repeat -400px top / auto 62%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#03f7b640', endColorstr='#f7b640', GradientType=0);
  }
}
@media screen and (max-width: 552px) {
  .main #homepage_slider {
    min-height: 750px;
  }
}
@media screen and (max-width: 480px) {
  .main #homepage_slider {
    background: -moz-linear-gradient(top, rgba(247, 182, 64, 0.01) 53%, #f7b640 61%), #f7b640 url('//cdn.shopify.com/s/files/1/0715/5741/t/4/assets/header-image_1x.jpg') no-repeat -550px top / auto 62%;
    background: -webkit-linear-gradient(top, rgba(247, 182, 64, 0.01) 53%, #f7b640 61%), #f7b640 url('//cdn.shopify.com/s/files/1/0715/5741/t/4/assets/header-image_1x.jpg') no-repeat -550px top / auto 62%;
    background: linear-gradient(to bottom, rgba(247, 182, 64, 0.01) 53%, #f7b640 61%), #f7b640 url('//cdn.shopify.com/s/files/1/0715/5741/t/4/assets/header-image_1x.jpg') no-repeat -550px top / auto 62%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#03f7b640', endColorstr='#f7b640', GradientType=0);
  }
}
.main .sticker_holder {
  margin-top: 150px;
}
@media screen and (max-width: 767px) {
  .main .sticker_holder {
    margin-left: 150px;
  }
}
@media screen and (max-width: 480px) {
  .main .sticker_holder {
    margin-left: 50px;
  }
}
.main .lower_note {
  display: none;
  background-color: rgba(219, 162, 67, 0.6);
  color: #fff;
  text-align: center;
  height: 40px;
  font-size: 15px;
  line-height: 38px;
  font-weight: 400;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0px 10px;
}
.main .lower_note strong {
  font-weight: 900;
}
.main .lower_note strong:before {
  margin-right: 3px;
  display: inline-block;
  content: '';
  width: 19px;
  height: 19px;
  vertical-align: text-top;
  background-size: 19px 19px;
  background-image: url('//cdn.shopify.com/s/files/1/0715/5741/t/4/assets/gift_icon.png');
}
@media screen and (max-width: 552px) {
  .main .lower_note {
    height: 53px;
    line-height: 22px;
    padding-top: 7px;
  }
}
.main .teaser_caption {
  margin-top: 130px;
  float: right;
  font-family: "Lato", sans-serif;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .main .teaser_caption.seven.columns {
    width: auto;
    margin-right: 70px;
    margin-left: 0px;
    padding-left: 0px;
  }
}
@media screen and (max-width: 767px) {
  .main .teaser_caption {
    float: none;
    margin-top: 100px;
  }
  .main .teaser_caption,
  .main .teaser_caption h1,
  .main .teaser_caption h3 {
    text-align: center;
  }
}
.main .teaser_caption h3 {
  font-weight: 400;
  color: #fff;
  font-size: 22px;
  margin-bottom: 0px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
.main .teaser_caption h1 {
  font-weight: 900;
  color: #fff;
  font-size: 58px;
  max-width: 350px;
  margin: 0px;
  line-height: 60px;
  margin-bottom: 25px;
  margin-top: 3px;
}
@media screen and (max-width: 767px) {
  .main .teaser_caption h1 {
    margin: 0px auto;
    margin-top: 3px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 335px) {
  .main .teaser_caption h1 {
    font-size: 52px;
  }
}
.main .teaser_caption #sshow_01 {
  background: #fff;
  color: #f7b640;
  text-shadow: none;
  font-size: 18px;
  padding: 14px 20px;
  transition: none;
  -webkit-transition: none;
  width: 116px;
  margin-bottom: 3px;
}
.main .teaser_caption #sshow_01:hover {
  box-shadow: 0px 3px 0px 0px #DBA243;
}
@media screen and (max-width: 480px) {
  .main .teaser_caption #sshow_01 {
    width: 80%;
  }
}
.product-green {
  background: #41C299;
}
.product-green .add_to_cart:hover {
  color: #41C299;
}
.product-cyan {
  background: #79D1E1;
}
.product-cyan .add_to_cart:hover {
  color: #79D1E1;
}
.product-blue {
  background: #4d6dc3;
}
.product-blue .add_to_cart:hover {
  color: #4d6dc3;
}
.product-purple {
  background: #70175E;
}
.product-purple .add_to_cart:hover {
  color: #70175E;
}
.product-pink {
  background: #E31F72;
}
.product-pink .add_to_cart:hover {
  color: #E31F72;
}
.product-yellow {
  background: #f6b63f;
}
.product-yellow .add_to_cart:hover {
  color: #f6b63f;
}
.product-black {
  background: #2C2D30;
}
.product-black .add_to_cart:hover {
  color: #2C2D30;
}
.product-darkgrey {
  background: #565759;
}
.product-darkgrey .add_to_cart:hover {
  color: #565759;
}
.product-neutral,
.product-lightgrey {
  background: #A0A0A2;
}
.product-neutral .add_to_cart:hover,
.product-lightgrey .add_to_cart:hover {
  color: #A0A0A2;
}
.product-details .description a {
  color: #fff;
  opacity: 0.6;
}
.product-details .description a:hover {
  text-decoration: underline;
  opacity: 1.0;
}
.product-details {
  color: #fff;
}
.product-details .breadcrumb {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 0px;
  color: #fff;
}
.product-details .breadcrumb a,
.product-details .breadcrumb span {
  color: #fff;
}
.product-details .breadcrumb span {
  font-weight: 600;
}
.product-details .deets {
  margin-top: 35px;
  /* socks size selector */
}
.product-details .deets .product_name {
  color: inherit;
  font-weight: 900;
  font-size: 58px;
  line-height: 68px;
  margin-bottom: 3px;
}
.product-details .deets .modal_price {
  margin-bottom: 8px;
}
.product-details .deets .description {
  max-width: 380px;
  font-weight: 400;
  font-size: 17px;
  color: #fff;
  line-height: 24px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 18px;
}
.product-details .deets .description p {
  line-height: 23px;
}
.product-details .deets input,
.product-details .deets select {
  border: 0px;
  max-width: 380px;
  color: #2C2D30;
  background-color: #fff;
}
.product-details .deets select {
  background-image: url('//cdn.shopify.com/s/files/1/0715/5741/t/4/assets/select_down_1x.png?fayaz');
  background-size: 8px 8px;
  background-position: center right 14px;
}
@media (min-resolution: 124dpi), (-webkit-min-device-pixel-ratio: 1.3), (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 4/3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .product-details .deets select {
    background-image: url('//cdn.shopify.com/s/files/1/0715/5741/t/4/assets/select_down_2x.png');
  }
}
@media screen and (max-width: 480px) {
  .product-details .deets .product_name {
    font-size: 50px;
  }
  .product-details .deets button,
  .product-details .deets select,
  .product-details .deets input {
    width: 100% !important;
    max-width: 480px;
  }
}
.product-details .deets #product-select-384378601-option-0 {
  margin-bottom: 5px;
}
.product-details .deets #size-chart-trigger {
  display: block;
  opacity: 0.8;
  font-size: 15px;
  margin-bottom: 16px;
}
.product-details .deets #size-chart-trigger:hover {
  opacity: 1.0;
}
.product-details .shots {
  position: relative;
}
.product-details .product_section {
  padding-top: 34px;
  padding-bottom: 34px;
}
@media screen and (max-width: 767px) {
  .product-details .product_section {
    padding-top: 0px;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    moz-box-orient: vertical;
    -webkit-box-orient: vertical;
    -webkit-flex-flow: column;
    -ms-flex-direction: column;
    flex-flow: column;
  }
  .product-details .shots {
    -moz-box-ordinal-group: 1;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .product-details .breadcrumb {
    display: none;
    -moz-box-ordinal-group: 2;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 20px;
  }
  .product-details .deets {
    -moz-box-ordinal-group: 3;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .product-details .deets .description {
    max-width: unset;
  }
}
.product-details span.sold_out {
  font-size: 17px;
  color: #fff;
  font-weight: 700;
}
.product-details button.add_to_cart {
  background: transparent none repeat scroll 0 0;
  border: 2px solid #fff;
  font-size: 17px;
  height: 50px;
  min-width: 148px;
  padding: 10px 20px;
  width: auto;
  font-weight: 700;
  transition: none;
}
.product-details button.add_to_cart span {
  text-shadow: none;
}
.product-details button.add_to_cart:focus {
  outline: none;
}
.product-details button.add_to_cart:hover {
  background: #fff;
}
.product-details .continue_shopping {
  display: none !important;
}
.product_slider .flex-control-nav {
  margin-top: 10px;
}
.product_slider .flex-control-nav li a {
  border: 2px solid rgba(255, 255, 255, 0.6);
  background: none;
  border-radius: 7px;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  margin-right: 2px;
  width: 13px;
  height: 13px;
}
.product_slider .flex-control-nav li a.flex-active {
  background-color: #fff;
  border: 2px solid #ffffff;
  position: relative;
}
.product_slider .flex-direction-nav .flex-next {
  background-image: url('//cdn.shopify.com/s/files/1/0715/5741/t/4/assets/chevrons-2x.png');
  background-position: 0px 0px;
  width: 60px;
  height: 60px;
  background-size: 120px 60px;
}
.product_slider .flex-direction-nav .flex-prev {
  background-image: url('//cdn.shopify.com/s/files/1/0715/5741/t/4/assets/chevrons-2x.png');
  background-position: -60px 0px;
  width: 60px;
  height: 60px;
  background-size: 120px 60px;
}
.fancybox-title {
  display: none;
}
.sticker {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 130px 130px;
  width: 160px;
  height: 160px;
  display: table;
  position: relative;
  background-image: url("//cdn.shopify.com/s/files/1/0715/5741/t/4/assets/price-sticker-purple.png");
}
.sticker .price_element {
  line-height: 40px;
  display: block;
  max-width: 90px;
  max-height: 100px;
  text-align: center;
  margin-left: 50px;
  top: 45px;
  position: absolute;
  font-family: 'Lato', sans-serif;
}
.sticker .price_element span:first-child {
  font-size: 50px;
  line-height: 50px;
  font-weight: 900;
  display: block;
}
.sticker .price_element span:nth-child(2) {
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  position: relative;
  top: -10px;
}
.sticker h1 {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  font-size: 42px;
  font-weight: 900;
  width: 80px;
  text-align: center;
  margin: 0 auto;
}
.product .sticker {
  position: absolute;
  min-height: unset;
  top: 0px;
  display: table;
  right: 70px;
}
@media (min-resolution: 124dpi), (-webkit-min-device-pixel-ratio: 1.3), (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 4/3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .sticker {
    background-image: url("//cdn.shopify.com/s/files/1/0715/5741/t/4/assets/price-sticker-purple-2x.png");
  }
}
.product .product-blue .sticker {
  background-image: url("//cdn.shopify.com/s/files/1/0715/5741/t/4/assets/price-sticker-pink.png");
  right: 20px;
}
@media (min-resolution: 124dpi), (-webkit-min-device-pixel-ratio: 1.3), (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 4/3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .product .product-blue .sticker {
    background-image: url("//cdn.shopify.com/s/files/1/0715/5741/t/4/assets/price-sticker-pink-2x.png");
  }
}
.product .product-yellow .sticker {
  background-image: url("//cdn.shopify.com/s/files/1/0715/5741/t/4/assets/price-sticker-purple.png");
  right: 20px;
}
@media (min-resolution: 124dpi), (-webkit-min-device-pixel-ratio: 1.3), (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 4/3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .product .product-yellow .sticker {
    background-image: url("//cdn.shopify.com/s/files/1/0715/5741/t/4/assets/price-sticker-purple-2x.png");
  }
}
.product .product-cyan .sticker {
  background-image: url("//cdn.shopify.com/s/files/1/0715/5741/t/4/assets/price-sticker-purple.png");
  right: 20px;
}
@media (min-resolution: 124dpi), (-webkit-min-device-pixel-ratio: 1.3), (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 4/3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .product .product-cyan .sticker {
    background-image: url("//cdn.shopify.com/s/files/1/0715/5741/t/4/assets/price-sticker-purple-2x.png");
  }
}
.product .product-green .sticker {
  right: 30px;
}
@media only screen and (max-width: 960px) {
  .sticker {
    right: 0 !important;
  }
}
.coming_soon {
  display: none;
}
.product_grid {
  background-color: #fafafa;
  overflow: hidden;
  width: auto;
}
.product_grid .homepage_product_grid {
  padding: 10px;
  margin: 50px auto;
  margin-bottom: 30px;
}
.product_grid .homepage_product_grid .container {
  overflow: visible;
}
@media screen and (max-width: 975px) {
  .product_grid .homepage_product_grid .container {
    width: 630px;
    margin: 0px auto;
  }
}
@media screen and (max-width: 640px) {
  .product_grid .homepage_product_grid .container {
    width: 310px;
  }
}
.product_grid .homepage_product_grid .thumbnail {
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
  margin-right: 5px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 20px;
  transition: all 180ms ease;
  width: 300px;
}
.product_grid .homepage_product_grid .thumbnail:hover {
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -ms-transform: scale(1.04);
  -o-transform: scale(1.04);
  transform: scale(1.04);
}
.product_grid .homepage_product_grid .thumbnail:not(.coming_soon):hover {
  background-color: #fff;
  border-radius: 4.2px;
  box-shadow: 0 1px 11px 0 rgba(0, 0, 0, 0.15);
}
.product_grid .homepage_product_grid .thumbnail.slackbot .info {
  display: none;
}
.product_grid .homepage_product_grid .thumbnail.slackbot .memo {
  width: 100%;
  height: 100%;
  top: 115px;
  display: block;
  position: absolute;
  font-size: 24px;
  font-style: italic;
  color: #A0A0A2;
}
.product_grid .homepage_product_grid .thumbnail .product_image {
  margin-bottom: 10px;
}
.product_grid .homepage_product_grid .thumbnail .product_image img {
  width: 260px;
  height: 260px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
}
.product_grid .homepage_product_grid .thumbnail .info {
  font-size: 19px;
}
.product_grid .homepage_product_grid .thumbnail .info .title {
  font-weight: 900;
}
.product_grid .homepage_product_grid .thumbnail .info .price {
  color: #565759;
  font-size: 19px;
  margin-top: 2px;
}
.product_grid .homepage_product_grid .thumbnail a:hover {
  color: inherit !important;
}
.page {
  background-color: #FAFAFA;
  color: #2c2d30;
}
.page .header {
  border-bottom: 1px solid #ebebeb;
}
.page .footer,
.page .fw {
  background: none !important;
}
.page .page_content {
  padding: 0px 20px;
  box-sizing: border-box;
  margin-bottom: 60px;
}
.page .page_content.overflow {
  overflow: visible;
}
.page .collection_title {
  display: block;
  margin-top: 30px;
  font-weight: 900;
  font-size: 58px;
  line-height: 58px;
}
.page p {
  font-size: 16px;
  line-height: 22px;
}
.page p a {
  text-decoration: underline;
}
.page p a:hover {
  color: #00afd8;
}
.four_oh_four {
  background-color: #FAFAFA;
}
.four_oh_four .header {
  border-bottom: 1px solid #ebebeb;
}
.four_oh_four .footer,
.four_oh_four .fw {
  background: none !important;
}
.four_oh_four .breadcrumb {
  padding: 0px 20px;
}
.four_oh_four .breadcrumb span {
  opacity: 0.8;
  color: #a0a0a2 !important;
}
.four_oh_four .four_oh {
  margin-top: 60px;
  text-align: center;
  margin-bottom: 150px;
}
.four_oh_four .four_oh .meta {
  text-align: left;
}
@media screen and (max-width: 960px) {
  .four_oh_four .four_oh .meta {
    margin-left: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .four_oh_four .four_oh .meta {
    margin-left: 0px;
    text-align: center;
    padding: 0px 20px;
  }
}
.four_oh_four .four_oh .slackbot {
  width: 270px;
  height: 270px;
  display: block;
  margin: 0px auto;
  background-size: 270px 270px;
  background-position: center center;
  background-image: url('//cdn.shopify.com/s/files/1/0715/5741/t/4/assets/img-slackbot-worried.png');
}
@media screen and (max-width: 960px) {
  .four_oh_four .four_oh .slackbot {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .four_oh_four .four_oh .slackbot {
    margin: 0px auto;
  }
}
.four_oh_four .four_oh h1 {
  margin-top: 24px;
  font-weight: 900;
  color: #2C2D30;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 0px;
}
.four_oh_four .four_oh p {
  font-size: 17px;
  margin-top: 30px;
  margin-bottom: 24px;
  color: #2C2D30;
}
.four_oh_four .four_oh span {
  font-size: 17px;
  color: #2C2D30;
}
.four_oh_four .four_oh a {
  font-size: 17px;
  text-decoration: underline;
  transition: none;
}
.four_oh_four .four_oh a:hover {
  color: #00afd8;
}
.cart {
  background-color: #FAFAFA;
  /* empty cart layout */
  /* page wide */
  color: #303030;
  /* non-empty cart layout */
  /* shipping calculator */
}
.cart .bc {
  float: none;
}
.cart .header {
  border-bottom: 1px solid #ebebeb;
}
.cart .footer,
.cart .fw {
  background: none !important;
}
.cart .breadcrumb {
  padding: 0px 20px;
}
.cart .empty_cart {
  margin-top: 60px;
  text-align: center;
  margin-bottom: 150px;
}
.cart .empty_cart .slackbot {
  width: 180px;
  height: 180px;
  display: block;
  margin: 0px auto;
  background-size: 180px 180px;
  background-position: center center;
  background-image: url('//cdn.shopify.com/s/files/1/0715/5741/t/4/assets/slackbot_sad.png');
}
.cart .empty_cart h1 {
  margin-top: 24px;
  font-weight: 900;
  color: #2C2D30;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 0px;
}
.cart .empty_cart p {
  font-size: 17px;
  margin-top: 10px;
  margin-bottom: 1px;
  color: #2C2D30;
}
.cart .empty_cart a {
  font-size: 17px;
  text-decoration: underline;
  transition: none;
}
.cart .empty_cart a:hover {
  color: #00afd8;
}
.cart input,
.cart select {
  border: 1px solid #C5C5C5;
  font-size: 15px;
  color: #303030;
  font-family: "Lato", sans-serif;
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}
.cart input[type=number],
.cart select[type=number] {
  padding-left: 10px;
  text-align: center;
  margin-top: 13px;
}
.cart .item_cart {
  margin-top: 70px;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
}
.cart .item_cart .item_shot {
  width: 70px;
  height: 70px;
}
.cart .item_cart li.cart-single-item {
  display: block;
  overflow: hidden;
}
.cart .item_cart .cart-product-variant-title {
  margin-bottom: 2px;
  color: #7B7B7B;
}
.cart .item_cart .title_col {
  width: 60%;
  float: left;
  display: table;
}
.cart .item_cart .qty {
  display: none;
  font-size: 14px;
  font-weight: 700;
  margin-top: 18px;
}
.cart .item_cart .vmid {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}
.cart .item_cart .quant_col,
.cart .item_cart .price_col {
  width: 16.75%;
  float: left;
}
.cart .item_cart .cancel_col {
  width: .5%;
  float: left;
  text-align: right;
}
.cart .item_cart .rem_text {
  display: none;
  line-height: 1.7em;
}
.cart .item_cart .rem_text:hover {
  color: #00afd8;
}
.cart .item_cart h4,
.cart .item_cart .price_total,
.cart .item_cart .rem_text {
  font-size: 15px;
}
.cart .item_cart .price_total {
  margin-top: 19px;
  margin-bottom: 0px;
}
.cart .item_cart h4 {
  font-weight: 700;
}
.cart .item_cart .checkout_table_header h4 {
  margin-top: 8px;
}
.cart .item_cart .rem-cancel {
  margin-right: 8px;
  margin-top: 21px;
  display: inline-block;
  background-image: url('//cdn.shopify.com/s/files/1/0715/5741/t/4/assets/rem_cart.png');
  width: 18px;
  height: 18px;
  background-size: 18px 18px;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.6;
}
.cart .item_cart .rem-cancel:hover {
  opacity: 1.0;
}
.cart .item_cart .sub_col {
  margin-right: 30px;
  float: right;
}
.cart .item_cart .sub_col span {
  line-height: 18px;
  color: #7B7B7B;
}
.cart .item_cart .sub_col span em {
  font-size: 15px;
}
.cart .item_cart .sub_col h4 {
  border-bottom: 0px;
  margin: 0px;
  padding: 0px;
  font-size: 18px;
  line-height: 22px;
}
.cart .item_cart .co_col {
  float: right;
}
.cart .item_cart .co_col p {
  margin: 0px;
}
.cart .item_cart .co_col .action_button {
  margin-top: 1px;
  margin-bottom: 0px !important;
  background-color: #56b68b;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  width: auto;
}
.cart .item_cart .co_col .action_button:hover {
  box-shadow: inset 0 -2px rgba(0, 0, 0, 0.25);
  background: #2ab27b;
  transition: none;
  -webkit-transition: none;
}
@media screen and (max-width: 480px) {
  .cart .item_cart .cta {
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    moz-box-orient: vertical;
    -webkit-box-orient: vertical;
    -webkit-flex-flow: column;
    -ms-flex-direction: column;
    flex-flow: column;
  }
  .cart .item_cart .rem_text {
    display: block;
    line-height: inherit;
  }
  .cart .item_cart .qty {
    display: block;
  }
  .cart .item_cart .checkout_table_header .price_col {
    display: none;
  }
  .cart .item_cart .cart-single-item {
    position: relative;
  }
  .cart .item_cart .quant_col {
    display: none;
  }
  .cart .item_cart .quant_col2 {
    display: block;
    position: absolute;
    top: 41px;
    right: 0px;
    text-align: right;
    width: 30%;
  }
  .cart .item_cart .title_col {
    width: 100%;
    display: block;
  }
  .cart .item_cart .item_shot {
    width: 160px;
    height: 160px;
  }
  .cart .item_cart .price_col {
    float: right;
    position: absolute;
    top: 102px;
    right: 0px;
    text-align: right;
    width: 30%;
  }
  .cart .item_cart .price_total {
    margin-top: 0px;
  }
  .cart .item_cart .rem-cancel {
    display: none;
  }
  .cart .item_cart .sub_col {
    -moz-box-ordinal-group: 1;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-right: 0px;
    margin-top: -20px;
  }
  .cart .item_cart .co_col {
    -moz-box-ordinal-group: 2;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 20px;
  }
  .cart .item_cart .co_col .action_button {
    width: 100%;
  }
}
@media screen and (max-width: 380px) {
  .cart .item_cart .item_shot {
    width: 141px;
    height: auto;
  }
  .cart .item_cart .qty2 {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 352px) {
  .cart .item_cart .item_shot {
    width: 100px;
    height: auto;
  }
}
.cart .ship_calc {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 50px;
}
.cart .ship_calc h4 {
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 18px;
}
.cart .ship_calc .quarter {
  float: left;
  width: 25%;
  text-align: left;
}
.cart .ship_calc .quarter label {
  font-weight: 700;
  font-size: 15px;
}
.cart .ship_calc .quarter input,
.cart .ship_calc .quarter select {
  box-sizing: border-box;
  width: 90%;
}
@media screen and (max-width: 767px) {
  .cart .ship_calc .quarter {
    width: 48%;
  }
  .cart .ship_calc .quarter input,
  .cart .ship_calc .quarter select {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .cart .ship_calc .quarter {
    width: 100%;
  }
  .cart .ship_calc .quarter input,
  .cart .ship_calc .quarter select {
    width: 100%;
  }
}
.cart .ship_calc #get-rates-container {
  float: right;
  text-align: right;
}
.cart .ship_calc #wrapper-response {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .cart .ship_calc #address_province_container {
    float: right;
  }
}
.cart .ship_calc #get-rates-submit {
  color: #439FE0;
  border: 2px solid #439FE0;
  background: none;
  text-shadow: none;
  padding: 0px;
  padding-top: 8px;
  padding-bottom: 9px;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  transition: none;
  -webkit-transition: none;
}
.cart .ship_calc #get-rates-submit:hover {
  background: #439FE0;
  color: #fff;
}
@media screen and (max-width: 480px) {
  .cart .ship_calc .sub_lbl {
    display: none;
  }
  .cart .ship_calc #get-rates-submit {
    margin-top: 10px;
  }
}
.footer {
  margin-top: 0px;
  padding-bottom: 0px;
  background-color: #F5F2F1;
  background-repeat: no-repeat;
  background-size: cover;
}
.footer .container {
  display: none;
}
.footer .container h3 {
  font-weight: 900;
  text-align: center;
  font-size: 23px;
  margin-bottom: 10px;
}
.footer .container .footlogo {
  max-width: 100%;
  margin: 0px auto;
  margin-top: 65px;
  margin-bottom: 15px;
}
.footer .container .footlogo img {
  width: 100%;
}
@media screen and (max-width: 480px) {
  .footer .container .footlogo {
    max-width: 90%;
  }
}
.footer .container .footdeets {
  max-width: 600px;
  margin: 0px auto;
  padding: 0px 20px;
}
.footer .container .hth_desc {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #565759;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}
.footer .container #hth_lmbtn {
  background: #3aa3e3 none repeat scroll 0 0;
  color: #fff;
  height: auto;
  max-height: 40px;
  min-width: 130px;
  padding: 7px;
  width: auto;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 42px;
}
.footer .container #hth_lmbtn:hover {
  box-shadow: inset 0 -2px rgba(0, 0, 0, 0.25);
  background: #3aa3e3;
  transition: none;
  -webkit-transition: none;
}
@media screen and (max-width: 480px) {
  .footer .container #hth_lmbtn {
    width: 96%;
  }
}
.footer.hackthehood {
  background-image: url("//cdn.shopify.com/s/files/1/0715/5741/t/4/assets/custom_footer.png");
}
.footer.hackthehood #hackthehood {
  display: block;
}
.footer.hackthehood #hackthehood .footlogo {
  width: 377px;
  height: 54px;
}
.footer.lastmile {
  background-image: url("//cdn.shopify.com/s/files/1/0715/5741/t/4/assets/custom_footer_2.png");
}
.footer.lastmile #lastmile {
  display: block;
}
.footer.lastmile #lastmile .footlogo {
  width: 387px;
  height: 48px;
}
.footer hr {
  border-color: #D8DDDE;
}
.footer .fw {
  width: 100%;
  margin-top: 32px;
  background: -moz-linear-gradient(top, rgba(0, 255, 255, 0) 0%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80ffffff', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
}
.footer .fw .footer_menu {
  margin-bottom: 0px;
  padding-bottom: 30px;
}
.footer .fw .footer_menu li {
  display: inline-block;
  padding: 0px 42px;
}
.footer .fw .footer_menu li.slackmotif {
  cursor: pointer;
  margin-top: -3px;
  width: 32px;
  height: 32px;
  background: url(//cdn.shopify.com/s/files/1/0715/5741/t/4/assets/slack-hash.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 32px auto;
  vertical-align: middle;
}
.footer .fw .footer_menu li a {
  color: #9e9ea6;
  text-decoration: none;
}
@media screen and (max-width: 900px) {
  .footer .fw .footer_menu li {
    padding: 0px 22px;
  }
}
@media screen and (max-width: 640px) {
  .footer .fw .footer_menu li {
    display: block !important;
    text-align: left;
    padding: 10px 20px;
  }
  .footer .fw .footer_menu li.slackmotif {
    margin-bottom: 10px;
    width: 46px;
    height: 46px;
    background-size: 46px auto;
  }
}
.flex-caption {
  text-shadow: none;
}
body.index div.main.content {
  padding-top: 0px;
}
li.sshow:first-child h1.headline {
  max-width: 360px;
  display: inline-block;
  margin-bottom: 30px;
}
li.sshow:first-child .flex-caption {
  top: 20%;
}
.homepage_product_grid .sold_out {
  padding: 0px;
}
body.product div.content {
  padding-top: 0px;
}
body:not(.index) div.footer {
  background-image: none;
  background-color: #fff;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  position: relative;
  text-align: center;
  width: 100%;
}
.breadcrumb a {
  color: #00afd8;
  font-weight: 700;
  font-size: 15px;
  font-family: 'Lato', sans-serif;
}
.breadcrumb span {
  opacity: 0.8;
  color: #a0a0a2;
  font-weight: 700;
  font-size: 15px;
}
body.product span.current_price {
  font-family: 'Lato', sans-serif;
  font-size: 21px;
  font-weight: 400;
  color: #fff;
  opacity: 0.8;
}
form.product_form label {
  font-size: 16px;
  font-weight: 700;
  font-family: 'Lato', sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
form.product_form .select select {
  min-width: 250px;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  padding: 10px;
}
body.product .flexslider.product_gallery.product_slider .flex-control-nav {
  bottom: 0px;
  position: relative;
  right: 0;
  text-align: center;
  width: auto;
  z-index: 10;
}
body.cart .header div.header_border {
  border: none;
}
.checkout_table_header {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 10px;
}
.checkout_table_header h1,
.checkout_table_header h2,
.checkout_table_header h3,
.checkout_table_header h4,
.checkout_table_header h5,
.checkout_table_header h6 {
  border: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.checkout_table_header h1 {
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  font-size: 30px;
}
.checkout_table_header h4 {
  font-size: 15px;
  line-height: 35px;
}
ul.cart_item_list {
  padding-top: 20px;
}
a.cart_image img {
  border-radius: 4px;
  -webkit-border-radius: 4px;
}
p.cart-product-title a {
  color: #000;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 900;
}
p.cart-product-title {
  margin-bottom: 0px;
}
p.cart-product-variant-title {
  font-size: 15px;
  font-weight: 400;
  font-family: 'Lato', sans-serif;
  color: #a0a0a2;
  line-height: 20px;
}
li.cart-single-item {
  display: inline-block;
  margin-bottom: 20px;
}
a#size-chart-trigger {
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 700;
  padding-left: 0px;
}
#size-chart {
  border-radius: 4px;
  -webkit-border-radius: 4px;
}
#size-chart table {
  margin-bottom: 0px;
}
/*Responsive Fixes*/
@media only screen and (max-width: 960px) {
  .homepage_product_grid .four.columns:hover {
    width: 220px;
  }
  .productgridcontainer {
    min-height: 310px;
  }
}
@media only screen and (max-width: 768px) {
  .subtotal {
    text-align: left;
  }
}
@media only screen and (max-width: 480px) {
  ul.nav_buttons .button_label {
    display: initial !important;
  }
  .container .thumbnail.even,
  .container .thumbnail.odd {
    width: 100% !important;
  }
  .container div.thumbnail.odd {
    margin-left: 0px;
  }
}
