/** Shopify CDN: Minification failed

Line 6632:2 Unexpected "{"
Line 6642:3 Unexpected "{"

**/
@charset "UTF-8";
/******************************************************************
Theme Name: Turbo "6.1.2"
Theme URI: https://outofthesandbox.com/collections/turbo-theme
Author: Out of the Sandbox (https://outofthesandbox.com)
Description: Shopify Theme (https://www.shopify.com/&ref=out-of-the-sandbox)
******************************************************************/
/* Table of Contents
==================================================
#Variables
#Mixins
#Helper Classes
#Functions
#Grid/layout
#Reset
#Basic Styles
#Typography
#Links
#Lists
#Menu
#Images
#Placeholders
#Videos
#Buttons
#Tabs
#Accordions
#Forms
#Contact Form
#Newsletter
#Tables
#Misc
#Testimonials
#FAQ Template
#Team Template
#Logo-list
#Gallery Section
#Recently Viewed
#Search autocomplete
#Search page
#Site Styles
#Header
#Currency / Language switcher
#Swatch Styles
#Sidebar
#Plyr
#Flickity
#Password Page
#Account
#Policy pages
#Page Details
#Product Media
#Product Details
#Product Recommendations
#Home page - General
#Home page - Slideshow
#Home page - Search
#Home page - Image with text
#Home page - Divider
#Home page - Quote
#Home page - Rich text and image
#Home page - Featured promotions
#Home page - Featured products
#Home page - Featured collection
#Home page - Image with text overlay
#Home page - Video
#Home page - Newsletter
#Home page - Text column with images
#Font-Face
#Custom Styles */
/* #Variables
================================================== */
/* Responsiveness */
/* The `$breakpoints` list is used to build our media queries.
- You can use these in the media-query mixin.
*/
/* 
 */
/* #Mixins
================================================== */
/* Media query mixin */
/* Responsive Show/Hide Helper */
/* Responsive Text Alignment Helper */
/* #Helper Classes
================================================== */
/* Flexbox */
* {
  box-sizing: border-box;
}
.is-flex {
  display: flex;
}

.is-inline-flex {
  display: inline-flex;
}

.is-align-start,
.is-align-left {
  align-items: flex-start;
}

.is-align-end,
.is-align-right {
  align-items: flex-end;
}

.is-align-self-end,
.is-align-self-right {
  align-self: flex-end;
}

.is-align-baseline {
  align-items: baseline;
}

.is-align-center {
  align-items: center;
}

.is-align-stretch {
  align-items: stretch;
}

.is-justify-start,
.is-justify-left {
  justify-content: flex-start;
}

.is-justify-end,
.is-justify-right {
  justify-content: flex-end;
}

.is-justify-center {
  justify-content: center;
}

.is-justify-space-around {
  justify-content: space-around;
}

.is-justify-space-between {
  justify-content: space-between;
}

.is-flex-nowrap {
  flex-wrap: nowrap;
}

.is-flex-wrap {
  flex-wrap: wrap;
}

.is-flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

.is-flex-row {
  flex-direction: row;
}

.is-flex-row-reverse {
  flex-direction: row-reverse;
}

.is-flex-column {
  flex-direction: column;
}

.is-flex-column-reverse {
  flex-direction: column-reverse;
}

/* Flex position order */
.is-order-aligned-left {
  order: -1;
}
@media only screen and (max-width: 480px) {
  .is-order-aligned-left {
    order: inherit;
  }
}

.is-order-aligned-right {
  order: 1;
}
@media only screen and (max-width: 480px) {
  .is-order-aligned-right {
    order: inherit;
  }
}

/* Padding helpers */
.has-padding-top {
  padding-top: 20px;
}

.has-padding-bottom {
  padding-bottom: 20px;
}

.has-padding-left {
  padding-left: 20px;
}

.has-padding-right {
  padding-right: 20px;
}

.has-padding {
  padding: 20px;
}

/* Margin helpers */
.has-margin-top {
  margin-top: 20px;
}

.has-margin-bottom {
  margin-bottom: 20px;
}

/* Text alignment */
.text-align-center {
  text-align: center;
}

.text-align-left,
.text-align-start {
  text-align: left;
}
.text-align-left h1, .text-align-left h2, .text-align-left h3,
.text-align-left h1.title,
.text-align-left h2.title,
.text-align-left h3.title,
.text-align-start h1,
.text-align-start h2,
.text-align-start h3,
.text-align-start h1.title,
.text-align-start h2.title,
.text-align-start h3.title {
  text-align: left;
}

.text-align-right,
.text-align-end {
  text-align: right;
}
.text-align-right h1, .text-align-right h2, .text-align-right h3,
.text-align-right h1.title,
.text-align-right h2.title,
.text-align-right h3.title,
.text-align-end h1,
.text-align-end h2,
.text-align-end h3,
.text-align-end h1.title,
.text-align-end h2.title,
.text-align-end h3.title {
  text-align: right;
}

/* Visibility */
.is-hidden {
  display: none !important;
}

.is-visible {
  display: block !important;
}

.is-sr-only {
  border: none !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 0.01em !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 0.01em !important;
}

.is-invisible {
  visibility: hidden !important;
}

