/** Shopify CDN: Minification failed

Line 7441:0 Unexpected "}"

**/
html, body { margin: 0 }
*,
*::before,
*::after {
  box-sizing: border-box;
}
a,
button,
[role="button"],
input,
label,
select,
textarea {
  touch-action: manipulation;
}
.block { display: block }
.inline-block { display: inline-block }
.rel { position: relative }
.abs { position: absolute }
.fix { position: fixed }
.fill, .top { top: 0 }
.fill, .bottom { bottom: 0 }
.fill, .left { left: 0 }
.fill, .right { right: 0 }
.x { width: 100% }
.y { height: 100% }
.f { display: flex }
.fw { flex-wrap: wrap }
.ais { align-items: flex-start }
.aie { align-items: flex-end }
.aic { align-items: center }
.aib { align-items: baseline }
.jcs { justify-content: flex-start }
.jce { justify-content: flex-end }
.jcc { justify-content: center }
.jcb { justify-content: space-between }
.fa {
  flex: 1 1 auto;
  min-width: 0;
  min-height: 0;
}
.al { text-align: left }
.ac { text-align: center }
.ar { text-align: right }
.aj { text-align: justify }
.mxa, .ma { margin-left: auto }
.mxa, .ma { margin-right: auto }
.mya, .ma { margin-top: auto }
.mya, .ma { margin-bottom: auto; }
.pt0, .py0, .p0 { padding-top: 0 }
.pb0, .py0, .p0 { padding-bottom: 0 }
.mt0, .my0, .m0 { margin-top: 0 }
.mb0, .my0, .m0 { margin-bottom: 0 }
.mt025, .my025, .m025 { margin-top: 0.25em }
.mb025, .my025, .m025 { margin-bottom: 0.25em }
.ml025, .mx025, .m025 { margin-left: 0.25em }
.mr025, .mx025, .m025 { margin-right: 0.25em }
.pt025, .py025, .p025 { padding-top: 0.25em }
.pb025, .py025, .p025 { padding-bottom: 0.25em }
.pl025, .px025, .p025 { padding-left: 0.25em }
.pr025, .px025, .p025 { padding-right: 0.25em }
.mt05, .my05, .m05 { margin-top: 0.5em }
.mb05, .my05, .m05 { margin-bottom: 0.5em }
.ml05, .mx05, .m05 { margin-left: 0.5em }
.mr05, .mx05, .m05 { margin-right: 0.5em }
.pt05, .py05, .p05 { padding-top: 0.5em }
.pb05, .py05, .p05 { padding-bottom: 0.5em }
.pl05, .px05, .p05 { padding-left: 0.5em }
.pr05, .px05, .p05 { padding-right: 0.5em }
.mt075, .my075, .m075 { margin-top: 0.75em }
.mb075, .my075, .m075 { margin-bottom: 0.75em }
.ml075, .mx075, .m075 { margin-left: 0.75em }
.mr075, .mx075, .m075 { margin-right: 0.75em }
.pt075, .py075, .p075 { padding-top: 0.75em }
.pb075, .py075, .p075 { padding-bottom: 0.75em }
.pl075, .px075, .p075 { padding-left: 0.75em }
.pr075, .px075, .p075 { padding-right: 0.75em }
.mt1, .my1, .m1 { margin-top: 1em }
.mb1, .my1, .m1 { margin-bottom: 1em }
.ml1, .mx1, .m1 { margin-left: 1em }
.mr1, .mx1, .m1 { margin-right: 1em }
.pt1, .py1, .p1 { padding-top: 1em }
.pb1, .py1, .p1 { padding-bottom: 1em }
.pl1, .px1, .p1 { padding-left: 1em }
.pr1, .px1, .p1 { padding-right: 1em }
form {
  margin: 0;
}
input,
textarea,
select {
  display: inline-block;
  outline: 0;
  border-radius: 0;
  border: 1px solid #000;
  position: relative;
  font-size: inherit;
  background-color: transparent;
}
textarea {
  max-width: 100%;
  overflow: auto;
  resize: vertical;
}
.z0 { z-index: 0 }
.z1 { z-index: 100 }
.z2 { z-index: 200 }
.z3 { z-index: 300 }
.z4 { z-index: 400 }
.z5 { z-index: 500 }
.z6 { z-index: 600 }
.z7 { z-index: 700 }
.z8 { z-index: 800 }
.z9 { z-index: 900 }
.z10 { z-index: 1000 }
:root {
  --ease: ease-in-out;
  --cubic: cubic-bezier(0.12, 0.67, 0.53, 1);
  --slow: 1s;
  --medium: 0.5s;
  --fast: 0.2s;
  --ultraFast: 0.15s;
}
:root {
  --black: #000;
  --darkGrey: #454545;
  --mediumGrey: #ddd;
  --lightGrey: #f4f4f4;
  --white: #fff;
  --green: #92cebe;
  --lightGreen: #b3e9db;
  --mediumGreen: #41a090;
  --darkGreen: #325a4e;
  --intermediateGreen: #2a6a5f;
  --gray: #f4f4f4;
  --lightGray: #6c6c6c;
  --darkGray: #e1e1e1;
  --lightBlack: #454545;
  --brightGreen: #69ffe2;
  --errorMessage: #f00;
  --successMessage: #018060;
  --orange: #b14a01;
  --border-gray: #C7C7C7;
}
.c-white {
  color: #fff;
  color: var(--white);
}
.bg-white {
  background-color: #fff;
  background-color: var(--white);
}
.c-black {
  color: #000;
  color: var(--black);
}
.bg-black {
  background-color: #000;
  background-color: var(--black);
}
.c-green {
  color: #92cebe;
  color: var(--green);
}
.bg-green {
  background-color: #92cebe;
  background-color: var(--green);
}
.c-light-green {
  color: #b3e9db;
  color: var(--lightGreen);
}
.bg-light-green {
  background-color: #b3e9db;
  background-color: var(--lightGreen);
}
.c-intermediate-green {
  color: #2a6a5f;
  color: var(--intermediateGreen);
}
.bg-intermediate-green {
  background-color: #2a6a5f;
  background-color: var(--intermediateGreen);
}
.c-medium-green {
  color: #41a090;
  color: var(--mediumGreen);
}
.bg-medium-green {
  background-color: #41a090;
  background-color: var(--mediumGreen);
}
.c-dark-green {
  color: #325a4e;
  color: var(--darkGreen);
}
.bg-dark-green {
  background-color: #325a4e;
  background-color: var(--darkGreen);
}
.c-bright-green {
  color: #69ffe2;
  color: var(--brightGreen);
}
.bg-bright-green {
  background-color: #69ffe2;
  background-color: var(--brightGreen);
}
.c-dark-grey {
  color: #454545;
  color: var(--darkGrey);
}
.bg-dark-grey {
  background-color: #454545;
  background-color: var(--darkGrey);
}
.c-light-gray {
  color: #6c6c6c;
  color: var(--lightGray);
}
.bg-light-gray {
  background-color: #6c6c6c;
  background-color: var(--lightGray);
}
.c-dark-gray {
  color: #e1e1e1;
  color: var(--darkGray);
}
.bg-dark-gray {
  background-color: #e1e1e1;
  background-color: var(--darkGray);
}
.c-medium-grey {
  color: #ddd;
  color: var(--mediumGrey);
}
.bg-medium-grey {
  background-color: #ddd;
  background-color: var(--mediumGrey);
}
.c-lightGrey {
  color: #f4f4f4;
  color: var(--lightGrey);
}
.bg-lightGrey {
  background-color: #f4f4f4;
  background-color: var(--lightGrey);
}
.c-orange {
  color: #b14a01;
  color: var(--orange);
}
.bg-orange {
  background-color: #b14a01;
  background-color: var(--orange);
}
body {
  font-family: 'PT Sans', sans-serif;
  color: #000;
  color: var(--black);
  font-size: 100%;
  line-height: 1.7;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}
.pt-sans {
  font-family: 'PT Sans', sans-serif;
}
.core-sans-d35 {
  font-family: "CoreSansD35";
}
.core-sans-d37 {
  font-family: "CoreSansD37";
}
.core-sans-d47 {
  font-family: "CoreSansD47";
}
.core-sans-d37-lt {
  font-family: "CoreSansD37lt";
}
.core-sans-d55 {
  font-family: "CoreSansD55";
}
.core-sans-d57 {
  font-family: "CoreSansD57";
}
.core-sans-d57-lt {
  font-family: "CoreSansD57lt";
}
.roboto {
  font-family: 'Roboto', sans-serif;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5
h6,
.h6 {
  font-weight: 400;
  letter-spacing: 1.5px;
}
.h0 {
  font-size: calc((54 / 16) * 1rem);
}
.s1,
h1,
.h1 {
  font-size: calc((32 / 16) * 1rem);
}
h1,
.h1 {
  line-height: 1.1;
}
.s2,
h2,
.h2 {
  font-size: calc((24 / 16) * 1rem);
}
h2,
.h2 {
  line-height: 1.2;
}
.s3,
h3,
.h3 {
  font-size: calc((22 / 16) * 1rem);
}
h3,
.h3 {
  line-height: 1.3;
}
.s4,
h4,
.h4 {
  font-size: calc((18 / 16) * 1rem);
}
h4,
.h4 {
  line-height: 1.4;
}
.s5,
h5,
.h5 {
  font-size: calc((16 / 16) * 1rem);
}
h5,
.h5 {
  line-height: 1.5;
}
.s6,
h6,
.h6 {
  font-size: calc((14 / 16) * 1rem);
}
h6,
.h6 {
  line-height: 1.5;
}
.s0,
p,
.p {
  font-size: 1rem;
}
p,
.p {
  line-height: 1.6;
}
small,
.small {
  font-size: calc((12 / 16) * 1rem);
}
.xsmall {
  font-size: calc((10 / 16) * 1rem);
}
blockquote {
  text-align: center;
  color: var(--blue);
  padding: 10px;
  margin: 0;
}
blockquote p {
    font-size: 26px;
    line-height: 1.4;
  }
a {
  color: inherit;
  text-decoration: none;
}
hr {
  display: block;
  border: 0;
  margin: 0;
  height: 1px;
  width: 100%;
  background-color: currentColor;
  color: inherit;
}
strong,
.b {
  font-weight: bold;
}
em,
.i {
  font-style: italic;
}
.caps {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.no-under {
  text-decoration: none;
}
.light {
  font-weight: 300;
}
.book,
.regular,
.medium {
  font-weight: 400;
}
.medium {
  font-weight: 500;
}
.semi {
  font-weight: 600;
}
.bold {
  font-weight: 700;
}
.track {
  letter-spacing: 0.1em;
}
.track--wide {
  letter-spacing: 0.3em;
}
.underline {
  position: relative;
  overflow: hidden;
}
.underline:after {
    content: "";
    transition: all 0.25s;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #2a6a5f;
    border-bottom: 1px solid var(--intermediateGreen);
  }
.underline--black:after {
      bottom: 4px;
      border-bottom-color: #000;
      border-bottom-color: var(--black);
    }
.underline--white:after {
      bottom: -2px;
      border-bottom-color: white;
      border-bottom-width: 2px;
    }
.underline--white:hover:after {
        transform: translateY(4px);
      }
.underline:hover:after {
      transform: translateY(4px);
    }
.link {
  text-decoration: underline;
  color: var(--blue);
}
.link:hover {
    color: #000;
    color: var(--black);
  }
.link-hover {
  transition: all 0.2s ease-in-out;
  transition: all var(--fast) var(--ease);
}
.link-hover:hover {
    color: var(--yellow);
  }
#root {
  transition: opacity 200ms cubic-bezier(0.12, 0.67, 0.53, 1);
  transition: opacity 200ms var(--cubic);
}
.is-transitioning #root {
  opacity: 0;
}
@media (min-width: 60em) {
  .flex--m {
    display: flex;
  }
}
.lh1 {
  line-height: 1;
}
.outline-none {
  border: none;
  outline: none;
}
.px1 {
  padding-left: 1em;
  padding-right: 1em;
}
.px1_5 {
  padding-left: 1.5em;
  padding-right: 1.5em;
}
.px2 {
  padding-left: 2em;
  padding-right: 2em;
}
.px3 {
  padding-left: 3em;
  padding-right: 3em;
}
.px4 {
  padding-left: 4em;
  padding-right: 4em;
}
.px5 {
  padding-left: 5em;
  padding-right: 5em;
}
.py1 {
  padding-top: 1em;
  padding-bottom: 1em;
}
.py1_5 {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
.py2 {
  padding-top: 2em;
  padding-bottom: 2em;
}
.py3 {
  padding-top: 3em;
  padding-bottom: 3em;
}
.py4 {
  padding-top: 4em;
  padding-bottom: 4em;
}
.py5 {
  padding-top: 5em;
  padding-bottom: 5em;
}
.no-scroll {
  background-color: rgba(0,0,0,.80);
  overflow: hidden;
}
.rotate180 {
  transform: rotate(180deg);
}
.fdc {
  flex-direction: column;
}
.no-margin {
  margin: 0;
}
.headless-table thead {
    display: none;
  }
@media only screen and (max-width: 600px) {
  
  ul.item-properties{
  width: 100%;
  font-size: 14px;
  }
ul.item-properties{
  margin:0 !important;
  width: 100%!important;
  }
  .cart .product-title{
    height: auto!important;
  }
  .responsive-table-row td.product-title{ 
    padding: 3px!important;
  }
}
.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}
.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.shogun-video-16x9 {
  padding-bottom: 56.25%!important;
}
.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.container {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto;
}
@media and (min-width:576px) {
  .container {
  max-width: 100%}
}
@media (min-width:768px) {
  .container {
  max-width: 100%}
}
@media (min-width:992px) {
  .container {
  max-width: 100%}
}
@media (min-width:1200px) {
  .container {
  max-width: 1440px;
}
}
@media (min-width:1440px) {
  .container {
  max-width: 1440px;
}
}
.m-auto {
  margin: auto!important;
}
.mt-auto, .my-auto {
  margin-top: auto!important;
}
.mr-auto, .mx-auto {
  margin-right: auto!important;
}
.mb-auto, .my-auto {
  margin-bottom: auto!important;
}
.ml-auto, .mx-auto {
  margin-left: auto!important;
}
.flex-wrap {
  flex-wrap: wrap!important;
}
.flex-nowrap {
  flex-wrap: nowrap!important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse!important;
}
.d-inline-flex {
  display: inline-flex!important;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters>.col, .no-gutters>[class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-auto, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-auto, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-auto, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-auto, .col-xx, .col-xx-1, .col-xx-2, .col-xx-3, .col-xx-4, .col-xx-5, .col-xx-6, .col-xx-7, .col-xx-8, .col-xx-9, .col-xx-10, .col-xx-11, .col-xx-12, .col-xx-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 1rem;
  padding-left: 1rem;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%}
.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%}
.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%}
.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%}
.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%}
.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%}
.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%}
.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%}
@media (min-width: 1200px){
    .col-xl-4 {
      flex: 0 0 33.33333%;
      max-width: 33.33333%;
    }
  }
