/** Shopify CDN: Minification failed

Line 366:28 Expected identifier but found bad string token
Line 366:34 Unterminated string token

**/
/*============================================================================
  #Grid
==============================================================================
  Reversed grids allow you to structure your source in the opposite
  order to how your rendered layout will appear.
==============================================================================*/
.grid--rev {
  direction: rtl;
  text-align: left; }
  .grid--rev > .grid__item {
    direction: ltr;
    text-align: left;
    float: right; }

/*============================================================================
  Grid Columns
    - Create width classes, prepended by the breakpoint name.
==============================================================================*/
/*================ Grid push classes ================*/
/*================ Clearfix helper on uniform grids ================*/
/*================ Build Base Grid Classes ================*/
/* Whole */
.one-whole {
  width: 100%; }

/* Halves */
.one-half {
  width: 50%; }

/* Thirds */
.one-third {
  width: 33.33333%; }

.two-thirds {
  width: 66.66667%; }

/* Quarters */
.one-quarter {
  width: 25%; }

.two-quarters {
  width: 50%; }

.three-quarters {
  width: 75%; }

/* Fifths */
.one-fifth {
  width: 20%; }

.two-fifths {
  width: 40%; }

.three-fifths {
  width: 60%; }

.four-fifths {
  width: 80%; }

.show {
  display: block !important; }

.hide {
  display: none !important; }

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

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

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

/*================ Build Responsive Grid Classes ================*/
@media only screen and (max-width: 749px) {
  /* Whole */
  .small--one-whole {
    width: 100%; }
  /* Halves */
  .small--one-half {
    width: 50%; }
  /* Thirds */
  .small--one-third {
    width: 33.33333%; }
  .small--two-thirds {
    width: 66.66667%; }
  /* Quarters */
  .small--one-quarter {
    width: 25%; }
  .small--two-quarters {
    width: 50%; }
  .small--three-quarters {
    width: 75%; }
  /* Fifths */
  .small--one-fifth {
    width: 20%; }
  .small--two-fifths {
    width: 40%; }
  .small--three-fifths {
    width: 60%; }
  .small--four-fifths {
    width: 80%; }
  .grid--uniform .small--one-half:nth-child(2n+1),
  .grid--uniform .small--one-third:nth-child(3n+1),
  .grid--uniform .small--one-quarter:nth-child(4n+1),
  .grid--uniform .small--one-fifth:nth-child(5n+1),
  .grid--uniform .small--one-sixth:nth-child(6n+1),
  .grid--uniform .small--two-sixths:nth-child(3n+1),
  .grid--uniform .small--three-sixths:nth-child(2n+1),
  .grid--uniform .small--one-eighth:nth-child(8n+1),
  .grid--uniform .small--two-eighths:nth-child(4n+1),
  .grid--uniform .small--four-eighths:nth-child(2n+1),
  .grid--uniform .small--five-tenths:nth-child(2n+1),
  .grid--uniform .small--one-twelfth:nth-child(12n+1),
  .grid--uniform .small--two-twelfths:nth-child(6n+1),
  .grid--uniform .small--three-twelfths:nth-child(4n+1),
  .grid--uniform .small--four-twelfths:nth-child(3n+1),
  .grid--uniform .small--six-twelfths:nth-child(2n+1) {
    clear: both; }
  .small--show {
    display: block !important; }
  .small--hide {
    display: none !important; }
  .small--text-left {
    text-align: left !important; }
  .small--text-right {
    text-align: right !important; }
  .small--text-center {
    text-align: center !important; } 
}

