<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** Shopify CDN: Minification failed

Line 29:144 Expected identifier but found "*"
Line 37:293 Expected identifier but found "*"
Line 2383:0 Comments in CSS use "/* ... */" instead of "//"
Line 2384:0 Comments in CSS use "/* ... */" instead of "//"
Line 2385:0 Comments in CSS use "/* ... */" instead of "//"
Line 2386:0 Comments in CSS use "/* ... */" instead of "//"
Line 2387:0 Comments in CSS use "/* ... */" instead of "//"
Line 2388:0 Comments in CSS use "/* ... */" instead of "//"
Line 2389:0 Comments in CSS use "/* ... */" instead of "//"
Line 4540:71 Unexpected "/"
... and 13 more hidden warnings

**/
/*
* Vantage Shopify Theme
* Copyright 2020, We are Underground
* https://www.weareunderground.com
* Gridlock - A CSS responsive grid system [12 column - Desktop standard]
* @author Ben Plum
* @version 0.2.0
*
* Copyright Â© 2013 Ben Plum &lt;mr@benplum.com&gt;
* Released under the MIT License &lt;http://www.opensource.org/licenses/mit-license.php&gt;
*/

/* !Reset Box-sizing */
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; *behavior: url(boxsizing.htc); }

/* !Defaults */
.gridlock .row { margin-left: auto; margin-right: auto; width: 960px; /* Fallback */ }
.gridlock .row:after { clear: both; content: "."; display: block; height: 0; line-height: 0; visibility: hidden; }
.gridlock .row .row { margin-left: -1.0416666666666667%; margin-right: -1.0416666666666667%; width: 102.0833333333333334%; }
.gridlock .row [class*="desktop-"] { float: left; margin-left: 1.0416666666666667%; margin-right: 1.0416666666666667%; }
.gridlock .row [class*="desktop-"].right { float: right; }
.gridlock .row [class*="desktop-"].padded { margin-left: 0; margin-right: 0; padding-left: 1.0416666666666667%; padding-right: 1.0416666666666667%; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; -ms-box-sizing: content-box; -o-box-sizing: content-box; box-sizing: content-box; *behavior: none; }

.grid-inline.row {
  font-size: 0;
  list-style: none;
  margin: 0 auto;
  padding: 0;
}

/* !Rows, Widest to Thinest */

@media screen and (min-width: 1680px) {
  .gridlock .row { width: 1400px; }
}
@media screen and (max-width: 1679px) {
  .gridlock .row { width: 1200px; }
}
@media screen and (max-width: 1220px) {
  .gridlock .row { width: 960px; }
}
@media screen and (max-width: 980px) {
  .gridlock .row { width: 720px; }
}
@media screen and (max-width: 740px) {
  .gridlock .row { width: 480px; }
}
@media screen and (max-width: 500px) {
  .gridlock .row { width: 96%; }
}

.gridlock-fluid .row {
  width: 98%;
}

/* !Desktop - Default, 12 column, 1220 + 960 (min 980), IE Standard */
.gridlock .row .desktop-1  { width: 6.25%; }
.gridlock .row .desktop-2  { width: 14.5833333333333333%; }
.gridlock .row .desktop-3  { width: 22.9166666666666667%; }
.gridlock .row .desktop-4  { width: 31.25%; }
.gridlock .row .desktop-5  { width: 39.5833333333333333%; }
.gridlock .row .desktop-6  { width: 47.9166666666666667%; }
.gridlock .row .desktop-7  { width: 56.25%; }
.gridlock .row .desktop-8  { width: 64.5833333333333333%; }
.gridlock .row .desktop-9  { width: 72.9166666666666667%; }
.gridlock .row .desktop-10 { width: 81.25%; }
.gridlock .row .desktop-11 { width: 89.5833333333333333%; }
.gridlock .row .desktop-12 { width: 97.9166666666666667%; }

/* Push Cells */
.gridlock .row .desktop-push-1  { margin-left: 9.375%; }
.gridlock .row .desktop-push-2  { margin-left: 17.7083333333333333%; }
.gridlock .row .desktop-push-3  { margin-left: 26.0416666666666667%; }
.gridlock .row .desktop-push-4  { margin-left: 34.375%; }
.gridlock .row .desktop-push-5  { margin-left: 42.7083333333333334%; }
.gridlock .row .desktop-push-6  { margin-left: 51.0416666666666667%; }
.gridlock .row .desktop-push-7  { margin-left: 59.375%; }
.gridlock .row .desktop-push-8  { margin-left: 67.7083333333334%; }
.gridlock .row .desktop-push-9  { margin-left: 76.0416666666668%; }
.gridlock .row .desktop-push-10 { margin-left: 84.375%; }
.gridlock .row .desktop-push-11 { margin-left: 92.7083333333335%; }

/* Center Cells */
.gridlock .row [class*="desktop-"].center { margin-left: auto; margin-right: auto; }

/* !Generic, fractions */
.gridlock .row .desktop-third { width: 31.25%; }
.gridlock .row .desktop-half { width: 47.9166666666666667%; }
.gridlock .row .desktop-full { width: 97.9166666666666667%; }

.gridlock .row .desktop-push-third { margin-left: 34.375%; }
.gridlock .row .desktop-push-half { margin-left: 51.0416666666666667%; }

/* !Desktop - Max, 12 column, 1200 (min 1221) */
@media screen and (min-width: 1221px) {
  .gridlock .row .max-1  { width: 6.25%; }
  .gridlock .row .max-2  { width: 14.5833333333333333%; }
  .gridlock .row .max-3  { width: 22.9166666666666667%; }
  .gridlock .row .max-4  { width: 31.25%; }
  .gridlock .row .max-5  { width: 39.5833333333333333%; }
  .gridlock .row .max-6  { width: 47.9166666666666667%; }
  .gridlock .row .max-7  { width: 56.25%; }
  .gridlock .row .max-8  { width: 64.5833333333333333%; }
  .gridlock .row .max-9  { width: 72.9166666666666667%; }
  .gridlock .row .max-10 { width: 81.25%; }
  .gridlock .row .max-11 { width: 89.5833333333333333%; }
  .gridlock .row .max-12 { width: 97.9166666666666667%; }

  /* Push Cells */
  .gridlock .row .max-push-1  { margin-left: 9.375%; }
  .gridlock .row .max-push-2  { margin-left: 17.7083333333333333%; }
  .gridlock .row .max-push-3  { margin-left: 26.0416666666666667%; }
  .gridlock .row .max-push-4  { margin-left: 34.375%; }
  .gridlock .row .max-push-5  { margin-left: 42.7083333333333334%; }
  .gridlock .row .max-push-6  { margin-left: 51.0416666666666667%; }
  .gridlock .row .max-push-7  { margin-left: 59.375%; }
  .gridlock .row .max-push-8  { margin-left: 67.7083333333334%; }
  .gridlock .row .max-push-9  { margin-left: 76.0416666666668%; }
  .gridlock .row .max-push-10 { margin-left: 84.375%; }
  .gridlock .row .max-push-11 { margin-left: 92.7083333333335%; }
}

@media screen and ( min-width: 980px ) {
  .gridlock .row .contained.desktop-1 {
    width: 8.33333333%;
  }
  .gridlock .row .contained.desktop-2 {
    width: 16.66666667%;
  }
  .gridlock .row .contained.desktop-3 {
    width: 25%;
  }
  .gridlock .row .contained.desktop-4 {
    width: 33.33333333%;
  }
  .gridlock .row .contained.desktop-5 {
    width: 41.66666667%;
  }
  .gridlock .row .contained.desktop-6 {
    width: 50%;
  }
  .gridlock .row .contained.desktop-7 {
    width: 58.33333333%;
  }
  .gridlock .row .contained.desktop-8 {
    width: 66.66666667%;
  }
  .gridlock .row .contained.desktop-9 {
    width: 75%;
  }
  .gridlock .row .contained.desktop-10 {
    width: 83.33333333%;
  }
  .gridlock .row .contained.desktop-11 {
    width: 91.66666667%;
  }
  .gridlock .row .contained.desktop-12 {
    width: 100%;
  }
}

/* !Tablet, 6 column, 720 (min 739) */
@media screen and (min-width: 739px) and (max-width: 980px) {
  .gridlock .row [class*="desktop-push-"] { margin-left: 1.0416666666666667%; margin-right: 1.0416666666666667%; }

  .gridlock .row .tablet-1 { width: 14.5833333333333333%; }
  .gridlock .row .tablet-2 { width: 31.25%; }
  .gridlock .row .tablet-3 { width: 47.9166666666666667%; }
  .gridlock .row .tablet-4 { width: 64.5833333333333333%; }
  .gridlock .row .tablet-5 { width: 81.25%; }
  .gridlock .row .tablet-6 { width: 97.9166666666666667%; }

  /* Push Cells */
  .gridlock .row .tablet-push-1 { margin-left: 17.7083333333333333%; }
  .gridlock .row .tablet-push-2 { margin-left: 34.375%; }
  .gridlock .row .tablet-push-3 { margin-left: 51.0416666666666667%; }
  .gridlock .row .tablet-push-4 { margin-left: 67.7083333333334%; }
  .gridlock .row .tablet-push-5 { margin-left: 84.375%; }

  /* !Generic, fractions */
  .gridlock .row .tablet-third { width: 31.25%; }
  .gridlock .row .tablet-half { width: 47.9166666666666667%; }
  .gridlock .row .tablet-full { width: 97.9166666666666667%; }

  .gridlock .row .tablet-push-third { margin-left: 34.375%; }
  .gridlock .row .tablet-push-half { margin-left: 51.0416666666666667%; }

  .gridlock .row .contained.tablet-1 {
    width: 16.66666667%;
  }
  .gridlock .row .contained.tablet-2 {
    width: 33.33333333%;
  }
  .gridlock .row .contained.tablet-3 {
    width: 50%;
  }
  .gridlock .row .contained.tablet-4 {
    width: 66.66666667%;
  }
  .gridlock .row .contained.tablet-5 {
    width: 83.33333333%;
  }
  .gridlock .row .contained.tablet-6 {
    width: 100%;
  }

}

/* !Mobile, 3 column, 300 + 480 (max 740) */
@media screen and (max-width: 740px) {
  .gridlock .row [class*="desktop-push-"],
  .gridlock .row [class*="tablet-push-"] { margin-left: 1.0416666666666667%; margin-right: 1.0416666666666667%; }

  .gridlock .row .mobile-1 { width: 31.25%; }
  .gridlock .row .mobile-2 { width: 64.5833333333333333%; }
  .gridlock .row .mobile-3 { width: 97.9166666666666667%; }

  /* Push Cells */
  .gridlock .row .mobile-push-1 { margin-left: 34.375%; }
  .gridlock .row .mobile-push-2 { margin-left: 67.7083333333334%; }

  /* !Generic, fractions */
  .gridlock .row .mobile-third { width: 31.25%; }
  .gridlock .row .mobile-half { width: 47.9166666666666667%; }
  .gridlock .row .mobile-full { width: 97.9166666666666667%; }

  .gridlock .row .mobile-push-third { margin-left: 34.375%; }
  .gridlock .row .mobile-push-half { margin-left: 51.0416666666666667%; }

  .gridlock .row .contained.mobile-1 {
    width: 33.33333333%;
  }
  .gridlock .row .contained.mobile-2 {
    width: 66.66666667%;
  }
  .gridlock .row .contained.mobile-3 {
    width: 100%;
  }


}

/* !Mobile - Min, 300 (max 500) */
@media screen and (max-width: 500px) {
  .gridlock .row .min-full { width: 97.9166666666666667%; }
  .mobile-half{text-align: left;}
}

.gridlock .row [class*="all-"].contained,
.gridlock .row [class*="min-"].contained,
.gridlock .row [class*="mobile-"].contained,
.gridlock .row [class*="tablet-"].contained,
.gridlock .row [class*="desktop-"].contained,
.gridlock .row [class*="max-"].contained {
  margin-left: 0;
  margin-right: 0;
}

* {
  margin: 0;
}

/* Assign font picker families from theme settings */





@font-face {
  font-family: Montserrat;
  font-weight: 400;
  font-style: normal;
  src: url("//bambinodiapers.com/cdn/fonts/montserrat/montserrat_n4.1d581f6d4bf1a97f4cbc0b88b933bc136d38d178.woff2?h1=YmFtYmlub2RpYXBlci5jb20&amp;h2=YmFtYmlub2RpYXBlcnMuY29t&amp;h3=YmFtYmluby1kaWFwZXJzLmFjY291bnQubXlzaG9waWZ5LmNvbQ&amp;hmac=6a02bfd320f2b878b6723afb3952e92a5afed33cd08c095246925b30eead39ea") format("woff2"),
       url("//bambinodiapers.com/cdn/fonts/montserrat/montserrat_n4.cfce41a967758ce5a9b7d48daeb5b028fd977a9b.woff?h1=YmFtYmlub2RpYXBlci5jb20&amp;h2=YmFtYmlub2RpYXBlcnMuY29t&amp;h3=YmFtYmluby1kaWFwZXJzLmFjY291bnQubXlzaG9waWZ5LmNvbQ&amp;hmac=a0d7854c8fad9ccbee33a8c720b153892653b896bf9cb24b9c5670f504f4e2f7") format("woff");
}

@font-face {
  font-family: Montserrat;
  font-weight: 500;
  font-style: normal;
  src: url("//bambinodiapers.com/cdn/fonts/montserrat/montserrat_n5.e72d00d31ae5399d260a80ec70322c62c1819762.woff2?h1=YmFtYmlub2RpYXBlci5jb20&amp;h2=YmFtYmlub2RpYXBlcnMuY29t&amp;h3=YmFtYmluby1kaWFwZXJzLmFjY291bnQubXlzaG9waWZ5LmNvbQ&amp;hmac=6af4cf86f14963d5822018f1e56469debe21152005167134deca3ba67d22f51c") format("woff2"),
       url("//bambinodiapers.com/cdn/fonts/montserrat/montserrat_n5.18a018b6c83e89030c5d70a6d4c02c969f228500.woff?h1=YmFtYmlub2RpYXBlci5jb20&amp;h2=YmFtYmlub2RpYXBlcnMuY29t&amp;h3=YmFtYmluby1kaWFwZXJzLmFjY291bnQubXlzaG9waWZ5LmNvbQ&amp;hmac=d84c9aa5a232edbc4542705224e4889e77eebb22ff364670fe074e28f50a99ef") format("woff");
}

@font-face {
  font-family: Montserrat;
  font-weight: 600;
  font-style: normal;
  src: url("//bambinodiapers.com/cdn/fonts/montserrat/montserrat_n6.7a3c341961dc23aaabcc116124b80f2a7abec1a2.woff2?h1=YmFtYmlub2RpYXBlci5jb20&amp;h2=YmFtYmlub2RpYXBlcnMuY29t&amp;h3=YmFtYmluby1kaWFwZXJzLmFjY291bnQubXlzaG9waWZ5LmNvbQ&amp;hmac=bc5f59a0a93b708c0e958b0197efc9dc43c6840adfa73dcab1b5b736f471c4d2") format("woff2"),
       url("//bambinodiapers.com/cdn/fonts/montserrat/montserrat_n6.2c97c1a692c63ad09ab0635cb73b1939c5f417c0.woff?h1=YmFtYmlub2RpYXBlci5jb20&amp;h2=YmFtYmlub2RpYXBlcnMuY29t&amp;h3=YmFtYmluby1kaWFwZXJzLmFjY291bnQubXlzaG9waWZ5LmNvbQ&amp;hmac=b3161a18df29baf9e2803163b2bee716cd8a0f221e1e6a6360e3a2b781776052") format("woff");
}


  @font-face {
  font-family: Montserrat;
  font-weight: 700;
  font-style: normal;
  src: url("//bambinodiapers.com/cdn/fonts/montserrat/montserrat_n7.c496e9cf2031deec4c4bca338faa81971c8631d4.woff2?h1=YmFtYmlub2RpYXBlci5jb20&amp;h2=YmFtYmlub2RpYXBlcnMuY29t&amp;h3=YmFtYmluby1kaWFwZXJzLmFjY291bnQubXlzaG9waWZ5LmNvbQ&amp;hmac=fd70feaf9fa1a0a8e4ddee83c46139bb1fd0bf752d66c1005815084b2a792b13") format("woff2"),
       url("//bambinodiapers.com/cdn/fonts/montserrat/montserrat_n7.78b0223375c94b39ce1af7e09a0225f2bb3d05f7.woff?h1=YmFtYmlub2RpYXBlci5jb20&amp;h2=YmFtYmlub2RpYXBlcnMuY29t&amp;h3=YmFtYmluby1kaWFwZXJzLmFjY291bnQubXlzaG9waWZ5LmNvbQ&amp;hmac=ddb84f33aef1784d3a3ed908d17fbcd27e070d93dc91e08b58d1b997325038f4") format("woff");
}




  @font-face {
  font-family: Montserrat;
  font-weight: 400;
  font-style: italic;
  src: url("//bambinodiapers.com/cdn/fonts/montserrat/montserrat_i4.ae02483b3d5e8777d0d4a4ccf396482c364d8955.woff2?h1=YmFtYmlub2RpYXBlci5jb20&amp;h2=YmFtYmlub2RpYXBlcnMuY29t&amp;h3=YmFtYmluby1kaWFwZXJzLmFjY291bnQubXlzaG9waWZ5LmNvbQ&amp;hmac=4926db2c487e5ffa5dade3a6e8495318c623deecd5976aff44cce802c33897f5") format("woff2"),
       url("//bambinodiapers.com/cdn/fonts/montserrat/montserrat_i4.ba28d1a04ec09448de486d83c63235903dfc0af8.woff?h1=YmFtYmlub2RpYXBlci5jb20&amp;h2=YmFtYmlub2RpYXBlcnMuY29t&amp;h3=YmFtYmluby1kaWFwZXJzLmFjY291bnQubXlzaG9waWZ5LmNvbQ&amp;hmac=10cd13819e57a5591ee079887d190e0fdca412b209e68f9c391b0bfe7605cc9c") format("woff");
}




  @font-face {
  font-family: Montserrat;
  font-weight: 700;
  font-style: italic;
  src: url("//bambinodiapers.com/cdn/fonts/montserrat/montserrat_i7.83866c3eec90071fa974c17980ffb42977f9e667.woff2?h1=YmFtYmlub2RpYXBlci5jb20&amp;h2=YmFtYmlub2RpYXBlcnMuY29t&amp;h3=YmFtYmluby1kaWFwZXJzLmFjY291bnQubXlzaG9waWZ5LmNvbQ&amp;hmac=fb0df270f9464980dd658de0861e09097e769089fbdcf7a796aca825b467a6cb") format("woff2"),
       url("//bambinodiapers.com/cdn/fonts/montserrat/montserrat_i7.25524241b12d864609c85325613d60efcf1a87e3.woff?h1=YmFtYmlub2RpYXBlci5jb20&amp;h2=YmFtYmlub2RpYXBlcnMuY29t&amp;h3=YmFtYmluby1kaWFwZXJzLmFjY291bnQubXlzaG9waWZ5LmNvbQ&amp;hmac=92d225febbf02e1f0e496fcfeee6c7cc8e4d2da8209d20ab6e27fbd6406a5b10") format("woff");
}



html, body {
  height: 100%;
}

img { max-width: 100%; border: 0; }

img[data-sizes="auto"] {
  display: block;
  width: 100%;
}

.box-ratio {
  display: block;
  height: 0;
  width: 100%;
  overflow: hidden;
  background-color: #f1f1f1;
}

.product .box-ratio {
  background-color: white;
}

.box-ratio img {
  background-color: white;
}

.lazyload-fade {
  opacity: 0;
  transition: opacity 200ms;
}

.lazyload-fade.lazyloaded {
  opacity: 1;
}

.first {
  clear: left;
}

.no-fouc {
  visibility: hidden;
}

.load-wait {
  width: 100%;
  text-align: center;
  margin-top: 100px;
  font-size: 50px;
  color: #ddd;
  margin-bottom: 50px;
}

.hide,
.visually-hidden {
  display: none;
}
.homepage-featured-product h1 {  display: none; }
/* NO JS Helpers
================================================== */
.no-js .no-fouc {
  visibility: visible;
}

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

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

.no-js .thumbnail-slider .lazyload {
  display: none;
}

.no-js .vantage-accordion .product-accordion-content {
  display: block;
}
.no-js .related-products img.lazyload {
  display: none;
}

/* #Base Styles
================================================== */

body {
  background: #ffffff;
  font-family:Montserrat;
  font-weight: 400;
  font-size: 14px;
  line-height: calc((14px * 0.375) + 14px);
  text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  color: #777e89;
}

.shifter-page {
  z-index: 1;
  position: relative;
  background: #ffffff;
}

/* #Typography
================================================== */

h1, h2, h3, h4, h5, h6 {
  color: #0d3186;
  font-family:Montserrat;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 15px;
  line-height: normal;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
h1 {
  font-size: 36px;
  line-height: calc((36px * 0.17) + 36px);
}
h2 {
  font-size: 40px;
  line-height: calc((40px * 0.17) + 40px);
}
h3 {
  font-size: 24px;
  line-height: calc((24px * 0.17) + 24px);
}
h4 {
  font-size: 20px;
  line-height: calc((20px * 0.17) + 20px);
}
h5 {
  font-size: 18px;
  line-height: calc((18px * 0.17) + 18px);
}
h6 {
  color: #0d3186;
  font-family:Montserrat;
  font-weight: 600;
  font-size: 18px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
}
.section-title {
  
  
  padding-bottom: 10px;
  margin-bottom: 15px;
  text-align: center;
  position: relative;
}



p {
  font-size: 14px;
  margin-bottom: 10px;
  line-height: calc((14px * 0.375) + 14px);
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

pre {
  font-family: Montserrat;
  font-size: 13px;
  font-weight: bold;
}

center {
  text-align: center;
}

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

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

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

a {
  text-decoration: none;
  color: #163a8e;
  outline: 0;
  -webkit-transition:color .5s ease-in;
  -moz-transition:color .5s ease-in;
  -o-transition:color .5s ease-in;
  transition:color .5s ease-in;
}

a:hover {
  color: ;
  text-decoration: ;
}

a:visited {
  color:#163a8e;
  text-decoration: ;
}

a:focus {
  outline: #000000 dotted 1px !important;
  outline-offset: -1px !important;
}

:focus {
  outline: #000000 dotted 1px !important;
  outline-offset: -1px !important;
}

/* .row hr, .row p, .row ul, .row ol, .row dl, .row pre, .row address, .row table, .row form {margin-bottom: 1.6em;} */

dt {
  font-weight: bold;
}

ol {
  padding: 0;
  margin-left: 0;
  margin-bottom: 20px;
  text-indent: 0;
  list-style-position: inside;
}

ul {
  padding: 0;
  margin: 0 0 20px 0;
  list-style:disc inside;
}

blockquote {
  font-family: Montserrat;
  font-weight: 400;
  font-size:18px;
  line-height: 24px;
  font-style:italic;
  padding-left:35px;
  color: #999;
  margin: 20px 0;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

small {
  font-size: 80%;
}

b {
  font-weight: bold;
}

i {
  font-style: italic;
}

hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 10px 0 30px;
  height: 0;
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

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

/* #Buttons
================================================== */

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  background: #d41f8f;
  border: none;
  width: auto;
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
  font-family: Montserrat! important;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  -webkit-transition: background .5s ease,color .5s ease;
  -moz-transition: background .5s ease,color .5s ease;
  -o-transition: background .5s ease,color .5s ease;
  transition: background .5s ease,color .5s ease;
  -webkit-appearance: none;
  cursor: pointer;
  -webkit-border-radius: 0;
}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  color: #ffffff;
  background: #e99406;
}

.secondary-button {
  background: #d41f8f! important;
  color: #ffffff! important;
}

.secondary-button:hover {
  color: #ffffff! important;
  background: #e99406! important;
}

.button.full-width,
button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width {
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center;
}

/* Fix for odd Mozilla border &amp; padding issues */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

a.button:visited {
  color: #ffffff;
  background: #d41f8f;
}

a.button:hover {
  color: #ffffff;
  background: #e99406;
}
.visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap; /* added line */
}