.h-25 {
    height: 25%!important;
}
.h-33 {
    height: 33.33%!important;
}
.h-50 {
    height: 50%!important;
}
.h-67 {
    height: 66.66%!important;
}
.h-75 {
    height: 75%!important;
}
.h-100 {
    height: 100%!important;
}
.h-auto {
    height: auto!important;
}
.mw-100 {
    max-width: 100%!important;
}
.mh-100 {
    max-height: 100%!important;
}
.mw-100 {
  max-width: 100%!important;
}
.mh-100 {
  max-height: 100%!important;
}
/* ---------  Margin ------------*/
.m-0 {
  margin: 0!important;
}
.mt-0, .my-0 {
  margin-top: 0!important;
}
.mr-0, .mx-0 {
  margin-right: 0!important;
}
.mb-0, .my-0 {
  margin-bottom: 0!important;
}
.ml-0, .mx-0 {
  margin-left: 0!important;
}
.m-1 {
  margin: .25rem!important;
}
.mt-1, .my-1 {
  margin-top: .25rem!important;
}
.mr-1, .mx-1 {
  margin-right: .25rem!important;
}
.mb-1, .my-1 {
  margin-bottom: .25rem!important;
}
.ml-1, .mx-1 {
  margin-left: .25rem!important;
}
.m-2 {
  margin: .5rem!important;
}
.mt-2, .my-2 {
  margin-top: .5rem!important;
}
.mr-2, .mx-2 {
  margin-right: .5rem!important;
}
.mb-2, .my-2 {
  margin-bottom: .5rem!important;
}
.ml-2, .mx-2 {
  margin-left: .5rem!important;
}
.m-3 {
  margin: 1rem!important;
}
.mt-3, .my-3 {
  margin-top: 1rem!important;
}
.mr-3, .mx-3 {
  margin-right: 1rem!important;
}
.mb-3, .my-3 {
  margin-bottom: 1rem!important;
}
.ml-3, .mx-3 {
  margin-left: 1rem!important;
}
.m-4 {
  margin: 1.5rem!important;
}
.mt-4, .my-4 {
  margin-top: 1.5rem!important;
}
.mr-4, .mx-4 {
  margin-right: 1.5rem!important;
}
.mb-4, .my-4 {
  margin-bottom: 1.5rem!important;
}
.ml-4, .mx-4 {
  margin-left: 1.5rem!important;
}
.m-5 {
  margin: 2rem!important;
}
.mt-5, .my-5 {
  margin-top: 2rem!important;
}
.mr-5, .mx-5 {
  margin-right: 2rem!important;
}
.mb-5, .my-5 {
  margin-bottom: 2rem!important;
}
.ml-5, .mx-5 {
  margin-left: 2rem!important;
}
.m-6 {
  margin: 2.5rem!important;
}
.mt-6, .my-6 {
  margin-top: 2.5rem!important;
}
.mr-6, .mx-6 {
  margin-right: 2.5rem!important;
}
.mb-6, .my-6 {
  margin-bottom: 2.5rem!important;
}
.ml-6, .mx-6 {
  margin-left: 2.5rem!important;
}
.m-7 {
  margin: 3rem!important;
}
.mt-7, .my-7 {
  margin-top: 3rem!important;
}
.mr-7, .mx-7 {
  margin-right: 3rem!important;
}
.mb-7, .my-7 {
  margin-bottom: 3rem!important;
}
.ml-7, .mx-7 {
  margin-left: 3rem!important;
}
.m-8 {
  margin: 4rem!important;
}
.mt-8, .my-8 {
  margin-top: 4rem!important;
}
.mr-8, .mx-8 {
  margin-right: 4rem!important;
}
.mb-8, .my-8 {
  margin-bottom: 4rem!important;
}
.ml-8, .mx-8 {
  margin-left: 4rem!important;
}
.m-9 {
  margin: 5rem!important;
}
.mt-9, .my-9 {
  margin-top: 5rem!important;
}
.mr-9, .mx-9 {
  margin-right: 5rem!important;
}
.mb-9, .my-9 {
  margin-bottom: 5rem!important;
}
.ml-9, .mx-9 {
  margin-left: 5rem!important;
}
.m-10 {
  margin: 6rem!important;
}
.mt-10, .my-10 {
  margin-top: 6rem!important;
}
.mr-10, .mx-10 {
  margin-right: 6rem!important;
}
.mb-10, .my-10 {
  margin-bottom: 6rem!important;
}
.ml-10, .mx-10 {
  margin-left: 6rem!important;
}
.m-auto {
  margin: auto!important;
}
.mt-auto, .my-auto {
  margin-top: auto!important;
}
.mr-auto, .mx-auto {
  margin-right: auto!important;
}
.mb-auto, .my-auto {
  margin-bottom: auto!important;
}
.ml-auto, .mx-auto {
  margin-left: auto!important;
}
@media (min-width:576px) {
  .m-sm-0 {
  margin: 0!important;
}
.mt-sm-0, .my-sm-0 {
  margin-top: 0!important;
}
.mr-sm-0, .mx-sm-0 {
  margin-right: 0!important;
}
.mb-sm-0, .my-sm-0 {
  margin-bottom: 0!important;
}
.ml-sm-0, .mx-sm-0 {
  margin-left: 0!important;
}
.m-sm-1 {
  margin: .25rem!important;
}
.mt-sm-1, .my-sm-1 {
  margin-top: .25rem!important;
}
.mr-sm-1, .mx-sm-1 {
  margin-right: .25rem!important;
}
.mb-sm-1, .my-sm-1 {
  margin-bottom: .25rem!important;
}
.ml-sm-1, .mx-sm-1 {
  margin-left: .25rem!important;
}
.m-sm-2 {
  margin: .5rem!important;
}
.mt-sm-2, .my-sm-2 {
  margin-top: .5rem!important;
}
.mr-sm-2, .mx-sm-2 {
  margin-right: .5rem!important;
}
.mb-sm-2, .my-sm-2 {
  margin-bottom: .5rem!important;
}
.ml-sm-2, .mx-sm-2 {
  margin-left: .5rem!important;
}
.m-sm-3 {
  margin: 1rem!important;
}
.mt-sm-3, .my-sm-3 {
  margin-top: 1rem!important;
}
.mr-sm-3, .mx-sm-3 {
  margin-right: 1rem!important;
}
.mb-sm-3, .my-sm-3 {
  margin-bottom: 1rem!important;
}
.ml-sm-3, .mx-sm-3 {
  margin-left: 1rem!important;
}
.m-sm-4 {
  margin: 1.5rem!important;
}
.mt-sm-4, .my-sm-4 {
  margin-top: 1.5rem!important;
}
.mr-sm-4, .mx-sm-4 {
  margin-right: 1.5rem!important;
}
.mb-sm-4, .my-sm-4 {
  margin-bottom: 1.5rem!important;
}
.ml-sm-4, .mx-sm-4 {
  margin-left: 1.5rem!important;
}
.m-sm-5 {
  margin: 2rem!important;
}
.mt-sm-5, .my-sm-5 {
  margin-top: 2rem!important;
}
.mr-sm-5, .mx-sm-5 {
  margin-right: 2rem!important;
}
.mb-sm-5, .my-sm-5 {
  margin-bottom: 2rem!important;
}
.ml-sm-5, .mx-sm-5 {
  margin-left: 2rem!important;
}
.m-sm-6 {
  margin: 2.5rem!important;
}
.mt-sm-6, .my-sm-6 {
  margin-top: 2.5rem!important;
}
.mr-sm-6, .mx-sm-6 {
  margin-right: 2.5rem!important;
}
.mb-sm-6, .my-sm-6 {
  margin-bottom: 2.5rem!important;
}
.ml-sm-6, .mx-sm-6 {
  margin-left: 2.5rem!important;
}
.m-sm-7 {
  margin: 3rem!important;
}
.mt-sm-7, .my-sm-7 {
  margin-top: 3rem!important;
}
.mr-sm-7, .mx-sm-7 {
  margin-right: 3rem!important;
}
.mb-sm-7, .my-sm-7 {
  margin-bottom: 3rem!important;
}
.ml-sm-7, .mx-sm-7 {
  margin-left: 3rem!important;
}
.m-sm-8 {
  margin: 4rem!important;
}
.mt-sm-8, .my-sm-8 {
  margin-top: 4rem!important;
}
.mr-sm-8, .mx-sm-8 {
  margin-right: 4rem!important;
}
.mb-sm-8, .my-sm-8 {
  margin-bottom: 4rem!important;
}
.ml-sm-8, .mx-sm-8 {
  margin-left: 4rem!important;
}
.m-sm-9 {
  margin: 5rem!important;
}
.mt-sm-9, .my-sm-9 {
  margin-top: 5rem!important;
}
.mr-sm-9, .mx-sm-9 {
  margin-right: 5rem!important;
}
.mb-sm-9, .my-sm-9 {
  margin-bottom: 5rem!important;
}
.ml-sm-9, .mx-sm-9 {
  margin-left: 5rem!important;
}
.m-sm-10 {
  margin: 6rem!important;
}
.mt-sm-10, .my-sm-10 {
  margin-top: 6rem!important;
}
.mr-sm-10, .mx-sm-10 {
  margin-right: 6rem!important;
}
.mb-sm-10, .my-sm-10 {
  margin-bottom: 6rem!important;
}
.ml-sm-10, .mx-sm-10 {
  margin-left: 6rem!important;
}
.m-sm-auto {
  margin: auto!important;
}
.mt-sm-auto, .my-sm-auto {
  margin-top: auto!important;
}
.mr-sm-auto, .mx-sm-auto {
  margin-right: auto!important;
}
.mb-sm-auto, .my-sm-auto {
  margin-bottom: auto!important;
}
.ml-sm-auto, .mx-sm-auto {
  margin-left: auto!important;
}
}
@media (min-width:768px) {
  .m-md-0 {
  margin: 0!important;
}
.mt-md-0, .my-md-0 {
  margin-top: 0!important;
}
.mr-md-0, .mx-md-0 {
  margin-right: 0!important;
}
.mb-md-0, .my-md-0 {
  margin-bottom: 0!important;
}
.ml-md-0, .mx-md-0 {
  margin-left: 0!important;
}
.m-md-1 {
  margin: .25rem!important;
}
.mt-md-1, .my-md-1 {
  margin-top: .25rem!important;
}
.mr-md-1, .mx-md-1 {
  margin-right: .25rem!important;
}
.mb-md-1, .my-md-1 {
  margin-bottom: .25rem!important;
}
.ml-md-1, .mx-md-1 {
  margin-left: .25rem!important;
}
.m-md-2 {
  margin: .5rem!important;
}
.mt-md-2, .my-md-2 {
  margin-top: .5rem!important;
}
.mr-md-2, .mx-md-2 {
  margin-right: .5rem!important;
}
.mb-md-2, .my-md-2 {
  margin-bottom: .5rem!important;
}
.ml-md-2, .mx-md-2 {
  margin-left: .5rem!important;
}
.m-md-3 {
  margin: 1rem!important;
}
.mt-md-3, .my-md-3 {
  margin-top: 1rem!important;
}
.mr-md-3, .mx-md-3 {
  margin-right: 1rem!important;
}
.mb-md-3, .my-md-3 {
  margin-bottom: 1rem!important;
}
.ml-md-3, .mx-md-3 {
  margin-left: 1rem!important;
}
.m-md-4 {
  margin: 1.5rem!important;
}
.mt-md-4, .my-md-4 {
  margin-top: 1.5rem!important;
}
.mr-md-4, .mx-md-4 {
  margin-right: 1.5rem!important;
}
.mb-md-4, .my-md-4 {
  margin-bottom: 1.5rem!important;
}
.ml-md-4, .mx-md-4 {
  margin-left: 1.5rem!important;
}
.m-md-5 {
  margin: 2rem!important;
}
.mt-md-5, .my-md-5 {
  margin-top: 2rem!important;
}
.mr-md-5, .mx-md-5 {
  margin-right: 2rem!important;
}
.mb-md-5, .my-md-5 {
  margin-bottom: 2rem!important;
}
.ml-md-5, .mx-md-5 {
  margin-left: 2rem!important;
}
.m-md-6 {
  margin: 2.5rem!important;
}
.mt-md-6, .my-md-6 {
  margin-top: 2.5rem!important;
}
.mr-md-6, .mx-md-6 {
  margin-right: 2.5rem!important;
}
.mb-md-6, .my-md-6 {
  margin-bottom: 2.5rem!important;
}
.ml-md-6, .mx-md-6 {
  margin-left: 2.5rem!important;
}
.m-md-7 {
  margin: 3rem!important;
}
.mt-md-7, .my-md-7 {
  margin-top: 3rem!important;
}
.mr-md-7, .mx-md-7 {
  margin-right: 3rem!important;
}
.mb-md-7, .my-md-7 {
  margin-bottom: 3rem!important;
}
.ml-md-7, .mx-md-7 {
  margin-left: 3rem!important;
}
.m-md-8 {
  margin: 4rem!important;
}
.mt-md-8, .my-md-8 {
  margin-top: 4rem!important;
}
.mr-md-8, .mx-md-8 {
  margin-right: 4rem!important;
}
.mb-md-8, .my-md-8 {
  margin-bottom: 4rem!important;
}
.ml-md-8, .mx-md-8 {
  margin-left: 4rem!important;
}
.m-md-9 {
  margin: 5rem!important;
}
.mt-md-9, .my-md-9 {
  margin-top: 5rem!important;
}
.mr-md-9, .mx-md-9 {
  margin-right: 5rem!important;
}
.mb-md-9, .my-md-9 {
  margin-bottom: 5rem!important;
}
.ml-md-9, .mx-md-9 {
  margin-left: 5rem!important;
}
.m-md-10 {
  margin: 6rem!important;
}
.mt-md-10, .my-md-10 {
  margin-top: 6rem!important;
}
.mr-md-10, .mx-md-10 {
  margin-right: 6rem!important;
}
.mb-md-10, .my-md-10 {
  margin-bottom: 6rem!important;
}
.ml-md-10, .mx-md-10 {
  margin-left: 6rem!important;
}
.m-md-auto {
  margin: auto!important;
}
.mt-md-auto, .my-md-auto {
  margin-top: auto!important;
}
.mr-md-auto, .mx-md-auto {
  margin-right: auto!important;
}
.mb-md-auto, .my-md-auto {
  margin-bottom: auto!important;
}
.ml-md-auto, .mx-md-auto {
  margin-left: auto!important;
}
}
@media (min-width:992px) {
  .m-lg-0 {
  margin: 0!important;
}
.mt-lg-0, .my-lg-0 {
  margin-top: 0!important;
}
.mr-lg-0, .mx-lg-0 {
  margin-right: 0!important;
}
.mb-lg-0, .my-lg-0 {
  margin-bottom: 0!important;
}
.ml-lg-0, .mx-lg-0 {
  margin-left: 0!important;
}
.m-lg-1 {
  margin: .25rem!important;
}
.mt-lg-1, .my-lg-1 {
  margin-top: .25rem!important;
}
.mr-lg-1, .mx-lg-1 {
  margin-right: .25rem!important;
}
.mb-lg-1, .my-lg-1 {
  margin-bottom: .25rem!important;
}
.ml-lg-1, .mx-lg-1 {
  margin-left: .25rem!important;
}
.m-lg-2 {
  margin: .5rem!important;
}
.mt-lg-2, .my-lg-2 {
  margin-top: .5rem!important;
}
.mr-lg-2, .mx-lg-2 {
  margin-right: .5rem!important;
}
.mb-lg-2, .my-lg-2 {
  margin-bottom: .5rem!important;
}
.ml-lg-2, .mx-lg-2 {
  margin-left: .5rem!important;
}
.m-lg-3 {
  margin: 1rem!important;
}
.mt-lg-3, .my-lg-3 {
  margin-top: 1rem!important;
}
.mr-lg-3, .mx-lg-3 {
  margin-right: 1rem!important;
}
.mb-lg-3, .my-lg-3 {
  margin-bottom: 1rem!important;
}
.ml-lg-3, .mx-lg-3 {
  margin-left: 1rem!important;
}
.m-lg-4 {
  margin: 1.5rem!important;
}
.mt-lg-4, .my-lg-4 {
  margin-top: 1.5rem!important;
}
.mr-lg-4, .mx-lg-4 {
  margin-right: 1.5rem!important;
}
.mb-lg-4, .my-lg-4 {
  margin-bottom: 1.5rem!important;
}
.ml-lg-4, .mx-lg-4 {
  margin-left: 1.5rem!important;
}
.m-lg-5 {
  margin: 2rem!important;
}
.mt-lg-5, .my-lg-5 {
  margin-top: 2rem!important;
}
.mr-lg-5, .mx-lg-5 {
  margin-right: 2rem!important;
}
.mb-lg-5, .my-lg-5 {
  margin-bottom: 2rem!important;
}
.ml-lg-5, .mx-lg-5 {
  margin-left: 2rem!important;
}
.m-lg-6 {
  margin: 2.5rem!important;
}
.mt-lg-6, .my-lg-6 {
  margin-top: 2.5rem!important;
}
.mr-lg-6, .mx-lg-6 {
  margin-right: 2.5rem!important;
}
.mb-lg-6, .my-lg-6 {
  margin-bottom: 2.5rem!important;
}
.ml-lg-6, .mx-lg-6 {
  margin-left: 2.5rem!important;
}
.m-lg-7 {
  margin: 3rem!important;
}
.mt-lg-7, .my-lg-7 {
  margin-top: 3rem!important;
}
.mr-lg-7, .mx-lg-7 {
  margin-right: 3rem!important;
}
.mb-lg-7, .my-lg-7 {
  margin-bottom: 3rem!important;
}
.ml-lg-7, .mx-lg-7 {
  margin-left: 3rem!important;
}
.m-lg-8 {
  margin: 4rem!important;
}
.mt-lg-8, .my-lg-8 {
  margin-top: 4rem!important;
}
.mr-lg-8, .mx-lg-8 {
  margin-right: 4rem!important;
}
.mb-lg-8, .my-lg-8 {
  margin-bottom: 4rem!important;
}
.ml-lg-8, .mx-lg-8 {
  margin-left: 4rem!important;
}
.m-lg-9 {
  margin: 5rem!important;
}
.mt-lg-9, .my-lg-9 {
  margin-top: 5rem!important;
}
.mr-lg-9, .mx-lg-9 {
  margin-right: 5rem!important;
}
.mb-lg-9, .my-lg-9 {
  margin-bottom: 5rem!important;
}
.ml-lg-9, .mx-lg-9 {
  margin-left: 5rem!important;
}
.m-lg-10 {
  margin: 6rem!important;
}
.mt-lg-10, .my-lg-10 {
  margin-top: 6rem!important;
}
.mr-lg-10, .mx-lg-10 {
  margin-right: 6rem!important;
}
.mb-lg-10, .my-lg-10 {
  margin-bottom: 6rem!important;
}
.ml-lg-10, .mx-lg-10 {
  margin-left: 6rem!important;
}
.m-lg-auto {
  margin: auto!important;
}
.mt-lg-auto, .my-lg-auto {
  margin-top: auto!important;
}
.mr-lg-auto, .mx-lg-auto {
  margin-right: auto!important;
}
.mb-lg-auto, .my-lg-auto {
  margin-bottom: auto!important;
}
.ml-lg-auto, .mx-lg-auto {
  margin-left: auto!important;
}
}
@media (min-width:1200px) {
  .m-xl-0 {
  margin: 0!important;
}
.mt-xl-0, .my-xl-0 {
  margin-top: 0!important;
}
.mr-xl-0, .mx-xl-0 {
  margin-right: 0!important;
}
.mb-xl-0, .my-xl-0 {
  margin-bottom: 0!important;
}
.ml-xl-0, .mx-xl-0 {
  margin-left: 0!important;
}
.m-xl-1 {
  margin: .25rem!important;
}
.mt-xl-1, .my-xl-1 {
  margin-top: .25rem!important;
}
.mr-xl-1, .mx-xl-1 {
  margin-right: .25rem!important;
}
.mb-xl-1, .my-xl-1 {
  margin-bottom: .25rem!important;
}
.ml-xl-1, .mx-xl-1 {
  margin-left: .25rem!important;
}
.m-xl-2 {
  margin: .5rem!important;
}
.mt-xl-2, .my-xl-2 {
  margin-top: .5rem!important;
}
.mr-xl-2, .mx-xl-2 {
  margin-right: .5rem!important;
}
.mb-xl-2, .my-xl-2 {
  margin-bottom: .5rem!important;
}
.ml-xl-2, .mx-xl-2 {
  margin-left: .5rem!important;
}
.m-xl-3 {
  margin: 1rem!important;
}
.mt-xl-3, .my-xl-3 {
  margin-top: 1rem!important;
}
.mr-xl-3, .mx-xl-3 {
  margin-right: 1rem!important;
}
.mb-xl-3, .my-xl-3 {
  margin-bottom: 1rem!important;
}
.ml-xl-3, .mx-xl-3 {
  margin-left: 1rem!important;
}
.m-xl-4 {
  margin: 1.5rem!important;
}
.mt-xl-4, .my-xl-4 {
  margin-top: 1.5rem!important;
}
.mr-xl-4, .mx-xl-4 {
  margin-right: 1.5rem!important;
}
.mb-xl-4, .my-xl-4 {
  margin-bottom: 1.5rem!important;
}
.ml-xl-4, .mx-xl-4 {
  margin-left: 1.5rem!important;
}
.m-xl-5 {
  margin: 2rem!important;
}
.mt-xl-5, .my-xl-5 {
  margin-top: 2rem!important;
}
.mr-xl-5, .mx-xl-5 {
  margin-right: 2rem!important;
}
.mb-xl-5, .my-xl-5 {
  margin-bottom: 2rem!important;
}
.ml-xl-5, .mx-xl-5 {
  margin-left: 2rem!important;
}
.m-xl-6 {
  margin: 2.5rem!important;
}
.mt-xl-6, .my-xl-6 {
  margin-top: 2.5rem!important;
}
.mr-xl-6, .mx-xl-6 {
  margin-right: 2.5rem!important;
}
.mb-xl-6, .my-xl-6 {
  margin-bottom: 2.5rem!important;
}
.ml-xl-6, .mx-xl-6 {
  margin-left: 2.5rem!important;
}
.m-xl-7 {
  margin: 3rem!important;
}
.mt-xl-7, .my-xl-7 {
  margin-top: 3rem!important;
}
.mr-xl-7, .mx-xl-7 {
  margin-right: 3rem!important;
}
.mb-xl-7, .my-xl-7 {
  margin-bottom: 3rem!important;
}
.ml-xl-7, .mx-xl-7 {
  margin-left: 3rem!important;
}
.m-xl-8 {
  margin: 4rem!important;
}
.mt-xl-8, .my-xl-8 {
  margin-top: 4rem!important;
}
.mr-xl-8, .mx-xl-8 {
  margin-right: 4rem!important;
}
.mb-xl-8, .my-xl-8 {
  margin-bottom: 4rem!important;
}
.ml-xl-8, .mx-xl-8 {
  margin-left: 4rem!important;
}
.m-xl-9 {
  margin: 5rem!important;
}
.mt-xl-9, .my-xl-9 {
  margin-top: 5rem!important;
}
.mr-xl-9, .mx-xl-9 {
  margin-right: 5rem!important;
}
.mb-xl-9, .my-xl-9 {
  margin-bottom: 5rem!important;
}
.ml-xl-9, .mx-xl-9 {
  margin-left: 5rem!important;
}
.m-xl-10 {
  margin: 6rem!important;
}
.mt-xl-10, .my-xl-10 {
  margin-top: 6rem!important;
}
.mr-xl-10, .mx-xl-10 {
  margin-right: 6rem!important;
}
.mb-xl-10, .my-xl-10 {
  margin-bottom: 6rem!important;
}
.ml-xl-10, .mx-xl-10 {
  margin-left: 6rem!important;
}
.m-xl-auto {
  margin: auto!important;
}
.mt-xl-auto, .my-xl-auto {
  margin-top: auto!important;
}
.mr-xl-auto, .mx-xl-auto {
  margin-right: auto!important;
}
.mb-xl-auto, .my-xl-auto {
  margin-bottom: auto!important;
}
.ml-xl-auto, .mx-xl-auto {
  margin-left: auto!important;
}
}
@media (min-width:1440px) {
  .m-xx-0 {
  margin: 0!important;
}
}
.mt-xx-0, .my-xx-0 {
  margin-top: 0!important;
}
.mr-xx-0, .mx-xx-0 {
  margin-right: 0!important;
}
.mb-xx-0, .my-xx-0 {
  margin-bottom: 0!important;
}
.ml-xx-0, .mx-xx-0 {
  margin-left: 0!important;
}
.m-xx-1 {
  margin: .25rem!important;
}
.mt-xx-1, .my-xx-1 {
  margin-top: .25rem!important;
}
.mr-xx-1, .mx-xx-1 {
  margin-right: .25rem!important;
}
.mb-xx-1, .my-xx-1 {
  margin-bottom: .25rem!important;
}
.ml-xx-1, .mx-xx-1 {
  margin-left: .25rem!important;
}
.m-xx-2 {
  margin: .5rem!important;
}
.mt-xx-2, .my-xx-2 {
  margin-top: .5rem!important;
}
.mr-xx-2, .mx-xx-2 {
  margin-right: .5rem!important;
}
.mb-xx-2, .my-xx-2 {
  margin-bottom: .5rem!important;
}
.ml-xx-2, .mx-xx-2 {
  margin-left: .5rem!important;
}
.m-xx-3 {
  margin: 1rem!important;
}
.mt-xx-3, .my-xx-3 {
  margin-top: 1rem!important;
}
.mr-xx-3, .mx-xx-3 {
  margin-right: 1rem!important;
}
.mb-xx-3, .my-xx-3 {
  margin-bottom: 1rem!important;
}
.ml-xx-3, .mx-xx-3 {
  margin-left: 1rem!important;
}
.m-xx-4 {
  margin: 1.5rem!important;
}
.mt-xx-4, .my-xx-4 {
  margin-top: 1.5rem!important;
}
.mr-xx-4, .mx-xx-4 {
  margin-right: 1.5rem!important;
}
.mb-xx-4, .my-xx-4 {
  margin-bottom: 1.5rem!important;
}
.ml-xx-4, .mx-xx-4 {
  margin-left: 1.5rem!important;
}
.m-xx-5 {
  margin: 2rem!important;
}
.mt-xx-5, .my-xx-5 {
  margin-top: 2rem!important;
}
.mr-xx-5, .mx-xx-5 {
  margin-right: 2rem!important;
}
.mb-xx-5, .my-xx-5 {
  margin-bottom: 2rem!important;
}
.ml-xx-5, .mx-xx-5 {
  margin-left: 2rem!important;
}
.m-xx-6 {
  margin: 2.5rem!important;
}
.mt-xx-6, .my-xx-6 {
  margin-top: 2.5rem!important;
}
.mr-xx-6, .mx-xx-6 {
  margin-right: 2.5rem!important;
}
.mb-xx-6, .my-xx-6 {
  margin-bottom: 2.5rem!important;
}
.ml-xx-6, .mx-xx-6 {
  margin-left: 2.5rem!important;
}
.m-xx-7 {
  margin: 3rem!important;
}
.mt-xx-7, .my-xx-7 {
  margin-top: 3rem!important;
}
.mr-xx-7, .mx-xx-7 {
  margin-right: 3rem!important;
}
.mb-xx-7, .my-xx-7 {
  margin-bottom: 3rem!important;
}
.ml-xx-7, .mx-xx-7 {
  margin-left: 3rem!important;
}
.m-xx-8 {
  margin: 4rem!important;
}
.mt-xx-8, .my-xx-8 {
  margin-top: 4rem!important;
}
.mr-xx-8, .mx-xx-8 {
  margin-right: 4rem!important;
}
.mb-xx-8, .my-xx-8 {
  margin-bottom: 4rem!important;
}
.ml-xx-8, .mx-xx-8 {
  margin-left: 4rem!important;
}
.m-xx-9 {
  margin: 5rem!important;
}
.mt-xx-9, .my-xx-9 {
  margin-top: 5rem!important;
}
.mr-xx-9, .mx-xx-9 {
  margin-right: 5rem!important;
}
.mb-xx-9, .my-xx-9 {
  margin-bottom: 5rem!important;
}
.ml-xx-9, .mx-xx-9 {
  margin-left: 5rem!important;
}
.m-xx-10 {
  margin: 6rem!important;
}
.mt-xx-10, .my-xx-10 {
  margin-top: 6rem!important;
}
.mr-xx-10, .mx-xx-10 {
  margin-right: 6rem!important;
}
.mb-xx-10, .my-xx-10 {
  margin-bottom: 6rem!important;
}
.ml-xx-10, .mx-xx-10 {
  margin-left: 6rem!important;
}
.m-xx-auto {
  margin: auto!important;
}
.mt-xx-auto, .my-xx-auto {
  margin-top: auto!important;
}
.mr-xx-auto, .mx-xx-auto {
  margin-right: auto!important;
}
.mb-xx-auto, .my-xx-auto {
  margin-bottom: auto!important;
}
.ml-xx-auto, .mx-xx-auto {
  margin-left: auto!important;
}
/* --------- Margin End ----------*/
/* ---------  Padding ------- */
.p-0 {
  padding: 0!important;
}
.pt-0, .py-0 {
  padding-top: 0!important;
}
.pr-0, .px-0 {
  padding-right: 0!important;
}
.pb-0, .py-0 {
  padding-bottom: 0!important;
}
.pl-0, .px-0 {
  padding-left: 0!important;
}
.p-1 {
  padding: .25rem!important;
}
.pt-1, .py-1 {
  padding-top: .25rem!important;
}
.pr-1, .px-1 {
  padding-right: .25rem!important;
}
.pb-1, .py-1 {
  padding-bottom: .25rem!important;
}
.pl-1, .px-1 {
  padding-left: .25rem!important;
}
.p-2 {
  padding: .5rem!important;
}
.pt-2, .py-2 {
  padding-top: .5rem!important;
}
.pr-2, .px-2 {
  padding-right: .5rem!important;
}
.pb-2, .py-2 {
  padding-bottom: .5rem!important;
}
.pl-2, .px-2 {
  padding-left: .5rem!important;
}
.p-3 {
  padding: 1rem!important;
}
.pt-3, .py-3 {
  padding-top: 1rem!important;
}
.pr-3, .px-3 {
  padding-right: 1rem!important;
}
.pb-3, .py-3 {
  padding-bottom: 1rem!important;
}
.pl-3, .px-3 {
  padding-left: 1rem!important;
}
.p-4 {
  padding: 1.5rem!important;
}
.pt-4, .py-4 {
  padding-top: 1.5rem!important;
}
.pr-4, .px-4 {
  padding-right: 1.5rem!important;
}
.pb-4, .py-4 {
  padding-bottom: 1.5rem!important;
}
.pl-4, .px-4 {
  padding-left: 1.5rem!important;
}
.p-5 {
  padding: 2rem!important;
}
.pt-5, .py-5 {
  padding-top: 2rem!important;
}
.pr-5, .px-5 {
  padding-right: 2rem!important;
}
.pb-5, .py-5 {
  padding-bottom: 2rem!important;
}
.pl-5, .px-5 {
  padding-left: 2rem!important;
}
.p-6 {
  padding: 2.5rem!important;
}
.pt-6, .py-6 {
  padding-top: 2.5rem!important;
}
.pr-6, .px-6 {
  padding-right: 2.5rem!important;
}
.pb-6, .py-6 {
  padding-bottom: 2.5rem!important;
}
.pl-6, .px-6 {
  padding-left: 2.5rem!important;
}
.p-7 {
  padding: 3rem!important;
}
.pt-7, .py-7 {
  padding-top: 3rem!important;
}
.pr-7, .px-7 {
  padding-right: 3rem!important;
}
.pb-7, .py-7 {
  padding-bottom: 3rem!important;
}
.pl-7, .px-7 {
  padding-left: 3rem!important;
}
.p-8 {
  padding: 4rem!important;
}
.pt-8, .py-8 {
  padding-top: 4rem!important;
}
.pr-8, .px-8 {
  padding-right: 4rem!important;
}
.pb-8, .py-8 {
  padding-bottom: 4rem!important;
}
.pl-8, .px-8 {
  padding-left: 4rem!important;
}
.p-9 {
  padding: 5rem!important;
}
.pt-9, .py-9 {
  padding-top: 5rem!important;
}
.pr-9, .px-9 {
  padding-right: 5rem!important;
}
.pb-9, .py-9 {
  padding-bottom: 5rem!important;
}
.pl-9, .px-9 {
  padding-left: 5rem!important;
}
.p-10 {
  padding: 6rem!important;
}
.pt-10, .py-10 {
  padding-top: 6rem!important;
}
.pr-10, .px-10 {
  padding-right: 6rem!important;
}
.pb-10, .py-10 {
  padding-bottom: 6rem!important;
}
.pl-10, .px-10 {
  padding-left: 6rem!important;
}
.p-sm-0 {
  padding: 0!important;
}
.pt-sm-0, .py-sm-0 {
  padding-top: 0!important;
}
.pr-sm-0, .px-sm-0 {
  padding-right: 0!important;
}
.pb-sm-0, .py-sm-0 {
  padding-bottom: 0!important;
}
.pl-sm-0, .px-sm-0 {
  padding-left: 0!important;
}
.p-sm-1 {
  padding: .25rem!important;
}
.pt-sm-1, .py-sm-1 {
  padding-top: .25rem!important;
}
.pr-sm-1, .px-sm-1 {
  padding-right: .25rem!important;
}
.pb-sm-1, .py-sm-1 {
  padding-bottom: .25rem!important;
}
.pl-sm-1, .px-sm-1 {
  padding-left: .25rem!important;
}
.p-sm-2 {
  padding: .5rem!important;
}
.pt-sm-2, .py-sm-2 {
  padding-top: .5rem!important;
}
.pr-sm-2, .px-sm-2 {
  padding-right: .5rem!important;
}
.pb-sm-2, .py-sm-2 {
  padding-bottom: .5rem!important;
}
.pl-sm-2, .px-sm-2 {
  padding-left: .5rem!important;
}
.p-sm-3 {
  padding: 1rem!important;
}
.pt-sm-3, .py-sm-3 {
  padding-top: 1rem!important;
}
.pr-sm-3, .px-sm-3 {
  padding-right: 1rem!important;
}
.pb-sm-3, .py-sm-3 {
  padding-bottom: 1rem!important;
}
.pl-sm-3, .px-sm-3 {
  padding-left: 1rem!important;
}
.p-sm-4 {
  padding: 1.5rem!important;
}
.pt-sm-4, .py-sm-4 {
  padding-top: 1.5rem!important;
}
.pr-sm-4, .px-sm-4 {
  padding-right: 1.5rem!important;
}
.pb-sm-4, .py-sm-4 {
  padding-bottom: 1.5rem!important;
}
.pl-sm-4, .px-sm-4 {
  padding-left: 1.5rem!important;
}
.p-sm-5 {
  padding: 2rem!important;
}
.pt-sm-5, .py-sm-5 {
  padding-top: 2rem!important;
}
.pr-sm-5, .px-sm-5 {
  padding-right: 2rem!important;
}
.pb-sm-5, .py-sm-5 {
  padding-bottom: 2rem!important;
}
.pl-sm-5, .px-sm-5 {
  padding-left: 2rem!important;
}
.p-sm-6 {
  padding: 2.5rem!important;
}
.pt-sm-6, .py-sm-6 {
  padding-top: 2.5rem!important;
}
.pr-sm-6, .px-sm-6 {
  padding-right: 2.5rem!important;
}
.pb-sm-6, .py-sm-6 {
  padding-bottom: 2.5rem!important;
}
.pl-sm-6, .px-sm-6 {
  padding-left: 2.5rem!important;
}
.p-sm-7 {
  padding: 3rem!important;
}
.pt-sm-7, .py-sm-7 {
  padding-top: 3rem!important;
}
.pr-sm-7, .px-sm-7 {
  padding-right: 3rem!important;
}
.pb-sm-7, .py-sm-7 {
  padding-bottom: 3rem!important;
}
.pl-sm-7, .px-sm-7 {
  padding-left: 3rem!important;
}
.p-sm-8 {
  padding: 4rem!important;
}
.pt-sm-8, .py-sm-8 {
  padding-top: 4rem!important;
}
.pr-sm-8, .px-sm-8 {
  padding-right: 4rem!important;
}
.pb-sm-8, .py-sm-8 {
  padding-bottom: 4rem!important;
}
.pl-sm-8, .px-sm-8 {
  padding-left: 4rem!important;
}
.p-sm-9 {
  padding: 5rem!important;
}
.pt-sm-9, .py-sm-9 {
  padding-top: 5rem!important;
}
.pr-sm-9, .px-sm-9 {
  padding-right: 5rem!important;
}
.pb-sm-9, .py-sm-9 {
  padding-bottom: 5rem!important;
}
.pl-sm-9, .px-sm-9 {
  padding-left: 5rem!important;
}
.p-sm-10 {
  padding: 6rem!important;
}
.pt-sm-10, .py-sm-10 {
  padding-top: 6rem!important;
}
.pr-sm-10, .px-sm-10 {
  padding-right: 6rem!important;
}
.pb-sm-10, .py-sm-10 {
  padding-bottom: 6rem!important;
}
.pl-sm-10, .px-sm-10 {
  padding-left: 6rem!important;
}
.p-md-0 {
  padding: 0!important;
}
.pt-md-0, .py-md-0 {
  padding-top: 0!important;
}
.pr-md-0, .px-md-0 {
  padding-right: 0!important;
}
.pb-md-0, .py-md-0 {
  padding-bottom: 0!important;
}
.pl-md-0, .px-md-0 {
  padding-left: 0!important;
}
.p-md-1 {
  padding: .25rem!important;
}
.pt-md-1, .py-md-1 {
  padding-top: .25rem!important;
}
.pr-md-1, .px-md-1 {
  padding-right: .25rem!important;
}
.pb-md-1, .py-md-1 {
  padding-bottom: .25rem!important;
}
.pl-md-1, .px-md-1 {
  padding-left: .25rem!important;
}
.p-md-2 {
  padding: .5rem!important;
}
.pt-md-2, .py-md-2 {
  padding-top: .5rem!important;
}
.pr-md-2, .px-md-2 {
  padding-right: .5rem!important;
}
.pb-md-2, .py-md-2 {
  padding-bottom: .5rem!important;
}
.pl-md-2, .px-md-2 {
  padding-left: .5rem!important;
}
.p-md-3 {
  padding: 1rem!important;
}
.pt-md-3, .py-md-3 {
  padding-top: 1rem!important;
}
.pr-md-3, .px-md-3 {
  padding-right: 1rem!important;
}
.pb-md-3, .py-md-3 {
  padding-bottom: 1rem!important;
}
.pl-md-3, .px-md-3 {
  padding-left: 1rem!important;
}
.p-md-4 {
  padding: 1.5rem!important;
}
.pt-md-4, .py-md-4 {
  padding-top: 1.5rem!important;
}
.pr-md-4, .px-md-4 {
  padding-right: 1.5rem!important;
}
.pb-md-4, .py-md-4 {
  padding-bottom: 1.5rem!important;
}
.pl-md-4, .px-md-4 {
  padding-left: 1.5rem!important;
}
.p-md-5 {
  padding: 2rem!important;
}
.pt-md-5, .py-md-5 {
  padding-top: 2rem!important;
}
.pr-md-5, .px-md-5 {
  padding-right: 2rem!important;
}
.pb-md-5, .py-md-5 {
  padding-bottom: 2rem!important;
}
.pl-md-5, .px-md-5 {
  padding-left: 2rem!important;
}
.p-md-6 {
  padding: 2.5rem!important;
}
.pt-md-6, .py-md-6 {
  padding-top: 2.5rem!important;
}
.pr-md-6, .px-md-6 {
  padding-right: 2.5rem!important;
}
.pb-md-6, .py-md-6 {
  padding-bottom: 2.5rem!important;
}
.pl-md-6, .px-md-6 {
  padding-left: 2.5rem!important;
}
.p-md-7 {
  padding: 3rem!important;
}
.pt-md-7, .py-md-7 {
  padding-top: 3rem!important;
}
.pr-md-7, .px-md-7 {
  padding-right: 3rem!important;
}
.pb-md-7, .py-md-7 {
  padding-bottom: 3rem!important;
}
.pl-md-7, .px-md-7 {
  padding-left: 3rem!important;
}
.p-md-8 {
  padding: 4rem!important;
}
.pt-md-8, .py-md-8 {
  padding-top: 4rem!important;
}
.pr-md-8, .px-md-8 {
  padding-right: 4rem!important;
}
.pb-md-8, .py-md-8 {
  padding-bottom: 4rem!important;
}
.pl-md-8, .px-md-8 {
  padding-left: 4rem!important;
}
.p-md-9 {
  padding: 5rem!important;
}
.pt-md-9, .py-md-9 {
  padding-top: 5rem!important;
}
.pr-md-9, .px-md-9 {
  padding-right: 5rem!important;
}
.pb-md-9, .py-md-9 {
  padding-bottom: 5rem!important;
}
.pl-md-9, .px-md-9 {
  padding-left: 5rem!important;
}
.p-md-10 {
  padding: 6rem!important;
}
.pt-md-10, .py-md-10 {
  padding-top: 6rem!important;
}
.pr-md-10, .px-md-10 {
  padding-right: 6rem!important;
}
.pb-md-10, .py-md-10 {
  padding-bottom: 6rem!important;
}
.pl-md-10, .px-md-10 {
  padding-left: 6rem!important;
}
.p-lg-0 {
  padding: 0!important;
}
.pt-lg-0, .py-lg-0 {
  padding-top: 0!important;
}
.pr-lg-0, .px-lg-0 {
  padding-right: 0!important;
}
.pb-lg-0, .py-lg-0 {
  padding-bottom: 0!important;
}
.pl-lg-0, .px-lg-0 {
  padding-left: 0!important;
}
.p-lg-1 {
  padding: .25rem!important;
}
.pt-lg-1, .py-lg-1 {
  padding-top: .25rem!important;
}
.pr-lg-1, .px-lg-1 {
  padding-right: .25rem!important;
}
.pb-lg-1, .py-lg-1 {
  padding-bottom: .25rem!important;
}
.pl-lg-1, .px-lg-1 {
  padding-left: .25rem!important;
}
.p-lg-2 {
  padding: .5rem!important;
}
.pt-lg-2, .py-lg-2 {
  padding-top: .5rem!important;
}
.pr-lg-2, .px-lg-2 {
  padding-right: .5rem!important;
}
.pb-lg-2, .py-lg-2 {
  padding-bottom: .5rem!important;
}
.pl-lg-2, .px-lg-2 {
  padding-left: .5rem!important;
}
.p-lg-3 {
  padding: 1rem!important;
}
.pt-lg-3, .py-lg-3 {
  padding-top: 1rem!important;
}
.pr-lg-3, .px-lg-3 {
  padding-right: 1rem!important;
}
.pb-lg-3, .py-lg-3 {
  padding-bottom: 1rem!important;
}
.pl-lg-3, .px-lg-3 {
  padding-left: 1rem!important;
}
.p-lg-4 {
  padding: 1.5rem!important;
}
.pt-lg-4, .py-lg-4 {
  padding-top: 1.5rem!important;
}
.pr-lg-4, .px-lg-4 {
  padding-right: 1.5rem!important;
}
.pb-lg-4, .py-lg-4 {
  padding-bottom: 1.5rem!important;
}
.pl-lg-4, .px-lg-4 {
  padding-left: 1.5rem!important;
}
.p-lg-5 {
  padding: 2rem!important;
}
.pt-lg-5, .py-lg-5 {
  padding-top: 2rem!important;
}
.pr-lg-5, .px-lg-5 {
  padding-right: 2rem!important;
}
.pb-lg-5, .py-lg-5 {
  padding-bottom: 2rem!important;
}
.pl-lg-5, .px-lg-5 {
  padding-left: 2rem!important;
}
.p-lg-6 {
  padding: 2.5rem!important;
}
.pt-lg-6, .py-lg-6 {
  padding-top: 2.5rem!important;
}
.pr-lg-6, .px-lg-6 {
  padding-right: 2.5rem!important;
}
.pb-lg-6, .py-lg-6 {
  padding-bottom: 2.5rem!important;
}
.pl-lg-6, .px-lg-6 {
  padding-left: 2.5rem!important;
}
.p-lg-7 {
  padding: 3rem!important;
}
.pt-lg-7, .py-lg-7 {
  padding-top: 3rem!important;
}
.pr-lg-7, .px-lg-7 {
  padding-right: 3rem!important;
}
.pb-lg-7, .py-lg-7 {
  padding-bottom: 3rem!important;
}
.pl-lg-7, .px-lg-7 {
  padding-left: 3rem!important;
}
.p-lg-8 {
  padding: 4rem!important;
}
.pt-lg-8, .py-lg-8 {
  padding-top: 4rem!important;
}
.pr-lg-8, .px-lg-8 {
  padding-right: 4rem!important;
}
.pb-lg-8, .py-lg-8 {
  padding-bottom: 4rem!important;
}
.pl-lg-8, .px-lg-8 {
  padding-left: 4rem!important;
}
.p-lg-9 {
  padding: 5rem!important;
}
.pt-lg-9, .py-lg-9 {
  padding-top: 5rem!important;
}
.pr-lg-9, .px-lg-9 {
  padding-right: 5rem!important;
}
.pb-lg-9, .py-lg-9 {
  padding-bottom: 5rem!important;
}
.pl-lg-9, .px-lg-9 {
  padding-left: 5rem!important;
}
.p-lg-10 {
  padding: 6rem!important;
}
.pt-lg-10, .py-lg-10 {
  padding-top: 6rem!important;
}
.pr-lg-10, .px-lg-10 {
  padding-right: 6rem!important;
}
.pb-lg-10, .py-lg-10 {
  padding-bottom: 6rem!important;
}
.pl-lg-10, .px-lg-10 {
  padding-left: 6rem!important;
}
.p-xl-0 {
  padding: 0!important;
}
.pt-xl-0, .py-xl-0 {
  padding-top: 0!important;
}
.pr-xl-0, .px-xl-0 {
  padding-right: 0!important;
}
.pb-xl-0, .py-xl-0 {
  padding-bottom: 0!important;
}
.pl-xl-0, .px-xl-0 {
  padding-left: 0!important;
}
.p-xl-1 {
  padding: .25rem!important;
}
.pt-xl-1, .py-xl-1 {
  padding-top: .25rem!important;
}
.pr-xl-1, .px-xl-1 {
  padding-right: .25rem!important;
}
.pb-xl-1, .py-xl-1 {
  padding-bottom: .25rem!important;
}
.pl-xl-1, .px-xl-1 {
  padding-left: .25rem!important;
}
.p-xl-2 {
  padding: .5rem!important;
}
.pt-xl-2, .py-xl-2 {
  padding-top: .5rem!important;
}
.pr-xl-2, .px-xl-2 {
  padding-right: .5rem!important;
}
.pb-xl-2, .py-xl-2 {
  padding-bottom: .5rem!important;
}
.pl-xl-2, .px-xl-2 {
  padding-left: .5rem!important;
}
.p-xl-3 {
  padding: 1rem!important;
}
.pt-xl-3, .py-xl-3 {
  padding-top: 1rem!important;
}
.pr-xl-3, .px-xl-3 {
  padding-right: 1rem!important;
}
.pb-xl-3, .py-xl-3 {
  padding-bottom: 1rem!important;
}
.pl-xl-3, .px-xl-3 {
  padding-left: 1rem!important;
}
.p-xl-4 {
  padding: 1.5rem!important;
}
.pt-xl-4, .py-xl-4 {
  padding-top: 1.5rem!important;
}
.pr-xl-4, .px-xl-4 {
  padding-right: 1.5rem!important;
}
.pb-xl-4, .py-xl-4 {
  padding-bottom: 1.5rem!important;
}
.pl-xl-4, .px-xl-4 {
  padding-left: 1.5rem!important;
}
.p-xl-5 {
  padding: 2rem!important;
}
.pt-xl-5, .py-xl-5 {
  padding-top: 2rem!important;
}
.pr-xl-5, .px-xl-5 {
  padding-right: 2rem!important;
}
.pb-xl-5, .py-xl-5 {
  padding-bottom: 2rem!important;
}
.pl-xl-5, .px-xl-5 {
  padding-left: 2rem!important;
}
.p-xl-6 {
  padding: 2.5rem!important;
}
.pt-xl-6, .py-xl-6 {
  padding-top: 2.5rem!important;
}
.pr-xl-6, .px-xl-6 {
  padding-right: 2.5rem!important;
}
.pb-xl-6, .py-xl-6 {
  padding-bottom: 2.5rem!important;
}
.pl-xl-6, .px-xl-6 {
  padding-left: 2.5rem!important;
}
.p-xl-7 {
  padding: 3rem!important;
}
.pt-xl-7, .py-xl-7 {
  padding-top: 3rem!important;
}
.pr-xl-7, .px-xl-7 {
  padding-right: 3rem!important;
}
.pb-xl-7, .py-xl-7 {
  padding-bottom: 3rem!important;
}
.pl-xl-7, .px-xl-7 {
  padding-left: 3rem!important;
}
.p-xl-8 {
  padding: 4rem!important;
}
.pt-xl-8, .py-xl-8 {
  padding-top: 4rem!important;
}
.pr-xl-8, .px-xl-8 {
  padding-right: 4rem!important;
}
.pb-xl-8, .py-xl-8 {
  padding-bottom: 4rem!important;
}
.pl-xl-8, .px-xl-8 {
  padding-left: 4rem!important;
}
.p-xl-9 {
  padding: 5rem!important;
}
.pt-xl-9, .py-xl-9 {
  padding-top: 5rem!important;
}
.pr-xl-9, .px-xl-9 {
  padding-right: 5rem!important;
}
.pb-xl-9, .py-xl-9 {
  padding-bottom: 5rem!important;
}
.pl-xl-9, .px-xl-9 {
  padding-left: 5rem!important;
}
.p-xl-10 {
  padding: 6rem!important;
}
.pt-xl-10, .py-xl-10 {
  padding-top: 6rem!important;
}
.pr-xl-10, .px-xl-10 {
  padding-right: 6rem!important;
}
.pb-xl-10, .py-xl-10 {
  padding-bottom: 6rem!important;
}
.pl-xl-10, .px-xl-10 {
  padding-left: 6rem!important;
}
.p-xx-0 {
  padding: 0!important;
}
.pt-xx-0, .py-xx-0 {
  padding-top: 0!important;
}
.pr-xx-0, .px-xx-0 {
  padding-right: 0!important;
}
.pb-xx-0, .py-xx-0 {
  padding-bottom: 0!important;
}
.pl-xx-0, .px-xx-0 {
  padding-left: 0!important;
}
.p-xx-1 {
  padding: .25rem!important;
}
.pt-xx-1, .py-xx-1 {
  padding-top: .25rem!important;
}
.pr-xx-1, .px-xx-1 {
  padding-right: .25rem!important;
}
.pb-xx-1, .py-xx-1 {
  padding-bottom: .25rem!important;
}
.pl-xx-1, .px-xx-1 {
  padding-left: .25rem!important;
}
.p-xx-2 {
  padding: .5rem!important;
}
.pt-xx-2, .py-xx-2 {
  padding-top: .5rem!important;
}
.pr-xx-2, .px-xx-2 {
  padding-right: .5rem!important;
}
.pb-xx-2, .py-xx-2 {
  padding-bottom: .5rem!important;
}
.pl-xx-2, .px-xx-2 {
  padding-left: .5rem!important;
}
.p-xx-3 {
  padding: 1rem!important;
}
.pt-xx-3, .py-xx-3 {
  padding-top: 1rem!important;
}
.pr-xx-3, .px-xx-3 {
  padding-right: 1rem!important;
}
.pb-xx-3, .py-xx-3 {
  padding-bottom: 1rem!important;
}
.pl-xx-3, .px-xx-3 {
  padding-left: 1rem!important;
}
.p-xx-4 {
  padding: 1.5rem!important;
}
.pt-xx-4, .py-xx-4 {
  padding-top: 1.5rem!important;
}
.pr-xx-4, .px-xx-4 {
  padding-right: 1.5rem!important;
}
.pb-xx-4, .py-xx-4 {
  padding-bottom: 1.5rem!important;
}
.pl-xx-4, .px-xx-4 {
  padding-left: 1.5rem!important;
}
.p-xx-5 {
  padding: 2rem!important;
}
.pt-xx-5, .py-xx-5 {
  padding-top: 2rem!important;
}
.pr-xx-5, .px-xx-5 {
  padding-right: 2rem!important;
}
.pb-xx-5, .py-xx-5 {
  padding-bottom: 2rem!important;
}
.pl-xx-5, .px-xx-5 {
  padding-left: 2rem!important;
}
.p-xx-6 {
  padding: 2.5rem!important;
}
.pt-xx-6, .py-xx-6 {
  padding-top: 2.5rem!important;
}
.pr-xx-6, .px-xx-6 {
  padding-right: 2.5rem!important;
}
.pb-xx-6, .py-xx-6 {
  padding-bottom: 2.5rem!important;
}
.pl-xx-6, .px-xx-6 {
  padding-left: 2.5rem!important;
}
.p-xx-7 {
  padding: 3rem!important;
}
.pt-xx-7, .py-xx-7 {
  padding-top: 3rem!important;
}
.pr-xx-7, .px-xx-7 {
  padding-right: 3rem!important;
}
.pb-xx-7, .py-xx-7 {
  padding-bottom: 3rem!important;
}
.pl-xx-7, .px-xx-7 {
  padding-left: 3rem!important;
}
.p-xx-8 {
  padding: 4rem!important;
}
.pt-xx-8, .py-xx-8 {
  padding-top: 4rem!important;
}
.pr-xx-8, .px-xx-8 {
  padding-right: 4rem!important;
}
.pb-xx-8, .py-xx-8 {
  padding-bottom: 4rem!important;
}
.pl-xx-8, .px-xx-8 {
  padding-left: 4rem!important;
}
.p-xx-9 {
  padding: 5rem!important;
}
.pt-xx-9, .py-xx-9 {
  padding-top: 5rem!important;
}
.pr-xx-9, .px-xx-9 {
  padding-right: 5rem!important;
}
.pb-xx-9, .py-xx-9 {
  padding-bottom: 5rem!important;
}
.pl-xx-9, .px-xx-9 {
  padding-left: 5rem!important;
}
.p-xx-10 {
  padding: 6rem!important;
}
.pt-xx-10, .py-xx-10 {
  padding-top: 6rem!important;
}
.pr-xx-10, .px-xx-10 {
  padding-right: 6rem!important;
}
.pb-xx-10, .py-xx-10 {
  padding-bottom: 6rem!important;
}
.pl-xx-10, .px-xx-10 {
  padding-left: 6rem!important;
}
/* ----------- Padding End --------  */
.hr-light {
  border-top: 1px solid #6c6c6c;
}
.justify-content-start {
  justify-content: flex-start!important;
}
.justify-content-end {
  justify-content: flex-end!important;
}
.justify-content-center {
  justify-content: center!important;
}
.justify-content-between {
  justify-content: space-between!important;
}
.justify-content-around {
  justify-content: space-around!important;
}
.w-25 {
  width: 25%!important;
}
.w-33 {
  width: 33.33%!important;
}
.w-50 {
  width: 50%!important;
}
.w-67 {
  width: 66.66%!important;
}
.w-75 {
  width: 75%!important;
}
.w-100 {
  width: 100%!important;
}
.w-auto {
  width: auto!important;
}
.h-25 {
  height: 25%!important;
}
.h-33 {
  height: 33.33%!important;
}
.h-50 {
  height: 50%!important;
}
.h-67 {
  height: 66.66%!important;
}
.h-75 {
  height: 75%!important;
}
.h-100 {
  height: 100%!important;
}
.h-auto {
  height: auto!important;
}
.mw-100 {
  max-width: 100%!important;
}
.mh-100 {
  max-height: 100%!important;
}
.bg-gray-800 {
  background-color: #171717;
}
.yotpo-label.yotpo-small-box {display:none;}
ol,
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.list,
ol.list,
.shg-box-content ul,
.shg-box-content ol {
  padding-left: 2em;
}
.shg-box-content ol,
ol.list {
  list-style: decimal;
}
.shg-box-content ul,
ul.list {
  list-style: disc;
}
.shg-box-content ul ul {
  padding: 0.5em 2em;
}
form {
  margin: 0;
}
input,
textarea,
select {
  display: block;
  outline: 0;
  border-radius: 0;
  border: 1px solid #e1e1e1;
  border: 1px solid var(--darkGray);
  position: relative;
  font-size: inherit;
  background-color: transparent;
  padding: 0.75em 1em;
  color: #000;
  color: var(--black);

}
input:focus, textarea:focus, select:focus {
    border-color: #000;
    border-color: var(--black);
  }
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
    color: #000;
    color: var(--black);
  }