@media only screen and (min-width: 481px) and (max-width: 960px) {
  .is-hidden-small {
    display: none !important;
  }
}
@media only screen and (min-width: 961px) and (max-width: 1024px) {
  .is-hidden-medium {
    display: none !important;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1400px) {
  .is-hidden-large {
    display: none !important;
  }
}
@media only screen and (max-width: 960px) {
  .is-hidden-mobile-only {
    display: none !important;
  }
}
@media only screen and (min-width: 961px) {
  .is-hidden-desktop-only {
    display: none !important;
  }
}
@media only screen and (min-width: 1401px) {
  .is-hidden-widescreen {
    display: none !important;
  }
}
@media only screen and (max-width: 960px) {
  .is-visible--mobile {
    display: block !important;
  }
}
@media only screen and (max-width: 960px) {
  .is-hidden-offset-mobile-only {
    left: 0 !important;
  }
}
.is-invisible {
  visibility: hidden !important;
}

/* #Functions
================================================== */














/* #Grid/Layout
================================================== */
.index {
  display: flex;
  flex-wrap: wrap;
}

/* Home page sections are set to flex so that half sizes may sit side-by-side */
.index-sections,
.page-blocks {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

/* Controls the width and spacing of each section - the class ".shopify-section" is generated by Shopify and applied to each element (along with unique ID) - uses CSS variables which are set in liquid files */
.shopify-section {
  width: 100%;
}
.shopify-section--rich-text-and-image {
  padding: 20px 0;
}
.featured-link--half {
  box-sizing: border-box;
  text-align: center;
  background-color: #ffffff;
  
}
.featured-link--half img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
}
@media only screen and (max-width: 480px) {
  .featured-link--half img {
    width: 100%;
    max-width: auto;
  }
}
.featured-link--half .info {
  display: inline-block;
  width: 80%;
  margin: 0 auto;
  padding: 20px;
}
.featured-link--half .info.text-align--right {
  text-align: right;
}
.featured-link--half .info.text-align--right .description:before {
  margin-right: 0;
}
.featured-link--half .info.text-align--left .description:before {
  margin-left: 0;
}

/* .page .featured-link--half .collection_title:hover {
    color: initial;
} */
.page-innovative-uses .image-with-text-container.is-flex-row-reverse .featured-link--half.image-with-text__column a.collection_title ,
.page-innovative-uses .image-with-text-container.is-flex-row-reverse .featured-link--half.image-with-text__column a.collection_title:hover {
    color: #101820;
}

.page-new-our-team .collection_title:hover {
    color: #202945;
}

.featured-link--half .collection_title {
  margin-bottom: 15px;
  display: inline-block;
}

.featured-link--half .description {
  position: relative;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
  color: var(--c_white);
}.featured-link--half .description {
  color: #101820;
}/* @media only screen and (max-width: 960px) {
.featured-link--half .description {
font-size: 2vw;
}
} */
@media only screen and (max-width: 480px) {
  .featured-link--half .description {
    font-size: inherit;
  }
}
@media only screen and (min-width: 1401px) {
  .featured-link--half .description {
    font-size: inherit;
  }
}
.featured-link--half .button {
  height: auto;
  background-color: var(--dark_red);
  transition: background-color 0.2s cubic-bezier(0.55, 0.09, 0.68, 0.53), color 0.3s linear, border 0.2s cubic-bezier(0.55, 0.09, 0.68, 0.53);
  /*   padding: 15px 35px; */
  color: var(--c_white) !important;
  font-size: 16px;
  line-height: 1;
  min-width: 246px;
}
@media (max-width: 480px){
  .featured-link--half .button {
    width: 100%;
  }
}
.rich-text__content h2.rich-text__heading {
  font-size: 28px;
  line-height: 34px;
  color: var(--c_blue);
    margin: 0 0 23px;
    font-weight: 700;
    }

.rich-text__content .regular_text, .rich-text__content .featured_text {
  margin-top: 15px;
}

.rich-text__content .regular_text {
  margin: 0;
}

.block__rich_text_and_image {
  padding: 60px 0;
}

.image-with-text-container .featured-link--half .description {
  margin-bottom: 30px;
}

.image-with-text-container .featured-link--half .featured-link--wrap {
  height: 100%;
}

.image-with-text-container .featured-link--half .featured-link--wrap a {
  width: 100%;
}

.image-with-text-container .featured-link--half .featured-link--wrap a .image-element__wrap {
  height: 100%;
  max-width: 100% !important;
}

.image-with-text-container .featured-link--half .featured-link--wrap a .image-element__wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
@media only screen and (max-width: 480px) {
  .shopify-section {
    width: 100% !important;
    padding-left: 0 !important;
    /* Ignores padding set on larger screen sizes */
    padding-right: 0 !important;
    /* Ignores padding set on larger screen sizes */
  }
}
.has-sidebar-option, .section--has-sidebar-option {
  width: 100%;
}
@media only screen and (max-width: 960px){
  .has-sidebar-option {
    width: 100% !important;
  }
}

/* Handles the background color and margins depending on what width has been chosen */
.section {
  max-width: 1200px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.section.is-width-wide {
  width: 100%;
  max-width: none;
}

/* Parent container for column elements - uses flexbox, so this container can be made smaller and the columns will shrink in relation */
.container {
  position: relative;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.container .column,
.container .columns {
  margin-left: calc(20px / 2);
  margin-right: calc(20px / 2);
}

/* Applies flex styling for columns created using Content Creator */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
@media only screen and (max-width: 960px) {
  .row .column,
  .row .columns {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

[class*=offset-by] {
  position: relative;
}

/*================ Build Base Grid Classes ================*/
.hidden {
  display: none;
}

.visible {
  display: block;
}

/* Base Grid */
.one {
  width: calc(6.25% - 20px);
}

.two {
  width: calc(12.5% - 20px);
}

.three {
  width: calc(18.75% - 20px);
}

.four {
  width: calc(25% - 20px);
}

.five {
  width: calc(31.25% - 20px);
}

.six {
  width: calc(37.5% - 20px);
}

.seven {
  width: calc(43.75% - 20px);
}

.eight {
  width: calc(50% - 20px);
}

.nine {
  width: calc(56.25% - 20px);
}

.ten {
  width: calc(62.5% - 20px);
}

.eleven {
  width: calc(68.75% - 20px);
}

.twelve {
  width: calc(75% - 20px);
}

.thirteen {
  width: calc(81.25% - 20px);
}

.fourteen {
  width: calc(87.5% - 20px);
}

.fifteen {
  width: calc(93.75% - 20px);
}

.sixteen {
  width: calc(100% - 20px);
}

/* Whole */
.one-whole {
  width: calc(100% - 20px);
}

/* Halves */
.one-half {
  width: calc(50% - 20px);
}

/* Thirds */
.one-third {
  width: calc(33.3333333333% - 20px);
}

.two-thirds {
  width: calc(66.6666666667% - 20px);
}

/* Fourths */
.one-fourth {
  width: calc(25% - 20px);
}

.two-fourths {
  width: calc(50% - 20px);
}

.three-fourths {
  width: calc(75% - 20px);
}

/* Fifths */
.one-fifth {
  width: calc(20% - 20px);
}

.two-fifths {
  width: calc(40% - 20px);
}

.three-fifths {
  width: calc(60% - 20px);
}

.four-fifths {
  width: calc(80% - 20px);
}

/* Sixths */
.one-sixth {
  width: calc(16.6666666667% - 20px);
}

.two-sixths {
  width: calc(33.3333333333% - 20px);
}

.three-sixths {
  width: calc(50% - 20px);
}

.four-sixths {
  width: calc(66.6666666667% - 20px);
}

.five-sixths {
  width: calc(83.3333333333% - 20px);
}

/* Sevenths */
.one-seventh {
  width: calc(14.2857142857% - 20px);
}

.two-sevenths {
  width: calc(28.5714285714% - 20px);
}

.three-sevenths {
  width: calc(42.8571428571% - 20px);
}

.four-sevenths {
  width: calc(57.1428571429% - 20px);
}

.five-sevenths {
  width: calc(71.4285714286% - 20px);
}

/* Eighths */
.one-eighth {
  width: calc(12.5% - 20px);
}

.two-eighths {
  width: calc(25% - 20px);
}

.three-eighths {
  width: calc(37.5% - 20px);
}

.four-eighths {
  width: calc(50% - 20px);
}

.five-eighths {
  width: calc(62.5% - 20px);
}

.six-eighths {
  width: calc(75% - 20px);
}

.seven-eighths {
  width: calc(87.5% - 20px);
}

/* Tenths */
.one-tenth {
  width: calc(10% - 20px);
}

.two-tenths {
  width: calc(20% - 20px);
}

.three-tenths {
  width: calc(30% - 20px);
}

.four-tenths {
  width: calc(40% - 20px);
}

.five-tenths {
  width: calc(50% - 20px);
}

.six-tenths {
  width: calc(60% - 20px);
}

.seven-tenths {
  width: calc(70% - 20px);
}

.eight-tenths {
  width: calc(80% - 20px);
}

.nine-tenths {
  width: calc(90% - 20px);
}

/* Twelfths */
.one-twelfth {
  width: calc(8.3333333333% - 20px);
}

.two-twelfths {
  width: calc(16.6666666667% - 20px);
}

.three-twelfths {
  width: calc(25% - 20px);
}

.four-twelfths {
  width: calc(33.3333333333% - 20px);
}

.five-twelfths {
  width: calc(41.6666666667% - 20px);
}

.six-twelfths {
  width: calc(50% - 20px);
}

.seven-twelfths {
  width: calc(58.3333333333% - 20px);
}

.eight-twelfths {
  width: calc(66.6666666667% - 20px);
}

.nine-twelfths {
  width: calc(75% - 20px);
}

.ten-twelfths {
  width: calc(83.3333333333% - 20px);
}

.eleven-twelfths {
  width: calc(91.6666666667% - 20px);
}

/* Offsets */
.offset-by-one {
  left: calc(6.25%);
}

.offset-by-two {
  left: calc(12.5%);
}

.offset-by-three {
  left: calc(18.75%);
}

.offset-by-four {
  left: calc(25%);
}

.offset-by-five {
  left: calc(31.25%);
}

.offset-by-six {
  left: calc(37.5%);
}

.offset-by-seven {
  left: calc(43.75%);
}

.offset-by-eight {
  left: calc(50%);
}

.offset-by-nine {
  left: calc(56.25%);
}

.offset-by-ten {
  left: calc(62.5%);
}

.offset-by-eleven {
  left: calc(68.75%);
}

.offset-by-twelve {
  left: calc(75%);
}

.offset-by-thirteen {
  left: calc(81.25%);
}

.offset-by-fourteen {
  left: calc(87.5%);
}

.offset-by-fifteen {
  left: calc(93.75%);
}

/* Remove gutter on first and last column (must be consistent size) */
.equal-columns--outside-trim .one-half:nth-of-type(2n),
.equal-columns--outside-trim .eight:nth-of-type(2n),
.equal-columns--outside-trim .one-third:nth-of-type(3n),
.equal-columns--outside-trim .one-fourth:nth-of-type(4n),
.equal-columns--outside-trim .four:nth-of-type(4n),
.equal-columns--outside-trim .one-fifth:nth-of-type(5n),
.equal-columns--outside-trim .one-sixth:nth-of-type(6n),
.equal-columns--outside-trim .one-seventh:nth-of-type(7n),
.equal-columns--outside-trim .two:nth-of-type(8n) {
  margin-right: 0;
}
.equal-columns--outside-trim .one-half:nth-of-type(2n+1),
.equal-columns--outside-trim .eight:nth-of-type(2n+1),
.equal-columns--outside-trim .one-third:nth-of-type(3n+1),
.equal-columns--outside-trim .one-fourth:nth-of-type(4n+1),
.equal-columns--outside-trim .four:nth-of-type(4n+1),
.equal-columns--outside-trim .one-fifth:nth-of-type(5n+1),
.equal-columns--outside-trim .one-sixth:nth-of-type(6n+1),
.equal-columns--outside-trim .one-seventh:nth-of-type(7n+1),
.equal-columns--outside-trim .two:nth-of-type(8n+1) {
  margin-left: 0;
}
.equal-columns--outside-trim .one-whole:nth-of-type(1n+1) {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.equal-columns--outside-trim .one-half {
  width: calc(50% - (20px - (20px / 2)));
}
.equal-columns--outside-trim .one-third {
  width: calc(33.3333333333% - (20px - (20px / 3)));
}
.equal-columns--outside-trim .one-fifth {
  width: calc(20% - (20px - (20px / 5)));
}
.equal-columns--outside-trim .one-fourth {
  width: calc(25% - (20px - (20px / 4)));
}
.equal-columns--outside-trim .one-sixth {
  width: calc(16.6666666667% - (20px - (20px / 6)));
}
.equal-columns--outside-trim .one-seventh {
  width: calc(14.2857142857% - (20px - (20px / 7)));
}
.equal-columns--outside-trim .two {
  width: calc(12.5% - (20px - (20px / 8)));
}
.equal-columns--outside-trim .four {
  width: calc(25% - (20px - (20px / 4)));
}
.equal-columns--outside-trim .seven {
  width: calc(43.75% - (20px - (20px / 2)));
}
.equal-columns--outside-trim .eight {
  width: calc(50% - (20px / 2));
}
.equal-columns--outside-trim .nine {
  width: calc(56.25% - (20px - (20px / 2)));
}

/* Remove side gutter on all columns */
.has-no-side-gutter.has-background {
  padding-right: 0px;
  padding-left: 0px;
}
.has-no-side-gutter .one-whole,
.has-no-side-gutter .one-half,
.has-no-side-gutter .eight,
.has-no-side-gutter .one-third,
.has-no-side-gutter .two-thirds,
.has-no-side-gutter .one-fourth,
.has-no-side-gutter .four,
.has-no-side-gutter .one-fifth,
.has-no-side-gutter .three-fifths,
.has-no-side-gutter .two-fifths,
.has-no-side-gutter .one-sixth,
.has-no-side-gutter .one-seventh,
.has-no-side-gutter .one-eighth,
.has-no-side-gutter .two {
  margin-right: 0;
  margin-left: 0;
}
.has-no-side-gutter .one-whole {
  width: 100%;
}
.has-no-side-gutter .one-half {
  width: 50%;
}
.has-no-side-gutter .one-third {
  width: 33.3333333333%;
}
.has-no-side-gutter .one-fourth {
  width: 25%;
}
.has-no-side-gutter .one-fifth {
  width: 20%;
}
.has-no-side-gutter .two-fifths {
  width: 40%;
}
.has-no-side-gutter .three-fifths {
  width: 60%;
}
.has-no-side-gutter .one-sixth {
  width: 16.6666666667%;
}
.has-no-side-gutter .one-seventh {
  width: 14.2857142857%;
}
.has-no-side-gutter .one-eighth {
  width: 12.5%;
}
.has-no-side-gutter .two-thirds {
  width: 66.6666666667%;
}
.has-no-side-gutter .two {
  width: 12.5%;
}
.has-no-side-gutter .four {
  width: 25%;
}
.has-no-side-gutter .seven {
  width: 43.75%;
}
.has-no-side-gutter .eight {
  width: 50%;
}
.has-no-side-gutter .nine {
  width: 56.25%;
}

.show {
  display: block !important;
}

.hide {
  display: none !important;
}

.text-left {
  text-align: left !important;
}

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

.text-center {
  text-align: center !important;
}

/*============================================================================
Generate breakpoint-specific column widths and push classes
- Default column widths: $breakpoint-has-widths: ($small, $medium-up);
- Default is no push classes
- Will not work if `styles/global/grid.scss` is removed
==============================================================================*/
/*================ Build Responsive Grid Classes ================*/
@media only screen and (max-width: 1024px) {
  .large-down--hidden {
    display: none;
  }

  .large-down--visible {
    display: block;
  }

  /* Base Grid */
  .large-down--one {
    width: calc(6.25% - 20px);
  }

  .large-down--two {
    width: calc(12.5% - 20px);
  }

  .large-down--three {
    width: calc(18.75% - 20px);
  }

  .large-down--four {
    width: calc(25% - 20px);
  }

  .large-down--five {
    width: calc(31.25% - 20px);
  }

  .large-down--six {
    width: calc(37.5% - 20px);
  }

  .large-down--seven {
    width: calc(43.75% - 20px);
  }

  .large-down--eight {
    width: calc(50% - 20px);
  }

  .large-down--nine {
    width: calc(56.25% - 20px);
  }

  .large-down--ten {
    width: calc(62.5% - 20px);
  }

  .large-down--eleven {
    width: calc(68.75% - 20px);
  }

  .large-down--twelve {
    width: calc(75% - 20px);
  }

  .large-down--thirteen {
    width: calc(81.25% - 20px);
  }

  .large-down--fourteen {
    width: calc(87.5% - 20px);
  }

  .large-down--fifteen {
    width: calc(93.75% - 20px);
  }

  .large-down--sixteen {
    width: calc(100% - 20px);
  }

  /* Whole */
  .large-down--one-whole {
    width: calc(100% - 20px);
  }

  /* Halves */
  .large-down--one-half {
    width: calc(50% - 20px);
  }

  /* Thirds */
  .large-down--one-third {
    width: calc(33.3333333333% - 20px);
  }

  .large-down--two-thirds {
    width: calc(66.6666666667% - 20px);
  }

  /* Fourths */
  .large-down--one-fourth {
    width: calc(25% - 20px);
  }

  .large-down--two-fourths {
    width: calc(50% - 20px);
  }

  .large-down--three-fourths {
    width: calc(75% - 20px);
  }

  /* Fifths */
  .large-down--one-fifth {
    width: calc(20% - 20px);
  }

  .large-down--two-fifths {
    width: calc(40% - 20px);
  }

  .large-down--three-fifths {
    width: calc(60% - 20px);
  }

  .large-down--four-fifths {
    width: calc(80% - 20px);
  }

  /* Sixths */
  .large-down--one-sixth {
    width: calc(16.6666666667% - 20px);
  }

  .large-down--two-sixths {
    width: calc(33.3333333333% - 20px);
  }

  .large-down--three-sixths {
    width: calc(50% - 20px);
  }

  .large-down--four-sixths {
    width: calc(66.6666666667% - 20px);
  }

  .large-down--five-sixths {
    width: calc(83.3333333333% - 20px);
  }

  /* Sevenths */
  .large-down--one-seventh {
    width: calc(14.2857142857% - 20px);
  }

  .large-down--two-sevenths {
    width: calc(28.5714285714% - 20px);
  }

  .large-down--three-sevenths {
    width: calc(42.8571428571% - 20px);
  }

  .large-down--four-sevenths {
    width: calc(57.1428571429% - 20px);
  }

  .large-down--five-sevenths {
    width: calc(71.4285714286% - 20px);
  }

  /* Eighths */
  .large-down--one-eighth {
    width: calc(12.5% - 20px);
  }

  .large-down--two-eighths {
    width: calc(25% - 20px);
  }

  .large-down--three-eighths {
    width: calc(37.5% - 20px);
  }

  .large-down--four-eighths {
    width: calc(50% - 20px);
  }

  .large-down--five-eighths {
    width: calc(62.5% - 20px);
  }

  .large-down--six-eighths {
    width: calc(75% - 20px);
  }

  .large-down--seven-eighths {
    width: calc(87.5% - 20px);
  }

  /* Tenths */
  .large-down--one-tenth {
    width: calc(10% - 20px);
  }

  .large-down--two-tenths {
    width: calc(20% - 20px);
  }

  .large-down--three-tenths {
    width: calc(30% - 20px);
  }

  .large-down--four-tenths {
    width: calc(40% - 20px);
  }

  .large-down--five-tenths {
    width: calc(50% - 20px);
  }

  .large-down--six-tenths {
    width: calc(60% - 20px);
  }

  .large-down--seven-tenths {
    width: calc(70% - 20px);
  }

  .large-down--eight-tenths {
    width: calc(80% - 20px);
  }

  .large-down--nine-tenths {
    width: calc(90% - 20px);
  }

  /* Twelfths */
  .large-down--one-twelfth {
    width: calc(8.3333333333% - 20px);
  }

  .large-down--two-twelfths {
    width: calc(16.6666666667% - 20px);
  }

  .large-down--three-twelfths {
    width: calc(25% - 20px);
  }

  .large-down--four-twelfths {
    width: calc(33.3333333333% - 20px);
  }

  .large-down--five-twelfths {
    width: calc(41.6666666667% - 20px);
  }

  .large-down--six-twelfths {
    width: calc(50% - 20px);
  }

  .large-down--seven-twelfths {
    width: calc(58.3333333333% - 20px);
  }

  .large-down--eight-twelfths {
    width: calc(66.6666666667% - 20px);
  }

  .large-down--nine-twelfths {
    width: calc(75% - 20px);
  }

  .large-down--ten-twelfths {
    width: calc(83.3333333333% - 20px);
  }

  .large-down--eleven-twelfths {
    width: calc(91.6666666667% - 20px);
  }

  /* Offsets */
  .large-down--offset-by-one {
    left: calc(6.25%);
  }

  .large-down--offset-by-two {
    left: calc(12.5%);
  }

  .large-down--offset-by-three {
    left: calc(18.75%);
  }

  .large-down--offset-by-four {
    left: calc(25%);
  }

  .large-down--offset-by-five {
    left: calc(31.25%);
  }

  .large-down--offset-by-six {
    left: calc(37.5%);
  }

  .large-down--offset-by-seven {
    left: calc(43.75%);
  }

  .large-down--offset-by-eight {
    left: calc(50%);
  }

  .large-down--offset-by-nine {
    left: calc(56.25%);
  }

  .large-down--offset-by-ten {
    left: calc(62.5%);
  }

  .large-down--offset-by-eleven {
    left: calc(68.75%);
  }

  .large-down--offset-by-twelve {
    left: calc(75%);
  }

  .large-down--offset-by-thirteen {
    left: calc(81.25%);
  }

  .large-down--offset-by-fourteen {
    left: calc(87.5%);
  }

  .large-down--offset-by-fifteen {
    left: calc(93.75%);
  }

  /* Remove gutter on first and last column (must be consistent size) */
  .equal-columns--outside-trim .large-down--one-half:nth-of-type(2n),
  .equal-columns--outside-trim .large-down--eight:nth-of-type(2n),
  .equal-columns--outside-trim .large-down--one-third:nth-of-type(3n),
  .equal-columns--outside-trim .large-down--one-fourth:nth-of-type(4n),
  .equal-columns--outside-trim .large-down--four:nth-of-type(4n),
  .equal-columns--outside-trim .large-down--one-fifth:nth-of-type(5n),
  .equal-columns--outside-trim .large-down--one-sixth:nth-of-type(6n),
  .equal-columns--outside-trim .large-down--one-seventh:nth-of-type(7n),
  .equal-columns--outside-trim .large-down--two:nth-of-type(8n) {
    margin-right: 0;
  }
  .equal-columns--outside-trim .large-down--one-half:nth-of-type(2n+1),
  .equal-columns--outside-trim .large-down--eight:nth-of-type(2n+1),
  .equal-columns--outside-trim .large-down--one-third:nth-of-type(3n+1),
  .equal-columns--outside-trim .large-down--one-fourth:nth-of-type(4n+1),
  .equal-columns--outside-trim .large-down--four:nth-of-type(4n+1),
  .equal-columns--outside-trim .large-down--one-fifth:nth-of-type(5n+1),
  .equal-columns--outside-trim .large-down--one-sixth:nth-of-type(6n+1),
  .equal-columns--outside-trim .large-down--one-seventh:nth-of-type(7n+1),
  .equal-columns--outside-trim .large-down--two:nth-of-type(8n+1) {
    margin-left: 0;
  }

  /* Remove side gutter on all columns */
}
@media only screen and (max-width: 1024px) and (max-width: 1024px) {
  .equal-columns--outside-trim {
    /* Reset previous margins */
    /* Set new margins on right */
    /* Set new margins on left */
  }
  .equal-columns--outside-trim .large-down--one-half.large-down--one-half,
  .equal-columns--outside-trim .large-down--eight.large-down--eight,
  .equal-columns--outside-trim .large-down--one-third.large-down--one-third,
  .equal-columns--outside-trim .large-down--one-fourth.large-down--one-fourth,
  .equal-columns--outside-trim .large-down--four.large-down--four,
  .equal-columns--outside-trim .large-down--one-fifth.large-down--one-fifth,
  .equal-columns--outside-trim .large-down--one-sixth.large-down--one-sixth,
  .equal-columns--outside-trim .large-down--one-seventh.large-down--one-seventh,
  .equal-columns--outside-trim .large-down--two.large-down--two {
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
  }
  .equal-columns--outside-trim .large-down--one-half:nth-of-type(2n),
  .equal-columns--outside-trim .large-down--eight:nth-of-type(2n),
  .equal-columns--outside-trim .large-down--one-third:nth-of-type(3n),
  .equal-columns--outside-trim .large-down--one-fourth:nth-of-type(4n),
  .equal-columns--outside-trim .large-down--four:nth-of-type(4n),
  .equal-columns--outside-trim .large-down--one-fifth:nth-of-type(5n),
  .equal-columns--outside-trim .large-down--one-sixth:nth-of-type(6n),
  .equal-columns--outside-trim .large-down--one-seventh:nth-of-type(7n),
  .equal-columns--outside-trim .large-down--two:nth-of-type(8n) {
    margin-right: 0;
  }
  .equal-columns--outside-trim .large-down--one-half:nth-of-type(2n+1),
  .equal-columns--outside-trim .large-down--eight:nth-of-type(2n+1),
  .equal-columns--outside-trim .large-down--one-third:nth-of-type(3n+1),
  .equal-columns--outside-trim .large-down--one-fourth:nth-of-type(4n+1),
  .equal-columns--outside-trim .large-down--four:nth-of-type(4n+1),
  .equal-columns--outside-trim .large-down--one-fifth:nth-of-type(5n+1),
  .equal-columns--outside-trim .large-down--one-sixth:nth-of-type(6n+1),
  .equal-columns--outside-trim .large-down--one-seventh:nth-of-type(7n+1),
  .equal-columns--outside-trim .large-down--two:nth-of-type(8n+1) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .equal-columns--outside-trim .large-down--one-whole:nth-of-type(1n+1) {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .equal-columns--outside-trim .large-down--one-half {
    width: calc(50% - (20px - (20px / 2)));
  }
}
@media only screen and (max-width: 1024px) {
  .equal-columns--outside-trim .large-down--one-third {
    width: calc(33.3333333333% - (20px - (20px / 3)));
  }
}
@media only screen and (max-width: 1024px) {
  .equal-columns--outside-trim .large-down--one-fifth {
    width: calc(20% - (20px - (20px / 5)));
  }
}
@media only screen and (max-width: 1024px) {
  .equal-columns--outside-trim .large-down--one-fourth {
    width: calc(25% - (20px - (20px / 4)));
  }
}
@media only screen and (max-width: 1024px) {
  .equal-columns--outside-trim .large-down--one-sixth {
    width: calc(16.6666666667% - (20px - (20px / 6)));
  }
}
@media only screen and (max-width: 1024px) {
  .equal-columns--outside-trim .large-down--one-seventh {
    width: calc(14.2857142857% - (20px - (20px / 7)));
  }
}
@media only screen and (max-width: 1024px) {
  .equal-columns--outside-trim .large-down--two {
    width: calc(12.5% - (20px - (20px / 8)));
  }
}
@media only screen and (max-width: 1024px) {
  .equal-columns--outside-trim .large-down--four {
    width: calc(25% - (20px - (20px / 4)));
  }
}
@media only screen and (max-width: 1024px) {
  .equal-columns--outside-trim .large-down--seven {
    width: calc(43.75% - (20px - (20px / 2)));
  }
}
@media only screen and (max-width: 1024px) {
  .equal-columns--outside-trim .large-down--eight {
    width: calc(50% - (20px / 2));
  }
}
@media only screen and (max-width: 1024px) {
  .equal-columns--outside-trim .large-down--nine {
    width: calc(56.25% - (20px - (20px / 2)));
  }
}
@media only screen and (max-width: 1024px) {
  .has-no-side-gutter.has-background {
    padding-right: 0px;
    padding-left: 0px;
  }
  .has-no-side-gutter .large-down--one-whole,
  .has-no-side-gutter .large-down--one-half,
  .has-no-side-gutter .large-down--eight,
  .has-no-side-gutter .large-down--one-third,
  .has-no-side-gutter .large-down--two-thirds,
  .has-no-side-gutter .large-down--one-fourth,
  .has-no-side-gutter .large-down--four,
  .has-no-side-gutter .large-down--one-fifth,
  .has-no-side-gutter .large-down--three-fifths,
  .has-no-side-gutter .large-down--two-fifths,
  .has-no-side-gutter .large-down--one-sixth,
  .has-no-side-gutter .large-down--one-seventh,
  .has-no-side-gutter .large-down--one-eighth,
  .has-no-side-gutter .large-down--two {
    margin-right: 0;
    margin-left: 0;
  }
  .has-no-side-gutter .large-down--one-whole {
    width: 100%;
  }
  .has-no-side-gutter .large-down--one-half {
    width: 50%;
  }
  .has-no-side-gutter .large-down--one-third {
    width: 33.3333333333%;
  }
  .has-no-side-gutter .large-down--one-fourth {
    width: 25%;
  }
  .has-no-side-gutter .large-down--one-fifth {
    width: 20%;
  }
  .has-no-side-gutter .large-down--two-fifths {
    width: 40%;
  }
  .has-no-side-gutter .large-down--three-fifths {
    width: 60%;
  }
  .has-no-side-gutter .large-down--one-sixth {
    width: 16.6666666667%;
  }
  .has-no-side-gutter .large-down--one-seventh {
    width: 14.2857142857%;
  }
  .has-no-side-gutter .large-down--one-eighth {
    width: 12.5%;
  }
  .has-no-side-gutter .large-down--two-thirds {
    width: 66.6666666667%;
  }
  .has-no-side-gutter .large-down--two {
    width: 12.5%;
  }
  .has-no-side-gutter .large-down--four {
    width: 25%;
  }
  .has-no-side-gutter .large-down--seven {
    width: 43.75%;
  }
  .has-no-side-gutter .large-down--eight {
    width: 50%;
  }
  .has-no-side-gutter .large-down--nine {
    width: 56.25%;
  }
}
@media only screen and (max-width: 1024px) {
  .large-down--show {
    display: block !important;
  }
}
@media only screen and (max-width: 1024px) {
  .large-down--hide {
    display: none !important;
  }
}
@media only screen and (max-width: 1024px) {
  .large-down--text-left {
    text-align: left !important;
  }
}
@media only screen and (max-width: 1024px) {
  .large-down--text-right {
    text-align: right !important;
  }
}
@media only screen and (max-width: 1024px) {
  .large-down--text-center {
    text-align: center !important;
  }
}
@media only screen and (max-width: 960px) {
  .medium-down--hidden {
    display: none;
  }

  .medium-down--visible {
    display: block;
  }

  /* Base Grid */
  .medium-down--one {
    width: calc(6.25% - 20px);
  }

  .medium-down--two {
    width: calc(12.5% - 20px);
  }

  .medium-down--three {
    width: calc(18.75% - 20px);
  }

  .medium-down--four {
    width: calc(25% - 20px);
  }

  .medium-down--five {
    width: calc(31.25% - 20px);
  }

  .medium-down--six {
    width: calc(37.5% - 20px);
  }

  .medium-down--seven {
    width: calc(43.75% - 20px);
  }

  .medium-down--eight {
    width: calc(50% - 20px);
  }

  .medium-down--nine {
    width: calc(56.25% - 20px);
  }

  .medium-down--ten {
    width: calc(62.5% - 20px);
  }

  .medium-down--eleven {
    width: calc(68.75% - 20px);
  }

  .medium-down--twelve {
    width: calc(75% - 20px);
  }

  .medium-down--thirteen {
    width: calc(81.25% - 20px);
  }

  .medium-down--fourteen {
    width: calc(87.5% - 20px);
  }

  .medium-down--fifteen {
    width: calc(93.75% - 20px);
  }

  .medium-down--sixteen {
    width: calc(100% - 20px);
  }

  /* Whole */
  .medium-down--one-whole {
    width: calc(100% - 20px);
  }

  /* Halves */
  .medium-down--one-half {
    width: calc(50% - 20px);
  }

  /* Thirds */
  .medium-down--one-third {
    width: calc(33.3333333333% - 20px);
  }

  .medium-down--two-thirds {
    width: calc(66.6666666667% - 20px);
  }

  /* Fourths */
  .medium-down--one-fourth {
    width: calc(25% - 20px);
  }

  .medium-down--two-fourths {
    width: calc(50% - 20px);
  }

  .medium-down--three-fourths {
    width: calc(75% - 20px);
  }

  /* Fifths */
  .medium-down--one-fifth {
    width: calc(20% - 20px);
  }

  .medium-down--two-fifths {
    width: calc(40% - 20px);
  }

  .medium-down--three-fifths {
    width: calc(60% - 20px);
  }

  .medium-down--four-fifths {
    width: calc(80% - 20px);
  }

  /* Sixths */
  .medium-down--one-sixth {
    width: calc(16.6666666667% - 20px);
  }

  .medium-down--two-sixths {
    width: calc(33.3333333333% - 20px);
  }

  .medium-down--three-sixths {
    width: calc(50% - 20px);
  }

  .medium-down--four-sixths {
    width: calc(66.6666666667% - 20px);
  }

  .medium-down--five-sixths {
    width: calc(83.3333333333% - 20px);
  }

  /* Sevenths */
  .medium-down--one-seventh {
    width: calc(14.2857142857% - 20px);
  }

  .medium-down--two-sevenths {
    width: calc(28.5714285714% - 20px);
  }

  .medium-down--three-sevenths {
    width: calc(42.8571428571% - 20px);
  }

  .medium-down--four-sevenths {
    width: calc(57.1428571429% - 20px);
  }

  .medium-down--five-sevenths {
    width: calc(71.4285714286% - 20px);
  }

  /* Eighths */
  .medium-down--one-eighth {
    width: calc(12.5% - 20px);
  }

  .medium-down--two-eighths {
    width: calc(25% - 20px);
  }

  .medium-down--three-eighths {
    width: calc(37.5% - 20px);
  }

  .medium-down--four-eighths {
    width: calc(50% - 20px);
  }

  .medium-down--five-eighths {
    width: calc(62.5% - 20px);
  }

  .medium-down--six-eighths {
    width: calc(75% - 20px);
  }

  .medium-down--seven-eighths {
    width: calc(87.5% - 20px);
  }

  /* Tenths */
  .medium-down--one-tenth {
    width: calc(10% - 20px);
  }

  .medium-down--two-tenths {
    width: calc(20% - 20px);
  }

  .medium-down--three-tenths {
    width: calc(30% - 20px);
  }

  .medium-down--four-tenths {
    width: calc(40% - 20px);
  }

  .medium-down--five-tenths {
    width: calc(50% - 20px);
  }

  .medium-down--six-tenths {
    width: calc(60% - 20px);
  }

  .medium-down--seven-tenths {
    width: calc(70% - 20px);
  }

  .medium-down--eight-tenths {
    width: calc(80% - 20px);
  }

  .medium-down--nine-tenths {
    width: calc(90% - 20px);
  }

  /* Twelfths */
  .medium-down--one-twelfth {
    width: calc(8.3333333333% - 20px);
  }

  .medium-down--two-twelfths {
    width: calc(16.6666666667% - 20px);
  }

  .medium-down--three-twelfths {
    width: calc(25% - 20px);
  }

  .medium-down--four-twelfths {
    width: calc(33.3333333333% - 20px);
  }

  .medium-down--five-twelfths {
    width: calc(41.6666666667% - 20px);
  }

  .medium-down--six-twelfths {
    width: calc(50% - 20px);
  }

  .medium-down--seven-twelfths {
    width: calc(58.3333333333% - 20px);
  }

  .medium-down--eight-twelfths {
    width: calc(66.6666666667% - 20px);
  }

  .medium-down--nine-twelfths {
    width: calc(75% - 20px);
  }

  .medium-down--ten-twelfths {
    width: calc(83.3333333333% - 20px);
  }

  .medium-down--eleven-twelfths {
    width: calc(91.6666666667% - 20px);
  }

  /* Offsets */
  .medium-down--offset-by-one {
    left: calc(6.25%);
  }

  .medium-down--offset-by-two {
    left: calc(12.5%);
  }

  .medium-down--offset-by-three {
    left: calc(18.75%);
  }

  .medium-down--offset-by-four {
    left: calc(25%);
  }

  .medium-down--offset-by-five {
    left: calc(31.25%);
  }

  .medium-down--offset-by-six {
    left: calc(37.5%);
  }

  .medium-down--offset-by-seven {
    left: calc(43.75%);
  }

  .medium-down--offset-by-eight {
    left: calc(50%);
  }

  .medium-down--offset-by-nine {
    left: calc(56.25%);
  }

  .medium-down--offset-by-ten {
    left: calc(62.5%);
  }

  .medium-down--offset-by-eleven {
    left: calc(68.75%);
  }

  .medium-down--offset-by-twelve {
    left: calc(75%);
  }

  .medium-down--offset-by-thirteen {
    left: calc(81.25%);
  }

  .medium-down--offset-by-fourteen {
    left: calc(87.5%);
  }

  .medium-down--offset-by-fifteen {
    left: calc(93.75%);
  }

  /* Remove gutter on first and last column (must be consistent size) */
  .equal-columns--outside-trim .medium-down--one-half:nth-of-type(2n),
  .equal-columns--outside-trim .medium-down--eight:nth-of-type(2n),
  .equal-columns--outside-trim .medium-down--one-third:nth-of-type(3n),
  .equal-columns--outside-trim .medium-down--one-fourth:nth-of-type(4n),
  .equal-columns--outside-trim .medium-down--four:nth-of-type(4n),
  .equal-columns--outside-trim .medium-down--one-fifth:nth-of-type(5n),
  .equal-columns--outside-trim .medium-down--one-sixth:nth-of-type(6n),
  .equal-columns--outside-trim .medium-down--one-seventh:nth-of-type(7n),
  .equal-columns--outside-trim .medium-down--two:nth-of-type(8n) {
    margin-right: 0;
  }
  .equal-columns--outside-trim .medium-down--one-half:nth-of-type(2n+1),
  .equal-columns--outside-trim .medium-down--eight:nth-of-type(2n+1),
  .equal-columns--outside-trim .medium-down--one-third:nth-of-type(3n+1),
  .equal-columns--outside-trim .medium-down--one-fourth:nth-of-type(4n+1),
  .equal-columns--outside-trim .medium-down--four:nth-of-type(4n+1),
  .equal-columns--outside-trim .medium-down--one-fifth:nth-of-type(5n+1),
  .equal-columns--outside-trim .medium-down--one-sixth:nth-of-type(6n+1),
  .equal-columns--outside-trim .medium-down--one-seventh:nth-of-type(7n+1),
  .equal-columns--outside-trim .medium-down--two:nth-of-type(8n+1) {
    margin-left: 0;
  }

  /* Remove side gutter on all columns */
}
@media only screen and (max-width: 960px) and (max-width: 960px) {
  .equal-columns--outside-trim {
    /* Reset previous margins */
    /* Set new margins on right */
    /* Set new margins on left */
  }
  .equal-columns--outside-trim .medium-down--one-half.medium-down--one-half,
  .equal-columns--outside-trim .medium-down--eight.medium-down--eight,
  .equal-columns--outside-trim .medium-down--one-third.medium-down--one-third,
  .equal-columns--outside-trim .medium-down--one-fourth.medium-down--one-fourth,
  .equal-columns--outside-trim .medium-down--four.medium-down--four,
  .equal-columns--outside-trim .medium-down--one-fifth.medium-down--one-fifth,
  .equal-columns--outside-trim .medium-down--one-sixth.medium-down--one-sixth,
  .equal-columns--outside-trim .medium-down--one-seventh.medium-down--one-seventh,
  .equal-columns--outside-trim .medium-down--two.medium-down--two {
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
  }
  .equal-columns--outside-trim .medium-down--one-half:nth-of-type(2n),
  .equal-columns--outside-trim .medium-down--eight:nth-of-type(2n),
  .equal-columns--outside-trim .medium-down--one-third:nth-of-type(3n),
  .equal-columns--outside-trim .medium-down--one-fourth:nth-of-type(4n),
  .equal-columns--outside-trim .medium-down--four:nth-of-type(4n),
  .equal-columns--outside-trim .medium-down--one-fifth:nth-of-type(5n),
  .equal-columns--outside-trim .medium-down--one-sixth:nth-of-type(6n),
  .equal-columns--outside-trim .medium-down--one-seventh:nth-of-type(7n),
  .equal-columns--outside-trim .medium-down--two:nth-of-type(8n) {
    margin-right: 0;
  }
  .equal-columns--outside-trim .medium-down--one-half:nth-of-type(2n+1),
  .equal-columns--outside-trim .medium-down--eight:nth-of-type(2n+1),
  .equal-columns--outside-trim .medium-down--one-third:nth-of-type(3n+1),
  .equal-columns--outside-trim .medium-down--one-fourth:nth-of-type(4n+1),
  .equal-columns--outside-trim .medium-down--four:nth-of-type(4n+1),
  .equal-columns--outside-trim .medium-down--one-fifth:nth-of-type(5n+1),
  .equal-columns--outside-trim .medium-down--one-sixth:nth-of-type(6n+1),
  .equal-columns--outside-trim .medium-down--one-seventh:nth-of-type(7n+1),
  .equal-columns--outside-trim .medium-down--two:nth-of-type(8n+1) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 960px) {
  .equal-columns--outside-trim .medium-down--one-whole:nth-of-type(1n+1) {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
@media only screen and (max-width: 960px) {
  .equal-columns--outside-trim .medium-down--one-half {
    width: calc(50% - (20px - (20px / 2)));
  }
}
@media only screen and (max-width: 960px) {
  .equal-columns--outside-trim .medium-down--one-third {
    width: calc(33.3333333333% - (20px - (20px / 3)));
  }
}
@media only screen and (max-width: 960px) {
  .equal-columns--outside-trim .medium-down--one-fifth {
    width: calc(20% - (20px - (20px / 5)));
  }
}
@media only screen and (max-width: 960px) {
  .equal-columns--outside-trim .medium-down--one-fourth {
    width: calc(25% - (20px - (20px / 4)));
  }
}
@media only screen and (max-width: 960px) {
  .equal-columns--outside-trim .medium-down--one-sixth {
    width: calc(16.6666666667% - (20px - (20px / 6)));
  }
}
@media only screen and (max-width: 960px) {
  .equal-columns--outside-trim .medium-down--one-seventh {
    width: calc(14.2857142857% - (20px - (20px / 7)));
  }
}
@media only screen and (max-width: 960px) {
  .equal-columns--outside-trim .medium-down--two {
    width: calc(12.5% - (20px - (20px / 8)));
  }
}
@media only screen and (max-width: 960px) {
  .equal-columns--outside-trim .medium-down--four {
    width: calc(25% - (20px - (20px / 4)));
  }
}
@media only screen and (max-width: 960px) {
  .equal-columns--outside-trim .medium-down--seven {
    width: calc(43.75% - (20px - (20px / 2)));
  }
}
@media only screen and (max-width: 960px) {
  .equal-columns--outside-trim .medium-down--eight {
    width: calc(50% - (20px / 2));
  }
}
@media only screen and (max-width: 960px) {
  .equal-columns--outside-trim .medium-down--nine {
    width: calc(56.25% - (20px - (20px / 2)));
  }
}
@media only screen and (max-width: 960px) {
  .has-no-side-gutter.has-background {
    padding-right: 0px;
    padding-left: 0px;
  }
  .has-no-side-gutter .medium-down--one-whole,
  .has-no-side-gutter .medium-down--one-half,
  .has-no-side-gutter .medium-down--eight,
  .has-no-side-gutter .medium-down--one-third,
  .has-no-side-gutter .medium-down--two-thirds,
  .has-no-side-gutter .medium-down--one-fourth,
  .has-no-side-gutter .medium-down--four,
  .has-no-side-gutter .medium-down--one-fifth,
  .has-no-side-gutter .medium-down--three-fifths,
  .has-no-side-gutter .medium-down--two-fifths,
  .has-no-side-gutter .medium-down--one-sixth,
  .has-no-side-gutter .medium-down--one-seventh,
  .has-no-side-gutter .medium-down--one-eighth,
  .has-no-side-gutter .medium-down--two {
    margin-right: 0;
    margin-left: 0;
  }
  .has-no-side-gutter .medium-down--one-whole {
    width: 100%;
  }
  .has-no-side-gutter .medium-down--one-half {
    width: 50%;
  }
  .has-no-side-gutter .medium-down--one-third {
    width: 33.3333333333%;
  }
  .has-no-side-gutter .medium-down--one-fourth {
    width: 25%;
  }
  .has-no-side-gutter .medium-down--one-fifth {
    width: 20%;
  }
  .has-no-side-gutter .medium-down--two-fifths {
    width: 40%;
  }
  .has-no-side-gutter .medium-down--three-fifths {
    width: 60%;
  }
  .has-no-side-gutter .medium-down--one-sixth {
    width: 16.6666666667%;
  }
  .has-no-side-gutter .medium-down--one-seventh {
    width: 14.2857142857%;
  }
  .has-no-side-gutter .medium-down--one-eighth {
    width: 12.5%;
  }
  .has-no-side-gutter .medium-down--two-thirds {
    width: 66.6666666667%;
  }
  .has-no-side-gutter .medium-down--two {
    width: 12.5%;
  }
  .has-no-side-gutter .medium-down--four {
    width: 25%;
  }
  .has-no-side-gutter .medium-down--seven {
    width: 43.75%;
  }
  .has-no-side-gutter .medium-down--eight {
    width: 50%;
  }
  .has-no-side-gutter .medium-down--nine {
    width: 56.25%;
  }
}
@media only screen and (max-width: 960px) {
  .medium-down--show {
    display: block !important;
  }
}
@media only screen and (max-width: 960px) {
  .medium-down--hide {
    display: none !important;
  }
}
@media only screen and (max-width: 960px) {
  .medium-down--text-left {
    text-align: left !important;
  }
}
@media only screen and (max-width: 960px) {
  .medium-down--text-right {
    text-align: right !important;
  }
}
@media only screen and (max-width: 960px) {
  .medium-down--text-center {
    text-align: center !important;
  }
}
@media only screen and (max-width: 480px) {
  .small-down--hidden {
    display: none;
  }

  .small-down--visible {
    display: block;
  }

  /* Base Grid */
  .small-down--one {
    width: calc(6.25% - 20px);
  }

  .small-down--two {
    width: calc(12.5% - 20px);
  }

  .small-down--three {
    width: calc(18.75% - 20px);
  }

  .small-down--four {
    width: calc(25% - 20px);
  }

  .small-down--five {
    width: calc(31.25% - 20px);
  }

  .small-down--six {
    width: calc(37.5% - 20px);
  }

  .small-down--seven {
    width: calc(43.75% - 20px);
  }

  .small-down--eight {
    width: calc(50% - 20px);
  }

  .small-down--nine {
    width: calc(56.25% - 20px);
  }

  .small-down--ten {
    width: calc(62.5% - 20px);
  }

  .small-down--eleven {
    width: calc(68.75% - 20px);
  }

  .small-down--twelve {
    width: calc(75% - 20px);
  }

  .small-down--thirteen {
    width: calc(81.25% - 20px);
  }

  .small-down--fourteen {
    width: calc(87.5% - 20px);
  }

  .small-down--fifteen {
    width: calc(93.75% - 20px);
  }

  .small-down--sixteen {
    width: calc(100% - 20px);
  }

  /* Whole */
  .small-down--one-whole {
    width: calc(100% - 20px);
  }

  /* Halves */
  .small-down--one-half {
    width: calc(50% - 20px);
  }

  /* Thirds */
  .small-down--one-third {
    width: calc(33.3333333333% - 20px);
  }

  .small-down--two-thirds {
    width: calc(66.6666666667% - 20px);
  }

  /* Fourths */
  .small-down--one-fourth {
    width: calc(25% - 20px);
  }

  .small-down--two-fourths {
    width: calc(50% - 20px);
  }

  .small-down--three-fourths {
    width: calc(75% - 20px);
  }

  /* Fifths */
  .small-down--one-fifth {
    width: calc(20% - 20px);
  }

  .small-down--two-fifths {
    width: calc(40% - 20px);
  }

  .small-down--three-fifths {
    width: calc(60% - 20px);
  }

  .small-down--four-fifths {
    width: calc(80% - 20px);
  }

  /* Sixths */
  .small-down--one-sixth {
    width: calc(16.6666666667% - 20px);
  }

  .small-down--two-sixths {
    width: calc(33.3333333333% - 20px);
  }

  .small-down--three-sixths {
    width: calc(50% - 20px);
  }

  .small-down--four-sixths {
    width: calc(66.6666666667% - 20px);
  }

  .small-down--five-sixths {
    width: calc(83.3333333333% - 20px);
  }

  /* Sevenths */
  .small-down--one-seventh {
    width: calc(14.2857142857% - 20px);
  }

  .small-down--two-sevenths {
    width: calc(28.5714285714% - 20px);
  }

  .small-down--three-sevenths {
    width: calc(42.8571428571% - 20px);
  }

  .small-down--four-sevenths {
    width: calc(57.1428571429% - 20px);
  }

  .small-down--five-sevenths {
    width: calc(71.4285714286% - 20px);
  }

  /* Eighths */
  .small-down--one-eighth {
    width: calc(12.5% - 20px);
  }

  .small-down--two-eighths {
    width: calc(25% - 20px);
  }

  .small-down--three-eighths {
    width: calc(37.5% - 20px);
  }

  .small-down--four-eighths {
    width: calc(50% - 20px);
  }

  .small-down--five-eighths {
    width: calc(62.5% - 20px);
  }

  .small-down--six-eighths {
    width: calc(75% - 20px);
  }

  .small-down--seven-eighths {
    width: calc(87.5% - 20px);
  }

  /* Tenths */
  .small-down--one-tenth {
    width: calc(10% - 20px);
  }

  .small-down--two-tenths {
    width: calc(20% - 20px);
  }

  .small-down--three-tenths {
    width: calc(30% - 20px);
  }

  .small-down--four-tenths {
    width: calc(40% - 20px);
  }

  .small-down--five-tenths {
    width: calc(50% - 20px);
  }

  .small-down--six-tenths {
    width: calc(60% - 20px);
  }

  .small-down--seven-tenths {
    width: calc(70% - 20px);
  }

  .small-down--eight-tenths {
    width: calc(80% - 20px);
  }

  .small-down--nine-tenths {
    width: calc(90% - 20px);
  }

  /* Twelfths */
  .small-down--one-twelfth {
    width: calc(8.3333333333% - 20px);
  }

  .small-down--two-twelfths {
    width: calc(16.6666666667% - 20px);
  }

  .small-down--three-twelfths {
    width: calc(25% - 20px);
  }

  .small-down--four-twelfths {
    width: calc(33.3333333333% - 20px);
  }

  .small-down--five-twelfths {
    width: calc(41.6666666667% - 20px);
  }

  .small-down--six-twelfths {
    width: calc(50% - 20px);
  }

  .small-down--seven-twelfths {
    width: calc(58.3333333333% - 20px);
  }

  .small-down--eight-twelfths {
    width: calc(66.6666666667% - 20px);
  }

  .small-down--nine-twelfths {
    width: calc(75% - 20px);
  }

  .small-down--ten-twelfths {
    width: calc(83.3333333333% - 20px);
  }

  .small-down--eleven-twelfths {
    width: calc(91.6666666667% - 20px);
  }

  /* Offsets */
  .small-down--offset-by-one {
    left: calc(6.25%);
  }

  .small-down--offset-by-two {
    left: calc(12.5%);
  }

  .small-down--offset-by-three {
    left: calc(18.75%);
  }

  .small-down--offset-by-four {
    left: calc(25%);
  }

  .small-down--offset-by-five {
    left: calc(31.25%);
  }

  .small-down--offset-by-six {
    left: calc(37.5%);
  }

  .small-down--offset-by-seven {
    left: calc(43.75%);
  }

  .small-down--offset-by-eight {
    left: calc(50%);
  }

  .small-down--offset-by-nine {
    left: calc(56.25%);
  }

  .small-down--offset-by-ten {
    left: calc(62.5%);
  }

  .small-down--offset-by-eleven {
    left: calc(68.75%);
  }

  .small-down--offset-by-twelve {
    left: calc(75%);
  }

  .small-down--offset-by-thirteen {
    left: calc(81.25%);
  }

  .small-down--offset-by-fourteen {
    left: calc(87.5%);
  }

  .small-down--offset-by-fifteen {
    left: calc(93.75%);
  }

  /* Remove gutter on first and last column (must be consistent size) */
  .equal-columns--outside-trim .small-down--one-half:nth-of-type(2n),
  .equal-columns--outside-trim .small-down--eight:nth-of-type(2n),
  .equal-columns--outside-trim .small-down--one-third:nth-of-type(3n),
  .equal-columns--outside-trim .small-down--one-fourth:nth-of-type(4n),
  .equal-columns--outside-trim .small-down--four:nth-of-type(4n),
  .equal-columns--outside-trim .small-down--one-fifth:nth-of-type(5n),
  .equal-columns--outside-trim .small-down--one-sixth:nth-of-type(6n),
  .equal-columns--outside-trim .small-down--one-seventh:nth-of-type(7n),
  .equal-columns--outside-trim .small-down--two:nth-of-type(8n) {
    margin-right: 0;
  }
  .equal-columns--outside-trim .small-down--one-half:nth-of-type(2n+1),
  .equal-columns--outside-trim .small-down--eight:nth-of-type(2n+1),
  .equal-columns--outside-trim .small-down--one-third:nth-of-type(3n+1),
  .equal-columns--outside-trim .small-down--one-fourth:nth-of-type(4n+1),
  .equal-columns--outside-trim .small-down--four:nth-of-type(4n+1),
  .equal-columns--outside-trim .small-down--one-fifth:nth-of-type(5n+1),
  .equal-columns--outside-trim .small-down--one-sixth:nth-of-type(6n+1),
  .equal-columns--outside-trim .small-down--one-seventh:nth-of-type(7n+1),
  .equal-columns--outside-trim .small-down--two:nth-of-type(8n+1) {
    margin-left: 0;
  }

  /* Remove side gutter on all columns */
}
@media only screen and (max-width: 480px) and (max-width: 480px) {
  .equal-columns--outside-trim {
    /* Reset previous margins */
    /* Set new margins on right */
    /* Set new margins on left */
  }
  .equal-columns--outside-trim .small-down--one-half.small-down--one-half,
  .equal-columns--outside-trim .small-down--eight.small-down--eight,
  .equal-columns--outside-trim .small-down--one-third.small-down--one-third,
  .equal-columns--outside-trim .small-down--one-fourth.small-down--one-fourth,
  .equal-columns--outside-trim .small-down--four.small-down--four,
  .equal-columns--outside-trim .small-down--one-fifth.small-down--one-fifth,
  .equal-columns--outside-trim .small-down--one-sixth.small-down--one-sixth,
  .equal-columns--outside-trim .small-down--one-seventh.small-down--one-seventh,
  .equal-columns--outside-trim .small-down--two.small-down--two {
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
  }
  .equal-columns--outside-trim .small-down--one-half:nth-of-type(2n),
  .equal-columns--outside-trim .small-down--eight:nth-of-type(2n),
  .equal-columns--outside-trim .small-down--one-third:nth-of-type(3n),
  .equal-columns--outside-trim .small-down--one-fourth:nth-of-type(4n),
  .equal-columns--outside-trim .small-down--four:nth-of-type(4n),
  .equal-columns--outside-trim .small-down--one-fifth:nth-of-type(5n),
  .equal-columns--outside-trim .small-down--one-sixth:nth-of-type(6n),
  .equal-columns--outside-trim .small-down--one-seventh:nth-of-type(7n),
  .equal-columns--outside-trim .small-down--two:nth-of-type(8n) {
    margin-right: 0;
  }
  .equal-columns--outside-trim .small-down--one-half:nth-of-type(2n+1),
  .equal-columns--outside-trim .small-down--eight:nth-of-type(2n+1),
  .equal-columns--outside-trim .small-down--one-third:nth-of-type(3n+1),
  .equal-columns--outside-trim .small-down--one-fourth:nth-of-type(4n+1),
  .equal-columns--outside-trim .small-down--four:nth-of-type(4n+1),
  .equal-columns--outside-trim .small-down--one-fifth:nth-of-type(5n+1),
  .equal-columns--outside-trim .small-down--one-sixth:nth-of-type(6n+1),
  .equal-columns--outside-trim .small-down--one-seventh:nth-of-type(7n+1),
  .equal-columns--outside-trim .small-down--two:nth-of-type(8n+1) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 480px) {
  .equal-columns--outside-trim .small-down--one-whole:nth-of-type(1n+1) {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
@media only screen and (max-width: 480px) {
  .equal-columns--outside-trim .small-down--one-half {
    width: calc(50% - (20px - (20px / 2)));
  }
}
@media only screen and (max-width: 480px) {
  .equal-columns--outside-trim .small-down--one-third {
    width: calc(33.3333333333% - (20px - (20px / 3)));
  }
}
@media only screen and (max-width: 480px) {
  .equal-columns--outside-trim .small-down--one-fifth {
    width: calc(20% - (20px - (20px / 5)));
  }
}
@media only screen and (max-width: 480px) {
  .equal-columns--outside-trim .small-down--one-fourth {
    width: calc(25% - (20px - (20px / 4)));
  }
}
@media only screen and (max-width: 480px) {
  .equal-columns--outside-trim .small-down--one-sixth {
    width: calc(16.6666666667% - (20px - (20px / 6)));
  }
}
@media only screen and (max-width: 480px) {
  .equal-columns--outside-trim .small-down--one-seventh {
    width: calc(14.2857142857% - (20px - (20px / 7)));
  }
}
@media only screen and (max-width: 480px) {
  .equal-columns--outside-trim .small-down--two {
    width: calc(12.5% - (20px - (20px / 8)));
  }
}
@media only screen and (max-width: 480px) {
  .equal-columns--outside-trim .small-down--four {
    width: calc(25% - (20px - (20px / 4)));
  }
}
@media only screen and (max-width: 480px) {
  .equal-columns--outside-trim .small-down--seven {
    width: calc(43.75% - (20px - (20px / 2)));
  }
}
@media only screen and (max-width: 480px) {
  .equal-columns--outside-trim .small-down--eight {
    width: calc(50% - (20px / 2));
  }
}
@media only screen and (max-width: 480px) {
  .equal-columns--outside-trim .small-down--nine {
    width: calc(56.25% - (20px - (20px / 2)));
  }
}
@media only screen and (max-width: 480px) {
  .has-no-side-gutter.has-background {
    padding-right: 0px;
    padding-left: 0px;
  }
  .has-no-side-gutter .small-down--one-whole,
  .has-no-side-gutter .small-down--one-half,
  .has-no-side-gutter .small-down--eight,
  .has-no-side-gutter .small-down--one-third,
  .has-no-side-gutter .small-down--two-thirds,
  .has-no-side-gutter .small-down--one-fourth,
  .has-no-side-gutter .small-down--four,
  .has-no-side-gutter .small-down--one-fifth,
  .has-no-side-gutter .small-down--three-fifths,
  .has-no-side-gutter .small-down--two-fifths,
  .has-no-side-gutter .small-down--one-sixth,
  .has-no-side-gutter .small-down--one-seventh,
  .has-no-side-gutter .small-down--one-eighth,
  .has-no-side-gutter .small-down--two {
    margin-right: 0;
    margin-left: 0;
  }
  .has-no-side-gutter .small-down--one-whole {
    width: 100%;
  }
  .has-no-side-gutter .small-down--one-half {
    width: 50%;
  }
  .has-no-side-gutter .small-down--one-third {
    width: 33.3333333333%;
  }
  .has-no-side-gutter .small-down--one-fourth {
    width: 25%;
  }
  .has-no-side-gutter .small-down--one-fifth {
    width: 20%;
  }
  .has-no-side-gutter .small-down--two-fifths {
    width: 40%;
  }
  .has-no-side-gutter .small-down--three-fifths {
    width: 60%;
  }
  .has-no-side-gutter .small-down--one-sixth {
    width: 16.6666666667%;
  }
  .has-no-side-gutter .small-down--one-seventh {
    width: 14.2857142857%;
  }
  .has-no-side-gutter .small-down--one-eighth {
    width: 12.5%;
  }
  .has-no-side-gutter .small-down--two-thirds {
    width: 66.6666666667%;
  }
  .has-no-side-gutter .small-down--two {
    width: 12.5%;
  }
  .has-no-side-gutter .small-down--four {
    width: 25%;
  }
  .has-no-side-gutter .small-down--seven {
    width: 43.75%;
  }
  .has-no-side-gutter .small-down--eight {
    width: 50%;
  }
  .has-no-side-gutter .small-down--nine {
    width: 56.25%;
  }
}
@media only screen and (max-width: 480px) {
  .small-down--show {
    display: block !important;
  }
}
@media only screen and (max-width: 480px) {
  .small-down--hide {
    display: none !important;
  }
}
@media only screen and (max-width: 480px) {
  .small-down--text-left {
    text-align: left !important;
  }
}
@media only screen and (max-width: 480px) {
  .small-down--text-right {
    text-align: right !important;
  }
}
@media only screen and (max-width: 480px) {
  .small-down--text-center {
    text-align: center !important;
  }
}
/*================ Build Grid Push Classes ================*/
/* Can be used on inner div inside container element to apply borders (that maintain the same width as columns) */
.container-border--top::before {
  display: block;
  content: "";
  height: 0;
  width: calc(100% - 20px);
  border-top: thin solid #a6bbd6;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  float: left;
}
@media only screen and (max-width: 480px) {
  .container-border--top::before {
    width: 100%;
  }
}

.container-border--bottom::after {
  display: block;
  content: "";
  height: 0;
  width: calc(100% - 20px);
  border-top: thin solid #a6bbd6;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  clear: both;
}
@media only screen and (max-width: 480px) {
  .container-border--bottom::after {
    width: 100%;
  }
}

/* Applied to container elements that need to be smaller than the $site-width */
.narrow-width--true.container {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

/* Override the max-width on container element and stretch full screen (wide_display) */
.container.full-width--true,
.full-width--true > .container {
  width: 100%;
  max-width: 100%;
}

@media only screen and (max-width: 480px) {
  .container.fullWidthMobile--true,
  .column.fullWidthMobile--true,
  .columns.fullWidthMobile--true {
    width: 100% !important;
    max-width: 100%;
  }
}

/* #Reset & Basics
================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

a:focus {
  outline: none;
}

a:active, a:hover {
  outline: none;
}

h1 {
  font-size: 2em;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: var(--c_black);
}

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: “”‘’;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button, input {
  line-height: normal;
}

button, html input[type=button],
input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], input[disabled] {
  cursor: default;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body, figure {
  margin: 0;
}

.section {
  max-width: 1290px;
}
.small-section {
  max-width: 1200px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}
.large-section {
  max-width: 1500px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}
.extra-large-section {
  max-width: 1660px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}


.section-padding {
  padding-top: 100px;
  padding-bottom: 100px;
}
.section-padding-small {
  padding-top: 60px;
  padding-bottom: 60px;
}
.desktop-only {
  display: block;
}
.mob-only,
.small-mob-only {
  display: none;
}
@media (max-width: 960px){
  .desktop-only {
    display: none;
  }
  .mob-only {
    display: block;
  }
}
.font-bold {
  font-weight: 700;
}
.contentminheight {
  min-height: 500px;
}
.redbutton,
.red-button,
.shopify-section--contact-section .custom-contact-form .contact_form_submit input.submit.action_button,
body #shopify-section-product-template .bottm-information-section a,
.how-to-container .how-to-container-content .content p a,
.collection-grips .features-section a,
.collection-grips .all-product-button a,
.shopify-section--contact-section .custom-contact-form .addition-info a,
.shopify-section--contact-section .custom-contact-form .addition-info .button {
  display: inline-block;
  margin: 20px 0 0;
  line-height: 22px;
  font-size: 16px;
  color: var(--c_white);
  background: var(--dark_red);
    transition: all linear .2s;
    -webkit-transition: all linear .2s;
    -moz-transition: all linear .2s;
    padding: 14px 20px;
    min-width: 246px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700
    }

.red-button {
    color: #FFFFFF!important;
}

.redbutton:hover,
.red-button:hover,
.shopify-section--contact-section .custom-contact-form .contact_form_submit input.submit.action_button:hover,
body #shopify-section-product-template .bottm-information-section a:hover,
.how-to-container .how-to-container-content .content p a:hover,
.collection-grips .features-section a:hover,
.collection-grips .all-product-button a:hover,
.shopify-section--contact-section .custom-contact-form .addition-info a:hover,
.shopify-section--contact-section .custom-contact-form .addition-info .button:hover {
  background: var(--light_blue);
    color: var(--c_white);
      }

body.page h2 {
  margin: 30px 0 15px;
  line-height: 1.2;
}

body.page h3 {
  text-transform: none;
  font-size: 20px;
  margin-bottom: 5px;
}

body.page a.redbutton,
body.page a.red-button,
body.page #shopify-section-product-template .bottm-information-section a,
body.page .how-to-container .how-to-container-content .content p a,
.how-to-container .how-to-container-content .content p body.page a,
body.page .collection-grips .features-section a,
.collection-grips .features-section body.page a,
body.page .collection-grips .all-product-button a,
.collection-grips .all-product-button body.page a,
body.page .shopify-section--contact-section .custom-contact-form .addition-info a,
.shopify-section--contact-section .custom-contact-form .addition-info body.page a {
  margin: 15px 0;
}

body.page ul li:last-child {
  margin-bottom: 0;
}



legend, button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

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

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
@media only screen and (max-width: 960px) {
  .clear {
    display: none;
  }
}

/* #Fonts
================================================== */@font-face {
  font-family: Montserrat;
  font-weight: 400;
  font-style: normal;
  src: url("../woff2/montserrat_n4.1d581f6d4bf1a97f4cbc0b88b933bc136d38d17878ca.woff2") format("woff2"),
       url("../woff/montserrat_n4.cfce41a967758ce5a9b7d48daeb5b028fd977a9ba97a.woff") format("woff");
}


@font-face {
  font-family: Montserrat;
  font-weight: 700;
  font-style: normal;
  src: url("../woff2/montserrat_n7.c496e9cf2031deec4c4bca338faa81971c8631d45540.woff2") format("woff2"),
       url("../woff/montserrat_n7.78b0223375c94b39ce1af7e09a0225f2bb3d05f729c3.woff") format("woff");
}


@font-face {
  font-family: Montserrat;
  font-weight: 400;
  font-style: italic;
  src: url("../woff2/montserrat_i4.ae02483b3d5e8777d0d4a4ccf396482c364d895511ac.woff2") format("woff2"),
       url("../woff/montserrat_i4.ba28d1a04ec09448de486d83c63235903dfc0af8e16b.woff") format("woff");
}


@font-face {
  font-family: Montserrat;
  font-weight: 700;
  font-style: italic;
  src: url("../woff2/montserrat_i7.83866c3eec90071fa974c17980ffb42977f9e667652b.woff2") format("woff2"),
       url("../woff/montserrat_i7.25524241b12d864609c85325613d60efcf1a87e30ec1.woff") format("woff");
}










@font-face {
  font-family: Montserrat;
  font-weight: 700;
  font-style: normal;
  src: url("../woff2/montserrat_n7.c496e9cf2031deec4c4bca338faa81971c8631d45540.woff2") format("woff2"),
       url("../woff/montserrat_n7.78b0223375c94b39ce1af7e09a0225f2bb3d05f729c3.woff") format("woff");
}


@font-face {
  font-family: Montserrat;
  font-weight: 900;
  font-style: normal;
  src: url("../woff2/montserrat_n9.ddaed62de62f3d3d87e64f4d0463dca05fc9c8e47292.woff2") format("woff2"),
       url("../woff/montserrat_n9.85cc5f32e331fc9b3a109639b08869c64782e1619364.woff") format("woff");
}


@font-face {
  font-family: Montserrat;
  font-weight: 700;
  font-style: italic;
  src: url("../woff2/montserrat_i7.83866c3eec90071fa974c17980ffb42977f9e667652b.woff2") format("woff2"),
       url("../woff/montserrat_i7.25524241b12d864609c85325613d60efcf1a87e30ec1.woff") format("woff");
}


@font-face {
  font-family: Montserrat;
  font-weight: 900;
  font-style: italic;
  src: url("../woff2/montserrat_i9.7523f2a03fdaaa8b60d141507f9ba8d5c839661a1d22.woff2") format("woff2"),
       url("../woff/montserrat_i9.fb9fe3dd44a3fefe44594bbed91d1246d54a459f34fb.woff") format("woff");
}


@font-face {
  font-family: Montserrat;
  font-weight: 400;
  font-style: normal;
  src: url("../woff2/montserrat_n4.1d581f6d4bf1a97f4cbc0b88b933bc136d38d17878ca.woff2") format("woff2"),
       url("../woff/montserrat_n4.cfce41a967758ce5a9b7d48daeb5b028fd977a9ba97a.woff") format("woff");
}


@font-face {
  font-family: Montserrat;
  font-weight: 400;
  font-style: italic;
  src: url("../woff2/montserrat_i4.ae02483b3d5e8777d0d4a4ccf396482c364d895511ac.woff2") format("woff2"),
       url("../woff/montserrat_i4.ba28d1a04ec09448de486d83c63235903dfc0af8e16b.woff") format("woff");
}


@font-face {
  font-family: Montserrat;
  font-weight: 400;
  font-style: normal;
  src: url("../woff2/montserrat_n4.1d581f6d4bf1a97f4cbc0b88b933bc136d38d17878ca.woff2") format("woff2"),
       url("../woff/montserrat_n4.cfce41a967758ce5a9b7d48daeb5b028fd977a9ba97a.woff") format("woff");
}


@font-face {
  font-family: Montserrat;
  font-weight: 700;
  font-style: normal;
  src: url("../woff2/montserrat_n7.c496e9cf2031deec4c4bca338faa81971c8631d45540.woff2") format("woff2"),
       url("../woff/montserrat_n7.78b0223375c94b39ce1af7e09a0225f2bb3d05f729c3.woff") format("woff");
}


@font-face {
  font-family: Montserrat;
  font-weight: 400;
  font-style: italic;
  src: url("../woff2/montserrat_i4.ae02483b3d5e8777d0d4a4ccf396482c364d895511ac.woff2") format("woff2"),
       url("../woff/montserrat_i4.ba28d1a04ec09448de486d83c63235903dfc0af8e16b.woff") format("woff");
}


@font-face {
  font-family: Montserrat;
  font-weight: 700;
  font-style: italic;
  src: url("../woff2/montserrat_i7.83866c3eec90071fa974c17980ffb42977f9e667652b.woff2") format("woff2"),
       url("../woff/montserrat_i7.25524241b12d864609c85325613d60efcf1a87e30ec1.woff") format("woff");
}


/* #Basic Styles
================================================== */
body {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  text-transform: none;
  color: #101820;
  line-height: 1.6em;
  overflow: auto;
  background-color: #ffffff;
}body.blocked-scroll {
  position: absolute;
  overflow: hidden;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

body.blocked-overflow {
  overflow: hidden;
}

::selection {
  background: #FFF7B6;
  color: var(--c_black);
}

abbr {
  border-bottom: 1px dotted #a6bbd6;
}

/* Theme editor */
.editor-visible--true {
  display: block !important;
}

/* Lazyloading styles */.transition--appear {
  opacity: 0;
  transition: opacity 0s !important;
  /* !important is to override the fade-in transition on product img */
}
.transition--appear.lazyloaded {
  opacity: 1;
}img[data-sizes=auto].lazyloaded {
  height: auto;
}

img[data-sizes=auto],
img[data-sizes="100vw"] {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* Ensures that small images are not stretched larger */
.image__container {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.image-element__wrap {
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.image-wrapper .image-element__wrap {
  width: 100%;
}

.image-element__wrap img {
  height: auto;
}
div.breadcrumb-collection {
  margin: 20px 0;
}
div.breadcrumb-collection.breadcrumb-collection--product {
  margin: 0;
}
@media only screen and (max-width: 960px) {
  div.breadcrumb-collection {
    text-align: center;
  }
}

.breadcrumb_text,
.article-pagination {
  margin-top: 0px;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 0;
}
@media only screen and (max-width: 960px) {
  .breadcrumb_text,
  .article-pagination {
    margin-top: 0;
  }
}
.breadcrumb_text .breadcrumb-divider,
.article-pagination .breadcrumb-divider {
  color: #a6bbd6;
  margin: 0 5px;
}

.breadcrumb_link:hover span {
  color: #a6bbd6;
}

.breadcrumb {
  font-size: 15px;
}
@media only screen and (max-width: 960px) {
  .breadcrumb {
    margin-bottom: 20px;
  }
}
body.product .breadcrumb_text .breadcrumb_link.has-mark span:after, .product-default .breadcrumb_text .breadcrumb_link.has-mark span:after {
  content: "\ae";
  vertical-align: super;
  font-size: smaller;
}
/* #Typography
================================================== */
.logo,
.header__logo {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Ubuntu, Helvetica Neue, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1.2em;
}.logo a span,
.header__logo a span {
  color: #ffffff;
}

/*  Headings  */


h1 {
  font-family: 'Play', "HelveticaNeue", "Helvetica Neue", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  line-height: 1.5;
  color: #202945;
  display: block;
  letter-spacing: 0px;
  text-rendering: optimizeLegibility;
  font-size: 44px;
  margin: 0 auto 15px;
  clear: both;
  padding-top: 4px;
}
h1 a:link, h1 a:visited {
  font-weight: inherit;
  color: #202945;
}
h1 a:hover, h1 a:active {
  color: #a6bbd6;
}
h1.collection_title_tags {
  padding-right: 25px;
  border-right: solid 1px #a6bbd6;
}

h2,
.h2,
h2.title {
  font-family: 'Play', "HelveticaNeue", "Helvetica Neue", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  line-height: 1.5;
  color: #202945;
  display: block;
  letter-spacing: 0px;
  text-rendering: optimizeLegibility;
  font-size: 40px;
  margin-bottom: 0.75em;
}
h2 a,
.h2 a,
h2.title a {
  font-weight: inherit;
}
h2.collection_title,
.h2.collection_title,
h2.title.collection_title {
  margin-bottom: 0;
  display: inline;
}
h2.product_name a,
.h2.product_name a,
h2.title.product_name a {
  color: #202945;
}

.cart h2 {
  margin-top: 0;
}

h3,
.h3 {
  font-family: 'Play', "HelveticaNeue", "Helvetica Neue", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  line-height: 1.5;
  color: #202945;
  display: block;
  letter-spacing: 0px;
  text-rendering: optimizeLegibility;
  font-size: 35px;
  margin: 0 auto 15px 0;
}
h3 a,
h3 a:visited,
.h3 a,
.h3 a:visited {
  font-weight: inherit;
  color: #202945;
}
h3.title,
.h3.title {
  line-height: 1.25;
  margin: 0 auto 15px;
  clear: both;
  padding-top: 4px;
}
h3.title a,
h3.title a:visited,
.h3.title a,
.h3.title a:visited {
  color: #202945;
}
h3.sub_title,
.h3.sub_title {
  padding: 5px 0;
  color: #202945;
}
h3.sub_title a,
.h3.sub_title a {
  color: #202945;
}

h4,
.h4 {
  font-family: 'Play', "HelveticaNeue", "Helvetica Neue", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  line-height: 1.5;
  color: #202945;
  display: block;
  letter-spacing: 0px;
  text-rendering: optimizeLegibility;
  font-size: 30px;
  margin: 0 0 0.5em 0;
  padding: 7px 0;
}
h4 a,
.h4 a {
  font-weight: inherit;
}
h4.title a,
.h4.title a {
  border: 0;
  padding: 0;
  margin: 0;
}

h5,
.h5 {
  font-family: 'Play', "HelveticaNeue", "Helvetica Neue", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  line-height: 1.5;
  color: #202945;
  display: block;
  letter-spacing: 0px;
  text-rendering: optimizeLegibility;
  font-size: 28px;
  margin: 0 0 0.5em 0;
  padding: 7px 0;
}
h5 a,
.h5 a {
  font-weight: inherit;
}
h5.sub_title,
.h5.sub_title {
  padding: 5px 0;
  color: #202945;
}
h5.sub_title a,
.h5.sub_title a {
  color: #202945;
}

h6,
.h6 {
  font-family: 'Play', "HelveticaNeue", "Helvetica Neue", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  line-height: 1.5;
  color: #202945;
  display: block;
  letter-spacing: 0px;
  text-rendering: optimizeLegibility;
  font-size: 26px;
  letter-spacing: 0px;
  margin: 0 0 0.5em 0;
  padding: 7px 0;
}
h6 a,
.h6 a {
  font-weight: inherit;
}
h6.title,
.h6.title {
  line-height: 32px;
  margin: 0 0 0.5em 0;
  color: #202945;
}

.cart h6 {
  margin-top: 0;
}

.collection_title {
  font-family: 'Play', "HelveticaNeue", "Helvetica Neue", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  line-height: 37px;
  color: #202945;
  display: block;
  letter-spacing: 0px;
  text-rendering: optimizeLegibility;
  font-size: 28px;
  margin: 0 auto 15px;
  clear: both;
  padding: 0px;
}
.collection_title a {
  font-weight: inherit;
  color: #202945;
}
.collection_title a:hover, .collection_title a:active {
  color: #a6bbd6;
}

div.collection_title {
  margin-bottom: 0;
  line-height: 44px;
  display: inline;
}
div.collection_title_tags {
  padding-right: 25px;
  border-right: solid 1px #a6bbd6;
}

/*  */
.page-details a.collection_title:hover {
    color: #202945;
}

.headline,
.empty_cart,
.promo-banner,
.title {
  font-family: 'Play', "HelveticaNeue", "Helvetica Neue", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  line-height: 1.5;
  color: #202945;
  display: block;
  letter-spacing: 0px;
  text-rendering: optimizeLegibility;
  font-size: 44px;
}

.title.center.blog a {
  color: #202945;
}

/*  Content  */
p {
  margin: 0 0 15px;
  font-style: normal;
  line-height: 1.6em;
}


body {
  overflow-x: hidden;
}
p {
  font-family: var(--montserrat);
    font-size: 16px;
    line-height: 26px;
    /*   margin-bottom:26px; */
    }
.content p:last-child {
  margin-bottom: 0;
}

p img {
  margin: 0;
}

sub {
  font-size: 60%;
}

i,
em {
  font-style: italic;
}

b,
strong {
  font-weight: bold;
}

small {
  font-size: 90%;
}

.feature img {
  position: relative;
  top: 7px;
  margin-right: 5px;
  width: 25px;
  height: 25px;
}

.onboard-text {
  margin: 0;
}

.feature p {
  font-size: smaller;
}

#featured_links {
  padding: 20px 0;
}

#featured_links h2 {
  padding-top: 15px;
}#featured_links .column,
#featured_links .columns {
  opacity: 1;
}/* Feature divider variables */
.feature_divider {
  width: 100%;
  margin-bottom: 20px;
  display: block;
  border: 0;
  border-color: #a6bbd6;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.feature_divider.no-margin {
  margin-bottom: 0px;
}
@media only screen and (max-width: 960px) {
  .feature_divider {
    margin-bottom: 10px;
  }
}

.page {
  overflow-wrap: anywhere;
}
/*  Blockquotes  */
blockquote,
blockquote p {
  font-size: 17px;
  line-height: 24px;
  font-style: italic;
}

blockquote {
  margin: 0 0 20px;
  padding: 9px 20px 0 19px;
  border-left: 1px solid #a6bbd6;
}
blockquote cite {
  display: block;
  font-size: 12px;
  color: #555;
}
blockquote cite a,
blockquote cite a:visited {
  color: #555;
}
blockquote cite:before {
  content: "— ";
}

hr {
  border-color: #a6bbd6;
  border-style: solid;
  clear: both;
  margin: 12px 0;
  height: 0;
}hr {
  border-width: 1px;
}/* #Links
================================================== */
a,
a:visited,
a span {
  color: #a6bbd6;
  text-decoration: none;
  position: relative;
  transition: color 0.1s linear;
}

a:hover,
a:focus {
  color: #a6bbd6;
}

a,
button,
input,
select,
textarea,
label,
summary {
  touch-action: manipulation;
}

/* #Lists
================================================== */
ul,
ol {
  margin-bottom: 20px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin: 4px 0 5px 30px;
}
ul ul li,
ul ol li,
ol ul li,
ol ol li {
  margin-bottom: 6px;
}
ul li,
ol li {
  margin-bottom: 12px;
}

ul {
  list-style: disc outside;
}
ul.square {
  list-style: square outside;
}
ul.circle {
  list-style: circle outside;
}
ul.disc {
  list-style: disc outside;
}
ul.large li {
  line-height: 21px;
}
ul.none {
  list-style: none outside;
  margin-left: 0;
}
ul.border {
  list-style: none outside;
  line-height: 26px;
}
ul.border li {
  border-bottom: 1px solid #a6bbd6;
  list-style: none outside none;
  padding: 12px 0;
  margin-bottom: 0;
}

ol {
  list-style: decimal;
}
/* #Images
================================================== */
/*
The purpose of the below declaration is to make sure images don't
exceed the width of columns they are put into when resizing window.
Unfortunately, this declaration breaks certain lightbox, slider or other plugins,
so the best solution is to individually call these properties on images that
are children of the grid that you want to resize with grid.
*/
.product_row img,
.product_image_col img,
.article img,
.section img,
.thumbnail img,
.page img,
.sidebar img,
.logo img,
.cart_image img,
.footer img,
#target img,
.column img,
.columns img {
  max-width: 100%;
  height: auto;
}

.image-crop--left img,
.image-crop--left .image-element__wrap {
  object-fit: cover;
  object-position: left;
  height: 100% !important;
}

.image-crop--right img,
.image-crop--right .image-element__wrap {
  object-fit: cover;
  object-position: right;
  height: 100% !important;
}

.image-crop--center img,
.image-crop--center .image-element__wrap {
  object-fit: cover;
  height: 100% !important;
}
.featured-link--half .image-element__wrap {
  height: 100%;
}
.featured-link--half .info.text-align--left {
  text-align: left;
}
@media (min-width: 961px){
  .featured-link--half img[data-sizes=auto].lazyloaded {
    height: 100%!important;
    object-fit: cover;
    width: 100%!important;
  }
}

.zoom-container {
  display: block;
}
/*! Flickity v2.0.10
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: 0;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}

.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: var(--c_white);
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  transform: translateY(-50%);
}

.flickity-prev-next-button:hover {
  background: var(--c_white);
}

.flickity-prev-next-button:focus {
  outline: 0;
  box-shadow: 0 0 0 5px #09f;
}

.flickity-prev-next-button:active {
  opacity: 0.6;
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-prev-next-button .arrow {
  fill: #333;
}

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

.flickity-enabled {
  position: relative;
  overflow: hidden;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-button.flickity-prev-next-button.next:focus,
.flickity-button.flickity-prev-next-button.previous:focus {
  opacity: 1;
}

/* Draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  filter: alpha(opacity=50);
  opacity: 0.5;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 32px;
  border: none;
  background: var(--c_white);
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  border-radius: 0;
  height: auto;
  max-width: 11%;
  transform: none;
}

.flickity-prev-next-button:hover {
  background: var(--c_white);
  border: none;
}

.flickity-prev-next-button:focus {
  outline: none;
}

.flickity-prev-next-button:hover, .flickity-prev-next-button:active {
  filter: alpha(opacity=80);
  opacity: 0.8;
}

.flickity-prev-next-button.previous {
  left: -1px;
}

.flickity-prev-next-button.next {
  right: -1px;
}

/* Right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: -1px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: -1px;
}

.flickity-prev-next-button:disabled {
  filter: alpha(opacity=10);
  /* IE8 */
  opacity: 0.1;
  cursor: auto;
}

.flickity-prev-next-button svg {
  top: 50%;
  transform: translateY(-50.1%);
  padding: 10px 0;
  position: absolute;
  left: 20%;
  width: 60%;
  height: 60%;
}

.flickity-prev-next-button .arrow {
  fill: #333333;
}

/* Color & size if no SVG - IE8 and Android 2.3 */
.flickity-prev-next-button.no-svg {
  color: #333333;
  font-size: 26px;
}

/* Page dots */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  filter: alpha(opacity=25);
  /* IE8 */
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  filter: alpha(opacity=100);
  /* IE8 */
  opacity: 1;
}

/* Custom sliders */
.flickity-slider > li {
  list-style-type: none;
  width: 100%;
  text-align: center;
}

/* General Flickity styling */
img[data-flickity-lazyload] {
  width: auto;
}

.slideshow-transition--fade .flickity-slider {
  transform: none !important;
}
.slideshow-transition--fade .gallery-cell {
  left: 0 !important;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  z-index: -1;
}
.slideshow-transition--fade .gallery-cell.is-selected {
  opacity: 1;
  z-index: 0;
}
/* Gallery page */
.lightbox-gallery .gallery-cell {
  width: 100%;
}
.lightbox-gallery .gallery-cell img {
  width: auto;
  max-height: 90vh;
  max-width: 100%;
  display: inline-block;
}
/* #Placeholders
================================================== */
.placeholder-svg {
  fill: rgba(32, 41, 69, 0.9);
  background-color: rgba(32, 41, 69, 0.5);
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  box-sizing: border-box;
  display: block;
}

.placeholder-svg--banner,
.placeholder-svg--slideshow,
.placeholder-svg--video {
  height: 500px;
}
@media only screen and (max-width: 960px) {
  .placeholder-svg--banner,
  .placeholder-svg--slideshow,
  .placeholder-svg--video {
    height: 350px;
    position: absolute;
  }
}
@media only screen and (max-width: 480px) {
  .placeholder-svg--banner,
  .placeholder-svg--slideshow,
  .placeholder-svg--video {
    height: 250px;
  }
}

.shopify-section--featured-promotions .feature-section:nth-child(even) .placeholder-svg--promotions {
  background-color: rgba(32, 41, 69, 0.6);
}

.image-with-text-section .featured-link--image:nth-child(odd) .placeholder-svg--promotions {
  background-color: rgba(16, 24, 32, 0.6);
  fill: rgba(32, 41, 69, 0.9);
}

.homepage-slideshow .flickity-slider .gallery-cell:nth-child(2n+1) .placeholder-svg--slideshow {
  background-color: rgba(32, 41, 69, 0.6);
}

.homepage-slideshow .flickity-slider .gallery-cell:nth-child(2n) .placeholder-svg--slideshow {
  background-color: rgba(32, 41, 69, 0.8);
}
/* #Videos
================================================== */
.video-wrapper {
  position: relative;
  background-color: #ffffff;
  /* Allows users to click embedded iframe ui when video paused */
}
.video-wrapper .video__overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
  pointer-events: none;
}
.video-wrapper.darken-video--true .video__overlay {
  background: rgba(0, 0, 0, 0.3);
}
.video-wrapper .plyr--video.plyr--paused .plyr__video-embed iframe {
  z-index: 5;
}
.video-wrapper .plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: none;
}
.video-wrapper.play-button-icon--visible .plyr--paused .plyr__control--overlaid {
  display: block;
  opacity: 1;
  min-width: unset;
}
.video-wrapper video {
  display: block;
  width: 100%;
  height: auto;
}
.video-wrapper .video__text-container, body.page-training .video-wrapper .video__text-container {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
  margin: auto;
  z-index: 2;
  pointer-events: none;
}
@media only screen and (max-width: 960px) {
  .video-wrapper .video__text-container.text-below-image--true {
    position: static;
    top: auto;
    transform: none;
  }
}
@media (max-width: 960px){
  .video__text-container-collection {
    position: absolute!important;
    height: 100%;
  }
}
.video-wrapper .video__text {
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.video-wrapper .video__text-wrapper {
  margin: 0;
  padding: 30px;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 960px) {
  .video-wrapper {
    display: flex;
    flex-direction: column;
  }
}
/* Applied to the slideshow, video and full-width banner images */
.banner-full-link {
  line-height: 0;
  font-size: 0;
  color: transparent;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}

.banner-full-link + .caption {
  pointer-events: none;
  cursor: pointer;
}

@media only screen and (max-width: 480px) {
  .full-width--true .caption {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1025px) {
  .full-width--true .caption {
    max-width: 960px;
    padding: 0;
  }
}
@media only screen and (min-width: 1401px) {
  .full-width--true .caption {
    max-width: 1200px;
    padding: 0;
  }
}

.caption {
  width: 100%;
  position: absolute;
  top: 50%;
  padding: 0 5%;
  z-index: 3;
  transform: translate(0, -50%);
}
@media only screen and (min-width: 961px) {
  .caption {
    max-width: 960px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1025px) {
  .caption {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 960px) {
  .caption {
    width: 100%;
  }
}
.caption a {
  pointer-events: all;
}
.caption.position-center {
  left: 0;
  right: 0;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 960px) {
  .caption.position-center {
    width: 85%;
  }
}
@media only screen and (max-width: 480px) {
  .caption.position-center {
    width: 100%;
  }
}
.caption.position-left {
  left: 0;
  right: 0;
  text-align: left;
}
.caption.position-right {
  left: 0;
  right: 0;
  text-align: right;
}
.caption .pretext {
  color: #202945;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  text-transform: none;
  font-size: 16px;
  letter-spacing: 0px;
  margin-bottom: 10px;
}@media only screen and (max-width: 480px) {
  .caption .pretext {
    font-size: 1.4em;
  }
}
@media only screen and (max-width: 960px) {
  .caption .pretext {
    font-size: 10.666666666666666px;
  }
}
@media only screen and (min-width: 961px) {
  .caption .pretext {
    font-size: 13.333333333333334px;
  }
}
@media only screen and (min-width: 961px) {
  .caption .pretext {
    font-size: 16px;
  }
}

.caption .headline {
  color: #202945;
  font-family: 'Play', "HelveticaNeue", "Helvetica Neue", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  font-size: 28px;
  letter-spacing: 0px;
  line-height: 37px;
  margin-bottom: 0px;
}/* @media only screen and (max-width: 480px) {
.caption .headline {
font-size: 2.6em;
}
}
@media only screen and (max-width: 960px) {
.caption .headline {
font-size: 18.666666666666668px;
}
}
@media only screen and (min-width: 961px) {
.caption .headline {
font-size: 23.333333333333332px;
}
}
@media only screen and (min-width: 1025px) {
.caption .headline {
font-size: 28px;
}
} */
.caption .subtitle {
  color: #101820;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  text-transform: none;
  font-style: none;
  font-size: 16px;
  letter-spacing: 0px;
  position: relative;
}@media only screen and (max-width: 480px) {
  .caption .subtitle {
    font-size: 1.4em;
  }
}
@media only screen and (max-width: 960px) {
  .caption .subtitle {
    font-size: 10.666666666666666px;
  }
}
@media only screen and (min-width: 961px) {
  .caption .subtitle {
    font-size: 13.333333333333334px;
  }
}
@media only screen and (min-width: 1025px) {
  .caption .subtitle {
    font-size: 16px;
  }
}
.caption .pretext:empty,
.caption .headline:empty,
.caption .subtitle:empty {
  display: none;
}
.caption .pretext:empty:before,
.caption .headline:empty:before,
.caption .subtitle:empty:before {
  height: 0;
}

@media only screen and (max-width: 480px) {
  .caption--below-true {
    margin: 35px auto !important;
    /* Force caption margin */
    font-size: 3vw;
    position: static;
    transform: none;
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .caption--below-true .pretext {
    color: #101820;
    text-shadow: none;
  }  
}
@media only screen and (max-width: 480px) {
  .caption--below-true .headline {
    color: #003595;
    text-shadow: none;
  }
}
@media only screen and (max-width: 480px) {
  .caption--below-true .subtitle {
    color: #101820;
    text-shadow: none;
  }
}
.caption--below-true .caption-background-true.caption-transparency-false {
  background-color: #1e1e1e;
}
@media only screen and (max-width: 480px) {
  .caption--below-true .caption-background-true.caption-transparency-false {
    background-color: transparent;
  }
}
@media only screen and (max-width: 480px) {
  .caption--below-true .caption-background-true.caption-transparency-true {
    background-color: transparent;
  }
}

@media only screen and (max-width: 480px) {
  .caption--below-false .caption-content.caption-background-true {
    padding: 15px;
  }
  .caption-content .action_button {
    width: 100% !important;
    margin: 5px 0px;
  }
  .caption--below-false a.highlight-false, .caption--below-false input[type=button].highlight-false,
  .caption--below-false a.highlight-true, .caption--below-false input[type=button].highlight-true,
  .caption--below-false a.continue-button {
    background-color: rgba(255, 255, 255, 0);
    color: #c10230;
    border: 1px solid #c10230;
  }
  .caption--below-false a.highlight-false:hover, .caption--below-false input[type=button].highlight-false:hover,
  .caption--below-false a.highlight-true:hover, .caption--below-false input[type=button].highlight-true:hover,
  .caption--below-false a.continue-button:hover {
    background-color: #c10230;
    border-color: #c10230;
    color: #ffffff;
  }
  .caption--below-false a.highlight-true,
  .caption--below-false input[type=button].highlight-true {
    background-color: #c10230;
    border-color: #c10230;
    color: #ffffff;
  }
}

.subtitle p a {
  pointer-events: all;
}

.caption-content {
  display: inline-block;
  float: none;
  max-width: 60%;
  font-size: 0;
}
@media only screen and (max-width: 960px) {
  .caption-content {
    max-width: 80%;
  }
}
@media only screen and (max-width: 480px) {
  .caption-content {
    width: 100%;
    max-width: 100%;
  }
}
.caption-content .action_button {
  margin: 10px;
  min-width: 246px;
  font-size: 16px;
}
@media only screen and (max-width: 960px) {
  .caption-content .action_button {
    margin: 5px;
    /* Tightens up stacked buttons on iPad */
  }
}
@media only screen and (max-width: 480px) {
  .caption-content .action_button {
    font-size: 16px;
  }
}
.caption-content.align-center {
  text-align: center;
}
@media only screen and (max-width: 960px) {
  .caption-content.align-center {
    max-width: 80%;
  }
}
@media only screen and (max-width: 480px) {
  .caption-content.align-center {
    width: 100%;
    max-width: 100%;
  }
}
.red {
  color: #C33;
}
.caption-content.align-left {
  text-align: left;
}
.caption-content.align-left:first-child .action_button {
  margin-left: 0;
}
.caption-content.align-left .subtitle:before {
  margin-left: 0;
}
.caption-content.align-right {
  text-align: right;
}
.caption-content.align-right:last-child .action_button {
  margin-right: 0;
}
.caption-content.align-right .subtitle:before {
  margin-right: 0;
}
.caption-content.caption-background-true {
  padding: 30px;
}
@media only screen and (max-width: 480px) {
  .caption-content.caption-background-true {
    padding: 0;
  }
}

/* Transparency settings for each type of caption */
.caption-background-true {
  background-color: #1e1e1e;
  /* Fallback */
}

a.highlight-false, input[type=button].highlight-false,
a.highlight-true, input[type=button].highlight-true,
a.continue-button {
  background-color: rgba(255, 255, 255, 0);
  color: #c10230;
  border: 1px solid #c10230;
  transition: background-color 0.2s linear, color 0.2s linear;
  margin: 25px 0;
}
a.highlight-false:hover, input[type=button].highlight-false:hover,
a.highlight-true:hover, input[type=button].highlight-true:hover,
a.continue-button:hover {
  background-color: #c10230;
  border-color: #c10230;
}a.highlight-false:hover, input[type=button].highlight-false:hover,
a.highlight-true:hover, input[type=button].highlight-true:hover,
a.continue-button:hover {
  color: #ffffff;
}@media only screen and (max-width: 480px) {
  a.highlight-false, input[type=button].highlight-false,
  a.highlight-true, input[type=button].highlight-true,
  a.continue-button {
    color: #101820;
    border-color: #101820;
    background-color: transparent;
  }
  a.highlight-false:hover, input[type=button].highlight-false:hover,
  a.highlight-true:hover, input[type=button].highlight-true:hover,
  a.continue-button:hover {
    border-color: #101820;
    background-color: #101820;
    color: #ffffff;
  }
}



a.continue-button,
a.highlight-false--dark,
input[type=button].highlight-false--dark {
  color: #101820;
  border-color: #101820;
  background-color: transparent;
}
a.continue-button:hover,
a.highlight-false--dark:hover,
input[type=button].highlight-false--dark:hover {
  border-color: #101820;
  background-color: #101820;
  color: #ffffff;
}

.caption.position-bottom {
  bottom: 50px;
  top: auto;
  transform: translate(0);
}

.caption.position-top {
  top: 0;
  transform: translate(0);
}

.caption.caption-full-width {
  max-width: 100%;
  width: 100%;
  padding: 0 55px;
}

@media (min-width: 961px) {
  .caption .headline {
    color: var(--c_white) !important;
      text-shadow: 0 0 1px rgba(0, 0, 0, .4);
      }
}

.caption .subtitle p {
  margin-bottom: 10px;
}

@media (min-width: 961px) {
  .caption .subtitle {
    color: var(--c_white) !important;
      text-shadow: 0 0 1px rgba(0, 0, 0, .4);
      }
}

@media (max-width: 1499px) {
  .bottom-title {
    padding: 80px 40px;
  }
}

.bottom-title .title {
  font-size: 28px;
  font-weight: 700;
  font-family: var(--montserrat);
    }

.bottom-title .product-list .thumbnail {
  margin-bottom: 0;
}

@media (min-width: 1500px) {
  .bottom-title .product-list .thumbnail {
    margin: 0 45px;
    width: calc(25% - 90px);
  }
}

.bottom-title .section {
  max-width: 100%;
}

/* #Misc
================================================== */
.allow-clickthrough {
  pointer-events: none !important;
}

.hidden {
  display: none;
}

@media only screen and (max-width: 480px) {
  .hidden--mobile {
    display: none !important;
    /* Force on mobile devices */
  }
}

.remove {
  color: #101820;
}

.relative {
  position: relative;
}

.half-bottom {
  margin-bottom: 10px !important;
}

.add-bottom {
  margin-bottom: 20px !important;
}

.right {
  float: right;
  position: relative;
}

.left {
  float: left;
}

.inline {
  display: inline;
}

.center {
  text-align: center;
}

.align_right {
  text-align: right;
}

.align_left {
  text-align: left;
}

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

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

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

p.warning {
  text-align: center;
  font-weight: bold;
}

.warning--quantity {
  clear: both;
  display: inline-block;
  margin-top: 15px;
  width: auto;
  text-align: left;
}

@media only screen and (min-width: 961px) {
  .large--right {
    float: right;
    position: relative;
  }
}

.visuallyhidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.mini-cart__item p.warning {
  margin-top: 5px;
  text-align: left;
}

.mobile_only,
span.mobile_only,
.container div.mobile_only {
  display: none;
}

.no_border {
  border: none !important;
}

.extra_padding {
  padding-top: 4px;
}

div.hidden {
  display: none;
}

div.is-absolute {
  position: absolute !important;
  top: 0;
  margin-top: 0;
}

.full-width-image {
  width: 100%;
}

#instantclick-bar {
  background: #a6bbd6;
  z-index: 100000;
  height: 4px;
}

#grid .column,
#grid .columns {
  background: #ddd;
  height: 25px;
  line-height: 25px;
  margin-bottom: 10px;
  text-align: center;
  text-transform: uppercase;
  color: #555;
  font-size: 12px;
  font-weight: bold;
  border-radius: 2px;
}

#grid .column:hover,
#grid .columns:hover {
  background: #bbb;
  color: #333;
}

#grid .example-grid {
  overflow: hidden;
}

.items_left {
  margin: 0 0 15px;
  line-height: 1.6em;
  font-size: normal;
  font-style: italic;
  color: #a6bbd6;
}

.cart .paypal-button + .paypal-button {
  display: none;
}

.shopify-reviews.reviewsVisibility--false {
  display: none;
}
/* #Site Styles
================================================== */
div.content {
  padding: 30px 0px 15px 0;
}

.featured_text {
  font-size: 18px;
  line-height: 36px;
}
@media only screen and (max-width: 960px){
  .featured_text {
    font-size: 16px;
    line-height: 1.7em;
  }
}
.large_text {
  font-size: 28px;
  line-height: 50px;
}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) 
@media only screen and (max-width: 480px) {
h1,
h2,
h3,
h4,
h5,
h6,
.collection_title,
.empty_cart {
font-size: 110%;
line-height: 1.5em;
}

h1,
h1.home,
.title a,
h2 {
padding: 0;
}
}*/
@media only screen and (min-device-width: 320px) and (max-device-width: 1024px) {
  html {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
  }
}
@font-face {
  font-family: "turbo";
  src: url(../eot/turbob259.eot);
  src: url(../eot/turbob259.eot) format("embedded-opentype"), url(//www.versagripps.com/cdn/shop/t/56/assets/turbo.woff?v=150966577236684244781678978253) format("woff"), url(//www.versagripps.com/cdn/shop/t/56/assets/turbo.ttf?v=77481909974496710951678978253) format("truetype"), url(//www.versagripps.com/cdn/shop/t/56/assets/turbo.svg?v=173366358466109711321678978253) format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-]:before,
[class*=" icon-"]:before {
  font-family: "turbo";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.15em;
}

.icon-bag:before {
  content: "";
  background: url("../svg/bag7548.svg") no-repeat center center;
    margin: 0;
    width: 12px;
    height: 16px;
    }

.icon-cart:before {
  content: "";
}

.icon-check:before {
  content: "";
}

.icon-cross:before {
  content: "";
}

.icon-up-arrow:before {
  content: "";
}

.icon-down-arrow:before {
  content: "";
}

.icon-left-arrow:before {
  content: "";
}

.icon-right-arrow:before {
  content: "";
  margin-right: 0;
}

.icon-plus:before {
  content: "";
}

.icon-minus:before {
  content: "";
}

.icon-menu:before {
  content: "";
}

.icon-email:before {
  content: "";
}

.icon-pinterest:before {
  content: "";
}

.icon-rss:before {
  content: "";
}

.icon-houzz:before {
  content: "";
}

.icon-snapchat:before {
  content: "";
}

.icon-phone:before {
  content: "";
}

.icon-instagram:before {
  content: "";
}

.icon-vimeo:before {
  content: "";
}

.icon-search:before {
  content: "";
  background: url("../svg/searchabde.svg") no-repeat center center;
    margin: 0;
    width: 16px;
    height: 16px;  
    }

.icon-zoom:before {
  content: "";
}

.icon-youtube:before {
  content: "";
}

.icon-lock:before {
  content: "";
  color: #ffffff;
}

.icon-user:before {
  content: "";
  background: url("../svg/profile7ab3.svg") no-repeat center center;
    margin: 0;
    width: 16px;
    height: 16px;
    }

.icon-facebook:before {
  content: "";
}

.icon-twitter:before {
  content: "";
}

.icon-tumblr:before {
  content: "";
}

.icon-linkedin:before {
  content: "";
}

.icon-twitter-share:before {
  content: "";
}

.icon-facebook-share:before {
  content: "";
}

.icon-pinterest-share:before {
  content: "";
}

.icon-mail-share:before {
  content: "";
}

/*!
* animate.css -http://daneden.me/animate
* Version - 3.5.2
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2017 Daniel Eden
*/
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

.animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
  animation-duration: 0.75s;
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scaleX(1);
  }
}
.bounceIn {
  animation-name: bounceIn;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  animation-name: zoomOut;
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}

.delay-0s {
  animation-delay: 0;
}

.delay-025s {
  animation-delay: 0.25s;
  opacity: 0;
}

.delay-05s {
  animation-delay: 0.5s;
  opacity: 0;
}

.delay-075s {
  animation-delay: 0.75s;
  opacity: 0;
}

.delay-1s {
  animation-delay: 1s;
  opacity: 0;
}

.animate_right,
.animate_left,
.animate_up,
.animate_down {
  opacity: 0;
}

.ie .animated,
.ie .animate_right,
.ie .animate_left,
.ie .hsContent,
.ie #slide-1 .animated {
  opacity: 1 !important;
}

.ie delay-025s,
.ie .delay-0s,
.ie .delay-025s,
.ie .delay-05s,
.ie .delay-075s,
.ie .delay-1s {
  opacity: 1 !important;
}

.ie select {
  background-image: none !important;
}

@media only screen and (max-width: 960px) {
  .delay-0s,
  .delay-025s,
  .delay-05s,
  .delay-075s,
  .delay-1s,
  .animate_right,
  .animate_left,
  .animate_up,
  .animate_down {
    opacity: 1;
  }
}
/* #Page Details
================================================== */
.shopify-section--page-details-template .article {
  padding-bottom: 0;
}
.shopify-section--page-details-template div.container .featured_products {
  padding-top: 0;
}
.shopify-section--page-details-template .block__image_with_text_overlay .full-width--false,
.shopify-section--page-details-template .block__image_with_text .is-width-standard {
  padding-top: 20px;
}
@media only screen and (max-width: 480px) {
  .shopify-section--page-details-template .caption.position-center,
  .shopify-section--page-details-template .caption.position-left,
  .shopify-section--page-details-template .caption.position-right {
    margin: 5% 0 0 0;
  }
}

/* #Forms
================================================== */
form {
  margin-bottom: 20px;
}

fieldset {
  margin-bottom: 20px;
}
::-webkit-input-placeholder {
  color: #888;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #888;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #888;
}

:-ms-input-placeholder {
  color: #888;
}select {
  padding: 8px 14px 8px;
  border-radius: 0;
}input[type=text],
input[type=password],
input[type=email],
input[type=search],
input[type=url],
input[type=tel],
input[type=number],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=range],
input[type=color],
select,
textarea {
  display: block;
  width: 100%;
  height: 40px;
  min-height: 40px;
  box-sizing: border-box;
  padding: 0 10px;
  margin: 0;
  line-height: 22px;
  border: 1px solid #a6bbd6;
  outline: none;
  background: var(--c_white);
  color: #5f6a7d;
  font: 13px "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 15px;
  -webkit-appearance: none;
  appearance: none;
  text-rendering: optimizeLegibility;
}@media only screen and (max-width: 480px) {
  input[type=text],
  input[type=password],
  input[type=email],
  input[type=search],
  input[type=url],
  input[type=tel],
  input[type=number],
  input[type=date],
  input[type=month],
  input[type=week],
  input[type=time],
  input[type=range],
  input[type=color],
  select,
  textarea {
    font-size: 16px;
  }
}
textarea {
  min-height: 120px;
  padding: 15px 9px;
}
input[type=text]:active,
input[type=text]:focus,
input[type=password]:active,
input[type=password]:focus,
input[type=email]:active,
input[type=email]:focus,
input[type=search]:active,
input[type=search]:focus,
input[type=url]:active,
input[type=url]:focus,
input[type=tel]:active,
input[type=tel]:focus,
input[type=number]:active,
input[type=number]:focus,
input[type=date]:active,
input[type=date]:focus,
input[type=month]:active,
input[type=month]:focus,
input[type=week]:active,
input[type=week]:focus,
input[type=time]:active,
input[type=time]:focus,
input[type=range]:active,
input[type=range]:focus,
input[type=color]:active,
input[type=color]:focus,
select:active,
select:focus,
textarea:active,
textarea:focus {
  color: #444;
  border: 1px solid #aaa;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="range"],
input[type="color"],
select,
textarea {
  font-size: 16px;
  color: var(--light_blue);
    font-family: var(--montserrat);
      padding: 5px 10px;
      }
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
  appearance: none;
}

input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

input[type=number] {
  -moz-appearance: textfield !important;
  /* To ensure arrows arent present in firefox */
}

select::-ms-expand {
  display: none;
}



label,
legend,
.option_title {
  display: block;
  font-weight: bold;
  font-size: 13px;
  text-align: left;
  margin-bottom: 5px;
  text-transform: none;
}

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

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



.acceptsMarketing {
  margin-bottom: 20px;
}

.acceptsMarketing label {
  display: inline;
  margin-left: 5px;
}

input.sign_up[type=submit] {
  margin-left: 5px;
  display: inline-block;
}

input.contact_email[type=email] {
  width: 320px;
  display: inline-block;
  float: left;
}

.btn.action_button,
input.btn.action_button[type=submit],
input.btn.action_button[type=button] {
  width: inherit;
}

/* #Buttons
================================================== */
a.button,
.button,
button,
input[type=submit],
input[type=reset],
input[type=button],
.action_button,
a.action_button,
input.action_button[type=submit],
input.action_button[type=button],
input.action_button[type=button],
button.shopify-payment-button__button.shopify-payment-button__button--unbranded {
  background: #c10230;
  color: #ffffff;
  border: none !important;
  padding: 0 20px;
  text-align: center;
  cursor: pointer;
  min-width: 200px;
  min-height: 50px;
  height: 50px;
  line-height: 1.2;
  vertical-align: top;
  font-family: Montserrat, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s linear;
  -webkit-appearance: none;
  appearance: none;
}a.button,
.button,
button,
input[type=submit],
input[type=reset],
input[type=button],
.action_button,
a.action_button,
input.action_button[type=submit],
input.action_button[type=button],
input.action_button[type=button],
button.shopify-payment-button__button.shopify-payment-button__button--unbranded {
  border-radius: 0;
}a.highlight-true,
input[type=button].highlight-true {
  background-color: #c10230;
  border-color: #c10230;
}a.highlight-true,
input[type=button].highlight-true {
  color: #ffffff;
}@media only screen and (max-width: 480px) {
  a.highlight-true,
  input[type=button].highlight-true {
    border-color: #c10230;
    background-color: #c10230;
    color: #ffffff;
  }
}

.ie a.button,
.ie .button,
.ie button,
.ie input[type=submit],
.ie input[type=reset],
.ie input[type=button],
.ie .action_button,
.ie a.action_button,
.ie input.action_button[type=submit],
.ie input.action_button[type=button] {
  line-height: 40px;
}

a.button:hover,
input[type=submit]:hover,
input[type=reset]:hover,
input[type=button]:hover,
.action_button:hover,
input.action_button[type=submit]:hover,
input.action_button[type=button]:hover,
input.action_button[type=button]:hover,
button.shopify-payment-button__button.shopify-payment-button__button--unbranded:hover {
  background-color: #a6bbd6 !important;
  border: none;

}

a.button:active,
button:active,
input[type=submit]:active,
input[type=reset]:active,
input[type=button]:active,
.action_button:active,
input.action_button[type=submit]:active,
input.action_button[type=button]:active,
input.action_button[type=button]:active,
button.shopify-payment-button__button.shopify-payment-button__button--unbranded:active {
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  outline: 0;
}

.add_to_cart,
.product_form input.add_to_cart {
  width: 100%;
  margin-bottom: 0px;
}

input[type=submit],
input[type=reset],
input[type=button],
input.action_button[type=submit],
input.action_button[type=button],
button.action_button {
  display: inline-block;
}/* Animation for checkmark on add to cart button */
button.add_to_cart {
  position: relative;
}
button.add_to_cart .text {
  display: block;
  width: 100%;
  animation-duration: 0.5s;
}
button.add_to_cart .fadeInDown.text {
  animation-duration: 0.8s;
}

button .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
button .checkmark path {
  stroke-dasharray: 19.79 19.79;
  stroke-dashoffset: 19.79;
  stroke: #ffffff;
  opacity: 0;
}
button .checkmark.checkmark-active path {
  animation: drawCheckmark 0.5s linear alternate forwards;
}

@keyframes drawCheckmark {
  from {
    stroke-dashoffset: 19.79;
    opacity: 1;
  }
  to {
    stroke-dashoffset: 0;
    opacity: 1;
  }
}
.ie button .checkmark path {
  stroke-dashoffset: 0;
  opacity: 0;
}
.ie button .checkmark.checkmark-active path {
  animation: fadeCheckmark 0.5s linear alternate forwards;
}
@keyframes fadeCheckmark {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  button .checkmark path {
    stroke-dashoffset: 0;
    opacity: 0;
  }
  button .checkmark.checkmark-active path {
    animation: fadeCheckmark 0.5s linear alternate forwards;
  }

  @keyframes fadeCheckmark {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
}

/* #Newsletter
================================================== */
.newsletter {
  margin: 0px auto;
  max-width: 640px;
}

.input-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
  width: 100%;
}
@media only screen and (max-width: 960px) {
  .input-row {
    flex-direction: column;
    margin-left: 0px;
    margin-right: 0px;
  }
}
.input-row input {
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  max-height: 40px;
}
@media only screen and (max-width: 1024px) {
  .input-row input {
    margin: 5px 0;
  }
}
.input-row input.sign_up {
  display: inline-block;
  flex: none;
  max-height: 40px;
}
@media only screen and (max-width: 960px) {
  .input-row input.sign_up {
    width: 100%;
  }
}

.newsletter-both-names--true input.firstName {
  margin-right: 5px;
}

/* #Mobile search */
.mobile-search {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  z-index: 999999;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
}
@media only screen and (min-width: 961px) {
  .mobile-search {
    display: none !important;
    /* Ensure it does not display on larger screens */
  }
}
.mobile-search form {
  background-color: var(--c_blue);
  margin: 0;
  padding: 20px;
  position: relative;
  min-height: 70vh;
  width: 100%;
}
.mobile-search input#q {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  text-transform: uppercase;
  padding-left: 40px;
  padding-right: 20px;
  border: 0;
  border-bottom: 1px solid #a6bbd6;
}
.mobile-search input#q:focus, .mobile-search input#q:active {
  border-bottom: 1px solid #a6bbd6;
}
.mobile-search .icon-search {
  left: 30px;
  top: 8%;
  transform: none;
  width: auto;
  position: absolute;
  z-index: 1000;
  color: #ffffff;
  font-size: 20px;
  cursor: pointer;
  line-height: 1;
}
.mobile-search .icon-search:before{
  filter: invert(1);
}

.mobile-search .icon-cross {
  position: absolute;
  right: 30px;
  top: 33px;
  cursor: pointer;
  line-height: 1;
}
.mobile-search .search__results-wrapper {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.mobile-search .search__results {
  background-color: var(--c_white);
  margin-top: 0;
  padding: 20px;
}
.mobile-search .item-result:last-child {
  padding-bottom: 10px;
}


/* Newsletter popup */
.js-newsletter-popup {
  display: none;
}

.newsletter__lightbox .fancybox-content {
  width: 100%;
  max-width: 740px;
  padding: 0;
}@media only screen and (max-width: 480px) {
  .newsletter__lightbox .fancybox-close-small{
    display: block;
  }
  
}
@media only screen and (max-width: 960px) {
  .newsletter__lightbox .fancybox-close-small svg path {
    fill: var(--c_white);
  }
}.newsletter__lightbox .fancybox-toolbar {
  display: none;
}

.newsletter-popup {
  display: flex;
  background-color: #ffffff;
  padding: 0;
  width: 100%;
}@media only screen and (max-width: 960px) {
  .newsletter-popup {
    line-height: 0;
    flex-direction: column;
  }
}

@media only screen and (min-width: 961px) and (max-width: 1024px) {
  .popup-signup-show--true input.sign_up {
    margin-left: 0px;
  }
}

.popup-signup-show--false {
  display: none;
}

.newsletter-both-names--false .newsletter input[type=text] {
  width: 100%;
}

.newsletter-img {
  width: 40%;
}
@media only screen and (max-width: 960px) {
  .newsletter-img {
    width: 100%;
  }
}
.newsletter-img img {
  width: 100%;
  display: block;
}

.newsletter-info {
  text-align: center;
  color: #101820;
  background-color: #ffffff;
  height: auto;
  float: left;
}
@media only screen and (max-width: 960px) {
  .newsletter-info {
    padding: 20px;
    width: 100% !important;
    position: relative;
  }
}
.newsletter-info input.contact_email[type=email] {
  width: 65%;
  float: left;
}
@media only screen and (max-width: 1024px) {
  .newsletter-info input.contact_email[type=email] {
    width: 100%;
  }
}
.newsletter-info #contact_form input.sign_up[type=submit] {
  width: calc(35% - 10px);
}
@media only screen and (max-width: 1024px) {
  .newsletter-info #contact_form input.sign_up[type=submit] {
    width: 100%;
  }
}
.newsletter-info .input-row {
  margin-right: 0;
  margin-left: 0;
}
.newsletter-info .popup-signup-show--true {
  margin-top: 20px;
}

.newsletter-image--true .newsletter-popup__content {
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 960px) {
  .newsletter-image--true .newsletter-popup__content {
    width: 100%;
    display: block;
  }
}
@media only screen and (min-width: 1025px) {
  .newsletter-image--true {
    max-height: 875px;
  }
}

@media only screen and (min-width: 1025px) {
  .newsletter-image--true.object-fit--none {
    height: auto;
  }
}

.newsletter-image--false {
  justify-content: center;
}
.newsletter-image--false .newsletter-info {
  width: 100%;
  position: relative;
  height: auto;
  float: none;
}

.align-left .newsletter-info {
  right: 0;
}

.newsletter-description h2 {
  color: #101820;
  margin-top: 0;
}

.newsletter-description {
  padding: 40px;
  margin: 0 auto;
}
@media only screen and (max-width: 960px) {
  .newsletter-description {
    font-size: inherit;
    width: auto;
  }
}
@media only screen and (max-width: 480px) {
  .newsletter-description {
    padding: 20px;
  }
}
@media only screen and (min-width: 1025px) {
  .newsletter-description {
    min-width: 350px;
  }
}
@media only screen and (min-width: 1401px) {
  .newsletter-description {
    font-size: inherit;
  }
}

.newsletter-buttons .button {
  height: auto;
  background-color: transparent;
  color: #101820;
  border: 1px solid #101820;
  transition: background-color 0.2s cubic-bezier(0.55, 0.09, 0.68, 0.53), color 0.3s linear, border 0.2s cubic-bezier(0.55, 0.09, 0.68, 0.53);
  line-height: 1.5;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 10px;
  margin-bottom: 0;
}.newsletter-buttons .button {
  margin-left: 8px;
  margin-right: 8px;
}.newsletter-buttons .button:hover, .newsletter-buttons .button.highlight-true {
  background-color: #101820;
  color: #ffffff;
  border: 1px solid #101820;
}
@media only screen and (max-width: 480px) {
  .newsletter-buttons .button {
    margin-top: 5px;
  }
}
.newsletter_section h5 {
  color: #ffffff !important;
  padding-top: 0px;
  margin: 0;
}

.newsletter_section .newsletter-text p {
  margin-bottom: 0;
}

.newsletter_section .newsletter,
.password-page-row form {
  display: inline-block;
  padding-top: 0 !important;
  width: 450px;
}
@media only screen and (max-width: 480px) {
  .newsletter_section .newsletter,
  .password-page-row form {
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .newsletter_section .newsletter,
  .password-page-row form {
    width: 100%;
  }
}

.shopify-challenge__container {
  padding: 150px 0;
}
/* Home page - general
================================================== */
/* Full-width product slider */
.homepage-product-slider {
  margin: 0 10px;
}
@media only screen and (max-width: 960px) {
  .homepage-product-slider {
    margin: 0;
  }
}
.homepage-product-slider object.placeholder-image {
  width: 100%;
  display: block;
  height: auto;
  position: relative;
  padding-top: 100%;
}
.homepage-product-slider .placeholder-svg--product {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.homepage-product-slider.even-num-slides {
  padding-left: 10px;
  width: calc(100% - 20px);
}
@media only screen and (max-width: 960px) {
  .homepage-product-slider.even-num-slides {
    padding-left: 0;
    width: 100%;
  }
}

.products-slider.slider-gallery.products-length-6 .gallery-cell {
  width: calc(16.6% - 10px);
}
@media only screen and (max-width: 960px) {
  .products-slider.slider-gallery.products-length-6 .gallery-cell {
    width: calc(40% - 10px);
  }
}
.products-slider.slider-gallery.products-length-5 .gallery-cell {
  width: calc(20% - 10px);
}
@media only screen and (max-width: 960px) {
  .products-slider.slider-gallery.products-length-5 .gallery-cell {
    width: calc(40% - 10px);
  }
}
.products-slider.slider-gallery.products-length-4 .gallery-cell {
  width: calc(25% - 10px);
}
@media only screen and (max-width: 960px) {
  .products-slider.slider-gallery.products-length-4 .gallery-cell {
    width: calc(40% - 10px);
  }
}
.products-slider.slider-gallery.products-length-3 .gallery-cell, .products-slider.slider-gallery.products-length-2 .gallery-cell, .products-slider.slider-gallery.products-length-1 .gallery-cell {
  width: calc(33.33% - 10px);
}

.products-slider.slider-gallery .gallery-cell.visible-2 {
  width: calc(50% - 10px);
}
@media only screen and (max-width: 960px) {
  .products-slider.slider-gallery .gallery-cell.visible-2 {
    width: calc(50% - 10px);
  }
}
.products-slider.slider-gallery .gallery-cell.visible-3 {
  width: calc(33.33% - 10px);
}
@media only screen and (max-width: 960px) {
  .products-slider.slider-gallery .gallery-cell.visible-3 {
    width: calc(40% - 10px);
  }
}
.products-slider.slider-gallery .gallery-cell.visible-4 {
  width: calc(25% - 10px);
}
@media only screen and (max-width: 960px) {
  .products-slider.slider-gallery .gallery-cell.visible-4 {
    width: calc(40% - 10px);
  }
}
.products-slider.slider-gallery .gallery-cell.visible-5 {
  width: calc(20% - 10px);
}
@media only screen and (max-width: 960px) {
  .products-slider.slider-gallery .gallery-cell.visible-5 {
    width: calc(40% - 10px);
  }
}
.products-slider.slider-gallery .gallery-cell.visible-6 {
  width: calc(16.666% - 10px);
}
@media only screen and (max-width: 960px) {
  .products-slider.slider-gallery .gallery-cell.visible-6 {
    width: calc(40% - 10px);
  }
}
.products-slider.slider-gallery .gallery-cell.visible-7 {
  width: calc(14.2% - 10px);
}
@media only screen and (max-width: 960px) {
  .products-slider.slider-gallery .gallery-cell.visible-7 {
    width: calc(40% - 10px);
  }
}
.products-slider.slider-gallery .gallery-cell.visible-7 .product-details {
  font-size: 0.7rem;
}

/* Text below overlay on larger screens */
@media only screen and (max-width: 1024px) {
  .products-length-7 .product-info__caption {
    display: block;
  }
  .products-length-7 .thumbnail-overlay {
    display: none;
  }

  .products-length-8 .product-info__caption {
    display: block;
  }
  .products-length-8 .thumbnail-overlay {
    display: none;
  }

  .products-length-9 .product-info__caption {
    display: block;
  }
  .products-length-9 .thumbnail-overlay {
    display: none;
  }

  .products-length-10 .product-info__caption {
    display: block;
  }
  .products-length-10 .thumbnail-overlay {
    display: none;
  }

  .products-length-11 .product-info__caption {
    display: block;
  }
  .products-length-11 .thumbnail-overlay {
    display: none;
  }

  .products-length-12 .product-info__caption {
    display: block;
  }
  .products-length-12 .thumbnail-overlay {
    display: none;
  }

  .products-length-13 .product-info__caption {
    display: block;
  }
  .products-length-13 .thumbnail-overlay {
    display: none;
  }

  .products-length-14 .product-info__caption {
    display: block;
  }
  .products-length-14 .thumbnail-overlay {
    display: none;
  }

  .products-length-15 .product-info__caption {
    display: block;
  }
  .products-length-15 .thumbnail-overlay {
    display: none;
  }

  .products-length-16 .product-info__caption {
    display: block;
  }
  .products-length-16 .thumbnail-overlay {
    display: none;
  }
}
.featured_products.product-slider {
  padding-bottom: 0;
}
.featured_products.product-slider .columns {
  padding-bottom: 0;
}
/* #Home page - Featured products
================================================== */
.shopify-section--featured-products .section {
  margin: 20px auto;
}
.shopify-section--featured-products .section.is-width-wide {
  margin: 0 auto;
}
.shopify-section--featured-products .product-details {
  padding: 40px 2rem;
}

/* #Home page - text columns with images
================================================== */
.shopify-section--text-columns-with-images .border-style--box {
  padding: 10%;
  border: 1px solid #a6bbd6;
}
.shopify-section--text-columns-with-images .border-style--quote {
  padding-left: 20px;
  border-left: 1px solid #a6bbd6;
  margin-bottom: 10%;
}
.shopify-section--text-columns-with-images .large_text {
  font-family: , ;
  font-weight: ;
  font-style: ;
  text-transform: uppercase;
  line-height: 1.5;
  color: #202945;
  display: block;
  letter-spacing: 0px;
  text-rendering: optimizeLegibility;
  font-size: 57.2px;
}
.shopify-section--text-columns-with-images .text-column {
  margin-bottom: 25px;
}
.shopify-section--text-columns-with-images a.continue-button {
  margin-top: 10px;
}
.shopify-section--text-columns-with-images h2.title + .feature_divider {
  margin-bottom: 40px;
}
.shopify-section--text-columns-with-images img {
  margin: 0 0 15px;
}
/* ========================================================================= */
/* responsive css start here  */

@media(max-width: 1660px){
  .masonary-pg-text {
    padding: 60px 0 0;
  }

}

@media(max-width: 1500px){
  .page-new-our-team .image-slider-text-section.white-bg {
    padding: 90px 0;
  }

}

@media(max-width: 1199px){
  .masonary-pg-text {
    padding: 40px 0 0;
  }
}

@media(max-width: 960px){
  body .our-team-btm-banner {
    margin: 0 0 20px;
  }

  .masonary-pg-text .rich-text__content .featured_text {
    max-width: 100%;
  }

  .masonary-pg-text .rich-text__content .featured_text p {
    font-size: 14px;
    line-height: 24px;
  }

  .masonary-pg-text .rich-text__content h2.rich-text__heading{
    margin: 0 0 15px;
  }

  /*    */
  .page-new-our-team .image-slider-text-section.white-bg {
    padding: 0;
  }

  .page-new-our-team .image-slider-text-section .featured-link--half{
    width: 100%!important;
    margin: 0!important;
    padding: 0!important;
  }

  .page-new-our-team .image-slider-text-section .featured-link--half .info {
    width: 100%;
    padding: 40px 20px;
  }

  .page-new-our-team .full-video-section{
    margin: 0;
  }

}select.currencies option {
  background: #202945;
}select.currencies option {
  background: #202945;
}a, button, input, select, textarea, label, summary {
  touch-action: manipulation;
}
a, a:visited, a span {
  color: var(--light_blue);
  text-decoration: none;
  position: relative;
  transition: color .1s linear;
}
#comment_form .action_button, #contact_form .action_button {
  display: block;
  padding-left: 40px;
  padding-right: 40px;
}
#contact_form .action_button.sign_up {
  display: inline-block;
  width: 120px;
  padding-left: 0;
  padding-right: 0;
  float: none;
  width: 100%;
  max-width: 100%;
  font-size: 16px;
}
.content-page .athlete-btm-banner .banner .image-element__wrap img,
.made-in-usa .banner .image-element__wrap img {
  opacity: 0;
}
#shopify-section-full-video-with-text, #shopify-section-full-video-with-text-2, #shopify-section-full-video-with-text-3 {
  background: var(--c_blue);
  margin: 92px 0 40px;
}
.detail-sections .block__rich_text_and_image .section.brandpattern,
.content-page .athlete-btm-banner .banner .image-element__wrap,
.made-in-usa .banner .image-element__wrap,
#shopify-section-product-template .features-section,
.collection-grips .features-section {
  background-color: var(--c_blue);
  background-image: url(../svg/brand_pattern_lefte995.svg), url(//www.versagripps.com/cdn/shop/t/56/assets/brand_pattern_right.svg?v=76769447628316604481678978253);
  background-repeat: no-repeat, no-repeat;
  background-position: left center, right center;
  background-size: auto 100%, auto 100%;
}
#shopify-section-full-video-with-text .featured-link--half, #shopify-section-full-video-with-text-2 .featured-link--half, #shopify-section-full-video-with-text-3 .featured-link--half {
  background: transparent;
}
#shopify-section-full-video-with-text .featured-link--half.image-with-text__image-column, #shopify-section-full-video-with-text-2 .featured-link--half.image-with-text__image-column, #shopify-section-full-video-with-text-3 .featured-link--half.image-with-text__image-column {
  margin-top: -52px;
  padding-bottom: 52px;
}
#shopify-section-full-video-with-text .featured-link--half .video-wrapper, #shopify-section-full-video-with-text-2 .featured-link--half .video-wrapper, #shopify-section-full-video-with-text-3 .featured-link--half .video-wrapper {
  background: transparent;
}
#shopify-section-full-video-with-text .featured-link--half .info, #shopify-section-full-video-with-text-2 .featured-link--half .info, #shopify-section-full-video-with-text-3 .featured-link--half .info {
  max-width: 450px;
  margin: 0 auto;
}
#shopify-section-full-video-with-text .featured-link--half .info .collection_title, #shopify-section-full-video-with-text-2 .featured-link--half .info .collection_title, #shopify-section-full-video-with-text-3 .featured-link--half .info .collection_title {
  color: var(--light_blue) !important;
}
#shopify-section-full-video-with-text .featured-link--half .info p, #shopify-section-full-video-with-text-2 .featured-link--half .info p, #shopify-section-full-video-with-text-3 .featured-link--half .info p {
  color: var(--c_white);
}
@media (max-width: 960px){
  #shopify-section-full-video-with-text .featured-link--half .info, #shopify-section-full-video-with-text-2 .featured-link--half .info, #shopify-section-full-video-with-text-3 .featured-link--half .info {
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
  }
}
@media (min-width: 961px){
  #shopify-section-full-video-with-text-2 .image-with-text-container {
    flex-direction: row-reverse;
  }
}
@media (max-width: 1600px) {
  .detail-sections .block__rich_text_and_image .section.brandpattern,
  .content-page .athlete-btm-banner .banner .image-element__wrap,
  .made-in-usa .banner .image-element__wrap,
  #shopify-section-product-template .features-section,
  {
    background-position: -10% center, 110% center;
  }
}