.mt0 {
  margin-top: 0;
}
.mb0 {
  margin-bottom: 0;
}
.mt10 {
  margin-top: 10px;
}
.pt10 {
  padding-top: 10px;
}
.mb10 {
  margin-bottom: 10px;
}
.pb10 {
  padding-bottom: 10px;
}
.mt20 {
  margin-top: 20px;
}
.pt20 {
  padding-top: 20px;
}
.mb20 {
  margin-bottom: 20px;
}
.pb20 {
  padding-bottom: 20px;
}
.mt30 {
  margin-top: 30px;
}
.pt30 {
  padding-top: 30px;
}
.mb30 {
  margin-bottom: 30px;
}
.pb30 {
  padding-bottom: 30px;
}
.pt40 {
  padding-top: 40px;
}
.mt40 {
  margin-top: 40px;
}
.mb40 {
  margin-bottom: 40px;
}
.pb40 {
  padding-bottom: 40px;
}
.mt50 {
  margin-top: 50px;
}
.pt50 {
  padding-top: 50px;
}
.pb50 {
  padding-bottom: 50px;
}
.mb50 {
  margin-bottom: 50px;
}
.mt60 {
  margin-top: 60px;
}
.pt60 {
  padding-top: 60px;
}
.pb60 {
  padding-bottom: 60px;
}
.mb60 {
  margin-bottom: 60px;
}
/* Grid Images */
.collection-image .box-ratio,
.prod-image .reveal .box-ratio,
.product-index .ci  {
  position: relative;
}
.product-index .ci.onboard {
  padding-bottom: 0 !important;
}


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

fieldset {
  margin-bottom: 20px;
}

select {
  font-size: 13px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  color: #777e89;
  background: url(//bambinodiapers.com/cdn/shop/t/122/assets/select-arrow.png?v=112595941721225094991744997621) right no-repeat;
  background-color: white;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #eeeeee;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  float: left;
  height: 40px;
  padding-left: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
}

label,
legend {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}

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

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

::-webkit-input-placeholder { /* WebKit browsers */
  color: #aaa;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #aaa;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #aaa;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #aaa;
}

input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=number] {
  width: 100%;
  background: transparent;
  border: 1px solid #eeeeee;
  padding: 0 16px;
  margin: 0 0 15px;
  height: 40px;
  line-height: 40px;
  max-width: 100%;
  outline: none;
  font-size: 14px;
  font-family:Montserrat;
  font-weight: 400;
  color: #777e89;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
  color: #777e89;
  -moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
  box-shadow:  0 0 3px rgba(0,0,0,.2);
}

textarea {
  min-height: 60px;
  min-width: 300px;
  max-width: 100%;
  width: 100%;
  background: transparent;
  border: 1px solid #eeeeee;
  height: 200px;
  margin: 0px;
  margin-bottom: 20px;
  padding: 10px 16px;
  outline: none;
  font-size: 100%;
  font-size: 14px;
  font-family:Montserrat;
  font-weight: 400;
  color: #777e89;
}

.shopify-challenge__container {
  margin-bottom: 60px;
}

/* #Header
================================================== */
#wrapper {
  margin-top: 0;
}

#top-bar {
  margin-top: 0;
  line-height: 38px;
  font-family: Montserrat;
  font-weight: 400;
}

#top-bar p {
  margin-bottom: 0;
  line-height: initial;
  display: inline-block;
}

.header-section {
  background: #ffffff;
  position: relative;
}

#logo {
  line-height: initial;
  position: relative;
  text-align: center;
  margin-bottom: 10px;
}

#logo a {
  vertical-align: middle;
  font-family: Montserrat;
  text-decoration: none;
}

#logo a {
  color: #333333;
}

#top-bar {
  background: #faa923;
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
}

#top-bar a {
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
}


#top-bar #cart li a {
  color: #ffffff;
  padding: 0;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
}

g#Cart-Icon polyline,
g#Cart-Icon circle {
  stroke: #ffffff;
}
g#Mobile-Cart---Sticky-Checkout {
  stroke: #0d3186;
}
/* Top Bar Links */
#top-bar ul.top-bar-links {
  margin: 0;
  text-align: left;
  position: relative;
  z-index: 1;
}
#top-bar ul.top-bar-links li {
  display: inline-block;
  width: auto;
  padding: 0;
  margin: 0;
  min-width: 100px;
}
#top-bar ul.top-bar-links li a,
#top-bar ul.top-bar-links li a:visited  {
  display: inline-block;
  width: 100%;
  color: #ffffff;
  padding: 0 20px;
  line-height: 39px;
}
#top-bar ul.top-bar-links li a.active {
  color: #db2596;
  background-color: #ffffff;
}
#top-bar ul.top-bar-links li a:hover {
  color: #db2596;
  background: #79bbe5;
}
.inline-header #logo {
  margin-bottom: 0;
  /*padding: 5px;*/
}

.inline-header div#flex-header {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
  padding: 8px;
}

#search {
  position: relative;
  margin-bottom: 5px;
}

.inline-header div#search {
  margin-bottom: 0;
}

div#header-wrapper.inline-header {
  padding-top: 0;
}

.inline-header div#header {
  padding-top: 0;
}

#search input#q  {
  margin-bottom: 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid transparent;
  padding: 0! important;
  width: 100%;
  text-indent: 5px;
}

#search input#seek {
  position: absolute;
  top: 10px;
  right: 10px;
}

.search-form {
  border: 1px solid #eeeeee;
  position: relative;
  margin-top: 24px;
}

.search-form button {
  width: 50px;
  max-width: initial;
  height: initial;
  line-height: initial;
  padding: 0 12px;
  margin: 5px 3px 0;
  border-left: 1px solid #eeeeee;
  position: absolute;
  right: 1px;
  top: 0;
  font-size: 15px;
  line-height: 30px;
  background: transparent;
  color: #777e89;
}

ul#cart {
  text-align: right;
  margin-bottom: 0;
  position:relative;
}

ul#cart &gt; li {
  display: inline-block;
  margin-left: 0px;
  padding: 0 5px;
  vertical-align: middle;
}
@media only screen and (max-width: 1047px) {
  ul#cart &gt; li {
    padding: 0 2px;
  }
}

#searchbox {
  position: absolute;
  left: 0;
  padding: 30px 50px;
  z-index: 99;
  display: none;
  background: #fff;
  top: 100%;
  width: 100%;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

div#searchbox form input {
  margin-bottom: 0;
  border: 1px solid #eeeeee;
  text-transform: capitalize;
  font-size: 16px;
  background: #f9f9f9;
}

#searchbox form input:focus {
  outline: none;
  box-shadow: none! important;
}

.currency-picker {
  width: 60px;
  background: url(//bambinodiapers.com/cdn/shop/t/122/assets/select-arrow.png?v=112595941721225094991744997621) no-repeat right transparent;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-size: 13px;
  border: 0;
  line-height: 40px;
  line-height: 38px;
  font-family: Montserrat;
  font-weight: 400;
  margin-right: -10px;
}

.currency-picker {
  color: #0d3186;
}

#top-bar .currency-picker {
  color: #ffffff;
}

.currency-picker::-ms-expand {
  display: none;
}

/* #Navigation
================================================== */
nav {
  width: 100%;
  z-index: 9;
}

ul.nav {
  list-style: none;
  /* position: relative; */
  margin-bottom: 0;
  background: rgba(0,0,0,0);
}

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

ul.nav li a,
#cart li a,
.header-section #shopping-links .disclosure__toggle  {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 15px;
  display: block;
  padding: 0 10px;
}

ul#cart li a i {
  font-size: 15px;
}

#shopping-links ul#cart li a {
  padding: 0;
  color: #0d3186;
}

ul.nav li a {
  font-size: 15px;
  color: #0d3186;
}

ul.nav li:hover a {
  color: #79bbe5;
  /* background: rgba(0,0,0,0); */
}

ul.nav li a:hover {
  text-decoration: none;
  background: rgba(0,0,0,0);
  color: #79bbe5;
}

ul.nav li.dropdown ul.submenu {
  display: none;
  float: left;
  position: absolute;
  z-index: 25;
  margin: 0;
  min-width: 240px;
  padding: 10px 0;
  border-top: 0;
  background: #ffffff! important;
}

ul.nav li.dropdown &gt; a:after {
  font-family: 'FontAwesome';
  content: "\f107";
  margin-left: 10px;
}

ul.nav li:hover ul.submenu {
  display: block;
  background: #ffffff! important;
}

ul.nav li ul.submenu li {
  min-width: 180px;
  line-height: 20px! important;
  text-align: left;
  display: block;
  clear: left;
  white-space: nowrap;
  background: #ffffff! important;
  color: #0d3186;
  line-height: initial! important;
  padding: 3px 0;
}

ul.nav li ul.submenu li a{
  text-align: left;
  font-size: 15px;
  padding-left: 15px;
  font-weight: normal! important;
  font-family: Montserrat;
  font-weight: 400;
  color: #0d3186;
  background: #ffffff! important;
}

ul.nav li ul.submenu li:hover {
  background: #ffffff;
}

ul.nav li ul.submenu li a:hover {
  color: #79bbe5;
  background: #ffffff;
}

.submenu li.nest {
  position: relative;
}

ul.nav li ul.submenu li.nest:after {
  position: absolute;
  top: 4px;
  right: 10px;
  font-size: 13px;
  font-family: 'FontAwesome';
  content: "\f105";
}

.submenu li.nest:hover &gt; ul.nested {
  display: block;
}

.nested {
  display: none;
  padding: 10px 0;
  position: absolute;
  left: 100%;
  background: #ffffff;
  top: -5px;
  border: 1px solid #eeeeee;
}

.rightarrow {
  position: absolute;
  right: 10px;
  color: ;
  top: 10px;
  font-size: 11px;
}

.linklist-columns h5 a {
  font-family:Montserrat !important;
  font-weight: 600 !important;
}
.linklist-columns li {
  display: block !important;
}
.linklist-columns li a {
  font-family:Montserrat;
  font-weight: 400;
}
/* #Content
================================================== */

.index #content {
  margin-top: 0;
}

#content {
  margin-top: 20px;
}

div#error-page {
  min-height: 460px;
  padding-bottom: 60px;
}
/* #Index.liquid
================================================== */
.index-sections .shopify-section section,
.page-section section,
.page-sections section,
.product-sections section {
  /*padding-top: 60px;
  margin-bottom: 60px;*/
}
#page {
  padding-bottom: 60px;
}

.index-sections .shopify-section:first-child section,
.product-sections section:last-child {
  /*padding-top: 0;*/
}

.index-sections .shopify-section .nbm,
.page-section section.nbm,
.page-sections section.nbm,
.product-sections section.nbm,
.collection-sections section.nbm {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.shopify-section:last-child section {
    margin-bottom: 0;
}

.index_slider img {
  max-height: 1280px;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.videoWrapper iframe,
.videoWrapper object,
.videoWrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

iframe {
  width: 100%;
}

.homepage-promo {
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  margin-bottom: 20px;
}

.homepage-promo img {
  position: relative;
  display: block;
  width: 100%;
  max-height: 1280px;
}

.homepage-promo .caption {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.homepage-promo .caption::before,
.homepage-promo .caption::after {
  pointer-events: none;
}

.homepage-promo .caption h3,
.homepage-promo .caption p {
  margin: 0;
}

.homepage-promo .caption img {
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

.homepage-promo:hover img {
  opacity: 0.7;
}

.homepage-promo .caption::before {
  -webkit-transform: scale(0,1);
  transform: scale(0,1);
}

.homepage-promo .caption::after {
  -webkit-transform: scale(1,0);
  transform: scale(1,0);
}

.homepage-promo h3 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0,-20px,0);
  transform: translate3d(0,-20px,0);
}

.homepage-promo p {
  padding: 10px 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,20px,0);
  transform: translate3d(0,20px,0);

}
.homepage-promo a.button {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,20px,0);
  transform: translate3d(0,20px,0);
}

.homepage-promo:hover .caption::before,
.homepage-promo:hover .caption::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.homepage-promo:hover h3,
.homepage-promo:hover p ,
.homepage-promo:hover a.button {
  
}

ul.article-loop {
    list-style: none;
    margin: 0;
    clear: left;
    display: block;
}

.pages-content {
    text-align: center;
    margin-top: 10px;
}

.text_section {
  padding: 0 40px;
}

.text-with-image {
  line-height: 0;
}

.text-with-image .rte {
  line-height: 1.6em;
}

.text-with-image h2 {
  text-align: left;
}
.image-with-text-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-with-text-wrapper.reverse-order {
  -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.homepage-text-promo {
  margin-bottom: 20px;
  margin-top: 10px;
}

.homepage-text-promo .box-ratio,
.homepage-text-promo img,
.homepage-text-promo .onboard {
  margin-bottom: 15px;
}
.text-right {
  text-align: right;
}
.text-centered, .text-centered h3, .text-centered .rte {
  text-align: center;
}
.section-text-promo-content {
  margin-top: 15px;
}
.section-text-promo {
  position: relative;
  vertical-align: top;
  font-size: initial;
  display: inline-block;
  float: none;
}
/* #collection.liquid
================================================== */
#collection-loop {
  margin-top: 30px;
}

.collection-banner img {
  width: 100%;
  max-height: 1080px;
}

.collection-image {
  margin-bottom: 20px;
}

.collection-index {
  text-align: center;
  margin-bottom: 20px;
}

.collection-index h3 {
  font-size: 14px;
  font-weight: 400;
}

#collection-page h1 {
  text-align: center;
  font-size: 40px;
  line-height: calc((40px * 0.17) + 40px);
  margin-bottom: 40px;
}
#collection-page .rte {
    margin-bottom: 40px;
}

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

.lower-collection-description {
    margin-top: 50px;
}

#collections h3 {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 5px;
}

ul#links {
  margin-bottom: 10px;
}

ul#links li {
  list-style-type: none;
  padding: 2px 0;
  display: block;
}

ul#links li a:hover{
  text-decoration: none;
}

ul#links li.active a {
  text-decoration: underline;
}

ul#links li a.current {
  text-decoration: underline;
}

#collection-sidebar {
  clear: left;
  position: relative;
}

@media only screen and (max-width: 1023px) {
  .dropdownwrap {
    display: none;
    width: 100%;
    clear: left;
  }

  .col-with-sidebar {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1024px) {
  #dropdown {
    display: none;
  }
  .dropdownwrap {
    display: block;
    position: absolute;
    top: 40px;
  }
}

#dropdown {
  margin-bottom: 20px;
  float: left;
  margin-top: -10px;
  border: 1px solid #eeeeee;
  padding: 10px;
}

#collection-sidebar h4 {
  padding-bottom: 5px;
  margin-bottom: 5px;
}

#collection-sidebar h1 {
  padding-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 20px;
}

#collection-sidebar ul li a.current {
  border-bottom: 1px solid #eeeeee;
  text-decoration: none;
}

#collection-sidebar ul.sub {
  margin-left: 10px;
}

#collection-sidebar .accordion-content,
#collection-sidebar .accordion-content2 {
  margin-bottom: 20px;
  padding-left: 5px;
}
.collection-description {
  margin-bottom: 10px;
}

.sidebar-image {
    margin: 10px 0;
}

#collection-sidebar .accordion-toggle:after, #collection-sidebar .accordion-toggle2:after {
    position: absolute;
    right: 0;
    padding-right: 0;
    background: #ffffff;
    width: 15px;
}

.show {
  display: none;
}

/* Full Width Collection Filters */
#full-width-filter {
  margin-bottom: 40px;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
#full-width-filter .filter-wrapper {
  margin-right: 8px;
}
#full-width-filter ul.sortme {
  margin-bottom: 0;
  display: inline-block;
}
#full-width-filter .filter {
  display: inline-block;
  margin-right: 10px;
  float: left;
}
#full-width-filter h4 {
  margin-bottom: 0;
  float: left;
  display: inline-block;
  line-height: 30px;
  font-size: 12px;
  font-weight: bold;
}
#full-width-filter .styled-select.coll-filter {
  background: #ffffff;
  border: 1px solid #eeeeee;
  display: inline-block;
  width: 160px;
  position: absolute;
  z-index: 3;
  list-style: none;
}
#full-width-filter .filter-wrapper label.main-label {
  border: 1px solid #eeeeee;
  background: #ffffff
  font-size: 14px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  padding: 8px 6px;
  width: 160px;
  position:relative;
}
#full-width-filter .styled-select.coll-filter li {
  position: relative;
}
#full-width-filter .styled-select.coll-filter li a {
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
}
#full-width-filter .styled-select.coll-filter li:hover {
  background-color: #f6f6f6;
}
#full-width-filter .styled-select.coll-filter li.current a {
  font-weight: bolder;
}
#full-width-filter .styled-select.coll-filter li.current svg {
  position: absolute;
  right: 8px;
  top: 40%;
}
#full-width-filter .filter-wrapper label.main-label svg {
  transform: rotate(-90deg);
  position: absolute;
  right: 8px;
  top: 40%;
}
#full-width-filter .filter-wrapper.active label.main-label svg,
#collection-sidebar .filter-wrapper.active label.main-label svg  {
  transform: rotate(90deg);
}
#full-width-filter .sorting {
  margin-left: auto;
}
#full-width-filter .clear-tags,
#collection-sidebar .clear-tags  {
  font-size: 14px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  text-decoration: underline;
  line-height: 38px;
}
#collection-sidebar a.clear-tags {
  display: block;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
}
ul.theme-sort {
  display: inline-block;
  float: right;
}
.clearfix.filter {
  display: inline-block;
  border: 0;
}
select.styled-select {
  font-size: 14px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  color: #777e89;
  background: url(//bambinodiapers.com/cdn/shop/t/122/assets/select-arrow.png?v=112595941721225094991744997621) right no-repeat;
  background-color: white;
  display: inline-block;
  width: initial;
  min-width: 160px;
  vertical-align: middle;
  border: 1px solid #eeeeee;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  float: left;
  margin-left: 10px;
  font-size: 12px;
  height: 30px;
  padding-left: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
}
#collection-sidebar ul.sortme {
  margin-bottom: 0;
}
#collection-sidebar ul.sortme li p {
    font-weight: bold;
}
#collection-sidebar .filter-wrapper {
  border-bottom: 1px solid #eeeeee;
}
#collection-sidebar label {
  font-size: 14px;
  font-weight: bolder;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  padding: 15px 0;
  margin-bottom: 0;
  position: relative;
}

#collection-sidebar .main-label {
    cursor: pointer;
}

#collection-sidebar ul {
  list-style-type: none;
  margin-bottom: 20px;
  width: 100%;
  position: relative;
}

#collection-sidebar ul li {
  position: relative;
}
#collection-sidebar ul li svg {
  position: absolute;
  right: 0;
  top: 4px;
}

#collection-sidebar ul li a {
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  margin-bottom: 8px;
  display: block;
}
#collection-sidebar label svg {
  transform: rotate(-90deg);
  position: absolute;
  right: 0px;
  top: 40%;
}

/* Mobile Filters */
.mobile-filter-trigger {
  border: 1px solid #f1f1f1;
  background: white;
  font-size: 14px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  position: relative;
  margin-bottom: 8px;
  height: 38px;
  line-height: 38px;
  padding: 0 6px;
}
.mobile-filter-trigger svg {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: 40%;
}
.section-wrapper {
  padding-top: 10px;
  margin-bottom: 10px;
}
.shopify-section:last-child.section-wrapper,
.shopify-section:last-child .section-wrapper {
  margin-bottom: -20x;
}
.homepage-section .product-index {
  margin-top: 20px;
}
.product-index {
  position: relative;
  margin-bottom: 40px;
  text-align: left;
}
.product-index .product-title,
.collection-index .product-title {
  clear: left;
  display: block;
  margin-bottom: 8px;
}
.product-index p.product-vendor,
.product-index .price {
  font-size: 13px;
  line-height: 24px;
  margin: 0;
}
.img2 {
  display: none;
}
.onsale {
  display: inline-block;
  margin-right: 2px;
  color: #e99406 !important;
}
.was {
  display: inline-block;
  margin-left: 2px;
  text-decoration: line-through;
}
.icn {
  position: absolute;
  top: -5px;
  left: -5px;
  letter-spacing: 1px;
  opacity: 0.7;
  z-index: 2;
  padding: 3px 6px;
  text-transform: uppercase;
  font-size: 11px;
}
.sale-item.icn {
  background: #e99406;
  color: #fff;
}
.so.icn {
  background: #333;
  color: #fff;
}
.pre-order.icn {
  background: #d5d5d5;
  color: #eee;
}
.new.icn {
  background: #fff;
  color: #333;
  border: 1px solid #eeeeee;
}
.new.icn ~ .sale-item.icn {
  margin-top: 27px;
}
.product-quick-view {
  max-width: 800px !important;
  max-height: 760px !important;
  overflow-x: hidden !important;
}

/* ===============================================
// Reveal module
// =============================================== */
.product-info {
  margin-top: 10px;
}

/* ===============================================
// Reveal module
// =============================================== */
.reveal .hidden {
  display: block !important;
  visibility: visible !important;
}

.product-image:hover .reveal img {
  opacity: 1;
}

.reveal {
  position: relative;
  overflow:hidden;
}

.reveal .hidden {
  position: absolute;
  z-index: -1;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
 background:  #ffffff;
}

.reveal:hover .hidden {
  z-index: 1;
  opacity: 1;
}

/* ================ */
/* = Product page = */
/* ================ */
#product-images {
  position: relative;
  padding: 20px;
  padding-top: 0;
}


.product-page {
  padding-top: 50px;
}

.product .product-page {
  padding-bottom: 30px;
  position: relative;
}

div#main-image-gallery {
  min-height: 400px;
}
.zoomImg {
  background: #fff;
}

ol.flex-control-nav.flex-control-thumbs {
  display: none;
}

div#product-images .slide-gallery .zoomImg {
  max-height: initial! important;
}

@media screen and ( max-width: 740px ) {
  #product-images { padding: 0! important; }
}

#product-description {
  position: relative;
  margin-top: 0px;
}

#split-description {
  margin-top: 10px;
  margin-bottom: 30px;
}

#split-description h4.header {
  padding-bottom: 5px;
  border-bottom: 1px solid #eeeeee;
}

#product-description label {
  float: left;
  margin-right: 10px;
}

