f.subscription-collection-slider {
  margin-bottom: 10px;
}

.video-blocks {
  overflow: auto;
}

.video-blocks .video {
  box-sizing: border-box;
  width: 50%;
}

.video-blocks .video-left {
  padding-right: 10px;
  float: left;
}

.video-blocks .video-right {
  padding-left: 10px;
  float: right;
}

body,
body a {
  text-transform: none;
}

body {
  position: relative;
}

.wrapper-container {
  position: absolute;
  width: 100%;
  overflow-x: hidden;
}

h1,
h1 a,
h2,
h2 a,
h3,
h3 a,
h4,
h4 a,
h5,
h5 a,
h6,
h6 a {
  letter-spacing: 0;
  font-weight: normal;
  text-transform: uppercase;
}




h2,
h2 a {
  color: #000000; 
}





h4,
h4 a {
  color: #000000; 
}






input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
  padding: 5px 9px;
  color: #717171;
  font-family:'proxima-nova', sans-serif;;
  font-size: 12px;
  font-weight: 400;
  text-transform: none;
  background-color: #333333;
  border: 0 solid #f2f2f2;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
       -o-border-radius: 0;
          border-radius: 0;
}

select {
  -webkit-appearance: none;
  padding-right: 24px;
  
  background-image: url(//cdn.shopify.com/s/files/1/0279/2359/t/4/assets/select-arrow-for-light.png?1481580169552655724);
  background-repeat: no-repeat !important;
  background-position: right center !important;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, .025);
  
}

select:focus {
  
  outline: 1px solid rgba(0, 0, 0, .05);
  
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
  border: 0 solid #f2f2f2;
  color: #717171;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  color: #717171;
  font-family:'proxima-nova', sans-serif;;
  font-size: 13px;
  background: #333333;
  border: 1px solid #414042;
  opacity: 1;
  padding: 8px 14px;
  text-shadow: none;
  text-transform: none;
  transition: opacity .2s;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
       -o-border-radius: 0;
          border-radius: 0;
}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  color: #717171;
  background: #333333;
  border: 1px solid #414042;
  opacity: .85;
  text-shadow: none;
  text-shadow: none;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
       -o-border-radius: 0;
          border-radius: 0;
}


.button.disabled,
button.disabled,
input[type="submit"].disabled,
input[type="reset"].disabled,
input[type="button"].disabled,
.button.disabled:hover,
button.disabled:hover,
input[type="submit"].disabled:hover,
input[type="reset"].disabled:hover,
input[type="button"].disabled:hover {
  cursor: default;
  opacity: .5;
}

body a:hover,
body a:focus {
  text-decoration: none;
}

body ul#nav a:hover,
body ul#nav a:focus {
  text-decoration: none;
}
  
/* General classes
================================================== */

.group:after {
  content: "";
  display: table;
  clear: both;
}

.col-1-3 {
  float: left;
  width: 33.33333%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
       -o-box-sizing: border-box;
          box-sizing: border-box;
}

.middle--outer {
  display: table;
  width: 100%;
  height: 100%;
}

.middle--inner {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.link-icon {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.out-of-stock,
.limited-quantity {
  color: #999999;
}

body .sterile-text.sterile-text {
  text-transform: none;
}

table.reset-style td,
table.reset-style th {
  
}

table.reset-style th {
  background: transparent;
  
  background: rgba(0, 0, 0, .125);
  
  color: inherit;
}

table.reset-style tr:nth-of-type(odd) {
  background: transparent;
  
  background: rgba(0, 0, 0, .1);
  
  color: inherit;
}

table.reset-style tr:nth-of-type(odd) a {
  color: #999999;
}

.no-margin-p p {
  margin-bottom: 0;
}

/* IDs
================================================== */

#wrapper {
  margin-top: 0;
}

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

#header {
  padding: 0;
  
  margin-bottom: 18px;
  
}

#header .bg {
  position: absolute;
  left: -9999px;
  right: -99999px;
  top: 0;
  bottom: 0;
  background: url(//cdn.shopify.com/s/files/1/0279/2359/t/4/assets/Reach_Header_New.jpg?1481580169552655724) repeat-x;
  z-index: 1;
}

#header #logo {
  position: relative;
  z-index: 2;
}

/* Cart */

.cart-container {
  margin-left: auto;
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
  width: 300px;
}

.fb-social-icons {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 130px;
}

.fb-social-icons li {
  float: left;
  margin-left: 6px;
  margin-top: 8px;
  margin-bottom: 0;
  margin-right: 0;
}