/* Change the white to any color ;) */
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
  }
textarea {
  max-width: 100%;
  overflow: auto;
  resize: vertical;
  min-height: 55px;
  padding-top: 0.5em;
}
select {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgZmlsbD0ibm9uZSIgaGVpZ2h0PSIyNCIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cG9seWxpbmUgcG9pbnRzPSI2IDkgMTIgMTUgMTggOSIvPjwvc3ZnPg==) right no-repeat !important;
  background-size: 1.4rem;
  background-position: calc(100% - 0.5rem) 50% !important;
}
.shg-box-content select {
  background: none !important;
}
.select-wrapper {
  display: block;
  position: relative;
}
.select-wrapper select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding-right: 50px;
    width: 100%;
    border: 1px solid #000;
    border: 1px solid var(--black);
  }
.select-wrapper img {
    display: none;
  }
.outer {
  padding-left: 1.5em;
  padding-right: 1.5em;
}
.container--s {
  max-width: 600px;
}
.container--m {
  max-width: 1000px;
}
.container--l {
  max-width: 1300px;
}
@media (min-width: 33em) {
  .hide--s {
    display: none;
  }
}
@media (min-width: 60em) {
  .hide--m {
    display: none;
  }
}
@media (min-width: 90em) {
  .hide--l {
    display: none;
  }
}
.show--s {
  display: none;
}
@media (min-width: 33em) {
  .show--s {
    display: block;
  }
}
.show--m,
table td.show--m,
.show-inline--m,
.show-flex--m {
  display: none;
}
@media (min-width: 60em) {
  .show--m {
    display: block;
  }
  .show-inline--m {
    display: inline-block;
  }
  .show-flex--m {
    display: flex;
  }
  th.show--m,
  td.show--m,
  table td.show--m {
    display: table-cell;
  }
}
.show--l {
  display: none;
}
@media (min-width: 90em) {
  .show--l {
    display: block;
  }
}
.sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
}
.hide {
  display: none;
}
.show {
  display: block;
  transition: opacity 400ms;
}
.fadeIn {
  transition: opacity 400ms;
}
.fadeOut {
  opacity: 0;
}
.index h2 {
    text-align: center;
    font-size: 32px;
    line-height: 40px;
    margin: 0 0 32px 0;
  }