.product h1 {
  font-size: 20px;
  line-height: calc((20px * 0.17) + 20px);
  margin-bottom: 8px;
}

#product-price {
  font-size: 18px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
}
input#addToCart,
.shopify-payment-button__button--unbranded {
  display: block !important;
  width: auto !important;
  padding: 0 40px !important;
  width: 310px !important;
}
.product .shopify-payment-button,
.product-quick-view .shopify-payment-button,
.homepage-featured-product .product-quick-view .shopify-payment-button {
  width: 310px !important;
  display: block !important;
}
#shopify-section-product-recommendations {
  padding-top: 120px;
  margin-bottom: 120px;
}
#shopify-section-product-recommendations .product-details {
  margin-top: 10px;
}
#shopify-section-product-recommendations p.product__title,
#shopify-section-product-recommendations p.product__price {
  font-size: 13px;
  margin: 0;
}
span.compare-price {
  text-decoration: line-through;
  margin-left: 10px;
}

.product-page .product-qty {
  border: none;
  font-size: 14px;
  width: 30px !important;
  color: #777e89;
  height: 40px;
  line-height: 40px;
}
.product-page .quantity-control-down,
.product-page .quantity-control-up {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  width: 20px;
  color: #777e89;
  cursor: pointer;
}

.product-page .quantity-selector {
  width: 100px;
  height: 42px;
  border: 1px solid black;
  font-size: 14px;
  color: #777e89;
  text-align: center;
}

.quantity {
  font-weight: bold;
  text-align: center;
  margin: 0 !important;
  width: 70px! important;
  display: inline-block! important;
  padding: 0! important;
  text-indent: 0! important;
}

.up {
  border: 1px solid #f0f0f0;
  padding: 0 8px;
  line-height: 38px;
  min-height: 38px;
  display: inline-block;
  color: #777e89;
}

.downer {
  border: 1px solid #f0f0f0;
  padding: 0 8px;
  line-height: 38px;
  min-height: 38px;
  display: inline-block;
  color: #777e89;
}

.up:hover,
.downer:hover {
  cursor: pointer;
}

.add {
  line-height: 48px !important;
  min-height: 48px;
  padding: 0 12px !important;
  display: block;
}

.product-add {
  line-height: 38px;
  min-height: 38px;
}
.index .product-add {
  padding: 0;
}
.shopify-payment-button {
  display: block;
}

.shopify-payment-button__button--unbranded {
  font-size: 14px !important;
}
.shopify-payment-button__button--branded, .shopify-payment-button__button--unbranded {
  border-radius: 0! important;
  line-height: 48px !important;
  min-height: 48px! important;
  padding: 0! important;
  margin-bottom: 15px! important;
}

.shopify-payment-button__button--unbranded {
    background: #d41f8f! important;
    color: #ffffff! important;
}

.shopify-payment-button__button--unbranded:hover {
    color: #ffffff! important;
    background: #e99406! important;
}

button.shopify-payment-button__more-options, button.shopify-payment-button__more-options:hover {
    background: transparent! important;
    color: #000! important;
    padding: 0! important;
}

.ajaxified-cart-feedback {
  padding: 5px 10px;
  line-height: 36px;
  vertical-align: middle;
  clear: both;
  border: 1px solid #eeeeee;
  border-radius: 3px;
  font-size: 12px;
}

.ajaxified-cart-feedback.success {
  background: #fbfbfb;
}

.ajaxified-cart-feedback a {
  text-decoration: underline;
  font-weight: bold;
}

.product-template .section-title {
  margin-top: 20px;
}

.product-modal {
  display: none;
  position: absolute;
  top: 70%;
  width: 60%! important;
  margin-left: -30%;
  font-weight: normal;
  line-height: 40px;
  height: 40px;
  padding: 0;
  font-size: 12px;
  left: 50%;
  z-index: 5;
}

.product-index:hover .product-modal {
  display: block;
}

.product-index-inner {
  position: relative;
}

.quick-shop .desc {
  padding-bottom: 20px;
}

#recent {
  border-top: 1px solid #eeeeee;
  padding-top: 10px;
}

.desc {
  clear: left;
  display: block;
  border-bottom: 1px solid #eeeeee;
  position: relative;
  border-top: 1px solid #eeeeee;
  margin: 10px 0;
  padding: 20px 0 0;
}

.what-is-it {
  margin-bottom: 10px;
}

ul.view-more {
  margin-top: 10px;
  list-style-type: none;
  text-align: left;
}

ul.view-more li.detail-item {
  border-top: none;
}

ul.view-more li.detail-item a {
  font-weight: normal;
  text-decoration: underline;
}

#productnav {
  margin-left: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* Sub Menu */
.sub-menu ul {
  border: 0;
}

.sub-menu li {
  border: 0;
}

.sub-menu em {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 14px;
  color: #a6a6a6;
  font: normal 10px/32px Arial, sans-serif;
}

/* New Product Quick View Image Gallery */
.product-main-image {
  position: absolute;
  overflow: hidden;
  width: 100%;
  top: 0;
  left: 0;
  visibility: hidden;
}

.product-main-image img {
  margin: 0 auto;
}

// .product-image-container {
//   width: 100%;
//   position: relative;
//   overflow: hidden;
//   height: 0;
//   width: 100%;
// }

.product-main-image.selected {
  visibility: visible;
}

.product-thumbnail {
  cursor: pointer;
  display: inline-block;
  margin-left: 5px;
  width: 20%;
  cursor: pointer;
}

.product-thumbnails {
  text-align: center;
  margin-top: 20px;
}

/* Product page accordion */
.vantage-accordion {
  list-style: none;
}

.vantage-accordion li &gt; .sub-menu {
  display: none;
}

.vantage-accordion li:target &gt; .sub-menu {
  display: block;
}

.product-details,
.vantage-accordion,
.vantage-accordion ul,
.vantage-accordion li,
.vantage-accordion a,
.vantage-accordion span {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  margin-bottom: 0;
}

.product-details li {
  list-style: none;
}

.vantage-accordion &gt; li:last-child {
  border-bottom: 1px solid #eeeeee;
}

.vantage-accordion .product-accordion-toggle {
  display: block;
  padding-top: 10px;
  cursor: pointer;
  position: relative;
}

.product-accordion-toggle svg {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-top: auto;
  margin-bottom: auto;
  height: 26px;
  line-height: 56px;
}
.vantage-accordion li a.product-accordion-toggle {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 16px;
  line-height: 25.4px;
  color: #0d3186;
  padding: 15px 0 ;
  border-top: 1px solid #eeeeee;
}
.product-accordion-toggle svg.closed {
  display: none;
}
.product-accordion-toggle svg.open {
  display: inline-block;
}
.product-accordion-toggle.inactive svg.closed {
  display: inline-block;
}
.product-accordion-toggle.inactive svg.open {
  display: none;
}
.product-details .product-accordion-toggle {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
}

.vantage-accordion .product-accordion-content {
  display: none;
  padding-left: 8px;
  padding-bottom: 10px;
}
.vantage-accordion .product-accordion-content.first {
  display: block;
}
.product-details .product-accordion-content ul li {
  border-top: none;
}
.vantage-accordion .product-accordion-content.default {
  display: block;
}

/* Product Social Share Icons */
#soc {
  padding-top: 8px;
}

#soc span {
  display: inline;
  vertical-align: middle;
  margin-right: 5px;
}

#soc .pinterest a {
  display: block;
  margin: 0;
}

/* Product Related Products */
.related-products {
  margin-top: 40px;
}

/* Product Page Sticky Cart */
#sticky-cart {
  position: fixed;
  bottom: 20px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background: #ffffff;
  z-index: 200;
  justify-content: space-between;
  height: 80px;
  left: 50%;
  transform: translate(-50%,0%);
  box-shadow: 0 2px 4px 0 rgba(34, 34, 34, 0.5);
  opacity: 0;
  transition: opacity 0.3s;
}
#sticky-cart.show {
  opacity: 1;
}
#sticky-cart .product-info {
  width: 600px;
  padding: 12px 20px;
  margin: 0;
}
#sticky-cart .product-info h4 {
  margin-bottom: 8px;
}
#sticky-cart .product-info p {
  margin-bottom: 0;
}
#sticky-cart #addToCart {
  height: 80px;
  margin-bottom: 0;
  width: 220px !important;
}
#sticky-cart div.current-option {
  width: 190px;
  text-align: center;
  align-self: center;
  border-left: 2px solid #eeeeee;
}
#sticky-cart p.option-label {
  margin: 0;
}
#sticky-cart p.option-selected {
  color: #0d3186;
  font-weight: bolder;
  margin: 0;
}
.padding-sticky {
  padding-bottom: 100px !important;
}


  .select {
    display: block !important;
  }
  .selector-wrapper select {
    padding: 0;
    margin-bottom: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid black;
    line-height: 35px;
    height: 44px;
    font-size: 90%;
    font-weight: 400;
    padding: 0 10px;
    border-radius: 0;
    color: #777e89;
    outline: none;
  }
  .selector-wrapper .selector-wrapper {
    clear: left;
    margin-top: 10px;
    display: block;
  }
  .selector-wrapper .single-option-selector {
    margin-bottom: 10px;
    width: 200px;
  }
  .selector-wrapper label {
    margin: 5px 0;
    margin-top: 10px;
  }

/* =============== */
/* = Map Section = */
/* =============== */
.map-section-container,
.map-section-image {
  visibility: visible;
  position: absolute;
  top: 0;
  left: 0
}

.map-section--display-map .map-section-container,
.map-section--display-bg-image .map-section-image {
  z-index: 4;
  position: relative;
}

.placeholder-background {
  display: none;
}
.map-section--onboarding .placeholder-background {
  display: block;
}

.map-section-image.show-image {
  z-index: 5;
  position: relative;
}

.map-section-wrapper {
  height: 400px;
}

.map-section-container {
  height: 400px;
  width: 100%;
}

.map-section-content {
  padding: 30px;
}

.map-section-wrapper .text_right .map-section-content-wrapper {
  float: right;
}

.map-section-background-wrapper {
  position: relative;
  overflow: hidden;
}

.map-section--onboarding .map-section-error {
  display: none;
}

.map-section-error {
  font-style: italic;
  color: #ff6d6d;
  border: 2px solid #ff6d6d;
  background-color: rgba(119, 0, 0, 0.65);
  padding: 30px;
  margin-top: -250px;
  width: 50%;
  margin-left: 25%;
  z-index: 6;
}

.map-section-image {
  height: 400px;
  background-size: cover;
  background-position: center;
}

.placeholder-background {
  height: 400px;
}

.map-section .placeholder-svg {
  fill: rgba(28,29,29,0.1);
  height: 400px;
}

/* =============== */
/* = Newsletter  = */
/* =============== */

#newsletter {
  line-height: 80px;
  padding: 30px 15px 0 15px;
}
#newsletter #social-icons {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}
#newsletter #social-icons li {
  line-height: 13px;
}
#newsletter p.form--success {
    margin-top: 15px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}
#newsletter .section-title {
  margin-bottom: 0;
}
#newsletter .section-header p {
  margin: 0;
  padding: 0;
}
#newsletter .section-header {
  text-align: center;
}
#newsletter .input-group {
    position: relative;
    display: table;
    width: 100%;
    border-collapse: separate;
}
#newsletter .password__input-group {
    max-width: 480px;
    margin: 0 auto;
}
#newsletter .newsletter__submit {
  width: 30%;
  float: left;
  font-size: 13px;
  padding: 0;
  height: 44px;
  transition: all .25s ease-in-out;
}
#newsletter .newsletter__input {
  width: 70%;
  float:left;
  border-radius: 0;
  border: 1px solid ;
  background: transparent;
  margin-bottom: 0;
  height: 44px;
  line-height: 44px;
}
.section-newsletter .errors ul {
  list-style: none;
  text-align: center;
  margin: 0;
  color: #ff6d6d;
}


/* =================  */
/* = Instagram Feed = */
/* =================  */
.instagram-image-container {
  display: block;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  margin-bottom: 0px;
}
.onboard-instagram {
  background: #f9f9f9;
}
#instafeed {
  margin-top: 20px;
}

#instagram-feed a {
  line-height: 0;
}

#instagram-feed img {
  margin-top: 0;
}

/* ===================== */
/* = Logo List Section = */
/* ===================== */
.logo-section {
  text-align: center;
}

.logo-list {
  margin-top: 10px;
  display: inline-block;
  float: none! important;
  margin-left: 0.7%! important;
  margin-right: 0.7%! important;
}

.logo-list img {
  max-height: 400px;
}

/* =============== */
/* = Blogs &amp; Pages = */
/* =============== */
#page {
  clear: left;
}

#contact-page.form-left {
  float: right;
}

#page h1 {
  text-align: center;
}
.product #content {
  padding-bottom: 60px;
}
.page-contact div#content {
  margin-bottom: 200px;
}

div#contactFormWrapper {
  margin-top: 30px;
}

.blog-description {
  text-align: center;
  margin-bottom: 20px;
}

ul.blog-articles {
  list-style-type: none;
  text-align: center;
}

ul.blog-articles li {
  margin-bottom: 30px;
  border-bottom: 3px double #eeeeee;
  min-height: 150px;
  padding-bottom: 30px;
}

ul.blog-articles li span.post-title {
  font-weight: bold;
  clear: left;
  display: block;
}

body.index .blog-articles li {
  margin-bottom: 10px;
  padding-bottom: 0;
  border-bottom: 0;
  margin-top: 10px;
}

ul#posts {
  list-style-type: none;
  margin-top: 10px;
}

ul#posts li {
  margin: 5px 0;
}

.excerpt {
  margin-bottom: 10px;
}

.excerpt img {
  margin-bottom: 10px;
}

.excerpt a:hover {
  text-decoration: none;
}

.excerpt p {
  margin-bottom: 0;
}

#article {
  margin-top: 30px;
}

#article-body {
  margin-top: 10px;
  margin-bottom: 30px;
  padding: 0 10px 0 15px;
}

#comments {
  border-top: 2px solid #eeeeee;
  margin-top: 10px;
  padding-top: 20px;
}

#comment-pagination {
  margin: 10px 0;
  padding: 10px 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}

#comments ul {
  margin-left: 0;
  list-style-type:none;
}

#comments ul li {
  float: left;
  display: block;
  width: 100%;
  margin: 0 0 20px;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 20px;
}

.notice {
  background: #fbfbfb;
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #eeeeee;
}

#comments dl {
  margin-top: 10px;
}

#comments dl dt {
  margin-top: 10px;
  margin-bottom: 3px;
}

span.post-title, p.posted, .article-headline .rte, .article-headline {
  text-align: ;
}

/* 2019 Blog Update */
.blog-template h1.blog-title {
  margin-top: 71px;
  margin-bottom: 64px;
  font-size: 40px;
  line-height: calc((40px * 0.17) + 40px);
}
.blog-template #blog-sidebar ul li {
  list-style: none;
  display: inline-block;
  width: 100%;
  text-transform: capitalize;
}
.blog-template #blog-sidebar ul li.selected h4 a,
.blog-template #blog-sidebar ul li.selected h4 a:visited,
#homepage-blog #blog-sidebar ul li.selected h4 a,
#homepage-blog #blog-sidebar ul li.selected h4 a:visited  {
  color: #0d3186;
}
.blog-template #blog-articles li.article-index h4 a:hover,
#homepage-blog #blog-articles li.article-index h4 a:hover {
  color: #163a8e;
}
.blog-template #blog-articles li.article-index ,
#homepage-blog #blog-articles li.article-index {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 40px;
}
.blog-template #blog-articles li.article-index .article-image,
.blog-template #blog-articles li.article-index .rte,
#homepage-blog #blog-articles li.article-index .article-image,
#homepage-blog #blog-articles li.article-index .rte {
  align-self: center;
}
.blog-template #blog-articles li.article-index .rte,
#homepage-blog #blog-articles li.article-index .rte {
  margin-bottom: 40px;
}
.blog-template #blog-articles li.article-index .rte.excerpt,
#homepage-blog #blog-articles li.article-index .rte.excerpt {
  padding-left: 80px;
}
.blog-template #blog-articles li.article-index .rte .article-headline a,
#homepage-blog #blog-articles li.article-index .rte .article-headline a {
  font-size: 14px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  color: #163a8e;
  padding-bottom: 3.5px;
  border-bottom: 0.8px solid #163a8e;
}
.blog-template #blog-articles li.article-index h3.post-title,
#homepage-blog #blog-articles li.article-index h3.post-title {
  margin-bottom: 16px;
}
.blog-template #blog-articles li.article-index h3.post-title a,
.blog-template #blog-articles li.article-index h3.post-title a:visited ,
#homepage-blog #blog-articles li.article-index h3.post-title a,
#homepage-blog #blog-articles li.article-index h3.post-title a:visited {
    color: #0d3186;
}
.blog-template #blog-articles li.article-index h3.post-title a:hover,
#homepage-blog #blog-articles li.article-index h3.post-title a:hover {
  color: #163a8e;
}
.blog-template #blog-articles li.article-index .rte p.posted,
.article p.posted,
#homepage-blog #blog-articles li.article-index .rte p.posted {
  color: #e4e6e8;
  font-size: 12px;
  font-weight: 300;
  font-stretch: normal;
  font-style: italic;
  line-height: 1.87;
  letter-spacing: normal;
  margin-bottom: 8px;
 }
.article p.posted {
 text-align: center;
}
.blog-template #recent-posts {
  margin-bottom: 80px;
}
.blog-template #recent-posts .recent-image {
  overflow: hidden;
  margin: 0 auto;
}
.blog-template #recent-posts .recent-image img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  object-position: center center;
}
.blog-template #recent-posts .recent-caption {
  background: white;
  width: 400px;
  margin: 0 auto;
  margin-top: -60px;
  position: relative;
  z-index: 2;
  padding: 16px 24px;
}
.blog-template #recent-posts .recent-caption h4 {
  margin-bottom: 13px;
}
.blog-template #recent-posts .recent-caption a {
  color: #777e89;
  font-size: 12px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: normal;
  padding-bottom: 3.5px;
  border-bottom: 0.8px solid #777e89;
}
.article .article-title {
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  margin-bottom: 24px;
  color: #4073ec;
}
.article .rte {
  padding: 48px 0;
}
.article .rte img {
  margin: 48px 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.article .rte p {
  padding: 0 104px;
  line-height: 1.8;
}
.article #article-pagination {
  padding-top: 126px;
  margin-bottom: 121px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
}
.article .article-details {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
}
.article-details p {
  align-self: center;
  margin-bottom: 0;
}
.article-details .share-icons {
  align-self: center;
  margin-left: auto;
}
.article  .comment-details {
  font-weight: bolder;
  margin-bottom: 24px;
}
.article .comment p {
  line-height: 1.7;
}
.article #article-pagination a {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bolder;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  align-self: center;
  color: #0d3186;
}
.article #article-pagination .next-article {
  margin-left: auto;
}
.article #article-pagination .next-article svg {
  transform: rotate(180deg);
  margin-left: 8px;
  margin-bottom: -5px;
}
.article #article-pagination .prev-article svg {
  margin-right: 8px;
  margin-bottom: -5px;
}
.article p.caption {
  color: ;
  font-size: 18px;
  font-weight: 300;
  font-stretch: normal;
  font-style: italic;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: center;
  margin-top: 16px;
}

/* Tablet blog */
@media screen and (min-width: 739px) and (max-width: 980px) {
  .blog-template #blog-articles li.article-index .rte.excerpt,
  #homepage-blog #blog-articles li.article-index .rte.excerpt {
    padding-left: 40px;
  }
  .blog-template #blog-sidebar ul {
    margin-bottom: 32px;
  }
  .blog-template #blog-sidebar ul li {
    margin-right: 24px;
    display: inline;
  }
  .blog-template #blog-sidebar ul li h4 {
    display: inline;
  }
  .blog-template #recent-posts .recent-caption {
    width: 260px;
  }
}
/* Mobile Blog */
@media screen and (max-width: 740px) {
  .blog-template #blog-sidebar ul {
    margin-bottom: 32px;
  }
  .blog-template #blog-sidebar ul li {
    margin-right: 24px;
    display: inline;
  }
  .blog-template #blog-sidebar ul li h4 {
    display: inline;
  }
  .blog-template #blog-articles li.article-index .rte.excerpt,
  #homepage-blog #blog-articles li.article-index .rte.excerpt {
    padding-left: 0;
  }
  .blog-template #blog-articles li.article-index,
  #homepage-blog #blog-articles li.article-index {
    flex-wrap: wrap;
  }
  .blog-template h1.blog-title {
    margin-top: 64px;
    margin-bottom: 40px;
  }
  .blog-template #blog-articles li.article-index .article-image,
  #homepage-blog #blog-articles li.article-index .article-image {
    margin-bottom: 24px;
  }
  .blog-template #recent-posts .recent-image img,
  #homepage-blog #recent-posts .recent-image img {
    height: 400px;
  }
  .blog-template #recent-posts .recent-caption,
  #homepage-blog #recent-posts .recent-caption {
    width: 280px;
  }
  .blog-template #recent-posts {
    margin-bottom: 0;
  }
  .blog-template .recent-post {
    margin-bottom: 56px;
  }
}

.shopify-section.page-content .rte {
    margin-bottom: 40px;
    padding-top: 20px;
}

.rte ul li {
    list-style: disc;
    list-style-position: outside;
    margin-left: 20px;
}

.rte ul {
    margin-bottom: 15px;
}

/* ===================== */
/* =      Search       = */
/* ===================== */
.search-content {
  text-align: center;
  padding: 10px;
}
#search-products,
#search-articles,
#search-pages {
  margin-bottom: 64px;
}
div#search-bar input {
  padding-bottom: 0;
  margin-bottom: 0;
  border: 0;
}

#search-bar p {
  text-align: center;
}
.search-form {
  margin-bottom: 24px;
}
.search #content {
  min-height: 400px;
}
/* ===================== */
/* = Customer Accounts = */
/* ===================== */

#customer-wrapper { float: left; margin-bottom: 40px; }
#customer-wrapper p { margin-top: 0! important; margin-bottom: 0! important; }

#forgot_password { margin-bottom: 15px; }
#customer-wrapper form { margin-top: 20px; }
#admin_header { margin-bottom: 30px; }
.view_address p { margin: 0; }
#customer_detail p { margin: 0; }
.address_table { margin-bottom: 20px; }

#order_address {
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

#order_details {
  float: left;
}

#create-customer, #customer {
  margin-top: 30px;
}

div#recover-password {
  margin-top: 30px;
}

.action_link {
  display: inline-block;
  margin-bottom: 10px;
  text-decoration: underline;
}

.action_edit {
  padding: 0 15px 0 0;
}

a#view_address {
  display: block;
  margin-top: 10px;
}

table.customer_address_table select {
    margin-bottom: 20px;
    width: 100%;
    text-indent: 10px;
}

.action_bottom {
    margin-top: 10px;
}

.action_bottom .button {
    margin-right: 10px;
}

span.action_link.action_new {
    margin-bottom: 20px;
}

.note.order_date {
  margin-bottom: 20px;
}

table#order_details {
  margin-top: 20px;
  border-top: 1px solid #eeeeee;
  padding-top: 20px;
  text-align: left;
}

table#order_details tr td {
  min-width: 150px;
}