.fb-social-icons li:first-child {
  margin-left: 0;
}

.fb-social-icons a {
  display: block;
  background-image: url(//cdn.shopify.com/s/files/1/0279/2359/t/4/assets/fullbleed-social-icons.png?1481580169552655724);
  background-repeat: no-repeat;
  background-size: auto 20px;
  background-position: 0 0;
  width: 20px;
  height: 20px;
  text-indent: 100%;
  overflow: hidden;
  position: relative;
  z-index: 9;
}

.fb-social-icons li.twitter a {
  background-position: -20px 0;
}

.fb-social-icons li.tumblr a {
  background-position: -40px 0;
}

.fb-social-icons li.pinterest a {
  background-position: -60px 0;
}

.dummy-cart-box {
  height: 35px;
  margin-bottom: 10px;
}

.cart-box {
  display: inline-block;
  margin-bottom: 10px;
  background: #3a3a3a;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99999;
}

.cart-box.open {
  margin-bottom: 0;
  left: 0;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, .2);
     -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, .2);
       -o-box-shadow: 0 1px 6px rgba(0, 0, 0, .2);
          box-shadow: 0 1px 6px rgba(0, 0, 0, .2);
}

.cart-box .cart-contents,
.cart-box .cart-account-info {
  display: none;
}

.cart-box.open .cart-contents,
.cart-box.open .cart-account-info {
  display: block;
}

.cart-box.open #cart {
  cursor: default;
}

.cart-account-info {
  position: absolute;
  left: 18px;
  top: 8px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.cart-account-info li {
  float: left;
  margin-bottom: 0;
}

.cart-account-info li,
.cart-account-info li a {
  color: #ffffff;
  font-family: 'proxima-nova', sans-serif;;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}

.cart-account-info li:before {
  content: "|";
  padding: 0 10px;
}

.cart-account-info li:first-child:before {
  content: none;
}

ul#cart {
  display: inline-block;
  margin-bottom: 0;
  padding: 8px 18px;
  cursor: pointer;
}

ul#cart .cart__link {
  text-decoration: none;
}

ul#cart li {
  display: inline-block;
  margin: 0;
  border-left: 1px solid #959595;
  padding-left: 7px;
  margin-left: 6px;
}

ul#cart li:first-child {
  border-left: 0;
  padding-left: 0;
  margin-left: 0;
}

#cart li a {
  color: #ffffff;
  font-family: 'proxima-nova', sans-serif;;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}

#cart li a.cart__merchline-link {
  background-image: url(//cdn.shopify.com/s/files/1/0279/2359/t/4/assets/merchline-logo-white-16@1x.png?1481580169552655724);
  background-position: 0 0;
  background-size: 16px 16px;
  display: inline-block;
  width: 16px;
  height: 16px;
}

/* Mini Cart */

ul#cart .cart__heading-text,
.cart-account-info li a.cart__heading-text {
  font-family: 'proxima-nova', sans-serif;;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
}

.cart-contents {
  padding: 18px;
  text-align: left;
}

.cart-contents,
.cart-contents a,
.cart-contents a:hover {
  color: #ffffff;
}

.cart-contents__title,
.cart-contents__subtotal {
  color: #ffffff;
  padding: 14px 0;
  position: relative;
  border: 1px dotted #dadada;
  border-left: 0;
  border-right: 0;
}

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

.cart-contents__title .close {
  background: white;
  border-radius: 7px;
  display: block;
  font-size: 8px;
  text-align: center;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -7px;
  width: 14px;
  height: 14px;
  line-height: 14px;
}

.cart-contents__title .close:hover {
  text-decoration: none;
}

.cart-contents__subtotal .label {
  float: left;  
}

.cart-contents__subtotal .price {
  color: white;
  font-weight: bold;
  float: right;  
}

.cart-contents__products {
  height: 242px;
  overflow: auto;
  margin: 2px 0;
  margin-bottom: 0;
  outline: none;
}

.cart-contents__products.empty {
  margin-top: 20px;
  text-align: center;
}

.cart-contents__product {
  margin: 0;
  margin-top: 14px;
  padding-top: 14px;
  position: relative;
  border-top: 1px dotted #dadada;
}

.cart-contents__product:first-child {
  border-top: 0;
  margin-top: 0;
}

.cart-contents__product:last-child {
  padding-bottom: 14px;
}

.cart-contents__product .thumb {
  float: left;
  width: 60px;
  height: auto;
}

.cart-contents__product .content {
  margin-left: 74px;
}

.cart-contents__product .bottom {
  margin-top: 14px;
  text-align: right;
}

