/* @group CLEARFIX */
/*
	Assign the class "clearfix" to any  wrapper that needs to clear it's children
	http://nicolasgallagher.com/micro-clearfix-hack/
*/
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

/* @end */
/* @group HELPERS */
.align-center,
.align-centre,
.align-center p,
.align-centre p {
  text-align: center; }

/* @end */
/* @group PRODUCT PAGE */
p.return_link {
  margin-top: 60px;
  font-weight: bold; }

p.return_link a {
  text-decoration: none;
  color: #3a3a3a; }

.product__image-container {
  margin-top: 20px; }

.product__content {
  padding-bottom: 40px; }

/* @end */
@media (max-width: 980px) {
  .product__content {
    padding-bottom: 20px; }

  p.return_link {
    margin-top: 20px;
    text-align: center; } }
/* @group PRODUCT PAGE - THUMBNAILS */
.product__subimage-list .product__subimage-list-item {
  margin: 10px 0 0 10px;
  width: calc(14.285% - 8.571428571428571px);
  display: inline-block; }

.product__subimage-list .product__subimage-list-item:nth-child(7n+1) {
  margin: 10px 0 0; }

/* @end */
/* @group PRODUCT BADGES */
.module-badges {
  with: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-bottom: 20px; }

.module-badges-item {
  flex-basis: calc(33.333% - 10px);
  margin-right: 5px;
  margin-left: 5px; }

.module-badges-caption p {
  color: #3A3A3A; }

.product-template-black .module-badges-caption p {
  color: #ffffff; }

/* @end */
@media (max-width: 980px) {
  .module-badges {
    margin-top: 10px;
    margin-bottom: 10px; }

  .module-badges-item {
    flex-basis: calc(50% - 11px); } }
/* @group COLLECTION SHOP - BANNERS */
.module-banners {
  width: 100%;
  display: block;
  margin: 0 0 20px;
  text-align: center;
  padding: 0; }

.module-banners-item {
  width: 32%;
  display: inline-block;
  padding: 0;
  margin: 0; }

.module-banners-item img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
  padding: 0; }

/* @end */
@media only screen and (max-width: 749px) {
  .module-banners-item {
    width: 100%;
    display: block;
    padding: 5px 0; } }
/* @group COLLECTION SHOP */
.custom-page-width {
  width: calc(100% - 200px);
  margin-right: 100px;
  margin-left: 100px;
  padding-top: 20px; }

.collection_wrapper {
  border-top: 2px solid #ddd;
  padding-top: 40px;
  padding-bottom: 40px; }

.collection_wrapper h3 {
  font-size: 30px; }

.custom_product_item {
  width: 50%;
  display: inline-block;
  float: left;
  text-align: center; }

.custom_product_item {
  width: calc(50% - 10px);
  display: inline-block;
  float: left;
  margin-right: 5px;
  margin-left: 5px; }

a.custom_featured_product_link {
  display: block; }

.custom_product_details {
  background-color: #faf9f6;
  position: relative;
  margin-bottom: 10px;
  padding: 10px; }

.custom_product_details h3.card__name.h4 {
  font-size: 16px;
  font-weight: 700; }

.custom_product_details div.card__price {
  font-size: 16px;
  font-weight: 700;
  color: black; }

.custom_product_details div.card__availability {
  font-size: 16px;
  font-weight: 700; }

/* @end */
@media (max-width: 980px) {
  .custom-page-width {
    width: 100%;
    margin-right: 0;
    margin-left: 0; }

  .collection_wrapper {
    padding-top: 20px;
    padding-bottom: 20px; }

  .collection_wrapper h3 {
    font-size: 24px; }

  .custom_product_item {
    width: calc(50% - 5px);
    margin-right: 2.5px;
    margin-left: 2.5px; }

  .custom_product_details {
    margin-bottom: 5px;
    padding: 5px; }

  .custom_product_details h3.card__name.h4 {
    font-size: 14px; }

  .custom_product_details div.card__availability,
  .custom_product_details div.card__price {
    font-size: 14px; } }
/* @group PRODUCT REVIEWS */
span.stamped-badge-caption {
  color: black; }

.stamped-photos-carousel {
  display: none !important; }

/* @end */
/* @group PRODUCT PAGE - STRIP IMAGE */
.strip-image {
  width: 100%;
  display: block;
  margin-bottom: 10px; }

.strip-image img {
  width: 100%; }

/* @end */
/* @group FONTS - ALL BLACKS */
@font-face {
  font-family: "NZ-Rugby-Chisel-Bold";
  src: url(" //cdn.shopify.com/s/files/1/1234/5790/t/25/assets/NZ-Rugby-Chisel-Bold.otf?v=13655866399022800098 ");
  font-weight: normal;
  font-style: normal; }

.product-template-black h1.product__title.h2 {
  font-family: "NZ-Rugby-Chisel-Bold"; }

.product-template-black .product__description.rte h1,
.product-template-black .product__description.rte h2,
.product-template-black .product__description.rte h3,
.product-template-black .product__description.rte h4,
.product-template-black .product__description.rte h5,
.product-template-black .product__description.rte h6 {
  font-family: "NZ-Rugby-Chisel-Bold"; }

/* @end */
/* @group PRODUCT - DESCRIPTIONS */
/* @end */
@media only screen and (max-width: 749px) {
  .product__description {
    margin-top: 30px;
    text-align: center; } }
/* @group VIDEO SLIDE */
.product-slideshow__slide-image-wrapper.video-slide {
  text-align: center; }

.product-slideshow__slide-image-wrapper.video-slide video {
  max-height: 80%; }

/* @end */
@media only screen and (max-width: 749px) {
  .product-slideshow__slide-image-wrapper.video-slide video {
    max-width: 90%; } }