table#order_details tr td.order_quantity,
table#order_details tr td.center,
table#order_details tr th.center {
  text-align: center !important;
}


tfoot tr.order_summary.note td.total.money,
tfoot tr.order_summary.note td.cart-savings-amount,
td.cart-savings-amount,
tr.order_summary.order_total .money {
  text-align: right !important;
}

tr.order_summary.order_total {
  font-weight: bold;
}

table#order_details tfoot {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #eeeeee;
    display: block;
    text-align: left !important;
    clear: left;
}

table.show-orders tr td {
    min-width: 140px;
}

table.show-orders tr th {
    text-align: left;
}


.center {
  text-align: center;
}


/* =============== */
/* = Footer = */
/* =============== */
#footer {
  padding-bottom: 20px;
  text-align: center;
}

body.index #footer {
  margin-top: 0;
}

#big-footer {
  margin-bottom: 86px;
  padding-top: 80px;
  list-style-type: none;
  line-height: 22.4px;
}

#big-footer h6 {
  margin-bottom: 8px;
  display: block;
  line-height: 21.6px;
}

#big-footer &gt; div {
  padding: 20px 25px;
  min-height: 120px;
}

#big-footer ul {
  list-style: none;
  margin: 0;
}

#footer-signup form {
  border: 1px solid #ffffff;
  width: 100%;
  position: relative;
}

#email-address {
  color: #163a8e;
  font-size: 14px;
}

#email-address::-webkit-input-placeholder { /* WebKit browsers */
  color: #ffffff;
  font-size: 14px;
}

#email-address:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #ffffff;
  font-size: 14px;
}

#email-address::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #ffffff;
  font-size: 14px;
}

#email-address:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #ffffff;
  font-size: 14px;
}

#email-address  {
  margin-bottom: 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid transparent;
  /* padding: 0 0 0 8px; */
  width: 100%;
  text-indent: 5px;
  padding-left: 15px;
  padding-top: 8px;
  padding-bottom: 8px;
}

#Footer g {
  fill: #ffffff;
}

#footer-signup button {
  width: 50px;
  max-width: initial;
  background: #8fc6e9;
  color: #163a8e;
  margin: 0 0 0;
  border-left: 1px solid #ffffff;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 15px;
  height: 40px;
  line-height: 42px;
  padding: 0;
}

#footer-signup .errors {
    position: absolute;
    padding-top: 10px;
    right: 0;
    top: 100%;
    font-weight: bold;
    color: red;
}

#social-icons {
  margin-top: 15px;
}
#social-icons i {
  font-size: 15px;
}
#social-icons a {
    margin:  0 6px 0 0;
    width: auto;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
}

.share-icons a {
  color: #777e89;
  margin: 4px 0 10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 30px;
  display: inline-block;
  text-align: center;
}

.share-icons i {
  font-size: 20px !important;
  vertical-align: middle;
}

#social-icons a:hover {
  opacity: 0.9;
}

#close {
  line-height: 32px;
  padding-right: 84px;
  padding-left: 84px;
}
.store-info{
  text-align: left;
}
.payment-methods{
  text-align: right;
}

#footer {
  background: #8fc6e9;
}

#big-footer {
  border-top: 1px solid #ffffff;
  color: #163a8e;
  padding-right: 69px;
  padding-left: 69px;
}

#close a,
#close p,
#close a:visited {
  color: #01040a;
}

#big-footer a {
  color: #163a8e;
}

#big-footer h6 {
  color: #0d3186;
}

#social-icons a {
  color: #0d3186;
}

#close {
  color: #01040a;
}

@media screen and (max-width: 980px ) {
  .footer-sect {
    border-left: 0! important;
  }
}

div#bottom-footer .footer-left p,
div#bottom-footer .footer-left a {
  color: #163a8e;
}

/* =============== */
/* = Global = */
/* =============== */
.readmore {
  font-style: italic;
  color: ;
}

#breadcrumb {
  font-size: 10px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  margin-top: 31px;
  margin-bottom: 24px;
  color: #777e89;
}

#breadcrumb a,
#breadcrumb span {
  padding: 0 5px 0 0;
  color: #777e89;
  text-transform: capitalize;
}
#breadcrumb a:hover {
  color: #303337;
}
#breadcrumb .page-title {
  text-transform: uppercase;
}
.separator {
  padding-right: 5px;
}

#pagination {
  text-align: center;
  margin-top: 64px;
  margin-bottom: 120px;
  font-size: 13px;
  font-weight: bold;
}

#pagination .pagination-wrapper .links {
  width: auto;
  display: inline-block;
  background: white;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
}
#pagination .links a,
#pagination .links span {
  color: #777e89;
  font-size: 14px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  padding: 4px 6px;
}
#pagination span.current {
  font-weight: bolder;
  color: #303337;
}
#pagination .prev-page,
#pagination .next-page {
  display: inline-block;
  background: white;
  height: 40px;
  line-height: 40px;
  width: 40px;
}
#pagination a:hover {
  background: #333333;
  color: #d41f8f;
}
#pagination span.count {
  display: block;
  margin-bottom: 20px;
}
#pagination .next-page svg {
  transform: rotate(180deg);
  margin-bottom: -1px;
}
#pagination .prev-page svg {
  margin-bottom: -1px;
}
.padded {
  margin-bottom: 15px;
}

#recently-viewed-products h2 {
  margin-bottom: 30px;
}

label[for="product-select-option-"] {
  display: none;
}

#product-select-option- {
  display: none;
}

#product-select-option- + .custom-style-select-box {
  display: none !important;
}

/*
Swatches Styles
*/




.option-label,
ul.view-more li.detail-item,
#soc span,
.selector-wrapper label {
  font-size: 14px;
  line-height: 22px;
  color: #777e89;
}

.swatch {
  margin:0.5em 0;
}
/* Label */
.swatch .header {
  margin: 0.5em 0;
}
/* Hide radio buttons.*/
.swatch input {
  display:none;
}

.swatch label {
  color: #5b6476;
  background-color: #ebf6fd;
  border: 1px solid #ffffff;
  display: inline-block;
  zoom: 1;
  margin-right: 0 !important;
  margin-bottom: 0! important;
  cursor: pointer;
  position: relative;
  font-size: 13px;
  min-width: 40px;
  white-space: nowrap;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  height: 34px;
  line-height: 33px;
  padding: 0 10px !important;
}

.swatch-element label {
  padding:0 10px;
}

.color.swatch-element label {
  padding:0;
  border: 1px solid transparent;
  
  width: 34px;
  min-width: 34px;
  box-shadow: 0px 0px 1px 0px #aaa;
}

.swatch input:checked + label {
  border: 1px solid #79bbe5;
  background: #79bbe5;
  color: #ffffff;
}

.swatch .color input:checked + label {
  border: 1px solid #d5d5d5;
  padding: 7px;
}

.swatch .color input:checked + label:after {
  content: "\f058";
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  right: 9px;
  color: rgba(255,255,255,0.6);
  font-size: 15px;
}

.swatch .swatch-element {
  display: inline-block;
  -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;
}

.swatch .swatch-element .crossed-out {
  display:none;
}

.swatch .swatch-element.soldout .crossed-out {
  display:block;
}

.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: 5px;
  display:block;
  position:absolute;
  width: auto;
  left:-28px;
  font-size: 12px;
  font-weight: bolder;

  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: calc(50% - 10px);
  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:#333!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;
}

div.select {
  display: none;
}

div#subscribe_popup {
  width: 480px;
  text-align: center;
  padding: 0 0 20px;
  overflow: hidden;
}

#subscribe_popup #mc_embed_signup {
  border-top: 1px solid #eeeeee;
  padding: 20px 0;
}

.cta {
  margin-top: 20px;
}

.cta a {
  color: #ffffff;
  font-size: 16px;
  padding: 10px 20px;
  background: #000000;
  -webkit-transition: background .5s ease,color .5s ease;
  -moz-transition: background .5s ease,color .5s ease;
  -o-transition: background .5s ease,color .5s ease;
  transition: background .5s ease,color .5s ease;
}

.cta a:hover {
  color: #000000;
  background: #686868;
}

/* styling mega menu */
.collections-mega-menu{
  display: none;
  align-self: center;
  position: absolute;
  z-index: 2;
  height: auto;
  width: 100%;
  left: 0px;
}

.collection-title{
  font-family:Montserrat
}


/* #Mobile Menu
 ================================================== */
.mobile-navigation {
  list-style: none;
  background: #f4f1ed;
  width: 250px;
  height: auto;
  position: fixed;
  top: 0;
  bottom: 0;
  left: unset;
  z-index: 1;
  padding: 10px;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-box-shadow: 4px 0px 7px 0px rgba(153,153,153,1);
  -moz-box-shadow: 4px 0px 7px 0px rgba(153,153,153,1);
  box-shadow: 4px 0px 7px 0px rgba(153,153,153,1);
}
.mobile-navigation-item {
  width: 250px;
}
.mobile-navigation-link:link {
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  display: block;
  padding: 0.5rem 1em 0.5rem 1.75rem;
  color: #47423f;
  text-decoration: none;
  transition: color 0.2s, background 0.5s;
  height: 40px;
}
.mobile-navigation-link:hover {
  color: #161111;
  border-left: 5px solid #d8af4d;
  padding-left: 23px;
}
.mobile-navigation-link:active {
  color: #161111;
  border-left: 5px solid #d8af4d;
  padding-left: 23px;
}
.mobile-dropdown-link i {
  font-weight: 800;
  padding: 5px;
  float: right;
  margin-left: 0.3em;
}
.mobile-dropdown-link .fa-angle-up {
  display: none;
}
.mobile-dropdown-link.active .fa-angle-down {
  display: none;
}
.mobile-dropdown-link.active .fa-angle-up {
  display: block;
}
.mobile-dropdown {
  display: none;
}
.mobile-dropdown li {
  width: 80%;
}
.mobile-dropdown a:link {
  font-weight: 300;
  text-transform: none;
  font-size: 15px;
  padding: 3px;
  margin: 0 0 0 25px;
  height: 30px;
  display: block;
}
.mobile-dropdown a:hover {
  color: #161111;
  border-bottom: 3px solid #d8af4d;
  border-left: none;
}
.mobile-dropdown a:active {
  color: #161111;
  border-bottom: 3px solid #d8af4d;
  border-left: none;
}
.mobile-social-media {
  margin: 0 auto;
  text-align: center;
  border-top: 1px solid rgba(211, 207, 200, 0.3);
}
.mobile-social-media li {
  display: inline-block;
  width: 40px;
}
.mobile-social-media a:link {
  padding: 0;
}
.mobile-social-media a:hover, .mobile-social-media a:active {
  border-left: none;
}
.mobile-social-media i {
  font-size: 20px;
  display: inline-block;
  padding: 10px;
}
.mobile-social-media i:hover {
  border-left: none;
  color: #161111;
  border-bottom: 3px solid #d8af4d;
}
.site-wrap {
  min-height: 100%;
  min-width: 100%;
  background-color: #ffffff;
  position: relative;
  top: 0;
  bottom: 100%;
  right: 0;
  left: unset;
  z-index: 1;
  overflow: hidden;
  transition: transform 0.5s;
}
/* Nav Trigger */
.nav-trigger {
  /* critical styles - hide the checkbox input */
  position: absolute;
  clip: rect(0, 0, 0, 0);
}
label[for="nav-trigger"] {
  /* critical positioning styles */
  margin-top: -2px;
  z-index: 2;
}
label[for="nav-trigger"] i {
  /* non-critical apperance styles */
  font-size: 1rem;
  margin-top: 5px;
  color: black;
}
/* Make the Magic Happen */
.nav-trigger + label, .site-wrap, .mobile-navigation {
  transition: transform 0.5s;
}
.menu-open {
  overflow: hidden;
  height: 60vh;
  touch-action: none;
}
.nav-trigger:checked ~ .mobile-navigation {
  right: 0;
}
.nav-trigger + label {
  margin-top: -3px;
}
body {
  /* Without this, the body has excess horizontal scroll when the menu is open */
  overflow-x: hidden;
  overflow-y: overlay;
  
}
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.9s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger-box {
  margin-top: 2px;
  display: inline-block;
  position: relative;
  width: 19px;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 20px;
  height: 1px;
  background-color: #0d3186;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.9s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -6px;
}
.hamburger-inner::after {
  bottom: -6px;
}
/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.9s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.9s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.9s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.4s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.4s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}


.accordion-toggle:after,
.accordion-toggle2:after {
  content: "\f107";
  font-family: FontAwesome;
  text-align: right;
  width: 13%;
  display: inline-block;
  padding-right: 13px;
}

#customer-accounts-mobile a,
.mobile-navigation ul#accordion li a,
.mobile-navigation .accordion-toggle2 a {
  padding: 8px 8px;
  display: inline-block;
  width: 80%;
}

.accordion-toggle,
.accordion-toggle2 {
  cursor: pointer;
}

.accordion-content,
.accordion-content2 {
  display: none;
}

.accordion-content.default,
.accordion-content2.default {
  display: block;
}

.mobile-navigation ul {
  list-style: none;
  margin-bottom: 0;
}


.mobile-navigation .featured-text p {
  color: #0d3186;
  margin-bottom: 0;
  line-height: 18px;
}

.mobile-navigation ul.sub {
  margin-top: 0! important;
}

.mobile-navigation input {
  line-height: initial! important;
  border: 0! important;
  margin-bottom: 0! important;
}

.mobile-navigation .search-form {
  width: 100%! important;
  float: left! important;
}

.mobile-navigation #social-icons,
.mobile-navigation .featured-text {
  text-align: center !important;
  width: 94% !important;
}

.mobile-navigation &gt; div {
  margin-top: 10px;
  padding-bottom: 10px;
}
.mobile-navigation span.cart-count {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  width: calc(26px - 6px);
  font-size: 10px;
  text-align: center;
  height: 44px;
  line-height: 48px;
}
.mobile-navigation .cart-status svg {
  height: 44px;
  line-height: 42px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}
.mobile-navigation  p.cart-title {
  height: 44px;
  display: inline-block;
  line-height: 44px;
  vertical-align: middle;
  margin: 0;
  font-size: 14px;
}
.mobile-navigation .accordion-toggle:after,
.mobile-navigation .accordion-toggle2:after {
  padding-right: 0;
}
ul#mobile-menu {
  list-style: none;
  height: auto;
  text-align: right;
  margin-bottom: 0;
  margin-right: 0;
  width: 80%;
  align-self: center;
}

ul#mobile-menu li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 16px;
}

#mobile-menu li a {
  display: inline-block;
  position: relative;
}

#mobile-menu span.cart-count {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  width: calc(26px - 6px);
  font-size: 10px;
  text-align: center;
}
#mobile-menu svg.search {
  margin-top: 3px;
}
/* Password Page */
.password-page #logo {
  padding-top: 100px;
}

.password-page {
  min-height: 110vh;
}

.password-page img {
  margin: 10px;
}

#password-message {
  margin-bottom: 30px;
}

#signup-wrap {
  padding: 30px;
  border-radius: 3px;
  text-align: center;
}

#signup-holder {
  margin-top: 100px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

#password-email {
  float: left;
  text-indent: 10px;
  width: 70%;
  text-transform: uppercase;
  color:#000;
  height: 46px;
}


input#password-email:focus::-webkit-input-placeholder {
  color:transparent;
}
input#password-email:focus:-moz-placeholder {
  color:transparent;
} /* FF 4-18 */
input#password-email:focus::-moz-placeholder {
  color:transparent;
} /* FF 19+ */
input#password-email:focus:-ms-input-placeholder {
  color:transparent;
} /* IE 10+ */

#password-subscribe {
  float: left;
  width: 28%;
  margin-left: 2%;
  margin-top: 0;
  text-transform: uppercase;
}

body.password p.success {
  text-align: center;
}

.password-page-icons li {
  display: inline-block;
  margin: 0 5px;
}

.password-page-icons a:hover {
  opacity: 0.5;
}

.password-page-icons i {
  line-height: 30px;
}

body.password form#login_form {
  padding: 15px 20px;
}

.password-page-footer {
  width: 100%;
  display: block;
  text-align: center;
  position: relative;
  margin-top: 220px;
}

.password-page-footer a {
  font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
  font-style: italic;
  font-size: 16px;
  font-weight: 600;
}

/* slideout */
.slideout-toggle.open_password {
  position: fixed;
  top: 20px! important;
  right: 20px! important;
  z-index: 2;
  cursor: pointer;
}

.slideout {
  position: fixed;
  top: 0! important;
  right: -320px;
  width: 320px;
  background-color: #fff;
  z-index: 300;
  color: #000;
  padding: 20px;
}

.slideout label {
  margin-bottom: 30px;
}

.closeslide {
  float: right;
  cursor: pointer;
  font-size: 20px;
}

.closeslide i.icon-angle-right {
  margin-right: -3px;
}

@media screen and ( max-width: 740px ) {
  ul#password-icons {
    display: none;
  }

  #signup-holder {
    margin-top: 50px;
  }
  .slideout-toggle.open_password {
    width: 100%;
    text-align: center;
    right: 0 !important;
    left: 0;
  }

  .password-page #logo img {
    max-width: 70% !important;
  }
}

/*
* jQuery FlexSlider v2.2.0
* http://www.woothemes.com/flexslider/
*
* Copyright 2012 WooThemes
* Free to use under the GPLv2 license.
* http://www.gnu.org/licenses/gpl-2.0.html
*
* Contributing author: Tyler Smith (@mbmufffin)
*/

/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {
  outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
  font-family: 'flexslider-icon';
  src:url('flexslider-icon.eot');
  src:url('flexslider-icon.eot?#iefix') format('embedded-opentype'),
    url('flexslider-icon.woff') format('woff'),
    url('flexslider-icon.ttf') format('truetype'),
    url('flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider,
.slide-gallery {
  margin: 0;
  padding: 0;
}

/* .flexslider .slides &gt; li, .slide-gallery .slides &gt; li {
  position: relative;
  display: none;
  -webkit-backface-visibility: hidden;
} /* Hide the slides before the JS is loaded. Avoids image jumping */ */

.flexslider .slides img,
.slide-gallery .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides {
  zoom: 1;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

.flex-caption {
  position: absolute;
  width: 100%;
  padding: 0 5%;
  line-height: normal;
  z-index: 3;
}

.caption-inners {
  display: inline-block;
  padding: 15px;
}

.flex-caption h2.slide-title {
  color: #000000;
  line-height: inherit;
  border: 0! important;
  padding: 0;
  margin-bottom: 0;
}

.flex-caption p {
  color: #000000;
}

.flexslider .readmore {
  position: absolute;
  width: 100%;
  text-align: center;
}

/* Clearfix for the .slides element */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .slides {
  display: block;
}

* html .slides {
  height: 1%;
}

.animated, .animate {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animate:first-child {
  animation-delay: 1s;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}



/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
* include js that eliminates this class on page load */
.no-js .slides &gt; li:first-child {
  display: block;
}

/* FlexSlider Default Theme
*********************************/
.flexslider,
.slide-gallery {
  margin: 0;
  position: relative;
  zoom: 1;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.flexslider .slides,
.slide-gallery .slides {
  zoom: 1;
}

/* Direction Nav and Product Gallery Controls */
.product-gallery-controls {
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
  z-index: 3;
}

.product-gallery-controls li {
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 40%;
  overflow: hidden;
  cursor: pointer;
  transition: all .25s ease-in-out;
  color: #ffffff;
  border: 2px solid rgba(0,0,0,0);
  background: rgba(0,0,0,0);
}

.product-gallery-controls li.product-gallery-previous {
  left: 10px;
}

.product-gallery-controls li.product-gallery-next {
  right: 10px;
}

.product-gallery-controls .product-gallery-next:before {
  content: "\f105";
  font-family: FontAwesome;
  text-align: center;
  display: block;
  padding: 6px;
}

.product-gallery-controls .product-gallery-previous:before {
  content: "\f104";
  font-family: FontAwesome;
  text-align: center;
  display: block;
  padding: 6px;
}

.product-gallery-controls li:hover {
  background: #333333;
  color: #d41f8f;
}

.product-top {
  position: relative;
}

.product-top .zoom-box {
  display: none;
  position: absolute;
  width: 400px;
  height: 400px;
  top: 40px;
  overflow: hidden;
  z-index: 4;
  border: 1px solid #eee;
}

.flex-direction-nav,
.product-gallery-controls {
  *height: 0;
}

.flex-direction-nav a {
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 3;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  transition: all .25s ease-in-out;
  color: #ffffff;
  border: 2px solid rgba(0,0,0,0);
  background: rgba(0,0,0,0);
}

.flexslider:hover .flex-prev,
.slide-gallery:hover .flex-prev {
  opacity: 1;
  left: 10px;
}

.flexslider:hover .flex-next,
.slide-gallery:hover .flex-next {
  opacity: 1;
  right: 10px;
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover,
.slide-gallery:hover .flex-next:hover,
.slide-gallery:hover .flex-prev:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled,
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter:alpha(opacity=0);
  cursor: default;
}

.flex-direction-nav .flex-next:before {
  content:"\f105";
  font-family: FontAwesome;
  font-size: 25px;
}

.flex-direction-nav .flex-prev:before {
  content:"\f104";
  font-family: FontAwesome;
  font-size: 25px;
}

a.flex-next {
  line-height: 33px;
  text-align: center! important;
  width: 35px! important;
  height: 35px! important;
  padding-left: 2px;
}

a.flex-prev {
  line-height: 33px;
  text-align: center! important;
  width: 35px! important;
  height: 35px! important;
  padding-right: 2px;
}

.flex-direction-nav a:hover {
  background: #333333;
  color: #d41f8f;
}
/* Slideshow Section Controls */
.slideshow-section .flex-direction-nav a {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: unset;
  left: unset;
  bottom: 80px;
  z-index: 3;
  overflow: hidden;
  opacity: 1;
  cursor: pointer;
  transition: all .25s ease-in-out;
  color: #ffffff;
  border: none;
  background: rgba(0,0,0,0);
  opacity: 0.8;
}
.slideshow-section .flex-direction-nav a:hover {
  background: #333333;
  color: #d41f8f;
}
.slideshow-section a.flex-next,
.slideshow-section a.flex-prev {
  line-height: 80px;
  text-align: center! important;
  width: 80px! important;
  height: 80px! important;
}
.slideshow-section .flexslider .flex-prev,
.slideshow-section .flexslider:hover .flex-prev {
  top: unset;
  left: unset;
  right: 80px;
  bottom: 80px;
}
.slideshow-section .flexslider .flex-next,
.slideshow-section .flexslider:hover .flex-next {
  top: unset;
  left: unset;
  right: 0px;
  bottom: 80px;
}

/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0,0,0,0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
  -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
  box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
}

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0,0,0,0.7);
}

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0,0,0,0.9);
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 20%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}



body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: rgb(30, 30, 30);
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

/* Buttons */

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

/* Fix IE11 */
.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
  border: 0;
  border-radius: 0;
	color: #ffffff;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
  background: rgba(0,0,0,0);
}

.fancybox-close-small:hover {
  color: #ffffff;
  opacity: 1;
  background: #333333;
}