.cart-contents__product .title {
  line-height: 1.2;
}

.cart-contents__product .price,
.cart-contents__product .title,
.cart-contents__product .title a {
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}

.cart-contents__product .title a:hover {
  text-decoration: none;
}

.cart-contents__product .qty-line {
  height: 20px;
  line-height: 20px;
}

.cart-contents__product .qty {
  float: left;
  font-style: italic;
}

.cart-contents__product .price {
  float: right;
}

.cart-contents__product .remove {
  display: inline-block;
}

.cart-contents__action {
  margin-top: 14px;
}

.cart-contents__action .button,
.cart-contents__action .button:hover {
  color: #222;
}

.cart-contents__action .button {
  border: none;
  background-color: #ffffff;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

.cart-contents__action .button.first {
  width: 264px;
}

.cart-contents__action .button.second {
  width: 97px;
}

.cart-contents__action .button:hover {
  text-decoration: none;
}

.cart-contents .jspDrag {
  background: #757575;
}

.cart-contents .jspTrack {
  background: #1b1b1b;
}

.cart-contents .jspVerticalBar {
  width: 6px;
}

/* Logo */

#logo {
  margin-top: 0;
}

#logo > h1 {
  font-size: 0;
  margin-bottom: 0;
}

.logo__link {
  display: inline-block;
  max-width: 100%;
}

img.logo__image {
  display: block;
  width: 100%;
}

.logo__link--text {
  font-size: 44px;
}

.logo__link,
img.logo__image {
}

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

#navigation {
  border-top: 0 solid #dadada;
  border-bottom: 0 solid #dadada;
  border-left: 0;
  border-right: 0;
  text-align: center;
  padding: 18px 0;
  position: relative;
  letter-spacing: 0px;
}

#navigation .bg {
  position: absolute;
  left: -9999px;
  right: -99999px;
  top: 0;
  bottom: 0;
  background: #ffffff;
  z-index: 1;
}

ul#nav {
  display: inline-block;
  height: auto;
  
}

ul#nav > li {
  margin-bottom: 0;
  margin-left: 20px;

}

ul#nav > li:first-child {
  margin-left: 0;
}

ul#nav > li > a {
  line-height: 1;
  padding: 0;
}

ul#nav > li > a.active {
  color: #999999;
  font-weight: bold;
}



#navigation nav > select {
  margin-bottom: 0;
  position: relative;
  z-index: 3;
}

/* Search */

#search.above {
  position: relative;
  top: auto;
}

#search.above .search-button {
  position: absolute;
  top: 7px;
  right: 5px;
  left: auto;
}

#search {
  top: 9px;
  z-index: 2;
}

#search form {
  display: inline-block;
}

#search form,
#search .search-field {
  margin-bottom: 0;
}

#search .search-field {
  padding: 3px 9px;
  width: 128px;
}

#search .search__icon {
  
  background-image: url(//cdn.shopify.com/s/files/1/0279/2359/t/4/assets/search-icon.png?1481580169552655724);
  
  background-position: center center;
  background-size: 16px;

  display: block;
  width: 16px;
  height: 16px;
  
  position: relative;
  top: -4px;
  opacity: .4;
  
  transition: opacity .2s;
}

#search .search__icon:hover {
  opacity: .6;  
}

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

.footer-wrapper {
  padding-top: 80px;
}

.footer__logo {
  display: inline-block;
  
  background-image: url(//cdn.shopify.com/s/files/1/0279/2359/t/4/assets/merchline_footer_new.png?1481580169552655724);
  
  background-size: 40px 40px;
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  position: relative;
  top: -7px; /* Even out the type with the rest of the headings on the footer */
}

.to-top {
  position: absolute;
  top: -54px;
  right: 10px;
  width: 28px;
  height: 28px;
  border: 4px solid #cdcdcd;
  opacity: .7;
  transition: opacity .2s;
}

.to-top:hover {
  opacity: 1;
}

.to-top:after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  
  margin-top: -4px;
  margin-left: -4px;
  
  width: 0; 
  height: 0; 
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  
  border-bottom: 7px solid #575757;
}

.footer__links-container {
  display: inline-block;
}

.footer__links-left {
  float: left;
}

.footer__links-right {
  float: left;
  margin-left: 50px;
}

.footer__newsletter {
  text-align: right;
}

.footer__newsletter-container {
  display: inline-block;
  text-align: left;
}

.footer__divide {
  margin: 0;
  border-width: 0px 0 0;
}

#mc_embed_signup {
  margin-top: 0;
}

