/*============================================================================
Venture by Shopify
==============================================================================*/
/*================ SASS HELPERS ================*/
/*============================================================================
Convert pixels to ems

eg. for a relational value of 12px write em(12) when the parent is 16px
if the parent is another value say 24px write em(12, 24)

Based on https://github.com/thoughtbot/bourbon/blob/master/app/assets/stylesheets/functions/_px-to-em.scss
==============================================================================*/
/*============================================================================
Strips the unit from a number.

@param {Number (With Unit)} $value
@example scss - Usage
$dimension: strip-units(10em);
@example css - CSS Output
$dimension: 10;
@return {Number (Unitless)}

based on https://github.com/thoughtbot/bourbon/blob/master/app/assets/stylesheets/functions/_strip-units.scss
==============================================================================*/
/*================ THEME SASS HELPERS ================*/
/*================ Prefix mixins ================*/
/*============================================================================
Flexbox prefix mixins from Bourbon
https://github.com/thoughtbot/bourbon/blob/master/app/assets/stylesheets/css3/_flex-box.scss
==============================================================================*/
/*================ Style mixins ================*/
/*================ SASS VARIABLES & SETTINGS ================*/
/*============================================================================
Grid Breakpoints and Class Names
- Do not change the variable names
==============================================================================*/
/*============================================================================
Generate breakpoint-specific column widths and push classes
- Default column widths: $grid-breakpoint-has-widths: ($small, $medium-up);
- Default is no push classes
==============================================================================*/
/*================ Color Variables ================*/
/*================ Sizing Variables ================*/
/*================ Product Grid ================*/
/*================ Product slider ================*/
/*================ Collection Grid ================*/
/*================ Typography Variables ================*/
@font-face {
  font-family: Roboto;
  font-weight: 700;
  font-style: normal;
  src: url("https://fonts.shopifycdn.com/roboto/roboto_n7.51ede27d5b58491d9cf07ad184108da52fef80b4.woff2?h1=cGFjc2FmZS5jb20&hmac=4741f20b454ea5c5432604500e64db5ab7715f9254403913120f6e0e84aaba08") format("woff2"), url("https://fonts.shopifycdn.com/roboto/roboto_n7.1babbb6a27f91b14216bafa40bf222e08f6999f4.woff?h1=cGFjc2FmZS5jb20&hmac=b65bc4b92501dc0781578d1c3d729cb252a6c33f70fb257aaaade384b3f94e5d") format("woff"); }

@font-face {
  font-family: Roboto;
  font-weight: 400;
  font-style: normal;
  src: url("https://fonts.shopifycdn.com/roboto/roboto_n4.da808834c2315f31dd3910e2ae6b1a895d7f73f5.woff2?h1=cGFjc2FmZS5jb20&hmac=72fdd744c11f6c82eb87207195d180059c2cec03b4519bc95dff6f51e6ee81fe") format("woff2"), url("https://fonts.shopifycdn.com/roboto/roboto_n4.a512c7b68cd7f12c72e1a5fd58e7f7315c552e93.woff?h1=cGFjc2FmZS5jb20&hmac=4b0655022854ddf7b7b204bd499af4c9e00a3eeeca252532337f0807492287c1") format("woff"); }

@font-face {
  font-family: Roboto;
  font-weight: 700;
  font-style: normal;
  src: url("https://fonts.shopifycdn.com/roboto/roboto_n7.51ede27d5b58491d9cf07ad184108da52fef80b4.woff2?h1=cGFjc2FmZS5jb20&hmac=4741f20b454ea5c5432604500e64db5ab7715f9254403913120f6e0e84aaba08") format("woff2"), url("https://fonts.shopifycdn.com/roboto/roboto_n7.1babbb6a27f91b14216bafa40bf222e08f6999f4.woff?h1=cGFjc2FmZS5jb20&hmac=b65bc4b92501dc0781578d1c3d729cb252a6c33f70fb257aaaade384b3f94e5d") format("woff"); }

@font-face {
  font-family: Roboto;
  font-weight: 400;
  font-style: italic;
  src: url("https://fonts.shopifycdn.com/roboto/roboto_i4.f98951b4b9b6e1096fc799cd05debd098bd422ac.woff2?h1=cGFjc2FmZS5jb20&hmac=bd346d208d5f3580192972115dfe862fccdfa4c86682a5114fd6cce6670fd588") format("woff2"), url("https://fonts.shopifycdn.com/roboto/roboto_i4.688a26691d45bc4053b6ae24a196cabdeedbc25c.woff?h1=cGFjc2FmZS5jb20&hmac=7aa875e35721881a960d6328f6849b1c8275af5af3396a560512d57609c7dfa3") format("woff"); }

@font-face {
  font-family: Roboto;
  font-weight: 700;
  font-style: italic;
  src: url("https://fonts.shopifycdn.com/roboto/roboto_i7.9c922c35bb84952cfb17e8c1d42e440e75aa8ccf.woff2?h1=cGFjc2FmZS5jb20&hmac=ed22431773205d3be25cda60e5287370754fe781a05f768c416c18dd8e287f14") format("woff2"), url("https://fonts.shopifycdn.com/roboto/roboto_i7.c50b5683f5731edb8040ff2110a54947108434de.woff?h1=cGFjc2FmZS5jb20&hmac=aff89735f04df55449338f04e0467add9284d7e72198f5e30aeef8e208afe527") format("woff"); }

/*================ Z-Index ================*/
/*================ Drawers ================*/
/*================ Sticky nav ================*/
/*================ Links and Buttons ================*/
/*================ Product and Collection Cards ================*/
/*================ Search in header ================*/
/*================ Meganav ================*/
/*================ Hero ================*/
/*================ Slate ================*/
  /*============================================================================
  Slate Table of Contents

  #Mixins
  #Grid
  #Normalize
  #Helper Classes
  #Basic Styles
  #Icons
  #Lists
  #Rich Text Editor
  #Links and Buttons
  #Tables
  #Reponsive Tables
  #Images and Iframes
  #Forms
  #Site Nav and Dropdowns
  #Section Headers
  #Giftcard Template
  ==============================================================================*/
/*================ #Mixins ================*/
/*================ Media Query Mixin ================*/
/*================ Media Query IE z-index Mixin ================*/
/*================ Responsive Show/Hide Helper ================*/
/*================ Responsive Text Alignment Helper ================*/
/*============================================================================
#Grid
==============================================================================*/
/*============================================================================
Grid Setup
1. Allow the grid system to be used on lists.
2. Remove any margins and paddings that might affect the grid system.
3. Apply a negative `margin-left` to negate the columns' gutters.
==============================================================================*/
.grid {
  *zoom: 1; }
  .grid:after {
    content: '';
    display: table;
    clear: both; }

.grid {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -20px; }

.grid__item {
  float: left;
  padding-left: 20px;
  width: 100%;
  -ms-flex-preferred-size: auto !important;
  -webkit-flex-basis: auto !important;
  -moz-flex-basis: auto !important;
  flex-basis: auto !important; }

.grid__item[class*="--push"] {
  position: relative; }

/*================ Flex grid ================*/
.flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }

.flex__item {
  position: relative;
  -webkit-flex: 1 1 100%;
  -moz-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  width: auto !important;
  min-width: 0; }

.flex__item--fixed {
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }

.flex__item.text-center {
  padding: 0 22.5px; }
  .flex__item.text-center img {
    max-width: 580px;
    width: 100%;
    display: block; }

/* @import url('https://fonts.cdnfonts.com/css/muro'); */
/*============================================================================
Grid Columns
- Create width classes, prepended by the breakpoint name.
==============================================================================*/
/*================ Grid push classes ================*/
/*================ Clearfix helper on uniform grids ================*/
/*================ Build Base Grid Classes ================*/
/** Whole */
.one-whole {
  width: 100%;
  -ms-flex-preferred-size: 100%;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  flex-basis: 100%; }

/* Halves */
.one-half {
  width: 50%;
  -ms-flex-preferred-size: 50%;
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  flex-basis: 50%; }

/* Thirds */
.one-third {
  width: 33.33333%;
  -ms-flex-preferred-size: 33.33333%;
  -webkit-flex-basis: 33.33333%;
  -moz-flex-basis: 33.33333%;
  flex-basis: 33.33333%; }

.two-thirds {
  width: 66.66667%;
  -ms-flex-preferred-size: 66.66667%;
  -webkit-flex-basis: 66.66667%;
  -moz-flex-basis: 66.66667%;
  flex-basis: 66.66667%; }

/* Quarters */
.one-quarter {
  width: 25%;
  -ms-flex-preferred-size: 25%;
  -webkit-flex-basis: 25%;
  -moz-flex-basis: 25%;
  flex-basis: 25%; }

.two-quarters {
  width: 50%;
  -ms-flex-preferred-size: 50%;
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  flex-basis: 50%; }

.three-quarters {
  width: 75%;
  -ms-flex-preferred-size: 75%;
  -webkit-flex-basis: 75%;
  -moz-flex-basis: 75%;
  flex-basis: 75%; }

/* Fifths */
.one-fifth {
  width: 20%;
  -ms-flex-preferred-size: 20%;
  -webkit-flex-basis: 20%;
  -moz-flex-basis: 20%;
  flex-basis: 20%; }

.two-fifths {
  width: 40%;
  -ms-flex-preferred-size: 40%;
  -webkit-flex-basis: 40%;
  -moz-flex-basis: 40%;
  flex-basis: 40%; }

.three-fifths {
  width: 60%;
  -ms-flex-preferred-size: 60%;
  -webkit-flex-basis: 60%;
  -moz-flex-basis: 60%;
  flex-basis: 60%; }

.four-fifths {
  width: 80%;
  -ms-flex-preferred-size: 80%;
  -webkit-flex-basis: 80%;
  -moz-flex-basis: 80%;
  flex-basis: 80%; }

/* Sixths */
.one-sixth {
  width: 16.66667%;
  -ms-flex-preferred-size: 16.66667%;
  -webkit-flex-basis: 16.66667%;
  -moz-flex-basis: 16.66667%;
  flex-basis: 16.66667%; }

.two-sixths {
  width: 33.33333%;
  -ms-flex-preferred-size: 33.33333%;
  -webkit-flex-basis: 33.33333%;
  -moz-flex-basis: 33.33333%;
  flex-basis: 33.33333%; }

.three-sixths {
  width: 50%;
  -ms-flex-preferred-size: 50%;
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  flex-basis: 50%; }

.four-sixths {
  width: 66.66667%;
  -ms-flex-preferred-size: 66.66667%;
  -webkit-flex-basis: 66.66667%;
  -moz-flex-basis: 66.66667%;
  flex-basis: 66.66667%; }

.five-sixths {
  width: 83.33333%;
  -ms-flex-preferred-size: 83.33333%;
  -webkit-flex-basis: 83.33333%;
  -moz-flex-basis: 83.33333%;
  flex-basis: 83.33333%; }

/* Eighths */
.one-eighth {
  width: 12.5%;
  -ms-flex-preferred-size: 12.5%;
  -webkit-flex-basis: 12.5%;
  -moz-flex-basis: 12.5%;
  flex-basis: 12.5%; }

.two-eighths {
  width: 25%;
  -ms-flex-preferred-size: 25%;
  -webkit-flex-basis: 25%;
  -moz-flex-basis: 25%;
  flex-basis: 25%; }

.three-eighths {
  width: 37.5%;
  -ms-flex-preferred-size: 37.5%;
  -webkit-flex-basis: 37.5%;
  -moz-flex-basis: 37.5%;
  flex-basis: 37.5%; }

.four-eighths {
  width: 50%;
  -ms-flex-preferred-size: 50%;
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  flex-basis: 50%; }

.five-eighths {
  width: 62.5%;
  -ms-flex-preferred-size: 62.5%;
  -webkit-flex-basis: 62.5%;
  -moz-flex-basis: 62.5%;
  flex-basis: 62.5%; }

.six-eighths {
  width: 75%;
  -ms-flex-preferred-size: 75%;
  -webkit-flex-basis: 75%;
  -moz-flex-basis: 75%;
  flex-basis: 75%; }

.seven-eighths {
  width: 87.5%;
  -ms-flex-preferred-size: 87.5%;
  -webkit-flex-basis: 87.5%;
  -moz-flex-basis: 87.5%;
  flex-basis: 87.5%; }

/* Tenths */
.one-tenth {
  width: 10%;
  -ms-flex-preferred-size: 10%;
  -webkit-flex-basis: 10%;
  -moz-flex-basis: 10%;
  flex-basis: 10%; }

.two-tenths {
  width: 20%;
  -ms-flex-preferred-size: 20%;
  -webkit-flex-basis: 20%;
  -moz-flex-basis: 20%;
  flex-basis: 20%; }

.three-tenths {
  width: 30%;
  -ms-flex-preferred-size: 30%;
  -webkit-flex-basis: 30%;
  -moz-flex-basis: 30%;
  flex-basis: 30%; }

.four-tenths {
  width: 40%;
  -ms-flex-preferred-size: 40%;
  -webkit-flex-basis: 40%;
  -moz-flex-basis: 40%;
  flex-basis: 40%; }

.five-tenths {
  width: 50%;
  -ms-flex-preferred-size: 50%;
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  flex-basis: 50%; }

.six-tenths {
  width: 60%;
  -ms-flex-preferred-size: 60%;
  -webkit-flex-basis: 60%;
  -moz-flex-basis: 60%;
  flex-basis: 60%; }

.seven-tenths {
  width: 70%;
  -ms-flex-preferred-size: 70%;
  -webkit-flex-basis: 70%;
  -moz-flex-basis: 70%;
  flex-basis: 70%; }

.eight-tenths {
  width: 80%;
  -ms-flex-preferred-size: 80%;
  -webkit-flex-basis: 80%;
  -moz-flex-basis: 80%;
  flex-basis: 80%; }

.nine-tenths {
  width: 90%;
  -ms-flex-preferred-size: 90%;
  -webkit-flex-basis: 90%;
  -moz-flex-basis: 90%;
  flex-basis: 90%; }

/* Twelfths */
.one-twelfth {
  width: 8.33333%;
  -ms-flex-preferred-size: 8.33333%;
  -webkit-flex-basis: 8.33333%;
  -moz-flex-basis: 8.33333%;
  flex-basis: 8.33333%; }

.two-twelfths {
  width: 16.66667%;
  -ms-flex-preferred-size: 16.66667%;
  -webkit-flex-basis: 16.66667%;
  -moz-flex-basis: 16.66667%;
  flex-basis: 16.66667%; }

.three-twelfths {
  width: 25%;
  -ms-flex-preferred-size: 25%;
  -webkit-flex-basis: 25%;
  -moz-flex-basis: 25%;
  flex-basis: 25%; }

.four-twelfths {
  width: 33.33333%;
  -ms-flex-preferred-size: 33.33333%;
  -webkit-flex-basis: 33.33333%;
  -moz-flex-basis: 33.33333%;
  flex-basis: 33.33333%; }

.five-twelfths {
  width: 41.66667%;
  -ms-flex-preferred-size: 41.66667%;
  -webkit-flex-basis: 41.66667%;
  -moz-flex-basis: 41.66667%;
  flex-basis: 41.66667%; }

.six-twelfths {
  width: 50%;
  -ms-flex-preferred-size: 50%;
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  flex-basis: 50%; }

.seven-twelfths {
  width: 58.33333%;
  -ms-flex-preferred-size: 58.33333%;
  -webkit-flex-basis: 58.33333%;
  -moz-flex-basis: 58.33333%;
  flex-basis: 58.33333%; }

.eight-twelfths {
  width: 66.66667%;
  -ms-flex-preferred-size: 66.66667%;
  -webkit-flex-basis: 66.66667%;
  -moz-flex-basis: 66.66667%;
  flex-basis: 66.66667%; }

.nine-twelfths {
  width: 75%;
  -ms-flex-preferred-size: 75%;
  -webkit-flex-basis: 75%;
  -moz-flex-basis: 75%;
  flex-basis: 75%; }

.ten-twelfths {
  width: 83.33333%;
  -ms-flex-preferred-size: 83.33333%;
  -webkit-flex-basis: 83.33333%;
  -moz-flex-basis: 83.33333%;
  flex-basis: 83.33333%; }

.eleven-twelfths {
  width: 91.66667%;
  -ms-flex-preferred-size: 91.66667%;
  -webkit-flex-basis: 91.66667%;
  -moz-flex-basis: 91.66667%;
  flex-basis: 91.66667%; }

.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; }

/*================ Build Responsive Grid Classes ================*/
@media only screen and (max-width: 749px) {
  /** Whole */
  .small--one-whole {
    width: 100%;
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%; }

  /* Halves */
  .small--one-half {
    width: 50%;
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%; }

  /* Thirds */
  .small--one-third {
    width: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    -webkit-flex-basis: 33.33333%;
    -moz-flex-basis: 33.33333%;
    flex-basis: 33.33333%; }

  .small--two-thirds {
    width: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    -webkit-flex-basis: 66.66667%;
    -moz-flex-basis: 66.66667%;
    flex-basis: 66.66667%; }

  /* Quarters */
  .small--one-quarter {
    width: 25%;
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    flex-basis: 25%; }

  .small--two-quarters {
    width: 50%;
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%; }

  .small--three-quarters {
    width: 75%;
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    flex-basis: 75%; }

  /* Fifths */
  .small--one-fifth {
    width: 20%;
    -ms-flex-preferred-size: 20%;
    -webkit-flex-basis: 20%;
    -moz-flex-basis: 20%;
    flex-basis: 20%; }

  .small--two-fifths {
    width: 40%;
    -ms-flex-preferred-size: 40%;
    -webkit-flex-basis: 40%;
    -moz-flex-basis: 40%;
    flex-basis: 40%; }

  .small--three-fifths {
    width: 60%;
    -ms-flex-preferred-size: 60%;
    -webkit-flex-basis: 60%;
    -moz-flex-basis: 60%;
    flex-basis: 60%; }

  .small--four-fifths {
    width: 80%;
    -ms-flex-preferred-size: 80%;
    -webkit-flex-basis: 80%;
    -moz-flex-basis: 80%;
    flex-basis: 80%; }

  /* Sixths */
  .small--one-sixth {
    width: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    -webkit-flex-basis: 16.66667%;
    -moz-flex-basis: 16.66667%;
    flex-basis: 16.66667%; }

  .small--two-sixths {
    width: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    -webkit-flex-basis: 33.33333%;
    -moz-flex-basis: 33.33333%;
    flex-basis: 33.33333%; }

  .small--three-sixths {
    width: 50%;
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%; }

  .small--four-sixths {
    width: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    -webkit-flex-basis: 66.66667%;
    -moz-flex-basis: 66.66667%;
    flex-basis: 66.66667%; }

  .small--five-sixths {
    width: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    -webkit-flex-basis: 83.33333%;
    -moz-flex-basis: 83.33333%;
    flex-basis: 83.33333%; }

  /* Eighths */
  .small--one-eighth {
    width: 12.5%;
    -ms-flex-preferred-size: 12.5%;
    -webkit-flex-basis: 12.5%;
    -moz-flex-basis: 12.5%;
    flex-basis: 12.5%; }

  .small--two-eighths {
    width: 25%;
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    flex-basis: 25%; }

  .small--three-eighths {
    width: 37.5%;
    -ms-flex-preferred-size: 37.5%;
    -webkit-flex-basis: 37.5%;
    -moz-flex-basis: 37.5%;
    flex-basis: 37.5%; }

  .small--four-eighths {
    width: 50%;
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%; }

  .small--five-eighths {
    width: 62.5%;
    -ms-flex-preferred-size: 62.5%;
    -webkit-flex-basis: 62.5%;
    -moz-flex-basis: 62.5%;
    flex-basis: 62.5%; }

  .small--six-eighths {
    width: 75%;
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    flex-basis: 75%; }

  .small--seven-eighths {
    width: 87.5%;
    -ms-flex-preferred-size: 87.5%;
    -webkit-flex-basis: 87.5%;
    -moz-flex-basis: 87.5%;
    flex-basis: 87.5%; }

  /* Tenths */
  .small--one-tenth {
    width: 10%;
    -ms-flex-preferred-size: 10%;
    -webkit-flex-basis: 10%;
    -moz-flex-basis: 10%;
    flex-basis: 10%; }

  .small--two-tenths {
    width: 20%;
    -ms-flex-preferred-size: 20%;
    -webkit-flex-basis: 20%;
    -moz-flex-basis: 20%;
    flex-basis: 20%; }

  .small--three-tenths {
    width: 30%;
    -ms-flex-preferred-size: 30%;
    -webkit-flex-basis: 30%;
    -moz-flex-basis: 30%;
    flex-basis: 30%; }

  .small--four-tenths {
    width: 40%;
    -ms-flex-preferred-size: 40%;
    -webkit-flex-basis: 40%;
    -moz-flex-basis: 40%;
    flex-basis: 40%; }

  .small--five-tenths {
    width: 50%;
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%; }

  .small--six-tenths {
    width: 60%;
    -ms-flex-preferred-size: 60%;
    -webkit-flex-basis: 60%;
    -moz-flex-basis: 60%;
    flex-basis: 60%; }

  .small--seven-tenths {
    width: 70%;
    -ms-flex-preferred-size: 70%;
    -webkit-flex-basis: 70%;
    -moz-flex-basis: 70%;
    flex-basis: 70%; }

  .small--eight-tenths {
    width: 80%;
    -ms-flex-preferred-size: 80%;
    -webkit-flex-basis: 80%;
    -moz-flex-basis: 80%;
    flex-basis: 80%; }

  .small--nine-tenths {
    width: 90%;
    -ms-flex-preferred-size: 90%;
    -webkit-flex-basis: 90%;
    -moz-flex-basis: 90%;
    flex-basis: 90%; }

  /* Twelfths */
  .small--one-twelfth {
    width: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    -webkit-flex-basis: 8.33333%;
    -moz-flex-basis: 8.33333%;
    flex-basis: 8.33333%; }

  .small--two-twelfths {
    width: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    -webkit-flex-basis: 16.66667%;
    -moz-flex-basis: 16.66667%;
    flex-basis: 16.66667%; }

  .small--three-twelfths {
    width: 25%;
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    flex-basis: 25%; }

  .small--four-twelfths {
    width: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    -webkit-flex-basis: 33.33333%;
    -moz-flex-basis: 33.33333%;
    flex-basis: 33.33333%; }

  .small--five-twelfths {
    width: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    -webkit-flex-basis: 41.66667%;
    -moz-flex-basis: 41.66667%;
    flex-basis: 41.66667%; }

  .small--six-twelfths {
    width: 50%;
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%; }

  .small--seven-twelfths {
    width: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    -webkit-flex-basis: 58.33333%;
    -moz-flex-basis: 58.33333%;
    flex-basis: 58.33333%; }

  .small--eight-twelfths {
    width: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    -webkit-flex-basis: 66.66667%;
    -moz-flex-basis: 66.66667%;
    flex-basis: 66.66667%; }

  .small--nine-twelfths {
    width: 75%;
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    flex-basis: 75%; }

  .small--ten-twelfths {
    width: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    -webkit-flex-basis: 83.33333%;
    -moz-flex-basis: 83.33333%;
    flex-basis: 83.33333%; }

  .small--eleven-twelfths {
    width: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    -webkit-flex-basis: 91.66667%;
    -moz-flex-basis: 91.66667%;
    flex-basis: 91.66667%; }

  .grid--uniform .small--one-half:nth-child(2n+1),
  .grid--uniform .small--one-third:nth-child(3n+1),
  .grid--uniform .small--one-quarter:nth-child(4n+1),
  .grid--uniform .small--one-fifth:nth-child(5n+1),
  .grid--uniform .small--one-sixth:nth-child(6n+1),
  .grid--uniform .small--two-sixths:nth-child(3n+1),
  .grid--uniform .small--three-sixths:nth-child(2n+1),
  .grid--uniform .small--two-eighths:nth-child(4n+1),
  .grid--uniform .small--four-eighths:nth-child(2n+1),
  .grid--uniform .small--five-tenths:nth-child(2n+1),
  .grid--uniform .small--one-twelfth:nth-child(12n+1),
  .grid--uniform .small--two-twelfths:nth-child(6n+1),
  .grid--uniform .small--three-twelfths:nth-child(4n+1),
  .grid--uniform .small--four-twelfths:nth-child(3n+1),
  .grid--uniform .small--six-twelfths:nth-child(2n+1) {
    clear: both; }

  .small--show {
    display: block !important; }

  .small--hide {
    display: none !important; }

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

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

  .small--text-center {
    text-align: center !important; } }
@media only screen and (min-width: 750px) {
  /** Whole */
  .medium-up--one-whole {
    width: 100%;
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%; }

  /* Halves */
  .medium-up--one-half {
    width: 50%;
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%; }

  /* Thirds */
  .medium-up--one-third {
    width: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    -webkit-flex-basis: 33.33333%;
    -moz-flex-basis: 33.33333%;
    flex-basis: 33.33333%; }

  .medium-up--two-thirds {
    width: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    -webkit-flex-basis: 66.66667%;
    -moz-flex-basis: 66.66667%;
    flex-basis: 66.66667%; }

  /* Quarters */
  .medium-up--one-quarter {
    width: 25%;
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    flex-basis: 25%; }

  .medium-up--two-quarters {
    width: 50%;
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%; }

  .medium-up--three-quarters {
    width: 75%;
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    flex-basis: 75%; }

  /* Fifths */
  .medium-up--one-fifth {
    width: 20%;
    -ms-flex-preferred-size: 20%;
    -webkit-flex-basis: 20%;
    -moz-flex-basis: 20%;
    flex-basis: 20%; }

  .medium-up--two-fifths {
    width: 40%;
    -ms-flex-preferred-size: 40%;
    -webkit-flex-basis: 40%;
    -moz-flex-basis: 40%;
    flex-basis: 40%; }

  .medium-up--three-fifths {
    width: 60%;
    -ms-flex-preferred-size: 60%;
    -webkit-flex-basis: 60%;
    -moz-flex-basis: 60%;
    flex-basis: 60%; }

  .medium-up--four-fifths {
    width: 80%;
    -ms-flex-preferred-size: 80%;
    -webkit-flex-basis: 80%;
    -moz-flex-basis: 80%;
    flex-basis: 80%; }

  /* Sixths */
  .medium-up--one-sixth {
    width: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    -webkit-flex-basis: 16.66667%;
    -moz-flex-basis: 16.66667%;
    flex-basis: 16.66667%; }

  .medium-up--two-sixths {
    width: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    -webkit-flex-basis: 33.33333%;
    -moz-flex-basis: 33.33333%;
    flex-basis: 33.33333%; }

  .medium-up--three-sixths {
    width: 50%;
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%; }

  .medium-up--four-sixths {
    width: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    -webkit-flex-basis: 66.66667%;
    -moz-flex-basis: 66.66667%;
    flex-basis: 66.66667%; }

  .medium-up--five-sixths {
    width: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    -webkit-flex-basis: 83.33333%;
    -moz-flex-basis: 83.33333%;
    flex-basis: 83.33333%; }

  /* Eighths */
  .medium-up--one-eighth {
    width: 12.5%;
    -ms-flex-preferred-size: 12.5%;
    -webkit-flex-basis: 12.5%;
    -moz-flex-basis: 12.5%;
    flex-basis: 12.5%; }

  .medium-up--two-eighths {
    width: 25%;
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    flex-basis: 25%; }

  .medium-up--three-eighths {
    width: 37.5%;
    -ms-flex-preferred-size: 37.5%;
    -webkit-flex-basis: 37.5%;
    -moz-flex-basis: 37.5%;
    flex-basis: 37.5%; }

  .medium-up--four-eighths {
    width: 50%;
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%; }

  .medium-up--five-eighths {
    width: 62.5%;
    -ms-flex-preferred-size: 62.5%;
    -webkit-flex-basis: 62.5%;
    -moz-flex-basis: 62.5%;
    flex-basis: 62.5%; }

  .medium-up--six-eighths {
    width: 75%;
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    flex-basis: 75%; }

  .medium-up--seven-eighths {
    width: 87.5%;
    -ms-flex-preferred-size: 87.5%;
    -webkit-flex-basis: 87.5%;
    -moz-flex-basis: 87.5%;
    flex-basis: 87.5%; }

  /* Tenths */
  .medium-up--one-tenth {
    width: 10%;
    -ms-flex-preferred-size: 10%;
    -webkit-flex-basis: 10%;
    -moz-flex-basis: 10%;
    flex-basis: 10%; }

  .medium-up--two-tenths {
    width: 20%;
    -ms-flex-preferred-size: 20%;
    -webkit-flex-basis: 20%;
    -moz-flex-basis: 20%;
    flex-basis: 20%; }

  .medium-up--three-tenths {
    width: 30%;
    -ms-flex-preferred-size: 30%;
    -webkit-flex-basis: 30%;
    -moz-flex-basis: 30%;
    flex-basis: 30%; }

  .medium-up--four-tenths {
    width: 40%;
    -ms-flex-preferred-size: 40%;
    -webkit-flex-basis: 40%;
    -moz-flex-basis: 40%;
    flex-basis: 40%; }

  .medium-up--five-tenths {
    width: 50%;
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%; }

  .medium-up--six-tenths {
    width: 60%;
    -ms-flex-preferred-size: 60%;
    -webkit-flex-basis: 60%;
    -moz-flex-basis: 60%;
    flex-basis: 60%; }

  .medium-up--seven-tenths {
    width: 70%;
    -ms-flex-preferred-size: 70%;
    -webkit-flex-basis: 70%;
    -moz-flex-basis: 70%;
    flex-basis: 70%; }

  .medium-up--eight-tenths {
    width: 80%;
    -ms-flex-preferred-size: 80%;
    -webkit-flex-basis: 80%;
    -moz-flex-basis: 80%;
    flex-basis: 80%; }

  .medium-up--nine-tenths {
    width: 90%;
    -ms-flex-preferred-size: 90%;
    -webkit-flex-basis: 90%;
    -moz-flex-basis: 90%;
    flex-basis: 90%; }

  /* Twelfths */
  .medium-up--one-twelfth {
    width: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    -webkit-flex-basis: 8.33333%;
    -moz-flex-basis: 8.33333%;
    flex-basis: 8.33333%; }

  .medium-up--two-twelfths {
    width: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    -webkit-flex-basis: 16.66667%;
    -moz-flex-basis: 16.66667%;
    flex-basis: 16.66667%; }

  .medium-up--three-twelfths {
    width: 25%;
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    flex-basis: 25%; }

  .medium-up--four-twelfths {
    width: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    -webkit-flex-basis: 33.33333%;
    -moz-flex-basis: 33.33333%;
    flex-basis: 33.33333%; }

  .medium-up--five-twelfths {
    width: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    -webkit-flex-basis: 41.66667%;
    -moz-flex-basis: 41.66667%;
    flex-basis: 41.66667%; }

  .medium-up--six-twelfths {
    width: 50%;
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%; }

  .medium-up--seven-twelfths {
    width: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    -webkit-flex-basis: 58.33333%;
    -moz-flex-basis: 58.33333%;
    flex-basis: 58.33333%; }

  .medium-up--eight-twelfths {
    width: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    -webkit-flex-basis: 66.66667%;
    -moz-flex-basis: 66.66667%;
    flex-basis: 66.66667%; }

  .medium-up--nine-twelfths {
    width: 75%;
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    flex-basis: 75%; }

  .medium-up--ten-twelfths {
    width: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    -webkit-flex-basis: 83.33333%;
    -moz-flex-basis: 83.33333%;
    flex-basis: 83.33333%; }

  .medium-up--eleven-twelfths {
    width: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    -webkit-flex-basis: 91.66667%;
    -moz-flex-basis: 91.66667%;
    flex-basis: 91.66667%; }

  .grid--uniform .medium-up--one-half:nth-child(2n+1),
  .grid--uniform .medium-up--one-third:nth-child(3n+1),
  .grid--uniform .medium-up--one-quarter:nth-child(4n+1),
  .grid--uniform .medium-up--one-fifth:nth-child(5n+1),
  .grid--uniform .medium-up--one-sixth:nth-child(6n+1),
  .grid--uniform .medium-up--two-sixths:nth-child(3n+1),
  .grid--uniform .medium-up--three-sixths:nth-child(2n+1),
  .grid--uniform .medium-up--two-eighths:nth-child(4n+1),
  .grid--uniform .medium-up--four-eighths:nth-child(2n+1),
  .grid--uniform .medium-up--five-tenths:nth-child(2n+1),
  .grid--uniform .medium-up--one-twelfth:nth-child(12n+1),
  .grid--uniform .medium-up--two-twelfths:nth-child(6n+1),
  .grid--uniform .medium-up--three-twelfths:nth-child(4n+1),
  .grid--uniform .medium-up--four-twelfths:nth-child(3n+1),
  .grid--uniform .medium-up--six-twelfths:nth-child(2n+1) {
    clear: both; }

  .medium-up--show {
    display: block !important; }

  .medium-up--hide {
    display: none !important; }

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

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

  .medium-up--text-center {
    text-align: center !important; } }
@media only screen and (min-width: 990px) {
  /** Whole */
  .large-up--one-whole {
    width: 100%;
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%; }

  /* Halves */
  .large-up--one-half {
    width: 50%;
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%; }

  /* Thirds */
  .large-up--one-third {
    width: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    -webkit-flex-basis: 33.33333%;
    -moz-flex-basis: 33.33333%;
    flex-basis: 33.33333%; }

  .large-up--two-thirds {
    width: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    -webkit-flex-basis: 66.66667%;
    -moz-flex-basis: 66.66667%;
    flex-basis: 66.66667%; }

  /* Quarters */
  .large-up--one-quarter {
    width: 25%;
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    flex-basis: 25%; }

  .large-up--two-quarters {
    width: 50%;
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%; }

  .large-up--three-quarters {
    width: 75%;
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    flex-basis: 75%; }

  /* Fifths */
  .large-up--one-fifth {
    width: 20%;
    -ms-flex-preferred-size: 20%;
    -webkit-flex-basis: 20%;
    -moz-flex-basis: 20%;
    flex-basis: 20%; }

  .large-up--two-fifths {
    width: 40%;
    -ms-flex-preferred-size: 40%;
    -webkit-flex-basis: 40%;
    -moz-flex-basis: 40%;
    flex-basis: 40%; }

  .large-up--three-fifths {
    width: 60%;
    -ms-flex-preferred-size: 60%;
    -webkit-flex-basis: 60%;
    -moz-flex-basis: 60%;
    flex-basis: 60%; }

  .large-up--four-fifths {
    width: 80%;
    -ms-flex-preferred-size: 80%;
    -webkit-flex-basis: 80%;
    -moz-flex-basis: 80%;
    flex-basis: 80%; }

  /* Sixths */
  .large-up--one-sixth {
    width: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    -webkit-flex-basis: 16.66667%;
    -moz-flex-basis: 16.66667%;
    flex-basis: 16.66667%; }

  .large-up--two-sixths {
    width: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    -webkit-flex-basis: 33.33333%;
    -moz-flex-basis: 33.33333%;
    flex-basis: 33.33333%; }

  .large-up--three-sixths {
    width: 50%;
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%; }

  .large-up--four-sixths {
    width: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    -webkit-flex-basis: 66.66667%;
    -moz-flex-basis: 66.66667%;
    flex-basis: 66.66667%; }

  .large-up--five-sixths {
    width: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    -webkit-flex-basis: 83.33333%;
    -moz-flex-basis: 83.33333%;
    flex-basis: 83.33333%; }

  /* Eighths */
  .large-up--one-eighth {
    width: 12.5%;
    -ms-flex-preferred-size: 12.5%;
    -webkit-flex-basis: 12.5%;
    -moz-flex-basis: 12.5%;
    flex-basis: 12.5%; }

  .large-up--two-eighths {
    width: 25%;
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    flex-basis: 25%; }

  .large-up--three-eighths {
    width: 37.5%;
    -ms-flex-preferred-size: 37.5%;
    -webkit-flex-basis: 37.5%;
    -moz-flex-basis: 37.5%;
    flex-basis: 37.5%; }

  .large-up--four-eighths {
    width: 50%;
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%; }

  .large-up--five-eighths {
    width: 62.5%;
    -ms-flex-preferred-size: 62.5%;
    -webkit-flex-basis: 62.5%;
    -moz-flex-basis: 62.5%;
    flex-basis: 62.5%; }

  .large-up--six-eighths {
    width: 75%;
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    flex-basis: 75%; }

  .large-up--seven-eighths {
    width: 87.5%;
    -ms-flex-preferred-size: 87.5%;
    -webkit-flex-basis: 87.5%;
    -moz-flex-basis: 87.5%;
    flex-basis: 87.5%; }

  /* Tenths */
  .large-up--one-tenth {
    width: 10%;
    -ms-flex-preferred-size: 10%;
    -webkit-flex-basis: 10%;
    -moz-flex-basis: 10%;
    flex-basis: 10%; }

  .large-up--two-tenths {
    width: 20%;
    -ms-flex-preferred-size: 20%;
    -webkit-flex-basis: 20%;
    -moz-flex-basis: 20%;
    flex-basis: 20%; }

  .large-up--three-tenths {
    width: 30%;
    -ms-flex-preferred-size: 30%;
    -webkit-flex-basis: 30%;
    -moz-flex-basis: 30%;
    flex-basis: 30%; }

  .large-up--four-tenths {
    width: 40%;
    -ms-flex-preferred-size: 40%;
    -webkit-flex-basis: 40%;
    -moz-flex-basis: 40%;
    flex-basis: 40%; }

  .large-up--five-tenths {
    width: 50%;
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%; }

  .large-up--six-tenths {
    width: 60%;
    -ms-flex-preferred-size: 60%;
    -webkit-flex-basis: 60%;
    -moz-flex-basis: 60%;
    flex-basis: 60%; }

  .large-up--seven-tenths {
    width: 70%;
    -ms-flex-preferred-size: 70%;
    -webkit-flex-basis: 70%;
    -moz-flex-basis: 70%;
    flex-basis: 70%; }

  .large-up--eight-tenths {
    width: 80%;
    -ms-flex-preferred-size: 80%;
    -webkit-flex-basis: 80%;
    -moz-flex-basis: 80%;
    flex-basis: 80%; }

  .large-up--nine-tenths {
    width: 90%;
    -ms-flex-preferred-size: 90%;
    -webkit-flex-basis: 90%;
    -moz-flex-basis: 90%;
    flex-basis: 90%; }

  /* Twelfths */
  .large-up--one-twelfth {
    width: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    -webkit-flex-basis: 8.33333%;
    -moz-flex-basis: 8.33333%;
    flex-basis: 8.33333%; }

  .large-up--two-twelfths {
    width: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    -webkit-flex-basis: 16.66667%;
    -moz-flex-basis: 16.66667%;
    flex-basis: 16.66667%; }

  .large-up--three-twelfths {
    width: 25%;
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    flex-basis: 25%; }

  .large-up--four-twelfths {
    width: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    -webkit-flex-basis: 33.33333%;
    -moz-flex-basis: 33.33333%;
    flex-basis: 33.33333%; }

  .large-up--five-twelfths {
    width: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    -webkit-flex-basis: 41.66667%;
    -moz-flex-basis: 41.66667%;
    flex-basis: 41.66667%; }

  .large-up--six-twelfths {
    width: 50%;
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%; }

  .large-up--seven-twelfths {
    width: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    -webkit-flex-basis: 58.33333%;
    -moz-flex-basis: 58.33333%;
    flex-basis: 58.33333%; }

  .large-up--eight-twelfths {
    width: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    -webkit-flex-basis: 66.66667%;
    -moz-flex-basis: 66.66667%;
    flex-basis: 66.66667%; }

  .large-up--nine-twelfths {
    width: 75%;
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    flex-basis: 75%; }

  .large-up--ten-twelfths {
    width: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    -webkit-flex-basis: 83.33333%;
    -moz-flex-basis: 83.33333%;
    flex-basis: 83.33333%; }

  .large-up--eleven-twelfths {
    width: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    -webkit-flex-basis: 91.66667%;
    -moz-flex-basis: 91.66667%;
    flex-basis: 91.66667%; }

  .grid--uniform .large-up--one-half:nth-child(2n+1),
  .grid--uniform .large-up--one-third:nth-child(3n+1),
  .grid--uniform .large-up--one-quarter:nth-child(4n+1),
  .grid--uniform .large-up--one-fifth:nth-child(5n+1),
  .grid--uniform .large-up--one-sixth:nth-child(6n+1),
  .grid--uniform .large-up--two-sixths:nth-child(3n+1),
  .grid--uniform .large-up--three-sixths:nth-child(2n+1),
  .grid--uniform .large-up--two-eighths:nth-child(4n+1),
  .grid--uniform .large-up--four-eighths:nth-child(2n+1),
  .grid--uniform .large-up--five-tenths:nth-child(2n+1),
  .grid--uniform .large-up--one-twelfth:nth-child(12n+1),
  .grid--uniform .large-up--two-twelfths:nth-child(6n+1),
  .grid--uniform .large-up--three-twelfths:nth-child(4n+1),
  .grid--uniform .large-up--four-twelfths:nth-child(3n+1),
  .grid--uniform .large-up--six-twelfths:nth-child(2n+1) {
    clear: both; }

  .large-up--show {
    display: block !important; }

  .large-up--hide {
    display: none !important; }

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

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

  .large-up--text-center {
    text-align: center !important; } }
@media only screen and (max-width: 1399px) {
  /** Whole */
  .large-down--one-whole {
    width: 100%;
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%; }

  /* Halves */
  .large-down--one-half {
    width: 50%;
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%; }

  /* Thirds */
  .large-down--one-third {
    width: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    -webkit-flex-basis: 33.33333%;
    -moz-flex-basis: 33.33333%;
    flex-basis: 33.33333%; }

  .large-down--two-thirds {
    width: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    -webkit-flex-basis: 66.66667%;
    -moz-flex-basis: 66.66667%;
    flex-basis: 66.66667%; }

  /* Quarters */
  .large-down--one-quarter {
    width: 25%;
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    flex-basis: 25%; }

  .large-down--two-quarters {
    width: 50%;
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%; }

  .large-down--three-quarters {
    width: 75%;
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    flex-basis: 75%; }

  /* Fifths */
  .large-down--one-fifth {
    width: 20%;
    -ms-flex-preferred-size: 20%;
    -webkit-flex-basis: 20%;
    -moz-flex-basis: 20%;
    flex-basis: 20%; }

  .large-down--two-fifths {
    width: 40%;
    -ms-flex-preferred-size: 40%;
    -webkit-flex-basis: 40%;
    -moz-flex-basis: 40%;
    flex-basis: 40%; }

  .large-down--three-fifths {
    width: 60%;
    -ms-flex-preferred-size: 60%;
    -webkit-flex-basis: 60%;
    -moz-flex-basis: 60%;
    flex-basis: 60%; }

  .large-down--four-fifths {
    width: 80%;
    -ms-flex-preferred-size: 80%;
    -webkit-flex-basis: 80%;
    -moz-flex-basis: 80%;
    flex-basis: 80%; }

  /* Sixths */
  .large-down--one-sixth {
    width: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    -webkit-flex-basis: 16.66667%;
    -moz-flex-basis: 16.66667%;
    flex-basis: 16.66667%; }

  .large-down--two-sixths {
    width: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    -webkit-flex-basis: 33.33333%;
    -moz-flex-basis: 33.33333%;
    flex-basis: 33.33333%; }

  .large-down--three-sixths {
    width: 50%;
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%; }

  .large-down--four-sixths {
    width: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    -webkit-flex-basis: 66.66667%;
    -moz-flex-basis: 66.66667%;
    flex-basis: 66.66667%; }

  .large-down--five-sixths {
    width: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    -webkit-flex-basis: 83.33333%;
    -moz-flex-basis: 83.33333%;
    flex-basis: 83.33333%; }

  /* Eighths */
  .large-down--one-eighth {
    width: 12.5%;
    -ms-flex-preferred-size: 12.5%;
    -webkit-flex-basis: 12.5%;
    -moz-flex-basis: 12.5%;
    flex-basis: 12.5%; }

  .large-down--two-eighths {
    width: 25%;
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    flex-basis: 25%; }

  .large-down--three-eighths {
    width: 37.5%;
    -ms-flex-preferred-size: 37.5%;
    -webkit-flex-basis: 37.5%;
    -moz-flex-basis: 37.5%;
    flex-basis: 37.5%; }

  .large-down--four-eighths {
    width: 50%;
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%; }

  .large-down--five-eighths {
    width: 62.5%;
    -ms-flex-preferred-size: 62.5%;
    -webkit-flex-basis: 62.5%;
    -moz-flex-basis: 62.5%;
    flex-basis: 62.5%; }

  .large-down--six-eighths {
    width: 75%;
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    flex-basis: 75%; }

  .large-down--seven-eighths {
    width: 87.5%;
    -ms-flex-preferred-size: 87.5%;
    -webkit-flex-basis: 87.5%;
    -moz-flex-basis: 87.5%;
    flex-basis: 87.5%; }

  /* Tenths */
  .large-down--one-tenth {
    width: 10%;
    -ms-flex-preferred-size: 10%;
    -webkit-flex-basis: 10%;
    -moz-flex-basis: 10%;
    flex-basis: 10%; }

  .large-down--two-tenths {
    width: 20%;
    -ms-flex-preferred-size: 20%;
    -webkit-flex-basis: 20%;
    -moz-flex-basis: 20%;
    flex-basis: 20%; }

  .large-down--three-tenths {
    width: 30%;
    -ms-flex-preferred-size: 30%;
    -webkit-flex-basis: 30%;
    -moz-flex-basis: 30%;
    flex-basis: 30%; }

  .large-down--four-tenths {
    width: 40%;
    -ms-flex-preferred-size: 40%;
    -webkit-flex-basis: 40%;
    -moz-flex-basis: 40%;
    flex-basis: 40%; }

  .large-down--five-tenths {
    width: 50%;
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%; }

  .large-down--six-tenths {
    width: 60%;
    -ms-flex-preferred-size: 60%;
    -webkit-flex-basis: 60%;
    -moz-flex-basis: 60%;
    flex-basis: 60%; }

  .large-down--seven-tenths {
    width: 70%;
    -ms-flex-preferred-size: 70%;
    -webkit-flex-basis: 70%;
    -moz-flex-basis: 70%;
    flex-basis: 70%; }

  .large-down--eight-tenths {
    width: 80%;
    -ms-flex-preferred-size: 80%;
    -webkit-flex-basis: 80%;
    -moz-flex-basis: 80%;
    flex-basis: 80%; }

  .large-down--nine-tenths {
    width: 90%;
    -ms-flex-preferred-size: 90%;
    -webkit-flex-basis: 90%;
    -moz-flex-basis: 90%;
    flex-basis: 90%; }

  /* Twelfths */
  .large-down--one-twelfth {
    width: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    -webkit-flex-basis: 8.33333%;
    -moz-flex-basis: 8.33333%;
    flex-basis: 8.33333%; }

  .large-down--two-twelfths {
    width: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    -webkit-flex-basis: 16.66667%;
    -moz-flex-basis: 16.66667%;
    flex-basis: 16.66667%; }

  .large-down--three-twelfths {
    width: 25%;
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    flex-basis: 25%; }

  .large-down--four-twelfths {
    width: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    -webkit-flex-basis: 33.33333%;
    -moz-flex-basis: 33.33333%;
    flex-basis: 33.33333%; }

  .large-down--five-twelfths {
    width: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    -webkit-flex-basis: 41.66667%;
    -moz-flex-basis: 41.66667%;
    flex-basis: 41.66667%; }

  .large-down--six-twelfths {
    width: 50%;
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%; }

  .large-down--seven-twelfths {
    width: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    -webkit-flex-basis: 58.33333%;
    -moz-flex-basis: 58.33333%;
    flex-basis: 58.33333%; }

  .large-down--eight-twelfths {
    width: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    -webkit-flex-basis: 66.66667%;
    -moz-flex-basis: 66.66667%;
    flex-basis: 66.66667%; }

  .large-down--nine-twelfths {
    width: 75%;
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    flex-basis: 75%; }

  .large-down--ten-twelfths {
    width: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    -webkit-flex-basis: 83.33333%;
    -moz-flex-basis: 83.33333%;
    flex-basis: 83.33333%; }

  .large-down--eleven-twelfths {
    width: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    -webkit-flex-basis: 91.66667%;
    -moz-flex-basis: 91.66667%;
    flex-basis: 91.66667%; }

  .grid--uniform .large-down--one-half:nth-child(2n+1),
  .grid--uniform .large-down--one-third:nth-child(3n+1),
  .grid--uniform .large-down--one-quarter:nth-child(4n+1),
  .grid--uniform .large-down--one-fifth:nth-child(5n+1),
  .grid--uniform .large-down--one-sixth:nth-child(6n+1),
  .grid--uniform .large-down--two-sixths:nth-child(3n+1),
  .grid--uniform .large-down--three-sixths:nth-child(2n+1),
  .grid--uniform .large-down--two-eighths:nth-child(4n+1),
  .grid--uniform .large-down--four-eighths:nth-child(2n+1),
  .grid--uniform .large-down--five-tenths:nth-child(2n+1),
  .grid--uniform .large-down--one-twelfth:nth-child(12n+1),
  .grid--uniform .large-down--two-twelfths:nth-child(6n+1),
  .grid--uniform .large-down--three-twelfths:nth-child(4n+1),
  .grid--uniform .large-down--four-twelfths:nth-child(3n+1),
  .grid--uniform .large-down--six-twelfths:nth-child(2n+1) {
    clear: both; }

  .large-down--show {
    display: block !important; }

  .large-down--hide {
    display: none !important; }

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

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

  .large-down--text-center {
    text-align: center !important; } }
@media only screen and (max-width: 989px) {
  /** Whole */
  .medium-down--one-whole {
    width: 100%;
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%; }

  /* Halves */
  .medium-down--one-half {
    width: 50%;
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%; }

  /* Thirds */
  .medium-down--one-third {
    width: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    -webkit-flex-basis: 33.33333%;
    -moz-flex-basis: 33.33333%;
    flex-basis: 33.33333%; }

  .medium-down--two-thirds {
    width: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    -webkit-flex-basis: 66.66667%;
    -moz-flex-basis: 66.66667%;
    flex-basis: 66.66667%; }

  /* Quarters */
  .medium-down--one-quarter {
    width: 25%;
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    flex-basis: 25%; }

  .medium-down--two-quarters {
    width: 50%;
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%; }

  .medium-down--three-quarters {
    width: 75%;
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    flex-basis: 75%; }

  /* Fifths */
  .medium-down--one-fifth {
    width: 20%;
    -ms-flex-preferred-size: 20%;
    -webkit-flex-basis: 20%;
    -moz-flex-basis: 20%;
    flex-basis: 20%; }

  .medium-down--two-fifths {
    width: 40%;
    -ms-flex-preferred-size: 40%;
    -webkit-flex-basis: 40%;
    -moz-flex-basis: 40%;
    flex-basis: 40%; }

  .medium-down--three-fifths {
    width: 60%;
    -ms-flex-preferred-size: 60%;
    -webkit-flex-basis: 60%;
    -moz-flex-basis: 60%;
    flex-basis: 60%; }

  .medium-down--four-fifths {
    width: 80%;
    -ms-flex-preferred-size: 80%;
    -webkit-flex-basis: 80%;
    -moz-flex-basis: 80%;
    flex-basis: 80%; }

  /* Sixths */
  .medium-down--one-sixth {
    width: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    -webkit-flex-basis: 16.66667%;
    -moz-flex-basis: 16.66667%;
    flex-basis: 16.66667%; }

  .medium-down--two-sixths {
    width: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    -webkit-flex-basis: 33.33333%;
    -moz-flex-basis: 33.33333%;
    flex-basis: 33.33333%; }

  .medium-down--three-sixths {
    width: 50%;
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%; }

  .medium-down--four-sixths {
    width: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    -webkit-flex-basis: 66.66667%;
    -moz-flex-basis: 66.66667%;
    flex-basis: 66.66667%; }

  .medium-down--five-sixths {
    width: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    -webkit-flex-basis: 83.33333%;
    -moz-flex-basis: 83.33333%;
    flex-basis: 83.33333%; }

  /* Eighths */
  .medium-down--one-eighth {
    width: 12.5%;
    -ms-flex-preferred-size: 12.5%;
    -webkit-flex-basis: 12.5%;
    -moz-flex-basis: 12.5%;
    flex-basis: 12.5%; }

  .medium-down--two-eighths {
    width: 25%;
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    flex-basis: 25%; }

  .medium-down--three-eighths {
    width: 37.5%;
    -ms-flex-preferred-size: 37.5%;
    -webkit-flex-basis: 37.5%;
    -moz-flex-basis: 37.5%;
    flex-basis: 37.5%; }

  .medium-down--four-eighths {
    width: 50%;
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%; }

  .medium-down--five-eighths {
    width: 62.5%;
    -ms-flex-preferred-size: 62.5%;
    -webkit-flex-basis: 62.5%;
    -moz-flex-basis: 62.5%;
    flex-basis: 62.5%; }

  .medium-down--six-eighths {
    width: 75%;
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    flex-basis: 75%; }

  .medium-down--seven-eighths {
    width: 87.5%;
    -ms-flex-preferred-size: 87.5%;
    -webkit-flex-basis: 87.5%;
    -moz-flex-basis: 87.5%;
    flex-basis: 87.5%; }

  /* Tenths */
  .medium-down--one-tenth {
    width: 10%;
    -ms-flex-preferred-size: 10%;
    -webkit-flex-basis: 10%;
    -moz-flex-basis: 10%;
    flex-basis: 10%; }

  .medium-down--two-tenths {
    width: 20%;
    -ms-flex-preferred-size: 20%;
    -webkit-flex-basis: 20%;
    -moz-flex-basis: 20%;
    flex-basis: 20%; }

  .medium-down--three-tenths {
    width: 30%;
    -ms-flex-preferred-size: 30%;
    -webkit-flex-basis: 30%;
    -moz-flex-basis: 30%;
    flex-basis: 30%; }

  .medium-down--four-tenths {
    width: 40%;
    -ms-flex-preferred-size: 40%;
    -webkit-flex-basis: 40%;
    -moz-flex-basis: 40%;
    flex-basis: 40%; }

  .medium-down--five-tenths {
    width: 50%;
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%; }

  .medium-down--six-tenths {
    width: 60%;
    -ms-flex-preferred-size: 60%;
    -webkit-flex-basis: 60%;
    -moz-flex-basis: 60%;
    flex-basis: 60%; }

  .medium-down--seven-tenths {
    width: 70%;
    -ms-flex-preferred-size: 70%;
    -webkit-flex-basis: 70%;
    -moz-flex-basis: 70%;
    flex-basis: 70%; }

  .medium-down--eight-tenths {
    width: 80%;
    -ms-flex-preferred-size: 80%;
    -webkit-flex-basis: 80%;
    -moz-flex-basis: 80%;
    flex-basis: 80%; }

  .medium-down--nine-tenths {
    width: 90%;
    -ms-flex-preferred-size: 90%;
    -webkit-flex-basis: 90%;
    -moz-flex-basis: 90%;
    flex-basis: 90%; }

  /* Twelfths */
  .medium-down--one-twelfth {
    width: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    -webkit-flex-basis: 8.33333%;
    -moz-flex-basis: 8.33333%;
    flex-basis: 8.33333%; }

  .medium-down--two-twelfths {
    width: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    -webkit-flex-basis: 16.66667%;
    -moz-flex-basis: 16.66667%;
    flex-basis: 16.66667%; }

  .medium-down--three-twelfths {
    width: 25%;
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    flex-basis: 25%; }

  .medium-down--four-twelfths {
    width: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    -webkit-flex-basis: 33.33333%;
    -moz-flex-basis: 33.33333%;
    flex-basis: 33.33333%; }

  .medium-down--five-twelfths {
    width: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    -webkit-flex-basis: 41.66667%;
    -moz-flex-basis: 41.66667%;
    flex-basis: 41.66667%; }

  .medium-down--six-twelfths {
    width: 50%;
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%; }

  .medium-down--seven-twelfths {
    width: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    -webkit-flex-basis: 58.33333%;
    -moz-flex-basis: 58.33333%;
    flex-basis: 58.33333%; }

  .medium-down--eight-twelfths {
    width: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    -webkit-flex-basis: 66.66667%;
    -moz-flex-basis: 66.66667%;
    flex-basis: 66.66667%; }

  .medium-down--nine-twelfths {
    width: 75%;
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    flex-basis: 75%; }

  .medium-down--ten-twelfths {
    width: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    -webkit-flex-basis: 83.33333%;
    -moz-flex-basis: 83.33333%;
    flex-basis: 83.33333%; }

  .medium-down--eleven-twelfths {
    width: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    -webkit-flex-basis: 91.66667%;
    -moz-flex-basis: 91.66667%;
    flex-basis: 91.66667%; }

  .grid--uniform .medium-down--one-half:nth-child(2n+1),
  .grid--uniform .medium-down--one-third:nth-child(3n+1),
  .grid--uniform .medium-down--one-quarter:nth-child(4n+1),
  .grid--uniform .medium-down--one-fifth:nth-child(5n+1),
  .grid--uniform .medium-down--one-sixth:nth-child(6n+1),
  .grid--uniform .medium-down--two-sixths:nth-child(3n+1),
  .grid--uniform .medium-down--three-sixths:nth-child(2n+1),
  .grid--uniform .medium-down--two-eighths:nth-child(4n+1),
  .grid--uniform .medium-down--four-eighths:nth-child(2n+1),
  .grid--uniform .medium-down--five-tenths:nth-child(2n+1),
  .grid--uniform .medium-down--one-twelfth:nth-child(12n+1),
  .grid--uniform .medium-down--two-twelfths:nth-child(6n+1),
  .grid--uniform .medium-down--three-twelfths:nth-child(4n+1),
  .grid--uniform .medium-down--four-twelfths:nth-child(3n+1),
  .grid--uniform .medium-down--six-twelfths:nth-child(2n+1) {
    clear: both; }

  .medium-down--show {
    display: block !important; }

  .medium-down--hide {
    display: none !important; }

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

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

  .medium-down--text-center {
    text-align: center !important; } }
@media only screen and (min-width: 750px) and (max-width: 989px) {
  /** Whole */
  .medium--one-whole {
    width: 100%;
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%; }

  /* Halves */
  .medium--one-half {
    width: 50%;
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%; }

  /* Thirds */
  .medium--one-third {
    width: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    -webkit-flex-basis: 33.33333%;
    -moz-flex-basis: 33.33333%;
    flex-basis: 33.33333%; }

  .medium--two-thirds {
    width: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    -webkit-flex-basis: 66.66667%;
    -moz-flex-basis: 66.66667%;
    flex-basis: 66.66667%; }

  /* Quarters */
  .medium--one-quarter {
    width: 25%;
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    flex-basis: 25%; }

  .medium--two-quarters {
    width: 50%;
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%; }

  .medium--three-quarters {
    width: 75%;
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    flex-basis: 75%; }

  /* Fifths */
  .medium--one-fifth {
    width: 20%;
    -ms-flex-preferred-size: 20%;
    -webkit-flex-basis: 20%;
    -moz-flex-basis: 20%;
    flex-basis: 20%; }

  .medium--two-fifths {
    width: 40%;
    -ms-flex-preferred-size: 40%;
    -webkit-flex-basis: 40%;
    -moz-flex-basis: 40%;
    flex-basis: 40%; }

  .medium--three-fifths {
    width: 60%;
    -ms-flex-preferred-size: 60%;
    -webkit-flex-basis: 60%;
    -moz-flex-basis: 60%;
    flex-basis: 60%; }

  .medium--four-fifths {
    width: 80%;
    -ms-flex-preferred-size: 80%;
    -webkit-flex-basis: 80%;
    -moz-flex-basis: 80%;
    flex-basis: 80%; }

  /* Sixths */
  .medium--one-sixth {
    width: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    -webkit-flex-basis: 16.66667%;
    -moz-flex-basis: 16.66667%;
    flex-basis: 16.66667%; }

  .medium--two-sixths {
    width: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    -webkit-flex-basis: 33.33333%;
    -moz-flex-basis: 33.33333%;
    flex-basis: 33.33333%; }

  .medium--three-sixths {
    width: 50%;
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%; }

  .medium--four-sixths {
    width: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    -webkit-flex-basis: 66.66667%;
    -moz-flex-basis: 66.66667%;
    flex-basis: 66.66667%; }

  .medium--five-sixths {
    width: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    -webkit-flex-basis: 83.33333%;
    -moz-flex-basis: 83.33333%;
    flex-basis: 83.33333%; }

  /* Eighths */
  .medium--one-eighth {
    width: 12.5%;
    -ms-flex-preferred-size: 12.5%;
    -webkit-flex-basis: 12.5%;
    -moz-flex-basis: 12.5%;
    flex-basis: 12.5%; }

  .medium--two-eighths {
    width: 25%;
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    flex-basis: 25%; }

  .medium--three-eighths {
    width: 37.5%;
    -ms-flex-preferred-size: 37.5%;
    -webkit-flex-basis: 37.5%;
    -moz-flex-basis: 37.5%;
    flex-basis: 37.5%; }

  .medium--four-eighths {
    width: 50%;
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%; }

  .medium--five-eighths {
    width: 62.5%;
    -ms-flex-preferred-size: 62.5%;
    -webkit-flex-basis: 62.5%;
    -moz-flex-basis: 62.5%;
    flex-basis: 62.5%; }

  .medium--six-eighths {
    width: 75%;
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    flex-basis: 75%; }

  .medium--seven-eighths {
    width: 87.5%;
    -ms-flex-preferred-size: 87.5%;
    -webkit-flex-basis: 87.5%;
    -moz-flex-basis: 87.5%;
    flex-basis: 87.5%; }

  /* Tenths */
  .medium--one-tenth {
    width: 10%;
    -ms-flex-preferred-size: 10%;
    -webkit-flex-basis: 10%;
    -moz-flex-basis: 10%;
    flex-basis: 10%; }

  .medium--two-tenths {
    width: 20%;
    -ms-flex-preferred-size: 20%;
    -webkit-flex-basis: 20%;
    -moz-flex-basis: 20%;
    flex-basis: 20%; }

  .medium--three-tenths {
    width: 30%;
    -ms-flex-preferred-size: 30%;
    -webkit-flex-basis: 30%;
    -moz-flex-basis: 30%;
    flex-basis: 30%; }

  .medium--four-tenths {
    width: 40%;
    -ms-flex-preferred-size: 40%;
    -webkit-flex-basis: 40%;
    -moz-flex-basis: 40%;
    flex-basis: 40%; }

  .medium--five-tenths {
    width: 50%;
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%; }

  .medium--six-tenths {
    width: 60%;
    -ms-flex-preferred-size: 60%;
    -webkit-flex-basis: 60%;
    -moz-flex-basis: 60%;
    flex-basis: 60%; }

  .medium--seven-tenths {
    width: 70%;
    -ms-flex-preferred-size: 70%;
    -webkit-flex-basis: 70%;
    -moz-flex-basis: 70%;
    flex-basis: 70%; }

  .medium--eight-tenths {
    width: 80%;
    -ms-flex-preferred-size: 80%;
    -webkit-flex-basis: 80%;
    -moz-flex-basis: 80%;
    flex-basis: 80%; }

  .medium--nine-tenths {
    width: 90%;
    -ms-flex-preferred-size: 90%;
    -webkit-flex-basis: 90%;
    -moz-flex-basis: 90%;
    flex-basis: 90%; }

  /* Twelfths */
  .medium--one-twelfth {
    width: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    -webkit-flex-basis: 8.33333%;
    -moz-flex-basis: 8.33333%;
    flex-basis: 8.33333%; }

  .medium--two-twelfths {
    width: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    -webkit-flex-basis: 16.66667%;
    -moz-flex-basis: 16.66667%;
    flex-basis: 16.66667%; }

  .medium--three-twelfths {
    width: 25%;
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    flex-basis: 25%; }

  .medium--four-twelfths {
    width: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    -webkit-flex-basis: 33.33333%;
    -moz-flex-basis: 33.33333%;
    flex-basis: 33.33333%; }

  .medium--five-twelfths {
    width: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    -webkit-flex-basis: 41.66667%;
    -moz-flex-basis: 41.66667%;
    flex-basis: 41.66667%; }

  .medium--six-twelfths {
    width: 50%;
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%; }

  .medium--seven-twelfths {
    width: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    -webkit-flex-basis: 58.33333%;
    -moz-flex-basis: 58.33333%;
    flex-basis: 58.33333%; }

  .medium--eight-twelfths {
    width: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    -webkit-flex-basis: 66.66667%;
    -moz-flex-basis: 66.66667%;
    flex-basis: 66.66667%; }

  .medium--nine-twelfths {
    width: 75%;
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    flex-basis: 75%; }

  .medium--ten-twelfths {
    width: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    -webkit-flex-basis: 83.33333%;
    -moz-flex-basis: 83.33333%;
    flex-basis: 83.33333%; }

  .medium--eleven-twelfths {
    width: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    -webkit-flex-basis: 91.66667%;
    -moz-flex-basis: 91.66667%;
    flex-basis: 91.66667%; }

  .grid--uniform .medium--one-half:nth-child(2n+1),
  .grid--uniform .medium--one-third:nth-child(3n+1),
  .grid--uniform .medium--one-quarter:nth-child(4n+1),
  .grid--uniform .medium--one-fifth:nth-child(5n+1),
  .grid--uniform .medium--one-sixth:nth-child(6n+1),
  .grid--uniform .medium--two-sixths:nth-child(3n+1),
  .grid--uniform .medium--three-sixths:nth-child(2n+1),
  .grid--uniform .medium--two-eighths:nth-child(4n+1),
  .grid--uniform .medium--four-eighths:nth-child(2n+1),
  .grid--uniform .medium--five-tenths:nth-child(2n+1),
  .grid--uniform .medium--one-twelfth:nth-child(12n+1),
  .grid--uniform .medium--two-twelfths:nth-child(6n+1),
  .grid--uniform .medium--three-twelfths:nth-child(4n+1),
  .grid--uniform .medium--four-twelfths:nth-child(3n+1),
  .grid--uniform .medium--six-twelfths:nth-child(2n+1) {
    clear: both; }

  .medium--show {
    display: block !important; }

  .medium--hide {
    display: none !important; }

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

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

  .medium--text-center {
    text-align: center !important; } }
/*================ Grid Push Classes ================*/
@media only screen and (max-width: 749px) {
  /* Halves */
  .small--push-one-half {
    left: 50%; }

  /* Thirds */
  .small--push-one-third {
    left: 33.33333%; }

  .small--push-two-thirds {
    left: 66.66667%; }

  /* Quarters */
  .small--push-one-quarter {
    left: 25%; }

  .small--push-two-quarters {
    left: 50%; }

  .small--push-three-quarters {
    left: 75%; }

  /* Fifths */
  .small--push-one-fifth {
    left: 20%; }

  .small--push-two-fifths {
    left: 40%; }

  .small--push-three-fifths {
    left: 60%; }

  .small--push-four-fifths {
    left: 80%; }

  /* Sixths */
  .small--push-one-sixth {
    left: 16.66667%; }

  .small--push-two-sixths {
    left: 33.33333%; }

  .small--push-three-sixths {
    left: 50%; }

  .small--push-four-sixths {
    left: 66.66667%; }

  .small--push-five-sixths {
    left: 83.33333%; }

  /* Eighths */
  .small--push-one-eighth {
    left: 12.5%; }

  .small--push-two-eighths {
    left: 25%; }

  .small--push-three-eighths {
    left: 37.5%; }

  .small--push-four-eighths {
    left: 50%; }

  .small--push-five-eighths {
    left: 62.5%; }

  .small--push-six-eighths {
    left: 75%; }

  .small--push-seven-eighths {
    left: 87.5%; }

  /* Tenths */
  .small--push-one-tenth {
    left: 10%; }

  .small--push-two-tenths {
    left: 20%; }

  .small--push-three-tenths {
    left: 30%; }

  .small--push-four-tenths {
    left: 40%; }

  .small--push-five-tenths {
    left: 50%; }

  .small--push-six-tenths {
    left: 60%; }

  .small--push-seven-tenths {
    left: 70%; }

  .small--push-eight-tenths {
    left: 80%; }

  .small--push-nine-tenths {
    left: 90%; }

  /* Twelfths */
  .small--push-one-twelfth {
    left: 8.33333%; }

  .small--push-two-twelfths {
    left: 16.66667%; }

  .small--push-three-twelfths {
    left: 25%; }

  .small--push-four-twelfths {
    left: 33.33333%; }

  .small--push-five-twelfths {
    left: 41.66667%; }

  .small--push-six-twelfths {
    left: 50%; }

  .small--push-seven-twelfths {
    left: 58.33333%; }

  .small--push-eight-twelfths {
    left: 66.66667%; }

  .small--push-nine-twelfths {
    left: 75%; }

  .small--push-ten-twelfths {
    left: 83.33333%; }

  .small--push-eleven-twelfths {
    left: 91.66667%; } }
@media only screen and (min-width: 750px) {
  /* Halves */
  .medium-up--push-one-half {
    left: 50%; }

  /* Thirds */
  .medium-up--push-one-third {
    left: 33.33333%; }

  .medium-up--push-two-thirds {
    left: 66.66667%; }

  /* Quarters */
  .medium-up--push-one-quarter {
    left: 25%; }

  .medium-up--push-two-quarters {
    left: 50%; }

  .medium-up--push-three-quarters {
    left: 75%; }

  /* Fifths */
  .medium-up--push-one-fifth {
    left: 20%; }

  .medium-up--push-two-fifths {
    left: 40%; }

  .medium-up--push-three-fifths {
    left: 60%; }

  .medium-up--push-four-fifths {
    left: 80%; }

  /* Sixths */
  .medium-up--push-one-sixth {
    left: 16.66667%; }

  .medium-up--push-two-sixths {
    left: 33.33333%; }

  .medium-up--push-three-sixths {
    left: 50%; }

  .medium-up--push-four-sixths {
    left: 66.66667%; }

  .medium-up--push-five-sixths {
    left: 83.33333%; }

  /* Eighths */
  .medium-up--push-one-eighth {
    left: 12.5%; }

  .medium-up--push-two-eighths {
    left: 25%; }

  .medium-up--push-three-eighths {
    left: 37.5%; }

  .medium-up--push-four-eighths {
    left: 50%; }

  .medium-up--push-five-eighths {
    left: 62.5%; }

  .medium-up--push-six-eighths {
    left: 75%; }

  .medium-up--push-seven-eighths {
    left: 87.5%; }

  /* Tenths */
  .medium-up--push-one-tenth {
    left: 10%; }

  .medium-up--push-two-tenths {
    left: 20%; }

  .medium-up--push-three-tenths {
    left: 30%; }

  .medium-up--push-four-tenths {
    left: 40%; }

  .medium-up--push-five-tenths {
    left: 50%; }

  .medium-up--push-six-tenths {
    left: 60%; }

  .medium-up--push-seven-tenths {
    left: 70%; }

  .medium-up--push-eight-tenths {
    left: 80%; }

  .medium-up--push-nine-tenths {
    left: 90%; }

  /* Twelfths */
  .medium-up--push-one-twelfth {
    left: 8.33333%; }

  .medium-up--push-two-twelfths {
    left: 16.66667%; }

  .medium-up--push-three-twelfths {
    left: 25%; }

  .medium-up--push-four-twelfths {
    left: 33.33333%; }

  .medium-up--push-five-twelfths {
    left: 41.66667%; }

  .medium-up--push-six-twelfths {
    left: 50%; }

  .medium-up--push-seven-twelfths {
    left: 58.33333%; }

  .medium-up--push-eight-twelfths {
    left: 66.66667%; }

  .medium-up--push-nine-twelfths {
    left: 75%; }

  .medium-up--push-ten-twelfths {
    left: 83.33333%; }

  .medium-up--push-eleven-twelfths {
    left: 91.66667%; } }
@media only screen and (min-width: 990px) {
  /* Halves */
  .large-up--push-one-half {
    left: 50%; }

  /* Thirds */
  .large-up--push-one-third {
    left: 33.33333%; }

  .large-up--push-two-thirds {
    left: 66.66667%; }

  /* Quarters */
  .large-up--push-one-quarter {
    left: 25%; }

  .large-up--push-two-quarters {
    left: 50%; }

  .large-up--push-three-quarters {
    left: 75%; }

  /* Fifths */
  .large-up--push-one-fifth {
    left: 20%; }

  .large-up--push-two-fifths {
    left: 40%; }

  .large-up--push-three-fifths {
    left: 60%; }

  .large-up--push-four-fifths {
    left: 80%; }

  /* Sixths */
  .large-up--push-one-sixth {
    left: 16.66667%; }

  .large-up--push-two-sixths {
    left: 33.33333%; }

  .large-up--push-three-sixths {
    left: 50%; }

  .large-up--push-four-sixths {
    left: 66.66667%; }

  .large-up--push-five-sixths {
    left: 83.33333%; }

  /* Eighths */
  .large-up--push-one-eighth {
    left: 12.5%; }

  .large-up--push-two-eighths {
    left: 25%; }

  .large-up--push-three-eighths {
    left: 37.5%; }

  .large-up--push-four-eighths {
    left: 50%; }

  .large-up--push-five-eighths {
    left: 62.5%; }

  .large-up--push-six-eighths {
    left: 75%; }

  .large-up--push-seven-eighths {
    left: 87.5%; }

  /* Tenths */
  .large-up--push-one-tenth {
    left: 10%; }

  .large-up--push-two-tenths {
    left: 20%; }

  .large-up--push-three-tenths {
    left: 30%; }

  .large-up--push-four-tenths {
    left: 40%; }

  .large-up--push-five-tenths {
    left: 50%; }

  .large-up--push-six-tenths {
    left: 60%; }

  .large-up--push-seven-tenths {
    left: 70%; }

  .large-up--push-eight-tenths {
    left: 80%; }

  .large-up--push-nine-tenths {
    left: 90%; }

  /* Twelfths */
  .large-up--push-one-twelfth {
    left: 8.33333%; }

  .large-up--push-two-twelfths {
    left: 16.66667%; }

  .large-up--push-three-twelfths {
    left: 25%; }

  .large-up--push-four-twelfths {
    left: 33.33333%; }

  .large-up--push-five-twelfths {
    left: 41.66667%; }

  .large-up--push-six-twelfths {
    left: 50%; }

  .large-up--push-seven-twelfths {
    left: 58.33333%; }

  .large-up--push-eight-twelfths {
    left: 66.66667%; }

  .large-up--push-nine-twelfths {
    left: 75%; }

  .large-up--push-ten-twelfths {
    left: 83.33333%; }

  .large-up--push-eleven-twelfths {
    left: 91.66667%; } }
@media only screen and (max-width: 1399px) {
  /* Halves */
  .large-down--push-one-half {
    left: 50%; }

  /* Thirds */
  .large-down--push-one-third {
    left: 33.33333%; }

  .large-down--push-two-thirds {
    left: 66.66667%; }

  /* Quarters */
  .large-down--push-one-quarter {
    left: 25%; }

  .large-down--push-two-quarters {
    left: 50%; }

  .large-down--push-three-quarters {
    left: 75%; }

  /* Fifths */
  .large-down--push-one-fifth {
    left: 20%; }

  .large-down--push-two-fifths {
    left: 40%; }

  .large-down--push-three-fifths {
    left: 60%; }

  .large-down--push-four-fifths {
    left: 80%; }

  /* Sixths */
  .large-down--push-one-sixth {
    left: 16.66667%; }

  .large-down--push-two-sixths {
    left: 33.33333%; }

  .large-down--push-three-sixths {
    left: 50%; }

  .large-down--push-four-sixths {
    left: 66.66667%; }

  .large-down--push-five-sixths {
    left: 83.33333%; }

  /* Eighths */
  .large-down--push-one-eighth {
    left: 12.5%; }

  .large-down--push-two-eighths {
    left: 25%; }

  .large-down--push-three-eighths {
    left: 37.5%; }

  .large-down--push-four-eighths {
    left: 50%; }

  .large-down--push-five-eighths {
    left: 62.5%; }

  .large-down--push-six-eighths {
    left: 75%; }

  .large-down--push-seven-eighths {
    left: 87.5%; }

  /* Tenths */
  .large-down--push-one-tenth {
    left: 10%; }

  .large-down--push-two-tenths {
    left: 20%; }

  .large-down--push-three-tenths {
    left: 30%; }

  .large-down--push-four-tenths {
    left: 40%; }

  .large-down--push-five-tenths {
    left: 50%; }

  .large-down--push-six-tenths {
    left: 60%; }

  .large-down--push-seven-tenths {
    left: 70%; }

  .large-down--push-eight-tenths {
    left: 80%; }

  .large-down--push-nine-tenths {
    left: 90%; }

  /* Twelfths */
  .large-down--push-one-twelfth {
    left: 8.33333%; }

  .large-down--push-two-twelfths {
    left: 16.66667%; }

  .large-down--push-three-twelfths {
    left: 25%; }

  .large-down--push-four-twelfths {
    left: 33.33333%; }

  .large-down--push-five-twelfths {
    left: 41.66667%; }

  .large-down--push-six-twelfths {
    left: 50%; }

  .large-down--push-seven-twelfths {
    left: 58.33333%; }

  .large-down--push-eight-twelfths {
    left: 66.66667%; }

  .large-down--push-nine-twelfths {
    left: 75%; }

  .large-down--push-ten-twelfths {
    left: 83.33333%; }

  .large-down--push-eleven-twelfths {
    left: 91.66667%; } }
@media only screen and (max-width: 989px) {
  /* Halves */
  .medium-down--push-one-half {
    left: 50%; }

  /* Thirds */
  .medium-down--push-one-third {
    left: 33.33333%; }

  .medium-down--push-two-thirds {
    left: 66.66667%; }

  /* Quarters */
  .medium-down--push-one-quarter {
    left: 25%; }

  .medium-down--push-two-quarters {
    left: 50%; }

  .medium-down--push-three-quarters {
    left: 75%; }

  /* Fifths */
  .medium-down--push-one-fifth {
    left: 20%; }

  .medium-down--push-two-fifths {
    left: 40%; }

  .medium-down--push-three-fifths {
    left: 60%; }

  .medium-down--push-four-fifths {
    left: 80%; }

  /* Sixths */
  .medium-down--push-one-sixth {
    left: 16.66667%; }

  .medium-down--push-two-sixths {
    left: 33.33333%; }

  .medium-down--push-three-sixths {
    left: 50%; }

  .medium-down--push-four-sixths {
    left: 66.66667%; }

  .medium-down--push-five-sixths {
    left: 83.33333%; }

  /* Eighths */
  .medium-down--push-one-eighth {
    left: 12.5%; }

  .medium-down--push-two-eighths {
    left: 25%; }

  .medium-down--push-three-eighths {
    left: 37.5%; }

  .medium-down--push-four-eighths {
    left: 50%; }

  .medium-down--push-five-eighths {
    left: 62.5%; }

  .medium-down--push-six-eighths {
    left: 75%; }

  .medium-down--push-seven-eighths {
    left: 87.5%; }

  /* Tenths */
  .medium-down--push-one-tenth {
    left: 10%; }

  .medium-down--push-two-tenths {
    left: 20%; }

  .medium-down--push-three-tenths {
    left: 30%; }

  .medium-down--push-four-tenths {
    left: 40%; }

  .medium-down--push-five-tenths {
    left: 50%; }

  .medium-down--push-six-tenths {
    left: 60%; }

  .medium-down--push-seven-tenths {
    left: 70%; }

  .medium-down--push-eight-tenths {
    left: 80%; }

  .medium-down--push-nine-tenths {
    left: 90%; }

  /* Twelfths */
  .medium-down--push-one-twelfth {
    left: 8.33333%; }

  .medium-down--push-two-twelfths {
    left: 16.66667%; }

  .medium-down--push-three-twelfths {
    left: 25%; }

  .medium-down--push-four-twelfths {
    left: 33.33333%; }

  .medium-down--push-five-twelfths {
    left: 41.66667%; }

  .medium-down--push-six-twelfths {
    left: 50%; }

  .medium-down--push-seven-twelfths {
    left: 58.33333%; }

  .medium-down--push-eight-twelfths {
    left: 66.66667%; }

  .medium-down--push-nine-twelfths {
    left: 75%; }

  .medium-down--push-ten-twelfths {
    left: 83.33333%; }

  .medium-down--push-eleven-twelfths {
    left: 91.66667%; } }
@media only screen and (min-width: 750px) and (max-width: 989px) {
  /* Halves */
  .medium--push-one-half {
    left: 50%; }

  /* Thirds */
  .medium--push-one-third {
    left: 33.33333%; }

  .medium--push-two-thirds {
    left: 66.66667%; }

  /* Quarters */
  .medium--push-one-quarter {
    left: 25%; }

  .medium--push-two-quarters {
    left: 50%; }

  .medium--push-three-quarters {
    left: 75%; }

  /* Fifths */
  .medium--push-one-fifth {
    left: 20%; }

  .medium--push-two-fifths {
    left: 40%; }

  .medium--push-three-fifths {
    left: 60%; }

  .medium--push-four-fifths {
    left: 80%; }

  /* Sixths */
  .medium--push-one-sixth {
    left: 16.66667%; }

  .medium--push-two-sixths {
    left: 33.33333%; }

  .medium--push-three-sixths {
    left: 50%; }

  .medium--push-four-sixths {
    left: 66.66667%; }

  .medium--push-five-sixths {
    left: 83.33333%; }

  /* Eighths */
  .medium--push-one-eighth {
    left: 12.5%; }

  .medium--push-two-eighths {
    left: 25%; }

  .medium--push-three-eighths {
    left: 37.5%; }

  .medium--push-four-eighths {
    left: 50%; }

  .medium--push-five-eighths {
    left: 62.5%; }

  .medium--push-six-eighths {
    left: 75%; }

  .medium--push-seven-eighths {
    left: 87.5%; }

  /* Tenths */
  .medium--push-one-tenth {
    left: 10%; }

  .medium--push-two-tenths {
    left: 20%; }

  .medium--push-three-tenths {
    left: 30%; }

  .medium--push-four-tenths {
    left: 40%; }

  .medium--push-five-tenths {
    left: 50%; }

  .medium--push-six-tenths {
    left: 60%; }

  .medium--push-seven-tenths {
    left: 70%; }

  .medium--push-eight-tenths {
    left: 80%; }

  .medium--push-nine-tenths {
    left: 90%; }

  /* Twelfths */
  .medium--push-one-twelfth {
    left: 8.33333%; }

  .medium--push-two-twelfths {
    left: 16.66667%; }

  .medium--push-three-twelfths {
    left: 25%; }

  .medium--push-four-twelfths {
    left: 33.33333%; }

  .medium--push-five-twelfths {
    left: 41.66667%; }

  .medium--push-six-twelfths {
    left: 50%; }

  .medium--push-seven-twelfths {
    left: 58.33333%; }

  .medium--push-eight-twelfths {
    left: 66.66667%; }

  .medium--push-nine-twelfths {
    left: 75%; }

  .medium--push-ten-twelfths {
    left: 83.33333%; }

  .medium--push-eleven-twelfths {
    left: 91.66667%; } }
/*============================================================================
#Normalize
Based on normalize.css v3.0.2 | MIT License | git.io/normalize
==============================================================================*/
*, *:before, *:after {
  box-sizing: border-box; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

body,
input,
textarea,
button,
select {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%; }

a {
  background-color: transparent; }

b,
strong {
  font-weight: 700; }

em {
  font-style: italic; }

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 {
  max-width: 100%;
  height: auto;
  border: 0; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-align: center;
  font-size: 18px; }

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

td,
th {
  padding: 0; }

textarea {
  overflow: auto;
  -webkit-appearance: none;
  -moz-appearance: none; }

[tabindex='-1']:focus {
  outline: none; }

/*================ #Helper Classes ================*/
.clearfix {
  *zoom: 1; }
  .clearfix:after {
    content: '';
    display: table;
    clear: both; }

.visually-hidden, .icon__fallback-text, .no-js .lazyload, .no-js .image-content__image-wrapper, .no-js .article__photo-wrapper {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

.js-focus-hidden:focus {
  outline: none; }

/*============================================================================
Skip to content button
- Overrides .visually-hidden when focused
==============================================================================*/
.skip-link:focus {
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
  color: #343434;
  background-color: white;
  padding: 10px;
  z-index: 10000;
  transition: none; }

/*================ #Basic Styles ================*/
body,
html {
  background-color: white; }

.page-width {
  *zoom: 1;
  margin: 0 auto;
  padding: 0 10px;
  width: 100%;
  /*@include media-query($medium-up) {
    padding: 0 $gutter-site;
  }
  @include media-query($small) {
    padding: 0 20px;
  }*/ }
  .page-width:after {
    content: '';
    display: table;
    clear: both; }
  @media only screen and (min-width: 750px) {
    .page-width {
      padding: 0 0px; } }
  @media only screen and (max-width: 749px) {
    .page-width {
      padding: 0 0px; } }

.container {
  position: relative;
  max-width: 1700px;
  width: 100%;
  margin: 0 auto;
  background-color: #ECF4FB; }

.footer-last-area {
  padding-bottom: 0 !important; }

/*================ Typography ================*/
blockquote p + cite {
  margin-top: 10px; }
blockquote cite {
  display: block; }
  blockquote cite:before {
    content: '\2014 \0020'; }

code, pre {
  font-family: Consolas,monospace;
  font-size: 1em; }

pre {
  overflow: auto; }

/*================ #Icons ================*/
.icon {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px; }
  .no-svg .icon {
    display: none; }

.icon--wide {
  width: 40px; }

.no-svg .icon__fallback-text {
  position: static !important;
  overflow: inherit;
  clip: none;
  height: auto;
  width: auto;
  margin: 0; }

svg.icon:not(.icon--full-color) circle,
svg.icon:not(.icon--full-color) ellipse,
svg.icon:not(.icon--full-color) g,
svg.icon:not(.icon--full-color) line,
svg.icon:not(.icon--full-color) path,
svg.icon:not(.icon--full-color) polygon,
svg.icon:not(.icon--full-color) polyline,
svg.icon:not(.icon--full-color) rect,
symbol.icon:not(.icon--full-color) circle,
symbol.icon:not(.icon--full-color) ellipse,
symbol.icon:not(.icon--full-color) g,
symbol.icon:not(.icon--full-color) line,
symbol.icon:not(.icon--full-color) path,
symbol.icon:not(.icon--full-color) polygon,
symbol.icon:not(.icon--full-color) polyline,
symbol.icon:not(.icon--full-color) rect {
  fill: inherit;
  stroke: inherit; }

/*================ Payment Icons ================*/
.payment-icons {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  cursor: default; }
  .payment-icons li {
    margin-right: 5px; }
  .payment-icons .icon {
    width: 38px;
    height: 24px; }
  .payment-icons .icon--wide {
    width: 55px; }

/*================ Social Icons ================*/
.social-icons .icon {
  width: 19px;
  height: 19px;
  margin-top: 8px; }

/*================ #Lists ================*/
ul, ol {
  margin: 0;
  padding: 0; }

ol {
  list-style: decimal; }

.list--inline {
  padding: 0;
  margin: 0; }
  .list--inline li {
    display: inline-block;
    margin-bottom: 0; }

.rte ul, .rte ol {
  margin: 0 0 10px 20px; }
.rte ul {
  list-style: disc outside; }
  .rte ul ul {
    list-style: circle outside; }
    .rte ul ul ul {
      list-style: square outside; }

.text-center.rte ul,
.text-center.rte ol,
.text-center .rte ul,
.text-center .rte ol {
  margin-left: 0;
  list-style-position: inside; }

/*================ #Rich Text Editor ================*/
.rte__table-wrapper {
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

/*================ #Links and Buttons ================*/
.btn, .btn--secondary,
.rte .btn--secondary, .shopify-payment-button .shopify-payment-button__button--unbranded,
.rte .btn,
.rte .btn--secondary,
.rte .shopify-payment-button .shopify-payment-button__button--unbranded,
.shopify-payment-button .rte .shopify-payment-button__button--unbranded {
  display: inline-block;
  width: auto;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
  border: 1px solid #4C94DC;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #2f84ed;
  text-transform: capitalize;
  background-color: transparent;
  letter-spacing: 1px; }
  .btn:hover, .btn--secondary:hover, .shopify-payment-button .shopify-payment-button__button--unbranded:hover,
  .rte .btn:hover,
  .rte .btn--secondary:hover,
  .rte .shopify-payment-button .shopify-payment-button__button--unbranded:hover,
  .shopify-payment-button .rte .shopify-payment-button__button--unbranded:hover {
    background-color: #4C94DC;
    color: white; }
  .btn:active, .btn--secondary:active, .shopify-payment-button .shopify-payment-button__button--unbranded:active, .btn:focus, .btn--secondary:focus, .shopify-payment-button .shopify-payment-button__button--unbranded:focus,
  .rte .btn:active,
  .rte .btn--secondary:active,
  .rte .shopify-payment-button .shopify-payment-button__button--unbranded:active,
  .shopify-payment-button .rte .shopify-payment-button__button--unbranded:active,
  .rte .btn:focus,
  .rte .btn--secondary:focus,
  .rte .shopify-payment-button .shopify-payment-button__button--unbranded:focus,
  .shopify-payment-button .rte .shopify-payment-button__button--unbranded:focus {
    background-color: #4C94DC;
    color: white; }
  .btn[disabled], [disabled].btn--secondary, .shopify-payment-button [disabled].shopify-payment-button__button--unbranded,
  .rte .btn[disabled],
  .rte [disabled].btn--secondary,
  .rte .shopify-payment-button [disabled].shopify-payment-button__button--unbranded,
  .shopify-payment-button .rte [disabled].shopify-payment-button__button--unbranded {
    cursor: default;
    color: #757575;
    background-color: #d5d5d5; }
  .btn .icon, .btn--secondary .icon, .shopify-payment-button .shopify-payment-button__button--unbranded .icon,
  .rte .btn .icon,
  .rte .btn--secondary .icon,
  .rte .shopify-payment-button .shopify-payment-button__button--unbranded .icon,
  .shopify-payment-button .rte .shopify-payment-button__button--unbranded .icon {
    fill: currentColor;
    path: currentColor; }

.btn--secondary,
.rte .btn--secondary {
  background-color: #f4f4f4; }
  .btn--secondary:hover,
  .rte .btn--secondary:hover {
    background-color: #e7e7e7;
    color: #1c1d1d; }
  .btn--secondary:active, .btn--secondary:focus,
  .rte .btn--secondary:active,
  .rte .btn--secondary:focus {
    background-color: #cecece;
    color: #1c1d1d; }

.btn--secondary-accent {
  border: 1px solid white;
  color: white;
  background-color: white; }
  .btn--secondary-accent:hover {
    border: 1px solid #e6e6e6;
    color: #e6e6e6;
    background-color: white; }
  .btn--secondary-accent:active, .btn--secondary-accent:focus {
    border: 1px solid #cccccc;
    color: #cccccc;
    background-color: white; }
  .btn--secondary-accent[disabled] {
    border-color: #d5d5d5; }
    .btn--secondary-accent[disabled]:hover, .btn--secondary-accent[disabled]:active, .btn--secondary-accent[disabled]:focus {
      background-color: #d5d5d5;
      color: #757575; }

.btn-pacsafe__btn_box {
  background-color: #4C94DC;
  color: #fff; }

/*================ Force an input/button to look like a text link ================*/
.text-link {
  display: inline;
  border: 0 none;
  background: none;
  padding: 0;
  margin: 0; }

/*================ #Tables ================*/
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

th {
  font-weight: 700; }

th, td {
  text-align: left;
  border: 1px solid white; }

/*============================================================================
Responsive tables, defined with .responsive-table on table element.
==============================================================================*/
@media only screen and (max-width: 749px) {
  .responsive-table thead {
    display: none; }
  .responsive-table tr {
    display: block; }
  .responsive-table th,
  .responsive-table td {
    display: block;
    text-align: right;
    padding: 10px;
    margin: 0; }
  .responsive-table td:before {
    content: attr(data-label);
    float: left;
    text-align: center;
    font-size: 14px;
    padding-right: 10px; } }
.responsive-table__row {
  border-bottom: 1px solid white; }

/*================ #Images and Iframes ================*/
svg:not(:root) {
  overflow: hidden; }

.video-wrapper {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  height: auto; }
  .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/*================ Forms ================*/
@media only screen and (max-width: 989px) {
  input,
  select,
  textarea {
    font-size: 16px; } }
fieldset {
  border: 1px solid white;
  margin: 0 0 20px;
  padding: 10px; }

legend {
  border: 0;
  padding: 0; }

button,
input[type="submit"] {
  cursor: pointer; }

input,
textarea,
select {
  border: 1px solid white;
  border-radius: 0;
  max-width: 100%; }
  input:focus,
  textarea:focus,
  select:focus {
    border-color: #e6e6e6; }
  input[disabled],
  textarea[disabled],
  select[disabled] {
    cursor: default;
    background-color: #d5d5d5;
    border-color: #757575; }

textarea {
  min-height: 100px; }

/*================ Error styles ================*/
input.input--error,
select.input--error,
textarea.input--error {
  border-color: white;
  background-color: #59ac6c;
  color: white; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: right center;
  background-image: url("//cdn.shopify.com/s/files/1/0041/7638/0013/t/135/assets/ico-select.svg?v=6449771009352553687");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-color: transparent;
  padding-right: 28px;
  text-indent: 0.01px;
  text-overflow: '';
  cursor: pointer; }

optgroup {
  font-weight: 700; }

option {
  color: #000;
  background-color: #fff; }

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

/*================ Form labels ================*/
.label--hidden {
  position: absolute;
  height: 0;
  width: 0;
  margin-bottom: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px); }

label[for] {
  cursor: pointer; }

/*================ #Site Nav and Dropdowns ================*/
.site-header__logo img {
  display: block;
  width: 100%; }

.site-nav li {
  display: inline-block; }

.site-nav__item .site-nav__link-toggle {
  font-weight: 700; }

/*================ Site Nav Links ================*/
.site-nav__link {
  display: block;
  white-space: nowrap; }
  .site-nav__link .icon-arrow-down {
    position: relative; }

/*================ Dropdowns ================*/
.site-nav__dropdown {
  display: none;
  position: absolute;
  left: 0;
  padding: 0;
  margin: 0;
  z-index: 5;
  text-align: center; }
  .site-nav__dropdown li {
    display: block;
    text-align: left; }

/*================ #Giftcard Template ================*/
.giftcard__qr-code img {
  margin: 0 auto; }

.giftcard__apple-wallet-image {
  display: block;
  margin: 0 auto; }

.giftcard__wrap {
  margin: 0 auto 20px; }

/*================ Print Giftcard Styles ================*/
@media print {
  @page {
    margin: 0.5cm; }

  p {
    orphans: 3;
    widows: 3; }

  html, body {
    background-color: #fff;
    color: #000; }

  .giftcard__print-link,
  .giftcard__apple-wallet {
    display: none; } }
/*================ GLOBAL ================*/
.no-js:not(html) {
  display: none; }
  .no-js .no-js:not(html) {
    display: block; }

.no-js .js {
  display: none; }

.main-content {
  display: block;
  margin-top: 0px;
  padding-bottom: 40px; }
  @media only screen and (min-width: 750px) {
    .main-content {
      margin-top: 0px;
      padding-bottom: 80px; } }
  .template-index .main-content {
    padding-bottom: 0;
    margin-top: 0px; }
    @media only screen and (max-width: 749px) {
      .template-index .main-content {
        margin-top: 0; } }

.full-width {
  padding: 80px 20px;
  background-color: white; }

.full-width--return-link {
  margin-bottom: -40px; }
  @media only screen and (min-width: 750px) {
    .full-width--return-link {
      margin-bottom: -80px; } }
  .content-block + .full-width--return-link {
    margin-top: -20px; }

hr {
  margin: 20px 0;
  border-color: white;
  border-style: solid;
  border-width: 1px 0 0; }

.hr--dark {
  border-color: #d9d9d9; }

/*================ Empty pages (404, cart) ================*/
.page-empty {
  padding: 120px 0;
  margin-bottom: 20px; }

/*================ Index sections ================*/
.index-section {
  margin-bottom: 50px; }

.index-section--flush + .index-section--flush {
  margin-top: -50px; }

.index-section--flush:last-child {
  padding-bottom: 0;
  margin-bottom: 0; }

/*================ Flex class helpers ================*/
.flex--center-vertical .flex__item {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center; }

.flex--grid {
  margin: 0 -10px;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .flex--grid > .flex__item {
    padding: 10px; }

.flex--grid-center {
  justify-content: center; }

.flex--no-gutter {
  margin: 0; }
  .flex--no-gutter > .flex__item {
    padding: 0; }

/*================ Grid | Half gutters ================*/
.grid--half-gutters {
  margin-left: -10px; }
  .grid--half-gutters > .grid__item {
    padding-left: 10px; }

.grid--no-gutters {
  margin-left: 0; }
  .grid--no-gutters > .grid__item {
    padding-left: 0; }

/*================ Grid | Vertically centered items ================*/
.grid--table {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-left: 0; }
  .grid--table > .grid__item {
    float: none;
    display: table-cell;
    vertical-align: middle;
    padding-left: 0; }

.medium-up--grid--table {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-left: 0; }
  .medium-up--grid--table > .grid__item {
    float: none;
    display: table-cell;
    vertical-align: middle;
    padding-left: 0; }
  @media only screen and (max-width: 749px) {
    .medium-up--grid--table {
      display: block; }
      .medium-up--grid--table > .grid__item {
        display: block; } }

body,
input,
textarea,
button,
select {
  font-size: 14px;
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #343434;
  line-height: 1.375; }

@media only screen and (max-width: 989px) {
  input,
  textarea {
    font-size: 16px; } }
/*================ Headings ================*/
h1, .h1, .h1--mini,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: #343434;
  margin: 0 0 0.71429em; }
  h1 a, .h1 a, .h1--mini a,
  h2 a,
  .h2 a,
  h3 a,
  .h3 a,
  h4 a,
  .h4 a,
  h5 a,
  .h5 a,
  h6 a,
  .h6 a {
    color: inherit;
    text-decoration: none;
    font-weight: inherit; }
  h1:last-child, .h1:last-child, .h1--mini:last-child,
  h2:last-child,
  .h2:last-child,
  h3:last-child,
  .h3:last-child,
  h4:last-child,
  .h4:last-child,
  h5:last-child,
  .h5:last-child,
  h6:last-child,
  .h6:last-child {
    margin-bottom: 0; }

h2, .h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  letter-spacing: inherit;
  text-transform: inherit;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  font-style: normal; }

h1, .h1, .h1--mini {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 2.14286em; }

h2, .h2 {
  font-size: 2.14286em; }

h3, .h3 {
  font-size: 1.71429em; }

h4, .h4 {
  font-size: 1.28571em; }

h5, .h5 {
  font-size: 1.42857em; }

h6, .h6 {
  font-size: 1.14286em; }

.h1--mini {
  font-size: 2em; }

/*================ RTE headings ================*/
.rte {
  *zoom: 1;
  margin-bottom: 20px; }
  .rte:after {
    content: '';
    display: table;
    clear: both; }
  .rte:last-child {
    margin-bottom: 0; }
  .rte h1, .rte .h1, .rte .h1--mini,
  .rte h2,
  .rte .h2,
  .rte h3,
  .rte .h3,
  .rte h4,
  .rte .h4,
  .rte h5,
  .rte .h5,
  .rte h6,
  .rte .h6 {
    margin-top: 40px; }
    .rte h1:first-child, .rte .h1:first-child, .rte .h1--mini:first-child,
    .rte h2:first-child,
    .rte .h2:first-child,
    .rte h3:first-child,
    .rte .h3:first-child,
    .rte h4:first-child,
    .rte .h4:first-child,
    .rte h5:first-child,
    .rte .h5:first-child,
    .rte h6:first-child,
    .rte .h6:first-child {
      margin-top: 0; }
  .rte p {
    margin: 0 0 20px; }
  .rte li {
    margin-bottom: 10px; }
    .rte li:last-child {
      margin-bottom: 0; }

.rte-setting {
  margin-bottom: 10px; }
  .rte-setting:last-child {
    margin-bottom: 0; }

/*================ Paragraph styles ================*/
p {
  margin: 0 0 10px; }
  p:last-child {
    margin-bottom: 0; }

/*================ Blockquote ================*/
blockquote {
  color: #343434;
  font-size: 1.42857em;
  font-weight: 700;
  text-align: center; }
  blockquote cite {
    font-size: 0.8em;
    font-weight: 400;
    opacity: 0.6;
    font-style: normal; }
  @media only screen and (max-width: 749px) {
    blockquote {
      margin-left: 0;
      margin-right: 0; } }

/*================ Lists ================*/
.list--no-bullets {
  list-style: none; }

.list--bold {
  font-weight: 700;
  font-size: 1.07143em; }

/*================ Form elements ================*/
label {
  font-size: 0.85714em;
  font-weight: 700;
  color: #343434;
  text-transform: uppercase;
  margin-bottom: 13px; }

/*================ Blog styles ================*/
.blog__meta {
  font-size: 1em; }

.blog__rss-link .icon-rss {
  fill: currentColor;
  width: 18px;
  height: 18px;
  vertical-align: baseline; }

/*================ Primary color inline background ================*/
.emphasized-title {
  display: inline;
  font-size: 2.57143em;
  line-height: 1.35;
  padding: 0 10px;
  /*   background-color: $color-emphasized-title-bg; */
  color: #122552;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone; }

.emphasized-title--link:hover, .emphasized-title--link:focus {
  background-color: #136ad6;
  color: #122552; }

@media only screen and (min-width: 750px) {
  .emphasized-title--large {
    font-size: 4.28571em; } }
.emphasized-subtitle {
  display: inline;
  /*   color : #fff; */
  line-height: 2;
  padding: 5px 20px;
  /*   padding: $gutter-site / 2; */
  /*   background-color: $color-emphasized-subtitle-bg; */
  color: #2f84ed;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  transition: background-color 0.15s ease-in;
  color: #fff; }
  @media only screen and (min-width: 750px) {
    .emphasized-subtitle {
      font-size: 1.42857em; } }
  .emphasized-subtitle:hover, .emphasized-subtitle:focus {
    color: #fff;
    border: 3px solid #4090DB;
    background-color: #4090DB;
    /*     background-color: adaptive-color($color-emphasized-subtitle-bg, 10%); */ }

.emphasized-title-wrapper {
  margin-bottom: 8px;
  height: 120px;
  margin-left: 174px; }

/*================ Tables ================*/
td,
th {
  padding: 10px;
  border: 1px solid white; }

/*================ Forms and inputs ================*/
::-webkit-input-placeholder {
  color: #343434;
  opacity: 0.6; }

:-moz-placeholder {
  color: #343434;
  opacity: 0.6; }

:-ms-input-placeholder {
  color: #343434;
  opacity: 0.6; }

::-ms-input-placeholder {
  color: #343434;
  opacity: 0.6;
  opacity: 1; }

input,
textarea,
select {
  background-color: #f4f4f4;
  color: #333333;
  border: 0;
  max-width: 100%; }
  input[disabled],
  textarea[disabled],
  select[disabled] {
    color: rgba(0, 0, 0, 0.4); }
  input.input--error,
  textarea.input--error,
  select.input--error {
    color: white; }
    input.input--error::-webkit-input-placeholder,
    textarea.input--error::-webkit-input-placeholder,
    select.input--error::-webkit-input-placeholder {
      color: white;
      opacity: 0.6; }
    input.input--error:-moz-placeholder,
    textarea.input--error:-moz-placeholder,
    select.input--error:-moz-placeholder {
      color: white;
      opacity: 0.6; }
    input.input--error:-ms-input-placeholder,
    textarea.input--error:-ms-input-placeholder,
    select.input--error:-ms-input-placeholder {
      color: white;
      opacity: 0.6; }
    input.input--error::-ms-input-placeholder,
    textarea.input--error::-ms-input-placeholder,
    select.input--error::-ms-input-placeholder {
      color: white;
      opacity: 0.6;
      opacity: 1; }

.input--content-color {
  background-color: white; }

input,
textarea {
  padding: 13px 15px; }

input[type="search"] {
  padding-right: 0; }

select {
  padding-top: 13px;
  padding-left: 15px;
  padding-bottom: 13px; }

.form-vertical input,
.form-vertical select,
.form-vertical textarea {
  display: block;
  width: 100%;
  margin-bottom: 10px; }
.form-vertical select {
  margin-bottom: 15px; }
.form-vertical input[type="radio"],
.form-vertical input[type="checkbox"] {
  display: inline-block;
  width: auto;
  margin-right: 5px; }
.form-vertical input[type="submit"],
.form-vertical .btn,
.form-vertical .btn--secondary,
.form-vertical .shopify-payment-button .shopify-payment-button__button--unbranded,
.shopify-payment-button .form-vertical .shopify-payment-button__button--unbranded {
  display: inline-block; }

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

textarea {
  min-height: 100px; }

/*================ Form feedback messages ================*/
.note,
.form-success,
.errors {
  padding: 13px;
  margin: 0 0 10px; }

.note {
  border: 1px solid white; }

.form-success {
  background-color: #59ac6c;
  color: white; }

.errors {
  background-color: #59ac6c;
  color: white; }

.errors ul {
  list-style: none;
  padding: 0;
  margin: 0; }

/*============================================================================
Input groups
- Align a text input beside a submit button without
any space between them. The button will size it's parent
based on the 1% width below while maintaining its
padding and styles.
==============================================================================*/
.input-group {
  position: relative;
  display: table;
  width: 100%;
  border-collapse: separate; }
  .form-vertical .input-group {
    margin-bottom: 20px; }

.input-group__field,
.input-group__btn {
  display: table-cell;
  vertical-align: middle;
  margin: 0; }

.input-group__field,
.input-group__btn .btn,
.input-group__btn .btn--secondary,
.input-group__btn .shopify-payment-button .shopify-payment-button__button--unbranded,
.shopify-payment-button .input-group__btn .shopify-payment-button__button--unbranded {
  height: 48px;
  padding-top: 0;
  padding-bottom: 0; }

.input-group__field {
  width: 100%; }
  .form-vertical .input-group__field {
    margin: 0; }

.input-group__btn {
  white-space: nowrap;
  width: 1%; }
  .input-group__btn .icon-arrow-right {
    width: 14px;
    height: 17px; }

/*================ Theme links and buttons ================*/
.btn, .btn--secondary,
.rte .btn--secondary, .shopify-payment-button .shopify-payment-button__button--unbranded,
.btn--secondary {
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  padding: 15px 45px;
  transition: color 0.1s ease-in, background-color 0.1s ease-in; }

.btn--narrow {
  padding-left: 15px;
  padding-right: 15px; }
  .btn--narrow p {
    padding-left: 15px;
    padding-right: 15px;
    margin: 0; }

.btn--full {
  display: block;
  width: 100%; }

/*================ Default link styles ================*/
a {
  color: #343434;
  text-decoration: none;
  transition: color 0.1s ease-in, background-color 0.1s ease-in; }
  a:hover, a:focus {
    color: #d9d9d9; }

.link-accent-color {
  color: white;
  text-decoration: none;
  transition: color 0.1s ease-in, background-color 0.1s ease-in; }
  .link-accent-color:hover, .link-accent-color:focus {
    color: #d9d9d9; }

.text-link {
  transition: color 0.1s ease-in, background-color 0.1s ease-in; }
  .text-link .icon {
    fill: currentColor;
    height: 1em;
    width: 1em; }

.link-body-color {
  color: #343434;
  transition: color 0.1s ease-in, background-color 0.1s ease-in; }
  .link-body-color:hover, .link-body-color:focus {
    color: white; }

/*================ Return link ================*/
.return-link {
  display: block;
  text-align: center;
  margin-bottom: 0;
  font-size: 1.71429em; }
  .return-link .icon {
    fill: currentColor; }

.placeholder-svg {
  fill: #747474;
  background-color: silver;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  border: 1px solid rgba(52, 52, 52, 0.2); }

.placeholder-noblocks {
  padding: 40px;
  text-align: center; }

.placeholder-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  .placeholder-background .placeholder-svg {
    border: 0; }

.placeholder-background--hide {
  display: none; }

.placeholder-background--animation {
  background-color: #343434;
  -moz-animation: placeholder-background-loading 1.5s infinite linear;
  -o-animation: placeholder-background-loading 1.5s infinite linear;
  -webkit-animation: placeholder-background-loading 1.5s infinite linear;
  animation: placeholder-background-loading 1.5s infinite linear; }
  .no-js .placeholder-background--animation {
    display: none; }

@-webkit-keyframes placeholder-background-loading {
  0% {
    opacity: 0.02; }

  50% {
    opacity: 0.05; }

  100% {
    opacity: 0.02; } }

@-moz-keyframes placeholder-background-loading {
  0% {
    opacity: 0.02; }

  50% {
    opacity: 0.05; }

  100% {
    opacity: 0.02; } }

@-ms-keyframes placeholder-background-loading {
  0% {
    opacity: 0.02; }

  50% {
    opacity: 0.05; }

  100% {
    opacity: 0.02; } }

@keyframes placeholder-background-loading {
  0% {
    opacity: 0.02; }

  50% {
    opacity: 0.05; }

  100% {
    opacity: 0.02; } }

.featured-card__image .placeholder-svg {
  width: auto; }

.hero__slide .placeholder-background {
  background-color: white; }

/*================ TEMPLATES ================*/
/*============= Templates | Password page =============*/
.template-password {
  height: 100vh;
  background-color: white;
  color: #1c1d1d; }

.password-page {
  display: table;
  height: 100%;
  width: 100%; }
  .password-page a {
    color: #2f84ed; }
  .password-page h1, .password-page .h1, .password-page .h1--mini,
  .password-page h2,
  .password-page .h2,
  .password-page h3,
  .password-page .h3,
  .password-page h4,
  .password-page .h4,
  .password-page h5,
  .password-page .h5,
  .password-page h6,
  .password-page .h6 {
    color: #1c1d1d; }
  .password-page label {
    color: #1c1d1d; }

.password-page__inner {
  display: table-cell;
  vertical-align: middle; }

.password-page__content,
.password-modal__content {
  max-width: 600px;
  margin: 0 auto; }

.password-page__content {
  padding: 20px 0; }

.password-logo {
  margin-top: 10px;
  margin-bottom: 20px; }

.password-logo__image {
  max-width: 100%; }

.password-page__title {
  font-size: 3.57143em;
  line-height: 1;
  margin-bottom: 20px; }

.password-page__message {
  font-size: 1.28571em;
  margin-bottom: 40px; }

.password-signup-form {
  margin-bottom: 80px; }

.password-social-sharing {
  margin-bottom: 80px; }

/*================ Login link ================*/
.password-login-link {
  display: block;
  padding: 20px;
  text-align: center; }
  @media only screen and (min-width: 750px) {
    .password-login-link {
      position: absolute;
      top: 0;
      right: 0; } }
  .password-login-link .icon {
    width: 12px;
    height: 1em;
    margin-right: 6.66667px;
    fill: currentColor; }

/*================ Login modal ================*/
.password-login-form {
  margin-bottom: 40px; }

/*================ Newsletter ================*/
.password-signup-form__subheading {
  margin-bottom: 25px; }
  .password-signup-form__subheading a {
    color: white; }
    .password-signup-form__subheading a:hover {
      color: #e6e6e6; }

.password-signup-form .input-group {
  max-width: 450px;
  margin: 0 auto; }

/*================ Password svg icons ================*/
.icon-shopify-logo {
  width: 72px;
  height: 21px;
  margin-left: 6.66667px;
  fill: currentColor; }

/*============= Templates | Gift card page =============*/
.template-giftcard {
  background-color: white; }

.giftcard__header {
  margin: 80px auto 40px; }

.giftcard__content {
  background-color: white;
  max-width: 540px;
  margin: 0 auto 40px;
  padding: 20px; }

.giftcard__shop-url {
  display: none; }

/*================ Giftcard image, amount, and code ================*/
.giftcard__wrap {
  position: relative; }
  .giftcard__wrap:before, .giftcard__wrap:after {
    content: '';
    display: block;
    position: absolute;
    background-color: white;
    height: 40px;
    width: 40px;
    border: 1px solid rgba(0, 0, 0, 0.1); }
  .giftcard__wrap:before {
    top: -2px;
    left: -2px;
    border-radius: 12px 0 100%;
    box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.05); }
  .giftcard__wrap:after {
    bottom: -2px;
    right: -2px;
    border-radius: 100% 0 12px;
    box-shadow: -2px -2px 1px rgba(0, 0, 0, 0.05); }

.giftcard__image {
  display: block;
  border-radius: 12px;
  overflow: hidden; }

.giftcard__amount-wrapper {
  position: absolute;
  top: 6.66667px;
  right: 10px; }

.giftcard__amount,
.giftcard__amount-remaining {
  color: white; }

.giftcard__amount {
  font-size: 2em;
  margin-bottom: 0;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1); }
  @media only screen and (min-width: 750px) {
    .giftcard__amount {
      font-size: 2.85714em; } }

.giftcard__code {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px; }

.giftcard__code-bubble {
  position: relative;
  display: inline-block;
  background-color: white;
  color: #343434;
  padding: 10px 20px;
  font-size: 1.07143em;
  border-radius: 4px; }
  @media only screen and (min-width: 750px) {
    .giftcard__code-bubble {
      font-size: 1.42857em; } }
  .giftcard__code-bubble:after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    border: 1px dashed #343434;
    border-radius: 4px;
    opacity: 0.3; }

/*================ Print styles ================*/
@media print {
  .giftcard__shop-url {
    display: block; }

  .giftcard__wrap:before, .giftcard__wrap:after {
    display: none; }

  .giftcard__amount-wrapper {
    background-color: white;
    border-radius: 4px;
    padding: 0 6.66667px; } }
/*================ VENDOR ================*/
/*============================================================================
Slick Slider 1.5.8

- If upgrading Slick's styles, use the following variables/functions
instead of the slick defaults (from slick-theme.scss)
- This file includes default slick.scss styles (at Slick Slider SCSS)
and slick-theme.scss (at Slick Slider Theme). Upgrade each area individually
- All `outline: none;` have been removed for any elements in slideshow
(buttons, arrows, etc) to preserve a11y
==============================================================================*/
/*================ Slick Slider SCSS ================*/
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/*================ Slick Slider Theme ================*/
.slick-loading .slick-list {
  background: white url(//cdn.shopify.com/s/files/1/0041/7638/0013/t/135/assets/ajax-loader.gif?v=4135686330247201572) center center no-repeat; }

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  /*   height: 20px; */
  /*   width: 20px; */
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  width: 30px; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 1; }

.slick-prev:before, .slick-next:before {
  font-family: "slick-icons, sans-serif";
  font-size: 36px;
  line-height: 1;
  color: #808080;
  font-weight: 700;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media only screen and (max-width: 989px) {
    .slick-prev:before, .slick-next:before {
      font-size: 22px; } }

.slick-prev {
  left: -5px;
  z-index: 3; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -5px; }
  .slick-prev:before {
    content: url(//cdn.shopify.com/s/files/1/0041/7638/0013/t/135/assets/Icon_Left.png?v=7391997400410482015);
    /*     [dir="rtl"] & {
          content: url(//cdn.shopify.com/s/files/1/0041/7638/0013/t/135/assets/arrow-left.png?v=11036790538562183080);
        } */ }

.slick-next {
  right: 5px;
  z-index: 3; }
  [dir="rtl"] .slick-next {
    left: 5px;
    right: auto; }
  .slick-next:before {
    content: url(//cdn.shopify.com/s/files/1/0041/7638/0013/t/135/assets/Icon_Right.png?v=10246380599861129123);
    /*     [dir="rtl"] & {
          content: url(//cdn.shopify.com/s/files/1/0041/7638/0013/t/135/assets/arrow-right.png?v=8580121634191053615);
        } */ }

/* .slick-prev:before{
  background:url(//cdn.shopify.com/s/files/1/0041/7638/0013/t/135/assets/prev.png?v=18406253785436495290);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
  color: transparent;
}
.slick-next:before{
  background:url(//cdn.shopify.com/s/files/1/0041/7638/0013/t/135/assets/next-arrow.png?v=9456346299077358786);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
  color: transparent;
} */
/* Dots */
.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover:before, .slick-dots li button:focus:before {
        opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "\2022";
        width: 20px;
        height: 20px;
        font-family: "slick-icons, sans-serif";
        font-size: 50px;
        line-height: 20px;
        text-align: center;
        color: #2b2059;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #2b2059;
      opacity: 0.25; }

/*================ MODULES ================*/
/*================ Site Header ================*/
.site-header {
  background-color: white; }

#SiteNavLinklist-collections.site-nav__dropdown-level ul {
  max-width: 420px; }
  #SiteNavLinklist-collections.site-nav__dropdown-level ul li {
    /*       display:inline-block;
    width:200px; */ }

.site-header__upper {
  /*   position:relative; */
  padding-top: 10px;
  padding-bottom: 10px; }
  @media only screen and (min-width: 750px) {
    .site-header__upper {
      padding-top: 5px;
      padding-bottom: 5px; } }
  @media only screen and (max-width: 749px) {
    .site-header__upper {
      padding: 10px 0px; } }
  @media only screen and (max-width: 749px) {
    .site-header__upper .grid.grid--table {
      padding: 0px 10px; } }

.header-site-box {
  padding: 0px 10px;
  display: none; }
  @media only screen and (max-width: 989px) {
    .header-site-box {
      padding: 15px 10px;
      display: block; } }
  @media only screen and (max-width: 749px) {
    .header-site-box {
      padding: 0 0 10px; } }

.site-header__logo {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  max-width: 100%; }
  .site-header__logo a {
    display: block;
    color: #2f84ed; }
    @media only screen and (min-width: 750px) {
      .site-header__logo a {
        display: block;
        float: left; } }

.site-header__shop-name--small {
  font-size: 20px; }

.template-giftcard .site-header__logo-link {
  display: inline-block;
  float: none; }

.logo-mbl {
  display: none !important; }

/*================ Menu toggle, Cart, and Search icons ================*/
.site-header__link {
  display: inline-block;
  color: #2f84ed;
  /*   padding: $gutter-site / 3.33; */
  line-height: 1; }
  .site-header__link .icon {
    width: 30px;
    height: 30px;
    font-size: 25px;
    font-weight: 900;
    color: #2b2059; }
    .site-header__link .icon path {
      width: 100%;
      height: 100%; }
  .site-header__link .icon-cart {
    position: relative;
    top: -1px; }
  .site-header__link:hover, .site-header__link:focus {
    color: #2f84ed; }

.site-header__menu-toggle--close {
  display: none; }

.site-header__link.js-drawer-open .site-header__menu-toggle--open {
  display: none; }
.site-header__link.js-drawer-open .site-header__menu-toggle--close {
  display: block; }

/*================ Cart icon ================*/
.site-header__cart {
  position: relative; }
  .site-header__cart .icon {
    font-size: 13px; }

.site-header__cart-indicator {
  position: absolute;
  bottom: 13px;
  right: 18px;
  background-color: white;
  height: 10px;
  width: 10px;
  border-radius: 10px; }
  .no-svg .site-header__cart-indicator {
    bottom: auto;
    top: -6px;
    right: -10px; }

span.bag-cart {
  font-size: 13px;
  color: #000; }

/*================ Header search bar ================*/
.site-header__search-cart-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end; }

.site-header__search {
  position: relative;
  display: inline-block;
  width: 100%;
  background-color: #fff; }
  @media only screen and (max-width: 989px) {
    .site-header__search {
      margin-top: 0;
      padding: 0 10px; } }

.site-header__search-input {
  width: 45px;
  display: block;
  height: 45px; }

.active-form .site-header__search-submit {
  pointer-events: auto;
  z-index: 2;
  background-color: #2b2059; }
  @media only screen and (max-width: 989px) {
    .active-form .site-header__search-submit {
      background-color: #ffffff; } }
  @media only screen and (max-width: 989px) {
    .active-form .site-header__search-submit .icon {
      color: #2b2059; } }
.active-form .site-header__search-input {
  width: 100%;
  height: 25px;
  opacity: 1;
  padding: 7px 35px 7px 10px;
  border: 1px solid silver;
  background-color: transparent;
  color: #333333; }
  @media only screen and (max-width: 989px) {
    .active-form .site-header__search-input {
      background-color: transparent;
      border: 0;
      padding: 0; } }
  .active-form .site-header__search-input::placeholder {
    color: #2b2059;
    font-size: 12px;
    font-weight: 400;
    text-align: center; }
  .active-form .site-header__search-input:focus {
    outline: 0; }

.mobile-search_box {
  width: 80%;
  margin: 10px auto 20px; }

.site-header__search-input {
  position: relative;
  opacity: 0;
  width: 45px;
  height: 45px;
  padding: 10px 0;
  font-size: 0.92857em;
  color: #1c1d1d;
  background-color: #ebebeb;
  z-index: 1;
  min-width: 1px; }
  .site-header__search-input::-webkit-input-placeholder {
    color: #2f84ed;
    opacity: 0.6; }
  .site-header__search-input:-moz-placeholder {
    color: #2f84ed;
    opacity: 0.6; }
  .site-header__search-input:-ms-input-placeholder {
    color: #2f84ed;
    opacity: 0.6; }
  .site-header__search-input::-ms-input-placeholder {
    color: #2f84ed;
    opacity: 0.6;
    opacity: 1; }

input[type='search']::-webkit-search-cancel-button {
  position: relative;
  left: -10px; }

.site-header__search-submit {
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0; }
  @media only screen and (max-width: 749px) {
    .site-header__search-submit {
      right: 11px; } }

/*================ Nav Bar ================*/
.nav-bar {
  /*   position: relative; */
  /*   background-color: $color-header; */
  z-index: 5; }
  .nav-bar:after {
    content: '';
    position: absolute;
    top: 0;
    /*     right: 0;
    left: 0; */
    bottom: 0;
    background-color: white;
    pointer-events: none;
    z-index: 6; }
  .nav-bar .site-nav li.site-nav__item {
    /*     margin: 0 20px; */ }
    @media screen and (max-width: 1024px) {
      .nav-bar .site-nav li.site-nav__item {
        margin: 0 4px; } }

/*================ Sticky bar ================*/
.sticky {
  position: relative;
  overflow: visible;
  z-index: 5;
  z-index: 9999; }

.sticky--active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -ms-transform: translate3d(0, -100%, 0);
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0); }

.sticky--open {
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: all 0.35s cubic-bezier(0.33, 0.59, 0.14, 1); }

.sticky--active .sticky-hidden {
  display: none; }

.sticky-only {
  position: relative;
  display: none;
  z-index: 7; }
  .sticky--active .sticky-only {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end; }

/*================ Site Nav ================*/
.site-nav {
  white-space: nowrap; }
  @media screen and (max-width: 1200px) {
    .site-nav {
      white-space: unset; } }

.site-nav__item--no-columns {
  /*   .meganav__list {
  width: 100%;
} */ }
  .site-nav__item--no-columns .meganav {
    min-width: 200px; }

.site-nav__link {
  position: relative;
  color: #122552;
  z-index: 7;
  height: 60px;
  font-weight: 400;
  font-size: 16px;
  padding: 20px 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 2px solid transparent;
  /*   .site-nav--active &:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: $gutter-site;
  right: $gutter-site;
  height: 3px;
  background-color: $color-accent;
} */ }
  @media screen and (max-width: 1350px) {
    .site-nav__link {
      font-size: 15px;
      padding: 20px 20px; } }
  @media screen and (max-width: 1250px) {
    .site-nav__link {
      font-size: 14px;
      padding: 10px 11px; } }
  @media screen and (max-width: 1024px) {
    .site-nav__link {
      padding: 10px 5px; } }
  .site-nav__link .icon {
    position: relative;
    top: -1.5px;
    width: 9px;
    height: 9px;
    fill: currentColor; }
  .site-nav__link:hover, .site-nav__link:focus, .site-nav--active .site-nav__link {
    border-bottom: 2px solid #122552; }
  .site-nav__link:focus {
    background-color: transparent;
    outline: 0;
    color: #122552; }

a.site-nav__link.nav-link-2, .drawer-item1 a {
  border: 0;
  color: #fff !important;
  background-color: #F25D22; }

li.extole-wrapper a {
  color: #F25D22;
  font-weight: 600; }

.site-nav__link--compressed {
  margin-left: -20px; }
  .site-nav__link--compressed .icon {
    width: 22px;
    height: 22px; }

/* .site-nav__item a {
  &:hover,
  &:focus {
    border-bottom: 2px solid #122552;
  }
} */
.site-nav__link-menu-label {
  display: none; }
  @media only screen and (min-width: 750px) {
    .site-nav__link-menu-label {
      display: inline-block; } }

.customer-login-links {
  position: relative;
  display: inline-block;
  margin-right: -10px;
  z-index: 7; }

span.icon-user {
  padding-left: 1.5em;
  background: url("//cdn.shopify.com/s/files/1/0041/7638/0013/t/135/assets/baseline-person-24px.svg?v=5936111171683280188") 50% 0 no-repeat;
  background-size: 21px;
  font-size: 17px;
  cursor: pointer; }

.icon-cart {
  padding-left: 1em;
  background: url("//cdn.shopify.com/s/files/1/0041/7638/0013/t/135/assets/bag.png?v=11663843065789995539") 50% 0 no-repeat;
  font-size: 16px;
  padding-right: 5px; }

.customer-login-links a {
  display: inline-block;
  color: #2f84ed;
  color: rgba(47, 132, 237, 0.6);
  /*   &:hover,
    &:focus {
      color: $color-header-links;
    } */ }
  @media only screen and (max-width: 1399px) {
    .customer-login-links a {
      font-size: 10pt; } }

/*============================================================================
Meganav

- The meganav is used in three places:
1. Site nav as a dropdown
2. Drawer nav as a dropdown
3. Homepage in accordion links
==============================================================================*/
.meganav {
  display: block;
  visibility: hidden;
  right: 0;
  background-color: white; }
  .meganav.meganav--active {
    visibility: visible;
    z-index: 6; }

/*================ Site header animation ================*/
.site-header .meganav {
  opacity: 0;
  -ms-transform: translate3d(0, -15%, 0);
  -webkit-transform: translate3d(0, -15%, 0);
  transform: translate3d(0, -15%, 0); }
  .site-header .meganav.meganav--active {
    opacity: 1;
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .site-header .meganav.meganav--no-animation {
    transition: none; }

/*================ Drawer animation ================*/
.drawer__nav .meganav {
  display: none; }

/*================ Meganav elements ================*/
.meganav__nav {
  margin: 0 auto;
  position: relative;
  list-style: none;
  max-width: 100%; }
  .meganav__nav li {
    display: block; }

.meganav__nav--third-level {
  padding-left: 20px; }
  @media only screen and (max-width: 989px) {
    .meganav__nav--third-level {
      padding: 0; } }

.meganav__list {
  padding: 20px 0;
  display: inline-block;
  vertical-align: top; }

.main-menu_box-wrapper {
  padding: 0; }
  .main-menu_box-wrapper li {
    padding-bottom: 10px; }
    .main-menu_box-wrapper li button.drawer__nav-toggle-btn {
      position: absolute;
      top: 50%;
      z-index: 9999;
      right: 0;
      width: 100%;
      text-align: right;
      padding: 0;
      transform: translate(0, -50%); }

.meganav__list--third-level {
  background-color: white; }

.meganav__list--offset:before {
  content: "\00a0";
  font-size: 1.71429em;
  visibility: hidden; }

.meganav__list--gutter {
  padding-left: 20px;
  padding-right: 20px; }

.meganav__list--multiple-columns {
  position: relative; }

.meganav__title {
  font-size: 1.71429em;
  margin-bottom: 0;
  white-space: normal; }

.meganav__link {
  display: block;
  color: #122552;
  /*   padding: ($gutter-site / 4) ($gutter-site / 2); */
  /* margin-left: -($gutter-site / 2); // friendly hit area */
  padding: 0px 10px;
  margin-bottom: 10px;
  /*   &:hover,
    &:focus {
      color: $color-accent;
      @include media-query($medium-down) {
        color: #343434;
      }
    } */ }

.meganav__link--has-list {
  position: relative; }
  .meganav__link--has-list .icon {
    position: relative;
    top: -1.5px;
    width: 9px;
    height: 9px;
    fill: currentColor; }

.meganav__link--active {
  color: black;
  font-weight: 700; }

/*================ Meganav product cards ================*/
.meganav__product .product-card {
  border-bottom-width: 0; }
.meganav__product:last-child .product-card {
  border-right-width: 1px; }

/*================ Site nav specific styles ================*/
.site-nav__dropdown-container {
  padding: 0 20px;
  /*   min-width: 200px; */
  white-space: normal; }
  .meganav__nav .site-nav__dropdown-container {
    /*     padding: 0; */ }
  .site-nav__dropdown-container.meganav--active {
    background-color: white; }

li.site-nav__item.extole-wrapper {
  margin-top: 10px; }

.site-nav__dropdown--third-level {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-direction: column;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  background-color: white;
  height: auto;
  position: absolute;
  top: 0;
  left: 100%;
  transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 0.4s cubic-bezier(0.075, 0.82, 0.165, 1); }
  .meganav__list .site-nav__dropdown--third-level {
    margin-left: -20px; }
  .site-nav__dropdown--third-level.meganav--active {
    visibility: visible;
    opacity: 1; }
  .meganav__nav .meganav__list--multiple-columns .site-nav__dropdown--third-level {
    left: 50%;
    width: 20%;
    height: 100%;
    overflow: hidden; }
    .meganav__nav .meganav__list--multiple-columns .site-nav__dropdown--third-level .meganav__list {
      display: contents;
      /*       @include display-flexbox; */
      -webkit-flex-direction: column;
      flex-direction: column;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-align: start;
      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      -ms-align-items: flex-start;
      -o-align-items: flex-start;
      align-items: flex-start;
      -webkit-align-content: flex-start;
      -moz-align-content: flex-start;
      -ms-align-content: flex-start;
      align-content: flex-start;
      max-height: 100%;
      overflow-x: auto;
      overflow-y: hidden; }
    .meganav__nav .meganav__list--multiple-columns .site-nav__dropdown--third-level .meganav__link--third-level {
      display: inline-block;
      white-space: normal; }
  .meganav__list:nth-child(2) .site-nav__dropdown--third-level {
    left: 40%;
    width: 60%; }
  .meganav__list:nth-child(3) .site-nav__dropdown--third-level {
    left: 60%;
    width: 40%; }
  .meganav__list:nth-child(4) .site-nav__dropdown--third-level {
    left: 80%;
    width: 20%; }
  .meganav__list:nth-child(5) .site-nav__dropdown--third-level {
    left: auto;
    right: calc(20% + 20px);
    text-align: right; }

.site-nav__dropdown--full-height {
  height: 100%; }

/*================ Drawer meganav styles ================*/
.meganav--drawer {
  background-color: white;
  visibility: visible;
  overflow: hidden; }
  .meganav--drawer .product-card {
    margin-top: 1px; }
  .meganav--drawer .meganav__product {
    margin-left: -4px; }

.meganav-subnav-box {
  width: 43%;
  margin: 0 auto 0; }
  .meganav-subnav-box a {
    padding: 0;
    font-weight: 500;
    margin-bottom: 0;
    font-size: 15px; }

.drawer__nav-toggle--open {
  display: block; }
  .meganav--active > .drawer__nav-toggle--open {
    display: none; }
  .drawer__nav-toggle--open .fa {
    font-size: 24px;
    font-weight: 700;
    color: #122552; }

.drawer__nav-toggle--close {
  display: none; }
  .meganav--active > .drawer__nav-toggle--close {
    display: block; }
  .drawer__nav-toggle--close .fa {
    font-size: 24px;
    font-weight: 700;
    color: #122552; }

/*================ Fixed width meganav columns (for horizontal scrolling) ================*/
.meganav__scroller {
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
  .drawer__nav--template-index .meganav__scroller {
    background-color: white;
    border-top: 1px solid white; }
  .meganav__scroller .grid__item {
    float: none;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    white-space: normal; }

input.drawer__search-input::placeholder {
  font-style: italic; }
  @media only screen and (min-width: 750px) and (max-width: 989px) {
    input.drawer__search-input::placeholder {
      font-size: 12px; } }
  @media only screen and (max-width: 749px) {
    input.drawer__search-input::placeholder {
      text-align: center;
      font-size: 13px; } }

/*================ Site footer ================*/
html {
  background-color: #f4f4f4; }

.site-footer {
  background-color: #f4f4f4;
  color: white;
  color: rgba(255, 255, 255, 0.6);
  padding-top: 20px; }
  @media only screen and (min-width: 750px) {
    .site-footer {
      padding: 60px 60px 60px; } }
  @media screen and (max-width: 1024px) {
    .site-footer {
      padding: 30px; } }
  @media only screen and (max-width: 749px) {
    .site-footer {
      padding: 0 15px 50px;
      background-color: transparent; } }
  .site-footer a {
    color: #122552;
    font-size: 16px;
    font-weight: 500; }
    @media only screen and (max-width: 749px) {
      .site-footer a {
        font-size: 15px; } }
    .site-footer a:hover, .site-footer a:focus {
      font-weight: 700; }
  @media only screen and (max-width: 749px) {
    .site-footer .page-width {
      padding: 0 20px; } }
  .site-footer .footer-logo {
    margin-bottom: 20px;
    padding: 0 10px; }

.flex-footer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .flex-footer .flex__item {
    -webkit-flex: 1 1 100%;
    -moz-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin: 0 10px; }
    .flex-footer .flex__item:last-child h4, .flex-footer .flex__item:last-child .h4 {
      text-align: center; }
    @media only screen and (max-width: 749px) {
      .flex-footer .flex__item:first-child {
        border-top: 1px solid #fff; } }
  @media only screen and (min-width: 750px) {
    .flex-footer .flex__item {
      -webkit-flex: 1 1 20%;
      -moz-flex: 1 1 20%;
      -ms-flex: 1 1 20%;
      flex: 1 1 20%; } }
  @media only screen and (max-width: 989px) {
    .flex-footer .flex__item {
      flex: 1 1 50%; } }
  @media only screen and (max-width: 749px) {
    .flex-footer .flex__item {
      flex: 1 1 100%; } }

@media only screen and (max-width: 749px) {
  .accordian-body {
    padding: 20px 0 10px;
    border-bottom: 1px solid #fff; } }

.site-footer__section-menu {
  padding: 20px 0 40px; }
  @media only screen and (max-width: 749px) {
    .site-footer__section-menu {
      padding: 0px; } }

.site-footer__section {
  padding: 20px 0 10px; }
  @media only screen and (min-width: 750px) {
    .site-footer__section {
      padding-bottom: 30px; } }
  .site-footer__section .list--inline li {
    width: 39px;
    height: 39px;
    margin: 0 2px; }

.site-footer__section h4.h1.site-footer__section-title, .site-footer__section .h1.site-footer__section-title.h4, .footer-payment-icons .payment-title_box {
  display: block !important;
  color: #122552;
  font-weight: 500;
  font-size: 24px;
  text-transform: initial; }

.site-footer__copyright {
  /*   border-top: 1px solid $color-footer-border; */
  padding: 10px 0; }
  @media only screen and (max-width: 749px) {
    .site-footer__copyright {
      padding-bottom: 20px; } }
  .site-footer__copyright .grid__item small {
    color: #fff; }

/*================ Linklists and page content ================*/
.site-footer__section-title {
  color: white;
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 5px;
  text-transform: uppercase; }
  @media only screen and (max-width: 749px) {
    .site-footer__section-title {
      margin: 0 0 5px; } }

.site-footer__list {
  list-style: none; }
  @media only screen and (max-width: 749px) {
    .site-footer__list {
      padding-right: 30px; } }

.site-footer__list-item {
  display: block;
  margin-bottom: 5px; }
  @media only screen and (max-width: 749px) {
    .site-footer__list-item {
      display: inline-block;
      padding: 0;
      margin: 5px 0;
      border-right: 1px solid #122552; }
      .site-footer__list-item:last-child {
        border-right: 0; } }

.copyright-box {
  margin-bottom: 20px; }

/*================ Newsletter field ================*/
.site-footer__newsletter-label {
  display: block;
  color: white;
  color: rgba(255, 255, 255, 0.6);
  font-family: Roboto, sans-serif;
  font-size: inherit;
  font-weight: 400;
  font-style: normal;
  text-transform: inherit; }
  .site-footer__newsletter-label a {
    color: white; }
    .site-footer__newsletter-label a:hover {
      color: #e6e6e6; }
  .site-footer__newsletter-label p {
    font-size: 13.2px;
    font-weight: 500;
    text-align: center;
    color: #fff; }

/*================ Icons ================*/
.site-footer .social-icons .icon {
  fill: currentColor; }
.site-footer .social-icons a {
  display: block;
  margin-bottom: 10px;
  text-align: center;
  border: 2px solid #122552;
  width: 39px;
  height: 39px;
  border-radius: 50%; }
  @media only screen and (max-width: 749px) {
    .site-footer .social-icons a {
      border: 0;
      width: auto;
      height: auto;
      margin-bottom: 0; } }
.site-footer .payment-icons {
  padding: 0; }
  .site-footer .payment-icons li {
    padding: 0 0 5px; }
.site-footer small {
  font-size: 12px; }

/*================ Content blocks ================*/
.content-block {
  background-color: white;
  padding: 40px;
  margin-bottom: 20px;
  margin-left: 20px; }
  .content-block:last-child {
    margin-bottom: 0; }

.content-block--small {
  padding: 20px; }

.content-block--no-bottom-padding {
  padding-bottom: 0; }

.content-block__item {
  margin-bottom: 20px; }

.content-block__full-image {
  margin-left: -40px;
  margin-right: -40px;
  margin-bottom: 40px; }
  .content-block__full-image img {
    display: block;
    margin: 0 auto; }
  .content-block__full-image:first-child {
    margin-top: -40px; }

/*================ Content blocks ================*/
.blog-content-block {
  background-color: white;
  padding: 40px;
  margin-bottom: 20px;
  margin-left: 100px;
  margin-right: 100px; }
  .blog-content-block:last-child {
    margin-bottom: 0; }

.blog-content-block--small {
  padding: 20px; }

.blog-content-block--no-bottom-padding {
  padding-bottom: 0; }

.blog-content-block__item {
  margin-bottom: 20px; }

.blog-content-block__full-image {
  margin-left: -40px;
  margin-right: -40px;
  margin-bottom: 40px; }
  .blog-content-block__full-image img {
    display: block;
    margin: 0 auto; }
  .blog-content-block__full-image:first-child {
    margin-top: -40px; }

/*================ Product cards ================*/
.product-card {
  position: relative;
  display: block;
  background-color: white;
  text-align: center;
  padding: 0;
  border-color: white;
  border-style: solid;
  border-width: 0 0 1px;
  color: #343434;
  z-index: 1; }
  .grid--no-gutters .product-card {
    border-left-width: 1px; }
  .collection__card--first .product-card {
    border-left-width: 0; }
  .product-card:hover, .product-card:focus {
    color: #343434; }
  .product-card:focus {
    z-index: 2; }
  @media only screen and (min-width: 750px) {
    .product-card {
      padding: 0; } }

/*================ Product hover/focus overlay ================*/
.product-card__overlay {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.06);
  transition: all 0.15s ease-in; }
  .posRelative:hover .product-card__overlay, .posRelative:focus .product-card__overlay {
    visibility: visible;
    opacity: 1; }

/* .posRelative:hover,
.posRelative:focus {
.product-card__info {
background-color: $color-product-card-overlay;
a{
background-color:transparent;
border:0;
}
}
} */
.product-card__overlay-btn {
  position: relative;
  top: 50%;
  -ms-transform: translateY(-45%);
  -webkit-transform: translateY(-45%);
  transform: translateY(-45%);
  transition: all 0.15s ease-in; }
  .product-card:hover .product-card__overlay-btn {
    -ms-transform: translateY(-85%);
    -webkit-transform: translateY(-85%);
    transform: translateY(-85%); }
  .no-csstransforms .product-card__overlay-btn {
    top: 35%; }

/*================ Product image and wrapper ================*/
.product-card__image-container {
  height: 235px;
  display: table;
  width: 100%;
  padding: 10px 10px 0;
  /*   @include media-query($small) {
  margin-bottom: 110px;
} */ }

.product-card__image-wrapper {
  display: table-cell;
  vertical-align: middle; }

.product-card__image {
  position: relative;
  margin: 0 auto; }
  .product-card__image img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%; }

/*================ Product meta info ================*/
.product-card__info {
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: white;
  padding: 10px; }
  @media only screen and (min-width: 750px) {
    .product-card__info {
      padding: 0 10px 10px; } }

.product-card__name,
.product-card__availability {
  position: relative;
  z-index: 3; }

.product-card__name {
  font-weight: 500;
  font-size: 14px;
  color: #5d5c5c;
  white-space: normal;
  min-height: 38px;
  /*   @include media-query($small) {
  font-size: 15px;
} */ }

.product-card__availability {
  font-size: 1.21429em;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1em;
  color: #fff;
  background-color: #122552; }

.product-card__brand,
.product-card__price {
  font-size: 14px; }
  @media only screen and (max-width: 749px) {
    .product-card__brand,
    .product-card__price {
      font-size: 15px; } }

.product-card__regular-price {
  opacity: 1;
  color: #414141; }

.salePrice {
  color: #488BCF; }

.template-product .page-container {
  background-color: white; }

/* .product-single {
margin-bottom: $gutter-site * 2;

@include media-query($medium-up) {
margin-bottom: $gutter-site * 1;
}
} */
@media only screen and (max-width: 749px) {
  .product-single__info-wrapper {
    padding: 0 10px; } }
/*================ Product meta ================*/
.product-single__meta-list {
  line-height: 1; }
  .product-single__meta-list li {
    padding-right: 10px;
    vertical-align: middle; }
    .product-single__meta-list li:last-child {
      padding-right: 0; }

.product-single__vendor {
  margin-bottom: 5px; }

.product-single__title {
  margin-bottom: 6.66667px; }
  @media only screen and (max-width: 749px) {
    .product-single__title {
      font-size: 20px; } }

.product-single__price-container {
  margin-bottom: 10px; }

.product-single__price {
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
  color: #2b2059; }

.product-single__price--compare {
  color: #414141; }

.product-single__stock {
  display: inline-block;
  padding: 15px 0;
  font-size: 0.92857em;
  text-transform: uppercase; }

.product-single__policies {
  font-size: 0.92857em;
  padding: 5px; }

.variant-sku {
  padding-bottom: 10px;
  font-size: 13px;
  display: inline-block; }

.product-variant-sku {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 13px;
  display: inline-block; }

/*================ Product form ================*/
.product-form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
  margin: -5px; }
  @media only screen and (max-width: 749px) {
    .product-form {
      margin: 0; } }
  .product-form .btn, .product-form .btn--secondary, .product-form .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .product-form .shopify-payment-button__button--unbranded {
    padding-top: 12px;
    padding-bottom: 12px; }
  .product-form .btn, .product-form .btn--secondary, .product-form .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .product-form .shopify-payment-button__button--unbranded,
  .product-form select,
  .product-form input[type="text"] {
    min-height: 48px; }
  .product-form.product-form--featured-product {
    margin-top: 30px;
    text-align: left; }

.no-js .product-form__variants {
  display: block;
  margin-bottom: 10px; }

.product-form__item {
  -webkit-flex: 1 0 100%;
  -moz-flex: 1 0 100%;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  margin-bottom: 10px;
  padding: 0 5px; }
  @media only screen and (max-width: 749px) {
    .product-form__item {
      padding: 0; } }
  .product-form__item label {
    display: block; }

.product-form__item--quantity {
  -webkit-flex: 0 0 100px;
  -moz-flex: 0 0 100px;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  margin: -10px 5px 10px; }

.product-form__item--submit {
  -ms-flex-preferred-size: 200px;
  -webkit-flex-basis: 200px;
  -moz-flex-basis: 200px;
  flex-basis: 200px;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-top: 0px;
  min-width: 100%; }
  .product-form--payment-button .product-form__item--submit {
    margin-top: 10px;
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%; }
  .product-form__item--submit.product-form__onboarding {
    margin-top: 20px;
    padding-left: 0; }

.product-form__input {
  display: block;
  width: 100%; }

.btn--sold-out[disabled] {
  background-color: #59ac6c;
  color: white; }

.product-form__cart-submit {
  padding-left: 5px;
  padding-right: 5px;
  white-space: normal;
  border-radius: 3px;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.shopify-payment-button {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1; }
  .shopify-payment-button .shopify-payment-button__button {
    margin-top: 10px;
    border-radius: 3px; }
  .shopify-payment-button .shopify-payment-button__button--branded {
    overflow: hidden;
    min-height: 48px; }
  .shopify-payment-button .shopify-payment-button__button--unbranded {
    width: 100%;
    margin-bottom: 10px;
  /*     &:hover {
  background-color: $color-btn-secondary-accent-hover !important;
} */ }
  .shopify-payment-button .shopify-payment-button__more-options {
    margin: 16px 0 10px 0;
    font-size: 0.85714em;
    color: white;
    text-decoration: underline;
    display: none; }
    .shopify-payment-button .shopify-payment-button__more-options:hover {
      color: #e6e6e6; }
  .product-form--payment-button .shopify-payment-button {
    margin-bottom: 10px; }

/*================ Product image and thumbnail layout ================*/
.photos__item--main {
  text-align: center;
  min-width: 0;
  margin: 0 20px;
  position: relative; }

.photos__item--thumbs {
  max-width: 100%;
  /*   margin-top: 85px; */
  /*   z-index: 999999; */
  z-index: 0; }

@media only screen and (min-width: 750px) {
  .photos {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    flex-direction: row; }

  .photos__item--main {
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    order: 2; }

  .photos__item--thumbs {
    order: 1;
    -webkit-flex: 0 0 15%;
    -moz-flex: 0 0 15%;
    -ms-flex: 0 0 15%;
    flex: 0 0 15%; } }
.product__photo-container {
  width: 90%;
  position: relative;
  max-width: 480px;
  margin: 0 auto; }
  .product__photo-container.hide {
    display: none; }

.product__photo-wrapper {
  display: block;
  width: 100%; }
  .product__photo-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%; }

.product-single__photo {
  margin-bottom: 20px;
  max-width: 100% !important; }

/*================ Product thumbnail layout ================*/
.product-single__thumbnails.slick-vertical .slick-slide {
  border: 0;
  padding: 2px 0; }

.product-single__thumbnails {
  display: none;
  margin: 0 40px 20px; }
  .product-single__thumbnails.slick-initialized {
    display: block; }
  @media only screen and (min-width: 750px) {
    .product-single__thumbnails {
      margin: 0; } }
  @media only screen and (max-width: 749px) {
    .product-single__thumbnails {
      margin: 0 20px 20px; } }

.product-single__thumbnails--static {
  display: block;
  text-align: center; }
  @media only screen and (max-width: 749px) {
    .product-single__thumbnails--static .product-single__thumbnail-item {
      display: inline-block;
      width: 45%;
      max-width: 150px; } }

.product-single__thumbnail {
  position: relative;
  display: block;
  height: 62px;
  padding: 0;
  max-width: 62px;
  margin: 0 auto;
  border: 2px solid #ccc;
  /*   @include media-query($small) {
  width: 40px;
  height: 45px;
} */ }
  .product-single__thumbnail img {
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    max-height: 60px;
    margin: 0 auto; }
    .no-csstransforms .product-single__thumbnail img {
      top: 0; }
  .is-active .product-single__thumbnail:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 3px solid white; }

/*================ Slider arrows ================*/
.product-single__thumbnails.slick-initialized .slick-prev,
.product-single__thumbnails.slick-initialized .slick-next {
  opacity: 0.2;
  transition: opacity 0.15s ease-in;
  width: 30px;
  height: 30px; }
  .product-single__thumbnails.slick-initialized .slick-prev:before,
  .product-single__thumbnails.slick-initialized .slick-next:before {
    display: none; }
  .product-single__thumbnails.slick-initialized .slick-prev:hover, .product-single__thumbnails.slick-initialized .slick-prev:focus,
  .product-single__thumbnails.slick-initialized .slick-next:hover,
  .product-single__thumbnails.slick-initialized .slick-next:focus {
    opacity: 0.7; }
  .product-single__thumbnails.slick-initialized .slick-prev .icon,
  .product-single__thumbnails.slick-initialized .slick-next .icon {
    fill: #343434;
    width: 30px;
    height: 30px; }
.product-single__thumbnails.slick-initialized .slick-disabled {
  opacity: 0;
  visibility: hidden; }

.product-single__thumbnails.slick-vertical .slick-prev,
.product-single__thumbnails.slick-vertical .slick-next {
  left: 0;
  right: 0;
  margin-top: 0;
  width: 100%;
  height: auto; }
.product-single__thumbnails.slick-vertical .slick-prev {
  top: -20px; }
.product-single__thumbnails.slick-vertical .slick-next {
  top: auto;
  bottom: -50px; }

.is-active .product-single__thumbnail:after {
  border: 2px solid #2b2059;
  border-color: #2b2059; }

a:hover, a:focus {
  color: #2b2059; }

.product-single__thumbnail-item-product-template.is-active a {
  border: 1px #2b2059; }

/*================ Product image modal ================*/
.product-modal__image {
  display: block;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  max-height: 95%;
  max-width: 95%;
  margin: 0 auto; }
  .no-csstransforms .product-modal__image {
    top: 2.5%; }

.js-modal-open-product-modal {
  cursor: zoom-in; }

/* .product-tag {
@include nav-text-style();
display: inline-block;
font-size: em(12);
background-color: $color-btn-primary;
color: $color-btn-primary-text;
padding: ($gutter-site / 5) ($gutter-site / 2);
} */
.product-tag--absolute {
  display: block;
  position: absolute;
  top: 10px;
  left: 20px;
  background-color: #ef833a;
  color: #fff;
  padding: 4px 10px;
  font-size: 0.85714em;
  text-transform: uppercase;
  z-index: 2; }

.product-tag label {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 15px; }

.product-new label {
  color: #3396E5; }

.product-sale label {
  color: #ff7d36; }

/*============================================================================
Pagination
- Markup build by liquid tag,
so nesting and element selectors are necessary
==============================================================================*/
.pagination {
  text-align: center;
  margin: 40px 40px 0; }
  .pagination a {
    color: #343434; }
    .pagination a:hover, .pagination a:focus {
      color: white; }
  .pagination .current {
    font-weight: 700;
    color: #343434; }
  .pagination a,
  .pagination .current {
    display: inline-block;
    padding: 5px 10px; }

/*================ Article comments ================*/
.comment {
  margin-bottom: 20px; }
  .comment:last-child {
    margin-bottom: 0; }
  .comment + .comment {
    padding-top: 20px;
    border-top: 1px solid white; }

/*================ Indented article/page images ================*/
.rte--indented-images .rte__image-indent {
  position: relative;
  margin-left: -20px;
  margin-right: -20px; }
  @media only screen and (min-width: 750px) {
    .rte--indented-images .rte__image-indent {
      margin-left: -40px;
      margin-right: -40px; } }

/*================ Section header ================*/
.section-header {
  margin-bottom: 40px; }
  @media only screen and (max-width: 749px) {
    .section-header {
      margin-bottom: 0px; } }

@media only screen and (max-width: 749px) {
  .section-header__item + .section-header__item {
    margin-top: 20px; } }
.section-header__title,
.section-header__subtext {
  margin-bottom: 0; }

.section-header__subtext {
  margin: 20px 0 0;
  text-align: center; }

.section-header__desc {
  margin: 1px 0 0;
  font-weight: 100;
  text-align: center; }

/*============================================================================
Hero slider

Extends default slick slider styles.
Extra specificity in selectors is used to override defaults.
==============================================================================*/
.hero-wrapper {
  position: relative;
  margin-top: -30px; }
  @media only screen and (min-width: 750px) {
    .hero-wrapper {
      margin-top: -60px; } }

.hero-wrapper--adapt {
  background-color: white; }
  .hero-wrapper--adapt .hero {
    background-color: white; }

.hero {
  background-color: #e6e6e6;
  height: 340px;
  /*   margin-bottom: -($gutter-site * 1.5); */
  overflow: hidden; }
  @media only screen and (min-width: 750px) {
    .hero {
      height: 600px;
      /*     margin-bottom: -($gutter-site * 3); */ } }
  .shopify-section:last-of-type .hero {
    margin-bottom: 0; }
  .hero .hero__slide,
  .hero .slick-list,
  .hero .slick-track {
    height: 100%; }

.hero--large {
  height: auto; }
  @media only screen and (min-width: 750px) {
    .hero--large {
      height: auto; } }

.hero--adapt {
  margin-bottom: 0; }

.hero--adapt-height {
  max-height: 100vh; }
  @media only screen and (min-width: 750px) {
    .hero--adapt-height {
      max-height: 80vh; } }

.hero-toggle-stop {
  display: table; }
  .is-paused .hero-toggle-stop {
    display: none; }

.hero-toggle-play {
  display: none; }
  .is-paused .hero-toggle-play {
    display: table; }

/*================ Dots and prev/next pagination ================*/
.hero .slick-dots {
  margin: 0;
  bottom: 10px; }
  .hero .slick-dots li {
    margin: 0;
    vertical-align: middle; }
    .hero .slick-dots li button {
      position: relative; }
    .hero .slick-dots li button:before {
      text-indent: -9999px;
      background-color: white;
      border-radius: 100%;
      border: 2px solid transparent;
      width: 10px;
      height: 10px;
      margin: 5px 0 0 5px;
      opacity: 1;
      transition: all 0.2s; }
    .hero .slick-dots li.slick-active button:before {
      background-color: transparent;
      border-color: white;
      opacity: 1;
      width: 12px;
      height: 12px;
      margin: 4px 0 0 4px; }
    .hero .slick-dots li button:active:before {
      opacity: 0.5; }
.hero .slick-prev,
.hero .slick-next {
  top: 0;
  height: 100%;
  margin-top: 0;
  width: 40px; }
.hero .slick-prev {
  left: 0; }
.hero .slick-next {
  right: 0; }

/*================ General slide styles ================*/
div#shopify-section-slideshow {
  margin-bottom: 20px; }

.hero-slider__box {
  margin-bottom: 0; }

.hero__slide {
  position: relative; }

.hero__image {
  position: relative;
  opacity: 1;
  transition: opacity 0.8s cubic-bezier(0.44, 0.13, 0.48, 0.87);
  height: auto;
  width: 100vw; }
  .slick-initialized .hero__image, .no-js .hero__image {
    opacity: 1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center; }
  .hero__image img {
    display: block;
    width: 100%; }

@media only screen and (max-width: 749px) {
  .hero-small_box-img {
    display: block !important; } }

.hero__image-content {
  height: inherit; }

/*================ Hero text ================*/
.hero-content {
  /*   position: absolute;
  width: 100%;
  bottom: 45px;
  left: 0; */ }
  .hero-wrapper--adapt .hero-content {
    bottom: 0;
    width: 100%; }
  @media only screen and (min-width: 750px) {
    .hero-wrapper--adapt .hero-content {
      bottom: 60px; } }
  .hero-content .hero-content__title-wrapper {
    margin-bottom: 2px; }
  .hero-content .hero-content__controls,
  .hero-content .hero-content__title-wrapper {
    opacity: 1; }
  .hero-wrapper--adapt .hero-content .hero-content__controls {
    opacity: 1; }
    @media only screen and (min-width: 750px) {
      .hero-wrapper--adapt .hero-content .hero-content__controls {
        opacity: 1; } }

.hero-content__inner-text {
  padding: 0 5px; }
  @media only screen and (min-width: 750px) {
    .hero-content__inner-text {
      padding: 0 60px; } }

.hero-content__title {
  display: none;
  font-size: 2.57143em;
  line-height: 1.35;
  margin-bottom: 0.625rem;
  background-color: #2f84ed;
  color: #122552;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone; }
  .hero-content__title:last-child {
    margin-bottom: 0.625rem; }
  .hero-wrapper--adapt .hero-content__title {
    margin-bottom: 0.31rem; }
  @media only screen and (min-width: 750px) {
    .hero-content__title {
      font-size: 4.28571em; }
      .hero-wrapper--adapt .hero-content__title {
        margin-bottom: 0.625rem; } }

/*================ Controls ================*/
.hero-content__inner-controls {
  padding: 0; }
  @media only screen and (min-width: 750px) {
    .hero-content__inner-controls {
      padding: 0 60px; } }

.hero-content__controls {
  width: inherit;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  cursor: pointer; }
  .hero-wrapper--adapt .hero-content__controls {
    width: 100%;
    margin-left: 0;
    background-color: white; }
    @media only screen and (min-width: 750px) {
      .hero-wrapper--adapt .hero-content__controls {
        width: inherit;
        background-color: transparent; } }
  .hero-content__controls .icon {
    position: relative;
    width: 11px;
    height: 11px;
    fill: currentColor;
    top: -1px; }

.hero-content__controls-item {
  background-color: #4c94dc;
  color: #fff;
  padding: 8px 15px;
  margin-right: 1px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center; }
  .hero-wrapper--adapt .hero-content__controls-item {
    margin-right: 0; }
    @media only screen and (min-width: 750px) {
      .hero-wrapper--adapt .hero-content__controls-item {
        margin-right: 1px; } }

.hero-content__controls-item--count {
  padding: 8px 6px;
  min-width: 40px;
  text-align: center;
  font-size: 0.85714em;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center; }
  @media only screen and (min-width: 750px) {
    .hero-content__controls-item--count {
      padding: 10px;
      background: rgba(255, 255, 255, 0.5); } }

.hero-content__controls-item--pause,
.hero-content__controls-item--arrow {
  padding: 0;
  align-items: stretch; }
  .hero-content__controls-item--pause button,
  .hero-content__controls-item--arrow button {
    padding: 8px 15px;
    border: none;
    background-color: white;
    color: #2f84ed;
    transition: background-color 0.15s ease-in; }
    .hero-content__controls-item--pause button:hover, .hero-content__controls-item--pause button:focus,
    .hero-content__controls-item--arrow button:hover,
    .hero-content__controls-item--arrow button:focus {
      color: #2f84ed;
      background-color: #ebebeb; }
    @media only screen and (min-width: 750px) {
      .hero-content__controls-item--pause button,
      .hero-content__controls-item--arrow button {
        padding: 10px 15px; } }

.hero-content__controls-item--pause .icon-pause {
  height: 7px; }
.hero-content__controls-item--pause .icon-play {
  height: 9px; }

.hero-content__controls-item--text {
  display: none; }
  .hero-wrapper--adapt .hero-content__controls-item--text {
    text-align: right;
    width: 100%; }
    @media only screen and (min-width: 750px) {
      .hero-wrapper--adapt .hero-content__controls-item--text {
        width: inherit; } }
  @media only screen and (min-width: 750px) {
    .hero-content__controls-item--text {
      font-size: 1.42857em; } }

.hero-content__controls-item--arrow {
  transition: background-color 0.15s ease-in; }
  .hero-content__controls-item--arrow:hover, .hero-content__controls-item--arrow:focus {
    color: #2f84ed;
    background-color: #ebebeb; }

.hero-content-navigation {
  display: flex; }

.hero-content-navigation__item {
  list-style: none; }

/*================ Transitions ================*/
.hero-content-active .hero-content__controls,
.hero-content-active .hero-content__title-wrapper {
  opacity: 1;
  /*     @include media-query($medium-up) {
  transition: 0.6s;
} */ }
@media only screen and (min-width: 750px) {
  .hero-wrapper--adapt .hero-content-active .hero-content__controls {
    opacity: 1; } }

.hero-title-active {
  display: inline; }

.hero-link-active {
  display: block; }

/*================ Drawer Skeleton Styles ================*/
.is-transitioning {
  display: block !important;
  visibility: visible !important; }

.page-container {
  overflow: hidden; }

.js-drawer-open .page-container:after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10; }

.js-drawer-open {
  overflow: hidden; }

.drawer {
  display: none;
  position: fixed;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  top: 65px;
  bottom: 0;
  max-width: 100%;
  z-index: 1;
  background-color: white;
  transition: all 0.35s cubic-bezier(0.33, 0.59, 0.14, 1); }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .drawer {
      z-index: 3; } }
  @media only screen and (max-width: 749px) {
    .drawer {
      top: 40px; } }

.drawer--left {
  width: 1000px;
  left: -300px; }
  .js-drawer-open-left .drawer--left {
    display: block;
    -ms-transform: translateX(300px);
    -webkit-transform: translateX(300px);
    transform: translateX(300px);
    z-index: 9; }
    .no-csstransforms .js-drawer-open-left .drawer--left {
      left: 0; }

.drawer--right {
  width: 300px;
  right: -300px; }
  .js-drawer-open-right .drawer--right {
    display: block;
    -ms-transform: translateX(-300px);
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px); }
    .no-csstransforms .js-drawer-open-right .drawer--right {
      right: 0; }

.template-search .page-container {
  margin-top: 50px; }

.is-moved-by-drawer {
  transition: all 0.35s cubic-bezier(0.33, 0.59, 0.14, 1); }
  .js-drawer-open-left .is-moved-by-drawer {
    -ms-transform: translateX(300px);
    -webkit-transform: translateX(300px);
    transform: translateX(300px); }
    .no-csstransforms .js-drawer-open-left .is-moved-by-drawer {
      left: 300px; }
  .js-drawer-open-right .is-moved-by-drawer {
    -ms-transform: translateX(-300px);
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px); }
    .no-csstransforms .js-drawer-open-right .is-moved-by-drawer {
      left: -300px; }

/*================ Drawer theme styles ================*/
.page-element {
  position: relative; }
  .page-element.is-transitioning {
    z-index: 2; }

.page-container {
  background-color: white; }

.is-moved-by-drawer {
  transition: all 0.35s cubic-bezier(0.33, 0.59, 0.14, 1); }
  .js-drawer-open .is-moved-by-drawer {
    transition: all 0.35s cubic-bezier(0.33, 0.59, 0.14, 1); }
  .js-drawer-open-left .is-moved-by-drawer {
    box-shadow: rgba(0, 0, 0, 0.1) 0 0 5px; }
  .js-drawer-open-right .is-moved-by-drawer {
    box-shadow: rgba(0, 0, 0, 0.1) 0 0 -5px; }

.drawer--left {
  left: -75px; }
  .js-drawer-open-left .drawer--left {
    -ms-transform: translateX(75px);
    -webkit-transform: translateX(75px);
    transform: translateX(75px); }

.drawer {
  overflow: visible;
  color: black; }

.drawer__inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  overflow-x: hidden;
  /*   MARGIN-TOP: -31px; */ }

/*================ Drawer search field ================*/
.drawer__search {
  position: relative;
  background-color: white;
  padding: 10px 0;
  width: 100%;
  border-radius: .2rem 0 0 .2rem;
  padding-left: 10px; }
  @media only screen and (max-width: 749px) {
    .drawer__search {
      padding: 0; } }

.drawer__search-input {
  display: block;
  width: 100%;
  padding-left: 15px;
  background-color: white; }
  .drawer__search-input[type="search"] {
    padding-right: 60px;
    padding: 7px 60px 7px 10px;
    border: 1px solid silver;
    border-radius: .2rem 0 0 .2rem;
    font-size: 15px;
    -webkit-appearance: none;
    height: 2rem; }
    @media only screen and (min-width: 750px) and (max-width: 989px) {
      .drawer__search-input[type="search"] {
        padding: 7px 46px 7px 10px; } }
    @media only screen and (max-width: 749px) {
      .drawer__search-input[type="search"] {
        border: 1px solid #f1f1f1;
        border-radius: 0;
        -webkit-appearance: none;
        padding-left: 10px;
        width: 100%;
        background-color: #f1f1f1;
        outline-color: #f1f1f1;
        margin-top: 3.5px;
        height: 2rem; } }
  .drawer__search-input::-webkit-search-decoration {
    display: none; }

.drawer__search-submit {
  position: absolute;
  right: 0;
  top: 10px;
  bottom: 10px;
  padding: 0 10px; }
  @media only screen and (max-width: 749px) {
    .drawer__search-submit {
      top: 5px; } }
  .drawer__search-submit:hover {
    background-color: #4C94DC; }
  .drawer__search-submit .icon {
    width: 20px;
    height: 25px;
    fill: black; }
    .drawer__search-submit .icon:hover {
      fill: #fff; }

button.text-link.drawer__search-submit:hover svg {
  fill: #fff; }

#NavDrawer form.drawer__search {
  display: none; }

/*================ Drawer linklist ================*/
.drawer__nav {
  list-style: none;
  width: 80%;
  margin: 0 auto; }

.drawer__nav--template-index {
  position: relative;
  margin-bottom: -10px;
  background-color: white; }

.drawer__nav--margin {
  margin-bottom: 30px; }

.drawer__nav-item {
  display: block; }
  @media only screen and (max-width: 749px) {
    .drawer__nav-item {
      border-bottom: 1px solid white; } }
  .drawer__nav-item:last-child .drawer__nav-toggle-btn .drawer__nav-toggle--open .fa {
    display: none; }

.drawer__nav-item.main-menu-text {
  border-bottom: 1px solid #D3D3D3; }
  .drawer__nav-item.main-menu-text:last-child {
    border-bottom: 1px solid transparent; }

.drawer__nav-link {
  display: block;
  font-size: 20px;
  color: #122552;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 0; }

.drawer__nav-link--top-level {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 700;
  padding: 13.33333px 20px;
  font-size: 16px;
  color: black; }
  .drawer__nav-link--top-level:hover, .drawer__nav-link--top-level:focus {
    color: black;
    background-color: #fafafa; }

.drawer__nav-link--split {
  -webkit-flex: 1 0 0;
  -moz-flex: 1 0 0;
  -ms-flex: 1 0 0;
  flex: 1 0 0;
  padding-right: 0; }

/*================ Sublist expand/collapse trigger ================*/
.drawer__nav-has-sublist {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-direction: row;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  position: relative; }
  .drawer__nav-has-sublist .drawer-img_box {
    width: 25%; }
  .drawer__nav-has-sublist button {
    position: absolute;
    top: 0;
    z-index: 9999;
    right: 0;
    width: 100%;
    text-align: right; }

.drawer__nav-toggle-btn {
  padding: 10px 0;
  color: black;
  line-height: 1; }
  .drawer__nav-toggle-btn .icon {
    width: 18px;
    height: 18px;
    fill: currentColor; }
  .drawer__nav-toggle-btn:hover, .drawer__nav-toggle-btn:focus {
    opacity: 0.6; }

.drawer__nav-toggle-btn--small {
  color: #343434;
  line-height: 0; }
  .drawer__nav-toggle-btn--small .icon {
    width: 12px;
    height: 12px; }

.drawer__nav-toggle--open {
  display: block; }

.drawer__nav-toggle--close {
  display: none; }

/*================ Collection sorting select menus ================*/
.collection-sort {
  display: inline-block;
  text-align: left;
  max-width: 150px; }
  .collection-sort + .collection-sort {
    margin-left: 20px; }
  @media only screen and (max-width: 749px) {
    .collection-sort {
      width: 80%; }
      .collection-sort + .collection-sort {
        margin: 20px 0 0; } }

.collection-sort__label {
  display: block;
  text-align: center; }
  @media only screen and (min-width: 750px) {
    .collection-sort__label {
      text-align: left;
      padding-left: 6.66667px;
      margin-bottom: 0; } }

.collection-sort__input {
  background-color: transparent;
  font-weight: 700;
  padding-top: 6.66667px;
  padding-bottom: 6.66667px;
  padding-left: 6.66667px; }
  @media only screen and (max-width: 749px) {
    .collection-sort__input {
      width: 100%;
      border: 1px solid #e6e6e6; } }

/*================ Collection card and grid ================*/
.collection {
  margin-bottom: 30px; }
  .collection:last-child {
    margin-bottom: 0; }

/*================ Collection card ================*/
.collection-card {
  position: relative;
  box-sizing: content-box;
  display: block;
  background-color: white;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding: 0;
  height: 315px;
  z-index: 1; }
  .collection-card:focus {
    z-index: 2; }
  @media only screen and (min-width: 750px) {
    .collection-card {
      padding: 0; } }
  .collection-card:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: black;
    opacity: 0.4;
    z-index: 1;
    transition: opacity 0.2s ease; }
  .collection-card:hover:after, .collection-card:focus:after {
    opacity: 0.6; }

.collection-card__meta {
  display: block;
  position: absolute;
  bottom: 20px;
  left: 0;
  margin-right: 10px;
  z-index: 2; }
  @media only screen and (min-width: 750px) {
    .collection-card__meta {
      bottom: 40px; } }

.collection-card__title {
  display: inline;
  background-color: white;
  color: #2f84ed;
  margin-bottom: 10px;
  padding: 2px 10px;
  letter-spacing: 0;
  font-size: 1.85714em;
  line-height: 1.4;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone; }
  @media only screen and (min-width: 990px) {
    .collection-card__title {
      font-size: 2.28571em; } }

.collection-card__subtext {
  font-size: 1.21429em;
  font-weight: 700;
  text-transform: uppercase;
  margin: 10px 0 0 10px;
  font-size: 0.92857em;
  color: white; }

/*================ Social sharing icons ================*/
.social-sharing .icon {
  width: 24px;
  height: 24px;
  fill: currentColor; }

@media only screen and (max-width: 749px) {
  .social-sharing__title {
    display: inline-block;
    margin-bottom: 10px; } }
.social-sharing__link {
  color: #343434;
  opacity: 0.7; }
  .social-sharing__link:hover, .social-sharing__link:focus {
    opacity: 1;
    color: white; }
  .social-sharing__link + .social-sharing__link {
    margin-left: 10px; }

/*================ Cart ================*/
.cart-table {
  background-color: white;
  border: 0;
  margin-bottom: 40px; }
  .cart-table td,
  .cart-table th {
    border: 0; }
    @media only screen and (min-width: 750px) {
      .cart-table td,
      .cart-table th {
        padding: 20px; } }

/*================ Cart cells ================*/
@media only screen and (min-width: 750px) {
  .cart__cell--image {
    width: 180px; }

  .cart__cell--quantity {
    width: 130px; }

  .cart__cell--total {
    width: 200px;
    text-align: right; } }
/*================ Cart cell responsive labels ================*/
@media only screen and (max-width: 749px) {
  .cart-table th,
  .cart-table td {
    text-align: center; }
  .cart-table td:before {
    display: none; } }
/*================ Cart items ================*/
.cart__image {
  display: inline-block;
  max-width: 120px;
  margin: 10px auto; }
  @media only screen and (max-width: 749px) {
    .cart__image img {
      max-height: 120px; } }

.cart__quantity-label {
  display: block;
  text-align: center; }

.cart__cell--quantity .js-qty {
  max-width: 120px;
  margin: 0 auto; }

.cart__quantity {
  display: none; }
  .no-js .cart__quantity {
    display: block; }

.cart__item-total {
  font-size: 1.2em;
  display: block; }

.cart__subtotal {
  margin: 35px 0 0; }
  @media only screen and (min-width: 750px) {
    .cart__subtotal {
      margin-top: 20px; } }

.cart__taxes {
  margin-bottom: 45px; }

.cart__note {
  width: 100%;
  background-color: white;
  border: 1px solid #e6e6e6; }
  @media only screen and (max-width: 749px) {
    .cart__note {
      min-height: 50px; } }

.cart__buttons .btn, .cart__buttons .btn--secondary, .cart__buttons .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .cart__buttons .shopify-payment-button__button--unbranded {
  margin-bottom: 10px; }
  @media only screen and (max-width: 749px) {
    .cart__buttons .btn, .cart__buttons .btn--secondary, .cart__buttons .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .cart__buttons .shopify-payment-button__button--unbranded {
      display: block;
      width: 100%; } }

.update-cart {
  color: #fff; }
  .no-js .update-cart {
    display: inline-block; }

/*================ Cart discounts ================*/
.cart-item__original-price,
.cart-item__discount {
  font-size: 80% !important;
  margin-bottom: 0 !important; }

/*================ Empty cart ================*/
.cart--no-cookies .cart--empty-message {
  display: none; }

.cart--no-cookies .cart--continue-message {
  display: none; }

.cart--cookie-message {
  display: none;
  padding-bottom: 25px; }
  .cart--no-cookies .cart--cookie-message {
    display: block; }

/*================ Quantity selector ================*/
.js-qty {
  position: relative; }

.js-qty--is-loading {
  opacity: 0.6; }

.js-qty__input {
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center; }

.js-qty__adjust {
  position: absolute;
  top: 0;
  bottom: 0;
  text-align: center;
  width: 30px;
  padding: 0;
  background: none;
  border-style: solid;
  border-color: #e7e7e7;
  border-width: 0;
  transition: background-color 0.03s ease-in; }
  .js-qty__adjust:hover, .js-qty__adjust:focus {
    background-color: #e7e7e7;
    transition-duration: 0.08s; }
  .js-qty__adjust .icon {
    width: 8px;
    height: 8px;
    fill: currentColor; }

.js-qty__adjust--minus {
  left: 0;
  border-right-width: 1px; }

.js-qty__adjust--plus {
  right: 0;
  border-left-width: 1px; }

/*================ Notification bar ================*/
.notification {
  visibility: visible;
  position: absolute;
  width: 100%;
  top: 0;
  opacity: 1;
  transition: top 0.25s, visibility 0.25s, opacity 0.15s;
  transition-timing-function: cubic-bezier(0.33, 0.59, 0.14, 1);
  z-index: 4;
  border-bottom: 1px solid #f1f1f1; }

#NotificationPromo .grid__item {
  padding-left: 0; }

@media only screen and (max-width: 989px) {
  #NotificationPromo {
    display: none; }

  #Notification-announcement {
    display: none; } }
#StickNavWrapper {
  height: 100% !important; }

.notification--promo {
  position: static;
  display: block; }

@media only screen and (max-width: 749px) {
  .announcement-box {
    padding: 0px !important; } }

.notification--active {
  display: block;
  visibility: visible;
  top: 100%;
  opacity: 1;
  border-bottom: 1px solid #f1f1f1; }

.notification__link {
  display: block;
  padding: 5px 0 0; }
  @media only screen and (max-width: 749px) {
    .notification__link {
      padding: 0; } }
  .notification-adapt .notification__link {
    padding: 0; }
  .notification__link:hover u {
    text-decoration: none; }

.notification__inner {
  position: relative;
  overflow: visible;
  padding: 10px 20px;
  display: flex; }
  .notification-adapt .notification__inner {
    padding: 0; }
  .notification__inner .bar-menu, .notification__inner .header-search-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .notification__inner .header-customer-icons {
    display: flex;
    align-items: center;
    justify-content: space-evenly; }
    .notification__inner .header-customer-icons a svg, .notification__inner .header-customer-icons button svg {
      width: 25px;
      height: 25px; }
  .notification__inner .header-customer-icons button svg .cls-1 {
    fill: transparent !important; }
  .notification__inner .site-header__store {
    padding: 6px; }

.a#SiteNavLabel-anti-theft-technology .site-nav__dropdown, a#SiteNavLabel-sustainability .site-nav__dropdown {
  display: none; }

.notification__inner--has-link {
  padding: 0; }

.notification-msg-announcement {
  background-color: #F4F4F4; }
  .notification-msg-announcement .notification__message {
    display: block;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    background-color: #F4F4F4;
    color: #122552; }
    @media only screen and (min-width: 750px) and (max-width: 989px) {
      .notification-msg-announcement .notification__message {
        font-size: 12px; } }
    .notification-msg-announcement .notification__message a {
      text-decoration: underline;
      color: #122552; }
    .notification-adapt .notification-msg-announcement .notification__message {
      background-color: white;
      padding: 10px 60px; }
    .notification-msg-announcement .notification__message span {
      text-decoration: underline;
      white-space: nowrap; }

/* .announcement-text span.notification__message:after {
  content: '';
  border-left: 3px solid #fff;
  height: 15px;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: 29%;
} */
.notification--success,
.notification--promo {
  background-color: #FFFFFF;
  color: #122552; }
  .notification--success a,
  .notification--promo a {
    color: #122552; }

.notification--success.notification-adapt,
.notification--promo.notification-adapt {
  background-color: transparent; }

.notification--error {
  background-color: #59ac6c;
  color: white; }
  .notification--error a {
    color: white; }

.notification__close {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  padding: 0 10px;
  color: inherit; }
  .notification__close .icon {
    fill: currentColor; }

@media only screen and (max-width: 989px) {
  .mobile-menu-wrapper, .mobile-search-wrapper {
    display: block !important; } }
/*================ Modals ================*/
.modal {
  display: none;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  color: #343434;
  z-index: 15;
  transition: all ease-in-out 0.2s; }
  .modal.modal--is-active {
    display: block;
    opacity: 1; }

body.modal--is-active {
  overflow: hidden; }

.modal__inner {
  height: 100%;
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transition: all ease-in-out 0.2s; }
  .modal--is-active .modal__inner {
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }

.modal__centered {
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
  .modal__centered .no-csstransforms {
    top: 20%; }

.modal__close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 20px; }
  .modal__close .icon {
    font-size: 1.42857em; }

/*================ Featured collection card ================*/
.featured-card {
  display: block;
  position: relative;
  height: 100%;
  text-align: center;
  background-color: white;
  padding: 0 40px;
  cursor: pointer;
  /*   &:before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: none;
      opacity: 0;
      transition: $collection-bard-transition;
      z-index: 1;
    } */ }
  .featured-card:hover:before {
    opacity: 1;
    color: #DBDBDB; }
  @media only screen and (min-width: 750px) {
    .medium-up--one-quarter .featured-card {
      height: 470px; } }
  @media only screen and (min-width: 750px) {
    .medium-up--one-third .featured-card {
      height: 530px; } }
  @media only screen and (min-width: 750px) {
    .medium-up--one-half .featured-card {
      height: 650px; } }
  .no-js .featured-card {
    height: 625px; }

@media only screen and (max-width: 749px) {
  .featured-card--contain {
    height: 100% !important; } }

.featured-card--cover {
  height: 380px !important;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  border-width: 0; }

/* .featured-card__image-container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-height: 365px !important;
  height: 100%;
  box-shadow: 0 1px 2px rgba(0,0,0,0.15);
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;

  @include media-query($small) {
    .featured-card--contain & {
      height: 100% !important;
      box-shadow: 4px 4px 20px rgba(0,0,0,0.15);
      border: 1px solid rgba(0,0,0,0.15);
    }
  }
  &:before {
    background-color: transparent;
  }
}

.featured-card:hover .featured-card__image-container {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
} */
.featured-card__blank-image-container {
  position: relative;
  width: 100%;
  margin: 0 auto 40px; }
  .featured-card__blank-image-container .featured-card__image {
    position: relative; }
    @media only screen and (max-width: 749px) {
      .featured-card__blank-image-container .featured-card__image {
        max-width: 290px; } }

.featured-card__image {
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  padding: 10px; }
  .no-js .featured-card__image {
    opacity: 1; }

.featured-card__header {
  padding: 30px 5% 10px;
  z-index: 1; }
  .featured-card--cover .featured-card__header {
    position: relative;
    display: inline-block; }
  @media only screen and (max-width: 749px) {
    .featured-card--contain .featured-card__header {
      height: 100% !important; } }

.featured-card__header--background {
  background-color: white; }

.featured-card__title {
  font-size: 2em;
  margin-bottom: 0;
  color: #343434; }

.featured-card__action {
  font-size: 1.21429em;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.92857em;
  color: white; }
  .featured-card:hover .featured-card__action {
    color: inherit; }

.section-block {
  position: relative;
  background-color: white; }

/* .section-block--padding {
padding: $gutter-site * 1.5;
} */
.section-block__header {
  margin-bottom: 10px; }

.section-block__header--padded {
  padding-top: 18px; }

.section-block__title,
.section-block__subtext {
  margin-bottom: 0; }

/*================ Maps ================*/
.map-section {
  position: relative;
  min-height: 650px;
  width: 100%;
  overflow: hidden;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  flex-direction: row; }
  @media only screen and (min-width: 750px) {
    .map-section {
      min-height: 500px; } }
  .map-section .section-header {
    margin-bottom: 20px; }
  .map-section .btn, .map-section .btn--secondary, .map-section .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .map-section .shopify-payment-button__button--unbranded {
    margin-top: 10px; }
  .map-section .icon-pin {
    height: 1.25714em;
    position: relative;
    top: -1px; }

.map-section__full-width {
  margin: -50px 0; }

.map-section__wrapper {
  height: 100%;
  flex-shrink: 0;
  flex-grow: 1;
  -ms-flex-preferred-size: 100%;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  flex-basis: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  flex-direction: row; }

.map-section__content-wrapper {
  position: relative;
  text-align: center;
  height: 100%;
  -ms-flex-preferred-size: 100%;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  flex-basis: 100%; }
  @media only screen and (min-width: 750px) {
    .map-section__content-wrapper {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -ms-flex-preferred-size: 33%;
      -webkit-flex-basis: 33%;
      -moz-flex-basis: 33%;
      flex-basis: 33%;
      flex-grow: 0; } }

.map-section__image {
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center; }
  @media only screen and (min-width: 750px) {
    .map-section__image {
      position: absolute; } }
  .map-section--display-map .map-section__image {
    display: none !important; }
  .map-section--load-error .map-section__image {
    display: block !important; }

.flex--third {
  -webkit-flex: 1 1 33%;
  -moz-flex: 1 1 33%;
  -ms-flex: 1 1 33%;
  flex: 1 1 33%; }
  @media only screen and (max-width: 749px) {
    .flex--third {
      -webkit-flex: 0 1 100%;
      -moz-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
      flex: 0 1 100%; } }

.flex--half {
  -webkit-flex: 1 1 50%;
  -moz-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%; }
  @media only screen and (max-width: 749px) {
    .flex--half {
      -webkit-flex: 0 1 100%;
      -moz-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
      flex: 0 1 100%; } }

.map-section__overlay {
  width: 100%;
  min-height: auto;
  position: relative;
  display: block;
  background-color: white;
  padding: 40px;
  text-align: center;
  z-index: 3;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center; }
  @media only screen and (min-width: 750px) {
    .map-section__overlay:nth-child(2) {
      border-left: 1px solid rgba(52, 52, 52, 0.2); } }
  @media only screen and (max-width: 749px) {
    .map-section__overlay:nth-child(2) {
      border-top: 1px solid rgba(52, 52, 52, 0.2); } }
  .map-section__overlay > * {
    width: 100%; }
  @media only screen and (min-width: 750px) {
    .map-section__overlay {
      min-height: 320px;
      margin: 40px 0; } }

.map-section__link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2; }

@media only screen and (min-width: 750px) {
  .map-section__text {
    background-color: silver;
    padding: 20px; } }
@media only screen and (max-width: 749px) {
  .map-section__text {
    order: 0;
    padding: 0 20px 20px; } }

@media only screen and (min-width: 750px) {
  .map-section__text-second-item {
    border-left: 1px solid rgba(52, 52, 52, 0.2); } }
@media only screen and (max-width: 749px) {
  .map-section__text-second-item {
    padding-top: 20px;
    border-top: 1px solid rgba(52, 52, 52, 0.2); } }

.map-section__background-wrapper {
  overflow: hidden;
  position: relative;
  -ms-flex-preferred-size: 100%;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  flex-basis: 100%; }
  @media only screen and (min-width: 750px) {
    .map-section__background-wrapper {
      position: static;
      -ms-flex-preferred-size: 50%;
      -webkit-flex-basis: 50%;
      -moz-flex-basis: 50%;
      flex-basis: 50%;
      flex-grow: 0; } }

.map-section__container {
  width: 100%;
  height: 55vh; }
  @media only screen and (min-width: 750px) {
    .map-section__container {
      position: absolute !important;
      top: 0;
      left: 0;
      width: 130%;
      height: 100%;
      margin: 0 -30% 0 0; } }

.gm-style-cc,
.gm-style-cc + div {
  visibility: hidden; }

/*================ Link block CTA ================*/
.link-block {
  position: relative;
  display: block;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  justify-content: center;
  padding: 100px 20px;
  text-align: center;
  flex: 1;
  background-size: cover;
  background-position: top center; }
  .link-block:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: black;
    opacity: 0.4;
    transition: opacity 0.2s ease;
    z-index: 1; }
  .link-block:hover:after, .link-block:hover:focus {
    opacity: 0.5; }

.link-block__cta {
  word-break: break-word;
  z-index: 2;
  position: relative; }

.link-block-no-js {
  position: relative;
  display: block;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  justify-content: center;
  text-align: center;
  flex: 1; }

/*================ Quote slider ================*/
.quote-icon {
  display: block;
  margin: 0 auto 20px; }

.quotes-wrapper .slick-dots {
  position: relative;
  bottom: 0;
  margin-top: 30px; }
  .quotes-wrapper .slick-dots li,
  .quotes-wrapper .slick-dots button {
    width: auto;
    height: auto; }
  .quotes-wrapper .slick-dots button {
    line-height: 1;
    font-size: 1em;
    opacity: 0.6;
    color: currentColor; }
    .quotes-wrapper .slick-dots button:before {
      display: none; }
  .quotes-wrapper .slick-dots .slick-active button {
    font-weight: 700;
    opacity: 1; }

.quotes-wrapper .slick-slide[tabindex="0"] {
  outline: none; }

/*================ Image content section ================*/
.image-content__image-container {
  position: relative; }

.image-content__image-wrapper {
  display: block;
  margin: 0 auto; }
  .image-content__image-wrapper img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.image-content__text {
  padding: 40px; }

/*================ Featured product section ================*/
.featured-product__text {
  margin-top: 5px; }
  @media only screen and (max-width: 749px) {
    .featured-product__text {
      text-align: center;
      position: relative;
      top: -50px;
      margin-bottom: -50px; } }

.featured-product__prices {
  margin-top: 10px; }

.featured-product__prices--policy-enabled {
  margin-bottom: 10px; }

@media only screen and (max-width: 749px) {
  .featured-product__image {
    text-align: center; } }

.featured-product__full-details {
  display: inline-block;
  margin-top: 20px;
  padding: 0 5px; }

/*================ Featured articles ================*/
.article-block {
  display: block;
  text-align: center; }
  @media only screen and (max-width: 749px) {
    .article-block {
      padding: 20px 0; } }

.article-block__image {
  height: 0;
  padding-bottom: 75%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center; }
  @media only screen and (max-width: 749px) {
    .article-block__image {
      padding-bottom: 50%; } }

.article-block__info {
  padding: 20px 10px; }

.article-block__date {
  display: block;
  font-size: 0.875em;
  color: #343434; }

.article-block__date,
.article-block__title {
  margin-bottom: 5px; }

/*================ Featured content ================*/
.featured-content {
  position: relative;
  /*    margin-top: 20px; */
  /*   padding: 100px; */
  /*   padding: ($gutter-site * 6) $gutter-site ($gutter-site * 2); */
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat; }
  @media only screen and (min-width: 750px) {
    .featured-content {
      /*     padding: $gutter-site * 4; */ } }
  @media only screen and (max-width: 749px) {
    .featured-content {
      /*         padding: 00px 0px 00px; */ } }

/*============================================================================
Styles columns.liquid and gallery.liquid
- Background images and positioning are handled with theme settings
==============================================================================*/
@media only screen and (max-width: 749px) {
  .column-flex {
    -webkit-flex-direction: column;
    flex-direction: column; } }

.column-flex__image {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center; }
  .column-flex__image img {
    margin: 0 auto; }

.column-flex__image--tall {
  height: 300px; }

.column-flex__content {
  padding: 20px; }

.custom-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: auto;
  margin-bottom: -20px;
  margin-left: -20px; }

.custom__item {
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-left: 20px;
  max-width: 100%;
  line-height: 0;
  /*   @include media-query($medium-down) {
  left: 26%;
  top: 11%;

}
  @include media-query($small) {
  left: 35%;
  top: 9%;
} */ }
  @media only screen and (max-width: 1399px) {
    .custom__item {
      padding-left: 0; } }
  .custom__item .collection-grid-item {
    margin-bottom: 0; }

.custom__item--image {
  margin: 0 auto;
  padding-left: 0; }

.custom__item-inner {
  position: relative;
  display: block;
  max-width: 100%;
  padding-top: 30px; }
  @media only screen and (max-width: 1399px) {
    .custom__item-inner {
      padding-top: 0; } }

.custom__item-inner--video,
.custom__item-inner--collection,
.custom__item-inner--html {
  display: block; }

.custom__item-inner--image {
  margin: 0 auto;
  position: relative; }

/*================ Flex item alignment ================*/
.align--top-middle {
  text-align: center; }

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

.align--middle-left {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center; }

.align--center {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
  text-align: center; }

.align--middle-right {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
  text-align: right; }

.align--bottom-left {
  -ms-flex-item-align: flex-end;
  -webkit-align-self: flex-end;
  align-self: flex-end; }

.align--bottom-middle {
  -ms-flex-item-align: flex-end;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  text-align: center; }

.align--bottom-right {
  -ms-flex-item-align: flex-end;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  text-align: right; }

/*================ Video section ================*/
body.video-playing {
  overflow: hidden; }

.video-section {
  height: 200px; }
  @media only screen and (min-width: 750px) {
    .video-section {
      height: 380px; } }
  .video-section.video-section--tall {
    height: 300px; }
    @media only screen and (min-width: 750px) {
      .video-section.video-section--tall {
        height: 520px; } }

.video-section__modal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 90%;
  transform: translate(-50%, -50%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease-out; }
  @media only screen and (min-width: 750px) {
    .video-section__modal {
      width: 75%; } }
  .video-section--loaded .video-section__modal {
    opacity: 1;
    pointer-events: auto;
    z-index: 16; }

.video-section__body-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease-out; }
  .video-section--loaded .video-section__body-overlay {
    opacity: 1;
    pointer-events: auto;
    z-index: 15; }

.video-section__player,
.video-section__player iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden; }
  .video-section--loaded .video-section__player, .video-section--loaded
  .video-section__player iframe {
    z-index: 16;
    visibility: visible; }

.video-section__player-close {
  display: none;
  position: absolute;
  left: 20px;
  top: 20px;
  width: 50px;
  height: 50px;
  background-color: white;
  border-radius: 50%;
  border: 0; }
  .video-section__player-close:hover {
    opacity: 0.5; }
  .video-section--loaded .video-section__player-close {
    z-index: 17; }
  .video-section__player-close .icon {
    fill: black;
    width: 25px;
    height: 25px; }
  @media only screen and (max-width: 749px) {
    .video-section__player-close {
      top: 10px;
      left: 10px; } }

.video-section__cover {
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
  overflow: hidden;
  transition: all 0.25s ease-out;
  z-index: 2; }

.video-section__cover-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  opacity: 1;
  transition: opacity 0.25s ease-out; }

.video-section__cover-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.video-section__cover-content {
  position: absolute;
  top: 50%;
  width: 100%;
  padding: 0 13px;
  text-align: center;
  opacity: 1;
  transition: opacity 0.25s ease-out;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.video-section__load-player-button {
  border: 0;
  line-height: 1;
  padding: 10px;
  background-color: white;
  text-transform: uppercase;
  transition: all 0.25s ease;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone; }
  .video-section__load-player-button:hover {
    background-color: #e6e6e6; }
  .video-section__load-player-button.video-section__load-player-button--large {
    padding: 0;
    background: none; }

.video-section__error {
  display: none;
  position: absolute;
  bottom: -40px;
  width: 50vw;
  min-width: 340px;
  left: 50%;
  color: white;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }
  .video-section--error .video-section__error {
    display: block; }

.video-section__load-player-text {
  margin-left: 10px;
  display: inline-block;
  letter-spacing: 0;
  font-size: 1.85714em;
  line-height: 1.2;
  color: #2f84ed;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone; }
  @media only screen and (min-width: 990px) {
    .video-section__load-player-text {
      font-size: 2.28571em; } }

.video-section__load-player-icon {
  position: relative;
  top: 2px;
  margin: 0 auto;
  height: 20px;
  width: 20px;
  padding: 0;
  display: inline-block;
  transition: all 0.5s ease; }
  @media only screen and (min-width: 750px) {
    .video-section__load-player-icon {
      top: 0; } }
  .video-section__load-player-button--large .video-section__load-player-icon {
    width: 60px;
    height: 60px; }

.video-section__load-player-button-triangle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 7px solid white;
  border-bottom: 5px solid transparent;
  -ms-transform: translate(-34%, -50%);
  -webkit-transform: translate(-34%, -50%);
  transform: translate(-34%, -50%); }
  .video-section__load-player-button--large .video-section__load-player-button-triangle {
    border-top: 15px solid transparent;
    border-left: 23px solid #2f84ed;
    border-bottom: 15px solid transparent; }

.video-section__load-player-button-circle {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #2f84ed;
  height: 20px;
  width: 20px;
  -moz-border-radius: 75px;
  -webkit-border-radius: 75px;
  transition: all 0.25s ease-out; }
  .video-section__load-player-button--large .video-section__load-player-button-circle {
    background-color: white;
    width: 60px;
    height: 60px; }
  .video-section__load-player-button--large:hover .video-section__load-player-button-circle, .video-section__load-player-button--large:focus .video-section__load-player-button-circle {
    background-color: #e6e6e6; }

/*================ Blog ================*/
.article__photo-container {
  position: relative; }

.article__photo-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%; }

/*================ Rich text section ================*/
.rich-text__heading--large {
  font-size: 2.25em; }

.rich-text__heading--small {
  font-size: 1.5em; }

.rich-text__text--large {
  font-size: 1.14286em; }

.rich-text__text--small {
  font-size: 0.85714em; }

.order-table {
  border: 1px solid white; }
  .order-table a {
    color: #343434; }
  .order-table th, .order-table td {
    border: 0; }
  .order-table tbody th,
  .order-table tfoot th {
    font-weight: normal;
    text-transform: none;
    letter-spacing: 0; }
  .order-table tbody tr + tr {
    border-top: 1px solid white; }
  .order-table thead {
    border-bottom: 1px solid #343434; }
  .order-table tfoot {
    border-top: 1px solid #343434; }
    .order-table tfoot tr:first-child th, .order-table tfoot tr:first-child td {
      padding-top: 1.25em; }
    .order-table tfoot tr:nth-last-child(2) th, .order-table tfoot tr:nth-last-child(2) td {
      padding-bottom: 1.25em; }
    .order-table tfoot tr:last-child th, .order-table tfoot tr:last-child td {
      border-top: 1px solid #343434;
      font-weight: 700;
      padding-top: 1.25em;
      padding-bottom: 1.25em; }
  @media only screen and (min-width: 750px) {
    .order-table tbody tr:first-child th, .order-table tbody tr:first-child td {
      padding-top: 1.25em; }
    .order-table tbody tr:last-child th, .order-table tbody tr:last-child td {
      padding-bottom: 1.25em; }
      .order-table tbody tr:last-child th .order-discount--list, .order-table tbody tr:last-child td .order-discount--list {
        margin-bottom: 0; }
    .order-table tfoot tr td, .order-table tfoot tr th {
      vertical-align: bottom; } }
  @media only screen and (max-width: 749px) {
    .order-table {
      border: 0; }
      .order-table thead {
        display: none; }
      .order-table th,
      .order-table td {
        float: left;
        clear: left;
        width: 100%;
        text-align: right;
        padding: 0.5rem 0;
        border: 0;
        margin: 0; }
      .order-table th::before,
      .order-table td::before {
        content: attr(data-label);
        float: left;
        text-align: left;
        padding-right: 2em;
        max-width: 80%; }
      .order-table tbody tr th:first-child {
        padding-top: 1.25em; }
      .order-table tbody tr td:last-child {
        padding-bottom: 1.25em; }
      .order-table tbody th::before,
      .order-table tbody td::before {
        font-weight: 700; } }

@media only screen and (max-width: 749px) {
  .order-table__product {
    display: flex;
    justify-content: space-between; } }

.order-discount {
  text-transform: uppercase;
  color: white;
  display: block;
  line-height: 1.2em; }
  .order-discount .icon-saletag {
    fill: currentColor;
    width: 1em;
    height: 1em;
    margin-right: 0.4em; }

.order-discount--cart {
  font-size: 0.9em; }

.order-discount--title {
  word-break: break-word;
  padding-right: 1em; }

.order-discount--list {
  margin: 0.8em 0 0.6em 1.3em;
  list-style: none;
  padding: 0; }

.order-discount__item {
  text-indent: -1.3em; }
  .order-discount__item + .order-discount__item {
    margin-top: 0.6em; }

@media only screen and (max-width: 749px) {
  .order-discount-wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%; } }

.order-discount-cart-wrapper {
  display: flex;
  justify-content: center;
  margin: 20px 0 5px 0; }
  @media only screen and (min-width: 750px) {
    .order-discount-cart-wrapper {
      justify-content: flex-end; } }

.product-recommendations {
  background-color: white;
  margin-bottom: -40px;
  padding: 80px 0; }
  @media only screen and (min-width: 750px) {
    .product-recommendations {
      margin-bottom: -80px; } }

/*----------------------About Page----------------------*/
@media only screen and (max-width: 749px) {
  .about-main-section .column-flex {
    display: block; } }
.about-main-section h1.title-feature_box, .about-main-section .title-feature_box.h1, .about-main-section .title-feature_box.h1--mini {
  font-size: 40px;
  font-weight: 600;
  color: #1c1c47;
  text-transform: uppercase;
  margin-bottom: 10px;
  line-height: 45px; }
  @media only screen and (max-width: 749px) {
    .about-main-section h1.title-feature_box, .about-main-section .title-feature_box.h1, .about-main-section .title-feature_box.h1--mini {
      font-size: 25px;
      line-height: 30px; } }
.about-main-section h2.subtitle_pacsafe_box, .about-main-section .subtitle_pacsafe_box.h2 {
  line-height: 26px;
  font-size: 26px;
  color: #2b2059;
  font-weight: 400;
  margin-bottom: 30px; }
.about-main-section .about-pacsafe-title {
  margin-top: 15px; }
.about-main-section .about-description_box p {
  font-weight: 700;
  font-size: 18px;
  color: #000;
  margin: 1em 0;
  text-align: center;
  font-family: Roboto,Helvetica,Arial,sans-serif;
  line-height: 25px; }
.about-main-section .image_box-feature img {
  width: 100%; }
.about-main-section .video-feature_box {
  padding-top: 20px;
  position: relative;
  height: 0;
  padding-bottom: 54.5%; }
  .about-main-section .video-feature_box iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }
    @media only screen and (max-width: 749px) {
      .about-main-section .video-feature_box iframe {
        height: 93%; } }
.about-main-section .gallery-title_box {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding-top: 20px;
  /*     .gallery__btn_box {
  font-weight: 700;
  color: #fff;
  letter-spacing: 2px;
  background: #211645;
  width: 200px;
  height: 38px;
  margin: 0 auto;
  padding: 10px;
} */ }
  .about-main-section .gallery-title_box h1, .about-main-section .gallery-title_box .h1, .about-main-section .gallery-title_box .h1--mini {
    color: #fff;
    font-size: 43px;
    font-family: Roboto,Helvetica,Arial,sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    line-height: normal;
    margin: 0 0 30px;
    letter-spacing: 2px; }
    @media only screen and (max-width: 1399px) {
      .about-main-section .gallery-title_box h1, .about-main-section .gallery-title_box .h1, .about-main-section .gallery-title_box .h1--mini {
        font-size: 30px;
        padding: 0; } }
@media only screen and (max-width: 749px) {
  .about-main-section .about-logo-image .flex {
    flex-wrap: inherit; } }
.about-main-section #shopify-section-about-gallery .about-flex__item {
  padding: 0; }
  .about-main-section #shopify-section-about-gallery .about-flex__item img {
    display: block; }

h1.small--text-center, .small--text-center.h1, .small--text-center.h1--mini {
  display: none; }

/*-----------------Anti-theft page------------------*/
.lock-down-section-area {
  /*   ul.tabs li a:hover {
  border-top: 6px solid #2b2059;
} */
  /*   ul.tabs li:first-child a.active {
  margin-right: 5px;
} */ }
  .lock-down-section-area span {
    display: block; }
  .lock-down-section-area ul.tabs {
    padding-bottom: 15px;
    list-style: none;
    font-size: 25px;
    line-height: 27px;
    border-bottom: 1px solid #DDDDDD;
    display: block;
    position: relative; }
    @media only screen and (max-width: 1399px) {
      .lock-down-section-area ul.tabs {
        font-size: 20px;
        padding: 0; } }
    @media only screen and (max-width: 749px) {
      .lock-down-section-area ul.tabs {
        display: none; } }
  .lock-down-section-area ul.tabs li {
    display: table-cell;
    cursor: pointer;
    position: relative; }
    @media only screen and (max-width: 749px) {
      .lock-down-section-area ul.tabs li {
        display: block; } }
    .lock-down-section-area ul.tabs li:after {
      position: absolute;
      content: '';
      border-right: 2px solid #dedede;
      right: 0;
      top: 7px;
      height: 80px; }
    .lock-down-section-area ul.tabs li ul.tabs li.current {
      background: #ededed;
      color: #222; }
    .lock-down-section-area ul.tabs li span.tech-tab-title {
      position: relative; }
      .lock-down-section-area ul.tabs li span.tech-tab-title:before {
        content: "";
        left: 0;
        top: 50%;
        width: 1px;
        height: 1px;
        border-left: 8px solid #2b2059;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        position: absolute; }
        @media only screen and (max-width: 1399px) {
          .lock-down-section-area ul.tabs li span.tech-tab-title:before {
            border-width: 5px; } }
    .lock-down-section-area ul.tabs li span {
      display: block;
      color: #2b2059;
      text-transform: uppercase;
      padding-left: 15px;
      text-align: left; }
      @media only screen and (max-width: 1399px) {
        .lock-down-section-area ul.tabs li span {
          font-size: 20px;
          line-height: 22px; } }
  .lock-down-section-area ul.tabs li a:before {
    content: "";
    display: block;
    width: 0;
    border-top: 7px solid #2b2059;
    margin: 0 auto;
    transition: all 0.3s linear 0s; }
  .lock-down-section-area ul.tabs li a:hover:before {
    width: 100%; }
  .lock-down-section-area .tab-padding {
    padding: 13px 40px; }
    @media only screen and (max-width: 989px) {
      .lock-down-section-area .tab-padding {
        padding: 13px 15px; } }
  .lock-down-section-area ul.tabs li a {
    display: block;
    color: #2b2059;
    text-decoration: none;
    width: auto;
    margin-right: 5px; }
    @media only screen and (max-width: 749px) {
      .lock-down-section-area ul.tabs li a {
        padding: 10px 20px 10px 30px; } }
  .lock-down-section-area ul.tabs li a.active:before {
    border: none; }
  .lock-down-section-area ul.tabs li a.active {
    background: none repeat scroll 0 0 #FFFFFF;
    border-top: 7px solid #2b2059; }
    @media only screen and (max-width: 1399px) {
      .lock-down-section-area ul.tabs li a.active {
        border-top: 7px solid #2b2059; } }
    @media only screen and (max-width: 749px) {
      .lock-down-section-area ul.tabs li a.active {
        border-top: 0; } }
  .lock-down-section-area ul.tabs li:last-child {
    border-right: none; }
  .lock-down-section-area ul.tabs li:last-child a {
    border-top-right-radius: 2px; }
  .lock-down-section-area ul.tabs:after {
    clear: both; }
  .lock-down-section-area h4.h3, .lock-down-section-area .h3.h4 {
    font-weight: 400;
    font-size: 40px;
    line-height: 42px;
    color: #2b2059;
    margin: 5px 0 10px;
    text-align: center; }
    @media only screen and (max-width: 1399px) {
      .lock-down-section-area h4.h3, .lock-down-section-area .h3.h4 {
        font-size: 30px;
        line-height: 32px;
        margin-top: 20px; } }
    @media only screen and (max-width: 749px) {
      .lock-down-section-area h4.h3, .lock-down-section-area .h3.h4 {
        display: none; } }
  .lock-down-section-area .rte-setting.rte {
    max-width: 50%;
    margin: 0 auto; }
    @media only screen and (max-width: 1399px) {
      .lock-down-section-area .rte-setting.rte {
        max-width: 94%; } }
    @media only screen and (max-width: 749px) {
      .lock-down-section-area .rte-setting.rte {
        margin-left: 40px;
        margin-right: 20px; } }
  .lock-down-section-area p {
    font-size: 14px;
    line-height: 1.6em;
    margin: 1em 0 0;
    color: #2b2059; }
    @media only screen and (max-width: 1399px) {
      .lock-down-section-area p {
        margin-bottom: 30px; } }
  .lock-down-section-area .technology-section_feature {
    display: inline-block;
    margin-right: -4px;
    width: 100%;
    box-sizing: border-box;
    vertical-align: middle;
    background-color: #fff;
    padding: 0px 15%; }
    @media only screen and (max-width: 749px) {
      .lock-down-section-area .technology-section_feature {
        padding: 0; } }
    .lock-down-section-area .technology-section_feature p.h3-technology-title__section {
      font-size: 26px;
      line-height: 30px;
      font-weight: 400;
      color: #2b2059;
      margin-top: 0;
      margin: 1em 0; }
      @media only screen and (max-width: 1399px) {
        .lock-down-section-area .technology-section_feature p.h3-technology-title__section {
          font-size: 20px;
          line-height: 26px; } }
      @media only screen and (max-width: 749px) {
        .lock-down-section-area .technology-section_feature p.h3-technology-title__section {
          font-size: 26px;
          line-height: 30px;
          text-align: left;
          margin-left: 40px;
          margin-bottom: 0.5em; } }
    .lock-down-section-area .technology-section_feature .technology-text__section {
      max-width: 100%; }
      .lock-down-section-area .technology-section_feature .technology-text__section p {
        font-size: 18px;
        font-weight: 400;
        margin-bottom: 0;
        line-height: 1.6em;
        margin: 1em 0;
        color: #000; }
        @media only screen and (max-width: 1399px) {
          .lock-down-section-area .technology-section_feature .technology-text__section p {
            font-size: 15px;
            text-align: left; } }
  .lock-down-section-area .tab-content {
    display: none; }
  .lock-down-section-area .anti-theft-image-lock-down {
    width: 100%; }
  .lock-down-section-area .tab-content.current {
    display: inherit; }
  .lock-down-section-area .custom__item-inner--image {
    max-width: 767px;
    max-height: 767px; }
  @media only screen and (max-width: 749px) {
    .lock-down-section-area {
    /*     .custom__item.small--one-half {
    width: 100%;
    display: block;
    padding: 0 10px 25px 31px;
  } */ }
      .lock-down-section-area .custom__item.custom__item--1561721328526.small--one-half {
        order: 2; }
      .lock-down-section-area .custom__item.custom__item--1561721351830.small--one-half {
        order: 1; }
      .lock-down-section-area .custom__item.custom__item--1561721364230.small--one-half {
        order: 3; }
      .lock-down-section-area .custom__item.custom__item--1561721373725.small--one-half {
        order: 4; }
      .lock-down-section-area .custom__item.custom__item--1561721416854.small--one-half {
        order: 5; }
      .lock-down-section-area .custom__item.custom__item--1561721398270.small--one-half {
        order: 6; }
      .lock-down-section-area .custom__item.custom__item--1561721515599.small--one-half {
        order: 1; }
      .lock-down-section-area .custom__item.custom__item--1561721499036.small--one-half {
        order: 2; }
      .lock-down-section-area .custom__item.custom__item--1561721605704.small--one-half {
        order: 1; }
      .lock-down-section-area .custom__item.custom__item--1561721587069.small--one-half {
        order: 2; }
      .lock-down-section-area .custom__item.custom__item--1561721620552.small--one-half {
        order: 3; }
      .lock-down-section-area .custom__item.custom__item--1561721630506.small--one-half {
        order: 4; }
      .lock-down-section-area .custom__item.custom__item--1561721648913.small--one-half {
        order: 6; }
      .lock-down-section-area .custom__item.custom__item--1561721665728.small--one-half {
        order: 5; }
      .lock-down-section-area .custom__item.custom__item--1561721758001.small--one-half {
        order: 7; }
      .lock-down-section-area .custom__item.custom__item--1561721788514.small--one-half {
        order: 8; }
      .lock-down-section-area .custom__item.custom__item--1561721884887.small--one-half {
        order: 10; }
      .lock-down-section-area .custom__item.custom__item--1561721906761.small--one-half {
        order: 9; }
      .lock-down-section-area .custom__item.custom__item--1561722071576.small--one-half {
        order: 11; }
      .lock-down-section-area .custom__item.custom__item--1561722133385.small--one-half {
        order: 12; }
      .lock-down-section-area .custom__item.custom__item--1561722158881.small--one-half {
        order: 14; }
      .lock-down-section-area .custom__item.custom__item--1561722178899.small--one-half {
        order: 13; }
      .lock-down-section-area .custom__item.custom__item--1561722255593.small--one-half {
        order: 15; }
      .lock-down-section-area .custom__item.custom__item--1561722273587.small--one-half {
        order: 16; }
      .lock-down-section-area .custom__item.custom__item--1561722358275.small--one-half {
        order: 2; }
      .lock-down-section-area .custom__item.custom__item--1561722372467.small--one-half {
        order: 1; }
      .lock-down-section-area .custom__item.custom__item--1561722426325.small--one-half {
        order: 3; }
      .lock-down-section-area .custom__item.custom__item--1561722503074.small--one-half {
        order: 4; }
      .lock-down-section-area .custom__item.custom__item--1561722529579.small--one-half {
        order: 6; }
      .lock-down-section-area .custom__item.custom__item--1561722543963.small--one-half {
        order: 5; }
      .lock-down-section-area .custom__item.custom__item--1561722605065.small--one-half {
        order: 7; }
      .lock-down-section-area .custom__item.custom__item--1561722632962.small--one-half {
        order: 8; } }
  .lock-down-section-area .desktop-hide {
    display: none; }
    @media only screen and (max-width: 749px) {
      .lock-down-section-area .desktop-hide {
        display: block; } }
  .lock-down-section-area .tab-banner-image {
    position: relative; }
    .lock-down-section-area .tab-banner-image .lock-down-banner-text {
      position: absolute;
      top: 50%;
      right: 0%;
      transform: translate(-50%, -50%); }
    .lock-down-section-area .tab-banner-image .rfid-safe-banner-text,
    .lock-down-section-area .tab-banner-image .smart-zipper-banner-text,
    .lock-down-section-area .tab-banner-image .cut-resistant-banner-text {
      position: absolute;
      top: 50%;
      right: 45%;
      transform: translate(-50%, -50%); }
      @media only screen and (max-width: 989px) {
        .lock-down-section-area .tab-banner-image .rfid-safe-banner-text,
        .lock-down-section-area .tab-banner-image .smart-zipper-banner-text,
        .lock-down-section-area .tab-banner-image .cut-resistant-banner-text {
          right: 25%; } }
      @media only screen and (max-width: 749px) {
        .lock-down-section-area .tab-banner-image .rfid-safe-banner-text,
        .lock-down-section-area .tab-banner-image .smart-zipper-banner-text,
        .lock-down-section-area .tab-banner-image .cut-resistant-banner-text {
          right: 20%; } }
    .lock-down-section-area .tab-banner-image .lock-down-text p {
      color: #fff; }
    .lock-down-section-area .tab-banner-image p {
      font-size: 80px;
      font-weight: 600;
      text-transform: uppercase;
      line-height: 82px;
      text-align: center;
      color: #1f1f1f; }
      @media only screen and (max-width: 1399px) {
        .lock-down-section-area .tab-banner-image p {
          font-size: 50px;
          line-height: 52px; } }
      @media only screen and (max-width: 749px) {
        .lock-down-section-area .tab-banner-image p {
          font-size: 26px;
          line-height: 32px; } }

/*--------------------Mobile Css-----------------*/
@media only screen and (max-width: 749px) {
  .tech-select {
    padding: 50px 0 0;
    background-color: #f4f7fa; }

  .tech-select li {
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    display: block; }

  .content-asset {
    position: relative; }

  button.btn-toggle-menu-box {
    border-width: 1px 0;
    border-color: #2b2059;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    font-family: "Muro", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #2b2059;
    height: 42px;
    padding: 0 25px;
    line-height: 40px;
    text-align-last: center;
    -ms-text-align-last: center;
    -moz-text-align-last: center;
    text-align: center;
    background-color: #fff;
    width: 100%;
    border-top: 1px solid #2b2059;
    box-sizing: border-box;
    text-indent: 0; }

  li a {
    text-align: left;
    font-size: 16px;
    font-weight: 700; }

  .fa-caret-down:before {
    content: "\f0d7";
    position: absolute;
    top: 13px;
    bottom: 0;
    right: 10px; } }
/*----------------Terms & Conditions------------------*/
.legal-pages_box .legal-pages {
  position: relative;
  margin-top: 20px;
  padding: 30px 40px;
  border: 2px solid #000;
  font-size: 14px;
  line-height: 22px; }
  .legal-pages_box .legal-pages p {
    line-height: 1.6em;
    font-size: 14px;
    color: #000; }
  .legal-pages_box .legal-pages h3, .legal-pages_box .legal-pages .h3 {
    font-size: 16px;
    font-weight: 600;
    color: #000; }
  .legal-pages_box .legal-pages li {
    color: #000; }
  .legal-pages_box .legal-pages h1, .legal-pages_box .legal-pages .h1, .legal-pages_box .legal-pages .h1--mini {
    font-size: 25px;
    font-weight: 400; }
.legal-pages_box a.btn-return {
  display: inline-block;
  padding: 8px 11px;
  border: 2px solid #000;
  color: #2b2059;
  font-size: 13px;
  text-decoration: none !important;
  font-weight: 700;
  text-transform: uppercase; }
  @media only screen and (max-width: 749px) {
    .legal-pages_box a.btn-return {
      position: unset;
      margin-top: 25px;
      margin-left: 25px; } }
.legal-pages_box .breadcrumb.container {
  font-size: 12px;
  padding: 0 0 20px; }
  .legal-pages_box .breadcrumb.container a.breadcrumb-element {
    color: #2b2059;
    text-transform: capitalize; }
.legal-pages_box h2.legal-title, .legal-pages_box .legal-title.h2 {
  margin-bottom: 35px;
  text-align: center;
  color: #2b2059;
  font-family: Roboto,Helvetica,Arial,sans-serif;
  font-size: 24px;
  font-weight: 600; }
  @media only screen and (max-width: 749px) {
    .legal-pages_box h2.legal-title, .legal-pages_box .legal-title.h2 {
      padding: 15px 0;
      border-top: 2px solid #201547;
      border-bottom: 1px solid #201547;
      margin: 10px 0 63px;
      line-height: 1.2; } }

@media only screen and (max-width: 749px) {
  h1.small--text-center, .small--text-center.h1, .small--text-center.h1--mini {
    display: none; } }

.content-block {
  padding-top: 0; }
  @media only screen and (max-width: 1399px) {
    .content-block {
      padding-left: 0;
      padding-right: 0; } }

/* @include media-query($large-down) {
.page-width {
padding: 0;
}
} */
/*------------------Patent Page---------------*/
.content-asset h2.patent-marking, .content-asset .patent-marking.h2 {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase; }
.content-asset table.patent-marking {
  font-size: 12px;
  color: #000; }
.content-asset .patent-marking {
  width: 100%;
  padding: 0;
  border-spacing: 0;
  border-collapse: separate;
  font-family: Helvetica;
  overflow: auto; }
.content-asset .patent-marking tr:nth-child(1) {
  background-color: white; }
.content-asset .patent-marking th {
  text-align: left;
  padding: 0.5rem;
  vertical-align: top;
  border-bottom: 1px solid #ccc; }
.content-asset .patent-marking td {
  font-size: 16px;
  padding: 0.5rem;
  margin: 0;
  vertical-align: top;
  border-right: 1px solid #f8f8f8; }
.content-asset .patent-marking td:nth-child(1) {
  width: 25%; }
.content-asset .patent-marking td:nth-child(2) {
  width: 15%; }
.content-asset .patent-marking td:nth-child(3) {
  width: 30%; }
.content-asset .patent-marking td:nth-child(4) {
  width: 30%; }
.content-asset .patent-marking td:last-child {
  border: none; }

/*------------------Shipping Page----------------*/
.legal-shopping-title {
  margin-bottom: 35px;
  text-align: center;
  color: #2b2059;
  font-family: Roboto,Helvetica,Arial,sans-serif;
  font-size: 28px;
  font-weight: 600; }
  @media only screen and (max-width: 749px) {
    .legal-shopping-title {
      padding: 15px 0;
      border-top: 2px solid #201547;
      border-bottom: 1px solid #201547;
      margin: 0 0 63px;
      line-height: 1.2; } }

/*------------Return Policy--------------------*/
h1.pacsafe-returns_box, .pacsafe-returns_box.h1, .pacsafe-returns_box.h1--mini {
  font-size: 21px;
  font-weight: 400;
  font-family: Roboto,Helvetica,Arial,sans-serif; }

/*-------------------Home page-------------------*/
.image-banner-section-wrapper .hero-wrapper.hero-image-banner {
  margin-top: 0; }
.image-banner-section-wrapper .hero__image-content {
  position: relative; }
  .image-banner-section-wrapper .hero__image-content a {
    cursor: pointer; }
.image-banner-section-wrapper .hero-content-section_box {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60%; }
  @media only screen and (max-width: 749px) {
    .image-banner-section-wrapper .hero-content-section_box {
      transform: none;
      top: 40%; } }
.image-banner-section-wrapper .align-position-left {
  left: 40%; }
  @media only screen and (max-width: 749px) {
    .image-banner-section-wrapper .align-position-left {
      left: 0;
      width: 100%;
      right: 0;
      text-align: center; } }
.image-banner-section-wrapper .align-position-right {
  left: 40%; }
  @media only screen and (max-width: 749px) {
    .image-banner-section-wrapper .align-position-right {
      left: 83%;
      right: 0;
      top: 40%;
      text-align: left;
      transform: translate(-50%, -50%); } }
  .image-banner-section-wrapper .align-position-right .btn-position-right {
    display: block; }
    .image-banner-section-wrapper .align-position-right .btn-position-right a {
      float: left; }
      @media only screen and (max-width: 749px) {
        .image-banner-section-wrapper .align-position-right .btn-position-right a {
          float: none; } }
.image-banner-section-wrapper .hero.hero--small {
  height: 692px;
  /*     width:1920px; */
  margin-bottom: 0; }
  @media only screen and (max-width: 749px) {
    .image-banner-section-wrapper .hero.hero--small {
      height: 380px; } }
.image-banner-section-wrapper h2.image-title_wrapper, .image-banner-section-wrapper .image-title_wrapper.h2 {
  font-size: 70px;
  line-height: 70px;
  font-family: 'Muro', sans-serif;
  color: #FFFFFF;
  background-color: transparent;
  text-transform: uppercase;
  cursor: pointer; }
  @media only screen and (max-width: 1399px) {
    .image-banner-section-wrapper h2.image-title_wrapper, .image-banner-section-wrapper .image-title_wrapper.h2 {
      font-size: 40px; } }
  @media only screen and (max-width: 749px) {
    .image-banner-section-wrapper h2.image-title_wrapper, .image-banner-section-wrapper .image-title_wrapper.h2 {
      font-size: 20px;
      line-height: 21px; } }
  @media screen and (max-width: 320px) {
    .image-banner-section-wrapper h2.image-title_wrapper, .image-banner-section-wrapper .image-title_wrapper.h2 {
      font-size: 17px; } }
.image-banner-section-wrapper h3.image-subtitle_wrapper, .image-banner-section-wrapper .image-subtitle_wrapper.h3 {
  font-size: 35px;
  color: #FFFFFF;
  font-family: 'Muro', sans-serif;
  cursor: pointer; }
  @media only screen and (max-width: 1399px) {
    .image-banner-section-wrapper h3.image-subtitle_wrapper, .image-banner-section-wrapper .image-subtitle_wrapper.h3 {
      font-size: 25px; } }
  @media only screen and (max-width: 749px) {
    .image-banner-section-wrapper h3.image-subtitle_wrapper, .image-banner-section-wrapper .image-subtitle_wrapper.h3 {
      font-size: 13px; } }
@media only screen and (max-width: 989px) {
  .image-banner-section-wrapper .hero-content__controls {
    padding-top: 25px; } }
.image-banner-section-wrapper a.image-button-wrapper {
  border: 3px solid #FFFFFF;
  color: #122552;
  background-color: #FFFFFF;
  width: 25%;
  font-family: Roboto,Helvetica,Arial,sans-serif;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  padding: 10px 0;
  margin-top: 38px; }
  @media only screen and (max-width: 749px) {
    .image-banner-section-wrapper a.image-button-wrapper {
      float: none;
      width: 200px;
      margin: 0 auto; } }
  .image-banner-section-wrapper a.image-button-wrapper:hover, .image-banner-section-wrapper a.image-button-wrapper:focus {
    color: #122552;
    font-weight: 700; }
  @media only screen and (max-width: 1399px) {
    .image-banner-section-wrapper a.image-button-wrapper {
      font-size: 18px; } }

.title-mobile-wrapper-box {
  position: absolute;
  top: 0;
  width: 100%; }
  .title-mobile-wrapper-box h4, .title-mobile-wrapper-box .h4 {
    width: 90%;
    margin: 10px auto;
    color: #FFFFFF;
    text-transform: uppercase;
    line-height: 1.1; }

.image-arrow-wrapper {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-bottom: 20px; }
  .image-arrow-wrapper a {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 90%;
    margin: 0 auto; }
    .image-arrow-wrapper a .protect-text {
      width: 100%; }
      .image-arrow-wrapper a .protect-text p {
        font-size: 18px;
        color: #fff; }
        .image-arrow-wrapper a .protect-text p bold {
          font-weight: 700; }
    .image-arrow-wrapper a i.fa {
      border: 2px solid #fff;
      border-radius: 50%;
      color: #fff;
      width: 25px;
      height: 25px;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 20px;
      padding-left: 2px;
      font-weight: 700; }

.image-arrow-wrapper-box {
  background-color: #F4F4F4;
  margin-bottom: 20px; }
  .image-arrow-wrapper-box a {
    width: 90%;
    margin: 0 auto 20px;
    display: flex;
    padding: 20px 0;
    justify-content: space-between;
    align-items: center; }
    @media only screen and (max-width: 749px) {
      .image-arrow-wrapper-box a {
        margin-bottom: 0; } }
    .image-arrow-wrapper-box a .mobile-label p {
      color: #122552;
      font-weight: 600; }
    .image-arrow-wrapper-box a i.fa {
      border: 2px solid #122552;
      border-radius: 50%;
      color: #122552;
      width: 25px;
      height: 25px;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 20px;
      padding-left: 2px;
      font-weight: 700; }

.hero-page-heading_box-wrapper,
.hero-page-subheading_box-wrapper {
  color: #343434;
  font-family: Roboto,Helvetica,Arial,sans-serif;
  font-weight: 500; }

.hero-page-heading_box-wrapper {
  font-size: 26px;
  margin-bottom: 0;
  text-transform: uppercase; }
  @media only screen and (max-width: 989px) {
    .hero-page-heading_box-wrapper {
      font-size: 23px; } }
  @media only screen and (max-width: 749px) {
    .hero-page-heading_box-wrapper {
      font-size: 20px; } }

.hero-page-subheading_box-wrapper p,
.hero-page-subheading_box-wrapper {
  font-size: 24px; }
  @media only screen and (max-width: 989px) {
    .hero-page-subheading_box-wrapper p,
    .hero-page-subheading_box-wrapper {
      font-size: 18px; } }
  @media only screen and (max-width: 749px) {
    .hero-page-subheading_box-wrapper p,
    .hero-page-subheading_box-wrapper {
      font-size: 12px; } }

.index-section {
  margin-bottom: 35px; }

/* #shopify-section-1561444146351 {
@include media-query($small) {
margin-bottom: 0;
}
.hero-collection-text-title {

.section-block--padding {
padding: 25px 30px;
}
}
} */
#shopify-section-1561439791115 {
  margin-top: 68px; }
  #shopify-section-1561439791115 .section-block {
    border-top: 1px solid #98999a;
    border-bottom: 1px solid #98999a;
    padding: 45px 30px;
    height: 190px; }
    @media only screen and (max-width: 749px) {
      #shopify-section-1561439791115 .section-block {
        padding: 15px;
        margin-left: 10px;
        margin-right: 10px;
        height: 100px; } }

#shopify-section-1562654343851 {
  /*   .image-bar__item {
  width: 960px;
} */ }
  #shopify-section-1562654343851 .btn-pacsafe__btn_box {
    font-size: 20px;
    text-transform: capitalize;
    padding: 8px 20px;
    font-weight: 400; }
    @media only screen and (max-width: 749px) {
      #shopify-section-1562654343851 .btn-pacsafe__btn_box {
        font-size: 16px; } }
  #shopify-section-1562654343851 .pacsafe-hero-button-box {
    margin: 25px 0 0; }
  #shopify-section-1562654343851 .sub-title {
    font-size: 22px; }
    @media only screen and (max-width: 749px) {
      #shopify-section-1562654343851 .sub-title {
        font-size: 20px; } }
  #shopify-section-1562654343851 .heding {
    font-weight: 600;
    font-size: 40px; }
    @media only screen and (max-width: 749px) {
      #shopify-section-1562654343851 .heding {
        font-size: 26px; } }
  #shopify-section-1562654343851 .sub-title {
    font-size: 30px; }
  @media only screen and (min-width: 750px) {
    #shopify-section-1562654343851 .image-bar__item--1562654343851-1 .image-bar__caption {
      right: 4%;
      left: auto; } }

.index-section--flush {
  margin-top: 68px; }

#shopify-section-1561439926141 .column-flex__image {
  height: 580px;
  width: 580px; }
  @media only screen and (max-width: 1399px) {
    #shopify-section-1561439926141 .column-flex__image {
      height: 300px; } }
#shopify-section-1561439926141 .pacsafe-technology-anti-theft .section-block__header {
  margin-bottom: 50px; }
  @media only screen and (max-width: 749px) {
    #shopify-section-1561439926141 .pacsafe-technology-anti-theft .section-block__header {
      margin-bottom: 40px; } }

#shopify-section-1562581755151 {
  /*   .clause-item img {
  width: 640px;
  height: 957px;
} */ }
  #shopify-section-1562581755151 .section-clauses .rte {
    margin-bottom: 65px; }
    @media only screen and (max-width: 749px) {
      #shopify-section-1562581755151 .section-clauses .rte {
        margin-bottom: 50px; } }
  @media only screen and (max-width: 749px) {
    #shopify-section-1562581755151 .clause-item a.btn.btn-pacsafe__btn_box, #shopify-section-1562581755151 .clause-item a.btn-pacsafe__btn_box.btn--secondary, #shopify-section-1562581755151 .clause-item .shopify-payment-button a.btn-pacsafe__btn_box.shopify-payment-button__button--unbranded, .shopify-payment-button #shopify-section-1562581755151 .clause-item a.btn-pacsafe__btn_box.shopify-payment-button__button--unbranded {
      padding: 10px 30px; } }

@media only screen and (max-width: 749px) {
  .brand-image-1,
  .brand-image-2,
  .brand-image-3 {
    display: none; }

  .brand-flex {
    margin: 0;
    padding-left: 10px;
    padding-right: 10px; } }
.pacsafe-technology-anti-theft .column-flex__content {
  top: 5%;
  position: absolute;
  width: 100%;
  padding: 10px 0; }
  .pacsafe-technology-anti-theft .column-flex__content p.h5 {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0; }
  .pacsafe-technology-anti-theft .column-flex__content .rte-setting {
    padding: 0 50px; }
    .pacsafe-technology-anti-theft .column-flex__content .rte-setting p {
      color: #fff;
      font-size: 14px;
      font-weight: 400; }
.pacsafe-technology-anti-theft .pacsafe-hero-button-box.text-center {
  transform: translate(-50%, -50%);
  left: 50%;
  bottom: 0;
  position: absolute; }
.pacsafe-technology-anti-theft .btn-pacsafe__btn_box {
  background-color: transparent;
  color: #4C94DC;
  border: 1px solid #4C94DC;
  padding: 5px 45px; }
.pacsafe-technology-anti-theft .flex__item {
  height: 100% !important;
  padding: 0;
  float: left;
  position: relative;
  margin: 0 30px;
  overflow: hidden;
  width: 100% !important; }
  @media screen and (max-width: 1024px) {
    .pacsafe-technology-anti-theft .flex__item {
      margin: 0 10px; } }
.pacsafe-technology-anti-theft .flex__item:last-child {
  margin-right: 0; }
.pacsafe-technology-anti-theft .flex__item.image--1 {
  margin-left: 0; }
.pacsafe-technology-anti-theft .pacsafe-img_wrapper_box {
  width: 100%;
  margin: 0 auto; }
.pacsafe-technology-anti-theft .pacsafe-img_wrapper_box img {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease; }
.pacsafe-technology-anti-theft .flex__item:hover .pacsafe-img_wrapper_box img {
  -webkit-transform: scale(1.08);
  transform: scale(1.08); }
.pacsafe-technology-anti-theft .flex__item:hover .btn-pacsafe__btn_box {
  color: #fff;
  background-color: #4C94DC; }

/*******************************************shopify-section image-with-text********************************************/
#shopify-section-1561444075961 {
  /*   .slick-prev:before{
      background:url(//cdn.shopify.com/s/files/1/0041/7638/0013/t/135/assets/prev.png?v=18406253785436495290);
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center top;
      color: transparent;
    }
    .slick-next:before{
      background:url(//cdn.shopify.com/s/files/1/0041/7638/0013/t/135/assets/next-arrow.png?v=9456346299077358786);
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center top;
      color: transparent;
    } */ }
  #shopify-section-1561444075961 .slick-prev, #shopify-section-1561444075961 .slick-next {
    background: transparent;
    z-index: 1; }
  #shopify-section-1561444075961 .slick-prev {
    left: 28px; }
  #shopify-section-1561444075961 .slick-next {
    right: 4px; }

.section-clauses {
  /*   .slick-prev:before{
      background:url(//cdn.shopify.com/s/files/1/0041/7638/0013/t/135/assets/prev.png?v=18406253785436495290);
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center top;
      color: transparent;
    }
    .slick-next:before{
      background:url(//cdn.shopify.com/s/files/1/0041/7638/0013/t/135/assets/next-arrow.png?v=9456346299077358786);
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center top;
      color: transparent;
    } */ }
  .section-clauses .placeholder-svg, .section-clauses img {
    width: 100%; }
  .section-clauses .grid__item {
    padding-left: 0; }
  .section-clauses .slick-prev, .section-clauses .slick-next {
    background: transparent;
    z-index: 1; }
  .section-clauses .slick-prev {
    left: 22px; }
  .section-clauses .slick-next {
    right: 4px; }

#shopify-section-1562582817046 .column-flex__image {
  height: 780px; }

/*------------------Mobile Css----------------*/
@media only screen and (max-width: 749px) {
  .column-flex {
    display: none; } }
/*=============== Gallery ===================*/
.image-bar__content .placeholder-svg {
  position: absolute;
  top: 0;
  left: 0; }

.image-bar {
  overflow: hidden; }

.grid--no-gutters {
  margin-left: 0;
  vertical-align: top; }
  .grid--no-gutters .grid__item {
    padding-left: 0; }

.image-bar__item {
  display: block;
  color: white;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain; }

.image-bar__content, .image-bar__item {
  position: relative;
  width: 100%;
  cursor: pointer; }
  .image-bar--x-small .image-bar__content, .image-bar--x-small .image-bar__item {
    height: 94px; }
  .image-bar--small .image-bar__content, .image-bar--small .image-bar__item {
    height: 225px; }
  .image-bar--medium .image-bar__content, .image-bar--medium .image-bar__item {
    height: 357px; }
  .image-bar--large .image-bar__content, .image-bar--large .image-bar__item {
    height: 660px; }
  .image-bar--x-large .image-bar__content, .image-bar--x-large .image-bar__item {
    height: 582px; }
  @media only screen and (min-width: 750px) {
    .image-bar__content, .image-bar__item {
    /*     .image-bar--large & {
    height: 650px;
  } */ }
      .image-bar--x-small .image-bar__content, .image-bar--x-small .image-bar__item {
        height: 125px; }
      .image-bar--small .image-bar__content, .image-bar--small .image-bar__item {
        height: 300px; }
      .image-bar--medium .image-bar__content, .image-bar--medium .image-bar__item {
        height: 475px; }
      .image-bar--x-large .image-bar__content, .image-bar--x-large .image-bar__item {
        height: 775px; } }
  @media screen and (min-width: 2200px) {
    .image-bar--large .image-bar__content, .image-bar--large .image-bar__item {
      height: 920px;
      background-size: cover; } }

.image-bar__caption {
  position: absolute;
  bottom: -5%;
  left: 4%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: 0.1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  z-index: 1;
  font-size: 28px;
  font-weight: 400;
  color: #fff; }
  .image-bar__caption p {
    margin-bottom: 0px; }
  @media only screen and (max-width: 749px) {
    .image-bar__caption {
      bottom: -10%;
      left: 50%;
      transform: translate(-50%, -50%);
      text-align: center;
      width: 100%; } }

.image-bar__link:hover .image-bar__overlay::before, .image-bar__link:focus .image-bar__overlay::before {
  opacity: 0.4; }
.image-bar__link:focus {
  position: relative;
  z-index: 2; }
  .image-bar__link:focus .image-bar__content {
    outline: 1px dotted #212121;
    outline: 5px auto -webkit-focus-ring-color; }

.image-bar__link:not([disabled]):hover .box::before, .image-bar__link:focus .box::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #3d3d3d;
  opacity: 0.4;
  z-index: 1; }

.mobile-image-area {
  display: block; }
  @media only screen and (min-width: 750px) {
    .mobile-image-area {
      display: none; } }

.go-top {
  position: fixed;
  bottom: 9em;
  right: 10px;
  text-decoration: none;
  font-size: 12px;
  padding: 1em;
  display: none; }
  @media only screen and (max-width: 749px) {
    .go-top {
      bottom: 100px; } }

.cart-section {
  width: 80%; }

@media only screen and (max-width: 749px) {
  .accordion_head {
    cursor: pointer; }

  .accordion_body {
    display: none; }

  .accordion_body p {
    padding: 18px 5px;
    margin: 0px; }

  .plusminus {
    float: right; } }
.plusminus {
  display: none; }
  @media only screen and (max-width: 749px) {
    .plusminus {
      display: block; } }

/*-----------------------Dropdown-Menu----------------------------*/
.site-nav__dropdown {
  position: absolute;
  z-index: 10;
  left: 0;
  width: 100%;
  background-color: #fff;
  /*   border-top: thin solid #2b2059; */
  max-height: 700px; }

.meganav__nav .site-nav__dropdown-container {
  display: inline-block;
  vertical-align: top;
  padding: 15px; }
  @media only screen and (max-width: 1399px) {
    .meganav__nav .site-nav__dropdown-container {
      padding: 10px 5px 5px; } }

.site-nav__dropdown-level .site-nav__dropdown-container {
  display: block;
  padding: 0; }

#SiteNavLinklist-collections ul .feature-menu-box {
  text-align: left;
  padding: 0 0 0 5rem; }
  @media screen and (max-width: 1200px) {
    #SiteNavLinklist-collections ul .feature-menu-box {
      padding: 0 0 0 4rem; } }
  @media screen and (max-width: 1024px) {
    #SiteNavLinklist-collections ul .feature-menu-box {
      padding: 0; } }

/* li.site-nav__dropdown-container.dropdown-2 {
margin-top: 125px;
} */
/* li.site-nav__dropdown-container.dropdown-4 {
margin-top: 99px;
} */
/* li.site-nav__dropdown-container.dropdown-6 {
  margin-top: 45px;
} */
li.site-nav__dropdown-container.dropdown-8 {
  margin-top: 20px; }

li.site-nav__dropdown-container .meganav__link--second-level.meganav__link-toggle,
li.site-nav__dropdown-container.dropdown-2 a,
.site-nav__dropdown-container--third-level .meganav__link.meganav__link--third-level {
  color: #2b2059;
  font-size: 14px;
  font-family: Helvetica,Arial,sans-serif; }
  @media screen and (max-width: 1150px) {
    li.site-nav__dropdown-container .meganav__link--second-level.meganav__link-toggle,
    li.site-nav__dropdown-container.dropdown-2 a,
    .site-nav__dropdown-container--third-level .meganav__link.meganav__link--third-level {
      font-size: 13px; } }

a.meganav__link.meganav__link--third-level:hover {
  color: #2f84ed; }

li.site-nav__dropdown-container .meganav__link--second-level.meganav__link-toggle,
li.site-nav__dropdown-container.dropdown-2 #SiteNavLabel-backpacks {
  font-weight: 700;
  font-size: 16px;
  padding-top: 10px;
  text-transform: uppercase; }
  li.site-nav__dropdown-container .meganav__link--second-level.meganav__link-toggle:hover,
  li.site-nav__dropdown-container.dropdown-2 #SiteNavLabel-backpacks:hover {
    color: #2f84ed; }

.grid__item.meganav__list.submenu-sec--4 {
  margin-left: 60px; }

input#NewsletterEmail-1561439426213::placeholder {
  color: #000; }

#SiteNavLinklist-about .grid__item.meganav__list.one-sixth {
  float: none;
  padding: 0; }
#SiteNavLinklist-about .meganav__list li.site-nav__dropdown-container {
  margin-top: 0 !important; }
  #SiteNavLinklist-about .meganav__list li.site-nav__dropdown-container .meganav__link--second-level {
    color: #2b2059;
    font-size: 13px;
    font-weight: 100; }

/*-------------------------------*/
.new-clause-section ul {
  display: flex;
  padding: 0; }
  @media only screen and (max-width: 749px) {
    .new-clause-section ul {
      display: block; } }
  .new-clause-section ul li {
    width: 50%;
    list-style: none; }
    @media only screen and (max-width: 749px) {
      .new-clause-section ul li {
        width: 100%; } }
.new-clause-section .desktop-hide {
  display: none; }
  @media only screen and (max-width: 749px) {
    .new-clause-section .desktop-hide {
      display: block; } }
.new-clause-section .mobile-hide {
  display: block; }
  @media only screen and (max-width: 749px) {
    .new-clause-section .mobile-hide {
      display: none; } }

/*-------------Inspiration Page-----------*/
.inspiration-main-section .inspiration-video-section {
  position: relative; }
.inspiration-main-section .inspiration-title-section {
  transform: translate(-50%, -50%);
  left: 50%;
  top: 20%;
  position: absolute;
  text-align: center; }
  @media only screen and (max-width: 989px) {
    .inspiration-main-section .inspiration-title-section {
      top: 15%; } }
  @media only screen and (max-width: 749px) {
    .inspiration-main-section .inspiration-title-section {
      top: 12%; } }
  .inspiration-main-section .inspiration-title-section h3.inspiration-title_box, .inspiration-main-section .inspiration-title-section .inspiration-title_box.h3 {
    font-size: 120px;
    line-height: 88px;
    margin: 0 0 28px;
    color: #fff; }
    @media only screen and (max-width: 1399px) {
      .inspiration-main-section .inspiration-title-section h3.inspiration-title_box, .inspiration-main-section .inspiration-title-section .inspiration-title_box.h3 {
        font-size: 58px;
        line-height: 48px;
        margin-bottom: 15px; } }
    @media only screen and (max-width: 749px) {
      .inspiration-main-section .inspiration-title-section h3.inspiration-title_box, .inspiration-main-section .inspiration-title-section .inspiration-title_box.h3 {
        font-size: 24px;
        line-height: 40px;
        margin-bottom: 10px; } }
  .inspiration-main-section .inspiration-title-section h4.inspiration-subtitle_box, .inspiration-main-section .inspiration-title-section .inspiration-subtitle_box.h4 {
    color: #fff;
    font-size: 60px;
    line-height: 50px;
    margin: 0 0 58px;
    font-weight: 300; }
    @media only screen and (max-width: 1399px) {
      .inspiration-main-section .inspiration-title-section h4.inspiration-subtitle_box, .inspiration-main-section .inspiration-title-section .inspiration-subtitle_box.h4 {
        font-size: 30px;
        line-height: 28px;
        margin: 0 0 30px; } }
    @media only screen and (max-width: 749px) {
      .inspiration-main-section .inspiration-title-section h4.inspiration-subtitle_box, .inspiration-main-section .inspiration-title-section .inspiration-subtitle_box.h4 {
        font-size: 14px;
        line-height: 10px;
        margin: 0 0 10px; } }
  .inspiration-main-section .inspiration-title-section a.btn.btn-inspiration__btn_box, .inspiration-main-section .inspiration-title-section a.btn-inspiration__btn_box.btn--secondary, .inspiration-main-section .inspiration-title-section .shopify-payment-button a.btn-inspiration__btn_box.shopify-payment-button__button--unbranded, .shopify-payment-button .inspiration-main-section .inspiration-title-section a.btn-inspiration__btn_box.shopify-payment-button__button--unbranded {
    display: inline-block;
    font-size: 25px;
    letter-spacing: 5px;
    line-height: 32px;
    font-weight: 900;
    padding: 9px 62px;
    text-transform: uppercase;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    background-color: #fff;
    color: #645B54; }
    @media only screen and (max-width: 1399px) {
      .inspiration-main-section .inspiration-title-section a.btn.btn-inspiration__btn_box, .inspiration-main-section .inspiration-title-section a.btn-inspiration__btn_box.btn--secondary, .inspiration-main-section .inspiration-title-section .shopify-payment-button a.btn-inspiration__btn_box.shopify-payment-button__button--unbranded, .shopify-payment-button .inspiration-main-section .inspiration-title-section a.btn-inspiration__btn_box.shopify-payment-button__button--unbranded {
        font-size: 14px;
        line-height: 16px;
        padding: 9px 18px; } }
    @media only screen and (max-width: 749px) {
      .inspiration-main-section .inspiration-title-section a.btn.btn-inspiration__btn_box, .inspiration-main-section .inspiration-title-section a.btn-inspiration__btn_box.btn--secondary, .inspiration-main-section .inspiration-title-section .shopify-payment-button a.btn-inspiration__btn_box.shopify-payment-button__button--unbranded, .shopify-payment-button .inspiration-main-section .inspiration-title-section a.btn-inspiration__btn_box.shopify-payment-button__button--unbranded {
        font-size: 10px;
        line-height: 12px;
        padding: 6px 4px;
        letter-spacing: 2px; } }

.padding30 {
  padding: 30px; }

.customBg {
  background-color: #F4F7FA; }

/*
Swatches Styles
*/
.swatch {
  margin: 0 0 0.5em; }

/* Label */
.swatch .header {
  margin: 0.5em 2px;
  font-size: 0.85714em;
  font-weight: 700;
  color: #343434;
  text-transform: uppercase; }

.swatch .header-size {
  margin: 0.5em 2px;
  font-size: 0.85714em;
  color: #343434; }

/* Hide radio buttons.*/
.swatch input {
  display: none; }

.swatch label {
  float: left;
  /* Color swatches contain no text so they need to have a width. */
  min-width: 35px !important;
  height: 35px !important;
  /* No extra spacing between them */
  margin: 0;
  /* The border when the button is not selected */
  border: #ccc 1px solid;
  /* Background color */
  /* Styling text */
  font-size: 13px;
  text-align: center;
  line-height: 35px;
  white-space: nowrap;
  text-transform: uppercase; }

.swatch-element label {
  padding: 0 10px; }

.color.swatch-element label {
  padding: 0;
  margin-bottom: 0; }

/* Styling selected swatch */
/* Slightly raised */
.swatch input:checked + label {
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.8);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.8);
  border-color: transparent; }

.swatch .swatch-element {
  float: left;
  -webkit-transform: translateZ(0);
  /* webkit flicker fix */
  -webkit-font-smoothing: antialiased;
  /* webkit text rendering fix */
  /* Spacing between buttons */
  margin: 0px 10px 10px 0;
  /* To position the sold out graphic and tooltip */
  position: relative; }

/* Image with the cross in it */
.crossed-out {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  cursor: no-drop; }

.swatch .swatch-element .crossed-out {
  display: none; }

.swatch .swatch-element.soldout .crossed-out {
  display: none; }

.swatch .swatch-element.soldout label {
  filter: alpha(opacity=60);
  /* internet explorer */
  -khtml-opacity: 0.6;
  /* khtml, old safari */
  -moz-opacity: 0.6;
  /* mozilla, netscape */
  opacity: 0.6;
  /* fx, safari, opera */ }

/* Tooltips */
.swatch .tooltip {
  text-align: center;
  background: gray;
  color: #fff;
  bottom: 100%;
  padding: 10px;
  display: block;
  position: absolute;
  width: 100px;
  left: -31px;
  margin-bottom: 15px;
  /* Make it invisible by default */
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  visibility: hidden;
  /* Animations */
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -ms-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  z-index: 10000;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.swatch .tooltip:before {
  bottom: -20px;
  content: " ";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 100%; }

/* CSS triangle */
.swatch .tooltip:after {
  border-left: solid transparent 10px;
  border-right: solid transparent 10px;
  border-top: solid gray 10px;
  bottom: -10px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -13px;
  position: absolute;
  width: 0; }

.swatch .swatch-element:hover .tooltip {
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px); }

.swatch.error {
  background-color: #e8d2d2 !important;
  color: #333333 !important;
  padding: 1em;
  border-radius: 5px; }

.swatch.error p {
  margin: 0.7em 0; }

.swatch.error p:first-child {
  margin-top: 0; }

.swatch.error p:last-child {
  margin-bottom: 0; }

.swatch.error code {
  font-family: monospace; }

/*-------------Order Status-------------------*/
.order-status-section_box {
  /*   .order-btn, #customer_register_link {
  background-color: #2b2059;
  border: 1px solid #191333;
  font-size: 1.2em;
  padding: .5em 1em;
  transition: all .3s ease;
  letter-spacing: 1px;
  width: 40%;
  color: #fff;

  &:hover {
  background-color: #fff;
  border-color: #2b2059;
  color: #2b2059;
}
} */ }
  .order-status-section_box .order-login-main-heading {
    font-size: 2em;
    margin: 7px 0 27px;
    color: #2b2059;
    font-weight: 600;
    text-transform: uppercase; }
  .order-status-section_box #customer_login {
    padding-bottom: 30px;
    border-bottom: 2px solid #2b2059; }
  .order-status-section_box .order-login_box #CustomerEmail, .order-status-section_box .order-login_box #CustomerPassword {
    display: inline-block;
    width: 50%;
    border: 2px solid #2b2059;
    border-radius: 5px;
    padding: 0 .5em;
    line-height: 30px;
    margin-left: 20px; }
  .order-status-section_box .order-login_box .label {
    display: inline-block;
    width: 22%; }
  .order-status-section_box #RecoverPassword {
    color: #000;
    font-weight: 700;
    text-decoration: underline; }
  .order-status-section_box p.order-sign-in {
    text-align: center;
    margin-left: 32%;
    margin-top: 20px;
    width: 60%; }
  .order-status-section_box p.forget-password {
    margin-top: 100px; }
  .order-status-section_box .medium-up--push-one-quarter {
    left: 0; }
  .order-status-section_box p.order-create-account-text {
    margin: 1em 0;
    font-size: 12px;
    color: #000; }
  .order-status-section_box h5.order-form-heading, .order-status-section_box .order-form-heading.h5 {
    font-size: 16px;
    font-weight: 600;
    margin-top: 16px; }

/*----------------Create Account--------------*/
.registration-account .grid__item {
  position: relative;
  border: 2px solid #000;
  padding: 0 2em; }
.registration-account .content-block {
  padding: 0; }
.registration-account .form-heading.text-center {
  font-size: 2em;
  margin: 7px 0 27px;
  color: #2b2059;
  font-weight: 600;
  text-transform: uppercase; }
.registration-account h1.form-title, .registration-account .form-title.h1, .registration-account .form-title.h1--mini {
  border-bottom: 2px solid #707070;
  font-size: 18px;
  margin: 0 0 30px;
  padding: 1em 2%;
  text-transform: uppercase;
  font-weight: 600;
  color: #2b2059; }
.registration-account #create_customer .account-register_box .label {
  width: 13%;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: .3rem;
  text-transform: none;
  text-align: right; }
.registration-account #create_customer .account-register_box .account-form {
  display: inline-block;
  width: 40%;
  border: 2px solid #2b2059;
  border-radius: 5px;
  padding: 0 .5em;
  line-height: 30px;
  margin-left: 40px; }
.registration-account #create_customer .account-register_box .account-form::placeholder {
  font-style: italic; }
.registration-account #create_customer p.submit-btn_box {
  margin-left: 33%;
  margin-top: 60px;
  width: 50%; }
.registration-account #create_customer .password-contain-text.text-left {
  margin-left: 39%;
  width: 42%;
  color: #2b2059;
  font-size: 14px; }
.registration-account #create_customer input.btn, .registration-account #create_customer input.btn--secondary, .registration-account #create_customer .shopify-payment-button input.shopify-payment-button__button--unbranded, .shopify-payment-button .registration-account #create_customer input.shopify-payment-button__button--unbranded {
  /*       background-color: #2b2059;
  border: 1px solid #191333;
  color: #fff;
  display: inline-block;
  font-size: 1.2em;
  font-weight: 900;
  padding: .5em 1em; */
  width: 50%; }
.registration-account #create_customer .pacsafe-indicator {
  margin-bottom: 50px; }
  .registration-account #create_customer .pacsafe-indicator .privacy-indicator {
    margin-left: 15%;
    font-size: 12px;
    font-weight: 400; }
    .registration-account #create_customer .pacsafe-indicator .privacy-indicator .privacy-policy {
      color: #000;
      text-decoration: underline;
      font-size: 12px;
      font-weight: 700; }
.registration-account #create_customer .condition-box {
  margin-left: 10%;
  margin-top: 20px; }
.registration-account #create_customer .policy-box {
  margin-left: 40%;
  width: 40%;
  text-align: left;
  margin-top: 20px; }
.registration-account #create_customer .terms-area, .registration-account #create_customer .policy-area {
  text-transform: none;
  font-weight: 400; }
  .registration-account #create_customer .terms-area a, .registration-account #create_customer .policy-area a {
    color: #000;
    text-decoration: underline;
    font-size: 12px;
    font-weight: 700; }

#customer_login {
  /*   .btn {
  background-color: #2b2059;
  border: 1px solid #191333;
  font-size: 1.2em;
  padding: .5em 1em;
  transition: all .3s ease;
  letter-spacing: 1px;
  width: 100%;
  color: #fff;
  margin-top: 20px;

  &:hover {
  background-color: #fff;
  border-color: #2b2059;
  color: #2b2059;
}
} */ }
  #customer_login .account-form {
    display: inline-block;
    border: 2px solid #2b2059;
    border-radius: 5px;
    padding: 0 .5em;
    line-height: 50px; }
  #customer_login #RecoverPassword {
    color: #000; }

/* #customer_register_link, #HideRecoverPasswordLink {
color: #000;
} */
#RecoverPasswordForm {
  /*   .btn {
  background-color: #2b2059;
  border: 1px solid #191333;
  font-size: 1.2em;
  padding: .5em 1em;
  transition: all .3s ease;
  letter-spacing: 1px;
  width: 100%;
  color: #fff;
  margin-top: 20px;

  &:hover {
  background-color: #fff;
  border-color: #2b2059;
  color: #2b2059;
}
} */ }
  #RecoverPasswordForm #RecoverEmail {
    display: inline-block;
    border: 2px solid #2b2059;
    border-radius: 5px;
    padding: 0 .5em;
    line-height: 50px; }

input.shopify-challenge__button.btn, input.shopify-challenge__button.btn--secondary, .shopify-payment-button input.shopify-challenge__button.shopify-payment-button__button--unbranded {
  background-color: #2b2059;
  letter-spacing: 1px;
  color: #fff; }
  input.shopify-challenge__button.btn:hover, input.shopify-challenge__button.btn--secondary:hover, .shopify-payment-button input.shopify-challenge__button.shopify-payment-button__button--unbranded:hover {
    background-color: #fff;
    border-color: #2b2059;
    color: #2b2059; }

.new-tag {
  position: absolute;
  top: 10px;
  left: 20px;
  background-color: #2F84ED;
  color: #fff;
  text-transform: uppercase;
  padding: 4px 10px;
  font-size: 0.85714em;
  z-index: 2; }

.icon-tag {
  position: absolute;
  top: 10px;
  right: 20px;
  width: 20%;
  height: 13%;
  padding: 4px 10px;
  z-index: 2; }

.icon-tag-mobile {
  position: absolute;
  top: 10px;
  right: 20px;
  width: 30%;
  height: 13%;
  padding: 4px 10px;
  z-index: 2; }

.vday-tag {
  position: absolute;
  top: 10px;
  left: 20px;
  background-color: #F79CBB;
  color: #fff;
  text-transform: uppercase;
  padding: 4px 10px;
  font-size: 0.85714em;
  z-index: 2; }

span.spr-badge-caption {
  display: none; }

.template-collection .swatch .swatch-element, .template-index .swatch .swatch-element, .template-search .swatch .swatch-element, .template-blog .swatch .swatch-element {
  float: none;
  -webkit-transform: translateZ(0);
  -webkit-font-smoothing: antialiased;
  margin: 0px auto;
  position: relative;
  display: inline-block; }
.template-collection .swatch input:checked + label, .template-index .swatch input:checked + label, .template-search .swatch input:checked + label, .template-blog .swatch input:checked + label {
  border-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: #ccc 1px solid; }
.template-collection .label-active, .template-index .label-active, .template-search .label-active, .template-blog .label-active {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  border: 3px solid #000 !important; }
.template-collection .swatch .header, .template-index .swatch .header, .template-search .swatch .header, .template-blog .swatch .header {
  display: none; }
.template-collection .swatch label, .template-index .swatch label, .template-search .swatch label, .template-blog .swatch label {
  min-width: 25px !important;
  height: 25px !important; }
.template-collection .product-form__item, .template-index .product-form__item, .template-search .product-form__item, .template-blog .product-form__item {
  margin-bottom: 0;
  height: 60px; }

/* ====== iwish ====== */
.iWishView, .iWishAdd, .iwishRemoveBtn {
  display: inline-block;
  outline: 0;
  text-decoration: none;
  position: relative; }

.iwishText {
  display: inline-block;
  font-size: 13px; }

.iWishView i {
  font-size: 18px;
  vertical-align: middle;
  color: #000; }

.iWishView, .iWishCount {
  color: #000; }

.iwishAddWrap {
  display: block;
  text-align: center;
  width: 100%; }

.iWishAdd {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize; }
  @media only screen and (max-width: 749px) {
    .iWishAdd {
      font-size: 12px; } }

.posRelative {
  position: relative; }

.iWishAddColl {
  position: absolute;
  right: 30px;
  z-index: 2;
  top: 10px;
  font-size: 22px;
  color: #888; }

/* === istock === */
.iStock-wrapper {
  background: #F9F9F9;
  border: 1px solid #E7E7E7;
  display: none;
  padding: 20px 20px 10px 20px;
  margin: 10px 0px 10px 0px; }

.iStock-wrapper h2, .iStock-wrapper .h2 {
  font-size: 20px;
  margin: 0 0 10px 0; }

.iStock-notifyTxt {
  margin-bottom: 10px; }

.iStock-availability {
  display: none;
  margin-bottom: 10px; }

.iStock-availability label {
  color: #6F0000;
  font-weight: normal; }

.iStock-availability span {
  color: #6D6D6D; }

.iStock-fields {
  max-width: 480px; }

input.iStock-email-id {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #CCCCCC;
  background: #ffffff;
  padding: 5px;
  margin: 0 2% 10px 0;
  width: 67%; }

input.iStock-notify-btn {
  display: inline-block;
  vertical-align: top;
  padding: 5px 10px;
  margin: 0 0 10px 0;
  cursor: pointer; }

.iStock-msg {
  display: none;
  color: #008000;
  font-size: 14px; }

.iStock-msg.iStock-error {
  color: #E10101; }

.breadcrumb {
  font-size: 1em;
  padding: 30px 0 30px;
  font-family: Roboto,sans-serif;
  position: relative; }
  @media only screen and (max-width: 749px) {
    .breadcrumb {
      padding: 0px 0 30px; } }
  .breadcrumb a, .breadcrumb span {
    margin-left: .4em;
    color: #2b2059; }

.next_product {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 10px; }
  .next_product a {
    color: #2b2059; }

.tab-content-wrapper {
  font-size: 14px;
  text-align: left;
  overflow: hidden;
  padding: 10px 0;
  border-bottom: 1px solid #aaa;
  border-top: 1px solid #aaa;
  line-height: 21px;
  margin: 5px 0 5px; }

.product-actions {
  display: flex;
  padding-top: 10px;
  border-top: 1px solid #aaa;
  width: 100%; }
  .product-actions .product-wish_box .iWishAdd i.fa.fa-heart-o,
  .product-actions i.fa.fa-share-alt,
  .product-actions i.fa.fa-play-circle {
    margin-bottom: 2px;
    vertical-align: middle;
    font-size: 22px;
    margin-right: 4px;
    color: #343434;
    display: inline-block; }
    @media only screen and (max-width: 749px) {
      .product-actions .product-wish_box .iWishAdd i.fa.fa-heart-o,
      .product-actions i.fa.fa-share-alt,
      .product-actions i.fa.fa-play-circle {
        font-size: 12px; } }
  .product-actions i.fa.fa-play-circle {
    color: #2b2059; }
  .product-actions .iWishAdd {
    display: inline-flex; }
  .product-actions .wishlist-text {
    font-size: 13px;
    margin: 0 5%;
    text-transform: none;
    color: #343434;
    font-weight: 500;
    padding-top: 3px;
    display: inline-block; }
    @media only screen and (max-width: 749px) {
      .product-actions .wishlist-text {
        font-size: 12px;
        margin: 0; } }
  .product-actions #social-icon-wrapper {
    padding-top: 20px; }
  .product-actions .social-sharing.medium-up--grid--table > .grid__item {
    display: block;
    width: 100%; }
  .product-actions .social-sharing__link {
    color: #333; }
    .product-actions .social-sharing__link:hover {
      color: #999; }
  .product-actions .extole-pdp {
    display: flex;
    justify-content: right; }

.product-review-wrapper {
  display: flex; }
  @media only screen and (max-width: 749px) {
    .product-review-wrapper {
      justify-content: center; } }
  .product-review-wrapper a.review-write_box {
    color: #858585;
    margin-left: 8px; }
  .product-review-wrapper .spr-badge {
    cursor: pointer; }

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

/* magnifying glass icon */
.zoom:after {
  content: '';
  display: block;
  width: 33px;
  height: 33px;
  position: absolute;
  top: 0;
  right: 0;
  background: url(//cdn.shopify.com/s/files/1/0041/7638/0013/t/135/assets/icon.png?76880); }

.zoom-image:hover {
  cursor: move;
  /* fallback if grab cursor is unsupported */
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab; }

.zoom-image:active {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing; }

.template-blog .blog-banner {
  margin-bottom: 50px; }
  @media only screen and (max-width: 749px) {
    .template-blog .blog-banner {
      margin-bottom: 20px; } }
.template-blog .grid--blog .grid__item {
  margin-bottom: 30px; }
  .template-blog .grid--blog .grid__item h2, .template-blog .grid--blog .grid__item .h2 {
    font-size: 18px;
    line-height: 24px;
    margin: 10px 0;
    text-transform: capitalize;
    max-width: 300px; }
    @media only screen and (max-width: 749px) {
      .template-blog .grid--blog .grid__item h2, .template-blog .grid--blog .grid__item .h2 {
        font-size: 14px;
        line-height: 20px; } }
  .template-blog .grid--blog .grid__item .article__link {
    display: block; }
  .template-blog .grid--blog .grid__item img {
    margin-bottom: 20px; }
  @media only screen and (max-width: 749px) {
    .template-blog .grid--blog .grid__item .article__grid-image-container img {
      width: 100%; } }
  @media only screen and (max-width: 749px) {
    .template-blog .grid--blog .grid__item time {
      font-size: 14px;
      line-height: 20px; } }
.template-blog .accordion {
  margin-bottom: 60px; }
  @media only screen and (max-width: 749px) {
    .template-blog .accordion {
      text-align: center; } }
  .template-blog .accordion .blog-categories {
    margin: 25px 0px;
    padding: 0;
    position: relative;
    overflow: hidden; }
    @media only screen and (max-width: 749px) {
      .template-blog .accordion .blog-categories {
        display: none; } }
    .template-blog .accordion .blog-categories ul {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      @media only screen and (max-width: 749px) {
        .template-blog .accordion .blog-categories ul {
          display: block; } }
      .template-blog .accordion .blog-categories ul li {
        list-style-type: none;
        font-size: 16px;
        text-transform: uppercase;
        line-height: 32px;
        box-sizing: border-box; }
        @media only screen and (max-width: 749px) {
          .template-blog .accordion .blog-categories ul li {
            float: none;
            width: 100%; } }
        .template-blog .accordion .blog-categories ul li a {
          padding: 0 30px 9px;
          display: inline-block;
          border-bottom: 2px solid #6e668d;
          font-weight: 700;
          white-space: nowrap; }
          @media only screen and (max-width: 749px) {
            .template-blog .accordion .blog-categories ul li a {
              padding: 5px 0;
              width: 100%;
              text-align: center;
              max-width: 180px; } }
          .template-blog .accordion .blog-categories ul li a:hover, .template-blog .accordion .blog-categories ul li a:active {
            padding-bottom: 7px;
            border-bottom: 4px solid #2b2059; }
        .template-blog .accordion .blog-categories ul li .active {
          padding-bottom: 7px;
          border-bottom: 4px solid #2b2059; }
.template-blog div#more {
  text-align: center;
  background-color: #fff;
  border: 2px solid #2b2059;
  color: #2b2059;
  padding: 5px 10px;
  font-size: 11px;
  letter-spacing: 0;
  vertical-align: middle;
  white-space: nowrap;
  margin: 0 auto 2px;
  width: 240px;
  padding: 5px 50px;
  font-size: 16px;
  margin-bottom: 70px; }
.template-blog .best-seller-section h2, .template-blog .best-seller-section .h2 {
  border-top: 2px solid #908aa3;
  padding-top: 20px;
  text-transform: uppercase;
  font-size: 24px; }
.template-blog .slick-slide img {
  margin: 0 auto; }
.template-blog .slick-slide a:focus, .template-blog .slick-slide img:focus {
  outline: none; }
.template-blog .bsp__title {
  text-transform: uppercase;
  margin-bottom: 10px !important;
  font-size: 20px;
  line-height: 23px; }
.template-blog .bsp__price {
  color: #000;
  font-size: 18px;
  margin-bottom: 20px; }
.template-blog .bsp__btn {
  border-color: #2b2059;
  color: #2b2059;
  background-color: transparent;
  font-size: 14px;
  line-height: 16px;
  padding: 7px 10px;
  margin: 0 0 10px;
  letter-spacing: 0;
  border: 2px solid #2b2059; }
  .template-blog .bsp__btn:hover {
    background: #2b2059;
    color: #fff; }
.template-blog .slick-next:focus, .template-blog .slick-prev:focus {
  outline: none; }
@media only screen and (max-width: 1399px) {
  .template-blog .blog-slider .slick-prev {
    left: 0; }
  .template-blog .blog-slider .slick-next {
    right: 5px; } }

.template-article .rte__image-indent img {
  width: 100%;
  height: 100%;
  max-width: 1080px; }
.template-article #shopify-section-article-content .content-block {
  margin-top: 40px;
  margin-left: 20px;
  margin-right: 20px; }
  .template-article #shopify-section-article-content .content-block .blog__meta, .template-article #shopify-section-article-content .content-block h2, .template-article #shopify-section-article-content .content-block .h2 {
    text-align: center; }
  .template-article #shopify-section-article-content .content-block .rte__image-indent {
    text-align: center; }

.template-product .related-product {
  text-align: center;
  margin-top: 20px; }
  .template-product .related-product h2.section-header__title, .template-product .related-product .section-header__title.h2 {
    text-align: center;
    padding-top: 30px;
    font-size: 24px;
    width: 100%;
    margin: 0;
    /*     border-top: 2px solid #908aa3; */ }
  .template-product .related-product hr {
    border-top: 2px solid #908aa3;
    width: 90%;
    margin: 0 auto;
    text-align: center; }
  .template-product .related-product .product-card__name.bsp__title {
    font-size: 14px;
    margin-bottom: 0 !important; }
  .template-product .related-product .product-card__price {
    margin-bottom: 0; }
  .template-product .related-product .related-btn_box {
    padding: 8px 30px;
    font-size: 16px; }
.template-product .bsp__title {
  text-transform: uppercase;
  margin-bottom: 10px !important;
  font-size: 20px;
  line-height: 23px; }
.template-product .bsp__price {
  color: #000;
  font-size: 18px;
  margin-bottom: 20px; }
.template-product .bsp__btn {
  border-color: #2b2059;
  color: #2b2059;
  background-color: transparent;
  font-size: 14px;
  line-height: 16px;
  padding: 7px 10px;
  margin: 0 0 10px;
  letter-spacing: 0;
  border: 2px solid #2b2059; }
  .template-product .bsp__btn:hover {
    background: #2b2059;
    color: #fff; }
.template-product iframe {
  width: 100%;
  height: 100%;
  min-height: initial; }
.template-product .video-section {
  height: 200px;
  margin-top: 70px; }
  @media only screen and (min-width: 750px) {
    .template-product .video-section {
      height: 620px; } }
  .template-product .video-section.video-section--tall {
    height: 300px; }
    @media only screen and (min-width: 750px) {
      .template-product .video-section.video-section--tall {
        height: 620px; } }
.template-product .feature_block {
  background-color: #f4f4f4;
  padding: 50px 30px; }
  @media only screen and (max-width: 749px) {
    .template-product .feature_block {
      padding: 30px; } }
  .template-product .feature_block p {
    color: #2b2059;
    font-size: 14px;
    font-weight: 400; }
  .template-product .feature_block li {
    line-height: 35px;
    color: #2b2059;
    font-size: 14px;
    font-weight: 400; }
    @media only screen and (max-width: 749px) {
      .template-product .feature_block li {
        font-size: 13px;
        line-height: 22px;
        margin-bottom: 8px; } }
  .template-product .feature_block h2, .template-product .feature_block .h2 {
    padding-top: 10px;
    font-size: 30px;
    color: #2b2059;
    text-transform: uppercase;
    font-weight: 600; }
  .template-product .feature_block .grid__item.one-half {
    padding-bottom: 10px; }
  .template-product .feature_block hr {
    margin-bottom: 10px;
    border: 1px inset; }
  .template-product .feature_block h3, .template-product .feature_block .h3 {
    color: #2b2059;
    text-transform: uppercase;
    font-size: 1.15em;
    display: inline-block; }
.template-product .technology-content {
  background-color: #122454;
  color: #fff;
  text-align: center;
  font-size: 15px;
  height: 100%;
  padding: 14px 0;
  box-sizing: border-box;
  width: 100%;
  /*     margin-top: 42px; */ }
.template-product .tab-pane1 {
  text-align: center;
  margin-top: 0px;
  line-height: 0; }
.template-product .tab_bg {
  background-color: #122454;
  color: #fff;
  width: 220px;
  margin: 0 auto;
  margin-top: -27px; }
  .template-product .tab_bg div {
    background-image: url(https://cdn.shopify.com/s/files/1/0041/7638/0013/t/22/assets/anti-theft_logo.jpg?30878);
    background-repeat: no-repeat;
    background-position-x: 50%;
    background-position-y: 50%;
    height: 78px; }

.vid_class {
  width: 62px;
  border: 2px solid #ccc;
  margin: 40px auto; }

.active-buybar {
  top: 120px !important;
  opacity: 1 !important; }
  @media only screen and (max-width: 749px) {
    .active-buybar {
      margin-top: -68px !important; } }

.buy-bar {
  position: fixed;
  width: 100%;
  top: -88px;
  opacity: 0;
  left: 0;
  color: #fff;
  font-size: 14px;
  font-family: "futura-pt",arial,sans-serif;
  text-transform: uppercase;
  z-index: 1;
  padding: 10px 85px;
  box-sizing: border-box;
  transition: top .3s ease-in;
  background-color: #122454;
  border-top: 1px solid #2b2059;
  border-bottom: 1px solid #2b2059; }
  @media only screen and (max-width: 989px) {
    .buy-bar {
      padding: 10px 50px; } }
  @media only screen and (max-width: 749px) {
    .buy-bar {
      z-index: 4;
      top: -94px;
      padding: 5px 0; } }
  .buy-bar .fixed-display {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center; }
    @media only screen and (max-width: 989px) {
      .buy-bar .fixed-display {
        flex-wrap: wrap; } }
    @media only screen and (max-width: 749px) {
      .buy-bar .fixed-display {
        display: block;
        margin: 0 15px; } }
    .buy-bar .fixed-display .fixed-name {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      text-align: center;
      color: #fff; }
      @media only screen and (max-width: 989px) {
        .buy-bar .fixed-display .fixed-name {
          flex: 0 0 50%; } }
      @media only screen and (max-width: 749px) {
        .buy-bar .fixed-display .fixed-name {
          text-align: left;
          float: left;
          display: block;
          width: 100%;
          font-size: 14px; } }
      .buy-bar .fixed-display .fixed-name p {
        float: none;
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 700; }
        @media only screen and (max-width: 989px) {
          .buy-bar .fixed-display .fixed-name p {
            text-align: left; } }
        @media only screen and (max-width: 749px) {
          .buy-bar .fixed-display .fixed-name p {
            font-size: 14px; } }
    .buy-bar .fixed-display .fixed-color {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      text-align: center;
      font-weight: 700;
      font-size: 16px;
      text-transform: uppercase;
      font-weight: 600; }
      @media only screen and (max-width: 989px) {
        .buy-bar .fixed-display .fixed-color {
          flex: 0 0 50%; } }
      @media only screen and (max-width: 749px) {
        .buy-bar .fixed-display .fixed-color {
          text-align: left;
          display: flex;
          flex: 0 0 50%;
          float: left;
          font-size: 13px; } }
      .buy-bar .fixed-display .fixed-color p {
        font-size: 16px;
        text-transform: uppercase; }
        @media only screen and (max-width: 989px) {
          .buy-bar .fixed-display .fixed-color p {
            text-align: right; } }
        @media only screen and (max-width: 749px) {
          .buy-bar .fixed-display .fixed-color p {
            font-size: 13px; } }
    .buy-bar .fixed-display .fixed-price {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      text-align: center;
      font-weight: 600;
      font-size: 16px; }
      @media only screen and (max-width: 989px) {
        .buy-bar .fixed-display .fixed-price {
          flex: 0 0 50%;
          text-align: left; } }
      @media only screen and (max-width: 749px) {
        .buy-bar .fixed-display .fixed-price {
          text-align: left;
          flex: 0 0 50%;
          float: right;
          display: flex;
          justify-content: flex-end;
          font-size: 15px; } }
    .buy-bar .fixed-display .fixed-cartbtn {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      text-align: center; }
      @media only screen and (max-width: 989px) {
        .buy-bar .fixed-display .fixed-cartbtn {
          flex: 0 0 50%; } }
      @media only screen and (max-width: 749px) {
        .buy-bar .fixed-display .fixed-cartbtn {
          float: left;
          width: 100%; } }
      .buy-bar .fixed-display .fixed-cartbtn .product-form__item {
        align-items: flex-end; }
      .buy-bar .fixed-display .fixed-cartbtn .btn, .buy-bar .fixed-display .fixed-cartbtn .btn--secondary, .buy-bar .fixed-display .fixed-cartbtn .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .buy-bar .fixed-display .fixed-cartbtn .shopify-payment-button__button--unbranded {
        border: 0;
        background-color: #3396e5;
        color: #fff;
        padding: 4px 0;
        font-size: 16px;
        font-weight: 900;
        min-height: 28px;
        width: 100%;
        border-radius: 0;
        margin-left: 0 !important; }
        @media only screen and (max-width: 749px) {
          .buy-bar .fixed-display .fixed-cartbtn .btn, .buy-bar .fixed-display .fixed-cartbtn .btn--secondary, .buy-bar .fixed-display .fixed-cartbtn .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .buy-bar .fixed-display .fixed-cartbtn .shopify-payment-button__button--unbranded {
            padding: 2px 0;
            font-size: 15px; } }
      .buy-bar .fixed-display .fixed-cartbtn .product-form--payment-button .product-form__item--submit {
        margin: 0; }

#sold-out-fixed {
  width: 100%; }
  #sold-out-fixed p {
    margin-bottom: 0; }
  #sold-out-fixed #notify-me {
    text-transform: capitalize;
    padding: 0px; }

a.iWishAddColl {
  display: none; }

.display-none {
  display: none; }

.video-section-360 iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  /*     z-index: 9999999; */ }

.product-single__price {
  padding: 5px 0px 15px 0px; }

.product-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  /*   z-index: 99999999; */
  z-index: 4;
  background-color: #fff;
  box-shadow: 0 0px 7px 1px #888888;
  /*   padding: 0 55px 10px; */ }
  @media only screen and (max-width: 749px) {
    .product-fixed {
      padding-bottom: 0px; } }

@media only screen and (max-width: 749px) {
  .section-clauses .clause {
    display: flex;
    margin-left: 0px; }
    .section-clauses .clause > div {
      flex: 1 1 50%; } }
@media only screen and (max-width: 749px) {
  .section-clauses .clause .one-third {
    width: 50%; } }

a#customer_register_link {
  color: #4c94dc; }

.product-des, .product-multi, .product-multi-desc {
  display: none; }

.product-1 {
  display: block; }

.hide-text {
  display: none; }

.new-clause-section img {
  width: 100%; }

.addresses li {
  background: none !important; }
  .addresses li a {
    margin-left: 50px  !important; }

a.phone {
  text-decoration: underline !important;
  /*   margin-left: 17px !important; */ }

/* .distance{
width: 17px !important;
}
.addresses .directions {
margin-left: 17px !important;
} */
.distance {
  float: none !important;
  margin-left: 50px !important; }

.addresses .directions a {
  margin-left: unset !important; }

#SiteNavLinklist-about .meganav__nav {
  max-width: 60%;
  padding: 20px 0; }
  @media only screen and (max-width: 1200px) {
    #SiteNavLinklist-about .meganav__nav {
      max-width: 70%; } }
#SiteNavLinklist-about .meganav__list {
  padding: 0px;
  display: block; }
  #SiteNavLinklist-about .meganav__list li {
    display: block; }
#SiteNavLinklist-about .about-menu-box1.about-menu-box {
  width: 25%; }
#SiteNavLinklist-about .about-menu-box {
  width: 10%;
  margin: 0 15px; }
  @media only screen and (max-width: 1200px) {
    #SiteNavLinklist-about .about-menu-box {
      width: 15%; } }
  #SiteNavLinklist-about .about-menu-box li {
    padding: 0px; }
  #SiteNavLinklist-about .about-menu-box h4, #SiteNavLinklist-about .about-menu-box .h4 {
    font-size: 15px;
    color: #2b2059;
    font-family: Helvetica,Arial,sans-serif;
    padding-top: 10px; }
  #SiteNavLinklist-about .about-menu-box p {
    white-space: normal;
    margin: 13px 0; }
    #SiteNavLinklist-about .about-menu-box p a {
      color: #2b2059;
      font-family: Roboto,Helvetica,Arial,sans-serif;
      font-size: 13px;
      line-height: 21px; }
      #SiteNavLinklist-about .about-menu-box p a:first-child {
        /*           display: block; */ }
      #SiteNavLinklist-about .about-menu-box p a:last-child {
        border-bottom: thin solid #2f84ed; }
        #SiteNavLinklist-about .about-menu-box p a:last-child:hover {
          color: #2f84ed; }
#SiteNavLinklist-about .meganav__nav {
  width: 100%;
  display: flex;
  justify-content: center; }

.box-1 {
  display: block;
  position: relative; }

#notify-me {
  background-color: #59ac6c;
  color: white;
  width: 100%;
  margin: 0;
  padding: 10px;
  border: 0;
  border: 1px solid #59ac6c; }

#notify-me-wrapper input.styled-input, .notify-me-wrapper input.styled-input {
  width: 100% !important; }
#notify-me-wrapper input.btn.styled-submit, #notify-me-wrapper input.styled-submit.btn--secondary, #notify-me-wrapper .shopify-payment-button input.styled-submit.shopify-payment-button__button--unbranded, .shopify-payment-button #notify-me-wrapper input.styled-submit.shopify-payment-button__button--unbranded, .notify-me-wrapper input.btn.styled-submit, .notify-me-wrapper input.styled-submit.btn--secondary, .notify-me-wrapper .shopify-payment-button input.styled-submit.shopify-payment-button__button--unbranded, .shopify-payment-button .notify-me-wrapper input.styled-submit.shopify-payment-button__button--unbranded {
  margin-top: 10px;
  margin-left: 0 !important;
  width: 100%; }

/* Popup box BEGIN */
.hover_bkgr_fricc {
  background: rgba(0, 0, 0, 0.4);
  cursor: pointer;
  display: none;
  height: 100%;
  position: fixed;
  text-align: center;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000; }

.hover_bkgr_fricc .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.hover_bkgr_fricc > div {
  background-color: #fff;
  box-shadow: 10px 10px 60px #555;
  display: inline-block;
  height: auto;
  max-width: 350px;
  min-height: 100px;
  vertical-align: middle;
  width: 100%;
  position: relative;
  padding: 30px; }
  @media only screen and (max-width: 320px) {
    .hover_bkgr_fricc > div {
      top: -54%;
      transform: translateY(-50%);
      width: auto; } }

.popupCloseButton {
  background-color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: arial;
  font-weight: bold;
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 20px;
  line-height: 30px;
  width: 30px;
  height: 30px;
  text-align: center; }

.popupCloseButton:hover {
  background-color: #ccc; }

.trigger_popup_fricc {
  cursor: pointer;
  font-size: 20px;
  margin: 20px;
  display: inline-block;
  font-weight: 500; }
  @media only screen and (max-width: 749px) {
    .trigger_popup_fricc {
      margin: 0;
      font-size: 16px; } }

/* Popup box BEGIN */
.collection_col1 {
  -webkit-column-count: 3;
  /* Old Chrome, Safari and Opera */
  -moz-column-count: 3;
  /* Old Firefox */
  column-count: 2; }

.template-collection .swatch .swatch-element:hover .tooltip {
  filter: alpha(opacity=100);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px); }

.navy-red label {
  background-position: 42.5% center; }

/* input[value="Navy/Red"] + label{
background-position: center;
} */
.swatch_main .swatch_sub {
  display: table;
  margin: 0 auto; }
.swatch_main .swatch_supersub {
  /*     display: table-row; */ }
.swatch_main .swatch-element {
  transform: none !important;
  position: relative !important;
  display: table-cell !important;
  padding: 0 5px; }

.template-product .swatch_sub {
  margin: 0 0 0; }

html {
  overflow-x: hidden; }

#SiteNavLinklist-collections.site-nav__dropdown-level ul li {
  display: inline-block;
  width: 200px; }

/* #SiteNavLinklist-collections.site-nav__dropdown-level ul{
max-width: 420px;
} */
.template-search .input-group__field {
  border: 1px solid #4c94dc;
  border-right: 0; }

.related-product .slick-prev {
  left: 0;
  z-index: 999; }
.related-product .slick-next {
  right: 0; }

.slick-prev, .slick-next, .product-card {
  outline: none; }

@media only screen and (max-width: 749px) {
  #recently-viewed-products .small--one-half:nth-child(2n) {
    clear: both; } }

.sticky-notify-me {
  background-color: #ec523e;
  color: #fff;
  width: 100%;
  border: 1px solid #ec523e;
  padding: 4px 0;
  font-size: 18px;
  letter-spacing: 1; }
  @media only screen and (max-width: 749px) {
    .sticky-notify-me {
      padding: 2px 0;
      font-size: 15px; } }

.wishlist-box {
  display: block !important;
  position: inherit;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize; }

.template-cart .update-cart {
  background-color: #4C94DC;
  border: 1px solid #4C94DC; }

.slide-cursor {
  cursor: context-menu; }

.slide-cursor-pointer {
  cursor: pointer; }

#AddToCart-unboxtherapy-featured-product {
  width: 100%;
  max-width: 45%;
  margin: 0 auto;
  background-color: #fa9505;
  border-color: #fa9505;
  border-style: solid;
  border-width: 1px;
  color: #fff;
  text-transform: inherit; }

#shopify-section-unboxtherapy-gallery .clause-item {
  padding-bottom: 5px; }
#shopify-section-unboxtherapy-gallery .section-clause-item:nth-child(even) {
  padding-left: 5px; }
#shopify-section-unboxtherapy-gallery .section-clause-item:nth-child(odd) {
  padding-right: 5px; }

#shopify-section-unboxtherapy-bestseller {
  /*   .slick-prev:before{
      background:url(//cdn.shopify.com/s/files/1/0041/7638/0013/t/135/assets/prev.png?v=18406253785436495290);
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center top;
      color: transparent;
    }
    .slick-next:before{
      background:url(//cdn.shopify.com/s/files/1/0041/7638/0013/t/135/assets/next-arrow.png?v=9456346299077358786);
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center top;
      color: transparent;
    } */ }
  #shopify-section-unboxtherapy-bestseller .slick-prev, #shopify-section-unboxtherapy-bestseller .slick-next {
    background: transparent;
    z-index: 1; }
  #shopify-section-unboxtherapy-bestseller .slick-prev {
    left: 0px; }
    @media only screen and (max-width: 749px) {
      #shopify-section-unboxtherapy-bestseller .slick-prev {
        left: 20px; } }
  #shopify-section-unboxtherapy-bestseller .slick-next {
    right: 0; }
    @media only screen and (max-width: 749px) {
      #shopify-section-unboxtherapy-bestseller .slick-next {
        right: 20px; } }
  #shopify-section-unboxtherapy-bestseller .product-card {
    position: static; }
  #shopify-section-unboxtherapy-bestseller .slick-track:before, #shopify-section-unboxtherapy-bestseller .slick-track:after {
    display: inline; }

.homepage-title {
  font-size: 28px;
  text-transform: uppercase;
  text-align: center;
  color: #343434;
  font-weight: 600; }

.homepage-desc {
  font-size: 26px;
  text-align: center;
  margin: 0;
  color: #343434;
  font-weight: 500;
  line-height: unset; }

.add-to-cart {
  display: block;
  margin: 0 auto; }

.unbox-video {
  margin-bottom: 30px; }

#shopify-section-unboxtherapy-bestseller {
  /*   .add_to_cart ,#notify-me {
  background: #4c94dc;
  color: #fff;
  border-color: #4c94dc;
  font-size: 14px;
  line-height: 16px;
  width: 150px;
  padding: 7px 10px;
  margin: 0;
  letter-spacing: 0;
  text-transform: unset;
  margin: 20px 0;
  min-height: auto;
} */ }
  #shopify-section-unboxtherapy-bestseller .product-form {
    margin-top: 10px; }
  #shopify-section-unboxtherapy-bestseller .product-card__title {
    color: #343434;
    font-family: Roboto,Helvetica,Arial,sans-serif;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-transform: uppercase;
    width: 100%;
    max-width: 300px;
    line-height: 25px;
    margin: 20px auto; }
  #shopify-section-unboxtherapy-bestseller .product-card__price {
    text-align: center;
    color: #343434;
    font-size: 18px;
    letter-spacing: 0;
    font-weight: 500; }

.template-page .main-content, .related-product .main-content {
  padding-bottom: 0; }
.template-page #notify-me, .template-page .add_to_cart, .related-product #notify-me, .related-product .add_to_cart {
  border-color: #2b2059;
  color: #2b2059;
  background-color: transparent;
  font-size: 14px;
  line-height: 16px;
  padding: 7px 10px;
  margin: 0 0 10px;
  letter-spacing: 0;
  border: 2px solid #2b2059;
  min-height: auto; }
  .template-page #notify-me:hover, .template-page .add_to_cart:hover, .related-product #notify-me:hover, .related-product .add_to_cart:hover {
    background: #2b2059;
    color: #fff; }

#AddToCart-unboxtherapy-featured-product {
  padding: 0; }

#shopify-section-unboxtherapy-featured-product #sold-out p {
  margin: 0; }
#shopify-section-unboxtherapy-featured-product #sold-out #notify-me {
  background-color: #fa9505;
  border: 1px solid #fa9505;
  color: #fff;
  font-size: 20px;
  margin: 0;
  padding: 0; }
#shopify-section-unboxtherapy-featured-product .product-single__price {
  font-size: 24px; }
#shopify-section-unboxtherapy-featured-product .emphasized-title-wrapper .h2 {
  font-size: 26px;
  text-transform: uppercase;
  margin: 0 auto;
  max-width: 450px;
  display: block; }

.mobile-hide {
  display: block !important; }
  @media only screen and (max-width: 749px) {
    .mobile-hide {
      display: none !important; } }

.desktop-hide {
  display: none !important; }
  @media only screen and (max-width: 749px) {
    .desktop-hide {
      display: block !important; } }

.Econyl .econyl-antitheft-title {
  font-size: 28px;
  text-transform: uppercase;
  text-align: center;
  color: #343434;
  font-weight: 600; }
.Econyl .econyl-antitheft-desc {
  font-size: 26px;
  text-align: center;
  margin: 0;
  color: #343434;
  font-weight: 500;
  line-height: unset;
  padding-bottom: 50px; }
.Econyl .bag-section {
  clear: both;
  padding-top: 50px; }
.Econyl ul li {
  list-style: none !important; }
.Econyl .slick-next {
  right: 15px; }
.Econyl .slick-arrow, .Econyl .slick-prev:before, .Econyl .slick-next:before {
  color: #4c94dc; }
.Econyl .fishingnet_container {
  margin-bottom: 50px;
  clear: both;
  padding-top: 80px; }
.Econyl .econyl-product-recommendation {
  text-align: center;
  max-width: 95%;
  margin: 0 auto;
  margin-top: 100px; }
.Econyl .video-wrapper {
  padding-bottom: 42%; }

.collection-slider .product-card__price {
  text-align: center; }

.search-results {
  z-index: 8889;
  list-style-type: none;
  margin: 0;
  padding: 0;
  background: #ffffff;
  border: 1px solid #d4d4d4;
  border-radius: 3px;
  -webkit-box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  width: 100%; }

.search-results li {
  display: block;
  width: 100%;
  height: 38px;
  margin: 0;
  padding: 0;
  border-top: 1px solid #d4d4d4;
  line-height: 38px;
  overflow: hidden; }
  @media only screen and (max-width: 749px) {
    .search-results li {
      padding: 0 26px; } }

.search-results li:first-child {
  border-top: none; }

.search-results .title {
  float: left;
  width: 64%;
  padding-left: 8px;
  white-space: nowrap;
  overflow: hidden;
  /* The text-overflow property is supported in all major browsers. */
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-align: left; }

.search-results .thumbnail {
  float: left;
  display: block;
  width: 32px;
  height: 32px;
  margin: 3px 0 3px 3px;
  padding: 0;
  text-align: center;
  overflow: hidden; }

.search-results li:last-child {
  text-align: center;
  margin: 0 auto; }
  .search-results li:last-child .title {
    float: none; }

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

/* magnifying glass icon */
.zoom:after {
  content: '';
  display: block;
  width: 33px;
  height: 33px;
  position: absolute;
  top: 0;
  right: 0;
  background: url(//cdn.shopify.com/s/files/1/0041/7638/0013/t/135/assets/icon.png?76880); }

.zoom-image:hover {
  cursor: move;
  /* fallback if grab cursor is unsupported */
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab; }

.zoom-image:active {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing; }

.product__images-wrap[data-allow-zoom="true"] .product-single__photo img {
  cursor: crosshair; }

.product-single__thumbnails .is-active img {
  border: 2px solid #000 !important; }

.swatch input:checked + label {
  border-color: #000; }

@media only screen and (max-width: 749px) {
  .yotpo-bottomline.pull-left.star-clickable {
    float: none !important;
    display: block !important;
    text-align: center; } }

.yotpo .pull-left {
  outline: none; }
  @media only screen and (max-width: 749px) {
    .yotpo .pull-left {
      float: none !important; } }

.related-product .product-card {
  min-height: 38vh; }
  @media only screen and (max-width: 1200px) {
    .related-product .product-card {
      min-height: 26vh; } }
.related-product .product-form {
  margin: 0; }
.related-product .product-card__title {
  text-transform: uppercase;
  font-weight: 500; }
.related-product .product-card__availability {
  border-color: #2b2059;
  color: #2b2059;
  background-color: transparent;
  font-size: 14px;
  line-height: 16px;
  padding: 7px 10px;
  margin: 0 auto 10px;
  letter-spacing: 0;
  border: 2px solid #2b2059;
  max-width: 100px; }
  .related-product .product-card__availability:hover {
    background: #2b2059;
    color: #fff; }

.tag-list {
  margin-top: 10px; }

.tag-list__item {
  margin-right: 10px; }

.swatch-element.active label {
  background-color: #3396e5;
  color: #fff; }

/* .template-collection {
.product-card{
.swatch input[type="radio"]:checked+label {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 3px solid #000;
  }
}
} */
.swatch_main .display-none {
  display: none !important; }

.iStock-fields .iStock-notify-btn {
  background-color: #ec523e;
  color: #fff;
  border: 1px solid #ec523e;
  font-size: 18px; }

.buy-bar-notify-me .popupCloseButton {
  display: block !important; }
.buy-bar-notify-me .iStock-wrapper {
  display: block !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.iStock-fields .iStock-notify-btn {
  padding: 10px 15px !important; }

.product-best-btn {
  padding: 8px 30px;
  font-size: 16px; }

.product-load-btn {
  padding: 8px 30px;
  font-size: 10px;
  margin: 0;
  position: relative;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2; }

.rich-text-wrapper-box {
  margin-bottom: 10px; }

.rich-section-wrapper {
  display: flex;
  justify-content: center;
  align-items: center; }

.rich-text-img {
  padding: 0 10px; }

.rich-text-heading-box .hero-page-heading_box-wrapper {
  font-size: 22px;
  font-weight: 700;
  color: #122552; }
  @media only screen and (max-width: 749px) {
    .rich-text-heading-box .hero-page-heading_box-wrapper {
      font-size: 25px; } }

/*-------------Header Icon---------------*/
.header-customer-icons {
  justify-content: flex-end; }
  .header-customer-icons .site-header-icon {
    display: flex;
    justify-content: center;
    align-items: center; }
    .header-customer-icons .site-header-icon .icon-text a, .header-customer-icons .site-header-icon .icon-text, .header-customer-icons .site-header-icon .icon-text span {
      font-size: 14px;
      font-weight: 400;
      color: #122552; }
    .header-customer-icons .site-header-icon .icon-text {
      display: flex;
      justify-content: flex-end;
      align-items: flex-end; }
    .header-customer-icons .site-header-icon .login-wrapper a:hover, .header-customer-icons .site-header-icon .icon-text:hover {
      border-bottom: 1px solid #122552; }
  .header-customer-icons .login-wrapper a {
    display: flex;
    justify-content: center;
    align-items: center; }

/*--------------Fix Bar Homepage--------------*/
.fixed-bar {
  display: none; }
  @media only screen and (max-width: 989px) {
    .fixed-bar {
      display: block;
      position: fixed;
      bottom: 0;
      left: 50%;
      transform: translate(-50%, 0);
      z-index: 5;
      padding: 0; }
      .fixed-bar p {
        padding: 10px;
        display: block;
        font-size: 12px;
        font-weight: 600;
        background-color: #F4F4F4;
        color: #122552; } }

/*-------------Mobile Mockup----------*/
@media only screen and (max-width: 989px) {
  #NavDrawer .login-box-customer a {
    border-bottom: 1px solid #d3d3d3;
    width: 150px; }
  #NavDrawer .customer-login, #NavDrawer .drawer__nav-link--top-level {
    position: relative;
    color: #122552;
    font-weight: 900;
    font-size: 20px;
    text-transform: uppercase; }
  #NavDrawer .drawer__nav-link--top-level {
    padding: 14px 0px; }
  #NavDrawer .drawer__nav-item.drawer-item15 {
    padding-top: 10px;
    border-top: 1px solid #122552; }
  #NavDrawer .drawer__nav-item.drawer-item14 {
    padding-bottom: 10px; }
  #NavDrawer .customer-login-wrapper {
    display: flex;
    justify-content: end;
    align-items: end; }
    #NavDrawer .customer-login-wrapper span.customer-login {
      padding-left: 5px; }

  header#StickyNav {
    background-color: #ffffff; }
    header#StickyNav .mobile-search-wrapper {
      margin-left: 0; }
    header#StickyNav span.site-header__menu-toggle--open .icon-hamburger {
      width: 30px;
      height: 30px; }
    header#StickyNav .logo-desktop {
      display: none; }
    header#StickyNav .logo-mbl {
      display: block !important; }

  #DrawerLinklist-featured .meganav__scroller {
    display: none; }

  .featured__nav .featured-menu-box-mbl {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 10px; }
    .featured__nav .featured-menu-box-mbl .feature-img {
      width: 25%; }
    .featured__nav .featured-menu-box-mbl .feature-text-box {
      padding-left: 10px;
      width: 75%; }
      .featured__nav .featured-menu-box-mbl .feature-text-box p {
        font-size: 16px;
        color: #122552;
        font-weight: 700;
        margin-bottom: 0;
        text-transform: uppercase; }
    .featured__nav .featured-menu-box-mbl .box-title-name {
      font-weight: 500 !important; } }
.mobile-menu-section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 5px; }
  @media only screen and (max-width: 989px) {
    .mobile-menu-section {
      padding-top: 10px !important;
      justify-content: flex-start; } }
  .mobile-menu-section .mbl-icon-wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center; }
    .mobile-menu-section .mbl-icon-wrapper .store-wrapper a {
      display: flex;
      padding: 5px;
      width: 26px;
      height: 26px; }
    .mobile-menu-section .mbl-icon-wrapper a svg {
      width: 18px;
      height: 17px; }
    @media only screen and (max-width: 989px) {
      .mobile-menu-section .mbl-icon-wrapper .cart-wrapper, .mobile-menu-section .mbl-icon-wrapper .login-wrapper {
        padding-left: 10px; } }
    @media only screen and (max-width: 749px) {
      .mobile-menu-section .mbl-icon-wrapper .cart-wrapper, .mobile-menu-section .mbl-icon-wrapper .login-wrapper {
        padding-left: 5px; } }
    .mobile-menu-section .mbl-icon-wrapper .cart-wrapper .site-header-icon, .mobile-menu-section .mbl-icon-wrapper .login-wrapper .site-header-icon {
      display: flex;
      padding: 5px; }
    .mobile-menu-section .mbl-icon-wrapper .cart-wrapper .cart-box.icon-text, .mobile-menu-section .mbl-icon-wrapper .login-wrapper .cart-box.icon-text {
      color: #fff;
      display: flex;
      align-items: flex-end;
      justify-content: flex-end; }

/*------------------Footer-------------------*/
.site-footer .footer-wrapper-box {
  display: flex;
  /*     .footer-section:last-child {
        width: 60% !important;
        flex-basis: 60%;
        @include media-query($medium-down) {
          width: 40% !important;
          flex-basis: 40%;
        }
        @include media-query($small) {
          width: 100% !important;
          flex-basis: 100%;
        }
      } */ }
  @media only screen and (max-width: 749px) {
    .site-footer .footer-wrapper-box {
      display: block; } }
  .site-footer .footer-wrapper-box .footer-menu {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start; }
    @media only screen and (max-width: 749px) {
      .site-footer .footer-wrapper-box .footer-menu {
        display: block; } }
  .site-footer .footer-wrapper-box .footer-section {
    display: inline-block;
    vertical-align: top; }
    @media only screen and (max-width: 749px) {
      .site-footer .footer-wrapper-box .footer-section {
        display: block;
        width: 100%;
        margin: 20px auto 20px; } }
.site-footer .site-footer__section.site-footer-newsletter {
  border: 1px solid #002554;
  padding: 30px; }
  @media only screen and (max-width: 989px) {
    .site-footer .site-footer__section.site-footer-newsletter {
      padding: 20px; } }
  .site-footer .site-footer__section.site-footer-newsletter .site-footer__section-title {
    font-weight: 700;
    text-transform: uppercase; }
    @media only screen and (max-width: 989px) {
      .site-footer .site-footer__section.site-footer-newsletter .site-footer__section-title {
        font-size: 18px;
        margin: 0;
        padding-bottom: 10px; } }
.site-footer .site-footer__section-title {
  display: none; }
  @media only screen and (max-width: 749px) {
    .site-footer .site-footer__section-title {
      margin: 0; } }
@media only screen and (max-width: 749px) {
  .site-footer .footer-social-payment .site-footer__section-title, .site-footer .footer-payment-icons .site-footer__section-title {
    text-transform: none; } }
.site-footer .footer-payment-icons {
  margin-bottom: 30px; }
@media only screen and (max-width: 749px) {
  .site-footer .footer-social-payment .list--inline {
    padding-top: 10px; } }
.site-footer .mobile-footer-content {
  padding-bottom: 70px; }
  .site-footer .mobile-footer-content p {
    font-size: 10px; }
.site-footer .site-footer__newsletter-label p {
  font-size: 12px;
  font-weight: 500;
  color: #002554;
  cursor: text; }
.site-footer .footer-social-payment {
  padding-bottom: 70px; }
  @media only screen and (max-width: 749px) {
    .site-footer .footer-social-payment {
      padding-bottom: 0; } }
.site-footer .form-vertical .input-group {
  display: block; }
  .site-footer .form-vertical .input-group .input-sign-btn {
    position: relative; }
    .site-footer .form-vertical .input-group .input-sign-btn .input-group__btn {
      position: absolute;
      top: 50%;
      left: 90%;
      transform: translate(-50%, -50%); }
.site-footer .form-vertical .input-group__field.site-footer__newsletter-input {
  margin-bottom: 10px;
  height: 40px;
  border: 1px solid #122552; }
  .site-footer .form-vertical .input-group__field.site-footer__newsletter-input:focus {
    outline: 1px #122552; }
  .site-footer .form-vertical .input-group__field.site-footer__newsletter-input::placeholder {
    color: #122552;
    opacity: 0.8; }
    @media only screen and (max-width: 989px) {
      .site-footer .form-vertical .input-group__field.site-footer__newsletter-input::placeholder {
        font-size: 14px; } }
.site-footer .form-vertical #address_country_new {
  height: 40px;
  border: 1px solid #122552;
  padding: 0px 15px;
  color: #122552;
  opacity: 0.8; }
  .site-footer .form-vertical #address_country_new:focus {
    outline: 1px #122552; }
.site-footer .form-vertical .nws-btn {
  height: 30px;
  font-size: 16px;
  text-transform: none;
  font-weight: 600;
  background-color: #002554;
  border: 0; }
  @media only screen and (max-width: 1399px) {
    .site-footer .form-vertical .nws-btn {
      padding: 0; } }
  .site-footer .form-vertical .nws-btn .fa {
    color: #122552;
    font-size: 20px;
    padding: 0; }
    @media only screen and (max-width: 1399px) {
      .site-footer .form-vertical .nws-btn .fa {
        font-size: 15px; } }
    .site-footer .form-vertical .nws-btn .fa:focus {
      border: 0;
      outline: none; }

/*----------------Home Collection Shop----------------------*/
.anti-theft-collection .featured-card {
  height: 100% !important;
  padding: 0;
  float: left;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  width: 100%; }
  @media only screen and (max-width: 749px) {
    .anti-theft-collection .featured-card {
      border: 1px solid transparent;
      border-radius: 15px; } }
@media only screen and (max-width: 749px) {
  .anti-theft-collection #collection-list-grid {
    display: flex;
    flex-direction: column-reverse; } }
.anti-theft-collection .featured-card__image {
  width: 100%; }
.anti-theft-collection .collection-img-title {
  position: absolute;
  bottom: 0; }
  .anti-theft-collection .collection-img-title p {
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1px;
    margin: 0 5px 10px; }
.anti-theft-collection .collection-img-title.img-title-1 {
  right: 0; }
.anti-theft-collection .collection-img-title.img-title-2 {
  left: 0; }
  @media only screen and (max-width: 749px) {
    .anti-theft-collection .collection-img-title.img-title-2 {
      left: unset;
      right: 0; } }
.anti-theft-collection .featured-card__header {
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 165px;
  width: 100%;
  margin: 0 auto; }
.anti-theft-collection .shop-1.featured-card__header {
  left: 25%; }
.anti-theft-collection .shop-2.featured-card__header {
  left: 70%; }
@media only screen and (max-width: 749px) {
  .anti-theft-collection .shop-1.featured-card__header, .anti-theft-collection .shop-2.featured-card__header {
    max-width: fit-content; } }
.anti-theft-collection .featured-card__title {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  max-width: 165px;
  width: 100%;
  padding: 5px 20px;
  border: 3px solid #fff; }
  @media only screen and (max-width: 749px) {
    .anti-theft-collection .featured-card__title {
      padding: 5px 10px;
      font-size: 16px;
      background-color: #4C94DC;
      border: 2px solid #4C94DC; } }
.anti-theft-collection .collection-shop-wrapper {
  padding: 0 10px; }
  .anti-theft-collection .collection-shop-wrapper:first-child {
    padding-left: 0; }
  .anti-theft-collection .collection-shop-wrapper:last-child {
    padding-right: 0; }
  @media only screen and (max-width: 749px) {
    .anti-theft-collection .collection-shop-wrapper {
      padding: 0;
      margin: 10px 0; } }
.anti-theft-collection .featured-card__image-container img {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease; }
.anti-theft-collection .collection-shop-wrapper:hover .featured-card__image-container img {
  -webkit-transform: scale(1.02);
  transform: scale(1.02); }
.anti-theft-collection .featured-card:hover .featured-card__title {
  background-color: #4090DB;
  border: 3px solid #4090DB; }

/*---------------Shop For Mobile ----------------------*/
.shop-for-mobile .collection-btn-wrapper {
  background-color: #F25D22;
  padding: 10px;
  margin: 10px 0 20px;
  border: 1px solid #F25D22;
  border-radius: 10px; }
  .shop-for-mobile .collection-btn-wrapper .collection-wrapper_box {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center; }
    .shop-for-mobile .collection-btn-wrapper .collection-wrapper_box .icon-shop {
      font-size: 30px; }

/*---------------Newsletter For Mobile------------------*/
.newsletter-mbl-wrapper .mbl-newsletter {
  margin-bottom: 70px;
  padding-bottom: 50px; }
  .newsletter-mbl-wrapper .mbl-newsletter .site-mbl-title.newsletter-title {
    font-size: 24px;
    text-align: center;
    padding-top: 40px;
    color: #122552; }
  .newsletter-mbl-wrapper .mbl-newsletter #NewsletterEmail, .newsletter-mbl-wrapper .mbl-newsletter #address_country_new {
    border: 1px solid #d3d3d3;
    margin: 15px 0; }
  .newsletter-mbl-wrapper .mbl-newsletter .site-mbl-newsletter-label p {
    font-size: 10px;
    color: #122552;
    margin-bottom: 20px; }
  .newsletter-mbl-wrapper .mbl-newsletter .nws-btn-mbl {
    padding: 8px 30px;
    font-weight: 400; }
  .newsletter-mbl-wrapper .mbl-newsletter .mbl-input-group__btn {
    position: absolute;
    bottom: -11%;
    left: 50%;
    transform: translate(-50%, -50%); }

@media only screen and (max-width: 749px) {
  .custom-content-box {
    display: none; } }

/*-----------------------Collection All-----------------*/
@media only screen and (max-width: 749px) {
  .collection-list-all {
    background-color: transparent; } }
.collection-list-all .collection-grid-all {
  margin-bottom: 0; }
  @media only screen and (max-width: 749px) {
    .collection-list-all .collection-grid-all {
      padding-top: 20px;
      padding-bottom: 20px; } }
.collection-list-all .collection-wrapper {
  padding: 20px 10px 20px; }
  @media only screen and (max-width: 749px) {
    .collection-list-all .collection-wrapper {
      padding: 0 10px; } }
  .collection-list-all .collection-wrapper .featured-card, .collection-list-all .collection-wrapper .featured-card__header {
    padding: 0;
    background-color: #E5E5E5; }
    @media only screen and (max-width: 749px) {
      .collection-list-all .collection-wrapper .featured-card, .collection-list-all .collection-wrapper .featured-card__header {
        padding: 10px;
        padding-top: 20px; } }
  .collection-list-all .collection-wrapper .featured-card__image-container {
    outline: 0; }
    .collection-list-all .collection-wrapper .featured-card__image-container img {
      max-height: 100% !important;
      min-width: 100% !important; }
  .collection-list-all .collection-wrapper .featured-card:before {
    background-color: transparent; }
  .collection-list-all .collection-wrapper .featured-card__title {
    font-size: 18px;
    font-weight: 700;
    padding: 5px;
    background-color: #122552;
    color: #fff;
    margin-bottom: 5px; }
  .collection-list-all .collection-wrapper .featured-card_text {
    padding: 10px 20px;
    font-size: 20px;
    color: #000000;
    min-height: 60px; }
    @media only screen and (max-width: 1399px) {
      .collection-list-all .collection-wrapper .featured-card_text {
        font-size: 14px;
        padding: 5px 0px; } }
    @media screen and (max-width: 480px) {
      .collection-list-all .collection-wrapper .featured-card_text {
        min-height: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0; } }

.all-collection-btn {
  margin-bottom: -20px;
  padding-top: 30px; }
  @media only screen and (max-width: 749px) {
    .all-collection-btn {
      margin-bottom: 50px;
      padding-top: 0; } }
  .all-collection-btn .collection-all-text {
    padding-bottom: 20px; }
    .all-collection-btn .collection-all-text p.collection-text {
      font-size: 30px;
      font-weight: 700;
      color: #122552; }
      @media only screen and (max-width: 749px) {
        .all-collection-btn .collection-all-text p.collection-text {
          font-size: 20px; } }
  .all-collection-btn .collection-btn .collection-all-btn {
    font-size: 24px;
    font-weight: 400;
    color: #4090DB;
    padding: 5px 70px;
    border: 3px solid #4090DB; }
    @media only screen and (max-width: 749px) {
      .all-collection-btn .collection-btn .collection-all-btn {
        font-size: 18px;
        color: #ffff;
        background-color: #4090DB;
        padding: 5px 45px; } }
    .all-collection-btn .collection-btn .collection-all-btn:hover {
      color: #fff;
      background-color: #4090DB; }

#shopify-section-1563431116066 {
  margin-top: 60px; }

/*----------------anti-theft-technology-mobile--------------------*/
@media only screen and (max-width: 749px) {
  .anti-theft-technology-box {
    padding: 0 20px; }
    .anti-theft-technology-box .anti-theft-wrapper:first-child {
      padding-left: 0; }
    .anti-theft-technology-box .mbl-anti-theft-tech {
      padding: 30px 0; }
    .anti-theft-technology-box .tech-images {
      min-height: 120px;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center; }
      .anti-theft-technology-box .tech-images img {
        max-height: 85px;
        height: 100%; }
    .anti-theft-technology-box .tech-header-title h6, .anti-theft-technology-box .tech-header-title .h6 {
      text-transform: uppercase;
      font-size: 12px;
      color: #122552;
      min-height: 32px; }
    .anti-theft-technology-box .tech-text p {
      font-size: 11px;
      color: #122552; }
    .anti-theft-technology-box .anti-tech-btn {
      padding-top: 30px;
      margin-bottom: -45px; }
      .anti-theft-technology-box .anti-tech-btn .tech-btn {
        font-size: 18px;
        color: #ffff;
        background-color: #4090DB;
        padding: 5px 45px;
        border: 1px solid #4090DB; }
    .anti-theft-technology-box .rich-section-wrapper {
      padding-top: 30px; } }
.extole-wrapper-footer-mbl {
  padding-top: 20px; }
  .extole-wrapper-footer-mbl #extole_zone_global_footer a {
    font-size: 17px;
    color: #F25D22; }

/*------------------------Shop Brand Section-----------------------------*/
.shop-terms-policy {
  margin: 50px 0; }
  .shop-terms-policy .grid__item {
    padding-left: 10px; }
    @media only screen and (max-width: 749px) {
      .shop-terms-policy .grid__item {
        padding-left: 0; } }
  @media screen and (max-width: 320px) {
    .shop-terms-policy .shop-terms-section {
      padding: 0; } }
  .shop-terms-policy .shop-brand-details {
    display: flex;
    margin: 20px 0; }
    .shop-terms-policy .shop-brand-details .shop-icon-deatils {
      margin-top: 10px; }
      @media only screen and (max-width: 749px) {
        .shop-terms-policy .shop-brand-details .shop-icon-deatils .shop-header-title {
          display: flex;
          justify-content: center;
          align-items: center; } }
      .shop-terms-policy .shop-brand-details .shop-icon-deatils h6, .shop-terms-policy .shop-brand-details .shop-icon-deatils .h6 {
        font-size: 16px;
        color: #122552;
        text-transform: uppercase; }
        @media only screen and (max-width: 989px) {
          .shop-terms-policy .shop-brand-details .shop-icon-deatils h6, .shop-terms-policy .shop-brand-details .shop-icon-deatils .h6 {
            font-size: 14px; } }
      .shop-terms-policy .shop-brand-details .shop-icon-deatils p, .shop-terms-policy .shop-brand-details .shop-icon-deatils a {
        font-size: 10px;
        font-weight: 500;
        color: #122552; }
      @media only screen and (max-width: 749px) {
        .shop-terms-policy .shop-brand-details .shop-icon-deatils .shop-title-mbl--3 {
          display: none; } }
      @media only screen and (max-width: 749px) {
        .shop-terms-policy .shop-brand-details .shop-icon-deatils .shop-text-box-3 {
          display: flex !important;
          justify-content: center;
          align-items: center; } }
      .shop-terms-policy .shop-brand-details .shop-icon-deatils .shop-text-box-3 p, .shop-terms-policy .shop-brand-details .shop-icon-deatils .shop-text-box-3 a {
        font-size: 22px;
        color: #122552;
        text-transform: uppercase;
        text-decoration: underline; }
        @media only screen and (max-width: 989px) {
          .shop-terms-policy .shop-brand-details .shop-icon-deatils .shop-text-box-3 p, .shop-terms-policy .shop-brand-details .shop-icon-deatils .shop-text-box-3 a {
            font-size: 18px; } }
        @media only screen and (max-width: 749px) {
          .shop-terms-policy .shop-brand-details .shop-icon-deatils .shop-text-box-3 p, .shop-terms-policy .shop-brand-details .shop-icon-deatils .shop-text-box-3 a {
            font-size: 14px;
            text-decoration: none; } }
      .shop-terms-policy .shop-brand-details .shop-icon-deatils .shop-text-box-4 p strong {
        text-decoration: underline;
        font-weight: 500; }

/*----------------Home Page Collection Menu---------------*/
.collection-menu-section .collection-filter {
  padding-bottom: 50px;
  padding-left: 0; }
  .collection-menu-section .collection-filter .menu-accordion.set {
    margin-bottom: 10px; }
    .collection-menu-section .collection-filter .menu-accordion.set .collection-title {
      font-size: 16px;
      font-weight: 600;
      color: #122552;
      text-transform: uppercase; }
    .collection-menu-section .collection-filter .menu-accordion.set .content {
      padding-top: 5px; }
      .collection-menu-section .collection-filter .menu-accordion.set .content .menu-collection.site-nav__item:after {
        content: '|';
        display: inline-block;
        clear: both; }
      .collection-menu-section .collection-filter .menu-accordion.set .content a {
        color: #122552;
        font-size: 12px;
        font-weight: 500; }
      .collection-menu-section .collection-filter .menu-accordion.set .content .list--inline li:last-child::after {
        content: ''; }

.collection-all-wrapper-box {
  margin-top: 20px;
  margin-bottom: 80px; }
  @media only screen and (max-width: 749px) {
    .collection-all-wrapper-box {
      margin-top: 50px;
      margin-bottom: 50px; } }

/*----------------Sticky Mobile Bar--------------------*/
@media only screen and (max-width: 749px) {
  .sticky-bar-mbl {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%; }
    .sticky-bar-mbl .mobile-fix-area {
      background-color: #122552;
      border: 0;
      padding: 8px 0; }
    .sticky-bar-mbl .collection-btn--2 {
      border-left: 1px solid #fff;
      border-right: 1px solid #fff; }
    .sticky-bar-mbl .collection-fix-bar {
      display: flex; }
      .sticky-bar-mbl .collection-fix-bar .collection-all-btn {
        background-color: #122552;
        color: #fff; } }
iframe#launcher {
  margin: 35px 20px !important; }

iframe#admin-bar-iframe {
  bottom: 16px !important; }

.product_bundle {
  display: none; }

.coll-list-head {
  color: #002554;
  text-transform: uppercase; }

.custom-coll-list .mb-2 {
  margin-bottom: 20px; }
.custom-coll-list .single--grid, .custom-coll-list .double--grid, .custom-coll-list .multi--grid {
  padding: 30px;
  background-color: #ECF4FB;
  position: relative; }
  @media only screen and (max-width: 749px) {
    .custom-coll-list .single--grid, .custom-coll-list .double--grid, .custom-coll-list .multi--grid {
      padding: 0px; }
      .custom-coll-list .single--grid .text-block, .custom-coll-list .double--grid .text-block, .custom-coll-list .multi--grid .text-block {
        padding: 10px; } }
  .custom-coll-list .single--grid .text-block, .custom-coll-list .double--grid .text-block, .custom-coll-list .multi--grid .text-block {
    text-align: center; }
    .custom-coll-list .single--grid .text-block h2, .custom-coll-list .single--grid .text-block .h2, .custom-coll-list .double--grid .text-block h2, .custom-coll-list .double--grid .text-block .h2, .custom-coll-list .multi--grid .text-block h2, .custom-coll-list .multi--grid .text-block .h2 {
      color: #002554;
      margin: 15px 0 0px; }
    .custom-coll-list .single--grid .text-block p, .custom-coll-list .double--grid .text-block p, .custom-coll-list .multi--grid .text-block p {
      color: #002554;
      margin-bottom: 20px;
      height: 40px; }
    .custom-coll-list .single--grid .text-block a, .custom-coll-list .double--grid .text-block a, .custom-coll-list .multi--grid .text-block a {
      padding: 5px 40px; }
    @media only screen and (max-width: 749px) {
      .custom-coll-list .single--grid .text-block, .custom-coll-list .double--grid .text-block, .custom-coll-list .multi--grid .text-block {
        padding: 10px;
        text-align: left; }
        .custom-coll-list .single--grid .text-block h2, .custom-coll-list .single--grid .text-block .h2, .custom-coll-list .double--grid .text-block h2, .custom-coll-list .double--grid .text-block .h2, .custom-coll-list .multi--grid .text-block h2, .custom-coll-list .multi--grid .text-block .h2 {
          margin: 0px;
          font-size: 24px; }
        .custom-coll-list .single--grid .text-block a, .custom-coll-list .double--grid .text-block a, .custom-coll-list .multi--grid .text-block a {
          background-color: #4C94DC;
          color: #fff;
          padding: 5px 30px; } }
  .custom-coll-list .single--grid .coll-tag, .custom-coll-list .double--grid .coll-tag, .custom-coll-list .multi--grid .coll-tag {
    position: absolute;
    top: 0;
    left: 10px;
    width: 48px;
    height: 59px;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 0;
    padding-top: 7px;
    text-align: center;
    font-size: 12px;
    line-height: 14px;
    background-image: url(https://cdn.shopify.com/s/files/1/0041/7638/0013/t/59/assets/tag-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; }
  .custom-coll-list .single--grid img, .custom-coll-list .double--grid img, .custom-coll-list .multi--grid img {
    width: 100%;
    display: block; }
  .custom-coll-list .single--grid .desktop-img .back-img, .custom-coll-list .double--grid .desktop-img .back-img, .custom-coll-list .multi--grid .desktop-img .back-img {
    opacity: 0;
    height: 0; }
  .custom-coll-list .single--grid .desktop-img:hover .front-img, .custom-coll-list .double--grid .desktop-img:hover .front-img, .custom-coll-list .multi--grid .desktop-img:hover .front-img {
    opacity: 0;
    height: 0; }
  .custom-coll-list .single--grid .desktop-img:hover .back-img, .custom-coll-list .double--grid .desktop-img:hover .back-img, .custom-coll-list .multi--grid .desktop-img:hover .back-img {
    opacity: 1;
    height: auto; }
.custom-coll-list .single--grid > div {
  width: 49%;
  display: inline-block;
  vertical-align: text-top; }
  @media only screen and (max-width: 749px) {
    .custom-coll-list .single--grid > div {
      width: 100%;
      display: block; } }
.custom-coll-list .single--grid .coll-tag {
  left: auto;
  right: 20px; }
  @media only screen and (max-width: 749px) {
    .custom-coll-list .single--grid .coll-tag {
      left: 10px;
      right: auto; } }
.custom-coll-list .single--grid .text-block {
  padding-left: 50px;
  text-align: left; }
  .custom-coll-list .single--grid .text-block h2, .custom-coll-list .single--grid .text-block .h2 {
    margin: 0px; }
  .custom-coll-list .single--grid .text-block a {
    margin-top: 30%; }
  @media only screen and (max-width: 749px) {
    .custom-coll-list .single--grid .text-block {
      padding: 10px; }
      .custom-coll-list .single--grid .text-block a {
        margin-top: 0px; } }

/*--------------------Country Selector---------------------------*/
.country-selector-section .country-form {
  margin: 0 auto;
  padding-bottom: 110px; }
  .country-selector-section .country-form .country-name-wrapper, .country-selector-section .country-form .country-name-wrapper select {
    outline: none;
    background-color: transparent;
    margin-bottom: 30px; }
    .country-selector-section .country-form .country-name-wrapper:focus, .country-selector-section .country-form .country-name-wrapper select:focus {
      border: 2px solid #122552;
      background-color: #fff; }
  .country-selector-section .country-form .country-name-wrapper select {
    border: 2px solid #ccc; }
  .country-selector-section .country-form .btn, .country-selector-section .country-form .btn--secondary, .country-selector-section .country-form .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .country-selector-section .country-form .shopify-payment-button__button--unbranded {
    border: 2px solid #F25D22;
    background-color: #F25D22;
    color: #fff;
    padding: 12px 45px;
    width: 100%; }
    .country-selector-section .country-form .btn:focus, .country-selector-section .country-form .btn--secondary:focus, .country-selector-section .country-form .shopify-payment-button .shopify-payment-button__button--unbranded:focus, .shopify-payment-button .country-selector-section .country-form .shopify-payment-button__button--unbranded:focus {
      border: 0;
      outline: none; }
    .country-selector-section .country-form .btn:hover, .country-selector-section .country-form .btn--secondary:hover, .country-selector-section .country-form .shopify-payment-button .shopify-payment-button__button--unbranded:hover, .shopify-payment-button .country-selector-section .country-form .shopify-payment-button__button--unbranded:hover, .country-selector-section .country-form .btn:active, .country-selector-section .country-form .btn--secondary:active, .country-selector-section .country-form .shopify-payment-button .shopify-payment-button__button--unbranded:active, .shopify-payment-button .country-selector-section .country-form .shopify-payment-button__button--unbranded:active {
      background-color: #122552;
      border: 2px solid #122552;
      outline: none; }

/* div.hidden
{
   display: none
} */
/*--------------------TEstimonial-----------------------*/
.testimonial-section {
  margin-top: 50px; }
  @media only screen and (max-width: 749px) {
    .testimonial-section {
      margin-top: 80px; } }
  @media only screen and (max-width: 749px) {
    .testimonial-section .rich-section-wrapper {
      padding-bottom: 20px; } }
  .testimonial-section .testimonial-box, .testimonial-section .testimonial-wrapper {
    background-color: #ECF4FB; }
  .testimonial-section .testimonial-box {
    padding: 30px 0; }
  .testimonial-section .author-area {
    display: flex;
    margin-bottom: 0; }
    .testimonial-section .author-area .testomonial-wrapper-box {
      border: 2px solid #122552;
      margin: 50px 30px;
      position: relative; }
      @media screen and (max-width: 1150px) {
        .testimonial-section .author-area .testomonial-wrapper-box {
          margin: 50px 20px; } }
    .testimonial-section .author-area .quote-icon {
      display: block;
      position: absolute;
      bottom: 75%;
      left: 15%;
      transform: translate(-50%, -50%); }
    .testimonial-section .author-area .icon {
      width: 94px;
      height: 86px;
      fill: #122552;
      background-color: #ECF4FB;
      padding: 0px 10px; }
    .testimonial-section .author-area .author-info-bar {
      padding: 60px 30px 10px; }
      @media only screen and (max-width: 1399px) {
        .testimonial-section .author-area .author-info-bar {
          padding: 60px 20px 10px; } }
    .testimonial-section .author-area .rte-setting {
      min-height: 150px; }
      @media screen and (max-width: 1150px) {
        .testimonial-section .author-area .rte-setting {
          min-height: 180px; } }
    .testimonial-section .author-area h6, .testimonial-section .author-area .h6 {
      font-size: 30px;
      color: #122552;
      text-transform: capitalize; }
      @media only screen and (max-width: 1399px) {
        .testimonial-section .author-area h6, .testimonial-section .author-area .h6 {
          font-size: 22px; } }
    .testimonial-section .author-area p {
      font-size: 14px;
      color: #122552;
      font-weight: 400; }
    .testimonial-section .author-area blockquote {
      margin: 4px 0 20px; }
    .testimonial-section .author-area cite {
      color: #122552;
      font-size: 18px;
      opacity: 1;
      font-weight: 700; }
    .testimonial-section .author-area .testimonial-star-icon i {
      color: #FFD800; }

/*------------------Country Flag Header--------------------*/
.dropdown dd, .dropdown dt, .dropdown ul {
  margin: 0px;
  padding: 0px; }

.dropdown dd ul li a span:first-child, .dropdown dt a span span:first-child {
  background-image: url("https://i.imgur.com/OQiDoZe.png");
  background-repeat: no-repeat;
  width: 16px;
  height: 11px;
  display: inline-block;
  margin: 5px;
  vertical-align: top; }

.dropdown dt a span {
  cursor: pointer;
  display: block;
  white-space: nowrap; }

.dropdown dt a img {
  position: relative;
  z-index: 1;
  width: 20px;
  height: 20px; }

.dropdown dt a span span:first-child:before {
  position: absolute;
  content: '';
  width: 15px;
  height: 10px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) inset; }

.dropdown dt a span span {
  display: inline-block;
  padding: 0; }

.dropdown dt a span span:first-child {
  padding: 0; }

.dropdown dd {
  position: relative; }

.dropdown dd ul {
  background: #f0f2f7;
  display: none !important;
  left: 0px;
  padding: 5px 0px;
  position: absolute;
  /*   border:1px solid #F25D22; */
  list-style: none;
  max-height: 170px;
  overflow-y: scroll;
  top: 0px;
  z-index: 999; }

li a {
  font-size: 13px; }

li a span:nth-child(2) {
  line-height: 2em; }

.dropdown dd ul::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
  border-left: 1px solid rgba(0, 0, 0, 0.1); }

.dropdown dd ul::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.4);
  /*-webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.5), 1px 0 0 #5cace9 inset, 2px 0 0 #b3d5ee inset;
  border-radius:10px;*/ }

.dropdown dd ul::-webkit-scrollbar-thumb:window-inactive {
  background: blue; }

.dropdown span.value {
  display: none; }

.dropdown dd ul li a {
  padding: 5px;
  display: block;
  font-size: 12px !important; }

.dropdown dd ul li a:hover {
  background-color: rgba(0, 0, 0, 0.05); }

dl.dropdown {
  display: block;
  margin-left: 0;
  margin: 0;
  /*   border: 1px solid #F25D22; */ }

dl.dropdown span:nth-child(3) {
  color: rgba(0, 0, 0, 0.4); }

dl.dropdown > span:nth-child(2) {
  overflow: hidden;
  white-space: nowrap;
  display: inline-block; }

dl.dropdown span:nth-child(3) {
  float: right; }

dl.dropdown dt span:nth-child(2) {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6em; }

dl.dropdown dt span:nth-child(3) {
  display: none; }

.countryFlag {
  padding: 0;
  background-image: url("https://i.imgur.com/OQiDoZe.png");
  background-repeat: no-repeat;
  display: inline-block;
  height: 11px;
  margin-right: 4px;
  width: 16px;
  cursor: pointer;
  white-space: nowrap;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #BFBFC1 #B6B6B6 #969696;
  border-image: none;
  border-radius: 2px 2px 2px 2px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.09); }

/*.countryFlag:before {*/
/*-moz-border-bottom-colors: none;*/
/*-moz-border-left-colors: none;*/
/*-moz-border-right-colors: none;*/
/*-moz-border-top-colors: none;*/
/*background: linear-gradient(to bottom, #FFFFFF 0%, #EEEEEE 100%) repeat scroll 0 0 transparent;*/
/*border-color: #BFBFC1 #B6B6B6 #969696;*/
/*border-image: none;*/
/*border-radius: 2px 2px 2px 2px;*/
/*border-style: solid;*/
/*border-width: 1px;*/
/*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.09);*/
/*display: block;*/
/*overflow: hidden;*/
/*padding-right: 20px;*/
/*position: relative;*/
/*width: 25px;*/
/*}*/
@media only screen and (max-width: 989px) {
  #country-select dt a {
    padding: 5px;
    display: block;
    font-size: 12px !important; } }

@media only screen and (max-width: 989px) {
  #selectedCountrySpan {
    margin-top: 2px; } }

.dropdown dd, .dropdown dt, .dropdown ul {
  display: flex;
  justify-content: center;
  align-items: center; }

.filter-menu.sort-by-wrapper .filter-group {
  max-width: 250px;
  width: 100%;
  float: right; }
  .filter-menu.sort-by-wrapper .filter-group .scroll-content {
    position: relative;
    top: 0 !important;
    left: 0 !important;
    min-width: 230px; }
@media screen and (max-width: 767px) {
  .filter-menu.sort-by-wrapper {
    display: none; } }
@media only screen and (max-width: 749px) {
  .filter-menu.sort-by-wrapper {
    display: none; } }

@media only screen and (max-width: 749px) {
  .side-filter-menu .filter-group-sort-orders.pt-display-dropdown {
    display: block !important;
    width: 70%; } }

.protect-wrapper .image-bar__content .image-bar__text p {
  font-size: 40px;
  color: #FDFDFD;
  /*       @include media-query($large-down) {
          font-size: 20px;
        } */ }
.protect-wrapper .image-bar__caption {
  width: 100%; }
  @media only screen and (max-width: 749px) {
    .protect-wrapper .image-bar__caption {
      padding-bottom: 5px; } }
  .protect-wrapper .image-bar__caption a.protect-btn_box {
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    .protect-wrapper .image-bar__caption a.protect-btn_box span {
      color: #FDFDFD;
      font-size: 20px;
      padding-left: 10px;
      font-family: 'Muro', sans-serif; }
      @media only screen and (max-width: 1399px) {
        .protect-wrapper .image-bar__caption a.protect-btn_box span {
          font-size: 15px; } }
    .protect-wrapper .image-bar__caption a.protect-btn_box i.fa {
      border-color: #FFFFFF;
      color: #FFFFFF; }
@media screen and (max-width: 1600px) {
  .protect-wrapper .image-bar__item,
  .protect-wrapper .image-bar__item .image-bar__content,
  .protect-wrapper .featured-card .image-bar__item {
    height: 490px; } }
@media screen and (max-width: 1400px) {
  .protect-wrapper .image-bar__item,
  .protect-wrapper .image-bar__item .image-bar__content,
  .protect-wrapper .featured-card .image-bar__item {
    height: 440px; } }
@media screen and (max-width: 1300px) {
  .protect-wrapper .image-bar__item,
  .protect-wrapper .image-bar__item .image-bar__content,
  .protect-wrapper .featured-card .image-bar__item {
    height: 410px; } }
@media screen and (max-width: 1150px) {
  .protect-wrapper .image-bar__item,
  .protect-wrapper .image-bar__item .image-bar__content,
  .protect-wrapper .featured-card .image-bar__item {
    height: 360px; } }
@media screen and (max-width: 1024px) {
  .protect-wrapper .image-bar__item,
  .protect-wrapper .image-bar__item .image-bar__content,
  .protect-wrapper .featured-card .image-bar__item {
    height: 330px; } }
@media screen and (max-width: 991px) {
  .protect-wrapper .image-bar__item,
  .protect-wrapper .image-bar__item .image-bar__content,
  .protect-wrapper .featured-card .image-bar__item {
    height: 260px; } }
@media screen and (max-width: 749px) {
  .protect-wrapper .image-bar__item,
  .protect-wrapper .image-bar__item .image-bar__content,
  .protect-wrapper .featured-card .image-bar__item {
    height: 480px;
    background-size: contain; } }
@media screen and (max-width: 670px) {
  .protect-wrapper .image-bar__item,
  .protect-wrapper .image-bar__item .image-bar__content,
  .protect-wrapper .featured-card .image-bar__item {
    height: 440px; } }
@media screen and (max-width: 570px) {
  .protect-wrapper .image-bar__item,
  .protect-wrapper .image-bar__item .image-bar__content,
  .protect-wrapper .featured-card .image-bar__item {
    height: 380px; } }
@media screen and (max-width: 500px) {
  .protect-wrapper .image-bar__item,
  .protect-wrapper .image-bar__item .image-bar__content,
  .protect-wrapper .featured-card .image-bar__item {
    height: 275px; } }
@media screen and (max-width: 400px) {
  .protect-wrapper .image-bar__item,
  .protect-wrapper .image-bar__item .image-bar__content,
  .protect-wrapper .featured-card .image-bar__item {
    height: 245px; } }
@media screen and (max-width: 320px) {
  .protect-wrapper .image-bar__item,
  .protect-wrapper .image-bar__item .image-bar__content,
  .protect-wrapper .featured-card .image-bar__item {
    height: 215px; } }
.protect-wrapper .zoom-effect-container {
  height: 100% !important;
  padding: 0;
  float: left;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  width: 100%; }
  .protect-wrapper .zoom-effect-container .image-card .image-bar__item {
    /*       -webkit-transition: 0.4s ease;
          transition: 0.4s ease; */ }
.protect-wrapper .zoom-effect-container:hover .image-card .image-bar__item {
  /*     -webkit-transform: scale(1.08);
      transform: scale(1.08); */ }
@media only screen and (max-width: 749px) {
  .protect-wrapper .image-bar--small .image-bar__content, .protect-wrapper .image-bar--small .image-bar__item {
    height: 160px;
    padding-left: 10px; }
  .protect-wrapper .content-mobile-box .image-bar__text {
    height: 100%; }
    .protect-wrapper .content-mobile-box .image-bar__text p.heading {
      font-size: 25px;
      color: #FFFFFF;
      font-weight: 700;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      height: 100%;
      padding-top: 0;
      width: 100%; }
    .protect-wrapper .content-mobile-box .image-bar__text p.heading.text--2 {
      justify-content: flex-end;
      padding-left: 0;
      padding-right: 4%; } }

.pacsafe-mask-wrapper {
  margin-bottom: -2px; }
  @media only screen and (max-width: 749px) {
    .pacsafe-mask-wrapper {
      padding-top: 30px; } }
  .pacsafe-mask-wrapper picture {
    display: block !important; }
  .pacsafe-mask-wrapper .section-block {
    display: flex;
    justify-content: center;
    align-items: center; }
  .pacsafe-mask-wrapper .protect-title-wrapper {
    margin-left: 25px;
    padding-bottom: 20px;
    position: absolute;
    bottom: 0; }
    .pacsafe-mask-wrapper .protect-title-wrapper h4.protect-title, .pacsafe-mask-wrapper .protect-title-wrapper .protect-title.h4 {
      color: #FDFDFD;
      font-size: 40px;
      font-family: 'Muro', sans-serif;
      margin: 0;
      letter-spacing: 2px;
      /*       @include media-query($large-down) {
              font-size: 30px;
            } */ }
    .pacsafe-mask-wrapper .protect-title-wrapper .protect-text p {
      margin: 0;
      font-size: 25px;
      color: #FFFFFF;
      font-weight: 400;
      font-family: 'Muro', sans-serif;
      /*       @include media-query($large-down) {
              font-size: 16px;
            } */ }
  .pacsafe-mask-wrapper .proect-btn-section {
    position: absolute;
    bottom: 10%;
    left: 0;
    transform: translate(0%, -50%);
    width: 100%; }
    .pacsafe-mask-wrapper .proect-btn-section a {
      color: #2C2C2C;
      background: #FFFFFF;
      font-size: 20px;
      border: 3px solid #fff;
      padding: 5px 30px;
      margin-left: 25px !important; }
      @media only screen and (max-width: 1399px) {
        .pacsafe-mask-wrapper .proect-btn-section a {
          font-size: 15px; } }
  .pacsafe-mask-wrapper .protect-title-wrapper-box h4.protect-title, .pacsafe-mask-wrapper .protect-title-wrapper-box .protect-title.h4 {
    font-size: 18px;
    color: #122552;
    margin-bottom: 0; }
  .pacsafe-mask-wrapper .protect-title-wrapper-box p {
    font-size: 13px;
    color: #122552;
    margin-bottom: 0; }

.image-card {
  position: relative; }

.overlay-box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 1;
  z-index: 1; }
  .overlay-box:hover {
    background-color: #080000;
    opacity: 0.15; }

.testimonial-pacsafe-wrapper {
  position: relative; }
  @media only screen and (max-width: 749px) {
    .testimonial-pacsafe-wrapper {
      margin-top: 170px; } }
  .testimonial-pacsafe-wrapper .image-arrow-wrapper a {
    float: none;
    display: flex;
    justify-content: center;
    align-items: center; }
    .testimonial-pacsafe-wrapper .image-arrow-wrapper a i.fa {
      border-color: #FFFFFF;
      color: #FFFFFF; }
  .testimonial-pacsafe-wrapper .testimonial-area {
    display: flex;
    padding: 110px 45px; }
    @media only screen and (max-width: 749px) {
      .testimonial-pacsafe-wrapper .testimonial-area {
        display: block;
        padding: 0 30px; } }
    .testimonial-pacsafe-wrapper .testimonial-area .testimonial__img {
      position: relative; }
      @media only screen and (max-width: 749px) {
        .testimonial-pacsafe-wrapper .testimonial-area .testimonial__img {
          position: absolute;
          top: 0;
          left: 50%;
          transform: translate(-50%, -50%);
          z-index: 1; } }
      @media only screen and (max-width: 749px) {
        .testimonial-pacsafe-wrapper .testimonial-area .testimonial__img img {
          border-radius: 50%;
          border: 3px solid #FFFFFF; } }
    .testimonial-pacsafe-wrapper .testimonial-area .testimonial-content {
      padding: 0 40px;
      position: relative; }
      @media only screen and (max-width: 749px) {
        .testimonial-pacsafe-wrapper .testimonial-area .testimonial-content {
          padding: 100px 0; } }
      .testimonial-pacsafe-wrapper .testimonial-area .testimonial-content .content {
        display: flex; }
        .testimonial-pacsafe-wrapper .testimonial-area .testimonial-content .content .icon {
          width: 50px;
          height: 50px; }
          @media only screen and (max-width: 749px) {
            .testimonial-pacsafe-wrapper .testimonial-area .testimonial-content .content .icon {
              width: 40px;
              height: 40px; } }
          .testimonial-pacsafe-wrapper .testimonial-area .testimonial-content .content .icon path {
            fill: #FFFFFF; }
        .testimonial-pacsafe-wrapper .testimonial-area .testimonial-content .content .content-text p {
          padding-left: 10px;
          font-size: 50px;
          color: #FFFFFF; }
          @media only screen and (max-width: 1399px) {
            .testimonial-pacsafe-wrapper .testimonial-area .testimonial-content .content .content-text p {
              font-size: 30px; } }
          @media screen and (max-width: 1200px) {
            .testimonial-pacsafe-wrapper .testimonial-area .testimonial-content .content .content-text p {
              font-size: 22px; } }
          @media only screen and (max-width: 989px) {
            .testimonial-pacsafe-wrapper .testimonial-area .testimonial-content .content .content-text p {
              font-size: 16px; } }
      .testimonial-pacsafe-wrapper .testimonial-area .testimonial-content .author {
        font-size: 20px;
        text-align: right; }
        .testimonial-pacsafe-wrapper .testimonial-area .testimonial-content .author p {
          font-size: 20px;
          color: #FFFFFF;
          padding-top: 40px; }
          @media only screen and (max-width: 1399px) {
            .testimonial-pacsafe-wrapper .testimonial-area .testimonial-content .author p {
              font-size: 18px; } }
          @media screen and (max-width: 1200px) {
            .testimonial-pacsafe-wrapper .testimonial-area .testimonial-content .author p {
              font-size: 15px; } }
          @media only screen and (max-width: 749px) {
            .testimonial-pacsafe-wrapper .testimonial-area .testimonial-content .author p {
              font-size: 12px; } }
      .testimonial-pacsafe-wrapper .testimonial-area .testimonial-content .testimonial-btn_box {
        background-color: #FFFFFF;
        border: 1px solid #FFFFFF;
        padding: 5px 15px;
        font-size: 20px;
        position: absolute;
        bottom: 0;
        margin-bottom: 5px; }
        @media only screen and (max-width: 1399px) {
          .testimonial-pacsafe-wrapper .testimonial-area .testimonial-content .testimonial-btn_box {
            font-size: 15px; } }

@media only screen and (max-width: 749px) {
  .pacsafe-turtle-wrapper {
    display: flex;
    flex-direction: column-reverse; } }
.pacsafe-turtle-wrapper picture {
  display: block !important; }
.pacsafe-turtle-wrapper .section-block {
  display: flex;
  justify-content: center;
  align-items: center; }
.pacsafe-turtle-wrapper .turtle-logo-img {
  position: absolute;
  top: 0;
  margin-left: 25px;
  display: flex;
  justify-content: flex-start;
  align-items: center; }
  @media screen and (max-width: 1570px) {
    .pacsafe-turtle-wrapper .turtle-logo-img .turtle-logo {
      max-width: 150px;
      width: 100%; } }
  @media screen and (max-width: 1200px) {
    .pacsafe-turtle-wrapper .turtle-logo-img .turtle-logo {
      max-width: 100px;
      width: 100%; } }
  @media only screen and (max-width: 749px) {
    .pacsafe-turtle-wrapper .turtle-logo-img .turtle-logo {
      max-width: 60px; } }
  .pacsafe-turtle-wrapper .turtle-logo-img .cross-icon {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 500;
    margin: 0 15px; }
.pacsafe-turtle-wrapper .protect-title-wrapper-box p {
  font-size: 13px;
  color: #122552;
  margin-bottom: 0; }
.pacsafe-turtle-wrapper .turtle-wrapper-box {
  padding-left: 25px;
  position: absolute;
  bottom: 0;
  padding-bottom: 10px; }
  @media only screen and (max-width: 749px) {
    .pacsafe-turtle-wrapper .turtle-wrapper-box {
      padding-bottom: 10px; } }
  .pacsafe-turtle-wrapper .turtle-wrapper-box .turtle-title-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    .pacsafe-turtle-wrapper .turtle-wrapper-box .turtle-title-wrapper .turtle-title {
      font-size: 126px;
      font-family: 'Muro', sans-serif;
      color: #FDFDFD;
      margin: 0;
      padding-right: 20px; }
      @media only screen and (max-width: 1399px) {
        .pacsafe-turtle-wrapper .turtle-wrapper-box .turtle-title-wrapper .turtle-title {
          font-size: 80px; } }
      @media screen and (max-width: 1200px) {
        .pacsafe-turtle-wrapper .turtle-wrapper-box .turtle-title-wrapper .turtle-title {
          font-size: 60px; } }
      @media only screen and (max-width: 749px) {
        .pacsafe-turtle-wrapper .turtle-wrapper-box .turtle-title-wrapper .turtle-title {
          font-size: 50px; } }
    @media only screen and (max-width: 749px) {
      .pacsafe-turtle-wrapper .turtle-wrapper-box .turtle-title-wrapper .turtle-text {
        margin-bottom: 10px; } }
    .pacsafe-turtle-wrapper .turtle-wrapper-box .turtle-title-wrapper .turtle-text p {
      font-size: 41px;
      font-family: 'Muro', sans-serif;
      color: #FDFDFD;
      line-height: 1; }
      @media only screen and (max-width: 1399px) {
        .pacsafe-turtle-wrapper .turtle-wrapper-box .turtle-title-wrapper .turtle-text p {
          font-size: 30px; } }
      @media only screen and (max-width: 749px) {
        .pacsafe-turtle-wrapper .turtle-wrapper-box .turtle-title-wrapper .turtle-text p {
          font-weight: 500;
          font-size: 22px; } }
    @media only screen and (max-width: 749px) {
      .pacsafe-turtle-wrapper .turtle-wrapper-box .turtle-title-wrapper .image-arrow-wrapper {
        position: relative;
        padding-bottom: 22px; }
        .pacsafe-turtle-wrapper .turtle-wrapper-box .turtle-title-wrapper .image-arrow-wrapper i.fa {
          color: #FFFFFF;
          border-color: #FFFFFF; } }
  .pacsafe-turtle-wrapper .turtle-wrapper-box .turtle-btn-section a.turtle-subtitle {
    font-size: 20px;
    font-weight: 500;
    color: #2C2C2C;
    border: 1px solid #FFFFFF;
    background-color: #FFFFFF;
    padding: 5px 10px; }
    @media only screen and (max-width: 1399px) {
      .pacsafe-turtle-wrapper .turtle-wrapper-box .turtle-btn-section a.turtle-subtitle {
        font-size: 18px; } }
    @media screen and (max-width: 1200px) {
      .pacsafe-turtle-wrapper .turtle-wrapper-box .turtle-btn-section a.turtle-subtitle {
        font-size: 14px; } }
.pacsafe-turtle-wrapper .testimonial-img {
  position: relative; }
  .pacsafe-turtle-wrapper .testimonial-img .testimonial-content_box {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 80%;
    margin: 0 auto;
    padding-bottom: 50px; }
    @media only screen and (max-width: 989px) {
      .pacsafe-turtle-wrapper .testimonial-img .testimonial-content_box {
        width: 90%;
        padding-bottom: 10px; } }
    @media screen and (max-width: 480px) {
      .pacsafe-turtle-wrapper .testimonial-img .testimonial-content_box {
        bottom: 25%; } }
    .pacsafe-turtle-wrapper .testimonial-img .testimonial-content_box .quote-icon .icon {
      width: 40px;
      height: 40px; }
      .pacsafe-turtle-wrapper .testimonial-img .testimonial-content_box .quote-icon .icon path {
        fill: #FDFDFD; }
    .pacsafe-turtle-wrapper .testimonial-img .testimonial-content_box .content {
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      margin-bottom: 20px; }
      .pacsafe-turtle-wrapper .testimonial-img .testimonial-content_box .content .content-text p {
        color: #FDFDFD;
        font-size: 20px;
        font-style: italic;
        margin-bottom: 0;
        padding-left: 10px; }
        @media only screen and (max-width: 989px) {
          .pacsafe-turtle-wrapper .testimonial-img .testimonial-content_box .content .content-text p {
            font-size: 16px; } }
        @media only screen and (max-width: 749px) {
          .pacsafe-turtle-wrapper .testimonial-img .testimonial-content_box .content .content-text p {
            font-size: 16px; } }
    .pacsafe-turtle-wrapper .testimonial-img .testimonial-content_box .author p {
      color: #FDFDFD;
      text-align: right;
      font-size: 16px; }
      @media only screen and (max-width: 989px) {
        .pacsafe-turtle-wrapper .testimonial-img .testimonial-content_box .author p {
          font-size: 13px; } }
.pacsafe-turtle-wrapper h4.protect-title, .pacsafe-turtle-wrapper .protect-title.h4 {
  font-size: 18px;
  color: #122552;
  margin-bottom: 0; }
.pacsafe-turtle-wrapper .protect-text p {
  font-size: 13px;
  color: #122552;
  margin-bottom: 0; }

.bar-section .bar-content, .bar-section .bar-area {
  display: flex;
  justify-content: center;
  align-items: center; }
.bar-section h2.bar-title, .bar-section .bar-title.h2 {
  font-size: 20px;
  font-weight: 400; }
  @media screen and (max-width: 500px) {
    .bar-section h2.bar-title, .bar-section .bar-title.h2 {
      font-size: 14px; } }

@media screen and (max-width: 500px) {
  .newsletter-new {
    background-color: #E2E2E2;
    border: 1px solid #E2E2E2;
    border-radius: 10px; }
    .newsletter-new .section-block__header {
      padding-top: 15px; }
      .newsletter-new .section-block__header h4, .newsletter-new .section-block__header .h4 {
        font-size: 18px;
        color: #002554; }
      .newsletter-new .section-block__header p {
        font-size: 12px;
        color: #002554; }
    .newsletter-new .form-vertical form#contact_form .input-group .input-group__field {
      border: 0;
      background-color: transparent;
      border-bottom: 1px solid #002554;
      text-align: center;
      width: 80%;
      margin: 0 auto;
      height: 20px; }
      .newsletter-new .form-vertical form#contact_form .input-group .input-group__field::placeholder {
        font-style: italic;
        color: #002554;
        font-size: 14px;
        font-weight: 500; }
    .newsletter-new .form-vertical form#contact_form .input-group .input-group__btn {
      display: flex;
      width: 100%;
      justify-content: center;
      align-items: center; }
      .newsletter-new .form-vertical form#contact_form .input-group .input-group__btn button.btn, .newsletter-new .form-vertical form#contact_form .input-group .input-group__btn button.btn--secondary, .newsletter-new .form-vertical form#contact_form .input-group .input-group__btn .shopify-payment-button button.shopify-payment-button__button--unbranded, .shopify-payment-button .newsletter-new .form-vertical form#contact_form .input-group .input-group__btn button.shopify-payment-button__button--unbranded {
        border: 0; }
        .newsletter-new .form-vertical form#contact_form .input-group .input-group__btn button.btn .fa, .newsletter-new .form-vertical form#contact_form .input-group .input-group__btn button.btn--secondary .fa, .newsletter-new .form-vertical form#contact_form .input-group .input-group__btn .shopify-payment-button button.shopify-payment-button__button--unbranded .fa, .shopify-payment-button .newsletter-new .form-vertical form#contact_form .input-group .input-group__btn button.shopify-payment-button__button--unbranded .fa {
          border: 2px solid #002554;
          border-radius: 50%;
          color: #002554;
          width: 19px;
          height: 19px;
          line-height: 19px;
          display: flex;
          justify-content: center;
          align-items: center;
          font-size: 14px;
          font-weight: 900;
          padding-left: 2px; } }
#SiteNavLinklist-featured .feature-menu-box {
  display: none; }

a.box-1 {
  padding: 20px 0;
  width: 25%; }

.box_1 {
  margin-left: 10px; }

.box_4 {
  margin-right: 10px; }

.featured-menu {
  width: 95%;
  margin: 0 auto; }
  .featured-menu img {
    width: 100%; }

.title-box {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px; }
  .title-box p {
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    margin: 0;
    font-size: 15px;
    text-transform: uppercase;
    opacity: 1; }
  .title-box .box-title-name {
    text-transform: capitalize; }

.meganav__nav.mega-img {
  display: flex;
  justify-content: center;
  align-items: flex-start; }

.zoom-effect-container {
  height: 100% !important;
  padding: 0;
  float: left;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  width: 100%; }
  .zoom-effect-container .image-card .image-bar__item {
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease; }

.zoom-effect-container:hover .image-card .image-bar__item {
  -webkit-transform: scale(1.08);
  transform: scale(1.08); }

.logo-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center; }

.site-header__search {
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media only screen and (max-width: 989px) {
    .site-header__search {
      border-bottom: 1px solid #D3D3D3; } }

.active-form .site-header__search-submit {
  position: relative;
  background-color: transparent; }
  @media only screen and (max-width: 989px) {
    .active-form .site-header__search-submit {
      padding-left: 10px; } }

.feature-menu-box {
  width: 150%; }
  .feature-menu-box .collection-img_box {
    width: 100%; }

#SiteNavSearchCart:focus,
form.site-header__search:focus,
.site-header__search-submit:focus {
  outline: none; }

#SiteNavLinklist-collections .feature-menu-box .meganav__list {
  width: auto;
  padding: 0; }
  #SiteNavLinklist-collections .feature-menu-box .meganav__list li.site-nav__dropdown-container {
    width: auto; }

#SiteNavLinklist-shop .feature-menu-box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start; }
#SiteNavLinklist-shop .meganav__list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 10px; }

a#DrawerLabel-featured button.meganav--active {
  display: none; }

div#DrawerLinklist-featured {
  display: none; }

.desktop-screen-hide {
  display: none !important; }
  @media only screen and (max-width: 989px) {
    .desktop-screen-hide {
      display: block !important; } }

#SiteNavLinklist-outlet a {
  display: block; }

#shopify-section-1596122588696 .page-width {
  max-width: 100%;
  padding: 0 10px; }

@media only screen and (max-width: 749px) {
  .footer-social-payment .site-footer__section {
    padding: 0; }
  .footer-social-payment .site-footer__section-title {
    padding-bottom: 0; } }

.search_wrapper-box .search_box {
  width: 100% !important;
  padding: 0px 20px; }
  .search_wrapper-box .search_box .site-header__search-input {
    border: 0; }
    .search_wrapper-box .search_box .site-header__search-input:focus {
      outline: none; }
.search_wrapper-box .fa {
  color: #122552;
  font-size: 22px; }
.search_wrapper-box .site-header__search.active-form {
  padding: 0; }

.togglesearch {
  background: #fff;
  position: absolute;
  top: 100%;
  right: 0;
  height: 60px;
  line-height: 60px;
  width: 100%;
  display: none; }

.togglesearch input[type="text"] {
  width: 200px;
  padding: 5px 10px;
  margin-left: 23px;
  border: 1px solid #D80B15;
  outline: none; }

.togglesearch input[type="button"] {
  width: 80px;
  padding: 5px 0;
  background: #D80B15;
  color: #fff;
  margin-left: -6px;
  border: 1px solid #D80B15;
  outline: none;
  cursor: pointer; }

.catalog-menu-image-container {
  position: relative;
  box-sizing: content-box;
  overflow: hidden;
  min-height: 295px;
  width: 930px;
  margin-right: 20px;
  margin-top: 20px;
  margin-bottom: 20px; }
  @media only screen and (max-width: 1399px) {
    .catalog-menu-image-container {
      width: 700px;
      min-height: 230px; } }
  @media screen and (max-width: 1200px) {
    .catalog-menu-image-container {
      min-height: 220px; } }
  .catalog-menu-image-container img {
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
    vertical-align: top;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in;
    transition: opacity 0.3s ease-in;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    width: 100%;
    height: 100%;
    max-height: 315px; }
    .catalog-menu-image-container img.visible {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1);
      -webkit-transform-origin: top center;
      transform-origin: top center;
      -webkit-transition-delay: 0s;
      transition-delay: 0s; }

.catalog-menu img.new_tag {
  position: absolute;
  z-index: 1;
  top: 0px;
  right: 0;
  max-width: 40px; }

.pacsafe-images-besides {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  line-height: 0; }
  @media only screen and (max-width: 749px) {
    .pacsafe-images-besides {
      display: block; } }
  .pacsafe-images-besides .image-box {
    position: relative; }
    .pacsafe-images-besides .image-box img {
      width: 100%;
      height: 100%; }
  .pacsafe-images-besides .protect-text p {
    font-size: 13px;
    color: #122552;
    margin-bottom: 0;
    line-height: 1.375; }
  .pacsafe-images-besides .image-box.image-1 .overlay-box:hover {
    background-color: #080000;
    opacity: 0.15; }
  .pacsafe-images-besides .image-box.image-2 .overlay-box:hover {
    background-color: #080000;
    opacity: 0.15; }
  .pacsafe-images-besides .image-arrow-wrapper-box:last-child {
    margin-bottom: 0; }

.pacsafe-images-multiple {
  margin-bottom: 20px; }
  .pacsafe-images-multiple .image-box_wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    line-height: 0; }
    @media only screen and (max-width: 749px) {
      .pacsafe-images-multiple .image-box_wrapper {
        display: block; } }
    .pacsafe-images-multiple .image-box_wrapper .image-box {
      position: relative; }
      .pacsafe-images-multiple .image-box_wrapper .image-box img {
        width: 100%; }
    .pacsafe-images-multiple .image-box_wrapper .image-box.image-1 .overlay-box:hover {
      background-color: #080000;
      opacity: 0.15; }
    .pacsafe-images-multiple .image-box_wrapper .image-box.image-2 .overlay-box:hover {
      background-color: #080000;
      opacity: 0.15; }
    .pacsafe-images-multiple .image-box_wrapper .image-box.image-3 .overlay-box:hover {
      background-color: #080000;
      opacity: 0.15; }
    .pacsafe-images-multiple .image-box_wrapper .image-box.image-4 .overlay-box:hover {
      background-color: #080000;
      opacity: 0.15; }
    .pacsafe-images-multiple .image-box_wrapper .protect-text p {
      font-size: 13px;
      color: #122552;
      margin-bottom: 0;
      line-height: 1.375; }

#SiteNavLinklist-collections .main-dropdown-box img {
  display: none; }

#DrawerLinklist-collections img {
  display: block; }

.js-drawer-open-left .is-moved-by-drawer {
  transform: translateX(0);
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 0px; }

.page-element.is-transitioning .logo-wrapper, .page-element.is-transitioning .mbl-icon-wrapper {
  display: none; }

.fa-search:before {
  content: "" !important; }

@media only screen and (max-width: 749px) {
  #cb-widget-currency {
    display: none; } }

.diversity-marketing .code-of-conduct .packaging-guidelines .packaging-policy {
  position: relative; }

.diversity-marketing .code-of-conduct .packaging-guidelines .packaging-policy span {
  position: absolute;
  top: -146px; }