.fancybox-slide--html .fancybox-close-small {
  color: #ffffff;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
    background: linear-gradient(to top,
        rgba(0, 0, 0, .85) 0%,
        rgba(0, 0, 0, .3) 50%,
        rgba(0, 0, 0, .15) 65%,
        rgba(0, 0, 0, .075) 75.5%,
        rgba(0, 0, 0, .037) 82.85%,
        rgba(0, 0, 0, .019) 88%,
        rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg);
    }
}

/* Transition effects */

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        color: #ffffff;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}
/* Share */

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}
/* Thumbs */

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}


/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('fontawesome-webfont.eot?v=4.7.0');
  src: url('fontawesome-webfont.eot?#iefix&amp;v=4.7.0') format('embedded-opentype'), url('fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('fontawesome-webfont.woff?v=4.7.0') format('woff'), url('fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa,
.fas {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul &gt; li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* onboarding styles for new theme install */
.onboard, .onboard-slide, .onboard-instagram {
  background: #ddd! important;
    border: 1px solid #ccc;
}

.row.no-blocks .desktop-12 {
  font-size: 15px;
  text-align: center;
  padding: 20px 0;
  border: 1px dashed #eee;
  background: #f7f7f7;
  margin-top: 20px;
  margin-bottom: 50px;
  font-weight: normal;
}

.homepage-promo .onboard .placeholder-svg,
.ci.onboard .placeholder-svg,
.onboard svg,
.onboard-slide svg,
.article-image .placeholder-svg,
.flexslider .placeholder-svg,
.onboard-instagram svg {
  fill: rgba(28,29,29,0.1);
  background-color: transparent;
  width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}

ol.flex-control-nav.flex-control-thumbs {
  display: block;
  text-align: center;
}

ol.flex-control-nav.flex-control-thumbs li {
  width: 25%;
  float: none;
  padding: 10px 5px 0;
  vertical-align: top;
}

ol.flex-control-nav.flex-control-thumbs li .zoomImg {
  display: none! important;
}

.slider-container {
  position: relative;
}

.slick-arrow {
  position: absolute;
  top: 46%;
  cursor: pointer;
  color: #ffffff;
  border: 2px solid rgba(0,0,0,0);
  background: rgba(0,0,0,0);
  line-height: 33px;
  text-align: center! important;
  width: 35px! important;
  height: 35px! important;
  z-index: 2;
}

.slick-arrow:hover {
  background: #333333;
  color: #d41f8f;
}

.prev_slide.slick-arrow {
  left: 0;
}

.next_slide.slick-arrow {
  right: 0;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

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

.slick-list:focus {
  outline: none;
}

.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;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
  width: 100%;
}

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

.slider-container i.fa.fa-angle-left.prev_slide.slick-arrow,
.slider-container i.fa.fa-angle-right.next_slide.slick-arrow {
  line-height: 80px;
  text-align: center! important;
  width: 80px! important;
  height: 80px! important;
  font-size: 25px;
}

i.fa.fa-angle-left.prev_slide.slick-arrow {
  top: unset;
  left: unset;
  right: 80px;
  bottom: 80px;
}

i.fa.fa-angle-right.next_slide.slick-arrow {
  top: unset;
  left: unset;
  right: 0px;
  bottom: 80px;
}


/* #SweetAlert2
================================================== */
@charset "UTF-8";@-webkit-keyframes swal2-show{0%{-webkit-transform:scale(.7);transform:scale(.7)}45%{-webkit-transform:scale(1.05);transform:scale(1.05)}80%{-webkit-transform:scale(.95);transform:scale(.95)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes swal2-show{0%{-webkit-transform:scale(.7);transform:scale(.7)}45%{-webkit-transform:scale(1.05);transform:scale(1.05)}80%{-webkit-transform:scale(.95);transform:scale(.95)}100%{-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes swal2-hide{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}100%{-webkit-transform:scale(.5);transform:scale(.5);opacity:0}}@keyframes swal2-hide{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}100%{-webkit-transform:scale(.5);transform:scale(.5);opacity:0}}@-webkit-keyframes swal2-animate-success-line-tip{0%{top:1.1875em;left:.0625em;width:0}54%{top:1.0625em;left:.125em;width:0}70%{top:2.1875em;left:-.375em;width:3.125em}84%{top:3em;left:1.3125em;width:1.0625em}100%{top:2.8125em;left:.875em;width:1.5625em}}@keyframes swal2-animate-success-line-tip{0%{top:1.1875em;left:.0625em;width:0}54%{top:1.0625em;left:.125em;width:0}70%{top:2.1875em;left:-.375em;width:3.125em}84%{top:3em;left:1.3125em;width:1.0625em}100%{top:2.8125em;left:.875em;width:1.5625em}}@-webkit-keyframes swal2-animate-success-line-long{0%{top:3.375em;right:2.875em;width:0}65%{top:3.375em;right:2.875em;width:0}84%{top:2.1875em;right:0;width:3.4375em}100%{top:2.375em;right:.5em;width:2.9375em}}@keyframes swal2-animate-success-line-long{0%{top:3.375em;right:2.875em;width:0}65%{top:3.375em;right:2.875em;width:0}84%{top:2.1875em;right:0;width:3.4375em}100%{top:2.375em;right:.5em;width:2.9375em}}@-webkit-keyframes swal2-rotate-success-circular-line{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}5%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}12%{-webkit-transform:rotate(-405deg);transform:rotate(-405deg)}100%{-webkit-transform:rotate(-405deg);transform:rotate(-405deg)}}@keyframes swal2-rotate-success-circular-line{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}5%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}12%{-webkit-transform:rotate(-405deg);transform:rotate(-405deg)}100%{-webkit-transform:rotate(-405deg);transform:rotate(-405deg)}}@-webkit-keyframes swal2-animate-error-x-mark{0%{margin-top:1.625em;-webkit-transform:scale(.4);transform:scale(.4);opacity:0}50%{margin-top:1.625em;-webkit-transform:scale(.4);transform:scale(.4);opacity:0}80%{margin-top:-.375em;-webkit-transform:scale(1.15);transform:scale(1.15)}100%{margin-top:0;-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes swal2-animate-error-x-mark{0%{margin-top:1.625em;-webkit-transform:scale(.4);transform:scale(.4);opacity:0}50%{margin-top:1.625em;-webkit-transform:scale(.4);transform:scale(.4);opacity:0}80%{margin-top:-.375em;-webkit-transform:scale(1.15);transform:scale(1.15)}100%{margin-top:0;-webkit-transform:scale(1);transform:scale(1);opacity:1}}@-webkit-keyframes swal2-animate-error-icon{0%{-webkit-transform:rotateX(100deg);transform:rotateX(100deg);opacity:0}100%{-webkit-transform:rotateX(0);transform:rotateX(0);opacity:1}}@keyframes swal2-animate-error-icon{0%{-webkit-transform:rotateX(100deg);transform:rotateX(100deg);opacity:0}100%{-webkit-transform:rotateX(0);transform:rotateX(0);opacity:1}}body.swal2-toast-shown .swal2-container{background-color:transparent}body.swal2-toast-shown .swal2-container.swal2-shown{background-color:transparent}body.swal2-toast-shown .swal2-container.swal2-top{top:0;right:auto;bottom:auto;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}body.swal2-toast-shown .swal2-container.swal2-top-end,body.swal2-toast-shown .swal2-container.swal2-top-right{top:0;right:0;bottom:auto;left:auto}body.swal2-toast-shown .swal2-container.swal2-top-left,body.swal2-toast-shown .swal2-container.swal2-top-start{top:0;right:auto;bottom:auto;left:0}body.swal2-toast-shown .swal2-container.swal2-center-left,body.swal2-toast-shown .swal2-container.swal2-center-start{top:50%;right:auto;bottom:auto;left:0;-webkit-transform:translateY(-50%);transform:translateY(-50%)}body.swal2-toast-shown .swal2-container.swal2-center{top:50%;right:auto;bottom:auto;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}body.swal2-toast-shown .swal2-container.swal2-center-end,body.swal2-toast-shown .swal2-container.swal2-center-right{top:50%;right:0;bottom:auto;left:auto;-webkit-transform:translateY(-50%);transform:translateY(-50%)}body.swal2-toast-shown .swal2-container.swal2-bottom-left,body.swal2-toast-shown .swal2-container.swal2-bottom-start{top:auto;right:auto;bottom:0;left:0}body.swal2-toast-shown .swal2-container.swal2-bottom{top:auto;right:auto;bottom:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}body.swal2-toast-shown .swal2-container.swal2-bottom-end,body.swal2-toast-shown .swal2-container.swal2-bottom-right{top:auto;right:0;bottom:0;left:auto}body.swal2-toast-column .swal2-toast{flex-direction:column;align-items:stretch}body.swal2-toast-column .swal2-toast .swal2-actions{flex:1;align-self:stretch;height:2.2em;margin-top:.3125em}body.swal2-toast-column .swal2-toast .swal2-loading{justify-content:center}body.swal2-toast-column .swal2-toast .swal2-input{height:2em;margin:.3125em auto;font-size:1em}body.swal2-toast-column .swal2-toast .swal2-validation-message{font-size:1em}.swal2-popup.swal2-toast{flex-direction:row;align-items:center;width:auto;padding:.625em;overflow-y:hidden;box-shadow:0 0 .625em #d9d9d9}.swal2-popup.swal2-toast .swal2-header{flex-direction:row}.swal2-popup.swal2-toast .swal2-title{flex-grow:1;justify-content:flex-start;margin:0 .6em;font-size:1em}.swal2-popup.swal2-toast .swal2-footer{margin:.5em 0 0;padding:.5em 0 0;font-size:.8em}.swal2-popup.swal2-toast .swal2-close{position:static;width:.8em;height:.8em;line-height:.8}.swal2-popup.swal2-toast .swal2-content{justify-content:flex-start;font-size:1em}.swal2-popup.swal2-toast .swal2-icon{width:2em;min-width:2em;height:2em;margin:0}.swal2-popup.swal2-toast .swal2-icon::before{display:flex;align-items:center;font-size:2em;font-weight:700}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.swal2-popup.swal2-toast .swal2-icon::before{font-size:.25em}}.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring{width:2em;height:2em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line]{top:.875em;width:1.375em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{left:.3125em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{right:.3125em}.swal2-popup.swal2-toast .swal2-actions{flex-basis:auto!important;height:auto;margin:0 .3125em}.swal2-popup.swal2-toast .swal2-styled{margin:0 .3125em;padding:.3125em .625em;font-size:1em}.swal2-popup.swal2-toast .swal2-styled:focus{box-shadow:0 0 0 .0625em #fff,0 0 0 .125em rgba(50,100,150,.4)}.swal2-popup.swal2-toast .swal2-success{border-color:#a5dc86}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line]{position:absolute;width:1.6em;height:3em;-webkit-transform:rotate(45deg);transform:rotate(45deg);border-radius:50%}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left]{top:-.8em;left:-.5em;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:2em 2em;transform-origin:2em 2em;border-radius:4em 0 0 4em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right]{top:-.25em;left:.9375em;-webkit-transform-origin:0 1.5em;transform-origin:0 1.5em;border-radius:0 4em 4em 0}.swal2-popup.swal2-toast .swal2-success .swal2-success-ring{width:2em;height:2em}.swal2-popup.swal2-toast .swal2-success .swal2-success-fix{top:0;left:.4375em;width:.4375em;height:2.6875em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line]{height:.3125em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip]{top:1.125em;left:.1875em;width:.75em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long]{top:.9375em;right:.1875em;width:1.375em}.swal2-popup.swal2-toast.swal2-show{-webkit-animation:swal2-toast-show .5s;animation:swal2-toast-show .5s}.swal2-popup.swal2-toast.swal2-hide{-webkit-animation:swal2-toast-hide .1s forwards;animation:swal2-toast-hide .1s forwards}.swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-tip{-webkit-animation:swal2-toast-animate-success-line-tip .75s;animation:swal2-toast-animate-success-line-tip .75s}.swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-long{-webkit-animation:swal2-toast-animate-success-line-long .75s;animation:swal2-toast-animate-success-line-long .75s}@-webkit-keyframes swal2-toast-show{0%{-webkit-transform:translateY(-.625em) rotateZ(2deg);transform:translateY(-.625em) rotateZ(2deg)}33%{-webkit-transform:translateY(0) rotateZ(-2deg);transform:translateY(0) rotateZ(-2deg)}66%{-webkit-transform:translateY(.3125em) rotateZ(2deg);transform:translateY(.3125em) rotateZ(2deg)}100%{-webkit-transform:translateY(0) rotateZ(0);transform:translateY(0) rotateZ(0)}}@keyframes swal2-toast-show{0%{-webkit-transform:translateY(-.625em) rotateZ(2deg);transform:translateY(-.625em) rotateZ(2deg)}33%{-webkit-transform:translateY(0) rotateZ(-2deg);transform:translateY(0) rotateZ(-2deg)}66%{-webkit-transform:translateY(.3125em) rotateZ(2deg);transform:translateY(.3125em) rotateZ(2deg)}100%{-webkit-transform:translateY(0) rotateZ(0);transform:translateY(0) rotateZ(0)}}@-webkit-keyframes swal2-toast-hide{100%{-webkit-transform:rotateZ(1deg);transform:rotateZ(1deg);opacity:0}}@keyframes swal2-toast-hide{100%{-webkit-transform:rotateZ(1deg);transform:rotateZ(1deg);opacity:0}}@-webkit-keyframes swal2-toast-animate-success-line-tip{0%{top:.5625em;left:.0625em;width:0}54%{top:.125em;left:.125em;width:0}70%{top:.625em;left:-.25em;width:1.625em}84%{top:1.0625em;left:.75em;width:.5em}100%{top:1.125em;left:.1875em;width:.75em}}@keyframes swal2-toast-animate-success-line-tip{0%{top:.5625em;left:.0625em;width:0}54%{top:.125em;left:.125em;width:0}70%{top:.625em;left:-.25em;width:1.625em}84%{top:1.0625em;left:.75em;width:.5em}100%{top:1.125em;left:.1875em;width:.75em}}@-webkit-keyframes swal2-toast-animate-success-line-long{0%{top:1.625em;right:1.375em;width:0}65%{top:1.25em;right:.9375em;width:0}84%{top:.9375em;right:0;width:1.125em}100%{top:.9375em;right:.1875em;width:1.375em}}@keyframes swal2-toast-animate-success-line-long{0%{top:1.625em;right:1.375em;width:0}65%{top:1.25em;right:.9375em;width:0}84%{top:.9375em;right:0;width:1.125em}100%{top:.9375em;right:.1875em;width:1.375em}}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow:hidden}body.swal2-height-auto{height:auto!important}body.swal2-no-backdrop .swal2-shown{top:auto;right:auto;bottom:auto;left:auto;max-width:calc(100% - .625em * 2);background-color:transparent}body.swal2-no-backdrop .swal2-shown&gt;.swal2-modal{box-shadow:0 0 10px rgba(0,0,0,.4)}body.swal2-no-backdrop .swal2-shown.swal2-top{top:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}body.swal2-no-backdrop .swal2-shown.swal2-top-left,body.swal2-no-backdrop .swal2-shown.swal2-top-start{top:0;left:0}body.swal2-no-backdrop .swal2-shown.swal2-top-end,body.swal2-no-backdrop .swal2-shown.swal2-top-right{top:0;right:0}body.swal2-no-backdrop .swal2-shown.swal2-center{top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}body.swal2-no-backdrop .swal2-shown.swal2-center-left,body.swal2-no-backdrop .swal2-shown.swal2-center-start{top:50%;left:0;-webkit-transform:translateY(-50%);transform:translateY(-50%)}body.swal2-no-backdrop .swal2-shown.swal2-center-end,body.swal2-no-backdrop .swal2-shown.swal2-center-right{top:50%;right:0;-webkit-transform:translateY(-50%);transform:translateY(-50%)}body.swal2-no-backdrop .swal2-shown.swal2-bottom{bottom:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}body.swal2-no-backdrop .swal2-shown.swal2-bottom-left,body.swal2-no-backdrop .swal2-shown.swal2-bottom-start{bottom:0;left:0}body.swal2-no-backdrop .swal2-shown.swal2-bottom-end,body.swal2-no-backdrop .swal2-shown.swal2-bottom-right{right:0;bottom:0}.swal2-container{display:flex;position:fixed;z-index:1060;top:0;right:0;bottom:0;left:0;flex-direction:row;align-items:center;justify-content:center;padding:.625em;overflow-x:hidden;background-color:transparent;-webkit-overflow-scrolling:touch}.swal2-container.swal2-top{align-items:flex-start}.swal2-container.swal2-top-left,.swal2-container.swal2-top-start{align-items:flex-start;justify-content:flex-start}.swal2-container.swal2-top-end,.swal2-container.swal2-top-right{align-items:flex-start;justify-content:flex-end}.swal2-container.swal2-center{align-items:center}.swal2-container.swal2-center-left,.swal2-container.swal2-center-start{align-items:center;justify-content:flex-start}.swal2-container.swal2-center-end,.swal2-container.swal2-center-right{align-items:center;justify-content:flex-end}.swal2-container.swal2-bottom{align-items:flex-end}.swal2-container.swal2-bottom-left,.swal2-container.swal2-bottom-start{align-items:flex-end;justify-content:flex-start}.swal2-container.swal2-bottom-end,.swal2-container.swal2-bottom-right{align-items:flex-end;justify-content:flex-end}.swal2-container.swal2-bottom-end&gt;:first-child,.swal2-container.swal2-bottom-left&gt;:first-child,.swal2-container.swal2-bottom-right&gt;:first-child,.swal2-container.swal2-bottom-start&gt;:first-child,.swal2-container.swal2-bottom&gt;:first-child{margin-top:auto}.swal2-container.swal2-grow-fullscreen&gt;.swal2-modal{display:flex!important;flex:1;align-self:stretch;justify-content:center}.swal2-container.swal2-grow-row&gt;.swal2-modal{display:flex!important;flex:1;align-content:center;justify-content:center}.swal2-container.swal2-grow-column{flex:1;flex-direction:column}.swal2-container.swal2-grow-column.swal2-bottom,.swal2-container.swal2-grow-column.swal2-center,.swal2-container.swal2-grow-column.swal2-top{align-items:center}.swal2-container.swal2-grow-column.swal2-bottom-left,.swal2-container.swal2-grow-column.swal2-bottom-start,.swal2-container.swal2-grow-column.swal2-center-left,.swal2-container.swal2-grow-column.swal2-center-start,.swal2-container.swal2-grow-column.swal2-top-left,.swal2-container.swal2-grow-column.swal2-top-start{align-items:flex-start}.swal2-container.swal2-grow-column.swal2-bottom-end,.swal2-container.swal2-grow-column.swal2-bottom-right,.swal2-container.swal2-grow-column.swal2-center-end,.swal2-container.swal2-grow-column.swal2-center-right,.swal2-container.swal2-grow-column.swal2-top-end,.swal2-container.swal2-grow-column.swal2-top-right{align-items:flex-end}.swal2-container.swal2-grow-column&gt;.swal2-modal{display:flex!important;flex:1;align-content:center;justify-content:center}.swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen)&gt;.swal2-modal{margin:auto}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.swal2-container .swal2-modal{margin:0!important}}.swal2-container.swal2-fade{transition:background-color .1s}.swal2-container.swal2-shown{background-color:rgba(0,0,0,.4)}.swal2-popup{display:none;position:relative;box-sizing:border-box;flex-direction:column;justify-content:center;width:32em;max-width:100%;padding:1.25em;border:none;border-radius:.3125em;background:#fff;font-family:inherit;font-size:1rem}.swal2-popup:focus{outline:0}.swal2-popup.swal2-loading{overflow-y:hidden}.swal2-header{display:flex;flex-direction:column;align-items:center}.swal2-title{position:relative;max-width:100%;margin:0 0 .4em;padding:0;color:#595959;font-size:1.875em;font-weight:600;text-align:center;text-transform:none;word-wrap:break-word}.swal2-actions{z-index:1;flex-wrap:wrap;align-items:center;justify-content:center;width:100%;margin:1.25em auto 0}.swal2-actions:not(.swal2-loading) .swal2-styled[disabled]{opacity:.4}.swal2-actions:not(.swal2-loading) .swal2-styled:hover{background-image:linear-gradient(rgba(0,0,0,.1),rgba(0,0,0,.1))}.swal2-actions:not(.swal2-loading) .swal2-styled:active{background-image:linear-gradient(rgba(0,0,0,.2),rgba(0,0,0,.2))}.swal2-actions.swal2-loading .swal2-styled.swal2-confirm{box-sizing:border-box;width:2.5em;height:2.5em;margin:.46875em;padding:0;-webkit-animation:swal2-rotate-loading 1.5s linear 0s infinite normal;animation:swal2-rotate-loading 1.5s linear 0s infinite normal;border:.25em solid transparent;border-radius:100%;border-color:transparent;background-color:transparent!important;color:transparent;cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.swal2-actions.swal2-loading .swal2-styled.swal2-cancel{margin-right:30px;margin-left:30px}.swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm::after{content:"";display:inline-block;width:15px;height:15px;margin-left:5px;-webkit-animation:swal2-rotate-loading 1.5s linear 0s infinite normal;animation:swal2-rotate-loading 1.5s linear 0s infinite normal;border:3px solid #999;border-radius:50%;border-right-color:transparent;box-shadow:1px 1px 1px #fff}.swal2-styled{margin:.3125em;padding:.625em 2em;box-shadow:none;font-weight:500}.swal2-styled:not([disabled]){cursor:pointer}.swal2-styled.swal2-confirm{border:0;border-radius:.25em;background:initial;background-color:#3085d6;color:#fff;font-size:1.0625em}.swal2-styled.swal2-cancel{border:0;border-radius:.25em;background:initial;background-color:#aaa;color:#fff;font-size:1.0625em}.swal2-styled:focus{outline:0;box-shadow:0 0 0 2px #fff,0 0 0 4px rgba(50,100,150,.4)}.swal2-styled::-moz-focus-inner{border:0}.swal2-footer{justify-content:center;margin:1.25em 0 0;padding:1em 0 0;border-top:1px solid #eee;color:#545454;font-size:1em}.swal2-image{max-width:100%;margin:1.25em auto}.swal2-close{position:absolute;top:0;right:0;justify-content:center;width:1.2em;height:1.2em;padding:0;overflow:hidden;transition:color .1s ease-out;border:none;border-radius:0;outline:initial;background:0 0;color:#ccc;font-family:serif;font-size:2.5em;line-height:1.2;cursor:pointer}.swal2-close:hover{-webkit-transform:none;transform:none;background:0 0;color:#f27474}.swal2-content{z-index:1;justify-content:center;margin:0;padding:0;color:#545454;font-size:1.125em;font-weight:300;line-height:normal;word-wrap:break-word}#swal2-content{text-align:center}.swal2-checkbox,.swal2-file,.swal2-input,.swal2-radio,.swal2-select,.swal2-textarea{margin:1em auto}.swal2-file,.swal2-input,.swal2-textarea{box-sizing:border-box;width:100%;transition:border-color .3s,box-shadow .3s;border:1px solid #d9d9d9;border-radius:.1875em;background:inherit;box-shadow:inset 0 1px 1px rgba(0,0,0,.06);color:inherit;font-size:1.125em}.swal2-file.swal2-inputerror,.swal2-input.swal2-inputerror,.swal2-textarea.swal2-inputerror{border-color:#f27474!important;box-shadow:0 0 2px #f27474!important}.swal2-file:focus,.swal2-input:focus,.swal2-textarea:focus{border:1px solid #b4dbed;outline:0;box-shadow:0 0 3px #c4e6f5}.swal2-file::-webkit-input-placeholder,.swal2-input::-webkit-input-placeholder,.swal2-textarea::-webkit-input-placeholder{color:#ccc}.swal2-file::-moz-placeholder,.swal2-input::-moz-placeholder,.swal2-textarea::-moz-placeholder{color:#ccc}.swal2-file:-ms-input-placeholder,.swal2-input:-ms-input-placeholder,.swal2-textarea:-ms-input-placeholder{color:#ccc}.swal2-file::-ms-input-placeholder,.swal2-input::-ms-input-placeholder,.swal2-textarea::-ms-input-placeholder{color:#ccc}.swal2-file::placeholder,.swal2-input::placeholder,.swal2-textarea::placeholder{color:#ccc}.swal2-range{margin:1em auto;background:inherit}.swal2-range input{width:80%}.swal2-range output{width:20%;color:inherit;font-weight:600;text-align:center}.swal2-range input,.swal2-range output{height:2.625em;padding:0;font-size:1.125em;line-height:2.625em}.swal2-input{height:2.625em;padding:0 .75em}.swal2-input[type=number]{max-width:10em}.swal2-file{background:inherit;font-size:1.125em}.swal2-textarea{height:6.75em;padding:.75em}.swal2-select{min-width:50%;max-width:100%;padding:.375em .625em;background:inherit;color:inherit;font-size:1.125em}.swal2-checkbox,.swal2-radio{align-items:center;justify-content:center;background:inherit;color:inherit}.swal2-checkbox label,.swal2-radio label{margin:0 .6em;font-size:1.125em}.swal2-checkbox input,.swal2-radio input{margin:0 .4em}.swal2-validation-message{display:none;align-items:center;justify-content:center;padding:.625em;overflow:hidden;background:#f0f0f0;color:#666;font-size:1em;font-weight:300}.swal2-validation-message::before{content:"!";display:inline-block;width:1.5em;min-width:1.5em;height:1.5em;margin:0 .625em;zoom:normal;border-radius:50%;background-color:#f27474;color:#fff;font-weight:600;line-height:1.5em;text-align:center}@supports (-ms-accelerator:true){.swal2-range input{width:100%!important}.swal2-range output{display:none}}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.swal2-range input{width:100%!important}.swal2-range output{display:none}}@-moz-document url-prefix(){.swal2-close:focus{outline:2px solid rgba(50,100,150,.4)}}.swal2-icon{position:relative;box-sizing:content-box;justify-content:center;width:5em;height:5em;margin:1.25em auto 1.875em;zoom:normal;border:.25em solid transparent;border-radius:50%;line-height:5em;cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.swal2-icon::before{display:flex;align-items:center;height:92%;font-size:3.75em}.swal2-icon.swal2-error{border-color:#f27474}.swal2-icon.swal2-error .swal2-x-mark{position:relative;flex-grow:1}.swal2-icon.swal2-error [class^=swal2-x-mark-line]{display:block;position:absolute;top:2.3125em;width:2.9375em;height:.3125em;border-radius:.125em;background-color:#f27474}.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{left:1.0625em;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{right:1em;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.swal2-icon.swal2-warning{border-color:#facea8;color:#f8bb86}.swal2-icon.swal2-warning::before{content:"!"}.swal2-icon.swal2-info{border-color:#9de0f6;color:#3fc3ee}.swal2-icon.swal2-info::before{content:"i"}.swal2-icon.swal2-question{border-color:#c9dae1;color:#87adbd}.swal2-icon.swal2-question::before{content:"?"}.swal2-icon.swal2-question.swal2-arabic-question-mark::before{content:"ØŸ"}.swal2-icon.swal2-success{border-color:#a5dc86}.swal2-icon.swal2-success [class^=swal2-success-circular-line]{position:absolute;width:3.75em;height:7.5em;-webkit-transform:rotate(45deg);transform:rotate(45deg);border-radius:50%}.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left]{top:-.4375em;left:-2.0635em;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:3.75em 3.75em;transform-origin:3.75em 3.75em;border-radius:7.5em 0 0 7.5em}.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right]{top:-.6875em;left:1.875em;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:0 3.75em;transform-origin:0 3.75em;border-radius:0 7.5em 7.5em 0}.swal2-icon.swal2-success .swal2-success-ring{position:absolute;z-index:2;top:-.25em;left:-.25em;box-sizing:content-box;width:100%;height:100%;border:.25em solid rgba(165,220,134,.3);border-radius:50%}.swal2-icon.swal2-success .swal2-success-fix{position:absolute;z-index:1;top:.5em;left:1.625em;width:.4375em;height:5.625em;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.swal2-icon.swal2-success [class^=swal2-success-line]{display:block;position:absolute;z-index:2;height:.3125em;border-radius:.125em;background-color:#a5dc86}.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip]{top:2.875em;left:.875em;width:1.5625em;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.swal2-icon.swal2-success [class^=swal2-success-line][class$=long]{top:2.375em;right:.5em;width:2.9375em;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.swal2-progress-steps{align-items:center;margin:0 0 1.25em;padding:0;background:inherit;font-weight:600}.swal2-progress-steps li{display:inline-block;position:relative}.swal2-progress-steps .swal2-progress-step{z-index:20;width:2em;height:2em;border-radius:2em;background:#3085d6;color:#fff;line-height:2em;text-align:center}.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step{background:#3085d6}.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step{background:#add8e6;color:#fff}.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step-line{background:#add8e6}.swal2-progress-steps .swal2-progress-step-line{z-index:10;width:2.5em;height:.4em;margin:0 -1px;background:#3085d6}[class^=swal2]{-webkit-tap-highlight-color:transparent}.swal2-show{-webkit-animation:swal2-show .3s;animation:swal2-show .3s}.swal2-show.swal2-noanimation{-webkit-animation:none;animation:none}.swal2-hide{-webkit-animation:swal2-hide .15s forwards;animation:swal2-hide .15s forwards}.swal2-hide.swal2-noanimation{-webkit-animation:none;animation:none}.swal2-rtl .swal2-close{right:auto;left:0}.swal2-animate-success-icon .swal2-success-line-tip{-webkit-animation:swal2-animate-success-line-tip .75s;animation:swal2-animate-success-line-tip .75s}.swal2-animate-success-icon .swal2-success-line-long{-webkit-animation:swal2-animate-success-line-long .75s;animation:swal2-animate-success-line-long .75s}.swal2-animate-success-icon .swal2-success-circular-line-right{-webkit-animation:swal2-rotate-success-circular-line 4.25s ease-in;animation:swal2-rotate-success-circular-line 4.25s ease-in}.swal2-animate-error-icon{-webkit-animation:swal2-animate-error-icon .5s;animation:swal2-animate-error-icon .5s}.swal2-animate-error-icon .swal2-x-mark{-webkit-animation:swal2-animate-error-x-mark .5s;animation:swal2-animate-error-x-mark .5s}@-webkit-keyframes swal2-rotate-loading{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes swal2-rotate-loading{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@media print{body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow-y:scroll!important}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown)&gt;[aria-hidden=true]{display:none}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container{position:static!important}}

/* Custom SweetAlert Styles */
.swal2-modal .swal2-title {
  font-size: 28px;
}
.swal2-popup {
  border-radius: unset !important;
  padding: 3em !important;
}
.swal2-styled:focus {
  box-shadow: none !important;
}
.swal2-container {
  z-index: 99999 !important;
}
.swal2-modal .swal2-styled.swal2-confirm {
  background: #d41f8f;
  border: none;
  -webkit-transition: background 0.3s ease,color 0.3s ease;
  -moz-transition: background 0.3s ease,color 0.3s ease;
  -o-transition: background 0.3s ease,color 0.3s ease;
  transition: background 0.3s ease,color 0.3s ease;
  -webkit-appearance: none;
  color: #ffffff;
  display: inline-block;
  font-family: ;
  font-weight: 400;
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 20px;
  line-height: normal;
  padding: 0 50px;
  font-family: ;
  text-transform: uppercase;
  border-radius: unset;
}
/* #RTE Formating
================================================== */
.rte h2 {
  margin-bottom: 30px;
}
/* RTE Button */
.rte-button {
  background: #d41f8f;
  border: none;
  -webkit-transition: background 0.3s ease,color 0.3s ease;
  -moz-transition: background 0.3s ease,color 0.3s ease;
  -o-transition: background 0.3s ease,color 0.3s ease;
  transition: background 0.3s ease,color 0.3s ease;
  -webkit-appearance: none;
  color: #ffffff;
  display: inline-block;
  font-family: ;
  font-weight: 400;
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 20px;
  line-height: normal;
  padding: 15px 5px;
  font-family: ;
  text-transform: uppercase;
}

.rte-button:hover {
  color: #ffffff;
  background: #e99406;
}

/* RTE Accordion */
.rte-accordion .item {
  position: relative;
  margin-bottom: 1px;
  width: 100%;
  color: #5c5c5c;
  overflow: hidden;
}
.rte-accordion input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.rte-accordion label {
  position: relative;
  display: block;
  background: #7e8795;
  color: #0d3186;
  line-height: 1;
  cursor: pointer;
}
.rte-accordion label span {
  color: #0d3186;
}
.rte-accordion .item-heading {
  max-width: 90%;
  padding: 10px;
  display: block;
  font-family: Montserrat;
  font-weight: 500;
  font-size: 15px;
}
.rte-accordion .item-content {
  max-height: 0;
  overflow: hidden;
  background: white;
  -webkit-transition: max-height .35s;
  -o-transition: max-height .35s;
  transition: max-height .35s;
}
.rte-accordion .item-content p {
  font-family:Montserrat;
  font-weight: 400;
  font-size: 14px;
  padding: 8px;
}

.rte-accordion input:checked ~ .item-content {
  max-height: 100%;
}
.rte-accordion label::after {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 10px;
  text-align: center;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
  padding: 10px 15px;
}
.rte-accordion input[type=checkbox] + label::after {
  content: "+";
}
.rte-accordion input[type=radio] + label::after {
  content: "\25BC";
}
.rte-accordion input[type=checkbox]:checked + label::after {
  transform: rotate(315deg);
}
.rte-accordion input[type=radio]:checked + label::after {
  transform: rotateX(180deg);
}

/* RTE Tabbed Content */
.rte-tab &gt; input,
.rte-tab section &gt; div {
  display: none;
}

.rte-tab #tab1:checked ~ section .tab1,
.rte-tab #tab2:checked ~ section .tab2,
.rte-tab #tab3:checked ~ section .tab3 {
  display: block;
}

.rte-tab #tab1:checked ~ nav .tab1,
.rte-tab #tab2:checked ~ nav .tab2,
.rte-tab #tab3:checked ~ nav .tab3 {
  color: red;
}

.rte-tab {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
.rte-tab ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.rte-tab ul li label {
  float: left;
  padding: 15px 25px;
  margin: 0;
  border: 1px solid #ddd;
  border-bottom: 0;
  background: #7e8795;
  color: #0d3186;
}
@media screen and (max-width: 740px) {
  .rte-tab ul li label {
    padding: 5px 5px !important;
  }
}
.rte-tab ul li label:hover {
  background: #dddddd;
}
.rte-tab ul li label:active {
  background: #ffffff;
}

@media screen and (min-width: 740px) {
  .rte-tab ul li:not(:last-child) label {
    border-right-width: 0;
  }
}
.rte-tab section {
  clear: both;
}
.rte-tab section div {
  padding: 20px;
  width: 100%;
  border: 1px solid #ddd;
  background: #fff;
  line-height: 1.5em;
  letter-spacing: 0.3px;
  color: #444;
}
.rte-tab section div h2 {
  margin: 0;
  letter-spacing: 1px;
}

.rte-tab #tab1:checked ~ nav .tab1 label,
.rte-tab #tab2:checked ~ nav .tab2 label,
.rte-tab #tab3:checked ~ nav .tab3 label {
  background: white;
  color: #111;
  position: relative;
}
.rte-tab #tab1:checked ~ nav .tab1 label:after,
.rte-tab #tab2:checked ~ nav .tab2 label:after,
.rte-tab #tab3:checked ~ nav .tab3 label:after {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #ffffff;
  left: 0;
  bottom: -1px;
}