#mce-EMAIL {
  background-color: #333333;
  width: 162px;
  height: 29px;
  padding-top: 0;
  padding-bottom: 0;
}

#close,
#close-right {
  padding-top: 18px;
}

#close img {
  margin-bottom: 0;
}

ul#big-footer h4 {
  margin-bottom: 10px;
}

ul#big-footer li {
  margin-top: 0;
  margin-bottom: 0;
}

ul#big-footer li:first-child {
  margin-top: 0;
}

#mc-embedded-subscribe {
  margin-right: 0;
  color: #777777;
  background: transparent;
  border: 1px solid #414042;
}

#mc-embedded-subscribe:hover {
  margin-right: 0;
  color: #aaaaaa;
  background: #58595b;
  border: 1px solid #58595b;
}

/* Collection Pages
================================================== */

#homepage1 {
  margin-top: 10px;
}

.container .collectionlist .four.columns {
  width: 25%;
}

.container .collectionlist .one-third.column {
  width: 33.333333%;
}

.container .collectionlist .eight.columns {
  width: 50%;
}

ul#two-column-collectionlist li,
ul#three-column-collectionlist li,
ul#four-column-collectionlist li {
  margin-bottom: 2px;
  padding-right: 1px;
  padding-left: 1px;
  margin-left: 0;
  margin-right: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
       -o-box-sizing: border-box;
          box-sizing: border-box;
}

ul#four-column-collectionlist li:nth-child(4n+1) {
  padding-left: 0;
}

ul#four-column-collectionlist li:nth-child(4n+4) {
  padding-right: 0;
}

.subscription-collectionlist {
  margin-top: 20px;
}

.hover-card {
  
  background: white;
  background: rgba(255, 255, 255, .9);
  
  display: block;
  cursor: pointer;
  
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  opacity: 0;
  
  font-family: 'proxima-nova', sans-serif;;
  text-align: center;
  
  -webkit-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
  
  -webkit-transition: opacity 250ms ease-in-out;
     -moz-transition: opacity 250ms ease-in-out;
       -o-transition: opacity 250ms ease-in-out;
          transition: opacity 250ms ease-in-out;
}

.hover-card.subscription .product-title {
  margin: 0;
  padding: 0;
  font-size: 60px;
  font-weight: 600;
  line-height: 1;
  text-rendering: optimizeLegibility;
  border-bottom-width: 3px;
}

.hover-card .collection-products {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.hover-card .product-title {
  display: inline-block;
  
  color: #575757;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  
  padding: 4px;
  padding-top: 0;
  padding-bottom: 6px;
  margin-bottom: 8px;
  border-bottom: 2px solid #575757;
  max-width: 75%;
}

.hover-card .product-price {
  margin-bottom: 18px;
}

.hover-card .product-price span {
  color: #575757;
  font-size: 14px;
  font-weight: 100;
  font-style: normal;
  text-transform: none;
}

.hover-card .buy-now {
  display: inline-block;
  line-height: 1;
  
  color: #575757;
  font-family: 'proxima-nova', sans-serif;;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  
  border: 1px solid #575757;
  padding: 10px 14px;
  -webkit-transition: all 250ms ease-in-out;
     -moz-transition: all 250ms ease-in-out;
       -o-transition: all 250ms ease-in-out;
          transition: all 250ms ease-in-out;
}

.hover-card .buy-now:hover {
  text-decoration: none;
  background: #575757;
  
  color: white;
  color: rgba(255, 255, 255, .9);
  
}

.collectionitem.hover .hover-card,
.collectionitem:hover .hover-card {
  opacity: 1;
}

.collectionitem.hover .hover-card {
  display: block !important;
}

.column-collection-image {
  margin-bottom: 0px;
  position: relative;
}

.collection-products {
  text-align: left;
  font-size: 11px;
  line-height: 1.6;
}

.collection-products > a {
  color: #737373;
}

.collection-products > a span {
  color: #a3a3a3;
  font-size: 10px;
}

.collection-product-indicator {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  padding: 18px 10px;
  z-index: 3;
  
  
  bottom: 0;
  
  
  text-transform: uppercase;
  
  font-family: 'proxima-nova', sans-serif;;
  font-size: 20px;
  font-weight: 700;
}

.collection-product-indicator--sale {
  color: #ffffff;
}

.collection-product-indicator--sold {
  color: #545454;
}

.collection-product-indicator--sale:after,
.collection-product-indicator--sold:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
  
.collection-product-indicator--sale:after {
  background-color: #2aadc7;
  opacity: .7;
}

.collection-product-indicator--sold:after {
  background-color: #c2c2c2;
  opacity: .6;
}

.column-collection-image img {
  display: block;
}

.collection-description {
  margin-top: 0;
}

/* Product Page
================================================== */

.desc {
  border-bottom: 0;
  padding-top: 20px;
}

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

#product-description {
  margin-top: 0;
}