.homepage-collection-blocks .collection-block {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 1.25em;
  }
.homepage-collection-blocks .collection-block.half-banner,
    .homepage-collection-blocks .collection-block.thirds-banner {
      width: 100%;
      height: 250px;
    }
.homepage-collection-blocks .collection-block.no-spacing {
      margin-right: 0 !important;
    }
.homepage-collection-blocks .collection-block .banner {
      bottom: 50px;
      left: 1em;
    }
.homepage-collection-blocks .collection-block .collection-title {
      font-size: 1.6rem;
      margin: 0 0 0.5em 0;
      text-align: left;
    }
@media (min-width: 60em) {
      .homepage-collection-blocks .collection-block.half-banner {
        width: 49.25%;
      }
      .homepage-collection-blocks .collection-block.thirds-banner {
        width: 32.33%;
        height: 250px;
      }
      .homepage-collection-blocks .collection-block.spacing {
        margin-right: 1.5%;
      }
      .homepage-collection-blocks .collection-block .banner {
        bottom: 55px;
        left: 1em;
      }
      .homepage-collection-blocks .collection-block .collection-title {
        font-size: 2rem;
      }
    }
.featured-product-wrapper .featured-product-inner {
    display: block;
  }
@media (min-width: 60em) {
.featured-product-wrapper .featured-product-inner {
      display: flex
  }
    }
.featured-product-wrapper .featured-product-inner .featured-product-left {
      width: 100%;
    }
@media (min-width: 60em) {
.featured-product-wrapper .featured-product-inner .featured-product-left {
        width: 40%
    }
      }
.featured-product-wrapper .featured-product-inner .featured-product-right {
      width: 100%;
    }
@media (min-width: 60em) {
.featured-product-wrapper .featured-product-inner .featured-product-right {
        width: 60%;
        position: relative
    }
      }
@media (min-width: 60em) {
.featured-product-wrapper .featured-product-inner .featured-product-right .product-info {
          position: absolute;
          transform: translate(0%, -50%);
          max-width: 95%;
          margin: 0;
          top: 50%;
          right: 0;
          padding-left: 0
      }
        }
.featured-product-wrapper .featured-product-inner .featured-product-right .product-info .product-title {
          font-size: 28px;
          line-height: 35px;
          letter-spacing: 1px;
          margin: 0;
          text-align: left;
          width: auto !important;
          height: auto;
          padding: 0;
        }
@media (min-width: 60em) {
.featured-product-wrapper .featured-product-inner .featured-product-right .product-info .product-title {
            font-size: 30px;
            line-height: 38px;
            letter-spacing: 1.07px
        }
          }
.featured-product-wrapper .featured-product-inner .featured-product-right .product-info .product-desc {
          line-height: 22px;
          letter-spacing: 0px;
        }
.featured-product-wrapper .featured-product-inner .featured-product-right .product-info .product-desc p {
            font-size: 0.75rem;
          }
.featured-product-wrapper .featured-product-inner .featured-product-right .product-info .product-shop-now {
          text-align: center;
          margin: 10px 0;
          line-height: 2.5em;
        }
@media (min-width: 60em) {
.featured-product-wrapper .featured-product-inner .featured-product-right .product-info .product-shop-now {
            text-align: left
        }
          }
.featured-product-wrapper .featured-product-inner .featured-product-right .product-info .product-shop-now .shop-now {
            padding: 12px 70px;
            letter-spacing: 1.29px;
          }
.featured-product-wrapper .featured-product-inner .swiper-button-prev, .featured-product-wrapper .featured-product-inner .swiper-button-next {
      width: 32px;
      height: 32px;
    }
.swiper-container .swiper-button-prev, .swiper-container .swiper-button-next {
    background-color: #92cebe;
    background-color: var(--green);
    border-radius: 50%;
  }
.swiper-container .swiper-button-prev::after, .swiper-container .swiper-button-prev::before, .swiper-container .swiper-button-next::after, .swiper-container .swiper-button-next::before {
        color: #000;
        color: var(--black);
        width: 7px;
        font-size: 12px;
        font-weight: 700;
    }
.experience-carousel-wrapper .article-info {
    margin: 10px 0;
    line-height: 19px;
    letter-spacing: 0.88px;
  }
.experience-carousel-wrapper .article-info .article-tag {
      font-size: 14px;
    }
.experience-carousel-wrapper .article-info .article-title {
      font-size: 16px;
      letter-spacing: 1px;
      padding: 5px 0 0 0;
    }
@media (min-width: 60em) {
.experience-carousel-wrapper .article-info .article-title {
        font-size: 18px
    }
      }
.experience-carousel-wrapper .article-info .article-desc {
      font-size: 14px;
      padding: 5px 0;
    }
.experience-carousel-wrapper .article-info .article-link {
      font-size: 14px;
    }
.experience-carousel-wrapper .explore-article-wrapper {
    margin: 40px 0;
  }
.experience-carousel-wrapper .explore-article-wrapper .explore-article {
      background-color: #92cebe;
      background-color: var(--green);
      color: #000;
      color: var(--black);
      font-size: 18px;
      line-height: 22px;
      letter-spacing: 1.29px;
      padding: 12px 42px;
    }
.experience-carousel-wrapper .outer {
    padding: 0 40px;
  }
@media (min-width: 60em) {
.experience-carousel-wrapper .outer {
      padding: 0 1.5em
  }
    }
.experience-carousel-wrapper .swiper-container {
    width: 100%;
    position: unset;
  }
.experience-carousel-wrapper .swiper-container .swiper-slide {
      width: 80%;
    }
.experience-carousel-wrapper .swiper-container .swiper-button-prev, .experience-carousel-wrapper .swiper-container .swiper-button-next {
      top: 38%;
      width: 32px;
      height: 32px;
    }
@media (min-width: 60em) {
.experience-carousel-wrapper .swiper-container .swiper-button-prev, .experience-carousel-wrapper .swiper-container .swiper-button-next {
        display: none
    }
      }
.experience-carousel-wrapper .swiper-container .swiper-button-prev {
      left: 3px;
    }
.experience-carousel-wrapper .swiper-container .swiper-button-next {
      right: 3px;
    }
article .social-sharing {
  display: none;
}
@media (min-width: 60em) {
.activity-wrapper ul {
      padding: 0 1em
  }
    }
.activity-wrapper ul li {
      width: 46%;
      margin: 0 8% 0 0;
    }
.activity-wrapper ul li:nth-child(2n) {
        margin: 0; 
      }
@media (min-width: 60em) {
.activity-wrapper ul li {
        width: 15%;
        margin: 0 2% 0 0
    }
        .activity-wrapper ul li:nth-child(2n) {
          margin: 0 2% 0 0; 
        }
        .activity-wrapper ul li:last-child {
          margin: 0;
        }
      }
.activity-wrapper ul li .activity-title {
        font-size: 16px;
        line-height: 19px;
        letter-spacing: 1.14px;
        margin: 16px 0 25px 0;
      }
@media (min-width: 60em) {
.activity-wrapper ul li .activity-title {
          margin: 16px 0 0 0
      }
        }
.amazing-wrapper {
  padding: 2em 0 0 0;
}
@media (min-width: 60em) {
.amazing-wrapper .amazing-outer-list .amazing-inner-list li {
          width: 50%
      }
        }
@media (min-width: 60em) {
.amazing-wrapper .amazing-outer-list .amazing-inner-list li.amazing-info {
            max-width: 650px;
            position: relative
        }
            .amazing-wrapper .amazing-outer-list .amazing-inner-list li.amazing-info .amazing-inner-block {
              position: absolute;
              transform: translateY(-50%);
              margin: 0;
              top: 50%;
              left: 0;
            }
              .amazing-wrapper .amazing-outer-list .amazing-inner-list li.amazing-info.amazing-info-1 .amazing-inner-block {
                padding-right: 50px;
              }
              .amazing-wrapper .amazing-outer-list .amazing-inner-list li.amazing-info.amazing-info-2 .amazing-inner-block { 
                padding-left: 50px;
              }
          }
.amazing-wrapper .amazing-outer-list .amazing-inner-list li.amazing-info .amazing-sub-heading {
            font-size: 24px;
            line-height: 30px;
            letter-spacing: 1px;
          }
.amazing-wrapper .amazing-outer-list .amazing-inner-list li.amazing-info .amazing-title {
            text-align: left;
            margin: 0 0 6px 0;
          }
@media (min-width: 60em) {
.amazing-wrapper .amazing-outer-list .amazing-inner-list li.amazing-info .amazing-title {
              margin: 0 0 16px 0
          }
            }
.amazing-wrapper .amazing-outer-list .amazing-inner-list li.amazing-info .amazing-desc {
            font-size: 14px;
            line-height: 22px;
            margin: 0 0 30px 0;
          }
@media (min-width: 60em) {
.amazing-wrapper .amazing-outer-list .amazing-inner-list li.amazing-info .amazing-desc {
              margin: 0 0 16px 0
          }
            }
.amazing-wrapper .amazing-outer-list .amazing-inner-list li.amazing-info .amazing-shop-now {
            line-height: 44px;
            text-align: center;
          }
@media (min-width: 60em) {
.amazing-wrapper .amazing-outer-list .amazing-inner-list li.amazing-info .amazing-shop-now {
              text-align: left
          }
            }
.amazing-wrapper .amazing-outer-list .amazing-inner-list li.amazing-info .amazing-shop-now a {
              padding: 12px 70px;
            }
.accessory-wrapper .outer {
    padding: 0;
  }
@media (min-width: 60em) {
.accessory-wrapper .outer {
      padding-left: 1.5em;
      padding-right: 1.5em
  }
    }
.accessory-wrapper .accessory-outer-list li:first-child {
        margin: 0 0 32px;
      }
.accessory-wrapper .accessory-outer-list .accessory-inner-list {
      flex-wrap: wrap;
    }
@media (min-width: 60em) {
.accessory-wrapper .accessory-outer-list .accessory-inner-list {
        flex-wrap: nowrap
    }
      }
.accessory-wrapper .accessory-outer-list .accessory-inner-list li {
        margin: 0;
        width: 100%;
      }
@media (min-width: 60em) {
.accessory-wrapper .accessory-outer-list .accessory-inner-list li {
          width: 52%
      }
        }
.accessory-wrapper .accessory-outer-list .accessory-inner-list li.accessory-info {
          width: 100%;
          position: relative;
          min-height: 220px;
        }
@media (min-width: 60em) {
.accessory-wrapper .accessory-outer-list .accessory-inner-list li.accessory-info {
            width: 48%
        }
          }
.accessory-wrapper .accessory-outer-list .accessory-inner-list li.accessory-info .accessory-inner-block {
            position: absolute;
            margin: auto;
            top: -30px;
            padding: 32px 32px 40px;
            width: 90%;
            left: 0;
            right: 0;
          }
@media (min-width: 60em) {
.accessory-wrapper .accessory-outer-list .accessory-inner-list li.accessory-info .accessory-inner-block {
              transform: translateY(-50%);
              top: 50%;
              width: 108%;
              margin: 0;
              padding: 32px
          }
            }
@media (min-width: 60em) {
.accessory-wrapper .accessory-outer-list .accessory-inner-list li.accessory-info.accessory-info-1 .accessory-inner-block {
                left: -8%
            }
              }
@media (min-width: 60em) {
.accessory-wrapper .accessory-outer-list .accessory-inner-list li.accessory-info.accessory-info-2 .accessory-inner-block {
                right: -8%
            }
              }
.accessory-wrapper .accessory-outer-list .accessory-inner-list li .left {
          width: 30%;
        }
@media (min-width: 60em) {
.accessory-wrapper .accessory-outer-list .accessory-inner-list li .left {
            width: 15%
        }
          }
@media only screen and (max-width: 1024px) and (min-width: 769px)  {
.accessory-wrapper .accessory-outer-list .accessory-inner-list li .left {
            width: 20%
        }
          }
.accessory-wrapper .accessory-outer-list .accessory-inner-list li .right {
          width: 70%;
        }
@media (min-width: 60em) {
.accessory-wrapper .accessory-outer-list .accessory-inner-list li .right {
            width: 85%
        }
          }
@media only screen and (max-width: 1024px) and (min-width: 769px)  {
.accessory-wrapper .accessory-outer-list .accessory-inner-list li .right {
            width: 80%
        }
          }
.accessory-wrapper .accessory-outer-list .accessory-inner-list li .accessory-title {
          text-align: left;
          font-size: 28px;
          line-height: 45px;
          margin: 0;
        }
@media (min-width: 60em) {
          }
.accessory-wrapper .accessory-outer-list .accessory-inner-list li .accessory-desc {
          font-size: 14px;
          line-height: 22px;
          margin: 0;
        }
.press-carousel-wrapper .container--l {
    max-width: 1100px;
  }
.press-carousel-wrapper a {
    width: 50%;
  }
.press-carousel-wrapper img {
    width: 50%;
  }
.press-carousel-wrapper .press-review {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    margin-bottom: 30px;
  }
.press-carousel-wrapper .swiper-container.swiper-container-press .swiper-button-prev, .press-carousel-wrapper .swiper-container.swiper-container-press .swiper-button-next {
          width: 32px;
          height: 32px;
          background: #fff;
          background: var(--white);
      }
.press-carousel-wrapper .swiper-container.swiper-container-press .swiper-button-prev {
          left: 3px;
      }
.press-carousel-wrapper .swiper-container.swiper-container-press .swiper-button-next {
          right: 3px;
      }
@media (min-width: 60em) {
    .press-carousel-wrapper .swiper-wrapper {
      display: flex;
      flex-wrap: wrap;
    }
    .press-carousel-wrapper .swiper-slide {
      margin: 0 0 40px 0 !important;
      padding: 0 20px;
    }
    .press-carousel-wrapper .swiper-button-prev, .press-carousel-wrapper .swiper-button-next {
      display: none;
    }
  }
.image-wrapper {
  margin-top: 30px;
}
.image-wrapper ul li {
      width: 50%;
    }
@media (min-width: 60em) {
.image-wrapper ul li {
        width: 25%
    }
      }
button,
.button {
  border: 0;
  border-radius: 0;
  display: inline-block;
  cursor: pointer;
  -webkit-appearance: none;
  text-transform: uppercase;
  font-family: "CoreSansD57";
  font-size: 18px;
  line-height: 1.3;
}
button.button,
.button[role="button"],
input.button[type="submit"] {
  background-color: #000;
  background-color: var(--black);
  color: white;
  padding: .6em 5em;
}
button.button.btn__secondary, .button[role="button"].btn__secondary, input.button[type="submit"].btn__secondary {
    background-color: #41a090;
    background-color: var(--mediumGreen);
  }
button.button.btn__secondary-light, .button[role="button"].btn__secondary-light, input.button[type="submit"].btn__secondary-light {
    background-color: #b3e9db;
    background-color: var(--lightGreen);
  }
button.button.btn__secondary-light:hover, .button[role="button"].btn__secondary-light:hover, input.button[type="submit"].btn__secondary-light:hover {
      background-color: #000;
      background-color: var(--black);
      color: #fff;
      color: var(--white);
    }
button.button.btn__secondary-outlined, .button[role="button"].btn__secondary-outlined, input.button[type="submit"].btn__secondary-outlined {
    background-color: transparent;
    border: 1px solid #41a090;
    border: 1px solid var(--mediumGreen);
    color: #41a090;
    color: var(--mediumGreen);
  }
button.button.btn__secondary-outlined:hover, .button[role="button"].btn__secondary-outlined:hover, input.button[type="submit"].btn__secondary-outlined:hover {
      background-color: #41a090;
      background-color: var(--mediumGreen);
      color: #fff;
      color: var(--white);
    }
button.button.btn__rounded, .button[role="button"].btn__rounded, input.button[type="submit"].btn__rounded {
    border-radius: 3px;
  }