/* RTE Image Slider */

.rte-image-slider-container {
  min-height: 600px;
  width: 100%;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.rte-image-slider-container input {
  visibility: hidden;
}

.rte-image-slider-menu {
  position: absolute;
  left: 0;
  z-index: 900;
  width: 100%;
  bottom: 0;
}

.rte-image-slider-menu label {
  cursor: pointer;
  display: inline-block;
  width: 16px;
  height: 16px;
  background: rgba(0,0,0,0);
  border-radius: 50px;
  margin: 0 .2em 1em;
}

.rte-image-slider-menu label:hover {
  background: #333333;
}

.rte-slide {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  padding: 8em 1em 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: left 0s .75s;

}

[id^="rte-slide"]:checked + .rte-slide {
  left: 0;
  z-index: 2;
  transition: left .65s ease-out;
}

/* RTE Map */
.rte-map {
  border: none;
  min-height: 500px;
}

/* RTE Divider */
.rte hr {
  margin: 60px 0
}

/* RTE Masonry Gallery */
.rte-masonry {
  -moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -moz-column-gap: 30px;
  -webkit-column-gap: 30px;
  column-gap: 30px;
  -moz-column-fill: initial;
  -webkit-column-fill: initial;
  column-fill: initial;
}
.rte-masonry.gutter {
  -moz-column-gap: 1.5em;
  -webkit-column-gap: 1.5em;
  column-gap: 1.5em;
}
.rte-masonry.no-gutter {
  -moz-column-gap: 0;
  -webkit-column-gap: 0;
  column-gap: 0;
  line-height: 0;
}
.rte-masonry .item img {
  -moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.rte-masonry .item {
  display: inline-block;
  background: #fff;
  width: 100%;
}
.rte-masonry .item:hover {
  opacity: 0.8;
  cursor: pointer;
}
.rte-masonry.no-gutter .item {
  padding: 0;
  margin: 0;
}
.rte-masonry.gutter .item {
  margin: 0 0 1.5em;
}

@media only screen and (min-width: 400px) {
  .rte-masonry {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
  .rte-masonry.gutter {
    -moz-column-gap: .8em;
    -webkit-column-gap: .8em;
    column-gap: .8em;
  }
}

@media only screen and (min-width: 700px) {
  .rte-masonry {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
}

@media only screen and (min-width: 900px) {
  .rte-masonry {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
  }
}

@media only screen and (min-width: 1100px) {
  .rte-masonry {
    -moz-column-count: 5;
    -webkit-column-count: 5;
    column-count: 5;
  }
}

@media only screen and (min-width: 1280px) {
  .rte-masonry {
      width: 1260px;
  }
}
/* Modal Ajax Cart added 10/2019 */
body.ajaxify-modal--visible,
.ajaxify-lock {
  overflow: hidden !important;
}
#ajaxifyModal {
  overflow-x: hidden;
}

.ajaxifyCart--content {
  position: relative;
  background-color: #fff;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  -ms-perspective: 1000px;
  -o-perspective: 1000px;
  perspective: 1000px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 450ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
  -moz-transition: all 450ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
  -ms-transition: all 450ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
  -o-transition: all 450ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
  transition: all 450ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
  padding-top: 24px;
  padding-bottom: 24px;
  overflow: hidden
}

.is-visible .ajaxifyCart--content {
  -webkit-transition: all 550ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
  -moz-transition: all 550ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
  -ms-transition: all 550ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
  -o-transition: all 550ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
  transition: all 550ms cubic-bezier(0.57, 0.06, 0.05, 0.95)
}

.ajaxifyCart--content form {
  margin-bottom: 0
}

.ajaxifyCart--products {
  padding-bottom: 10px;
}

.ajaxifyCart--product {
  position: relative;
  padding: 0 0 10px 0;
}

.ajaxifyCart--product:first-child {
  padding-top: 0
}

.ajaxifyCart--product, .cart-row {
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  -webkit-transition: all 650ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
  -moz-transition: all 650ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
  -ms-transition: all 650ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
  -o-transition: all 650ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
  transition: all 650ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
  max-height: 500px;
  visibility: visible
}
.ajaxifyCart--product.is-removed, .cart-row.is-removed {
  overflow: hidden;
  opacity: 0;
  padding: 0;
  margin: -24px 0 0;
  visibility: hidden;
  -webkit-transform: rotateX(-92deg);
  -moz-transform: rotateX(-92deg);
  -ms-transform: rotateX(-92deg);
  -o-transform: rotateX(-92deg);
  transform: rotateX(-92deg);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 450ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
  -moz-transition: all 450ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
  -ms-transition: all 450ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
  -o-transition: all 450ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
  transition: all 450ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
  max-height: 0
}

.ajaxifyCart--row {
  clear: both;
  border-bottom: 1px solid #D8D8D8;
}

.ajaxifyCart--row.no_border {
  border-bottom: 0;
}

.ajaxifyCart--row:after {
  content: "";
  display: table;
  clear: both
}

.ajaxCart--product-image {
  display: block;
  overflow: hidden;
  margin-bottom: 10px;
  padding-top: 5px;
}

.ajaxCart--product-image img {
  display: block;
  margin: 0 auto;
  max-width: 120px;
}

.js-qty,
.ajaxifyCart--qty {
  position: relative;
  margin-bottom: 1em;
  max-width: 100px;
  min-width: 75px;
  overflow: visible;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden
}

.js-qty input[type="text"],
.ajaxifyCart--qty input[type="text"] {
  display: block;
  background: none;
  text-align: center;
  width: 100%;
  padding: 5px 25px;
  margin: 0;
  text-indent: 0;
}

.js--qty-adjuster,
.ajaxifyCart--qty-adjuster {
  cursor: pointer;
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  padding: 5px 0;
  line-height: 40px;
  width: 20px;
  text-align: center;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out
}

.js--qty-adjuster:hover,
.ajaxifyCart--qty-adjuster:hover {
  background-color: #ececec
}

.js--qty-adjuster:active,
.ajaxifyCart--qty-adjuster:active {
  background-color: #d3d3d3
}

.js--add,
.ajaxifyCart--add {
  right: 0;
  border-left: 1px solid #ececec
}

.js--minus,
.ajaxifyCart--minus {
  left: 0;
  border-right: 1px solid #ececec
}

.ajaxifyCart--qty {
    margin: -10px 0 0 0;
}

.ajaxifyCart--is-loading .ajaxifyCart--qty {
  opacity: 0.5;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none
}

.ajaxifyCart--num {
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out
}

.supports-no-touch .ajaxifyCart--num {
  border: 1px solid rgba(0, 0, 0, 0)
}

.cart-row:hover .ajaxifyCart--num,
.ajaxifyCart--product:hover .ajaxifyCart--num,
.supports-touch .ajaxifyCart--num {
  border-color: #ececec
}

.ajaxifyCart--qty-adjuster {
  opacity: 0
}

.cart-row:hover .ajaxifyCart--qty-adjuster,
.ajaxifyCart--product:hover .ajaxifyCart--qty-adjuster,
.supports-touch .ajaxifyCart--qty-adjuster {
  opacity: 1;
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -ms-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out
}

.ajaxifyCart--product:hover .ajaxifyCart--qty-adjuster:hover {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none
}

.ajaxify-modal {
  position: fixed;
  top: 10%;
  left: -200%;
  margin-left: -500px;
  width: 100%;
  max-width: 800px;
  height: auto;
  z-index: 99999999;
  visibility: hidden;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: left 0s linear 700ms, box-shadow 600ms cubic-bezier(0.47, 0.5, 0, 0.95) 400ms, margin-top 200ms ease-in-out;
  -moz-transition: left 0s linear 700ms, box-shadow 600ms cubic-bezier(0.47, 0.5, 0, 0.95) 400ms, margin-top 200ms ease-in-out;
  -ms-transition: left 0s linear 700ms, box-shadow 600ms cubic-bezier(0.47, 0.5, 0, 0.95) 400ms, margin-top 200ms ease-in-out;
  -o-transition: left 0s linear 700ms, box-shadow 600ms cubic-bezier(0.47, 0.5, 0, 0.95) 400ms, margin-top 200ms ease-in-out;
  transition: left 0s linear 700ms, box-shadow 600ms cubic-bezier(0.47, 0.5, 0, 0.95) 400ms, margin-top 200ms ease-in-out
}

.ajaxify-modal .ajaxifyCart--content {
    padding-left: 65px;
    padding-right: 65px;
    padding-top: 35px;
    padding-bottom: 35px;
}

.ajaxify-modal.is-visible {
  visibility: visible;
  left: 50%;
  -webkit-transition: left 0s linear, box-shadow 600ms cubic-bezier(0.47, 0.5, 0, 0.95) 400ms, margin-top 200ms ease-in-out;
  -moz-transition: left 0s linear, box-shadow 600ms cubic-bezier(0.47, 0.5, 0, 0.95) 400ms, margin-top 200ms ease-in-out;
  -ms-transition: left 0s linear, box-shadow 600ms cubic-bezier(0.47, 0.5, 0, 0.95) 400ms, margin-top 200ms ease-in-out;
  -o-transition: left 0s linear, box-shadow 600ms cubic-bezier(0.47, 0.5, 0, 0.95) 400ms, margin-top 200ms ease-in-out;
  transition: left 0s linear, box-shadow 600ms cubic-bezier(0.47, 0.5, 0, 0.95) 400ms, margin-top 200ms ease-in-out
}

.ajaxify-modal .ajaxifyCart--row&gt;div:first-child {
  padding-left: 0
}

.ajaxify-modal .ajaxifyCart--product {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none
}

.ajaxify-modal .update-cart {
  display: none !important
}

.ajaxify-modal.no-transforms {
  border: 1px solid #ececec
}

#ajaxifyCart-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 99999998;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: all 450ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
  -moz-transition: all 450ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
  -ms-transition: all 450ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
  -o-transition: all 450ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
  transition: all 450ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
  background-color: #d3d3d3
}

.ajaxify-modal .ajaxifyCart--content {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  opacity: 0
}

.ajaxify-modal.is-visible .ajaxifyCart--content {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1
}

#ajaxifyCart input.btn {
  margin-top: 15px;
  margin-left: 15px;
  width: initial;
  padding: 0 20px;
}
.sprite,
.ajaxifyCart--add,
.ajaxifyCart--minus,
.ajaxifyCart--close {
  display: block;
  background-repeat: no-repeat;
  background-position: 0 0;
  line-height: 30px;
}

.ajaxifyCart--close {
  position: absolute;
  top: 24px;
  right: 20px;
  opacity: 0;
  visibility: hidden;
  border: 0 none;
  width: 30px;
  height: 25px;
  cursor: pointer;
  background-color: transparent;
  z-index: 999999999;
  text-indent: 99999px;
  padding: 0;
  line-height: 20px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  outline: 0 none;
}

.is-visible .ajaxifyCart--close {
  opacity: 0.8;
  visibility: visible;

}

.ajaxifyCart--close:hover {
  opacity: 1;
  background: Transparent;
  color: #000;
}

button.ajaxifyCart--close:after {
  color: #777e89;
  background: transparent;
  content: "\00D7";
  position: absolute;
  top: 0;
  text-indent: 0;
  text-align: center;
  width: 30px;
  left: 0;
  font-size: 35px;
  font-weight: 100;
}

#ajaxifyCart .cart-item {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
#ajaxifyCart .cart-item a,
#ajaxifyCart .cart-item p {
  font-size: 14px;
}
#ajaxifyCart .cart-remove a {
  text-decoration: underline;
}
#ajaxifyCart .grid-item {
  display: inline-block;
  align-self: center;
}
#ajaxifyCart .cart-image {
  width: 20%;
}
#ajaxifyCart .cart-info {
  width: 30%;
  text-align: left;
}
#ajaxifyCart .cart-quanity {
  width: 15%;
  text-align: center;
}
#ajaxifyCart .cart-price {
  width: 25%;
  text-align: center;
}
#ajaxifyCart .cart-remove {
  width: 10%;
  text-align: right;
}
#ajaxifyCart .modal-cart-count {
  font-size: 16px;
  margin-bottom: 24px;
  font-family: Montserrat;
  font-weight: 400;
}
#ajaxifyCart .modal-cart-count strong {
  color: #303337;
}
#ajaxifyCart .cart-info a {
  font-size: 16px;
  line-height: 22px;
  padding-bottom: 8px;
  display: block;
  font-family: Montserrat;
  font-weight: 400;
  color: #777e89;
}
#ajaxifyCart .cart-info p,
#ajaxifyCart .cart-discounts {
  font-size: 18px;
  padding-bottom: 8px;
  display: block;
  font-family:Montserrat;
  font-weight: 600;
  color: #303337;
}
#ajaxifyCart .cart-discounts p,
#ajaxifyCart .cart-info p {
  font-size: 14px;
}
#ajaxifyCart .cart-summary.ajaxifyCart--row.no_border.text-right.medium-down--text-center {
    width: 50%;
    margin-left: 50%;
    padding-right: 20px;
}
#ajaxifyCart .subtotal,
#ajaxifyCart .total,
#ajaxifyCart .buttons,
#ajaxifyCart .discounts {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
#ajaxifyCart .subtotal .title,
#ajaxifyCart .total .title,
#ajaxifyCart .discount-label {
  display: inline-block;
  width: 50%;
  text-align: left;
}
#ajaxifyCart .subtotal-price,
#ajaxifyCart .total-price,
#ajaxifyCart .cart-savings-amount,
#ajaxifyCart .discount-list {
  display: inline-block;
  width: 50%;
  text-align: right;
}
#ajaxifyCart .discount-list {
  list-style: none;
  margin: 0;
}
#ajaxifyCart .buttons a.secondary-button {
  width: 50%;
  margin-right: 5px;
  margin-bottom: 0;
  text-align: center;
  line-height: 40px;
  height: 40px;
  padding: 0;
  font-size: 14px;
}
#ajaxifyCart .buttons input[type="submit"] {
  width: 50%;
  margin-left: 5px;
  margin-bottom: 0;
  line-height: 40px;
  height: 40px;
  padding: 0;
}
#ajaxifyCart .ajaxifyCart--qty input[type="text"] {
  font-size: 16px;
}
#ajaxifyCart .ajaxifyCart--products {
  padding: 0 20px 0 0;
  max-height: 218px;
  overflow-x: hidden;
  overflow-y: auto;
  margin-bottom: 15px;
  min-width: 650px;
}
#ajaxifyCart .cart-discounts p.onsale {
 font-size: 14px;
}
#ajaxifyCart .additional-checkout-buttons {
  margin-top: 10px;
}
::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb {
  background: #0d3186;
  border: 0px none #ffffff;
  border-radius: 50px;
}
::-webkit-scrollbar-thumb:hover {
  background: #ffffff;
}
::-webkit-scrollbar-thumb:active {
  background: #000000;
}
::-webkit-scrollbar-track {
  background: #eeeeee;
  border: 0px none #ffffff;
  border-radius: 50px;
}
::-webkit-scrollbar-track:hover {
  background: #eeeeee;
}
::-webkit-scrollbar-track:active {
  background: #333333;
}
::-webkit-scrollbar-corner {
  background: transparent;
}