.add--single {
  margin-top: 18px;
}

.product-description__breadcrumb #breadcrumb {
  text-align: left;
}

.product-description__variants {
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
}

.product-description__form {
  margin-bottom: 0;
}

.what-is-it {
  margin-top: 18px;
  margin-bottom: 0;
}

#product-description h1 {
  border-bottom: 0;
  margin-bottom: 20px;
}

#product-price {
  font-size: 18px;
  margin-bottom: 0;
}

#soc {
  margin-top: 20px;
}

.kkf-product-variant-list {
  display: table;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 0;
}

.kkf-product-variant-list__item {
  line-height: 1;
  margin-bottom: 0;
  border-top: 1px solid #dadada;
  display: table-row;
}

.kkf-product-variant-list__item .subscription-select {
  width: 170px;
  margin-bottom: 0;
  margin-right: 0;
}

.kkf-product-variant-list__item .subscribe-now.disabled {
  opacity: .65;
}

.kkf-product-variant-list__item:nth-of-type(odd) {
  background: transparent;
  color: inherit;
}

.kkf-product-variant-list__item:first-child {
  border-top: 0;
}

.kkf-product-variant-list__item.selected {
  background: #ccc;
}

.kkf-product-variant-list__item__cell {
  display: table-cell;
  padding: 12px 0;
  border: 0;
  text-align: center;
  vertical-align: middle;
  line-height: 1.2;
}

.kkf-product-variant-list__item__cell--title {
  text-align: left;
}

.kkf-product-variant-list__item__cell--notice {
  font-style: italic;
}

.kkf-product-variant-list__item__cell--button {
  text-align: right;
}

.kkf-product-variant-list__item__cell--button button {
  margin: 0;
}

.kkf-product-variant-list__item__cell--button button.notify {
  background-color: #9c9c9c;
  color: #575757;
}

.desc {
  border-top: 0 solid #dadada;
}

.accordion li:first-child {
  border-top: 0;
}

.product-description__tabs .keys {
  border-bottom: 1px solid #d6d6d6;
  padding-left: 4px;
  margin-bottom: 0;
}

.product-description__tabs .keys > li {
  float: left;
  margin-left: 0px;
  margin-bottom: 0;
}

.product-description__tabs .keys > li:first-child {
  margin-left: 0;
}

.product-description__tabs .keys > li {
  cursor: pointer;
}

.product-description__tabs .keys > li a {
  background: #f0f0f0;
  border: 1px solid #d6d6d6;
  border-bottom: 0;
  display: block;
  padding: 6px 14px;
  position: relative;
  top: 4px;
  
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  color: #575757;
    
  font-family: 'proxima-nova', sans-serif;;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.product-description__tabs .keys > li.selected a {
  background: #ffffff;
  color: #575757;
  padding-top: 8px;
  padding-bottom: 8px;
  top: 1px;
}

.product-description__tabs .keys > li a:hover {
  padding-top: 8px;
  padding-bottom: 7px;
  top: 1px;
  text-decoration: none;
}

.product-description__tabs .keys > li.selected a:hover {
  padding-bottom: 8px;
}

.product-description__tabs .keys > li h4 {
  margin-bottom: 0;
}

.product-description__tabs .values {
  margin-top: 20px;
}

/* Product Zoom
================================================== */
#product-photo-container {
  position: relative;
}

#product-photo-container a {
  display: inline-block;
  position: relative;
}

#product-photo-container img {
  width: 100%;
}