button.button.btn_small, .button[role="button"].btn_small, input.button[type="submit"].btn_small {
    padding: .6em 4em;
  }
button.button.btn_big, .button[role="button"].btn_big, input.button[type="submit"].btn_big {
    padding: 1em 5em;
    font-size: 1.5em;
  }
button.button.btn__c-black, .button[role="button"].btn__c-black, input.button[type="submit"].btn__c-black {
    color: #000;
    color: var(--black);
  }
/**
 * /snippets/component-image.liquid
 */
.image {
  /* background: var(--green) */;
  text-align: center;
  overflow: hidden;
  transition: opacity 200ms cubic-bezier(0.12, 0.67, 0.53, 1);
  transition: opacity 200ms var(--cubic);
}
.image::before {
    content: attr(data-alt);
    display: block;
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
    margin: auto;
    font-size: 0.88rem;
    font-family: 'NB International Mono', monospace;
    opacity: 0.6;
    max-width: 200px;
    max-height: 50px;
    overflow: hidden;
    z-index: 0;
    transition: opacity 200ms cubic-bezier(0.12, 0.67, 0.53, 1);
    transition: opacity 200ms var(--cubic);
  }
.image img {
    -o-object-fit: cover;
       object-fit: cover;
    opacity: 0;
    transition: opacity 200ms cubic-bezier(0.12, 0.67, 0.53, 1);
    transition: opacity 200ms var(--cubic);
  }
.image.is-loaded::before {
      opacity: 0;
    }
.image.is-loaded img {
      opacity: 1;
    }
.cart-quantity {
  cursor: pointer;
}
.cart-drawer-outer {
  display: none;
  right: calc(50% - 703px);
}
.cart-drawer-outer.is-active {
    display: block;
  }
.cart-drawer-outer.is-active .cart-drawer {
      width: 600px;
      padding-bottom: 25px;
      max-width: 100vw;
    }
@media (max-width:1440px) {
  .cart-drawer-outer {
    right: 0;
  }
}
.affirm-as-low-as {
  color: #6c6c6c;
  color: var(--lightGray);
}
.affirm-as-low-as a {
    color: #41a090;
    color: var(--mediumGreen);
    text-decoration: underline;
  }
.cart-drawer {
  flex-direction: column;
  box-shadow: 0 0 8px rgb(0, 0, 0, 0.4);
}
.cart-drawer header {
    border-bottom: 1px solid #e1e1e1;
    border-bottom: 1px solid var(--darkGray);
    height: 65px;
    width: 95%;
    margin: 0 2.5%;
  }
.cart-drawer header button {
      height: 30px;
      width: 30px;
      background-color: transparent;
      top: 15px;
      right: 10px;
    }
.cart-drawer header button:focus {
        outline: 1px dashed #e1e1e1;
        outline: 1px dashed var(--darkGray);
      }
.cart-drawer header button svg {
        height: 10px;
        width: 10px;
      }
.cart-drawer footer {
    background: #fff;
  }
.cart-drawer .btn__secondary {
    margin-top: 1em;
  }
.cart-drawer #af_cart_slider {
    padding: 1em 0;
    display: none;
  }
.cart-drawer #af_cart_slider .af_heading_holder {
      display: none;
    }
.cart-drawer #af_cart_slider #af_custom_coupon_text_popup {
      border-color: #4a4a4a !important;
      font-size: 12px;
      font-weight: bold;
      font-style: italic;
    }
.cart-drawer #af_cart_slider #af_custom_apply_coupon_trigger_popup {
      background-color: #92cebe;
      background-color: var(--green);
      color: #000;
      color: var(--black);
    }
.cart-drawer #af_cart_slider #af_discount_response_popup {
      color: #6c6c6c;
      color: var(--lightGray)
    }
.cart-drawer #af_cart_slider .af_coupon_text.af_coupon_code {
      font-size: 14px;
    }
.cart-drawer__items {
  overflow: auto;
  padding-top: 65px;
}
.cart-drawer__items svg.loader {
    width: 100px;
    height: 100px;
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
    -webkit-animation-name: pulse;
            animation-name: pulse;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
  }
.cart-drawer__items .js-items {
    max-height: 280px;
    overflow: scroll;
  }
.cart-drawer__item {
  padding: 15px 0;
}
.cart-drawer__item:not(:last-child) {
    border-bottom: 1px solid #e1e1e1;
    border-bottom: 1px solid var(--darkGray);
  }
@media screen and (max-width: 767px) {
    .cart-drawer__item:not(:first-child) {
      display: none;
    }
      .cart-drawer__item .cart-drawer__item--main > a{
        display: none;
      }

      .cart-drawer__item .cart-drawer__item--main .__content {
        padding: 0;
      }
          .cart-drawer__item .cart-drawer__item--main .__content > div * {
            display: none;
          }

          .cart-drawer__item .cart-drawer__item--main .__content > div .cart-drawer__item--desc {
            display: block;
          }
  }
.cart-drawer__item .counter {
    border: 1px solid #e1e1e1;
    border: 1px solid var(--darkGray);
    padding: 5px 10px;
    width: 100px;
  }
.cart-drawer__item .counter .quantity {
      font-size: 12px;
    }
.cart-drawer__item .remove-item {
    margin-top: 10px;
  }
.cart-drawer__item .remove-item:hover {
      cursor: pointer;
    }
.cart-drawer__item > a {
    line-height: 19px;
  }
.cart-drawer__item:first-child {
    border-top: 0;
  }
.cart-drawer__item img {
    width: 90px;
  }
.cart-drawer__item button {
    top: 1.5em;
  }
.cart-drawer__item button svg {
      width: 10px;
      height: 10px;
    }
@media screen and (max-width: 767px) {
  .mt025.mb05.c-light-gray.b.product-price-0 {
    display: block !important;
  }
}
.cart-drawer__item__remove {
  top: 1.5em;
}
.cart-drawer__item__remove svg {
    width: 10px;
    height: 10px;
  }
.cart-drawer footer {
  background: #f4f4f4;
  background: var(--lightGrey);
}
@media screen and (max-width: 767px) {
    .cart-drawer footer .cart-drawer--subtotal, .cart-drawer footer .cart-drawer--savings {
      display: none;
    }
  }
.counter-wrapper {
  border: 1px solid #e1e1e1;
  border: 1px solid var(--darkGray);
}
.counter button {
    height: 35px;
    line-height: 35px;
    width: 45px;
    text-align: center;
    background-color: #f4f4f4;
    background-color: var(--lightGrey);
  }
.counter input {
    text-align: center;
    height: auto;
    padding: 0 1em;
  }
.counter input::-webkit-outer-spin-button,
    .counter input::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0;
    }
.counter input[type=number] {
      -moz-appearance: textfield;
    }
.responsive-table {
  border-spacing: 0;
}
.responsive-table-row:after {
    content: '';
    display: block;
    border-bottom: 1px solid #ddd;
    border-bottom: 1px solid var(--mediumGrey);
    padding: 0.5em 0 1em 0;
  }
@media (min-width: 60em) {
.responsive-table-row:after {
      display: none
  }
    }
.responsive-table-row td {
    display: block;
    width: 100%;
    text-align: left;
  }
@media (min-width: 60em) {
.responsive-table-row td {
      display: table-cell;
      text-align: center;
      border-bottom: 1px solid #ddd;
      border-bottom: 1px solid var(--mediumGrey);
      width: auto
  }
    }
.responsive-table-row td.product-title {
      text-align: left;
      padding: 10px;
    }
.cart .product-thumb {
    max-width: 40%;
    margin: 0 1rem 1rem 0;
    display: block;
    float: left;
    padding-top: 1em;
  }
@media (min-width: 60em) {
.cart .product-thumb {
      float: none;
      display: table-cell;
      margin: none
  }
    }
.cart .product-thumb img {
      max-width: 100%;
    }
.cart .item-properties {
    width: 50%;
    margin: 2em 0;
  }
.cart .item-properties li {
      padding-bottom: 5px;
    }
.cart .product-title {
    padding-top: 1em;
    line-height: 1.1;
    overflow: hidden;
    height: 53px;
    width: 50% !important;
  }
.cart .product-title a {
      font-size: 14px;
    }
.cart .subtotal {
    clear: both;
  }
.cart input[type="number"] {
    border: 1px solid #ddd;
    border: 1px solid var(--mediumGrey);
    text-align: center;
    padding: 5px;
    width: 20%;
  }
@media (min-width: 60em) {
.cart input[type="number"] {
      margin: auto;
      width: 50%;
      padding: .75em 1em
  }
    }
.cart .cart-buttons .button {
      width: 100%;
    }
@media (min-width: 60em) {
.cart .cart-buttons .button {
        width: auto
    }
      }
@media (min-width: 60em) {
.cart .cart-buttons {
      justify-content: flex-end
  }
    }
.cart .cart-buttons .button:first-of-type {
      margin-bottom: 1em;
    }
@media (min-width: 60em) {
.cart .cart-buttons .button:first-of-type {
        margin: 0 1em 0 0
    }
      }
.cart #af_cart_page {
    text-align: right;
    padding: 1em 0;
    float: right !important;
  }
.cart #af_cart_page input {
      border: 1px solid #ddd !important;
      border: 1px solid var(--mediumGrey) !important;
    }
.cart #af_cart_page button {
      background-color: #ddd;
      background-color: var(--mediumGrey);
    }
/* start product add-on on cart page */
.cart .product-add-on-cart {
    margin: 20px auto;
  }
/* end product add-on on cart page */
.collection {
  padding: 0;
 }
.collection .affirm-as-low-as {
    font-size: 14px;
  }
.collection__grid__row {
  margin-left: -1em;
  margin-right: -1em;
}
.collection__grid__item {
  padding: 0 1em;
  margin-bottom: 32px;
  width: 100%;
}
@media (min-width: 60em) {
.collection__grid__item {
    width: 25%
}
  }
.boost-pfs-filter-collection-header-wrapper.boost-pfs-search-form-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-top: 0 !important;
  padding-bottom: 10px;
}
.boost-pfs-filter-collection-header-wrapper {
	background-color: #1f1f1f !important;
  position: relative;
}
.boost-pfs-filter-collection-header-wrapper span {
    text-shadow: 0 0 10px rgba(0,0,0,.5);
  }
.boost-pfs-filter-product-item-label .boost-pfs-filter-label {
    border-radius: 0 !important;
    padding: 7px 10px !important;
  }
.boost-pfs-filter-product-item-label .boost-pfs-filter-label.sale {
      background: #b14a01;
      background: var(--orange);
    }
.boost-pfs-filter-product-item-label .boost-pfs-filter-label.soldout {
    }
.boost-pfs-filter-product-item-label .boost-pfs-filter-label.tag {
      background-color: #92cebe;
      background-color: var(--green);
      color: #000;
      color: var(--black);
    }
.search .boost-pfs-filter-product-item-vendor {
	display: none;
}
.boost-pfs-filter-product-item-price {
  padding: 0 !important;
}
s .money {
    display: none;
  }
.boost-pfs-filter-product-item-sale-price .money {
    color: #b14a01;
    color: var(--orange);
  }
.boost-pfs-filter-collection-header-wrapper.boost-pfs-filter-collection-has-image .boost-pfs-filter-collection-description {
  display: none;
}
.boost-pfs-filter-collection-header-wrapper h1 {
  margin-bottom: 30px;
  letter-spacing: 3.69px;
  color: #fff;
  color: var(--white);
  text-transform: uppercase;
  font-family: CoreSansD57;
}
.boost-pfs-filter-default-toolbar {
  background-color: #f4f4f4;
  background-color: var(--lightGrey);
}
.search .boost-pfs-filter-default-toolbar {
    display: none;
  }
.search #shopify-section-search-template-boost-pfs-filter .boost-pfs-search-container .boost-pfs-search-result-header {
        color: #fff;
        color: var(--white);
      }
.boost-pfs-filter-toolbar-item.boost-pfs-filter-toolbar-type,
.boost-pfs-filter-toolbar-item.boost-pfs-filter-toolbar-count,
#shopify-section-collection-template-boost-pfs-filter .custom-field--title {
  display: none;
}
.boost-pfs-filter-product-bottom .boost-pfs-filter-product-item-title {
  font-size: 18px!important;
  color: #000;
  color: var(--black);
  font-family: "CoreSansD57";
  letter-spacing: 1.29px;
  font-weight: 400;
}
.money {
  color: #6c6c6c;
  color: var(--lightGray);
  font-size: 16px !important;
  font-weight: bold;
}
.boost-pfs-filter-load-more-button {
  background-color: #92cebe !important;
  background-color: var(--green) !important;
  border: 1px solid #92cebe !important;
  border: 1px solid var(--green) !important;
  font-size: 18px;
  font-family: CoreSansD57;
  padding-left: 68px !important;
  padding-right: 68px !important;
}
.boost-pfs-filter-load-more-total {
  font-size: 14px !important;
  color: #92cebe;
  color: var(--green);
  font-weight: bold!important;
  text-transform: none!important;
  margin-bottom: 8px!important;
}
.boost-pfs-filter-load-more-total {
  position: absolute;
  width: auto!important;
  margin-top: 48px!important;
  margin-left: -75px;
}
.boost-pfs-filter-load-more {
  margin-bottom: 20px !important;
}
.boost-pfs-filter-toolbar-item.boost-pfs-filter-custom-sorting.boost-pfs-filter-top-sorting {
  display: inline-block;
  width: 13%;
}
#boost-pfs-filter-tree {
  display: inline-block;
}
.boost-pfs-filter-custom-sorting .boost-pfs-filter-filter-dropdown {
  right: -43px!important;
}
.boost-pfs-container-default {
  margin-top: 0 !important;
}
@media (min-width: 60em) {
.boost-pfs-container-default { 
    margin-top: -26px !important
}
  }
.collection .boost-pfs-filter-top-sorting-mobile, .collection .boost-pfs-filter-tree-mobile-button {
    display: block;
  }
@media (min-width: 60em) {
.collection .boost-pfs-filter-top-sorting-mobile, .collection .boost-pfs-filter-tree-mobile-button { 
      display: none
  }
    }
.boost-pfs-filter-option-title-text {
  font-size: 12px;
  color: #000;
  color: var(--black);
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.86px;
}
.boost-pfs-filter-custom-sorting button > span > span {
  font-size: 12px;
  color: #000;
  color: var(--black);
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.86px;
}
.boost-pfs-filter-tree-h-wrapper {
  margin-top: 0px!important;
  background-color: none;
}
@media (min-width: 60em) {
.boost-pfs-filter-tree-h-wrapper {
    background-color: #f4f4f4;
    background-color: var(--lightGrey)
}
  }
.boost-pfs-filter-tree-h-wrapper {
  height: 47px;
}
.custom-collection-paragraph {
  font-size: 14px;
  color: #000;
  color: var(--black);
}
.custom-collection-heading {
  font-size: 24px;
  font-family: CoreSansD55;
  color: #000;
  color: var(--black);
  font-weight: bold;
}
.boost-pfs-filter-product-item-grid .boost-pfs-filter-product-item-inner .boost-pfs-filter-product-bottom {
      justify-content: flex-start;
    }
@media (min-width: 33em) {
  .boost-pfs-action-list-wrapper.boost-pfs-action-extend {
    display: none;
  }

  .boost-pfs-filter-tree-h-wrapper {
    height: 35px !important;
    padding-top: 13px !important;
  }

  .boost-pfs-filter-collection-header-wrapper {
    padding-bottom: 0 !important;
  }

  .boost-pfs-filter-collection-header-wrapper.boost-pfs-filter-collection-image.boost-pfs-filter-collection-has-image {
    background-position-y: 0px;
    min-height: 500px;
  }

  .boost-pfs-action-list-enabled .boost-pfs-filter-product-item-inner {
    padding-bottom: 0 !important;
  }

  .boost-pfs-filter-toolbar-top-mobile {
    background-color: #f4f4f4;
    background-color: var(--lightGrey);
  }
}
#shopify-section-search-template-boost-pfs-filter {
  padding-top: 45px;
}
@media (min-width: 60em) {
#shopify-section-search-template-boost-pfs-filter {
    padding-top: 0
}
  }
#shopify-section-search-template-boost-pfs-filter .boost-pfs-search-container .boost-pfs-search-result-header {
      padding: 10px 0;
      color: #000;
      color: var(--black);
    }
#shopify-section-search-template-boost-pfs-filter .boost-pfs-filter-default-toolbar {
    background-color: #f4f4f4;
    background-color: var(--lightGrey);
    margin: 0;
  }
#shopify-section-search-template-boost-pfs-filter .boost-pfs-search-panel-product-show .boost-pfs-container-default {
      margin-top: -27px !important;
    }
#shopify-section-search-template-boost-pfs-filter .boost-pfs-container-default {
    margin-top: 0 !important;
  }
#shopify-section-search-template-boost-pfs-filter .boost-pfs-filter-toolbar-item.boost-pfs-filter-custom-sorting.boost-pfs-filter-top-sorting {
    display: none;
  }
@media (min-width: 60em) {
#shopify-section-search-template-boost-pfs-filter .boost-pfs-filter-toolbar-item.boost-pfs-filter-custom-sorting.boost-pfs-filter-top-sorting {
      display: inline-block
  }
    }
.boost-pfs-action-list-wrapper {
  display: none;
}
.boost-pfs-filter-products .boost-pfs-filter-product-item {
    margin-bottom: 0;
  }
.boost-pfs-filter-products .boost-pfs-filter-product-item .boost-pfs-filter-product-item-inner {
      padding-bottom: 0;
    }
.boost-pfs-filter-toolbar-top-mobile .boost-pfs-filter-custom-sorting .boost-pfs-filter-filter-dropdown {
  z-index: 9;
}
.boost-pfs-filter-product-item {
  padding: 15px 10px;
}
.boost-pfs-filter-product-item .boost-pfs-filter-product-item-label {
    padding: 0;
  }
.collection .heading .custom-field h3 {
        font-size: 24px;
        line-height: 30px;
        margin: 12px 0;
      }
.collection .heading .custom-field p {
        font-size: 14px;
        line-height: 22px;
        margin: 0 0 20px 0;
      }
.collection .boost-pfs-filter-collection-header-wrapper .boost-pfs-container-default,
  .collection .boost-pfs-filter-collection-header-wrapper.boost-pfs-filter-collection-image.boost-pfs-filter-collection-has-image .boost-pfs-container-default {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
  }
.collection .boost-pfs-container-default {
    margin-bottom: 5px;
  }
@media (min-width: 60em) {
.collection .boost-pfs-container-default {
      margin-bottom: 15px
  }
    }
.collection .boost-pfs-filter-products {
    margin: auto;
    width: 100%;
    padding: 20px 0;
  }
.collection .boost-pfs-filter-tree-h-wrapper {
    display: none;
  }
@media (min-width: 60em) {
.collection .boost-pfs-filter-tree-h-wrapper {
      display: block
  }
    }
.collection .boost-pfs-filter-tree-h-wrapper .boost-pfs-filter-tree-h .boost-pfs-filter-option .boost-pfs-filter-option-content {
          margin-top: 12px;
        }
.collection .boost-pfs-filter-collection-header-wrapper {
    min-height: 164px;
    padding-bottom: 0;
    position: relative;
  }
@media (min-width: 60em) {
.collection .boost-pfs-filter-collection-header-wrapper {
      min-height: 500px;
      margin-top: 0
  }
    }
.collection .boost-pfs-filter-collection-header-wrapper h1 {
      font-weight: normal;
      font-size: 24px;
      line-height: 30px;
    }
@media (min-width: 60em) {
.collection .boost-pfs-filter-collection-header-wrapper h1 {
        font-size: 52px;
        line-height: 64px
    }
      }
.collection .boost-pfs-filter-tree-h .boost-pfs-filter-option {
      padding: 2px 0;
    }
.collection .boost-pfs-filter-tree-mobile-button button {
      font-family: 'PT Sans', sans-serif;
      font-weight: 700;
      text-transform: uppercase;
      color: #000;
      color: var(--black);
      letter-spacing: .86px;
      font-size: 12px;
    }
.boost-pfs-filter-wrapper-page .boost-pfs-filter-tree-h .boost-pfs-filter-option .boost-pfs-filter-option-content, .boost-pfs-filter-wrapper-page .boost-pfs-filter-custom-sorting .boost-pfs-filter-filter-dropdown, .boost-pfs-filter-wrapper-page .boost-pfs-filter-tree-h .boost-pfs-filter-option:not(.boost-pfs-filter-option-collapsed) .boost-pfs-filter-option-title {
    z-index: 99;
  }
.shogun-collection-header {
  font-family: CoreSansD57;
}
.category-shogan-header .banner-bottom-heading {
        width: 90%;
        margin: auto;
    }
.shg-c.outer-grid > .shg-row > .shg-c-xs-12:nth-child(2) {
                width: 50%;
                padding: 0 10px 0 20px;
            }
@media (min-width: 60em) {
.shg-c.outer-grid > .shg-row > .shg-c-xs-12:nth-child(2) {
                    width: calc(33.333333333333336% - 20.0px);
                    padding: 0
            }
                }
.shg-c.outer-grid > .shg-row > .shg-c-xs-12:nth-child(3) {
                width: 50%;
                padding: 0 20px 0 10px;
            }
@media (min-width: 60em) {
.shg-c.outer-grid > .shg-row > .shg-c-xs-12:nth-child(3) {
                    width: calc(33.333333333333336% - 20.0px);
                    padding: 0
            }
                }
.mobile-padding {
    padding-bottom: 100px;
}
@media (min-width: 60em) {
.mobile-padding {
        padding-bottom: 0
}
    }
.meet-wrap span {
        font-size: 22px !important;
        line-height: 25px !important;
    }
@media (min-width: 60em) {
.meet-wrap span {
            font-size: 30px !important;
            line-height: 45px !important
    }
        }
.loaded-wrap .shg-row .shg-c-xs-12 {
            position: unset;
        }
.shg-row .shg-btn-wrapper.specs-btn {
        position: absolute;
        bottom: 0;
        text-align: center;
        right: 0;
        left: 0;
    }
@media (min-width: 60em) {
.shg-row .shg-btn-wrapper.specs-btn {
            position: unset;
            text-align: left
    }
        }
.shg-row .shg-btn-wrapper.specs-btn a {
            margin-bottom: 10px !important;
        }
.shg-c .shogun-accordion-wrapper .shogun-accordion {
        border-radius: 0;
        margin-top: 0 !important;
        border-bottom: none !important;
    }