@media (max-width: 1400px) {
  .detail-sections .block__rich_text_and_image .section.brandpattern,
  .content-page .athlete-btm-banner .banner .image-element__wrap,
  .made-in-usa .banner .image-element__wrap,
  #shopify-section-product-template .features-section,
   {
    background-position: -25% center, 125% center;
  }
}

@media (max-width: 1200px) {
  .detail-sections .block__rich_text_and_image .section.brandpattern,
  .content-page .athlete-btm-banner .banner .image-element__wrap,
  .made-in-usa .banner .image-element__wrap,
  #shopify-section-product-template .features-section{
    background-position: -50% center, 150% center;
  }
}
.gallery_template h3 {
  font-size: 32px;
  line-height: 38px;
  color: var(--dark_red);
    text-transform: uppercase;
    margin: 20px 0 10px!important;
    font-weight: 700;
    }
.gallery-section {
  text-align: center;
}

.gallery-section .gallery-image-wrapper, .gallery-section .gallery-empty-wrapper {
  margin-top: 5px;
  margin-bottom: 5px;
  position: relative;
}
.gallery-section.gallery-classic .gallery-image-wrapper, .gallery-section.gallery-classic .gallery-empty-wrapper {
  display: block;
}
.gallery-section.gallery-classic .add-padding {
  padding-top: 5px;
  padding-bottom: 5px;
}
.gallery-section a {
  display: block;
}
.gallery-section.gallery-classic .gallery-image-wrapper img, .gallery-section.gallery-classic .gallery-image-wrapper svg, .gallery-section.gallery-classic .gallery-empty-wrapper img, .gallery-section.gallery-classic .gallery-empty-wrapper svg {
  width: 100%;
  display: block;
}
.gallery-section.gallery-classic .add-padding {
  margin: 0;
  padding: 10px;
  width: 33.33%;
}