.product-photo-container__zoom-label {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.product-photo-container__zoom-label .label {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -33px;
  margin-left: -33px;
  opacity: 0;

  width: 66px;
  height: 66px;
  
  background-color: black;
  background-color: rgba(0, 0, 0, .75);
  
  border-radius: 3px;
  
  -webkit-transition: opacity .3s;
     -moz-transition: opacity .3s;
      -ms-transition: opacity .3s;
       -o-transition: opacity .3s;
  		  transition: opacity .3s;
}

.product-photo-container__zoom-label.hover .label {
  opacity: 1;
}

.product-photo-container__zoom-label .label:after {
  content: "";
  
  background-image: url(//cdn.shopify.com/s/files/1/0279/2359/t/4/assets/zoom-icon.png?1481580169552655724);
  background-repeat: no-repeat;
  background-size: 24px;
  
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -12px;
  
  width: 24px;
  height: 24px;
}

@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
  .product-photo-container__zoom-label .label:after {
    background-image: url(//cdn.shopify.com/s/files/1/0279/2359/t/4/assets/zoom-icon_2x.png?1481580169552655724);
  }
}

.product-zoom--enhanced {
  background: url(//cdn.shopify.com/s/files/1/0279/2359/t/4/assets/bg-black-65.png?1481580169552655724);
  background: rgba(0, 0, 0, .65);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  padding: 0px 72px;
  text-align: center;
}

.product-zoom--enhanced__container {
  display: inline-block;
  position: relative;
}

.product-zoom--enhanced__loading {
  background-image: url(//cdn.shopify.com/s/files/1/0279/2359/t/4/assets/load.gif?1481580169552655724);
  background-position: center center;
  background-repeat: no-repeat;
  width: 240px;
  height: 240px;
  opacity: .5;
}

.product-zoom--enhanced__image--master {
  width: auto;
  height: auto;
}

.product-zoom--enhanced__sidebar {
  position: absolute;
  top: 0;
  right: -77px;
  width: 72px;
}

a.product-zoom--enhanced__close {
  display: block;
  color: #eee;
  font-size: 10px;
  padding: 10px;
  background: #555;
  background: rgba(50, 50, 50, .8);
  color: #eee;
}

a.product-zoom--enhanced__close:hover,
a.product-zoom--enhanced__close:focus,
a.product-zoom--enhanced__close:active {
  text-decoration: none;
}

.product-zoom--enhanced__images-container--secondary {
  margin-bottom: 0;
}

.product-zoom--enhanced__thumbnail-container {
  margin-top: 5px;
  margin-bottom: 0;
}

.product-zoom--enhanced__thumbnail-link {
  display: block;
}

.product-zoom--enhanced__thumbnail {
  display: block;
  width: 100%;
  height: auto;
}

button.notify.selected {
  background: #626262;
  opacity: 1;
  border-bottom-width: 0;
  position: relative;
  z-index: 999999;
}

button.notify.notified {
  font-style: italic;
}

.notify-me {
  background: #626262;
  border: 1px solid #414042;
  padding: 14px;
  position: absolute;
  z-index: 99999;
  max-width: 266px;
}

.notify-me form {
  margin-bottom: 0;
  margin-top: 0;
}

.notify-me .notify-me__status,
.notify-me .notify-me__text {
  color: #ffffff;
  margin-bottom: 0;
  text-transform: none;
  line-height: 1.4;
}

.notify-me .notify-me__text {
  margin-bottom: 18px;
}

.notify-me .notify-me__status {
  margin-top: 0;
}

.notify-me .notify-me__submit,
.notify-me .notify-me__submit:hover,
.notify-me .notify-me__submit:focus,
.notify-me .notify-me__submit:active {
  color: #ffffff;
  float: left;
  margin: 0;
  margin-left: 8px;
  background: #000000;
  border: 0 solid #cccccc;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
       -o-border-radius: 0;
          border-radius: 0;
}

.notify-me .notify-me__email {
  float: left;
  margin-bottom: 0;
  width: 180px;
  min-height: 29px;
  box-sizing: border-box;
}

#recent {
  border-top: 1px solid #dadada;
}

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

#basket-right h3 {
  padding: 25px 0;
  margin-bottom: 0;
}

#shipping-calculator h3 {
  margin-bottom: 16px;
}

#calculatorContainer {
  float: left;
}

#wrapper-request {
  
 
}

#wrapper-response {
  color: #999999;
  float: left;
  margin-left: 48px;
  width: 280px;
}

#shipping-rates {
  list-style-type: disc;
  padding-left: 24px;
}

#shipping-rates li {
  margin: 0;
  margin-top: 4px;
}

#shipping-rates li:first-child {
  margin-top: 0;
}

#basket {
  border-collapse: collapse;
  border-bottom: 1px solid #000000;
}

#basket td {
  border: 0;
  vertical-align: middle;
}

#basket tr {
  border-top: 1px solid #000000;
}

#basket tr:nth-of-type(odd) a {
  color: #999999;
}

#basket tr:nth-of-type(odd) {
  background: transparent;
  color: #000000;
}

#basket .img {
  padding: 18px 0;
}

#basket .img img {
  height: 110px;
  width: auto;
}

#basket .price,
#basket .qty,
#basket .subtotal {
  text-align: center;
}

#basket .remove {
  text-align: right;
}