@media only screen and (min-width: 750px) {
  /* Whole */
  .medium-up--one-whole {
    width: 100%; }
  /* Halves */
  .medium-up--one-half {
    width: 50% !important; }
  /* Thirds */
  .medium-up--one-third {
    width: 33.33333%; }
  .medium-up--two-thirds {
    width: 66.66667%; }
  /* Quarters */
  .medium-up--one-quarter {
    width: 25%; }
  .medium-up--two-quarters {
    width: 50%; }
  .medium-up--three-quarters {
    width: 75%; }
  /* Fifths */
  .medium-up--one-fifth {
    width: 20% !important; }
  .medium-up--two-fifths {
    width: 40%; }
  .medium-up--three-fifths {
    width: 60%; }
  .medium-up--four-fifths {
    width: 80%; }
  .grid--uniform .medium-up--one-half:nth-child(2n+1),
  .grid--uniform .medium-up--one-third:nth-child(3n+1),
  .grid--uniform .medium-up--one-quarter:nth-child(4n+1),
  .grid--uniform .medium-up--one-fifth:nth-child(5n+1),
  .grid--uniform .medium-up--one-sixth:nth-child(6n+1),
  .grid--uniform .medium-up--two-sixths:nth-child(3n+1),
  .grid--uniform .medium-up--three-sixths:nth-child(2n+1),
  .grid--uniform .medium-up--one-eighth:nth-child(8n+1),
  .grid--uniform .medium-up--two-eighths:nth-child(4n+1),
  .grid--uniform .medium-up--four-eighths:nth-child(2n+1),
  .grid--uniform .medium-up--five-tenths:nth-child(2n+1),
  .grid--uniform .medium-up--one-twelfth:nth-child(12n+1),
  .grid--uniform .medium-up--two-twelfths:nth-child(6n+1),
  .grid--uniform .medium-up--three-twelfths:nth-child(4n+1),
  .grid--uniform .medium-up--four-twelfths:nth-child(3n+1),
  .grid--uniform .medium-up--six-twelfths:nth-child(2n+1) {
    clear: both; }
  .medium-up--show {
    display: block !important; }
  .medium-up--hide {
    display: none !important; }
  .medium-up--text-left {
    text-align: left !important; }
  .medium-up--text-right {
    text-align: right !important; }
  .medium-up--text-center {
    text-align: center !important; } 
  .insta-card {
    padding: 0 10px !important;
  }
}

/*================ Build Grid Push Classes ================*/
@media only screen and (max-width: 749px) {
  .Product__Wrapper .Product__Info {
    padding: 0 24px; 
  }
  .Product__Wrapper .Product__Info .Container {
    padding: 0;
  }
  .grid__item {
    float: left;
    padding-left: 0px;
    /*width: 100%; */
  }
  .usp-imgs img {
    width: 50px;
  }
  .page-width {
    padding-left: 24px;
    padding-right: 24px;
  }
  /* Halves */
  .small--push-one-half {
    left: 50%; }
  /* Thirds */
  .small--push-one-third {
    left: 33.33333%; }
  .small--push-two-thirds {
    left: 66.66667%; }
  /* Quarters */
  .small--push-one-quarter {
    left: 25%; }
  .small--push-two-quarters {
    left: 50%; }
  .small--push-three-quarters {
    left: 75%; }
  /* Fifths */
  .small--push-one-fifth {
    left: 20%; }
  .small--push-two-fifths {
    left: 40%; }
  .small--push-three-fifths {
    left: 60%; }
  .small--push-four-fifths {
    left: 80%; }
}

@media only screen and (min-width: 750px) {
  .grid__item {
    float: left;
    padding: 0 15px 0 15px;
    /*width: 100%; */
  }
  .usp-imgs img {
    width: 80px !important;
  }
  .page-width {
    padding-left: 55px;
    padding-right: 55px;
  }
  /* Halves */
  .medium-up--push-one-half {
    left: 50%; }
  /* Thirds */
  .medium-up--push-one-third {
    left: 33.33333%; }
  .medium-up--push-two-thirds {
    left: 66.66667%; }
  /* Quarters */
  .medium-up--push-one-quarter {
    left: 25%; }
  .medium-up--push-two-quarters {
    left: 50%; }
  .medium-up--push-three-quarters {
    left: 75%; }
  /* Fifths */
  .medium-up--push-one-fifth {
    left: 20%; }
  .medium-up--push-two-fifths {
    left: 40%; }
  .medium-up--push-three-fifths {
    left: 60%; }
  .medium-up--push-four-fifths {
    left: 80%; }
}