.gallery-section.gallery-classic .add-padding .gallery-cell {
  height: 100%;
}

.gallery-section.gallery-classic .add-padding .gallery-cell .image-element__wrap {
  max-width: 100%!important;
  height: 100%;
}

.gallery-section.gallery-classic .add-padding .gallery-cell .image-element__wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  max-height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  background: rgba(255, 255, 255, 0.95);
}
.gallery-image-wrapper .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: opacity 0.3s ease-in;
}
.gallery_template {
  margin: 0!important;
  padding: 0!important;
}
.display-table, .display-table-cell {
  width: 100%;
  height: 100%;
}
.gallery-section .display-table {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}
.gallery-section .display-table-cell {
  display: table-cell;
  vertical-align: middle;
  float: none;
}
.gallery-image-wrapper .overlay .icon-zoom {
  color: var(--c_white);
  font-size: 1.5em;
/*   top: 50%; */
}
.gallery-image-wrapper:hover .overlay {
  opacity: 1;
}
/* Product list - collections */
.product-list .thumbnail,
.slider-gallery .thumbnail,
.list-collections .thumbnail {
  position: relative;
  text-align: center;
  margin-bottom: 25px;
  display: block;
  /* Do not display thumbnail hover background if user picks none */
  
}
.product-list .thumbnail .thumbnail-overlay,
.slider-gallery .thumbnail .thumbnail-overlay,
.list-collections .thumbnail .thumbnail-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.3s ease-in;
}
.product-list .thumbnail .thumbnail-overlay > a,
.slider-gallery .thumbnail .thumbnail-overlay > a,
.list-collections .thumbnail .thumbnail-overlay > a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media only screen and (max-width: 960px) {
  .product-list .thumbnail .thumbnail-overlay,
  .slider-gallery .thumbnail .thumbnail-overlay,
  .list-collections .thumbnail .thumbnail-overlay {
    display: none;
  }
}
@media only screen and (min-width: 1401px) {
  .product-list .thumbnail .thumbnail-overlay,
  .slider-gallery .thumbnail .thumbnail-overlay,
  .list-collections .thumbnail .thumbnail-overlay {
    line-height: 1.5;
  }
}.product-list .thumbnail .thumbnail-overlay,
.slider-gallery .thumbnail .thumbnail-overlay,
.list-collections .thumbnail .thumbnail-overlay {
  background-color: rgba(0, 0, 0, 0.7);
}.product-list .thumbnail img,
.slider-gallery .thumbnail img,
.list-collections .thumbnail img {
  vertical-align: bottom;
  transition: opacity 0.3s ease-in;
  width: 100%;
  object-fit: contain;
  object-position: top center;
}
.product-list .thumbnail .product-info__caption,
.slider-gallery .thumbnail .product-info__caption,
.list-collections .thumbnail .product-info__caption {
  margin-top: 20px;
}.product-list .thumbnail .product-info__caption,
.slider-gallery .thumbnail .product-info__caption,
.list-collections .thumbnail .product-info__caption {
  display: block;
  font-family: 'play';
}@media only screen and (max-width: 960px) {
  .product-list .thumbnail .product-info__caption,
  .slider-gallery .thumbnail .product-info__caption,
  .list-collections .thumbnail .product-info__caption {
    display: block;
  }
}