#basket .qty label {
  float: left;
  padding-right: 4px;
}

#basket .qty input {
  display: inline-block;
}

#basket .price del {
  display: inline-block;
  padding-top: 6px;
}

#basket .remove a {
  display: inline-block;
  padding-top: 16px;
  position: relative;
}

#basket .remove a:before {
  content: "x";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -4px;
}

/* Customer Account
================================================== */

#customer-login-page {
  margin-left: -40px;
}

#customer-login-page .col-1-3 {
  padding-left: 40px;
}

#admin_header {
  margin-bottom: 20px;
}

#order_address {
  margin-top: 10px;
}

#order_payment,
#order_shipping {
  float: left;
  width: 50%;
}

table.customer_address_table {
  background: #ffffff;
  position: relative;
  z-index: 1200;
}

table.customer_address_table tr:nth-of-type(odd) {
  background: transparent;
}

table.customer_address_table td {
  padding: 3px;
}

table.customer_address_table td.label {
  min-width: 100px;
  vertical-align: middle;
}

table.customer_address_table input[type="text"],
table.customer_address_table input[type="password"],
table.customer_address_table input[type="email"],
table.customer_address_table textarea,
table.customer_address_table select {
  margin-bottom: 0;
}

#address_form_new table.customer_address_table td.label {
  width: 120px;
}

/* Module Box
   
   This guy is found on the customer pages as well as the
   shipping calculate on the Cart page.
================================================== */

.module-box label {
  margin-bottom: 4px;
}

.module-box input[type="text"],
.module-box input[type="email"],
.module-box input[type="password"],
.module-box select {
  background-color: #333333;
  width: 100%;
  font-size: 12px;
  padding: 6px 8px;
  margin-bottom: 16px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
       -o-box-sizing: border-box;
          box-sizing: border-box;
}

.module-box select {
  padding-right: 23px;
}

.module-box .action_bottom .btn {
  margin: 0;
  margin-right: 4px;
}

.module-box .template_header {
  margin-bottom: 24px;
}

.module-box .errors li {
  color: #900;
}

/* Responsive Action
================================================== */

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  #cart li a.cart__merchline-link {
    background-image: url(//cdn.shopify.com/s/files/1/0279/2359/t/4/assets/merchline-logo-white-16@2x.png?1481580169552655724);
  }
  .footer__logo {
    
    background-image: url(//cdn.shopify.com/s/files/1/0279/2359/t/4/assets/merchline_footer_new?1481580169552655724);
    
  }
  .footer__logo__rivals {
    
    background-image: url(//cdn.shopify.com/s/files/1/0279/2359/t/4/assets/rivals_footer.png?1481580169552655724);
    
  }
}

@media only screen and (max-width: 959px) {
  #mc-embedded-subscribe {
    display: block;
  }
}

@media only screen and (max-width: 959px) and (min-width: 768px) {
  
  .product-description__variants.subscription .kkf-product-variant-list {
    display: block;
  }
  .product-description__variants.subscription .kkf-product-variant-list__item {
    display: block;
  }
  .product-description__variants.subscription .kkf-product-variant-list__item__cell {
    display: block;
    float: left;
  }
  .product-description__variants.subscription .kkf-product-variant-list__item__cell--title {
    float: left;
    text-align: left;
    width: 55%;
  }
  .product-description__variants.subscription .kkf-product-variant-list__item__cell--notice {
    float: left;
    margin-left: 0;
  }
  .product-description__variants.subscription .kkf-product-variant-list__item__cell--notice:empty {
    margin-left: 0;
  }
  .product-description__variants.subscription .kkf-product-variant-list__item__cell--price {
    float: right;
    margin-left: 0;
  }
  .product-description__variants.subscription .kkf-product-variant-list__item__cell--button {
    display: block;
    float: none;
    clear: left;
  }
  .product-description__variants.subscription .kkf-product-variant-list__item__cell--button button {
    width: 100%;
  }
  
  ul#nav {
    
  }
  #search .search-field {
    width: 110px;
  }
  ul#nav > li {
    margin-left: 2px;
  }
  ul#big-footer .one-third.column {
    width: auto;
  }
  ul#big-footer .footer__newsletter {
    float: right;
  }
  ul#big-footer .footer__links {
    margin-left: 20px;
  }
}