@media screen and (min-width: 769px) {
  .ajaxify-modal.is-visible {
      box-shadow: 0px 10px 80px rgba(0, 0, 0, 0.25)
  }
}

@media screen and (max-width: 768px) {
  .ajaxifyCart--close {
      top: 15px;
      right: 8px
  }
  .ajaxify-modal input[type="text"] {
      border-color: #ececec
  }
  .ajaxify-modal .ajaxifyCart--qty-adjuster {
      opacity: 1
  }
  .ajaxify-modal .ajaxifyCart--content {
      padding-left: 15px;
      padding-right: 15px
  }
  .ajaxify-modal {
      max-width: 90%
  }
  .ajaxifyCart--content {
    padding-top: 15px;
    padding-bottom: 15px
  }
  #ajaxifyCart .cart-summary.ajaxifyCart--row.no_border.text-right.medium-down--text-center {
    width: 100%;
    margin-left: 0;
    padding-right: 20px;
    padding-left: 20px;
  }
  #ajaxifyCart .ajaxifyCart--products {
    padding: 0 20px 0 20px;
    max-height: unset;
    overflow-x: hidden;
    overflow-y: auto;
    margin-bottom: 15px;
    min-width: 300px;
  }
  #ajaxifyCart .cart-item {
    flex-wrap: wrap;
  }
  #ajaxifyCart .cart-image,
  #ajaxifyCart .cart-quantity,
  #ajaxifyCart .cart-remove,
  #ajaxifyCart .cart-price {
    width: 33%;
  }
  #ajaxifyCart .cart-quantity {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 10px;
    padding-top: 10px;
  }
  #ajaxifyCart .cart-info {
    width: calc(67% - 10px);
  }
  #ajaxifyCart .modal-cart-count {
    text-align: center;
  }
}

@media screen and (min-width: 481px) {
  .is-visible ~ #ajaxifyCart-overlay {
      visibility: visible;
      -webkit-transition: all 650ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
      -moz-transition: all 650ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
      -ms-transition: all 650ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
      -o-transition: all 650ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
      transition: all 650ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
      opacity: 0.8
  }
  .lt-ie9 .is-visible ~ #ajaxifyCart-overlay {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"
  }
}

@media screen and (max-width: 480px) {
  .ajaxify-modal.is-visible {
      left: 0
  }
  .ajaxify-modal .ajaxifyCart--content {
      padding-bottom: 60px;
      min-height: 100%
  }
  .ajaxify-modal {
      position: fixed;
      top: 0;
      bottom: 0;
      margin: 0 !important;
      max-height: none;
      max-width: none
  }
}

@media only screen and (max-height: 645px) {
  .ajaxify-modal {
      top: 20px
  }
}

/* Mini Ajax Cart added 10/2019 */
@media only screen and (min-height: 981px) {
  body.ajaxify-mini--visible,
  .ajaxify-lock {
    overflow: hidden !important;
  }
}
#ajaxifyMini {
  overflow-x: hidden;
}

.ajaxify-mini {
  position: absolute;
  top: 38px;
  right: 0;
  width: 100%;
  max-width: 420px;
  width: 420px;
  height: auto;
  z-index: 99999999;
  visibility: hidden;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: left 0s linear 700ms, box-shadow 600ms cubic-bezier(0.47, 0.5, 0, 0.95) 400ms, margin-top 200ms ease-in-out;
  -moz-transition: left 0s linear 700ms, box-shadow 600ms cubic-bezier(0.47, 0.5, 0, 0.95) 400ms, margin-top 200ms ease-in-out;
  -ms-transition: left 0s linear 700ms, box-shadow 600ms cubic-bezier(0.47, 0.5, 0, 0.95) 400ms, margin-top 200ms ease-in-out;
  -o-transition: left 0s linear 700ms, box-shadow 600ms cubic-bezier(0.47, 0.5, 0, 0.95) 400ms, margin-top 200ms ease-in-out;
  transition: left 0s linear 700ms, box-shadow 600ms cubic-bezier(0.47, 0.5, 0, 0.95) 400ms, margin-top 200ms ease-in-out;
}

.ajaxify-mini .ajaxifyCart--content {
  padding: 25px;
}


  .ajaxify-mini--visible .mini-cart-trigger {
    z-index: 100;
    position: relative;
  }

.mini-cart-trigger {
  position: relative;
}

.ajaxify-mini .ajaxifyCart--row&gt;div:first-child {
  padding-left: 0
}

.ajaxify-mini .ajaxifyCart--product {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none
}

.ajaxify-mini .update-cart {
  display: none !important
}

.ajaxify-mini.no-transforms {
  border: 1px solid #ececec
}

.ajaxify-mini .ajaxifyCart--content {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  opacity: 0
}

.ajaxify-mini.is-visible .ajaxifyCart--content {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1
}

#ajaxifyMini #ajaxifyCart .cart-item {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-bottom: 5px;
}
#ajaxifyMini #ajaxifyCart .cart-item a,
#ajaxifyMini #ajaxifyCart .cart-item p {
  font-size: 14px;
}
#ajaxifyMini #ajaxifyCart .cart-item p {
  margin-bottom: 0;
}
#ajaxifyMini #ajaxifyCart .cart-remove a {
  text-decoration: underline;
}
#ajaxifyMini #ajaxifyCart .grid-item {
  display: inline-block;
  align-self: center;
}
#ajaxifyMini #ajaxifyCart .cart-image {
  width: 30%;
}
#ajaxifyMini #ajaxifyCart .cart-info {
  width: 50%;
  text-align: left;
}
#ajaxifyMini #ajaxifyCart .cart-other {
  width: 20%;
  text-align: right;
  line-height: 1.5;
  margin-bottom: 0;
}
#ajaxifyMini #ajaxifyCart .cart-other p.remove {
  position: absolute;
  top: 0;
  right: 0;
}
#ajaxifyMini #ajaxifyCart .modal-cart-count {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 10px;
  font-family: Montserrat;
  font-weight: 400;
  border-bottom: 1px solid #D8D8D8;
  padding-bottom: 10px;
}
#ajaxifyMini #ajaxifyCart .modal-cart-count,
#ajaxifyMini #ajaxifyCart .modal-cart-count strong {
  color: #303337;
}
#ajaxifyMini #ajaxifyCart .cart-summary p, #ajaxifyMini #ajaxifyCart .cart-summary li {
  color: #303337;
}
#ajaxifyMini #ajaxifyCart .cart-info a {
  font-size: 16px;
  line-height: 22px;
  padding-bottom: 5px;
  display: block;
  font-family:Montserrat;
  font-weight: 600;
  color: #303337;
  text-align: left;
}
#ajaxifyMini #ajaxifyCart .cart-info p {
  font-size: 13px;
  line-height: 22px;
  padding-bottom: 0;
  display: block;
  font-family: Montserrat;
  font-weight: 400;
  color: #777e89;
  text-align: left;
}
#ajaxifyMini #ajaxifyCart .cart-discounts {
  font-size: 14px;
  line-height: 22px;
  padding-bottom: 8px;
  display: block;
  font-family:Montserrat;
  font-weight: 600;
  color: #303337;
}
#ajaxifyMini #ajaxifyCart .cart-discounts p {
  font-size: 14px;
}
#ajaxifyMini #ajaxifyCart .cart-summary.ajaxifyCart--row.no_border.text-right.medium-down--text-center {
  width: 100%;
  margin-left: 0;
  padding-right: 15px;
  padding-left: 15px;
  line-height: 24px;
  margin-top: 15.5px;
}
#ajaxifyMini #ajaxifyCart .buttons {
  margin-top: 10px;
}
#ajaxifyMini #ajaxifyCart .cart-summary p,
#ajaxifyMini #ajaxifyCart .cart-summary li {
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 14px;
}
#ajaxifyMini #ajaxifyCart .subtotal,
#ajaxifyMini #ajaxifyCart .total,
#ajaxifyMini #ajaxifyCart .buttons,
#ajaxifyMini #ajaxifyCart .discounts {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
#ajaxifyMini #ajaxifyCart .subtotal .title,
#ajaxifyMini #ajaxifyCart .total .title,
#ajaxifyMini #ajaxifyCart .discount-label {
  display: inline-block;
  width: 50%;
  text-align: left;
}
#ajaxifyMini #ajaxifyCart.subtotal-price,
#ajaxifyMini #ajaxifyCart .total-price,
#ajaxifyMini #ajaxifyCart .cart-savings-amount,
#ajaxifyMini #ajaxifyCart .discount-list {
  display: inline-block;
  width: 50%;
  text-align: right;
}
#ajaxifyMini #ajaxifyCart .discount-list {
  list-style: none;
  margin: 0;
}
#ajaxifyMini #ajaxifyCart .buttons a.secondary-button {
  width: 50%;
  margin-right: 5px;
  margin-bottom: 0;
  text-align: center;
  line-height: 40px;
  height: 40px;
  padding: 0;
  font-size: 14px;
}
#ajaxifyMini #ajaxifyCart .button {
  color: #ffffff;
}
#ajaxifyMini #ajaxifyCart .button:hover {
  color: #ffffff;
}
#ajaxifyMini #ajaxifyCart .buttons input[type="submit"] {
  width: 50%;
  margin-left: 5px;
  margin-bottom: 0;
  line-height: 40px;
  height: 40px;
  padding: 0;
}
#ajaxifyMini #ajaxifyCart .ajaxifyCart--qty input[type="text"] {
  font-size: 16px;
}
#ajaxifyMini #ajaxifyCart .ajaxifyCart--products {
  padding: 0 15px 0 15px;
  max-height: 300px;
  overflow-x: hidden;
  overflow-y: auto;
  margin-bottom: 5px;
  min-width: 300px;
}
#ajaxifyMini #ajaxifyCart  .ajaxCart--product-image img {
  max-width: 80px;
  height: 80px;
}
#ajaxifyMini #ajaxifyCart .cart-discounts p.onsale {
 font-size: 14px;
}
#ajaxifyMini #ajaxifyCart .additional-checkout-buttons {
  margin-top: 10px;
}

#ajaxifyMini #ajaxifyCart .modal-cart-count {
  text-align: center;
}
#ajaxifyMini .ajaxifyCart--close {
  display: none;
}
@media screen and (min-width: 769px) {
  .ajaxify-modal.is-visible {
      box-shadow: 0px 10px 80px rgba(0, 0, 0, 0.25)
  }
}

@media screen and (max-width: 768px) {
  .ajaxify-mini input[type="text"] {
      border-color: #ececec;
  }
  .ajaxify-mini .ajaxifyCart--qty-adjuster {
      opacity: 1
  }
  .ajaxify-mini .ajaxifyCart--content {
      padding-left: 15px;
      padding-right: 15px;
  }
  .ajaxify-mini {
      max-width: 90%
  }
#ajaxifyMini #ajaxifyCart .cart-item {
    flex-wrap: wrap;
  }
#ajaxifyMini #ajaxifyCart .cart-image,
#ajaxifyMini #ajaxifyCart .cart-quantity,
#ajaxifyMini #ajaxifyCart .cart-remove,
#ajaxifyMini #ajaxifyCart .cart-price {
    width: 33%;
  }
#ajaxifyMini #ajaxifyCart .cart-quantity {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 10px;
    padding-top: 10px;
  }
#ajaxifyMini #ajaxifyCart .cart-info {
    width: calc(67% - 10px);
  }
#ajaxifyMini #ajaxifyCart .modal-cart-count {
    text-align: center;
  }
}
#ajaxifyMini .empty-cart {
  text-align: center;
  margin-bottom: 0;
}
.ajaxify-mini--visible #ajaxifyCart-overlay {
  visibility: visible !important;
  opacity: 0.5;
  z-index: 50;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.ajaxify-mini.is-visible {
  visibility: visible;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

// .ajaxify-mini.is-visible {
//   visibility: visible;
//   -webkit-transition: left 0s linear, box-shadow 600ms cubic-bezier(0.47, 0.5, 0, 0.95) 400ms, margin-top 200ms ease-in-out;
//   -moz-transition: left 0s linear, box-shadow 600ms cubic-bezier(0.47, 0.5, 0, 0.95) 400ms, margin-top 200ms ease-in-out;
//   -ms-transition: left 0s linear, box-shadow 600ms cubic-bezier(0.47, 0.5, 0, 0.95) 400ms, margin-top 200ms ease-in-out;
//   -o-transition: left 0s linear, box-shadow 600ms cubic-bezier(0.47, 0.5, 0, 0.95) 400ms, margin-top 200ms ease-in-out;
//   transition: left 0s linear, box-shadow 600ms cubic-bezier(0.47, 0.5, 0, 0.95) 400ms, margin-top 200ms ease-in-out
// }

@media screen and (max-width: 480px) {
  .ajaxify-mini .ajaxifyCart--content {
      padding-bottom: 60px;
      min-height: 100%
  }
  .ajaxify-mini {
      position: fixed;
      top: 0;
      bottom: 0;
      margin: 0 !important;
      max-height: none;
      max-width: none
  }
}

@media only screen and (max-height: 645px) {
  .ajaxify-mini {
      top: 20px
  }
}

/* Cart Page */
#shopify-section-cart-template {
  margin-top: 70px;
}
#shopping-cart .cart-item {
  box-shadow: 0 2px 4px 0 #818181;
  background-color: #ffffff;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  margin-bottom: 32px;
  padding: 40px 104px 40px 40px;
}
#shopping-cart .cart-item .item {
  display: inline-block;
  align-self: center;
}
#shopping-cart .cart-item .item.image {
  width: 254px;
  height: auto;
  padding-right: 58px;
}
#shopping-cart .cart-item .item.remove {
  position: absolute;
  top: 24px;
  right: 24px;
}
#shopping-cart .onsale {
  margin-right: 0;
}
#shopping-cart .cart-item .item.price .subtotal {
  border-top: solid 1px #eeeeee;
  padding-top: 18px;
}
#shopping-cart .cart-item .item.price .subtotal,
#shopping-cart .cart-item .item.price .discounts,
#shopping-cart #shipping-calculator .shipping-wrapper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
#shopping-cart .cart-item .item.price .discounts {
  margin-bottom: 16px;
}
#shopping-cart .cart-item .item.price .discounts span:first-child {
  font-weight: bolder;
}
#shopping-cart #cart-summary .subtotal h5 {
  margin-bottom: 16px;
}
#shopping-cart #cart-summary .discounts {
  margin-bottom: 32px;
}
#shopping-cart #cart-summary .cart-savings.onsale {
  font-weight: bolder;
}
#shopping-cart #cart-summary .total h4 {
  margin-bottom: 16px;
}
#shopping-cart .cart-item .item.price .discounts span {
  display: inline-block;
  width: 50%;
  font-size: 14px;
}
#shopping-cart .cart-item .item.title {
  width: 40%;
}
#shopping-cart .cart-item .item.price {
  width: 40%;
}
#shopping-cart .cart-item .item.price {
  text-align: right;
}
#shopping-cart .cart-line-price {
  padding-bottom: 24px;
  text-align: right !important;
  width: 100% !important;
}
#shopping-cart .cart-line-price .item-qty {
  float: left;
}
#shopping-cart .cart-line-price.onsale {
  padding-bottom: 0;
  margin-bottom: 18px;
}
#shopping-cart .item.price h5 {
  display: inline-block;
  width: 40%;
  text-align: left;
}
#shopping-cart .item.price h5.cart-final-line-price {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  color: black;
  width: 60%;
  display: inline-block;
  text-align: right;
}
#shopping-cart .cart-title,
#shopping-cart .cart-count {
  margin-bottom: 32px;
}
#shopping-cart .item.title h4 {
  margin-bottom: 4px;
}
#shopping-cart .item.title p {
  margin-bottom: 24px;
}
#shopping-cart .quantity-selector {
  width: 100px;
  height: 42px;
  border: 1px solid black;
  font-size: 14px;
  color: black;
  text-align: center;
}
#shopping-cart #cart-summary {
  text-align: right;
  margin-bottom: 57px;
}
@media (min-width: 980px) {
  #shopping-cart #cart-notes {
    margin-bottom: 57px;
  }
}
#shopping-cart input#checkout {
  display: inline-block;
  width: auto;
  padding: 0 50px;
  height: 40px;
  line-height: 40px;
  margin-bottom: 16px;
}
#shopping-cart .cart-qty {
  border: none;
  font-size: 14px;
  width: 30px !important;
  color: #777e89;
  height: 40px;
  line-height: 40px;
}
#shopping-cart .quantity-control-down,
#shopping-cart .quantity-control-up {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  width: 20px;
  color: #777e89;
  cursor: pointer;
}
#shopping-cart .item-properties {
  color: #0d3186;
}
#shopping-cart .additional-checkout-buttons {
  display: inline-block;
  margin-bottom: 20px;
}
#shopping-cart textarea#note {
  background: white;
}
#shopping-cart #estimate-shipping {
  padding: 84px 104px;
  border: 1px solid #eeeeee;
  background: white;
  text-align: center;
  margin: 57px 0 120px 0;
}
#shopping-cart #estimate-shipping select {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background-color: white;
  font-family:Montserrat;
  font-weight: 400;
  color: #777e89;
  border: 1px solid #eeeeee;
  border-radius: 0px;
  font-size: 14px;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  padding: 0 16px;
}
#shopping-cart #estimate-shipping select:focus {
  color: #777e89;
  -moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
  box-shadow:  0 0 3px rgba(0,0,0,.2);
  outline: none;
}
#shopping-cart #estimate-shipping h3 {
  margin-bottom: 40px;
}
#shopping-cart #estimate-shipping .shipping-wrapper {
  justify-content: center;
  flex-wrap: wrap;
}
#shopping-cart #estimate-shipping .shipping-wrapper p {
  margin-right: 24px;
}
#shopping-cart #estimate-shipping select::-webkit-input-placeholder { /* WebKit browsers */
  color: #aaa;
}
#shopping-cart #estimate-shipping select:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #aaa;
}
#shopping-cart #estimate-shipping select::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #aaa;
}
#shopping-cart #estimate-shipping select:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #aaa;
}
#shopping-cart #estimate-shipping p#address_province_container {
  width: 20%;
}
#shopping-cart #estimate-shipping #shipping-rates li {
  margin-top: 10px;
  list-style: none;
}
#shopping-cart .product-accordion-toggle svg.closed {
  display: none;
}
#shopping-cart .product-accordion-toggle svg.open {
  display: inline-block;
}
#shopping-cart .product-accordion-toggle.inactive svg.closed {
  display: inline-block;
}
#shopping-cart .product-accordion-toggle.inactive svg.open {
  display: none;
}
div#wrapper-response {
  margin-top: 24px;
}
#shopping-cart .empty-cart {
  padding-top: 200px;
  margin-bottom: 300px;
}
#customer-service {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 480px;
  background: white;
  overflow: hidden;
  border-top: 1px solid #eeeeee;
}
#customer-service .item {
  width: 50%;
  align-self: center;
}
#customer-service .item.image img {
  object-fit: cover;
  height: 480px;
  width: 100%;
}
#customer-service .item.info {
  text-align: center;
  padding: 80px 104px 64px 104px;
}
#customer-service .item.info .button {
  margin-top: 24px;
  display: inline-block;
  line-height: 40px;
  height: 40px;
  padding-top: 0;
}
#customer-service .item.info .info-columns {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  margin-top: 71px;
}
#customer-service .item.info .info-column {
  width: 80px;
  margin-right: 24px;
}
#customer-service .item.info .info-column p {
  display: inline-block;
  font-size: 12px;
  line-height: 1.33;
  width: 70px;
  color: #0d3186;
}
#customer-service .item.info .rte p {
  font-size: 14px;
  color: #0d3186;
}
#customer-service .item.info .rte a {
  text-decoration: underline;
  font-size: 14px;
  color: #0d3186;
}
#customer-service .item.info .info-column i,
#customer-service .item.info .info-column img {
  display: block;
  margin-bottom: 16px;
  color: #0d3186;
  font-size: 24px;
}
.cart #content,
.cart #customer-service {
  width: 100% !important;
  margin: 0 auto;
}