@media only screen and (max-width: 1024px) {
  .touchevents .product-info__caption {
    display: block;
  }
  .touchevents .thumbnail-overlay {
    display: none;
  }
}
.hidden-product-link {
  line-height: 0;
  font-size: 0;
  color: transparent;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.featured_collections .thumbnail {
  text-align: center;
}

/* Swap to second image on hover */.has-secondary-media-swap img {
  visibility: visible;
  height: auto;
}
.has-secondary-media-swap .product_gallery {
  margin-bottom: 0;
}
.has-secondary-media-swap .secondary-media-hidden {
  opacity: 0;
  visibility: hidden;
  height: 0 !important;
  /* Override inline height on image-element snippet */
}/* Thumbnail overlay */

.quick_shop,
.view_all {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size: 16px;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  border: 1px solid #003595;
  padding: 10px 20px;
  margin-top: 2rem;
  color: #003595;
  opacity: 0;
  pointer-events: all;
  -webkit-appearance: none;
  appearance: none;
  transform: translate3d(0, 100%, 0);
  transition: opacity 0.3s ease-out, transform 0.3s ease-out, color 0.3s linear, background-color 0.3s linear;
}.quick_shop:hover,
.view_all:hover {
  color: #000000;
  background-color: #003595;
}.thumbnail .price span.money {
  color: #003595;
}
.thumbnail .price span.money:hover {
  color: #a6bbd6;
}
.thumbnail .sale span.money {
  color: #c10230;
}
.thumbnail .was_price span.money {
  color: #a6bbd6;
}/* Product banners */
.new {
  position: relative;
  display: inline;
  padding: 5px;
  border-radius: 2px;
  font-size: 12px;
}.product-list .thumbnail img,
.slider-gallery .thumbnail img {
  max-height: 270px;
  width: 100%;
  object-fit: contain;
}

.product-list .thumbnail video,
.product-list .thumbnail .plyr--youtube,
.slider-gallery .thumbnail video,
.slider-gallery .thumbnail .plyr--youtube {
  width: 100%;
  max-height: 270px;
}

.product-list .thumbnail .plyr--youtube,
.slider-gallery .thumbnail .plyr--youtube {
  height: 270px;
}

.product-list .thumbnail .plyr--youtube .plyr__video-embed,
.slider-gallery .thumbnail .plyr--youtube .plyr__video-embed {
  height: 100%;
}/* Sold out and coming soon text */
.thumbnail .sold-out,
.thumbnail .coming-soon {
  opacity: 0.5;
  color: #101820;
}

.thumbnail-overlay .sold-out,
.thumbnail-overlay .coming-soon {
  opacity: 0.5;
  color: #003595;
}

/* Sale text */
.sale,
.thumbnail .sale {
  color: #c10230;
}

.banner_holder {
  position: absolute;
  top: 0;
  right: 0;
}

.sale_banner,
.new_banner,
.preorder_banner {
  background: #c10230;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0px;
  padding: 8px 12px;
  text-align: center;
  color: var(--c_white);
  -webkit-appearance: none;
  appearance: none;
}
@media only screen and (max-width: 960px) {
  .sale_banner,
  .new_banner,
  .preorder_banner {
    padding: 4px 10px;
    font-size: smaller;
  }
}

.new_banner,
.preorder_banner {
  background: #a6bbd6;
}

a.secondary_button,
input.secondary_button {
  display: block;
  padding: 15px 0;
  text-align: center;
  border-top: solid 1px #a6bbd6;
  border-bottom: solid 1px #a6bbd6;
  margin: 10px 0;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 0px;
  color: #a6bbd6;
  -webkit-appearance: none;
  appearance: none;
}
a.secondary_button:hover, a.secondary_button:active, a.secondary_button:visited,
input.secondary_button:hover,
input.secondary_button:active,
input.secondary_button:visited {
  color: #a6bbd6;
}

.thumbnail .price,
.thumbnail .title {
  display: block;
  margin-bottom: 5px;
  font-size: inherit;
  line-height: 1.2;
}
.bottom-title .product-list .thumbnail:hover .product-info__caption .title {
  color: var(--dark_red);
    }
/* Sale text */
.sale,
.thumbnail .sale {
  color: #c10230;
}
a.secondary_button,
input.secondary_button {
  display: block;
  padding: 15px 0;
  text-align: center;
  border-top: solid 1px #a6bbd6;
  border-bottom: solid 1px #a6bbd6;
  margin: 10px 0;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 0px;
  color: #a6bbd6;
  -webkit-appearance: none;
  appearance: none;
}
img[data-sizes=auto].lazyloaded {
  height: auto;
}
.modal_price {
  padding-bottom: 8px;
  display: block;
}
.modal .modal_price,
.modal_price {
  font-size: 20px;
  margin-bottom: 10px;
  color: var(--blue1);
    font-family: var(--play);
      }
.was_price {
  text-decoration: line-through;
  color: var(--light_blue);
    text-shadow: none;
    font-weight: normal;
    }
.product .modal_price .current_price {
  font-size: 28px;
  line-height: 37px;
  color: var(--blue1);
    }

.product_section .modal_price,
.quick-shop__text-wrap .modal_price {
  display: flex;
  flex-wrap: wrap;
}
.product .modal_price {
  margin: 0 0 20px;
  padding: 0;
}

.product_section .modal_price .price__container,
.product_section .modal_price .sold-out__container,
.quick-shop__text-wrap .modal_price .price__container,
.quick-shop__text-wrap .modal_price .sold-out__container {
  display: inline-block;
}
.product_section .modal_price .price__container--display-price-true.has-margin-right,
.quick-shop__text-wrap .modal_price .price__container--display-price-true.has-margin-right {
  margin-right: 10px;
}
.product_section .modal_price .sold_out__container,
.quick-shop__text-wrap .modal_price .sold_out__container {
  min-width: 150px;
}

.quick-shop__text-wrap .modal_price.variant-unavailable .price__container {
  display: none;
}
/* #Page Banners
================================================== */
.banner.page-banner {
  width: 100%;
  overflow: hidden;
  max-height: 100vh;
}
.banner {
  position: relative;
  overflow: hidden;
}.banner {
  background-color: #202945;
}@media only screen and (max-width: 480px) {
  .banner {
    max-height: inherit;
    background-color: transparent;
  }
}
.banner img {
  width: 100%;
  display: block;
}
/* #Tabs
================================================== */
ul.tabs {
  display: block;
  margin: 25px 0;
  border-bottom: solid 1px #a6bbd6;
  border-top: 0;
  list-style: none outside;
  margin-left: 0;
  text-transform: uppercase;
  padding-left: 0;
}
ul.tabs:before, ul.tabs:after {
  content: " ";
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
ul.tabs:after {
  clear: both;
}
ul.tabs li {
  display: block;
  width: auto;
  height: 30px;
  padding: 0;
  float: left;
  margin-bottom: 0;
  border: 0;
  list-style: none outside;
  margin-left: 0;
  cursor: pointer;
}

ul.tabs li a {
  display: block;
  text-decoration: none;
  width: auto;
  height: 29px;
  line-height: 30px;
  margin-right: 60px;
  font-size: 13px;
  outline: none;
}
@media (max-width: 960px) {
  ul.tabs li a {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 960px) {
  ul.tabs li a {
    font-size: 12px;
  }
}
@media only screen and (max-width: 480px) {
  ul.tabs li a {
    margin-right: 20px;
  }
}

ul.tabs li a.active {
  border-bottom: solid 3px #a6bbd6;
  background-color: #ffffff;
  border-bottom: solid 3px #a6bbd6;
  height: 31px;
  position: relative;
  border-right-width: 1px;
  color: #101820;
}

ul.tabs li:last-child a {
  margin: 0;
}

ul.tabs-content {
  margin: 0;
  display: block;
  border: 0;
  padding-left: 0;
}

ul.tabs-content > li {
  display: none;
  border: 0;
}

ul.tabs-content > li.active {
  display: block;
  border: 0;
  padding-left: 0px;
}

ul.tabs-content ul {
  padding-left: 0;
}
.dark-overlay-true:after {
  content: "";
  position: absolute;
  z-index: 2;
  background: rgba(32, 41, 69, 0.5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (max-width: 480px) {
  .banner.dark-overlay-true:after {
    display: none;
  }
}
.quote {
  padding: 10px 0px;
  text-align: center;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: var(--light_blue);
}
.content-wrapper {
  width: 100%;
}
.full-video-section {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media(max-width: 960px){
  .full-video-section.collection {
    margin-top: 0;
  }
}
.video-section .video-wrapper__image {
  text-align: center;
  width: 100%;
}
.video-section .video-wrapper__image img {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.video-wrapper .video__text-wrapper {
  padding: 0;
}
.video-wrapper .video__text-wrapper a {
  padding: 0;
  background: url("../png/video_play_buttone07c.png") no-repeat center center;
  width: 100px !important;
  height: 100px;
  font-size: 0px !important;
  border: 0px;
  background-size: 100%;
  min-width: auto !important;
}
.video-wrapper .video__text-wrapper a:hover {
  background-color: transparent !important;
}

dl.faqAccordion {
  margin-bottom: 70px;
}

dl.faqAccordion dt button {
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
}
.accordion > dt > a, .accordion > dt > button,
.faqAccordion > dt > a,
.faqAccordion > dt > button {
  background: transparent;
  position: relative;
  padding: 24px 20px 24px 40px;
  color: #202945;
  border-bottom: 1px solid #a6bbd6 !important;
  text-align: left;
  display: block;
  cursor: pointer;
  width: 100%;
  outline: none;
  text-transform: initial;
  min-height: auto;
  height: auto;
  line-height: inherit;
  font-weight: bold;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  box-shadow: none;
  border-radius: 0px;
  font-size: 18px;
}
.accordion > dt > a:hover, .accordion > dt > a:focus, .accordion > dt > button:hover, .accordion > dt > button:focus,
.faqAccordion > dt > a:hover,
.faqAccordion > dt > a:focus,
.faqAccordion > dt > button:hover,
.faqAccordion > dt > button:focus {
  background: #ffffff;
  border: none;
  border-bottom: 1px solid #a6bbd6;
}
.accordion > dt > a::after, .accordion > dt > button::after,
.faqAccordion > dt > a::after,
.faqAccordion > dt > button::after {
  transform: translateY(-50.1%);
  position: absolute;
  top: 50%;
  left: 15px;
  font-size: 25px;
  content: "";
  background: url("../svg/vg-solid-plusa77b.svg");
    width: 18px;
    height: 18px;
    color: var(--blue1);
    }
.accordion > dt > a[aria-expanded=true]::after, .accordion > dt > button[aria-expanded=true]::after,
.faqAccordion > dt > a[aria-expanded=true]::after,
.faqAccordion > dt > button[aria-expanded=true]::after {
  background: url("../svg/vg-solid-minus38a7.svg");
    }
.accordion > dt:first-child > button,
.faqAccordion > dt:first-child > button {
  border-top: none;
}
.accordion > dd,
.faqAccordion > dd {
  color: #101820;
  padding: 20px 0px 20px 0px;
  display: none;
}
.accordion > dd[aria-hidden=true],
.faqAccordion > dd[aria-hidden=true] {
  display: none;
}
@media only screen and (max-width: 960px) {
  .accordion > dd,
  .faqAccordion > dd {
    margin-left: 15px;
  }
}
.accordion>dd, .faqAccordion>dd {
  color: var(--blue1);
    padding: 20px 90px;
    display: none;
    margin: 0;
    }
.accordion>dd, .faqAccordion>dd {
  padding: 20px 50px;
}
.accordion dt small {
  display: none;
}

/* Accordion tabs */
.accordion-tabs > a {
  display: block;
  background-color: #D1D3D4;
  margin: 10px 0;
  padding: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--c_black);
}
.accordion-tabs > a :hover {
  cursor: pointer;
}
.accordion-tabs > li[id*=tab] {
  display: none;
  list-style: none;
}
.description p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 100;
  margin-bottom: 20px;
}
.description p:last-child {
  margin-bottom: 0;
}
/* Fancybox */
.fancybox-bg {
  opacity: 1;
  background-color: rgba(43, 46, 56, 0.9);
}
/* @media only screen and (max-width: 480px) {
  .fancybox-bg {
    background-color: rgba(255, 255, 255, 0.99);
  }
} */

@media only screen and (min-width: 481px) {
  .fancybox-toolbar {
    display: none;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .fancybox-slide {
    padding: 44px 0;
  }
}

/* Add border around images */
@media only screen and (min-width: 481px) {
  .fancybox-slide--image {
    padding: 44px;
  }
}
.fancybox-slide--image .fancybox-image {
  object-fit: contain;
  height: 100%;
}
.fancybox-slide--image .fancybox-image-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
}
.fancybox-slide--image .fancybox-content {
  padding: 0;
  background-color: var(--c_white);
}
@media only screen and (min-width: 481px) {
  .fancybox-slide--image .fancybox-content {
    box-shadow: 0px 0px 0px 30px var(--c_white);
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .fancybox-slide--image .fancybox-content {
    position: relative !important;
    width: 100%;
    height: 100%;
  }
}
.fancybox-slide--image .fancybox-close-small {
  top: -30px;
  right: -30px;
}

.fancybox-is-scaling .fancybox-image-wrap,
.fancybox-can-pan .fancybox-image-wrap {
  width: 100%;
  height: 100%;
  margin: 0;
}

/* Hide elements while zooming or when zoomed-in */
.fancybox-is-scaling .fancybox-item,
.fancybox-can-pan .fancybox-item {
  display: none !important;
}

/* Style close button */
.fancybox-close,
.fancybox-close-small {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 36px;
  height: 36px;
  z-index: 2;
  color: #95979c;
  background-color: transparent;
}
.fancybox-close svg,
.fancybox-close-small svg {
  display: none;
}
.fancybox-close:hover,
.fancybox-close-small:hover {
  color: var(--c_black);
}
@media only screen and (max-width: 480px) {
  .fancybox-close,
  .fancybox-close-small {
    display: none;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .fancybox-close,
  .fancybox-close-small {
    display: block !important;
  }
}

.fancybox-close:before,
.fancybox-close-small:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "×";
  text-align: center;
}

.fancybox-button {
  min-height: auto;
}
.fancybox-close-small {
  min-width: unset;
}
.fancybox-slide .fancybox-content .fancybox-button {
  right: -36px;
  top: -10px;
}
@media only screen and (max-width: 480px) {
/*   .fancybox-button {
    background-color: var(--c_white);
  } */
  .fancybox-toolbar {
    display: none;
}
  .fancybox-close, .fancybox-close-small{
  	display: block;
  }
  .fancybox-button svg path {
    fill: #95979c;
  }
}

/* Style navigation elements */
.fancybox-content:hover .fancybox-nav {
  opacity: 1;
}

.fancybox-nav {
  transition: opacity 0.2s linear;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 50px;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  display: flex;
  justify-content: center;
  align-items: center;
}.fancybox-nav {
  background-color: rgba(255, 255, 255, 0.25);
}.fancybox-nav span {
  pointer-events: none;
}
.fancybox-nav svg path {
  fill: #333333;
}

.fancybox-next {
  right: 0;
}

.fancybox-prev {
  left: 0;
}.fancybox-nav:hover {
  background-color: rgba(255, 255, 255, 0.5);
}.fancybox-nav span {
  position: absolute;
  width: 36px;
  height: 36px;
  cursor: pointer;
}
.product_gallery img {
  background-color: var(--c_white);
}
.product_gallery .gallery-cell {
  width: 100%;
  display: block;
  margin-right: 10px;
  position: relative;
}
/* @media only screen and (max-width: 1024px) {
  .touchevents .fancybox-nav {
    display: none;
  }
} */
.back-link {
  padding-top: 30px;
  padding-left: 10px;
  margin: 40px 0;
}
.back-link a {
  font-weight: 700;
}
@media (max-width: 1199px){
  .back-link {
    margin: 20px 0;
  }
}
@media (max-width: 960px){
  .back-link {
    margin: 0 20px;
    padding-left: 0;
  }
}
.product_gallery.flickity-enabled {
  opacity: 1;
}
.banner .image-element__wrap img {
  opacity: .5;
}
.content-page .banner .image-element__wrap img{
  height: 525px;
  object-fit: cover;
}
.content-page .caption .headline {
  font-size: 40px;
  line-height: 44px;
  color: var(--c_white);
  padding: 0;
}
#shopify-section-video-with-text {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 30px 0;
}
#shopify-section-video-with-text {
  background-color: var(--c_blue);
}
#shopify-section-video-with-text {
  margin-top: 35px;
  padding: 42px 0;
}
@media only screen and (max-width: 960px){
  input.action_button {
    margin-bottom: 1em !important;
  }
  .desktop-btn {
    display: none;
  }
  .mobile-btn {
    margin-left: 0!important;
    margin-right: 0!important;
    width: 100%!important;
  }
}
.action_bottom .note {
  vertical-align: middle;
  line-height: 40px;
}
@media screen and (min-width: 961px){
  .mobile-btn {
    display: none;
  }
}
.customers-account .address_actions .action_edit a:hover, .customers-account .address_actions .action_delete a:hover, .customers-addresses .address_actions .action_edit a:hover, .customers-addresses .address_actions .action_delete a:hover {
    color: var(--blue1);
}
a.action_button.first_button.highlight-true,
a.action_button.first_button.highlight-tru{
    color: var(--c_white);
}
select {
  background: url("../png/selectf1dd.png") no-repeat 96% 50%;
  background-size: 18px 12px;
  border: 1px solid var(--c_gray);
  -webkit-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
}

/*  */
/*  */
.product-quantity-box .product-plus, .product-quantity-box .product-minus {
	background: #ffffff;
	font-weight: 300;
	position: relative;
	cursor: pointer;
	height: 44px;
	display: block;
	width: 44px;
	text-align: center;
	float: left;
}

.product-quantity-box .quantity, .product-quantity-box .quantity:focus, .product-quantity-box .product-plus, .product-quantity-box .product-minus {
	border: #202945 1px solid;
	color: #202945;
}

.product-quantity-box .product-minus {
	border-right: 0;
}

.product-quantity-box .product-plus {
	border-left: 0;
}

.okeReviews-widget-holder {
    max-width: 1600px;
    width: 95%!important;
    margin: 75px auto 15px;
}

.customize-versa-gripps-cares-pro-series .section.bgpattern {
    display: none;
}
.sticky_nav--stick .header-bar {
	display: none;
}
.sticky_nav--stick .main-nav .search-container {
  z-index: 1;
}