.shg-c .shogun-accordion-wrapper .shogun-accordion:last-child {
            border-bottom: 1px solid #C7C7C7 !important;
            border-bottom: 1px solid var(--border-gray) !important;
        }
.shg-c .shogun-accordion-wrapper .shogun-accordion .shogun-accordion-body .shg-c {
                border-bottom: 1px solid #C7C7C7;
                border-bottom: 1px solid var(--border-gray);
            }
.shg-c .shogun-accordion-wrapper .shogun-accordion .shogun-accordion-body .shg-c.no-border .shg-c {
                        border-bottom: none;
                    }
.shg-c .shogun-accordion-wrapper .shogun-accordion .shogun-accordion-body .shg-c.no-border .shg-c.mb0 p {
                                margin-bottom: 0;
                            }
.shg-c .shogun-accordion-wrapper .shogun-accordion .shogun-accordion-body .shg-c.no-border .shg-c.mt0 p {
                                margin-top: 0;
                            }
.shg-c .shogun-accordion-wrapper .shogun-accordion .shogun-accordion-body .shg-c:last-child {
                    border-bottom: none; 
                }
.shg-c .shogun-accordion-wrapper .shogun-accordion .shogun-accordion-body .shg-c p {
                    margin: 15px 0;
                }
.outer-p p:first-child {
            margin-bottom: 0;
        }
.outer-p p:last-child {
            margin-top: 0;
        }
.game-changer-slider .shg-sld-slides {
        padding: 0;
    }
.game-changer-slider .shg-box-content {
        padding: 20px 60px;
    }
@media (min-width: 60em) {
.game-changer-slider .shg-box-content {
            padding: 100px 300px
    }
        }
.game-changer-slider .shg-sld-nav-button.shg-sld-left {
        margin-left: 20px;
    }
@media (min-width: 60em) {
.game-changer-slider .shg-sld-nav-button.shg-sld-left {
            margin-left: 100px
    }
        }
.game-changer-slider .shg-sld-nav-button.shg-sld-right {
        margin-right: 20px;
    }
@media (min-width: 60em) {
.game-changer-slider .shg-sld-nav-button.shg-sld-right {
            margin-right: 100px
    }
        }
.game-changer-slider .shg-sld-nav-button {
        background-color: #fff;
        background-color: var(--white);
    }
.shg-sld-content .shg-sld-nav-button {
    background-color: #92cebe;
    background-color: var(--green);
    border-radius: 100%;
    height: auto !important;
    top: 48%;
    padding: 14px !important;
    width: auto !important;
    display: none;
}
.first_slider .shg-sld-nav-button.shg-sld-left {
        margin-left: 0;
    }
@media (min-width: 60em) {
.first_slider .shg-sld-nav-button.shg-sld-left {
            margin-left: 15px
    }
        }
.first_slider .shg-sld-nav-button.shg-sld-right {
        margin-right: 0;
    }
@media (min-width: 60em) {
.first_slider .shg-sld-nav-button.shg-sld-right {
            margin-right: 15px
    }
        }
#s-6a342570-541d-444b-a3a0-33ce63938533 {
    display: block !important;
}
.compare-table .shogun-table tr:nth-child(2) td.shogun-table-row, .compare-table .shogun-table tr:nth-child(8) td.shogun-table-row, .compare-table .shogun-table tr:nth-child(18) td.shogun-table-row {
            background: #f4f4f4 !important;
            background: var(--lightGrey) !important;
        }
.review-carousel .fa-star {
        color: #69ffe2;
        color: var(--brightGreen);
    }
@media only screen and (max-width: 769px)  {
        .tech-specs-wrapper #s-3a7af17e-29ad-480f-b561-62fe2873183c {
            margin-top: 30px;
        }
            .tech-specs-wrapper .shg-box-content >div {
                padding-bottom: 3px !important;
            }
            .tech-specs-wrapper .shg-row > div {
                display: flex;
                margin-bottom: 20px;
            }
                .tech-specs-wrapper .shg-row > div .iconsection {
                    width: 30%;
                }
                .tech-specs-wrapper .shg-row > div .tec-specs-desc {
                    padding-left: 20px;
                }
                .tech-specs-wrapper .shg-row > div .shg-box-vertical-align-wrapper {
                    width: 70%;
                }
                    .tech-specs-wrapper .shg-row > div .shg-box-vertical-align-wrapper h1 {
                        text-align: left !important;
                        font-size: 20px !important;
                    }
                    .tech-specs-wrapper .shg-row > div .shg-box-vertical-align-wrapper p {
                        text-align: left !important;
                        margin: 0;
                        font-size: 14px;
                    }
}
.swiper-container.swiper-container-products {
        width: 100%;
        position: unset;
    }
.swiper-container.swiper-container-products .swiper-slide {
            width: 70%;
        }
.swiper-container.swiper-container-products .swiper-button-prev, .swiper-container.swiper-container-products .swiper-button-next {
            top: 38%;
            width: 32px;
            height: 32px;
        }
.swiper-container.swiper-container-products .swiper-button-prev {
            left: 3px;
        }
.swiper-container.swiper-container-products .swiper-button-next {
            right: 3px;
        }
.products-carousel-wrapper .products-carousel {
        max-width: 1300px;
    }
.products-carousel-wrapper .products-carousel.outer {
            padding: 0 40px;
        }
.products-carousel-wrapper .products-carousel .sale-icon {
            position: absolute;
            top: 0;
            left: 0;
            z-index: 999;
        }
.products-carousel-wrapper .products-carousel .product-info {
            text-align: left;
            margin: 10px 0 0 0;
        }
.products-carousel-wrapper .products-carousel .product-info .product-tag {
                font-size: 14px;
                line-height: 17px;
                letter-spacing: 1.17px;
            }
.products-carousel-wrapper .products-carousel .product-info .product-title {
                letter-spacing: 1.29px;
                font-size: 18px;
                line-height: 22px;
                margin: 0;
                width: auto !important;
                height: auto;
                padding: 0;
            }
.products-carousel-wrapper .products-carousel .product-info .product-price, .products-carousel-wrapper .products-carousel .product-info .product-discount {
                letter-spacing: 1.14px;
                font-size: 16px;
                line-height: 19px;
            }
.products-carousel-wrapper .products-carousel .product-info .product-discount {
                line-height: 20px;
            }
.products-carousel-wrapper .products-carousel .product-info .product-price {
                line-height: 19px;
            }
.products-carousel-wrapper .products-carousel .image {
            background: none;
        }
.header-container {
  align-items: center;
  display: flex;
}
@media (min-width:768px) {
  .container.header-container {
  padding-right: 0;
}
}
#shopify-section-header {
  position: relative;
  z-index: 510;
}
.header {
  background-color: #92d3ca; /* was #92d3ca and #F05123 */
  text-transform: uppercase;
  font-size: .875rem;
}
.header, .header a {
  color: #000;
}
.header a:hover {
  color: #49b6a7;
}
.announcement-bar {
  padding: .25rem 1rem;
  overflow-x: auto;
}
@media (max-width:767.98px) {
  .announcement-bar {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}
}
@media (min-width:768px) {
  .announcement-bar {
  padding-left: 0;
  margin-right: auto!important;
}
}
.announcement-bar a {
  text-decoration: underline;
}
@media only screen and (max-width:1024px) {
  .announcement-bar {
    text-align: center;
    width: 100%;
  }
}
@media only screen and (max-width:467px) {
  .announcement-bar {
    width: 100%;
  }

  .announcement-bar b {
    font-size: 14px;
    line-height: 18px;
  }
  .navbar-text {
  display: flex;
  padding-top: .5rem !important;
  padding-bottom: .5rem !important;
  flex: 1 1 0;
}
  .gorgias-chat-key-1spa6uy {
    bottom:10px;
    right:10px;
  }
}
.bote-logo-svg {
  display: block;
  width: 122px;
  height: 42px;
}
@media (min-width:768px) {
  .bote-logo-svg {
  width: 146px;
  height: 50px;
}
}
.navbar-bg {
  background-color: #171717;
}
.cart-link {
  justify-content: center;
  align-items: center;
  height: 64px;
  width: 64px;
  margin: -.5rem 0;
  text-decoration: none;
  z-index: 10000;
}
.cart-link >a {
  padding: 10px;
}
@media (max-width:767px) {
.cart-link >a {
    padding: 5px
}
  }
.cart-link.cart-has-items {
  background-color: #000;
}
.cart-link:focus a svg,
.cart-link:focus a span,
.cart-link:hover a svg,
.cart-link:hover a span  {
  color: #4fffdd;
}
.cart-link svg {
  fill: #fff;
  width: 1.5rem;
  height: 1.5rem;
  fill: currentColor;
  flex-shrink: 0;
}
@media (min-width:768px) {
  .cart-link {
  order: 3;
  height: 88px;
  width: 88px;
}
}
.cart-link.cart-has-items a svg,
.cart-link.cart-has-items a span{
  color: #fff;
}
.cart-no-items .cart-link-cart-count {
  display: none;
}
.zr-navbar-toggler {
  display: flex;
  justify-content: center;
  align-items: center;
}
.zr-navbar-toggler svg {
  fill: #fff;
  width: 1.5rem;
  height: 1.5rem;
}
.navbar-toggler {
  height: 64px;
  width: 64px;
  margin: -.5rem 0;
}
button.navbar-toggle {
  padding: 0 .5rem 1rem;
}
button.navbar-toggle:focus {
  outline: 3px auto #92d3ca;
}
.util-nav {
  flex-wrap: nowrap;
}
@media (max-width: 1023px) {
  .util-nav {
    display: none !important;
  }
}
.util-nav .nav-item {
  border-right: 1px solid #66c1b5; /* was 66c1b5 and #F05123 */
}
.util-nav .nav-item:first-child {
  border-left: 1px solid #66c1b5; /* was 66c1b5 and #F05123 */
}
.util-nav .nav-link {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.util-nav svg {
  height: 1rem;
}
.util-nav .nav-link:hover {
  color:#4FB6A7;
}
.dropdown-account .dropdown-menu {
  background-color: #92d3ca; /* was 92d3ca and #F05123 */
  border-radius: 0;
  border: 0;
  text-align: center;
  margin-top: 5px;
}
.dropdown-account .dropdown-menu:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  top: -5px;
  left: 49%;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #92d3ca; /* was 92d3ca and F05123 */
}
.dropdown-account .dropdown-item {
  padding: .25rem;
}
.dropdown-account .dropdown-item:hover {
  background: #6ec4b8; /* was 6ec4b8 and c7411a */
}
.dropdown-account .dropdown-item:hover a {
  color: #171717;
}
.dropdown-account .dropdown-item a {
  font-size: .75rem;
  text-decoration: underline;
}
.dropdown-account.open .dropdown-menu {
  display: block;
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: .5rem 1rem;
}
.nav-link:focus, .nav-link:hover {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link {
  border-radius: .25rem;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: #fff;
  background-color: #007bff;
}
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.tab-content>.tab-pane {
  display: none;
}
.tab-content>.active {
  display: block;
}
.navbar {
  position: relative;
  padding: .5rem 1rem;
}
.navbar, .navbar>.container, .navbar>.container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:focus, .navbar-brand:hover {
  text-decoration: none;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-text {
  display: flex;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.navbar-toggler {
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .25rem;
}
.navbar-toggler:focus, .navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat 50%;
  background-size: 100% 100%}
@media (min-width: 1200px) {
    .navbar {
    padding-top: 0;
    padding-bottom: 0;
}
}
.navbar-nav-primary-mobile {
    width: 100%}
@media (min-width: 1200px) {
    .navbar-nav-primary-mobile {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
}
@media (max-width: 1199.98px) {
    #shopify-section-navbar_mega-menu, .navbar-nav-primary-desktop {
    display: none;
}
}
.navbar-primary {
    padding-right: 0;
    padding-left: 0;
    width: 100%;
}
@media (min-width:1200px) {
    .navbar-primary .collapse.navbar-collapse {
    padding: 0 2rem;
}
}
@media (max-width:575.98px) {
  .navbar-expand-sm>.container, .navbar-expand-sm>.container-fluid {
  padding-right: 0;
  padding-left: 0;
}
}
@media (min-width:576px) {
  .navbar-expand-sm {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand-sm .navbar-nav {
  flex-direction: row;
}
.navbar-expand-sm .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand-sm .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem;
}
.navbar-expand-sm>.container, .navbar-expand-sm>.container-fluid {
  flex-wrap: nowrap;
}
.navbar-expand-sm .navbar-collapse {
  display: flex!important;
  flex-basis: auto;
}
.navbar-expand-sm .navbar-toggler {
  display: none;
}
}
@media (max-width:767.98px) {
  .navbar-expand-md>.container, .navbar-expand-md>.container-fluid {
  padding-right: 0;
  padding-left: 0;
}
}
@media (min-width:768px) {
  .navbar-expand-md {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand-md .navbar-nav {
  flex-direction: row;
}
.navbar-expand-md .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand-md .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem;
}
.navbar-expand-md>.container, .navbar-expand-md>.container-fluid {
  flex-wrap: nowrap;
}
.navbar-expand-md .navbar-collapse {
  display: flex!important;
  flex-basis: auto;
}
.navbar-expand-md .navbar-toggler {
  display: none;
}
}
@media (max-width:1199.98px) {
  .navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid {
  padding-right: 0;
  padding-left: 0;
}
}
@media (min-width:1200px) {
  .navbar-expand-lg {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand-lg .navbar-nav {
  flex-direction: row;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem;
}
.navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid {
  flex-wrap: nowrap;
}
.navbar-expand-lg .navbar-collapse {
  display: flex!important;
  flex-basis: auto;
}
.navbar-expand-lg .navbar-toggler {
  display: none;
}
}
@media (max-width:1199.98px) {
  .navbar-expand-xl>.container, .navbar-expand-xl>.container-fluid {
  padding-right: 0;
  padding-left: 0;
}
}
@media (min-width:1200px) {
  .navbar-expand-xl {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand-xl .navbar-nav {
  flex-direction: row;
}
.navbar-expand-xl .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand-xl .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem;
}
.navbar-expand-xl>.container, .navbar-expand-xl>.container-fluid {
  flex-wrap: nowrap;
}
.navbar-expand-xl .navbar-collapse {
  display: flex!important;
  flex-basis: auto;
}
.navbar-expand-xl .navbar-toggler {
  display: none;
}
}
@media (max-width:1439.98px) {
  .navbar-expand-xx>.container, .navbar-expand-xx>.container-fluid {
  padding-right: 0;
  padding-left: 0;
}
}
@media (min-width:1440px) {
  .navbar-expand-xx {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand-xx .navbar-nav {
  flex-direction: row;
}
.navbar-expand-xx .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand-xx .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem;
}
.navbar-expand-xx>.container, .navbar-expand-xx>.container-fluid {
  flex-wrap: nowrap;
}
.navbar-expand-xx .navbar-collapse {
  display: flex!important;
  flex-basis: auto;
}
.navbar-expand-xx .navbar-toggler {
  display: none;
}
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand>.container, .navbar-expand>.container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem;
}
.navbar-expand>.container, .navbar-expand>.container-fluid {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex!important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-light .navbar-brand, .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, .9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, .5);
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, .7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, .3);
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
  color: rgba(0, 0, 0, .9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, .5);
  border-color: rgba(0, 0, 0, .1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg viewBox='0 0 30 30' xmlns='http: //www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,  0,  0,  0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, .5);
}
.navbar-light .navbar-text a, .navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, .9);
}
.navbar-dark .navbar-brand, .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: hsla(0, 0%, 100%, .5);
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: hsla(0, 0%, 100%, .75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: hsla(0, 0%, 100%, .25);
}
.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: hsla(0, 0%, 100%, .5);
  border-color: hsla(0, 0%, 100%, .1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml; charset=utf8, %3Csvg viewBox='0 0 30 30' xmlns='http: //www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,  255,  255,  0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-dark .navbar-text {
  color: hsla(0, 0%, 100%, .5);
}
.navbar-dark .navbar-text a, .navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
  color: #fff;
}
.dropdown, .dropleft, .dropright, .dropup {
  position: relative;
}
.dropdown-toggle:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.dropdown-toggle:empty:after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #000;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: .25rem;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: .125rem;
}
.dropup .dropdown-toggle:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: 0;
  border-right: .3em solid transparent;
  border-bottom: .3em solid;
  border-left: .3em solid transparent;
}
.dropup .dropdown-toggle:empty:after {
  margin-left: 0;
}
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: .125rem;
}
.dropright .dropdown-toggle:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: 0;
  border-bottom: .3em solid transparent;
  border-left: .3em solid;
}
.dropright .dropdown-toggle:empty:after {
  margin-left: 0;
}
.dropright .dropdown-toggle:after {
  vertical-align: 0;
}
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: .125rem;
}
.dropleft .dropdown-toggle:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  display: none;
}
.dropleft .dropdown-toggle:before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: .3em solid;
  border-bottom: .3em solid transparent;
}
.dropleft .dropdown-toggle:empty:after {
  margin-left: 0;
}
.dropleft .dropdown-toggle:before {
  vertical-align: 0;
}
.dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
  right: auto;
  bottom: auto;
}
.dropdown-divider {
  height: 0;
  margin: .5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:focus, .dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background: #f8f9fa linear-gradient(180deg, #f9fafb, #f8f9fa) repeat-x;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background: #007bff linear-gradient(180deg, #268fff, #007bff) repeat-x;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
}
.header-container .form-inline{
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.dropdown.show a.nav-link-top-level:after {
  background-color: #4fffdd;
}
.navbar-nav .nav-link.nav-link-top-level {
  font-family: CoreSansD55, Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  color: hsla(0, 0%, 100%, .75);
  text-transform: uppercase;
  text-decoration: none;
  transition: all .3s ease-out;
}
.navbar-nav .nav-link.nav-link-top-level:after {
  content: "";
  width: 100%;
  height: .25rem;
  display: block;
  margin: 0;
  border: none;
  background-color: transparent;
  transition: all .3s ease-out;
}
.navbar-nav .nav-link.nav-link-top-level:active, .navbar-nav .nav-link.nav-link-top-level:hover {
  color: #fff;
}
.navbar-nav .nav-link.nav-link-top-level:active:after, .navbar-nav .nav-link.nav-link-top-level:hover:after {
  background-color: #4fffdd;
}
.navbar-nav .nav-link.nav-link-top-level:focus {
  outline: none;
}
@media (min-width:1200px) {
  .navbar-nav .nav-link.nav-link-top-level {
  font-size: 1.125rem;
  padding: 1.782rem 1rem;
}
}
.navbar-container {
  padding: .5rem 1.5rem;
}
@media (max-width:1199.98px) {
  .navbar-container {
  display: flex;
  flex-direction: column;
  background: #171717 linear-gradient(180deg, #3a3a3a, #171717) repeat-x;
}
}
.form-searchbar {
  width: 100%}
@media (min-width:1200px) {
  .form-searchbar {
  width: auto;
  order: 2;
  margin-right: -1rem;
}
}
.form-searchbar .form-control {
  width: 100%;
  background: #171717;
  border-color: transparent;
  color: #6c6c6c;
  -webkit-appearance: none;
  height: 44px;
}
@media (min-width:768px) {
  .form-searchbar .form-control {
  background-color: #000;
}
}
@media (max-width:1199.98px) {
  .form-searchbar .form-control {
    display: inline-flex;
  }
}
.form-searchbar .form-control::-moz-placeholder {
  color: #acacac;
  opacity: 1;
}
.form-searchbar .form-control::placeholder {
  color: #acacac;
  opacity: 1;
}
.form-searchbar .btn {
  color: #6c6c6c;
  background: #171717;
  border-color: transparent;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: -1px;
}
.form-searchbar .btn svg{
  width: 1.5rem;
  height: 1.5rem;
  fill: currentColor;
}
.form-searchbar .btn-icon {
  padding: .689rem;
  line-height: 0;
  height: 44px;
}
@media (min-width:768px) {
  .form-searchbar .btn {
  background-color: #000;
  color: #acacac;
}
}
.navbar {
  z-index: 500;
}
.dropdown-menu.dropdown-mega-menu {
  display: block;
  position: relative;
  border-radius: 0;
  border: 0;
  padding: 0;
  background-color: #171717;
  top: 95%;
  border-top: 2px solid #6c6c6c;
  transform: rotateX(90deg);
  transform-origin: top;
}
.dropdown-menu.dropdown-mega-menu a:hover {
  color: #4fffdd;
}
.dropdown.show .dropdown-menu.dropdown-mega-menu {
  transform: rotateX(0deg);
  transition: all .2s cubic-bezier(.05, .7, .69, .77);
}
.mega-menu-sub-menu-wrapper {
  background-color: #000;
}
.mega-menu-sub-menu {
  display: flex;
}
.navbar-nav .nav-link.nav-link-sub-menu {
  font-family: CoreSansD55, Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  color: hsla(0, 0%, 100%, .75);
  text-transform: uppercase;
  text-decoration: none;
  transition: all .3s ease-out;
  padding: 1rem;
}
.navbar-nav .nav-link.nav-link-sub-menu:after {
  content: "";
  width: 100%;
  height: .25rem;
  display: block;
  margin: 0;
  border: none;
  background-color: transparent;
  transition: all .3s ease-out;
}
.navbar-nav .nav-link.nav-link-sub-menu:active, .navbar-nav .nav-link.nav-link-sub-menu:hover {
  color: #fff;
}
.navbar-nav .nav-link.nav-link-sub-menu:active:after, .navbar-nav .nav-link.nav-link-sub-menu:hover:after {
  background-color: #4fffdd;
}
.navbar-nav .nav-link.nav-link-sub-menu:focus {
  outline: none;
}
.navbar-nav .nav-link.nav-link-sub-menu:after {
  height: 2px;
}
.sub-menu-dropdown-toggle:hover>.sub-menu-dropdown {
  transform: rotateX(0deg);
  z-index: 501;
}
.sub-menu-dropdown-toggle:first-child .nav-link {
  padding-left: 1rem;
}
.sub-menu-dropdown-toggle:hover .nav-link.nav-link-sub-menu {
  color: #4fffdd;
}
.sub-menu-dropdown-toggle:hover .nav-link.nav-link-sub-menu:after {
  background-color: #4fffdd;
}
.sub-menu-dropdown {
  position: absolute;
  left: 0;
  right: 0;
  display: flex;
  background: #171717 linear-gradient(180deg, #3a3a3a, #171717) repeat-x;
  transform: rotateX(90deg);
  transform-origin: top;
  transition: all .2s cubic-bezier(.05, .7, .69, .77);
}
.sub-menu-dropdown .h3,
.sub-menu-dropdown h3,
.sub-menu-dropdown .h4,
.sub-menu-dropdown h4 {
  font-weight: bold;
}
.dropdown-mega-menu .h3,
.dropdown-mega-menu h3,
.dropdown-mega-menu .h4,
.dropdown-mega-menu h4 {
  font-weight: bold;
}
.sub-sub-menu-heading, .sub-sub-menu-heading a {
  color: #92d3ca;
  text-transform: uppercase;
  letter-spacing: .15rem;
  text-decoration: none;
  font-size: 1.5rem;
  margin: 0;
}
@media (max-width:1199.98px) {
  .sub-sub-menu-heading, .sub-sub-menu-heading a {
  font-size: 1rem;
}
}
.sub-sub-menu-heading-gray {
  color: #d5d5d5;
  text-transform: uppercase;
  letter-spacing: .15rem;
  text-decoration: none;
  font-size: 1.5rem;
  margin: 0;
}
@media (max-width:1199.98px) {
  .sub-sub-menu-heading-gray {
  font-size: 1rem;
}
}
.sub-sub-menu-heading a:hover,
.sub-sub-menu-heading:hover
 {
  text-decoration: underline;
}
.sub-sub-menu-link {
  color: #fff;
  text-decoration: none;
  line-height: 1.75rem;
}
.sub-sub-menu-link:hover {
  text-decoration: underline;
}
.activity-menu {
  max-width: 200px;
}
.activity-menu .sub-sub-menu-link {
  line-height: 2.25rem;
}
.menu-bote-bg {
  background-position: 0 100%;
  background-size: cover;
  transition: background-image .2s ease-in-out;
  min-height: 320px;
}
@media (min-width:1200px) {
  .menu-bote-bg {
  min-height: 420px;
}
}
.menu-bote-bg .text-light.font-size-lg {
  line-height: 1.2em;
  height: 2.4em;
}
.menu-bote-bg:first-child {
  border-right: 1px solid #202020;
}
.pre-load-nav-image {
  display: none;
}
.dropdown.dropdown-fluid {
  position: static;
}
.dropdown.dropdown-fluid .dropdown-menu {
  width: 100%}
.simple-menu-bote-bg  {
    min-height:  auto;
    background-position:  right 50%;
    background-size:  50%;
    min-height:  290px;
    background-repeat:  no-repeat;
}
.tout {
  position: relative;
  background-color: gray;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}
.tout-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  text-shadow: 0 0 5px hsla(0, 0%, 9%, .6);
  padding: 1rem;
  text-transform: uppercase;
  font-weight: bold;
}
@media (min-width:576px) {
  .tout-inner {
  padding: 2rem;
}
}
.tout-size-50 {
  padding-bottom: 50%}