.page-width {
  max-width: 1200px;
  margin: 0 auto;
}
.grid__item {
  margin-top: 30px;
}
.grid {
  display: flex;
  flex-wrap: wrap;
}
/*======================#Products====================*/
@media screen and (min-width: 1008px) {
  .Product__Tabs {
    margin-top: 50px !important;
  }
}
.FeatureText__Contented .SectionHeader .Heading.u-h1,
.Section--spacingNormal .SectionHeader .Container .Heading.u-h1{
  font-weight: 500 !important;
  font-size: 30px;
  margin-top: 5px;
  letter-spacing: 0;
  line-height: 36px;
}
.mt-0 {
  margin-top: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.areviewstooltip .reviews_rating_title {
    letter-spacing: 1px;
    margin-left: 10px;
}
.ProductForm .ProductMeta {
    border: none !important;
    margin: 0;
    padding-bottom: 0;
}
.Product--medium .Product__Aside {
    margin: 0 auto 0 0; 
}
.ProductForm__Option .ProductForm__Label {
  display: inline-block;
  margin-right: 10px;
}
.ProductForm__Option .SizeSwatchList {
  display: inline-block;
}
.ProductMeta .ProductMeta__PriceList, .ProductMeta .ProductMeta__PriceList_Reviews {
  display: inline-block !important;
}
@media screen and (max-width: 600px) {
  .Product__Wrapper .Product__Gallery {
      margin-bottom: 20px;
  }
  .ProductForm .ProductMeta__Text {
    margin: 0 0 5px;
  }
  .mb-top-15 {
    margin-top: 15px;
  }
  button.write_review_button {
    margin-top: 50px;
  }
  #gr-en-img-m0 {
    padding: 0 !important;
  }
  .Product__Tabs .Collapsible {
    padding: 0 24px 0 0 !important;
  }
  .FeatureText__Contented .SectionHeader .Heading.u-h1, .Section--spacingNormal .SectionHeader .Container .Heading.u-h1, .text-left.SectionHeader .text-left.SectionHeader__Heading.Heading.u-h1 {
    font-size: 18px !important;
  }
}
button.write_review_button {
   padding: 12px 23px!important; 
  font-size: 16px!important;
  text-transform: none;
  background: #373737;
  color: #ffffff; 
  border: 1px solid #bebebe;"     
}
p.AnnouncementBar__Content a {
  color: #ffffff !important;
}
#az_reviewss .areviewsinputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
#az_reviewss, #az_reviewss p, #az_reviewss a, #az_reviewss button, #az_reviewss input, #az_reviewss span, #az_reviewss select, #az_reviewss div, .az_reviewss {
    font-family: inherit !important;
}

#az_reviewss * {
    text-transform: none;
}
#az_reviewss * {
    font-size: 14px;
}
#az_reviewss .cell {
    opacity: 1!important;
    position: relative;
}
#az_reviewss .write_review_file {
    padding: 0 9px!important;
    background: #fff;
    height: auto;
    width: 45%!important;
    margin-bottom: 10px;
    border: 1px solid #cacaca;
}
#az_reviewss .write_review_rating {
    padding-bottom: 10px!important;
}

#az_reviewss .areviewsinputfile+label {
    cursor: pointer;
}

#az_reviewss .areviewsinputfile+label {
    font-size: 1.1em!important;
    font-weight: 700!important;
    color: #fff!important;
    background-color: #000;
    display: inline-block;
}
#az_reviewss label[for=areviewsinputfile] {
    padding: 4px 7px!important;
    font-size: 13px!important;
    position: relative;
    top: 4px;
}
.az_reviewss #enter_reviews label, .write_review_rating {
    font-weight: 500;
    margin-bottom: 0.55em;
    color: #3f3f3f;
}
#az_reviewss .fas {
    font-family: "font awesome 5 free"!important;
}
#az_reviews .fa-star:before {
    font-family: "font awesome 5 free"!important;
    font-size: 14px;
    padding: 0!important;
    left: unset!important;
    font-weight: unset!important;
}
#az_reviewss .areviews_file_label {
    vertical-align: middle;
    font-family: inherit;
    padding: 0.85em 1em;
    -webkit-appearance: none;
    border: 1px solid transparent;
    border-radius: 3px;
    transition: background-color .25s ease-out,color .25s ease-out;
    font-size: .9em;
    line-height: 1;
    cursor: pointer;
    color: #fefefe;
}
#az_reviewss {
    padding: 10px;
    position: relative;
    background: transparent !important;
    width: 99% !important;
    margin: 0px auto 0px auto !important;
    max-width: 1150px !important;
    direction: ltr !important;
    line-height: 1.6;
}
.scroll_container {
    margin-bottom: 0 !important;
}
#toggleMore {
  cursor: pointer;
}
[data-section-type="background-video"] {
    margin: 20px 0 40px 0;
}
.Product__Tabs .Collapsible .Collapsible__Inner {
    text-align: left;
}