.cart #breadcrumb,
.cart #shopping-cart {
  margin: 0 auto;
  float: none;
}
@media screen and (min-width: 1680px) {
  .cart #breadcrumb,
  .cart #shopping-cart { width: 1400px; }
}
@media screen and (max-width: 1679px) {
  .cart #breadcrumb,
  .cart #shopping-cart { width: 1200px; }
}
@media screen and (max-width: 1220px) {
  .cart #breadcrumb,
  .cart #shopping-cart { width: 960px; }
}
@media screen and (max-width: 980px) {
  .cart #breadcrumb,
  .cart #shopping-cart { width: 720px; }
  #shopping-cart .cart-item {
    padding: 40px 58px 40px 40px;
  }
  #shopping-cart .cart-item .item.image {
    padding-right: 28px;
  }
  #shopping-cart #estimate-shipping {
    margin: 80px 0 80px 0;
  }
  #customer-service .item.info {
    width: 60% !important;
  }
  #customer-service .item.image {
    width: 40% !important;
  }
}
@media screen and (max-width: 740px) {
  .cart #breadcrumb,
  .cart #shopping-cart { width: 480px; }
  #shopify-section-cart-template {
    margin-top: 40px;
  }
  #shopping-cart .cart-title, #shopping-cart .cart-count {
    margin-bottom: 24px;
  }
  #shopping-cart .cart-item {
    padding: 30px 30px 30px 30px;
    flex-wrap: wrap;
  }
  #shopping-cart .cart-item .item.image {
    padding-right: 20px;
    width: 50%;
    height: auto;
  }
  #shopping-cart .cart-item .item.title {
    width: 50%;
    text-align: left;
  }
  #shopping-cart .item.title h4 {
    margin-bottom: 4px;
    font-size: 18px;
  }
  #shopping-cart .item.title p {
    margin-bottom: 14px;
    font-size: 14px;
  }
  #shopping-cart .cart-item .item.price {
    width: 100%;
    margin-top: 24px;
  }
  #shopping-cart .cart-item .item.remove {
    top: 14px;
    right: 14px;
  }
  #shopping-cart .item.price h5 {
    font-size: 16px;
  }
  #shopping-cart .cart-line-price {
    padding-bottom: 14px;
  }
  #shopping-cart input#checkout {
    display: block;
    width: 100%;
  }
  #shopping-cart #estimate-shipping {
    padding: 40px 38px;
  }
  #shopping-cart #estimate-shipping p#address_province_container,
  #shopping-cart #estimate-shipping .shipping-wrapper p {
    width: 100%;
    margin-right: 0;
  }
  #shopping-cart #estimate-shipping input.get-rates.btn.button {
    display: block;
    width: 100%;
  }
  #shopping-cart #cart-summary {
    margin-top: 40px;
  }
  #shopping-cart .product-accordion-content,
  #shopping-cart .product-accordion-content p {
    font-size: 14px;
  }
  #customer-service {
    flex-wrap: wrap;
    height: auto;
  }
  #customer-service .item.image,
  #customer-service .item.info {
    width: 100% !important;
  }
  #customer-service .item.info {
    padding: 40px 24px 40px 24px;
  }
  #customer-service .item.info .info-column:last-child {
    margin-right: 0;
  }
  #customer-service .item.info .info-column {
    margin-right: 0;
    margin-left: 0;
    margin-top: 10px;
    width: 110px;
  }
  #customer-service .item.info .info-columns {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  #customer-service .item.info .info-columns {
    margin-top: 46px;
  }
  #shopping-cart #estimate-shipping div#wrapper-response {
    margin-top: 14px;
    font-size: 14px;
  }
  #shopping-cart #estimate-shipping div#wrapper-response p {
    font-size: 14px;
  }
  #shopping-cart textarea#note {
    width: auto;
  }
  #shopping-cart #estimate-shipping h3,
  #customer-service .item.info h3 {
    font-size: 24px;
    line-height: 28.8px;
  }
}
@media screen and (max-width: 500px) {
  .cart #breadcrumb,
  .cart #shopping-cart { width: 96%; }
}

.cart #breadcrumb {
  margin-top: 24px;
}
/* Firefox Only */
@supports (-moz-appearance:none) {
  @media screen and (max-width: 980px) {
    .currency-picker {
      background-position-x: 35px;
    }
  }
  @media screen and (min-width: 981px) {
    .currency-picker {
      background-position-x: 42px;
    }
  }
  #mobile-menu span.cart-count {
    top: 1px;
  }
}
/* IE 11 */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
   /* IE11+ specific styles go here */
   #shopping-cart #estimate-shipping select {
     padding: 0;
   }
   input[type="text"] {
    line-height: 36px\9; // CSS Hack only for IE.
   }
}
/* Reduce font sizes on mobile */
@media only screen and (max-width: 740px) {
  h1 {
    font-size: 40px;
    line-height: calc((40px * 0.17) + 40px);
  }
  h2 {
    font-size: 24px;
    line-height: calc((24px * 0.17) + 24px);
  }
  h3 {
    font-size: 20px;
    line-height: calc((20px * 0.17) + 20px);
  }
  h4 {
    font-size: 18px;
    line-height: calc((18px * 0.17) + 18px);
  }
  h5 {
    font-size: 18px;
    line-height: 1.2;
  }
  h6 {
    color: #0d3186;
    font-family:Montserrat;
    font-weight: 600;
    font-size: 18px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
  }
  .product-index .product-title,
  .collection-index .product-title {
    font-size: 18px;
    line-height: calc((18px * 0.17) + 18px);
  }
}
/* Custom Thumbnail Slider */
body .focus-visible,
.product-video .plyr:focus,
.plyr__video-wrapper.plyr__tab-focus:focus {
  outline: #000000 dotted 1px !important;
  outline-offset: -1px !important;
}

.thumb-slider {
  float: left;
}

.vertical-carousel .thumb-slider-wrapper {
  overflow: hidden;
  background-color: #ffffff;
}

#thumb-slider-wrapper .product-single__thumbnails-item {
  padding-bottom: 100%;
  display: block;
  height: 0;
  width: 100%;
  max-width: 104px;
  overflow: hidden;
  background-color: #ffffff;
  position: relative;
}
#thumb-slider-wrapper .product-single__thumbnails-item img {
  object-fit: cover;
  object-position: center;
  width: 110px;
  height: 110px;
}

.thumb-slider-slides {
  position: relative;
  top: 0;
  left: 0;
  list-style: none;
  background-color: #ffffff;
}

.thumb-slider-slides li {
  margin-bottom: 5px;
}

.thumb-slider-control {
  text-align: center;
  cursor: pointer;
  height: 44px;
  display: inline-block;
  width: 44px;
}

.thumb-slider-control.hide {
  display: none;
}

.thumb-slider-control-prev,
.thumb-slider-control-next {
  background: rgba(0,0,0,0);
  opacity: 0.7;
}
.thumb-slider-control-prev:hover,
.thumb-slider-control-next:hover {
  background: #333333;
  opacity: 1;
}
.thumb-slider-control-prev::before {
  font-family: FontAwesome;
  font-size: 20px;
  color: #ffffff;
  content: "\f106";
  vertical-align: middle;
  line-height: 44px;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  font-weight: 800;
}

.thumb-slider-control-next::before {
  font-family: FontAwesome;
  font-size: 20px;
  color: #ffffff;
  content: "\f107";
  vertical-align: middle;
  line-height: 44px;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  font-weight: 800;
}

.thumb-slider-control.inactive {
  opacity: 0.25;
}
/* vertical thumbnail slider */
.thumb-slider.thumbnail-slider.custom.vertical-carousel {
  margin: 0 auto;
  text-align: center;
}
.thumbnail-slider.custom.vertical-carousel .thumb-slider-control-prev {
  margin-bottom: 5px;
}
.thumbnail-slider.custom.vertical-carousel .thumb-slider-control-next {
  margin-top: 5px;
}

/* horizontal thumbnail slider */
.thumb-slider.thumbnail-slider.custom.horizontal-carousel {
  margin: 0 auto;
  text-align: center;
}

.horizontal-carousel #thumb-slider-wrapper .product-single__thumbnails-item {
  float: left;
  width: 110px;
  height: 110px;
  margin-right: 5px;
  padding: 0;
}

.horizontal-carousel #thumb-slider-wrapper .product-single__thumbnails-item img {
  width: 115px;
  height: 115px;
}

.horizontal-carousel .thumb-slider-control {
  vertical-align: middle;
  width: 44px;
}

.horizontal-carousel .thumb-slider-control.thumb-slider-control-prev,
.horizontal-carousel  .thumb-slider-control.thumb-slider-control-next {
  transform: rotate(-90deg);
}

.product-single__thumbnails-item:focus img {
  opacity: 1 !important;
}

/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled{position:relative}.flickity-enabled:focus{outline:0 !important;}.flickity-viewport{overflow:hidden;position:relative;height:100%}.flickity-slider{position:absolute;width:100%;height:100%}.flickity-enabled.is-draggable{-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.flickity-enabled.is-draggable .flickity-viewport{cursor:move;cursor:-webkit-grab;cursor:grab}.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down{cursor:-webkit-grabbing;cursor:grabbing}.flickity-button{position:absolute;background:hsla(0,0%,100%,.75);border:none;color:#333}.flickity-button:hover{background:#fff;cursor:pointer}.flickity-button:focus{outline:0;box-shadow:0 0 0 5px #19f}.flickity-button:active{opacity:.6}.flickity-button:disabled{opacity:.3;cursor:auto;pointer-events:none}.flickity-button-icon{fill:currentColor}.flickity-prev-next-button{top:50%;width:44px;height:44px;border-radius:50%;transform:translateY(-50%)}.flickity-prev-next-button.previous{left:10px}.flickity-prev-next-button.next{right:10px}.flickity-rtl .flickity-prev-next-button.previous{left:auto;right:10px}.flickity-rtl .flickity-prev-next-button.next{right:auto;left:10px}.flickity-prev-next-button .flickity-button-icon{position:absolute;left:20%;top:20%;width:60%;height:60%}.flickity-page-dots{position:absolute;width:100%;bottom:-25px;padding:0;margin:0;list-style:none;text-align:center;line-height:1}.flickity-rtl .flickity-page-dots{direction:rtl}.flickity-page-dots .dot{display:inline-block;width:10px;height:10px;margin:0 8px;background:#333;border-radius:50%;opacity:.25;cursor:pointer}.flickity-page-dots .dot.is-selected{opacity:1}

/* Product media styles */
.product-thumbnail {
  position: relative;
  z-index: 1;
}
.carousel-main .flickity-enabled:focus{outline:0 !important;}
.thumbnail-icon {
  position: absolute;
  top: 2px;
  right: 2px;
  z-index: 2;
  width: 25%;
  line-height: 0;
}.thumbnail-icon svg, .product-main-image svg {
  height: 100%;
  width: 100%;
  background: #ffffff !important;
  color: #777e89 !important;
  border: 1px solid #ffffff;
}

.thumbnail-icon svg {
  fill-opacity: 0.6;
}

.thumbnail-icon svg:hover {
  fill-opacity: 0.85;
}

.product-main-image svg {
  fill-opacity: 1;
}
.product-media-container {
  position: relative;
  overflow: hidden;
}
.product-video,
.product-media-container,
.plyr--video {
  outline: none;
}
.plyr video,
.plyr__video-wrapper,
.plyr__poster {
  background-color: #ffffff;
}
.product-video &gt; video {
  width: 100%;
}

.product-model {
  margin: 0 auto;
  min-height: 1px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.product-model model-viewer,
.product-model .shopify-model-viewer-ui,
.product-model .media-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.product-model model-viewer,
.product-model .shopify-model-viewer-ui,
.product-model .media-item
{
  height: 100%;
}

button.media-button.view-in-space {
  background: transparent;
  width: initial !important;
  text-align: center;
  width: 60px;
  max-width: 60px;
  height: 60px;
  line-height: 60px;
  padding: 0;
  margin: 0 auto;
  display: inherit;
  z-index: 2;
  position: relative;
  height: 54px;
  line-height: 54px;
}

button.media-button.view-in-space[data-shopify-xr-hidden] {
  visibility: hidden;
}

.product-video button {
  width: initial;
  width: 62px;
  height: 62px;
  padding: 0;
  margin-bottom: 0;
}

.plyr--video .plyr__control:not(.plyr__control--overlaid).plyr__tab-focus svg, .plyr--video .plyr__control:not(.plyr__control--overlaid):hover svg, .plyr--video .plyr__control:not(.plyr__control--overlaid)[aria-expanded=true] svg,
.plyr--audio .plyr__control.plyr__tab-focus svg,
.plyr--audio .plyr__control:hover svg,
.plyr--audio .plyr__control[aria-expanded=true] svg {
  stroke: none !important;
}

.product-video .plyr button svg {
    border: 0 !important;
}

button[hidden] {
  visibility: hidden;
}
.product-single__view-in-space {
	 background-color: #eeeeee;
	 border: none;
	 width: 100%;
	 min-height: unset;
	 display: block;
	 font-size: 14px;
	 color: #777e89;
   z-index: 2;
   position: relative;
   height: 54px;
   line-height: 57px;
}
 .product-single__view-in-space[data-shopify-xr-hidden] {
	 visibility: hidden;
}
 @include media-query(min-width: 740px) {
	 display: none;
}
 .product-single__view-in-space:hover .product-single__view-in-space-text, .product-single__view-in-space:focus .product-single__view-in-space-text {
	 border-bottom-color: #ffffff;
}

 .product-single__view-in-space svg.icon .icon-3d-badge-full-color-outline {
	 stroke: none;
}
.product-single__view-in-space svg.icon .icon-3d-badge-full-color-element {
  fill: #777e89;
  opacity: 1;
}
.product-single__view-in-space-text {
  border-bottom: 1px solid transparent;
  display: inline-block;
  width: auto;
  vertical-align: middle;
}
.product-single__view-in-space svg {
  margin-right: 2.43px;
  fill: transparent;
  display: inline-block;
  width: 24px !important;
  height: 24px !important;
  vertical-align: middle;
}
.product-single__view-in-space svg rect {
  fill: transparent !important;
}
.product-single__view-in-space:hover #three-d-icon path,
.product-single__view-in-space:focus #three-d-icon path {
  fill: #ffffff;
}
.product-model model-viewer, .product-model .shopify-model-viewer-ui, .product-model .media-item {
  position: absolute;
  top: 10px;
  left: 10px;
  width: calc(100% - 20px);
  max-width: 100%;
}

/* custom flickity styles */
.product-photos .carousel-container {
  display: flex;
}

.product-photos .carousel {
  margin-bottom: 40px;
  flex-grow: 1;
}

.product-photos .carousel-cell {
  width: 100%;
}

.product-photos .vertical-carousel .carousel-nav {
  width: 100%;
  max-height: calc(98px * 4);
  overflow-y: scroll;
  padding-right: 17px; /* Increase/decrease this value for cross-browser compatibility */
  box-sizing: content-box; /* So the width will be 100% + 17px */
}

.product-photos .carousel-nav .carousel-cell {
  height: 80px;
  width: 100px;
  margin: 0 0 5px 0;
  cursor: pointer;
}

.product-photos .carousel-nav .carousel-cell:before {
  font-size: 50px;
  line-height: 80px;
}

.product-photos .carousel-nav .carousel-cell.is-nav-selected {
  background: #ED2;
}

.product-photos .flickity-prev-next-button {
  background-color: rgba(0,0,0,0);
  opacity: 0.7;
  border-radius: unset;
}

.product-photos .flickity-prev-next-button:hover {
  background-color: #333333;
  opacity: 1;
}

.product-photos .flickity-button:after {
  padding: 0;
  line-height: 44px;
  color: #ffffff;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  font-weight: 800;
  font-size: 25px;
}
.product-photos .flickity-button:hover:after {
  color: #d41f8f;
}
.product-photos .flickity-button:focus {
  outline: none;
}

.product-photos .flickity-button.next:after {
  content: "\f105";
  font-family: fontAwesome;
}

.product-photos .flickity-button.previous:after {
  content: "\f104";
  font-family: fontAwesome;
}

.product-photos .flickity-prev-next-button .flickity-button-icon {
  display: none;
}

.product-photos .image-slide.carousel-cell.is-selected {
  z-index: 1;
}

li.image-slide.carousel-cell.is-selected img {
  border: 1px solid #eeeeee;
}

.product-photos .plyr__control--overlaid svg {
  margin-left: 5px;
}

.product-photos .zoom_btn {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  background-color: rgba(0,0,0,0);
  opacity: 0.7;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
}

.product-photos .zoom_btn:hover {
  background-color: #333333;
  opacity: 1;
}

.product-photos .zoom_btn i {
  font-size: 17px;
  color: #ffffff;
}
.product-photos .zoom_btn:hover i {
  color: #d41f8f;
}

#slider .flickity-prev-next-button {
  top: 32px;
}
#slider .flickity-prev-next-button.next {
  left: 59px;
  right: unset;
}

@keyframes slidefadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@keyframes slidefadeOut {
  0% { opacity: 1; }
  100% { opacity: 0; }
}

#slider .carousel-cell {
  opacity: 0 !important;
}
#slider .carousel-cell:not(.is-selected){
  animation: slidefadeOut ease 0.2s;
}
#slider .carousel-cell.is-selected {
  z-index: 99;
  opacity: 1 !important;
  animation: slidefadeIn ease 0.2s;
}
#slider .flickity-enabled:focus {
  outline: 0 !important;
}
#slider .flickity-slider {
  top: 0 !important;
  height: auto !important;
}
#slider .flickity-viewport {
  height: 100%;
}
#slider .flickity-viewport {
  min-height: 300px !important;
}
.fancybox-content.product-quick-view {
  max-width: 950px !important;
  width: 950px !important;
  overflow: hidden;
  padding: 20px;
}
button.flickity-button:disabled {
  display: none;
}
.flickity-button:focus {
  box-shadow: unset;
}
.thumbnail-slider  .product-single__thumbnails-item:hover,
.product-single__thumbnails-item.active-slide,
.product-single__thumbnails-item.is-nav-selected {
  outline: 1px solid #e4e6e8;
  outline-offset: -1px;
  cursor: pointer;
}
.product-single__thumbnails-item:focus,
.product-single__thumbnail--product-template:focus {
  outline: #000000 dotted 1px !important;
  outline-offset: -1px !important;
  overflow: hidden;
}
.product-single__thumbnails-item.active-slide img,
.product-single__thumbnails-item.is-nav-selected img,
.thumbnail-slider  .product-single__thumbnails-item:hover img,
.product-single__thumbnail--product-template:focus img {
  opacity: 1.0 !important;
}
a:focus {
  outline: #000000 dotted 1px !important;
  outline-offset: -1px !important;
}

:focus {
  outline: #000000 dotted 1px !important;
  outline-offset: -1px !important;
}
/* Cross Border Styles */
.footer-section .disclosure {
	 position: relative;
}
.footer-section .disclosure__toggle {
	 white-space: nowrap;
   color: #163a8e;
   border: 1px solid #163a8e;
   background-color: #8fc6e9;
   margin: 0;
}
.footer-section .disclosure-list {
	 background-color: #163a8e;
	 border: 1px solid #8fc6e9;
	 bottom: 115%;
	 padding: 11px 0px;
	 position: absolute;
	 display: none;
	 min-height: 92px;
	 max-height: 300px;
	 overflow-y: auto;
	 border-radius: 2px;
   list-style: none;
}
.footer-section .disclosure-list--visible {
	 display: block;
}
.footer-section .disclosure-list__item {
	 border-bottom: 1px solid transparent;
	 white-space: nowrap;
	 padding: 5px 45px 4px 15px;
	 text-align: left;
}
.footer-section .disclosure-list__item:active {
	 background-color: rgba(128, 128, 128, 0.2);
}
.footer-section .disclosure-list__option {
	 color: #8fc6e9 !important;
   text-transform: capitalize;
}
.footer-section .disclosure-list__option:focus, .disclosure-list__option:hover {
	 color: #163a8e;
	 border-bottom: 1px solid #8fc6e9;
}
.footer-section .disclosure-list__item--current .disclosure-list__option {
   color: #8fc6e9;
	 border-bottom: 1px solid #8fc6e9 !important;
   font-weight: 900;
}

/* Header Disclosure Selectors */
.header-section .disclosure {
	 position: relative;
}
.header-section .disclosure__toggle {
	 white-space: nowrap;
   font-size: 13px;
   font-weight: 500;
   margin: 0;
   padding: 0;
   vertical-align: middle;
   display: inline-block;
   text-transform: uppercase;
   border-radius: unset !important;
   height: auto;
  line-height: unset;
  
}
.header-section .disclosure__toggle:hover {
  
}
.header-section form#localization_form {
   margin: 0;
}
.header-section .disclosure-list {
	 top: 115%;
	 padding: 11px 0px;
	 position: absolute;
	 display: none;
	 min-height: 92px;
	 max-height: 300px;
	 overflow-y: auto;
	 border-radius: 2px;
   z-index: 4;
   line-height: 20px;
   text-align: left;
   list-style: none;
}
.header-section .disclosure-list--visible {
	 display: block;
}
.header-section .disclosure-list__item {
	 border-bottom: 1px solid transparent;
	 white-space: nowrap;
	 padding: 5px 45px 4px 15px !important;
	 text-align: left;
}
.header-section .disclosure-list__item .disclosure-list__option {
  text-transform: capitalize;
}
.header-section .disclosure-list__item:active {
	 background-color: rgba(128, 128, 128, 0.2);
}
.selectors-form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  // necessary for ie10
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
@media (min-width: 980px) {
  .selectors-form {
    flex-wrap: nowrap;
  }
}
.selectors-form__item {
  margin: 0 5px;
}
@media (min-width: 980px) {
  .selectors-form__item {
    padding-bottom: 0;
  }
  .selectors-form__item:first-of-type {
    margin-left: 0;
  }
  .suckittome{
  	padding-top: 94px !important;
  }
}

/*Recharge Custom*/
.rc-selling-plans select {
  width:200px;
  border-color:black;
  height:44px;
  padding-left:10px;
}
.rc_popup__hover {
  display:none !important;
}
.rc-radio {
  padding: 8px 0 30px 0 !important;
}
.rc-container {
    margin-bottom: 2em !important;
}</pre></body></html>