.tout-size-60  {
    padding-bottom:  60%;
}
.tout-size-100 {
  padding-bottom: 100%}
.tout-title-lg {
  font-size: 2.5rem;
  line-height: 1.1;
}
.tout-menu-discover {
  text-align: right;
  height: 100%;
}
@media (min-width:1200px) {
  .tout-menu-discover .tout-inner {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  text-align: right;
}
}
@media (min-width:1200px) {
  .tout-area .row {
  flex-direction: column;
  flex-wrap: nowrap;
}
.tout-area .row .col {
  flex-basis: auto;
  padding-right: 0;
}
.tout-area .row .tout-menu {
  margin: 0;
}
}
@media (max-width:1199.98px) {
  .tout-area .row {
  padding: 0 .75rem;
}
}
.tout-menu {
  display: block;
  color: #fff;
  transition: all .2s ease-out;
  margin: 0 -1rem;
}
.tout-menu, .tout-menu:hover {
  text-decoration: none;
}
@media (max-width:1199.98px) {
  #shopify-section-navbar_mobile-menu {
  width: 100%}
}
html.js-nav-open {
  width: 100%;
  height: 100%;
  height: 100vh;
}
html.js-nav-open .zr-navbar-toggler svg rect {
  opacity: 0;
}
html.js-nav-open .zr-navbar-toggler svg rect.x-bar-one {
  opacity: 1;
  transform: rotate(45deg) translate3d(6px, -6px, 0);
}
html.js-nav-open .zr-navbar-toggler svg rect.x-bar-two {
  opacity: 1;
  transform: rotate(-45deg) translate3d(-12px, -1px, 0);
}
html.js-nav-open body {
  position: relative;
  width: 100%;
  height: 100%;
  height: 100vh;
  overflow: hidden;
}
.zr-navbar-toggler svg rect {
  transition: all .2s ease-out;
}
@media (max-width:1199.98px) {
  .navbar-collapse.navbar-mobile {
  position: absolute;
  top: 88px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: all .2s ease-out;
  transform: translateX(-100%);
  overflow-x: hidden;
  overflow-y: scroll;
}

}
@media (max-width:1199.98px) and (max-width:767px) {
  .navbar-collapse.navbar-mobile {
    top: 64px;
  }
}
@media (max-width:1199.98px) {

.navbar-collapse.navbar-mobile.in {
  transform: translateX(0);
}

}
.navbar-nav-primary-mobile .nav-item {
  border-top: 1px solid #6c6c6c;
}
.navbar-nav-primary-mobile .nav-item:last-child {
  border-bottom: 1px solid #6c6c6c;
}
.navbar-nav-primary-mobile .nav-link {
  position: relative;
  color: #d5d5d5;
  font-family: CoreSansD35, Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 1.2rem; /* was 1.5 */
  line-height: 1.2rem; /* was 1.5 */
  letter-spacing: .15rem; /* was .25 */
  text-transform: uppercase;
  text-decoration: none;
  padding: .75rem .5rem;
}
.navbar-nav-primary-mobile .nav-item.dropdown {
  position: static;
}
.navbar-nav-primary-mobile .nav-link-submenu {
  position: relative;
}
.navbar-nav-primary-mobile .nav-link-submenu:after {
  transform: rotate(-45deg) translateY(-.5rem);
}
.navbar-nav-primary-mobile .nav-link-submenu:after, .navbar-nav-primary-mobile .nav-link-submenu:before {
  content: "";
  position: absolute;
  top: .8rem; /* was 1 */
  right: .5rem; /* was 1 */
  display: inline-block;
  width: 0;
  height: 1rem;
  border-right: 2px solid #d5d5d5;
}
.navbar-nav-primary-mobile .nav-link-submenu:before {
  transform: rotate(45deg) translateY(.5rem);
}
.navbar-nav-primary-mobile .dropdown-menu.submenu {
  min-height: 100%;
  opacity: 0;
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  transform: translateX(100%);
  transition: all .3s ease-in-out;
  border: 0;
  border-radius: 0;
  padding: 0;
  margin: 0;
  overflow-y: hidden;
  background: #171717 linear-gradient(180deg, #3a3a3a, #171717) repeat-x;
}
.navbar-nav-primary-mobile .dropdown-menu.submenu.show {
  opacity: 1;
  transform: translateX(0);
}
.navbar-nav-primary-mobile .dropdown-menu.submenu .accordion-link:not(.collapsed) {
  color: #4fffdd;
}
.navbar-nav-primary-mobile .dropdown-menu.submenu .submenu-inner ul[aria-expanded="false"] {
  display: none;
}
.navbar-nav-primary-mobile .sub-submenu .nav-link {
  text-transform: none;
  letter-spacing: .07rem;
  padding-left: 1.5rem;
}
.btn.back-to-menu {
  color: #4fffdd;
  background-color: #2f2f2f;
  font-family: CoreSansD35, Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  text-align: left;
  font-weight: 400;
  font-size: 1.5rem;
  padding: 0;
  display: flex;
  border: 0;
  margin: 0;
}
.arrow-back, .btn.back-to-menu {
  align-items: center;
}
.arrow-back {
  background-color: #000;
  display: inline-flex;
  width: 3.5rem;
  height: 3.5rem;
  justify-content: center;
}
.arrow-back svg {
  fill: #4fffdd;
}
.submenu-category {
  padding-left: 1rem;
}
.submenu-inner {
  padding: .5rem 1.5rem 6rem;
}
.submenu-inner .nav-link {
  font-size: 1rem;
  letter-spacing: .125em;
}
.accordion-link {
  position: relative;
}
.accordion-link:after, .accordion-link:before {
  content: "";
  position: absolute;
  top: .8rem; /* was 1 */
  right: .8rem; /* was 1 */
  display: inline-block;
  width: 0;
  height: 1rem;
  border-right: 2px solid #d5d5d5;
  transition: all .1s ease-out;
  transform: rotate(90deg);
}
.accordion-link.collapsed:after {
  transform: rotate(0deg);
}
.accordion-link.collapsed:before {
  transform: rotate(90deg);
}
.parallax-container {
  position: relative;
  z-index: 350;
}
body#rackham-aero-11-full-trax-jade-inflatable-paddle-board .disabled-add-to-cart, body#rackham-aero-11-classic-cypress-inflatable-paddle-board-inflatable-sup-bote .disabled-add-to-cart {
  display: none;
}
@media (min-width: 768px){
  .boost-pfs-search-suggestion-column-2-non-fullwidth:not(.boost-pfs-search-suggestion-mobile) {
    width: 100%!important;
    max-width: 100%;
    right: 0 !important;
    left: 0 !important;
    right: 0 !important;
  }
      h1.core-sans-d55.no-margin {
    margin-bottom: 10px;
    font-size: calc((32 / 18)* 1rem);
}
}
.boost-pfs-search-suggestion-popover {
  right: calc((100% - 1440px) / 2 + 150px) !important;
}
@media (max-width: 1440px){
  .boost-pfs-search-suggestion-popover {
    right: 150px !important;
  }
}
footer {
  background-color: #171717;
}
.footer-container-top {
  position: relative;
}
.footer-top {
  border-left: 1px solid #2f2f2f;
  border-right: 1px solid #2f2f2f;
}
.footer-container-top .footer-panels.footer-panels-1 {
  border-left: none;
}
.footer-top .footer-panels {
  padding: 5rem 0;
}
.footer-container-top .footer-panels {
  border-left: 1px solid #2f2f2f;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
.footer-container-top .footer-panels {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}
}
.footer-logo {
  position: absolute;
  left: 50%;
  top: 71%;
  transform: translate(-50%,130%);
}
@media (max-width: 991px){
  .footer-logo {
    top: 45%;
  }
}
@media (min-width: 992px){
  .footer-logo {
      top: 42%;
  }
}
.footer-container-bottom {
  background-color: #1E1E1E;
  padding-bottom: 2rem!important;
  padding-top: 2rem!important;
}
.footer-container-bottom .footer-bottom {
  margin-top: 3rem;
}
.flex-row.footer-link-list {
  flex-direction: column!important;
  text-align: center;
  justify-content: center;
  margin-bottom: 2rem;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
@media (min-width: 576px) {
.flex-row.footer-link-list {
    flex-direction: row!important;
}
}
.flex-row.footer-link-list .nav-link {
  font-family: CoreSansD55,Trebuchet MS,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Tahoma,sans-serif;
  letter-spacing: .0625rem;
  display: block;
    padding: .5rem 1rem;
}
.footer-bottom .flex-row li a{ 
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
}
.footer-top .panels-container {
  display: flex;
  width: 100%;
}
footer .flex-row li a, footer .footer-content {
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
}
.footer-content {
  text-align: center;
  display: flex;
  flex-direction: column;
  padding: .5rem;
  width: 100%;
}
.footer-content h5 {
  margin-bottom: 0;
  letter-spacing: .25rem;
  font-size: 1.25rem;
  font-family: "CoreSansD55";
  margin-top: 10px;
}
.footer-content p {
  -ms-flex: 1 0 auto;
  color: #969696;
  font-size: 1rem;
  margin: .5rem auto;
  text-transform: none;
  line-height: 1.2;
  flex: 1 0 auto;
}
.footer-content .svg-icon-wrap svg {
  fill: #6c6c6c;
}
.footer-content .footer-form .form-group {
  margin: 0;
  flex-basis: 60%;
}
.footer-content .footer-form input {
  color: #acacac;
  border-radius: .25rem 0 0 .25rem;
  background-color: transparent;
  border: 1px solid #6c6c6c;
  height: calc(2.878rem + 2px);
  width: 100%;
}
.footer-content .footer-form input::-moz-placeholder {
  color: #969696;
}
.footer-content .footer-form input::placeholder {
  color: #969696;
}
.footer-container-top .form-inline {
  justify-content: center;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.footer-content .btn {
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 0 .25rem .25rem 0;
  margin: 0;
  padding: .689rem 1rem;
  color: #212529;
  background: #92d3ca linear-gradient(180deg,#a2dad2,#92d3ca) repeat-x;
  border-color: #77c8bd;
  font-family: "CoreSansD55";
  letter-spacing: .1rem;
  font-size: 1rem;
  height: 48px;
}
.footer-content .success_message {
  flex-basis: 100%;
}
.footer-top, .footer-bottom {
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1440px){
  .footer-top, .footer-bottom{
      max-width: 1440px;
  }
}
.footer .social-nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
  list-style: none;
  justify-content: center;
  
}
.footer .social-nav li {
  margin: 0 0.5rem;
}
.footer .social-nav li svg {
  fill: #969696;
}
@media (min-width: 576px){
  .footer .social-nav li {
      margin-right: 0 0.5rem;
  }
}
.footer .social-nav li a {
  background: #171717;
  padding: .75rem;
  border-radius: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer small.text-light {
  text-transform: uppercase;
}
.footer-copyright {
  text-align: center;
  color: #fff;
}
.stand-apart-container {
  text-align: center;
  margin-top: 1rem;
}
.stand-apart-container img {
  width: 250px;
}
.product-container .disabled-add-to-cart {
    background-color: #f4f4f4;
    background-color: var(--lightGrey);
    border: 1px solid #e1e1e1;
    border: 1px solid var(--darkGray);
    margin-right: 1em;
    padding: 8px 2em;
  }
.product-container .style-options li {
      margin: 0 2px;
      border: 3px solid #f4f4f4;
      border: 3px solid var(--lightGrey);
      border-radius: 50%;
      height: 48px;
    }
.product-container .style-options li img {
        width: 42px;
        height: 42px;
        border-radius: 50%;
        border: 3px solid #fff;
        border: 3px solid var(--white);
      }
.product-container .style-options li .blank-variant {
        width: 42px;
        height: 42px;
        border-radius: 50%;
        border: 3px solid #fff;
        border: 3px solid var(--white);
        background-color: #f4f4f4;
        background-color: var(--lightGrey);
      }
.product-container .style-options li:hover {
        border-color: #41a090;
        border-color: var(--mediumGreen);
      }
.product-container .style-options li.is-current-variant {
        border-color: #41a090;
        border-color: var(--mediumGreen);
      }
.product-container .style-options li.fake-variant {
        filter: grayscale(100%);
        opacity: 0.5;
      }
.product-container .style-options li.fake-variant:hover {
        border-color: #f4f4f4;
        border-color: var(--lightGrey);
      }
.product-container .size-options .size {
      margin: 0 0.5em 0.5em 0;
    }
.product-container .size-options .size.is-current-variant {
        background-color: #41a090;
        background-color: var(--mediumGreen);
        color: #fff;
        color: var(--white);
      }
.product-container .size-options .size a {
        border: 1px solid #e1e1e1;
        border: 1px solid var(--darkGray);
        padding: 5px 15px;
        font-size: 90%;
      }
.product-container .size-options .size a:hover {
          background-color: #41a090;
          background-color: var(--mediumGreen);
          color: #fff;
          color: var(--white);
        }
.product-container .add-to-cart {
    padding: 0;
  }
@media (min-width: 60em) {
.product-container .add-to-cart {
      padding: 2em 0
  }
    }
.product-container .add-to-cart .button {
      width: 100%;
      margin-bottom: 1em;
      text-align:center;
    }
@media (min-width: 60em) {
.product-container .add-to-cart .button {
        width: auto;
        padding: .6em 4em;
        margin-bottom: 0
    }
      }
.product-container .add-to-cart .button.klaviyo-bis-trigger {
        padding: .6em 2em;
        margin-top: 10px;
        
      }
@media only screen and (max-width: 460px)  {
.product-container .add-to-cart .button.klaviyo-bis-trigger {
          margin-top: 10px !important;
          margin-bottom: 10px !important
        
      }
        }
.product-container .add-to-cart .button.klaviyo-bis-trigger.hide {
          display: hide !important;
        }
.product-container .add-to-cart .button.klaviyo-bis-trigger.block {
          display: inline-block !important;
        }
.product-container .extra-content {
    min-height: 1250px;
  }
@media (min-width: 60em) {
.product-container .extra-content {
      min-height: 870px
  }
    }
.product-container .extra-content .background-image img {
        width: 100%;
        height: 1180px;
      }
@media (min-width: 60em) {
.product-container .extra-content .background-image img {
          height: 730px
      }
        }
.product-container .extra-content .inner_data {
      flex-direction: column;
    }
@media (min-width: 60em) {
.product-container .extra-content .inner_data {
        flex-direction: row
    }
      }
.product-container .extra-content .active-skill {
      border-bottom: 3px solid #000;
      border-bottom: 3px solid var(--black);
    }
.product-container .extra-content .left-icons .description, .product-container .extra-content .right-icons .description {
        font-size: 90%;
        line-height: 1.1;
      }
.product-container .extra-content .left-icons .p1, .product-container .extra-content .right-icons .p1 {
        width: 90%;
      }
.product-container .extra-content .left-icons .py1, .product-container .extra-content .right-icons .py1 {
        padding-top: 1.6em;
        flex-basis: 65px;
        text-align: center;
      }
@media (min-width: 60em) {
.product-container .extra-content .left-icons .py1, .product-container .extra-content .right-icons .py1 {
          padding-top: 1em
      }
        }
.product-container .extra-content .left-data {
      width: 100%;
    }
@media (min-width: 60em) {
.product-container .extra-content .left-data {
        width: 30%
    }
      }
.product-container .extra-content .left-data .h1 {
        text-align: center;
      }
@media (min-width: 60em) {
.product-container .extra-content .left-data .h1 {
          text-align: left
      }
        }
.product-container .extra-content .left-data .subtitle {
        text-align: center;
      }
@media (min-width: 60em) {
.product-container .extra-content .left-data .subtitle {
          text-align: left;
          color: #6c6c6c;
          color: var(--lightGray);
          font-size: .75rem
      }
        }
.product-container .extra-content .main-image {
      width: 30%;
      margin: -50% 5% -7% 30%;
      position: absolute;
      top: 0;
      transform: rotate(90deg);
    }
@media (min-width: 60em) {
.product-container .extra-content .main-image {
        width: 22%;
        margin: -9% 5% -7% 10%;
        position: static;
        transform: none
    }
      }
.product-container .extra-content .main-image img {
        max-width: 100%;
      }
.product-container .extra-content .right-data {
      width: 100%;
      align-self: center;
    }
@media (min-width: 60em) {
.product-container .extra-content .right-data {
        width: 30%
    }
      }
.product-container .extra-content .right-data .simple-button {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        padding: 5px 15px;
        font-size: 80%;
        margin-top: 3em;
      }
.product-container .gallery-mobile .swiper-button-prev,
    .product-container .gallery-mobile .swiper-button-next,
    .product-container .accessories-collection .swiper-button-prev,
    .product-container .accessories-collection .swiper-button-next {
      height: 30px;
    }
.product-container .gallery-mobile iframe, .product-container .accessories-collection iframe {
      height: 390px;
    }
.product-container .product-images {
    width: 100%;
  }
@media (min-width: 60em) {
.product-container .product-images {
      width: 55%
  }
    }
.product-container .product-images .gallery-container {
      width: 100%;
      display: flex;
      justify-content: space-between;
    }
@media (min-width: 60em) {
.product-container .product-images .gallery-container {
        width: 730px
    }
      }
@media only screen and (max-width: 1280px) and (min-width: 769px)  {
.product-container .product-images .gallery-container {
        width: 100%
    }
      }
.product-container .product-images .gallery-container .swiper-container {
        margin-left: 5px;
      }
.product-container .product-images .gallery-main {
      width: 84%;
      height: 700px;
    }
/* border: 1px solid #e9e9e9; */
@media only screen and (max-width: 1280px) and (min-width: 769px)  {
.product-container .product-images .gallery-main {
        width: 80%
    }
      }
.product-container .product-images .gallery-main .swiper-slide img {
        padding: 0 3px;
      }
.product-container .product-images .gallery-thumbs {
      order: -1;
      width: 94px;
      padding: 20px 0;
    }
.product-container .product-images .gallery-thumbs .swiper-slide {
        /*height: 94px !important;*/
        height: auto !important;
        margin-bottom: 0 !important;
      }
.product-container .product-images .gallery-thumbs .swiper-slide:hover {
          cursor: pointer;
        }
.product-container .product-images .gallery-thumbs .swiper-slide img {
          border: 2px solid #e1e1e1;
          border: 2px solid var(--darkGray);
        }
.product-container .product-images .gallery-thumbs .swiper-slide img:hover {
            border-color: #92cebe;
            border-color: var(--green);
          }
.product-container .product-images .gallery-thumbs .swiper-slide-thumb-active img {
            border: 2px solid #92cebe;
            border: 2px solid var(--green);
          }
.product-container .product-images .gallery-thumbs .swiper-slide .is-video {
          border: 0 !important;
          left: 18px;
          top: 9px;
          opacity: 0.7;
        }
.product-container .product-images .gallery-thumbs .swiper-slide-thumb-active {
          opacity: 1;
        }
.product-container .product-images .gallery-thumbs .swiper-button-prev-v,
        .product-container .product-images .gallery-thumbs .swiper-button-next-v {
          border-radius: 0;
          background-color: #41a090;
          background-color: var(--mediumGreen);
          height: 20px;
          border: 1px solid #e1e1e1;
          border: 1px solid var(--darkGray);
          width: 100%;
          left: 0;
        }
.product-container .product-images .gallery-thumbs .swiper-button-prev-v:hover, .product-container .product-images .gallery-thumbs .swiper-button-next-v:hover {
            cursor: pointer;
          }
.product-container .product-images .gallery-thumbs .swiper-button-prev-v {
          top: 0;
        }
.product-container .product-images .gallery-thumbs .swiper-button-prev-v svg {
            transform: rotate(-90deg);
            height: 20px;
            margin-top: -5px;
          }
.product-container .product-images .gallery-thumbs .swiper-button-next-v {
          bottom: 0;
          top: auto;
        }
.product-container .product-images .gallery-thumbs .swiper-button-next-v svg {
            transform: rotate(90deg);
            height: 20px;
          }
.product-container .product-data {
    width: 100%;
  }
@media (min-width: 60em) {
.product-container .product-data {
      width: 45%;
      padding-left: 2em
  }
    }
.product-container .product-video iframe {
      display: block;
      border: none;
      width: 100%;
      height: 360px;
    }
@media (min-width: 60em) {
.product-container .product-video iframe {
        height: 100vh
    }
      }
.product-container .warranty-blocks li {
      display: flex;
      padding: 0;
      flex-direction: row;
      text-align: left;
    }
@media (min-width: 60em) {
.product-container .warranty-blocks li {
        padding: 0 4em;
        flex-direction: column;
        text-align: center
    }
      }
.product-container .warranty-blocks .h4 {
      font-size: 1rem;
    }
@media (min-width: 60em) {
.product-container .warranty-blocks .h4 {
        font-size: 1.125rem
    }
      }
.product-container .warranty-blocks .image {
      width: 80%;
      margin-right: 1em;
    }
@media (min-width: 60em) {
.product-container .warranty-blocks .image {
        width: 100%
    }
      }
@media (min-width: 60em) {
.product-container .warranty-blocks img {
        width: auto
    }
      }
.product-container .full-banner img {
      width: 100%;
    }
.product-container .banners-gallery .outer {
      padding: 0;
    }
@media (min-width: 60em) {
.product-container .banners-gallery .outer {
        padding: 0 -1.5em
    }
      }
.product-container .gallery-grid {
    display: grid;
    grid-template-columns: 0 1fr;
    grid-gap: 0;
    gap: 0;
    grid-template-rows: 1fr;
    grid-template-areas:
      "left right";
  }
@media (min-width: 60em) {
.product-container .gallery-grid {
      grid-template-columns: 505px 1fr;
      grid-gap: 1em;
      gap: 1em
  }
    }
.product-container .gallery-grid img {
      width: 100%;
    }
.product-container .gallery-grid .right {
      display: grid;
      grid-template-columns: 1fr;
      grid-template-rows: 1fr 1fr;
      grid-gap: 0.5em 0;
      gap: 0.5em 0;
      grid-template-areas:
        "."
        "right-bottom";
      grid-area: right;
    }
.product-container .gallery-grid .right-bottom {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-template-rows: 1fr;
      grid-gap: 0em 1em;
      gap: 0em 1em;
      grid-template-areas:
        "right-bottom-left right-bottom-right";
      grid-area: right-bottom;
    }
.product-container .gallery-grid .right-bottom-left {
      grid-area: right-bottom-left;
    }
.product-container .gallery-grid .right-bottom-right {
      grid-area: right-bottom-right;
    }
.product-container .gallery-grid .left {
      grid-area: left;
    }
.product-container .product-price {
    font-size: 22px;
    line-height: 16px;
  }
.product-container .counter-wrapper {
    width: 150px;
  }
.product-container .counter-wrapper .counter .js-counter-add, .product-container .counter-wrapper .counter .js-counter-quantity, .product-container .counter-wrapper .counter .js-counter-remove {
        width: 50px
      }
.product-container .counter-wrapper input {
      border: 0;
    }
.product-container .price-off {
    font-size: 14px;
  }
.product-container .product-details {
    border-top: 1px solid #e1e1e1;
    border-top: 1px solid var(--darkGray);
    width: 100%;
  }
@media (min-width: 60em){
.product-container .product-details {
      width: 100%
  }
    }
.product-container .product-details details:hover {
        cursor: pointer;
      }
.product-container .product-details details div.px1 {
        border-bottom: 1px solid #e1e1e1;
        border-bottom: 1px solid var(--darkGray);
      }
.product-container .product-details details[open] summary {
        background-color: #f4f4f4;
        background-color: var(--lightGrey);
      }
.product-container .product-details details[open] summary::after {
          content: '-'
        }
.product-container .product-details details summary {
        font-size: 12px;
        height: 40px;
        line-height: 40px;
      }
.product-container .product-details details summary:last-of-type {
          border-bottom: 1px solid #e1e1e1;
          border-bottom: 1px solid var(--darkGray);
        }
.product-container .product-details details summary::-webkit-details-marker {
          display: none;
        }
.product-container .product-details details summary::after {
          content: '+';
          position: absolute;
          right: .5em;
          font-size: 18px;
          font-weight: bold;
          font-family: "Roboto";
        }
.product-container .warranty-blocks li p {
        font-size: 14px;
        margin-bottom: 0;
      }
.product-container .product-testimonials {
    background-color: #000;
    background-color: var(--black);
  }
.product-container .product-testimonials .rel img {
      width: 100%;
    }
.product-container .product-testimonials .py1 {
      padding: 0.5em 3em;
    }
@media (min-width: 60em) {
.product-container .product-testimonials .py1 {
        padding-top: 1em;
        padding-bottom: 1em
    }
      }
.product-container .product-testimonials .swiper-slide {
      min-height: 500px;
    }
@media (min-width: 60em) {
.product-container .product-testimonials .swiper-slide {
        min-height: auto
    }
      }
.product-container .product-testimonials .stars {
      padding: 1em 0 1em;
    }
@media (min-width: 60em) {
.product-container .product-testimonials .stars {
        padding: 4em 0 1em 0
    }
      }
.product-container .product-testimonials .swiper-button-next,
    .product-container .product-testimonials .swiper-button-prev {
      height: 30px;
      background-color: #fff;
      background-color: var(--white);
    }
.product-container .swiper-button-next-v.swiper-button-disabled, .product-container .swiper-button-prev-v.swiper-button-disabled {
      opacity: .35;
      cursor: auto;
      pointer-events: none;
    }
.product-container .accessories-collection {
    padding-bottom: 2em;
  }
.product-container .accessories-collection .product-title a {
        font-size: 18px;
        color: #000;
        color: var(--black);
      }
.product-container .accessories-collection .product-price {
      color: #b14a01;
      color: var(--orange);
      font-size: 16px;
    }
.preorder-description {
  width: 100%;
  margin: 10px 0;
}
#add-to-cart-button .button.hide {
      display: none !important;
    }
/* Start Product add-on CSS */
.product-add-on .sg-pro-access-product {
    width: 50%;
    position: relative;
    padding: 0 0 30px 0;
  }
@media only screen and (min-width: 767px) {
.product-add-on .sg-pro-access-product {
      width: 25%
  }
    }
.product-add-on .sg-pro-access-product .sg-pro-access-product-img {
      margin: 0;
      width: auto;
      height: auto;
      border: 3px solid #f4f4f4;
      border: 3px solid var(--lightGrey);
      border-radius: 50%;
      text-align: center;
      padding: 8%;
    }
.product-add-on .sg-pro-access-product .sg-pro-access-product-img:hover {
        border: 3px solid #41a090;
        border: 3px solid var(--mediumGreen);
      }
.product-add-on .sg-pro-access-product .sg-pro-access-product-img img {
        width: 100%;
        height: auto;
      }
.product-add-on .sg-pro-access-product .sg-pro-access-product-left {
      float: none;
      position: unset;
    }
.product-add-on .sg-pro-access-product .sg-pro-access-product-left #sg-checkbox {
        position: absolute;
        bottom: -10px;
        left: 0;
        right: 0;
        text-align: center;
      }
