/** Shopify CDN: Minification failed

Line 1711:0 Unexpected "}"
Line 1720:0 Unexpected "}"

**/
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}
.row {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}
.row.reverse {
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}
.col.reverse {
  -ms-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
.col-xs, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  box-sizing: border-box;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
.col-xs {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}
.col-xs-1 {
  -ms-flex-preferred-size: 8.333%;
  flex-basis: 8.333%;
  max-width: 8.333%;
}
.col-xs-2 {
  -ms-flex-preferred-size: 16.667%;
  flex-basis: 16.667%;
  max-width: 16.667%;
}
.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}
.col-xs-4 {
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%;
}
.col-xs-5 {
  -ms-flex-preferred-size: 41.667%;
  flex-basis: 41.667%;
  max-width: 41.667%;
}
.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}
.col-xs-7 {
  -ms-flex-preferred-size: 58.333%;
  flex-basis: 58.333%;
  max-width: 58.333%;
}
.col-xs-8 {
  -ms-flex-preferred-size: 66.667%;
  flex-basis: 66.667%;
  max-width: 66.667%;
}
.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}
.col-xs-10 {
  -ms-flex-preferred-size: 83.333%;
  flex-basis: 83.333%;
  max-width: 83.333%;
}
.col-xs-11 {
  -ms-flex-preferred-size: 91.667%;
  flex-basis: 91.667%;
  max-width: 91.667%;
}
.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
.col-xs-offset-1 {
  margin-left: 8.333%;
}
.col-xs-offset-2 {
  margin-left: 16.667%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-4 {
  margin-left: 33.333%;
}
.col-xs-offset-5 {
  margin-left: 41.667%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-7 {
  margin-left: 58.333%;
}
.col-xs-offset-8 {
  margin-left: 66.667%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-10 {
  margin-left: 83.333%;
}
.col-xs-offset-11 {
  margin-left: 91.667%;
}
.start-xs {
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  text-align: start;
}
.center-xs {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
}
.end-xs {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  text-align: end;
}
.top-xs {
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
}
.middle-xs {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}
.bottom-xs {
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end;
}
.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.between-xs {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.first-xs {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
  order: -1;
}
.last-xs {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1;
}
@media only screen and (min-width: 48em) {
  .container {
    width: 46rem;
  }
  .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-sm {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-sm-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-sm-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-sm-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-sm-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.667%;
  }
  .start-sm {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-sm {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-sm {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-sm {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }
  .middle-sm {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }
  .bottom-sm {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }
  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-sm {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .first-sm {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .last-sm {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}
@media only screen and (min-width: 62em) {
  .container {
    width: 61rem;
  }
  .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-md {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-md-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-md-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-md-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-md-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-offset-1 {
    margin-left: 8.333%;
  }
  .col-md-offset-2 {
    margin-left: 16.667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.333%;
  }
  .col-md-offset-5 {
    margin-left: 41.667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.333%;
  }
  .col-md-offset-8 {
    margin-left: 66.667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.333%;
  }
  .col-md-offset-11 {
    margin-left: 91.667%;
  }
  .start-md {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-md {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-md {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-md {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }
  .middle-md {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }
  .bottom-md {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }
  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-md {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .first-md {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .last-md {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}
@media only screen and (min-width: 75em) {
  .container {
    width: 71rem;
  }
  .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-lg {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-lg-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-lg-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-lg-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-lg-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.667%;
  }
  .start-lg {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-lg {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-lg {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-lg {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }
  .middle-lg {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }
  .bottom-lg {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }
  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-lg {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .first-lg {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .last-lg {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}
/* SIZE POPUP */
#SizingModal {
  max-width: 700px;
  margin: 30px auto;
  overflow: auto;
}
#SizingModal .sizingModal_backdrop {
  display: flex;
  height: 100%;
  left: 0px;
  overflow: auto;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: -1;
  -webkit-tap-highlight-color: transparent;
  transition: background-color 250ms cubic-bezier(0.25, 0, 0.25, 1) 0ms;
  background-color: rgba(0, 0, 0, 0.7);
}
#SizingModal .modal__inner {
  max-width: 700px;
  margin: 0 auto;
  background: white;
  height: auto;
}
#SizingModal .modal__close {
  padding: 5px;
}
.modal__inner > .blog-insert-table .blog-insert-table {
  padding: 0;
  width: 100%;
}
.blog-insert-table {
  margin: 0 auto;
  max-width: 1680px;
  height: 100%;
  overflow: auto;
  padding: 30px 20px;
  width: auto;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .blog-insert-table {
    width: 100%;
  }
}
.blog-insert-table h4 {
  font-size: 30px;
}
@media only screen and (max-width: 767px) {
  .blog-insert-table h4 {
    font-size: 24px;
  }
}
body.template-product .blog-insert-table.headwear h4 {
  margin-bottom: 20px;
}
body.template-product .blog-insert-table.headwear .fl-col {
  float: left;
  min-height: 1px;
}
@media only screen and (max-width: 767px) {
  body.template-product .blog-insert-table.headwear .fl-col {
    width: 100% !important;
  }
}
body.template-product .blog-insert-table.headwear .fl-col:nth-of-type(2) > .fl-node-content {
  padding-left: 20px;
}
@media only screen and (max-width: 767px) {
  body.template-product .blog-insert-table.headwear .fl-col:nth-of-type(2) > .fl-node-content {
    padding-left: 0;
    margin-top: 20px;
  }
}
body.template-product .blog-insert-table.headwear .mr-bot-20 {
  margin-bottom: 20px;
}
.blog-insert-table.headwear h4 {
  background: #004537;
  font-size: 36px;
  padding: 20px !important;
}
@media only screen and (max-width: 767px) {
  .blog-insert-table.headwear h4 {
    margin-left: 1px;
    margin-right: 1px;
  }
}
.blog-insert-table h4 {
  padding: 10px;
  color: #fff;
}
.blog-insert-table.headwear table {
  background: #004537;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
}
.blog-insert-table.headwear tr th {
  text-align: center;
  padding: 15px;
}
.blog-insert-table.headwear tr th span {
  font-size: 12px;
}
.blog-insert-table.headwear .heading-tab {
  background: #004537;
  color: #fff;
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 16px;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: 1px;
  margin-right: 1px;
  margin-bottom: -1px;
}
.blog-insert-table.headwear .heading-tab:nth-of-type(2) p {
  margin-top: -20px;
  font-size: 11px;
  font-weight: 400;
}
.blog-insert-table.headwear thead tr {
  background: #032621;
  font-size: 18px;
  font-weight: bold;
}
.blog-insert-table.headwear td, .blog-insert-table.headwear th {
  text-align: center;
}
.blog-insert-table.headwear tbody tr td {
  width: 33.33%;
  font-size: 18px;
  padding: 20px 10px;
}
@media only screen and (max-width: 767px) {
  body:not(.template-product) .blog-insert-table.headwear tbody tr td {
    width: 100%;
  }
}
.blog-insert-table.headwear tbody tr td:first-child {
  font-weight: bold;
}
/* APPAREL SIZE CHART STYLING START */
.blog-insert-table.red h4 {
  background: #8b2333;
  padding-bottom: 30px;
  padding-top: 30px;
  margin-bottom: 0;
  letter-spacing: 3px;
}
@media only screen and (max-width: 767px) {
  .blog-insert-table.red h4 {
    min-width: 649.5px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-insert-table.red.kids h4 {
    min-width: 446px;
  }
}
.blog-insert-table.red table {
  background: #fff;
  color: #922633;
  font-size: 16px;
}
.blog-insert-table.red thead {
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 15px;
  text-transform: uppercase;
  background: #ab5d60;
  color: #fff;
}
.blog-insert-table.red thead span {
  font-size: 11px;
  font-weight: 400;
  display: block;
  margin-top: -5px;
  letter-spacing: 1px;
}
.blog-insert-table.red tr th {
  text-align: center;
  padding: 15px;
}
.blog-insert-table.red tr td span:not(.tablesaw-cell-content) {
  font-size: 12px;
  font-weight: 400;
  display: block;
  margin-top: -5px;
  letter-spacing: 1px;
}
.blog-insert-table.red tr td .tablesaw-cell-content span {
  font-size: 13px;
  display: block;
  margin-top: -5px;
  letter-spacing: 1px;
  line-height: 1;
}
.blog-insert-table.red tr td:first-child {
  letter-spacing: 2px;
}
.blog-insert-table.red tbody tr {
  font-size: 18px;
  font-weight: bold;
}
.blog-insert-table.red td, .blog-insert-table.red th {
  text-align: center;
  border-color: #8b2333;
  width: 14.28%;
}
.blog-insert-table.red tbody tr td {
  font-size: 18px;
  padding: 20px 7px;
}
body:not(.template-product) .blog-insert-table.red thead span {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  body:not(.template-product) .blog-insert-table.red h4 {
    min-width: auto;
  }
  body:not(.template-product) .blog-insert-table.red td, body:not(.template-product) .blog-insert-table.red th {
    width: 100%;
  }
  body:not(.template-product) .blog-insert-table.red tr td span:not(.tablesaw-cell-content) {
    margin-top: 0;
    text-transform: none;
  }
}
.breadcrumbs {
  padding: 30px 0;
  font-size: 16px;
}
.breadcrumbs ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.breadcrumbs li {
  display: inline-block;
}
.breadcrumbs li:not(:last-child):after {
  content: "/";
  display: inline-block;
  padding-left: 0.75ch;
  speak: none;
}
.breadcrumbs [aria-current="page"] {
  color: inherit;
  font-weight: normal;
  text-decoration: none;
}
.breadcrumbs [aria-current="page"]:hover, .breadcrumbs [aria-current="page"]:focus {
  text-decoration: underline;
}
@media only screen and (min-width: 576px) {
  .custom-banner-block + .breadcrumbs {
    margin-top: 20px;
  }
}
.custom-banner {
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 576px) {
  .custom-banner {
    min-height: 370px;
  }
}
@media only screen and (max-width: 576px) {
  .custom-banner {
    text-align: center;
  }
}
.custom-banner__title {
  display: inline-block;
  padding: 10px 30px;
  background: #fff;
}
@media only screen and (min-width: 576px) {
  .custom-banner__title {
    margin-left: -30px;
    transform: translateY(50%);
  }
}
.custom-banner__title h1 {
  font-weight: 900;
  color: #042141;
  text-transform: initial;
}
[class*="--aic"] {
  align-items: center;
}
[class*="--jcc"] {
  justify-content: center;
}
.get-start-section .business-text {
  margin: 0;
}
@media only screen and (min-width: 991px) {
  .get-start-section .business-text {
    margin: 0;
  }
}
.get-start-section + .custom-headwear-prods-section .custom-headwear-prods {
  margin-top: 0;
  padding-top: 40px;
}
.business-section__container {
  max-width: 970px;
  width: 100%;
  margin: auto;
}
.business-section__container [class*="col-"] {
  margin-top: 40px;
}
.custom-icon-top {
  position: relative;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  font-size: 0;
  line-height: 0;
  border-radius: 50%;
}
.custom-icon-top svg {
  width: 60px;
  height: 60px;
  fill: #031F44;
}
.section {
  margin: 80px 0;
}
.custom-headwear-prods {
  padding: 50px 0;
}
@media only screen and (min-width: 992px) {
  .custom-headwear-prods__container {
    width: 100%;
    max-width: 1360px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 992px) {
  .custom-headwear-prods__list {
    display: flex;
    flex-wrap: wrap;
  }
}
.custom-line-block {
  padding: 10px 0;
  text-align: center;
  font-size: 18px;
  line-height: 1.3;
  color: #fff;
  background: #003c5c;
}
@media only screen and (min-width: 992px) {
  .custom-line-block {
    padding: 15px 0;
    font-size: 20px;
  }
}
.custom-headwear-prods__item {
  padding: 20px;
  background: #E8E8E8;
}
@media only screen and (min-width: 992px) {
  .custom-headwear-prods__item {
    width: calc(100% / 3);
    padding: 40px 5%;
  }
}
.custom-headwear-prods__item:nth-child(even) {
  background: #F2F1F7;
}
.custom-headwear-prods__item h4 {
  margin-bottom: 15px;
  text-align: center;
  color: #032042;
}
.custom-headwear-prods__media {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  font-size: 0;
  line-height: 0;
  text-align: center;
}
.custom-headwear-prods__media::before {
  content: '';
  display: block;
  padding-top: 100%;
}
.custom-headwear-prods__media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.custom-headwear-prods__links {
  margin: 20px 0 30px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  color: #032042;
}
.custom-headwear-prods__links a {
  text-decoration: underline;
}
.custom-headwear-prods__links a:hover {
  text-decoration: none;
}
.custom-headwear-prods__desc {
  font-size: 17px;
}
@media only screen and (max-width: 991px) {
  .custom-headwear-prods__desc {
    padding-left: 20px;
  }
}
.custom-headwear-prods__list.slick-slider .slick-track {
  display: flex !important;
}
.custom-headwear-prods__list.slick-slider .slick-slide {
  height: auto;
}
.custom-headwear-prods__list.slick-slider .sl-btn {
  transform: none;
}
.custom-headwear-prods__list.slick-slider .sl-btn.sl-btn--prev {
  left: -20px;
}
.custom-headwear-prods__list.slick-slider .sl-btn.sl-btn--next {
  right: -20px;
}
@media only screen and (max-width: 576px) {
  .custom-headwear-prods__list.slick-slider .sl-btn.sl-btn--prev {
    left: 0;
  }
  .custom-headwear-prods__list.slick-slider .sl-btn.sl-btn--next {
    right: 0;
  }
}
.sl-btn {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 30px;
  height: 30px;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  transform: translateY(-50%);
}
.sl-btn svg {
  fill: #003c5c;
}
.sl-btn.sl-btn--prev {
  left: 0;
}
.sl-btn.sl-btn--next {
  right: 0;
}
.legacy-fit-block {
  position: relative;
  padding: 50px 0;
  background: #F6F7FB;
}
@media only screen and (max-width: 991px) {
  .legacy-fit-block {
    padding-bottom: 90px;
  }
}
.section-header {
  max-width: 760px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.section-desc {
  font-size: 17px;
  line-height: 1.5;
}
.legacy-fit__heading {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (min-width: 991px) {
  .legacy-fit__heading {
    justify-content: space-between;
    align-items: baseline;
  }
  .legacy-fit__heading h3 {
    margin-right: 10px;
  }
}
.legacy-fit__heading h3, .legacy-fit__heading a {
  text-transform: uppercase;
  color: #032042;
}
.legacy-fit__heading a {
  font-size: 18px;
  font-weight: bold;
  text-decoration: underline;
}
.legacy-fit__heading a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 991px) {
  .legacy-fit__heading a {
    position: absolute;
    bottom: 55px;
    left: 20px;
    right: 20px;
    text-align: center;
  }
}
.legacy-fit__item {
  padding: 10px;
  text-align: center;
}
.legacy-fit__item h4 {
  color: #032042;
}
.legacy-fit__media {
  display: flex;
  justify-content: center;
  font-size: 0;
  line-height: 0;
}
.legacy-fit__links {
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-weight: bold;
}
.legacy-fit__links a {
  margin: 5px;
  color: #032042;
  text-decoration: underline;
}
.legacy-fit__links a:hover {
  text-decoration: none;
}
.cst-closure__list {
  width: 100%;
  max-width: 1240px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}
.cst-closure__item {
  width: calc(100% / 3);
  padding: 20px;
}
@media only screen and (max-width: 991px) {
  .cst-closure__item {
    width: calc(100% / 2);
  }
}
@media only screen and (max-width: 576px) {
  .cst-closure__item {
    width: calc(100% / 1);
  }
}
.cst-closure__media {
  font-size: 0;
  line-height: 0;
  text-align: center;
}
.cst-closure__title {
  text-align: center;
  color: #032042;
}
.cst-closure__desc {
  margin-top: 20px !important;
  font-size: 16px;
}
.cst-closure__desc p {
  margin: 0;
}
@media only screen and (min-width: 576px) {
  .cst-closure__desc {
    width: 80%;
    margin: auto;
  }
}
.faq-block {
  margin: 0;
  padding: 80px 0;
  background: #f6f7fb;
}
.faq-block .btn {
  padding-top: 8px;
  padding-bottom: 8px;
}
@media only screen and (max-width: 991px) {
  .faq-block .section-header {
    max-width: 100%;
    text-align: left;
  }
}
@media only screen and (max-width: 991px) {
  .faq-block__title {
    display: none;
  }
}
.fag-mobile-title {
  display: none;
}
@media only screen and (max-width: 991px) {
  .fag-mobile-title {
    display: block;
  }
}
.faq-block__box {
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
}
@media only screen and (max-width: 991px) {
  .faq-block__box {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
}
.faq-block__box h2 {
  margin-bottom: 0;
  color: #003c5c;
}
.faq-block__box .cta {
  margin-top: 20px;
}
.faq-block__part {
  width: 50%;
  padding: 10px;
}
@media only screen and (max-width: 991px) {
  .faq-block__part {
    width: 100%;
    padding: 0;
  }
}
.accordion {
  font-size: 18px;
}
.accordion__item {
  border-bottom: 2px solid #cacaca;
}
.accordion__content {
  display: none;
  padding: 10px 30px;
  font-size: 16px;
}
.accordion__title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px;
  cursor: pointer;
  color: #003c5c;
  font-weight: 700;
}
@media only screen and (max-width: 991px) {
  .accordion__title {
    padding-left: 0;
    padding-right: 0;
  }
}
.accordion__arrow {
  flex-shrink: 0;
  display: block;
  font-size: 0;
  line-height: 0;
  transition: transform 0.25s linear;
}
.accordion__arrow::before {
  content: '\002b';
  font-size: 18px;
  line-height: 1;
  color: #003c5c;
}
.accordion__item--active .accordion__arrow {
  transform: rotate(45deg);
}
.all-headwear-block {
  margin: 0;
  padding: 115px 0;
  color: #fff;
  text-align: center;
  background-color: #053149;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.all-headwear-block .btn {
  padding-top: 8px;
  padding-bottom: 8px;
}
.all-headwear-block h2 {
  margin: 0;
  text-transform: uppercase;
  font-size: 70px;
  color: inherit;
}
.all-headwear-block .cta {
  margin-top: 30px;
}
.all-headwear-block .cta a.btn {
  color: #053149;
  text-transform: uppercase;
  background: #fff;
  transition: all 0.25s;
}
.all-headwear-block .cta a.btn:hover {
  transform: scale(0.97);
}
@media only screen and (max-width: 991px) {
  .all-headwear-block {
    padding: 70px 0;
  }
  .all-headwear-block h2 {
    font-size: 44px;
  }
}
.row-flex .fl-col-group {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.images-slider-block {
  padding: 100px 0;
}
@media only screen and (max-width: 991px) {
  .images-slider-block {
    padding: 50px 0;
  }
}
.images-slider {
  margin-left: -10px;
  margin-right: -10px;
  font-size: 0;
}
.images-slider .slick-slide {
  padding-left: 10px;
  padding-right: 10px;
}
.images-slider__item-media {
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  background-image: var(--bg-def);
}
@media only screen and (max-width: 991px) {
  .images-slider__item-media {
    background-image: var(--bg-mob);
  }
}
.images-slider__item-media::before {
  content: '';
  display: block;
  padding-top: 56.25%;
}
.to-top {
  position: fixed;
  right: 22px;
  bottom: 77px;
  z-index: 80;
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  font-size: 0;
  border-radius: 10px;
  background: #000;
  -webkit-box-shadow: 0 0 5px 0 #1c81dd;
  box-shadow: 0 0 5px 0 #1c81dd;
  -webkit-transition: opacity 0.25s linear;
  -o-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
  visibility: hidden;
  opacity: 0;
}
@media only screen and (max-width: 991px) {
  .to-top {
    bottom: 62px;
    right: 17px;
    width: 35px;
    height: 35px;
  }
}
.to-top svg {
  width: 20px;
  height: 20px;
  margin: auto;
  fill: #2999ff;
  -webkit-transition: fill 0.25s linear;
  -o-transition: fill 0.25s linear;
  transition: fill 0.25s linear;
  -webkit-animation: toup infinite cubic-bezier(0.39, 0.58, 0.57, 1) 1.7s;
  animation: toup infinite cubic-bezier(0.39, 0.58, 0.57, 1) 1.7s;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.to-top:hover {
  opacity: 1;
}
.to-top:hover svg {
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.to-top.fixed {
  opacity: 0.6;
  visibility: visible;
}
@-webkit-keyframes toup {
  0% {
    -webkit-transform: translateY();
    transform: translateY();
  }
  50% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes toup {
  0% {
    -webkit-transform: translateY();
    transform: translateY();
  }
  50% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.product-video-block {
  margin-top: 35px;
}
@media only screen and (max-width: 750px) {
  .product-video-block {
    margin-bottom: 35px;
  }
}
.product-video__media {
  position: relative;
}
.product-video__media::before {
  content: '';
  display: block;
  padding-top: 56.25%;
}
.product-video__media iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-video__media p, .product-video__media a {
  display: none;
}
.product-video__title {
  margin-top: 15px;
  font-weight: bold;
}
.product-video__desc {
  margin-top: 10px;
}
.site-nav > li:nth-child(2) {
  display: none;
}
.drawer__nav > li:nth-child(5) {
  display: none;
}
@media only screen and (max-width: 750px) {
  .hero-wrapper.for-main-page .hero__image-wrapper.def {
    display: none;
  }
}
.hero-wrapper.for-main-page .hero__image-wrapper.mob {
  display: none;
}
@media only screen and (max-width: 750px) {
  .hero-wrapper.for-main-page .hero__image-wrapper.mob {
    display: block;
  }
}
@media only screen and (min-width: 751px) {
  .template-index {
    padding-top: 39px;
  }
  .template-index .site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background: rgba(0, 60, 92, 0);
  }
  .template-index .nav-bar {
    background: rgba(0, 60, 92, 0.6);
  }
}
.collection-mobile-view .collection-trigger {
  display: none;
  align-items: center;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  color: #000;
  cursor: pointer;
  transition: color 0.3s;
}
.collection-mobile-view .collection-trigger svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-right: 10px;
  fill: currentColor;
}
.collection-mobile-view .collection-trigger.active {
  color: #003c5c;
}
@media only screen and (max-width: 750px) {
  .collection-mobile-view .collection__filters {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .collection-mobile-view .collection-trigger {
    display: flex;
    margin-right: 15px;
  }
  .collection-mobile-view .collection-sort {
    width: 100%;
  }
  .collection-mobile-view .grid {
    position: relative;
  }
  .collection-mobile-view .left-menu {
    /* position: absolute;
    top: -40px;
    left: -10px;
    right: -10px;
    z-index: 999;
    width: auto;
    float: none;
    padding: 20px 10px;
    background: #fff;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1); */
    display: none;
  }
}
.modal {
  top: 170px;
}
.product-preview-block .featured-product-card {
  height: auto;
}
.product-preview-block .featured-product-card__image-wrapper {
  position: static;
}
.product-preview-block .featured-product-card__image-wrapper img {
  max-height: 250px;
}
.product-preview-block .featured-product-card__header {
  position: static;
}
.product-preview-block .grid {
  display: flex;
  flex-wrap: wrap;
}
}
.summary span{
  transition: text-decoration var(--duration-short) ease;
}
summary {
    cursor: pointer;
    list-style: none;
    position: relative;
}
}