@media only screen and (max-width: 767px) {
  .video-blocks .video {
    width: auto;
  }
  
  .video-blocks .video-left {
    padding-right: 0;
    margin-bottom: 2px;
    float: none;
  }
  
  .video-blocks .video-right {
    padding-left: 0;
    float: none;
  }
  .container .collectionlist .four.columns {
    width: 100%;
  }
  .container .collectionlist .one-third.column {
    width: 100%;
  }
  .container .collectionlist .eight.columns {
    width: 100%;
  }
  ul#two-column-collectionlist li,
  ul#three-column-collectionlist li,
  ul#four-column-collectionlist li {
    padding-right: 0;
    padding-left: 0;
  }
  .col-1-3 {
    width: 100%;
  }
  .cart-container {
    position: relative;
  	top: auto;
  	right: auto;
    margin-top: 0;
	margin-bottom: 18px;
  }
  #logo {
    text-align: center;
  }
  ul#nav {
	display: none;
  }
  nav.primary select {
    height: auto;
  }
  #wrapper-response {
    margin-left: 0;
  }
  ul#big-footer {
    text-align: center;
  }
  ul#big-footer .footer__links,
  ul#big-footer .footer__newsletter {
    margin-top: 20px;
  }
  ul#big-footer .footer__newsletter {
    text-align: center;
  }
  #mce-EMAIL {
	width: 182px;
  }
  .footer__newsletter-container h4 {
    text-align: center;
  }
  #product-description {
    margin-top: 20px;
  }
  #close,
  #close-right {
  	text-align: center;
  }
}

@media only screen and (max-width: 479px) {
  .product-description__tabs .keys {
    border-bottom: 0;
    padding-left: 0;
  }
  .product-description__tabs .keys > li {
    float: none;
  }
  .product-description__tabs .keys > li a {
    padding: 6px 14px;
    position: relative;
    top: 4px;
  }
  .product-description__tabs .keys > li a:hover {
    padding: 6px 14px;
    position: relative;
    top: 4px;
    text-decoration: none;
  }
  .product-description__tabs .keys > li.selected a {
    padding-top: 8px;
    padding-bottom: 8px;
    top: 4px;
  }
  .product-description__tabs .keys > li.selected a:hover {
    padding-bottom: 8px;
  }
  .kkf-product-variant-list {
    display: block;
  }
  .kkf-product-variant-list__item {
    display: block;
  }
  .kkf-product-variant-list__item__cell {
    display: block;
    float: left;
  }
  .kkf-product-variant-list__item__cell--title {
    float: left;
    text-align: left;
    width: 55%;
  }
  .kkf-product-variant-list__item__cell--notice {
    float: left;
    margin-left: 0;
  }
  .kkf-product-variant-list__item__cell--notice:empty {
    margin-left: 0;
  }
  .kkf-product-variant-list__item__cell--price {
    float: right;
    margin-left: 0;
  }
  .kkf-product-variant-list__item__cell--button {
    display: block;
    float: none;
    clear: left;
  }
  .kkf-product-variant-list__item__cell--button button {
    width: 100%;
  }
  #order_payment,
  #order_shipping {
    float: none;
    width: auto;
  }
}

.dynamic-img {
  max-width: 100%;
}

.footer__logo__rivals {
  display: inline-block;
  
  background-image: url(//cdn.shopify.com/s/files/1/0279/2359/t/4/assets/rivals_footer.png?1481580169552655724);
  
  background-size: 40px 40px;
  background-position: 0 0;
  background-repeat: no-repeat;
  margin-left: 10px;
  width: 40px;
  height: 40px;
  position: relative;
  top: -7px; /* Even out the type with the rest of the headings on the footer */
}


.tg  {
  border-collapse: collapse;
  border-spacing: 0;
  border: 2px solid #333333;
}

.tg td {
  font-family: 'proxima-nova', sans-serif;
  font-size: 12px;
  text-align: center;
  padding: 10px 5px;
  overflow: hidden;
  word-break: normal;
  color: #333333;
}


.tg th {
  font-family: 'proxima-nova', sans-serif;
  font-size: 12px;
  font-weight: normal;
  padding: 10px 5px;
  overflow: hidden;
  word-break: normal;
  color: #333333;
}


.tg .tg-xu4l {
  background-color: #ffffff; 
  color: #333333; 
  text-align: center;
}


.tg .tg-m8j0 {
  background-color: #333333;
  color: #ffffff;
  text-align: center;
  border-bottom: 2px solid #333333;
  border-right: 2px solid #333333;
}


.tg .tg-tdyz {
  background-color :#333333;
  color: #ffffff;
  vertical-align: top;
  border-right:  2px solid #333333;
  
}


.tg .tg-i81m {
  background-color: #ffffff;
  text-align: center;
  vertical-align: top;
  border-top: 2px solid #333333;
}