.product-add-on .sg-pro-access-product .sg-pro-access-product-left #sg-checkbox .sg-checkbox-label {
          float: none;
          color: #e1e1e1;
          color: var(--darkGray);
        }
.product-add-on .sg-pro-access-product .sg-pro-access-product-left #sg-checkbox input[type=checkbox]:checked+.sg-label-text:before {
          color: #41a090;
          color: var(--mediumGreen);
        }
.product-add-on .sg-pro-access-product .sg-pro-access-product-title {
      font-family: 'PT Sans', sans-serif;
      font-size: 14px;
      font-weight: 500;
      line-height: 18px;
      padding: 0 !important;
      margin: 0 !important;
      display: inline-flex;
      color: #000;
      color: var(--black);
    }
.product-add-on .sg-pro-access-product .sg-pro-access-product-title, .product-add-on .sg-pro-access-product .sg-pro-access-price {
      font-family: 'PT Sans', sans-serif;
    }
.product-add-on .sg-pro-access-heading {
    text-transform: uppercase;
    line-height: 32px;
    font-size: 22px;
  }
.product-add-on .bundle-txt {
    font-size: 18px;
    font-family: 'PT Sans', sans-serif;
  }
@media only screen and (max-width: 767px) {
    .product-add-on .product-add-on .sg-pro-access-product .sg-pro-access-product-left {
        float: none;
        position: unset;
        width: 120px;
        margin: 0 auto;
    }
  }
/* End Product add-on CSS */

@font-face{
  font-family:swiper-icons;

  src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA') format('woff');

  font-weight:400;

  font-style:normal
}

:root{
  --swiper-theme-color:#007aff
}

.swiper-container{
  margin-left:auto;
  margin-right:auto;
  position:relative;
  overflow:hidden;
  list-style:none;
  padding:0;
  z-index:1
}

.swiper-container-vertical>.swiper-wrapper{
  flex-direction:column
}

.swiper-wrapper{
  position:relative;
  width:100%;
  height:100%;
  z-index:1;
  display:flex;
  transition-property:transform;
  box-sizing:content-box
}

.swiper-container-android .swiper-slide,.swiper-wrapper{
  transform:translate3d(0px,0,0)
}

.swiper-container-multirow>.swiper-wrapper{
  flex-wrap:wrap
}

.swiper-container-multirow-column>.swiper-wrapper{
  flex-wrap:wrap;
  flex-direction:column
}

.swiper-container-free-mode>.swiper-wrapper{
  transition-timing-function:ease-out;
  margin:0 auto
}

.swiper-container-pointer-events{
  touch-action:pan-y
}

.swiper-container-pointer-events.swiper-container-vertical{
  touch-action:pan-x
}

.swiper-slide{
  flex-shrink:0;
  width:100%;
  height:100%;
  position:relative;
  transition-property:transform
}

.swiper-slide-invisible-blank{
  visibility:hidden
}

.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{
  height:auto
}

.swiper-container-autoheight .swiper-wrapper{
  align-items:flex-start;
  transition-property:transform,height
}

.swiper-container-3d{
  perspective:1200px
}

.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{
  transform-style:preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  pointer-events:none;
  z-index:10
}

.swiper-container-3d .swiper-slide-shadow-left{
  background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-3d .swiper-slide-shadow-right{
  background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-3d .swiper-slide-shadow-top{
  background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-3d .swiper-slide-shadow-bottom{
  background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-css-mode>.swiper-wrapper{
  overflow:auto;
  scrollbar-width:none;
  -ms-overflow-style:none
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{
  display:none
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{
  scroll-snap-align:start start
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{
  scroll-snap-type:x mandatory
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{
  scroll-snap-type:y mandatory
}

:root{
  --swiper-navigation-size:44px
}

.swiper-button-next,.swiper-button-prev{
  position:absolute;
  top:50%;
  width:calc(44px/ 44 * 27);
  width:calc(var(--swiper-navigation-size)/ 44 * 27);
  height:44px;
  height:var(--swiper-navigation-size);
  margin-top:calc(-1 * 44px/ 2);
  margin-top:calc(-1 * var(--swiper-navigation-size)/ 2);
  z-index:10;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:center;
  color:var(--swiper-theme-color);
  color:var(--swiper-navigation-color,var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{
  opacity:.35;
  cursor:auto;
  pointer-events:none
}

.swiper-button-next:after,.swiper-button-prev:after{
  font-family:swiper-icons;
  font-size:44px;
  font-size:var(--swiper-navigation-size);
  text-transform:none!important;
  letter-spacing:0;
  text-transform:none;
  font-feature-settings:normal, ;
  font-variant:normal;
  font-variant:initial;
  line-height:1
}

.swiper-button-prev,.swiper-container-rtl .swiper-button-next{
  left:10px;
  right:auto
}

.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{
  content:'prev'
}

.swiper-button-next,.swiper-container-rtl .swiper-button-prev{
  right:10px;
  left:auto
}

.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{
  content:'next'
}

.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{
  --swiper-navigation-color:#ffffff
}

.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{
  --swiper-navigation-color:#000000
}

.swiper-button-lock{
  display:none
}

.swiper-pagination{
  position:absolute;
  text-align:center;
  transition:.3s opacity;
  transform:translate3d(0,0,0);
  z-index:10
}

.swiper-pagination.swiper-pagination-hidden{
  opacity:0
}

.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{
  bottom:10px;
  left:0;
  width:100%
}

.swiper-pagination-bullets-dynamic{
  overflow:hidden;
  font-size:0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{
  transform:scale(.33);
  position:relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{
  transform:scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{
  transform:scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{
  transform:scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{
  transform:scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{
  transform:scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{
  transform:scale(.33)
}

.swiper-pagination-bullet{
  width:8px;
  height:8px;
  display:inline-block;
  border-radius:50%;
  background:#000;
  opacity:.2
}

button.swiper-pagination-bullet{
  border:none;
  margin:0;
  padding:0;
  box-shadow:none;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none
}

.swiper-pagination-clickable .swiper-pagination-bullet{
  cursor:pointer
}

.swiper-pagination-bullet-active{
  opacity:1;
  background:var(--swiper-theme-color);
  background:var(--swiper-pagination-color,var(--swiper-theme-color))
}

.swiper-container-vertical>.swiper-pagination-bullets{
  right:10px;
  top:50%;
  transform:translate3d(0px,-50%,0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{
  margin:6px 0;
  display:block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{
  top:50%;
  transform:translateY(-50%);
  width:8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{
  display:inline-block;
  transition:.2s transform,.2s top
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
  margin:0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{
  left:50%;
  transform:translateX(-50%);
  white-space:nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{
  transition:.2s transform,.2s left
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{
  transition:.2s transform,.2s right
}

.swiper-pagination-progressbar{
  background:rgba(0,0,0,.25);
  position:absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
  background:var(--swiper-theme-color);
  background:var(--swiper-pagination-color,var(--swiper-theme-color));
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  transform:scale(0);
  transform-origin:left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
  transform-origin:right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{
  width:100%;
  height:4px;
  left:0;
  top:0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{
  width:4px;
  height:100%;
  left:0;
  top:0
}

.swiper-pagination-white{
  --swiper-pagination-color:#ffffff
}

.swiper-pagination-black{
  --swiper-pagination-color:#000000
}

.swiper-pagination-lock{
  display:none
}

.swiper-scrollbar{
  border-radius:10px;
  position:relative;
  -ms-touch-action:none;
  background:rgba(0,0,0,.1)
}

.swiper-container-horizontal>.swiper-scrollbar{
  position:absolute;
  left:1%;
  bottom:3px;
  z-index:50;
  height:5px;
  width:98%
}

.swiper-container-vertical>.swiper-scrollbar{
  position:absolute;
  right:3px;
  top:1%;
  z-index:50;
  width:5px;
  height:98%
}

.swiper-scrollbar-drag{
  height:100%;
  width:100%;
  position:relative;
  background:rgba(0,0,0,.5);
  border-radius:10px;
  left:0;
  top:0
}

.swiper-scrollbar-cursor-drag{
  cursor:move
}

.swiper-scrollbar-lock{
  display:none
}

.swiper-zoom-container{
  width:100%;
  height:100%;
  display:flex;
  justify-content:center;
  align-items:center;
  text-align:center
}

.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{
  max-width:100%;
  max-height:100%;
  -o-object-fit:contain;
     object-fit:contain
}

.swiper-slide-zoomed{
  cursor:move
}

.swiper-lazy-preloader{
  width:42px;
  height:42px;
  position:absolute;
  left:50%;
  top:50%;
  margin-left:-21px;
  margin-top:-21px;
  z-index:10;
  transform-origin:50%;
  -webkit-animation:swiper-preloader-spin 1s infinite linear;
          animation:swiper-preloader-spin 1s infinite linear;
  box-sizing:border-box;
  border:4px solid var(--swiper-theme-color);
  border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));
  border-radius:50%;
  border-top-color:transparent
}

.swiper-lazy-preloader-white{
  --swiper-preloader-color:#fff
}

.swiper-lazy-preloader-black{
  --swiper-preloader-color:#000
}

@-webkit-keyframes swiper-preloader-spin{
  100%{
    transform:rotate(360deg)
  }
}

@keyframes swiper-preloader-spin{
  100%{
    transform:rotate(360deg)
  }
}

.swiper-container .swiper-notification{
  position:absolute;
  left:0;
  top:0;
  pointer-events:none;
  opacity:0;
  z-index:-1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide{
  transition-timing-function:ease-out
}

.swiper-container-fade .swiper-slide{
  pointer-events:none;
  transition-property:opacity
}

.swiper-container-fade .swiper-slide .swiper-slide{
  pointer-events:none
}

.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{
  pointer-events:auto
}

.swiper-container-cube{
  overflow:visible
}

.swiper-container-cube .swiper-slide{
  pointer-events:none;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
  z-index:1;
  visibility:hidden;
  transform-origin:0 0;
  width:100%;
  height:100%
}

.swiper-container-cube .swiper-slide .swiper-slide{
  pointer-events:none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide{
  transform-origin:100% 0
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{
  pointer-events:auto
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{
  pointer-events:auto;
  visibility:visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{
  z-index:0;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden
}

.swiper-container-cube .swiper-cube-shadow{
  position:absolute;
  left:0;
  bottom:0px;
  width:100%;
  height:100%;
  opacity:.6;
  z-index:0
}

.swiper-container-cube .swiper-cube-shadow:before{
  content:'';
  background:#000;
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  right:0;
  filter:blur(50px)
}

.swiper-container-flip{
  overflow:visible
}

.swiper-container-flip .swiper-slide{
  pointer-events:none;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
  z-index:1
}

.swiper-container-flip .swiper-slide .swiper-slide{
  pointer-events:none
}

.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{
  pointer-events:auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{
  z-index:0;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden
}

.navbar-nav-primary-mobile .nav-item.dropdown a#navbar-dropdown-2, li.sub-menu-dropdown-toggle a#sub-menu-dropdown-11 {color:#F05123;}
.sub-menu-dropdown-toggle:hover .nav-link.nav-link-sub-menu a#sub-menu-dropdown-11, .navbar-nav-primary-mobile li#nav-link-2 a {
  color: #F05123;
}
.navbar-nav .nav-link.nav-link-sub-menu:active:after, .navbar-nav .nav-link.nav-link-sub-menu a#sub-menu-dropdown-11:hover:after, li.sub-menu-dropdown-toggle a#sub-menu-dropdown-11:hover:after {
  background-color: #F05123;
}

@media screen and (max-width: 467px) {
.cart .product-thumb {min-height:240px;}
}

.product-container .size-options .size a {
  padding:5px 25px;
}
}

div#giftbox-root {display:block !important;}

body#egift-card .product-data s.c-light-gray.px05 {display:none !important;}

nav.account-titles__links.small.caps.track.mb1 {background:#f4f4f4;margin:10px 0;}

.address.bggl.rel.px1.mb1 {background:#f6f6f6;}

.address__footer.mt05 {padding-bottom:10px;}

@media screen and (max-width: 768px) {
li.account-titles__link.m1 {width:100%;}
}
.account-wrapper .custom_container {
    display: flex;
    flex-direction: column;
}
.address.bggl.rel.px1.mb1.defaultAddress {
    order: 0;
}
.address.bggl.rel.px1.mb1 {
    order: 1;
}

.customerOrders {
    max-width: 1024px;
    margin: 0 auto;
}

a.customerReturn {
    text-decoration: underline;
}

.customerOrders h2 {
    font-weight: bold;
}

.customerOrders h3 {
    text-decoration: underline;
}

@media screen and (min-width: 1024px) {
.customerOrders table.responsive-table {
    min-width: 1024px;
}

.customerOrders table.responsive-table tr td.small--hide {
    text-align: left;
}
.customerOrders table.responsive-table tr td {
    text-align: center;
}

  .govXspot {
    width: 26%;
    margin: 0;
    float: right;
    justify-content: flex-end;
}


  
}

.customerOrders table.responsive-table th {
    text-decoration: underline;
}


.shg-box.shg-c.reversed p, .shg-box.shg-c.reversed h1, .shg-box.shg-c.reversed h2, .shg-box.shg-c.reversed h3 {
  color:#fff;
}

body#egift-card .product-discount.c-orange.pt-sans {display:none;}

a.lcly-primary-trigger span, button.lcly-primary-trigger {
    line-height: 48px !important;
    display: block;
    background: #ccc !important;
    height: 48px !important;
    text-align: center;
    color: #000;
    font-size: 18px !important;
    text-transform: uppercase;
    font-family: "CoreSansD57";
    max-width: 350px;
    padding: 0 4em !important;
    margin-top: 10px;
    width:auto !important;
}

a.lcly-primary-trigger {width:auto !important;}

.lcly-location-prompt {clear:both;}

@media screen and (max-width: 769px) {
a.lcly-primary-trigger {
    width: 100% !important;
}
.preorder-description {
    font-size:1.1em !important;
    padding:10px 0 !important;
    margin:10px 0 0 0 !important;
}
  h1.core-sans-d55.no-margin {
    margin-bottom: 10px;
    font-size: calc((32 / 20)* 1rem);
}
  .outer {
    padding-left: 1em;
    padding-right: 1em;
}
.collection .boost-pfs-container-default {
   padding:0 5px;
 } 
}

div#yotpo-star-rating-reviews-summary {display:none !important;}

.yotpo-widget-instance {
    padding: 0 0 5px 0 !important;
}

.shopify-policy__container {
    max-width: 120ch !important;
}

ul.my1.accordion-list {
    list-style-type: disc;
    margin-left: 1em;
}

.product-container .product-details details div.px1 ul li {
    list-style-type: disc;
    margin-left: 1em;
}

div#jarallax-container-0 {display:none;}

.footer-container-bottom button#ot-sdk-btn {
    color: #fff;
    border: none;
    height: auto;
    white-space: normal;
    word-wrap: normal;
    padding: 0;
    font-size: 10px;
    line-height: inherit;
    transition: none;
    background: #0000;
    text-decoration: none;
    display: flex;
    align-items: center;
    font-family:inherit;
}

.footer-container-bottom button#ot-sdk-btn:hover {
    background:none;
}

.OTfooter {
    margin:0 auto;
    max-width: 170px;
    text-align:center;
    display: flex;
    align-items: center;
    padding-bottom:5px;
}

.OTfooter:hover {
    text-decoration:underline;
}

.OTfooterIMG {
    border: 0 none;
    display: flex;
    align-items: center;
}

img.ot-sdk-show-settings {
    padding-top: 7px;
}