<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Variable names from http://chir.ag/projects/name-that-color */
/*
* NAVIGATION LINKS // generic navigation links styling (header, footer, etc)
*/
.pull-left-xs {
  float: left;
}

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

@media (min-width: 576px) and (max-width: 767.98px) {
  .pull-left-sm {
    float: left;
  }
  .pull-right-sm {
    float: right;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .pull-left-md {
    float: left;
  }
  .pull-right-md {
    float: right;
  }
}
@media (min-width: 992px) and (max-width: 1024.98px) {
  .pull-left-lg {
    float: left;
  }
  .pull-right-lg {
    float: right;
  }
}
@media (min-width: 1025px) and (max-width: 1199.98px) {
  .pull-left-th {
    float: left;
  }
  .pull-right-th {
    float: right;
  }
}
@media (min-width: 1200px) {
  .pull-left-xl {
    float: left;
  }
  .pull-right-xl {
    float: right;
  }
}
@media (max-width: 575.98px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (max-width: 991.98px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (max-width: 1024.98px) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media (max-width: 1199.98px) {
  .hidden-th-down {
    display: none !important;
  }
}

.hidden-xl-down {
  display: none !important;
}

.row.equal-height &gt; [class^=col] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* Variable names from http://chir.ag/projects/name-that-color */
/*
* NAVIGATION LINKS // generic navigation links styling (header, footer, etc)
*/
.swatch-circle-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f5f5dc;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-beige.disabled {
  opacity: 0.2;
}

.swatch-filter-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f5f5dc;
  border-radius: 0.69em;
  background-color: #f5f5dc;
  display: block;
  position: relative;
}
.swatch-filter-beige.disabled {
  opacity: 0.2;
}

.swatch-circle-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-black.disabled {
  opacity: 0.2;
}

.swatch-filter-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000;
  border-radius: 0.69em;
  background-color: #000;
  display: block;
  position: relative;
}
.swatch-filter-black.disabled {
  opacity: 0.2;
}

.swatch-circle-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #007bff;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-blue.disabled {
  opacity: 0.2;
}

.swatch-filter-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #007bff;
  border-radius: 0.69em;
  background-color: #007bff;
  display: block;
  position: relative;
}
.swatch-filter-blue.disabled {
  opacity: 0.2;
}

.swatch-circle-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #a52a2a;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-brown.disabled {
  opacity: 0.2;
}

.swatch-filter-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #a52a2a;
  border-radius: 0.69em;
  background-color: #a52a2a;
  display: block;
  position: relative;
}
.swatch-filter-brown.disabled {
  opacity: 0.2;
}

.swatch-circle-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #056808;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-green.disabled {
  opacity: 0.2;
}

.swatch-filter-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #056808;
  border-radius: 0.69em;
  background-color: #056808;
  display: block;
  position: relative;
}
.swatch-filter-green.disabled {
  opacity: 0.2;
}

.swatch-circle-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #8f979d;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-grey.disabled {
  opacity: 0.2;
}

.swatch-filter-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #8f979d;
  border-radius: 0.69em;
  background-color: #8f979d;
  display: block;
  position: relative;
}
.swatch-filter-grey.disabled {
  opacity: 0.2;
}

.swatch-circle-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000080;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-navy.disabled {
  opacity: 0.2;
}

.swatch-filter-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000080;
  border-radius: 0.69em;
  background-color: #000080;
  display: block;
  position: relative;
}
.swatch-filter-navy.disabled {
  opacity: 0.2;
}

.swatch-circle-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ffa500;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-orange.disabled {
  opacity: 0.2;
}

.swatch-filter-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ffa500;
  border-radius: 0.69em;
  background-color: #ffa500;
  display: block;
  position: relative;
}
.swatch-filter-orange.disabled {
  opacity: 0.2;
}

.swatch-circle-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fe249a;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-pink.disabled {
  opacity: 0.2;
}

.swatch-filter-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fe249a;
  border-radius: 0.69em;
  background-color: #fe249a;
  display: block;
  position: relative;
}
.swatch-filter-pink.disabled {
  opacity: 0.2;
}

.swatch-circle-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #800080;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-purple.disabled {
  opacity: 0.2;
}

.swatch-filter-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #800080;
  border-radius: 0.69em;
  background-color: #800080;
  display: block;
  position: relative;
}
.swatch-filter-purple.disabled {
  opacity: 0.2;
}

.swatch-circle-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f00;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-red.disabled {
  opacity: 0.2;
}

.swatch-filter-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f00;
  border-radius: 0.69em;
  background-color: #f00;
  display: block;
  position: relative;
}
.swatch-filter-red.disabled {
  opacity: 0.2;
}

.swatch-circle-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fff;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-white.disabled {
  opacity: 0.2;
}

.swatch-filter-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fff;
  border-radius: 0.69em;
  background-color: #fff;
  display: block;
  position: relative;
}
.swatch-filter-white.disabled {
  opacity: 0.2;
}

.swatch-circle-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ff0;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-yellow.disabled {
  opacity: 0.2;
}

.swatch-filter-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ff0;
  border-radius: 0.69em;
  background-color: #ff0;
  display: block;
  position: relative;
}
.swatch-filter-yellow.disabled {
  opacity: 0.2;
}

.swatch-circle-miscellaneous {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(130, 30, 145)), color-stop(25%, rgb(130, 30, 145)), color-stop(25%, rgb(237, 209, 52)), color-stop(50%, rgb(255, 255, 0)), color-stop(50%, rgb(237, 209, 52)), color-stop(50%, #59ba00), color-stop(76%, #59ba00), color-stop(76%, #111), to(#111)), -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(14, 92, 209)), color-stop(50%, rgb(14, 92, 209)), color-stop(50%, rgb(226, 11, 11)), to(rgb(226, 11, 11)));
  background: linear-gradient(0deg, rgb(130, 30, 145) 0, rgb(130, 30, 145) 25%, rgb(237, 209, 52) 25%, rgb(255, 255, 0) 50%, rgb(237, 209, 52) 50%, #59ba00 50%, #59ba00 76%, #111 76%, #111 100%), linear-gradient(0deg, rgb(14, 92, 209) 0, rgb(14, 92, 209) 50%, rgb(226, 11, 11) 50%, rgb(226, 11, 11) 100%);
  background-repeat: repeat-y, repeat;
  background-size: 50% 100%, 100% 100%;
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  border-radius: 1.25em;
  display: block;
  height: 2.5em;
  position: relative;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  width: 2.5em;
}
.swatch-circle-miscellaneous.disabled {
  opacity: 0.2;
}
.swatch-circle-miscellaneous.selected::after {
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}

.swatch-square-miscellaneous {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(130, 30, 145)), color-stop(25%, rgb(130, 30, 145)), color-stop(25%, rgb(237, 209, 52)), color-stop(50%, rgb(255, 255, 0)), color-stop(50%, rgb(237, 209, 52)), color-stop(50%, #59ba00), color-stop(76%, #59ba00), color-stop(76%, #111), to(#111)), -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(14, 92, 209)), color-stop(50%, rgb(14, 92, 209)), color-stop(50%, rgb(226, 11, 11)), to(rgb(226, 11, 11)));
  background: linear-gradient(0deg, rgb(130, 30, 145) 0, rgb(130, 30, 145) 25%, rgb(237, 209, 52) 25%, rgb(255, 255, 0) 50%, rgb(237, 209, 52) 50%, #59ba00 50%, #59ba00 76%, #111 76%, #111 100%), linear-gradient(0deg, rgb(14, 92, 209) 0, rgb(14, 92, 209) 50%, rgb(226, 11, 11) 50%, rgb(226, 11, 11) 100%);
  background-repeat: repeat-y, repeat;
  background-size: 50% 100%, 100% 100%;
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  border-radius: 1.25em;
  display: block;
  line-height: 1.38em;
  position: relative;
  width: 1.38em;
}
.swatch-square-miscellaneous.disabled {
  opacity: 0.2;
}
.swatch-square-miscellaneous.selected::after {
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}

.color-attribute {
  border: none;
  padding: 0;
  background: none;
}
.color-attribute .unselectable {
  pointer-events: none;
}
.color-attribute[disabled] {
  background: none;
  position: relative;
}
.color-attribute[disabled]:hover {
  background: none;
}
.color-attribute[disabled] .swatch-circle {
  border: none;
  opacity: 0.7;
}
.color-attribute[disabled] .cross-out {
  height: 2px;
  width: 31px;
  background: #231f20;
  position: absolute;
  top: 0;
  left: 2px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  border-top: 0.5px solid #fff;
  border-bottom: 0.5px solid #fff;
}

.quantity-form,
.quantity-form-SFL {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 132px;
}
.quantity-form input[type=text],
.quantity-form-SFL input[type=text] {
  width: 40%;
  text-align: center;
  padding: 0;
}
.quantity-form .plus,
.quantity-form .minus,
.quantity-form-SFL .plus,
.quantity-form-SFL .minus {
  position: relative;
  height: 40px;
  width: 30%;
}
.quantity-form .plus .icon,
.quantity-form .minus .icon,
.quantity-form-SFL .plus .icon,
.quantity-form-SFL .minus .icon {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 16px;
  width: 16px;
}
.quantity-form .plus input[type=button],
.quantity-form .minus input[type=button],
.quantity-form-SFL .plus input[type=button],
.quantity-form-SFL .minus input[type=button] {
  height: 100%;
  width: 100%;
  background: none;
  border: 1px solid #d7d3d1;
  border-radius: 0;
}
.quantity-form .plus input[type=button],
.quantity-form-SFL .plus input[type=button] {
  border-left: none;
}
.quantity-form .minus input[type=button],
.quantity-form-SFL .minus input[type=button] {
  border-right: none;
}
.quantity-form label,
.quantity-form-SFL label {
  margin-bottom: 0;
}

.play-button {
  position: relative;
}
.play-button::before {
  content: "";
  background: url("../../images/../images/svg-icons/icon-video.svg");
  background-size: 80px 80px;
  opacity: 0.6;
  display: block;
  height: 80px;
  width: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.play-button:hover::before {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0.8;
  cursor: pointer;
}

.product-detail button[data-attr-value=White],
.product-detail button[data-attr-value=white] {
  border: 1px solid #d7d3d1;
}

.product-detail .attributes .swatch-circle {
  border: 1px solid #353535;
  border-color: #fff;
  display: inline-block;
  margin-right: 3px;
  position: relative;
  border-radius: 0;
}
.product-detail .attributes .swatch-circle.color-value[data-selected=true]::after {
  color: #000;
  content: "\F058";
  display: table-caption;
  font-family: "FontAwesome";
  font-size: 1.625em;
  left: 0.295em;
  position: absolute;
}
.product-detail .attributes .swatch-circle.color-value.selected::after {
  background: #fff;
  border-radius: 50%;
  color: #000;
  content: "\F058";
  display: table-caption;
  font-family: "FontAwesome";
  font-size: 1.625em;
  height: 0.75em;
  left: 0.31em;
  line-height: 0.8em;
  position: absolute;
  top: 0.35em;
  width: 0.8em;
}
.product-detail .attributes .swatch-circle:hover {
  border: 1px solid #353535;
}

.product-detail [disabled] .swatch-circle,
.product-detail .swatch-circle.unselectable {
  cursor: not-allowed;
}
.product-detail [disabled] .swatch-circle.color-value.selected::after,
.product-detail .swatch-circle.unselectable.color-value.selected::after {
  background-color: #fafafa;
}

label.color ~ a:hover {
  text-decoration: none;
}

.description-and-detail {
  margin-top: 1.875rem;
}
.description-and-detail ul {
  padding-left: 1.25rem;
}
@media (min-width: 576px) {
  .description-and-detail .description {
    margin-bottom: 3em;
  }
}
@media (max-width: 575.98px) {
  .description-and-detail .content {
    margin-top: 1em;
  }
}
.description-and-detail &gt; div {
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .description-and-detail &gt; div {
    margin-bottom: 5rem;
  }
}
.description-and-detail h2 {
  margin-bottom: 1.25rem;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .description-and-detail h2 {
    margin-bottom: 1.875rem;
  }
}

.pdp-charts .nav-tabs {
  padding-bottom: 0.75rem;
}
.pdp-charts .nav-link {
  width: auto;
}
.pdp-charts .table thead th {
  padding: 9px 9px 9px 0;
  letter-spacing: normal;
}
@media (min-width: 576px) {
  .pdp-charts .table thead th {
    padding: 9px 12px 9px 0;
    letter-spacing: 1px;
  }
}

.social-container {
  text-align: center;
  margin-bottom: 3px;
}
.social-container .social-icons {
  text-decoration: none;
  list-style-type: none;
  padding: 0;
}
.social-container .social-icons li {
  margin: 0 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.social-container .social-icons li .icon {
  pointer-events: none;
  height: 24px;
  width: 24px;
}
.social-container .social-icons li:first-of-type {
  margin-left: 0;
}
.social-container .social-icons li:last-of-type {
  margin-right: 0;
}

.wishlist-social {
  padding-top: 0.9375em;
  text-align: center;
}

label.availability {
  padding-right: 0.3125em;
}

@media (min-width: 576px) {
  .product-number-rating {
    border-bottom: 1px solid #d7d3d1;
  }
}
@media (min-width: 768px) {
  .product-number-rating {
    border-top: 1px solid #d7d3d1;
  }
}
.product-name {
  padding-top: 26px;
  font-size: 2.25rem;
}

.yotpo.Federal_review .yotpo-widget-container,
.yotpo.cci_reviews .yotpo-widget-container,
.yotpo.Speer_reviews .yotpo-widget-container {
  display: none;
}
.yotpo.Federal_review .norating_symbol,
.yotpo.cci_reviews .norating_symbol,
.yotpo.Speer_reviews .norating_symbol {
  font-size: 24px;
  color: #000;
}

.speer-pdp-slide-cls {
  min-height: 290px;
}
.speer-pdp-slide-cls &gt; .slick-slide:not(:first-child) {
  display: none;
}
@media (min-width: 576px) {
  .speer-pdp-slide-cls {
    min-height: 280px;
  }
}
@media (min-width: 768px) {
  .speer-pdp-slide-cls {
    min-height: 590px;
  }
}
.speer-pdp-slide-cls .slide-img {
  -o-object-fit: cover;
     object-fit: cover;
}

.Federalbottomline .fill-star,
.Federalbottomline .empty-star,
.Federalbottomline .half-star,
.speerbottomline .fill-star,
.speerbottomline .empty-star,
.speerbottomline .half-star,
.ccibottomline .fill-star,
.ccibottomline .empty-star,
.ccibottomline .half-star {
  width: 20px;
  height: 20px;
  margin-right: 3px;
}
.Federalbottomline .yotpo-score,
.speerbottomline .yotpo-score,
.ccibottomline .yotpo-score {
  padding-left: 10px;
}
.Federalbottomline .yotpo-score span,
.speerbottomline .yotpo-score span,
.ccibottomline .yotpo-score span {
  font-size: 14px;
  font-weight: 400;
  color: #020202;
}

.Federal_review .yotpo-reviews-section .font-color-gray-darker,
.Federal_review .yotpo-reviews-section .col-blue,
.Federal_review .yotpo-reviews-section .rating-star,
.Federal_review .yotpo-reviews-section .username span:first-child {
  color: #85704b;
}
.Federal_review .yotpo-reviews-section .yotpo-thankyou-header span {
  color: #85704b !important;
}
.Federal_review .yotpo-reviews-section .write-review-wrapper .write-review .yotpo-header .yotpo-icon,
.Federal_review .yotpo-reviews-section .write-review-wrapper .yotpo-pre-loader .yotpo-icon {
  color: #85704b !important;
}
.Federal_review .yotpo-reviews-section .revviewhed {
  padding-top: 12px !important;
}
.Federal_review .yotpo-reviews-section .yotpo.yotpo-main-widget .yotpo-icon-btn,
.Federal_review .yotpo-reviews-section .yotpo .yotpo-rating-bars .yotpo-product-related-field-score-bar.yotpo-rating-bar-full,
.Federal_review .yotpo-reviews-section .yotpo input[type=button].yotpo-default-button {
  background-color: #85704b !important;
}
.Federal_review .yotpo-reviews-section .overlayline,
.Federal_review .yotpo-reviews-section .yotpo-icon-profile {
  background-color: #85704b;
}
.Federal_review .yotpo-reviews-section .noreview_msg,
.Federal_review .yotpo-reviews-section .write_review_btn {
  font-family: "Oswald", sans-serif;
}
.Federal_review .yotpo-reviews-section .write_review_btn {
  font-size: 12px;
}

.ccibottomline .rating-star {
  color: #355ba8;
}

.cci_reviews .yotpo-reviews-section .font-color-gray-darker,
.cci_reviews .yotpo-reviews-section .col-blue,
.cci_reviews .yotpo-reviews-section .rating-star,
.cci_reviews .yotpo-reviews-section .username span:first-child {
  color: #355ba8;
}
.cci_reviews .yotpo-reviews-section .yotpo-thankyou-header span {
  color: #355ba8 !important;
}
.cci_reviews .yotpo-reviews-section .write-review-wrapper .write-review .yotpo-header .yotpo-icon,
.cci_reviews .yotpo-reviews-section .write-review-wrapper .yotpo-pre-loader .yotpo-icon {
  color: #355ba8 !important;
}
.cci_reviews .yotpo-reviews-section .yotpo.yotpo-main-widget .yotpo-icon-btn,
.cci_reviews .yotpo-reviews-section .yotpo .yotpo-rating-bars .yotpo-product-related-field-score-bar.yotpo-rating-bar-full,
.cci_reviews .yotpo-reviews-section .yotpo input[type=button].yotpo-default-button {
  background-color: #355ba8 !important;
}
.cci_reviews .yotpo-reviews-section .overlayline,
.cci_reviews .yotpo-reviews-section .yotpo-icon-profile {
  background-color: #355ba8;
}
.cci_reviews .yotpo-reviews-section .noreview_msg {
  font-family: "Jura-Bold", sans-serif;
}
.cci_reviews .yotpo-reviews-section .write_review_btn {
  font-family: "PTSans-Bold", sans-serif !important;
  font-size: 16px;
}

.speerbottomline .rating-star {
  color: #876841;
}

.Speer_reviews .yotpo-reviews-section .font-color-gray-darker,
.Speer_reviews .yotpo-reviews-section .col-blue,
.Speer_reviews .yotpo-reviews-section .rating-star,
.Speer_reviews .yotpo-reviews-section .username span:first-child {
  color: #876841;
}
.Speer_reviews .yotpo-reviews-section .yotpo-thankyou-header span {
  color: #876841 !important;
}
.Speer_reviews .yotpo-reviews-section .write-review-wrapper .write-review .yotpo-header .yotpo-icon,
.Speer_reviews .yotpo-reviews-section .write-review-wrapper .yotpo-pre-loader .yotpo-icon {
  color: #876841 !important;
}
.Speer_reviews .yotpo-reviews-section .yotpo.yotpo-main-widget .yotpo-icon-btn,
.Speer_reviews .yotpo-reviews-section .yotpo .yotpo-rating-bars .yotpo-product-related-field-score-bar.yotpo-rating-bar-full,
.Speer_reviews .yotpo-reviews-section .yotpo input[type=button].yotpo-default-button {
  background-color: #876841 !important;
}
.Speer_reviews .yotpo-reviews-section .overlayline,
.Speer_reviews .yotpo-reviews-section .yotpo-icon-profile {
  background-color: #876841;
}
.Speer_reviews .yotpo-reviews-section .noreview_msg,
.Speer_reviews .yotpo-reviews-section .no_reviews .write_review_btn {
  font-family: "United Sans Reg Bold", sans-serif !important;
}
.Speer_reviews .yotpo-reviews-section .write_review_btn {
  font-size: 12px;
}

.pointer_none {
  pointer-events: none;
}

.paging-section .selected {
  font-weight: bold;
}
.paging-section .arrow {
  cursor: pointer;
}

.paginated {
  cursor: pointer;
  font-size: 14px;
}

.yotpo .yotpo-messages {
  margin-bottom: 2rem;
}
.yotpo .noreviewslink {
  font-size: 14px;
  font-weight: 400;
  padding-left: 10px !important;
  color: #020202;
}
.yotpo.stars-selectable {
  cursor: pointer;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.yotpo .rating-star.fill-star {
  background-image: url("../../images/svg-icons/icon-star-filled.svg");
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
}
.yotpo .rating-star.empty-star {
  background-image: url("../../images/svg-icons/icon-star-empty.svg");
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
}
.yotpo .rating-star.half-star {
  background-image: url("../../images/svg-icons/icon-half-star.svg");
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
}
.yotpo .userreview .fill-star,
.yotpo .userreview .empty-star,
.yotpo .userreview .half-star {
  width: 20px;
  height: 20px;
}
.yotpo .reviewsummary .yotpo-icon-half-star {
  position: relative;
  bottom: 8px;
}
.yotpo .reviewsummary .star-count .fill-star,
.yotpo .reviewsummary .star-count .empty-star,
.yotpo .reviewsummary .star-count .half-star {
  width: 20px;
  height: 20px;
}

.product-info-container .fill-star,
.product-info-container .empty-star,
.product-info-container .half-star {
  width: 20px;
  height: 20px;
}
.product-info-container .yotpo-score {
  padding-left: 10px;
}
.product-info-container .yotpo-score span {
  font-size: 14px;
  font-weight: 400;
  color: #000;
}

.yotpo.yotpo-reviews-section .socialize-wrapper,
.yotpo.yotpo-reviews-section .connect-wrapper,
.yotpo.yotpo-reviews-section .form-element,
.yotpo.yotpo-reviews-section .yotpo-footer {
  display: block !important;
}
@media (max-width: 767.98px) {
  .yotpo.yotpo-reviews-section .socialize-wrapper,
  .yotpo.yotpo-reviews-section .connect-wrapper,
  .yotpo.yotpo-reviews-section .form-element,
  .yotpo.yotpo-reviews-section .yotpo-footer {
    position: relative !important;
    clear: both !important;
  }
}
@media (max-width: 767.98px) {
  .yotpo.yotpo-reviews-section .socialize-wrapper {
    width: 273px !important;
  }
  .yotpo.yotpo-reviews-section .socialize-wrapper .socialize {
    display: inline-block;
    float: left;
    margin-bottom: 10px;
    min-width: 147px;
    width: auto !important;
  }
  .yotpo.yotpo-reviews-section .socialize-wrapper .yotpo-or {
    margin-top: 60px !important;
  }
}
.yotpo.yotpo-reviews-section .rating-count {
  font-size: 20px;
  font-weight: 600 !important;
}
.yotpo.yotpo-reviews-section .reviewsummary .avg-score {
  font-size: 32px;
  font-weight: bold;
  color: #020202;
}
@media (max-width: 767.98px) {
  .yotpo.yotpo-reviews-section .reviewsummary .avg-score {
    font-size: 24px;
  }
}
.yotpo.yotpo-reviews-section .reviewsummary .average_scoretext {
  color: #020202;
  font-size: 14px;
}
.yotpo.yotpo-reviews-section .reviewsummary .yotpo-icon {
  width: 24.17px !important;
  height: 24.17px;
}
@media (max-width: 767.98px) {
  .yotpo.yotpo-reviews-section .reviewsummary .yotpo-icon {
    width: 16.67px !important;
    height: 16.67px;
    font-size: 18px;
  }
}
.yotpo.yotpo-reviews-section .reviewsummary .font-color-gray-darker {
  font-weight: bold;
  cursor: pointer;
  font-size: 16px;
}
.yotpo.yotpo-reviews-section .reviewsummary .norating_symbol {
  font-size: 32px;
  color: #020202;
  font-weight: 700;
}
.yotpo.yotpo-reviews-section .yotpo-ratingline .row:first-child {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
.yotpo.yotpo-reviews-section .yotpo-ratingline .row:nth-child(2) {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.yotpo.yotpo-reviews-section .yotpo-ratingline .row:nth-child(3) {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.yotpo.yotpo-reviews-section .yotpo-ratingline .row:nth-child(4) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.yotpo.yotpo-reviews-section .yotpo-ratingline .row:nth-child(5) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.yotpo.yotpo-reviews-section .yotpo-ratingline .yotpo-icon {
  width: 20px !important;
  height: 20px;
  margin: 0 10px;
}
.yotpo.yotpo-reviews-section .border_top {
  border-top: 1px solid #999;
}
.yotpo.yotpo-reviews-section .userreview .user_name {
  font-size: 12px;
}
.yotpo.yotpo-reviews-section .userreview .yotpo-icon-seperator {
  font-size: 14px;
  line-height: 20px;
}
.yotpo.yotpo-reviews-section .userreview .review_info {
  font-weight: 400;
  color: #767676;
  font-size: 12px;
}
.yotpo.yotpo-reviews-section .userreview .customfield {
  font-weight: 700;
  color: #6b6d76;
  font-size: 12px;
}
.yotpo.yotpo-reviews-section .userreview .review-title {
  font-weight: 700;
  font-size: 14px;
  color: #6b6d76;
}
.yotpo.yotpo-reviews-section .userreview .rew_content {
  font-weight: 400;
  font-size: 14px;
  color: #767676;
}
.yotpo.yotpo-reviews-section .userreview .review_links {
  font-weight: 400;
  font-size: 12px;
  color: #767676;
}
.yotpo.yotpo-reviews-section .userreview .userfirstletter {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .yotpo.yotpo-reviews-section .userreview .userfirstletter {
    font-size: 26px;
  }
}
.yotpo.yotpo-reviews-section .userreview .yotpo-action .yotpo-icon-share {
  width: 12.4px !important;
  height: 10.37px;
  color: #999;
}
.yotpo.yotpo-reviews-section .userreview .yotpo-icon-dot {
  position: relative;
  top: 3px;
}
.yotpo.yotpo-reviews-section .yotpo-main-widget {
  display: none;
}
.yotpo.yotpo-reviews-section .yotpo-main-widget.show {
  display: block;
  max-width: 100%;
  padding-top: 1rem;
}
.yotpo.yotpo-reviews-section .yotpo-regular-box {
  margin: 0;
}
.yotpo.yotpo-reviews-section .yotpo-main-widget .formhide {
  display: none !important;
}
.yotpo.yotpo-reviews-section .thankyoumsg:first-child {
  display: block !important;
}

@media (max-width: 767.98px) {
  .yotpo.yotpo-reviews-section .write-question-review-buttons-container .yotpo-icon-write-no-frame,
  .yotpo.yotpo-reviews-section .write-question-review-buttons-container .write-question-review-button-text {
    font-size: 14px !important;
  }
  .yotpo.yotpo-reviews-section .connect-wrapper {
    padding: 0 !important;
  }
  .yotpo.yotpo-reviews-section .connect-wrapper .form-element {
    float: none !important;
    width: 100% !important;
    padding: 0 !important;
  }
  .yotpo.yotpo-reviews-section .linksandvotes {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.yotpo.yotpo-reviews-section h6 {
  font-size: 30px;
}
.yotpo.yotpo-reviews-section .revviewhed {
  font-size: 28px;
  letter-spacing: 1.5px;
}
.yotpo.yotpo-reviews-section .reviewsummary {
  background-color: #f9f9f9;
}
.yotpo.yotpo-reviews-section .reviewsummary .yotpo-icon {
  font-size: 22px;
  padding-right: 3px;
}
@media (max-width: 767.98px) {
  .yotpo.yotpo-reviews-section .reviewsummary .yotpo-ratingline {
    max-width: 230px;
    margin: 0 auto;
  }
}
.yotpo.yotpo-reviews-section .reviewsummary .yotpo-ratingline .yotpo-icon {
  font-size: 1.125rem;
  padding: 0 4px;
}
.yotpo.yotpo-reviews-section .reviewsummary .yotpo-ratingline .col-black {
  color: #020202;
}
@media (max-width: 767.98px) {
  .yotpo.yotpo-reviews-section .reviewsummary .yotpo-ratingline .col-black {
    font-size: 16px;
  }
}
.yotpo.yotpo-reviews-section .reviewsummary .yotpo-ratingline .summarycount {
  padding-left: 10px;
}
@media (max-width: 767.98px) {
  .yotpo.yotpo-reviews-section .reviewsummary .yotpo-ratingline .summarycount {
    font-size: 16px;
  }
}
.yotpo.yotpo-reviews-section .divider {
  width: 1px;
  height: 6px;
}
.yotpo.yotpo-reviews-section .yotpo-icon-circle-checkmark {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 15px !important;
  height: 15px;
  color: #1cc287;
  border-radius: 50%;
  background-color: #fff !important;
}
.yotpo.yotpo-reviews-section .customfield_data {
  padding-bottom: 4px;
}
.yotpo.yotpo-reviews-section .customfield_data span:first-child {
  font-style: italic !important;
}
.yotpo.yotpo-reviews-section .customfield_data span,
.yotpo.yotpo-reviews-section .field_type span {
  font-size: 12px;
}
@media (max-width: 767.98px) {
  .yotpo.yotpo-reviews-section .customfield_data span,
  .yotpo.yotpo-reviews-section .field_type span {
    width: 140px;
  }
}
.yotpo.yotpo-reviews-section .yotpo-rating-bar-full {
  background-color: #999;
  width: 17px;
  height: 6px;
}
.yotpo.yotpo-reviews-section .scorebar {
  width: 452px;
  position: relative;
  height: 30px;
  display: inline-block;
  background-color: #eaeaea;
  border-radius: 4px;
}
@media (max-width: 1024.98px) {
  .yotpo.yotpo-reviews-section .scorebar {
    width: 300px;
  }
}
@media (max-width: 767.98px) {
  .yotpo.yotpo-reviews-section .scorebar {
    width: 145px;
    height: 18px;
  }
}
.yotpo.yotpo-reviews-section .overlayline {
  height: 30px;
  border-radius: 4px;
  position: absolute;
}
@media (max-width: 767.98px) {
  .yotpo.yotpo-reviews-section .overlayline {
    height: 18px;
  }
}
.yotpo.yotpo-reviews-section .info-section .yotpo-icon {
  font-size: 23px;
  padding-right: 1px;
  color: #000;
}
.yotpo.yotpo-reviews-section .yotpo-icon-profile {
  width: 45px;
  height: 45px;
  font-size: 20px;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  position: relative;
}
.yotpo.yotpo-reviews-section .no_reviews {
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
}
.yotpo.yotpo-reviews-section .no_reviews .noreview_msg {
  font-size: 28px;
  color: #000;
}
@media (max-width: 767.98px) {
  .yotpo.yotpo-reviews-section .no_reviews .noreview_msg {
    font-size: 20px;
  }
}
.yotpo.yotpo-reviews-section .no_reviews .write_review_btn {
  color: #fff !important;
  width: 300px;
  margin: 0 auto;
  cursor: pointer;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .yotpo.yotpo-reviews-section .no_reviews .write_review_btn {
    width: 200px;
    font-size: 14px;
  }
}
.yotpo.yotpo-reviews-section .username span:last-child {
  padding-left: 4px;
}
.yotpo.yotpo-reviews-section .info-section {
  border-bottom: 1px solid #d9d9d9;
}
.yotpo.yotpo-reviews-section span.avg-score::after {
  content: " / 5" !important;
}

.availability-msg {
  margin-bottom: 0;
}

@media (min-width: 576px) {
  .product-number-rating .ratings {
    margin-top: 0.625em;
  }
}
@media (max-width: 575.98px) {
  .product-number-rating .ratings {
    background-color: #fff;
    margin-top: -1.875em; /* 30/16 */
    margin-right: -0.9375em; /* 15/16 */
    padding: 0.1875em; /* 3/16 */
  }
}

.product-number {
  color: #353535;
  border-bottom: 1px solid #d7d3d1;
  border-top: 1px solid #d7d3d1;
  padding-bottom: 0.75rem;
  padding-top: 0.75rem;
  width: 100%;
}

.promotions {
  text-align: left;
  color: #d2232a;
  height: 85%;
}
.promotions .callout {
  padding: 0.75rem 0;
}
.promotions .callout:first-of-type {
  padding: 0 0 0.75rem;
}

.product-breadcrumb .breadcrumb {
  border-bottom: none;
  margin-left: -1rem;
  margin-bottom: 0;
}

.product-options {
  margin-top: 1.25em;
}

.size-chart .size-chart-collapsible {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s;
  transition: max-height 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0, 1, 0, 1);
          transition-timing-function: cubic-bezier(0, 1, 0, 1);
}
.size-chart .size-chart-collapsible.active {
  max-height: 100%;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  overflow: unset;
}

.non-input-label {
  display: block;
  margin-bottom: 0.5rem;
}

.attributes ul {
  margin-bottom: 0;
  border-bottom: 1px solid #d7d3d1;
  padding: 1.25rem 0;
}
.attributes ul li {
  list-style-type: none;
}
.attributes ul .label-2 {
  white-space: nowrap;
}
.attributes .row:last-of-type {
  margin: 0;
}

.recommendations {
  margin: 1.875rem 1.875rem 2.5rem;
}
@media (min-width: 768px) {
  .recommendations {
    margin-bottom: 5rem;
  }
}

.recommendations-selected {
  margin-top: 2em;
}

.prop-65-msg {
  position: relative;
}
.prop-65-msg::before {
  content: "";
  display: none;
  background: "../images/svg-icons/icon-prop-warning.svg" no-repeat;
  background: url("../../../images/../images/svg-icons/icon-prop-warning.svg") no-repeat;
  background-size: 1em 1.2em;
  height: 1em;
  width: 1.2em;
  position: absolute;
  left: -1.5em;
  top: 0.05em;
  z-index: 10;
}
.prop-65-msg:hover {
  cursor: pointer;
}
.prop-65-msg:hover::before {
  content: "";
  display: block;
}
.prop-65-msg strong {
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .prop-65-msg {
    margin-bottom: 1.25rem;
  }
}

@media (min-width: 768px) {
  .prop65-body &gt; * {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

.download-links {
  text-align: center;
  padding-left: 0;
}
.download-links li {
  list-style-type: none;
}

.pdp-charts__tab-content tr:hover {
  background: none;
}

.set-items .product-availability {
  text-align: right;
}

.video {
  margin: 0 0.75rem;
  position: relative;
}
.video::before {
  content: "";
  background: url("../../../images/../images/svg-icons/icon-video.svg");
  background-size: 80px 80px;
  opacity: 0.6;
  display: block;
  height: 80px;
  width: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.video:hover::before {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0.8;
  cursor: pointer;
}

.preorder {
  margin: 10px 0;
}

.preorder-content {
  margin: 10px 0;
}

.preorder-shipdate {
  margin: 0 0 15px;
}
.preorder-shipdate .value {
  padding-left: 3px;
}

@media (max-width: 575.98px) {
  .product-grid {
    padding-top: 0.938em;
  }
  .product-grid .col-6 {
    padding-left: 5px;
    padding-right: 5px;
  }
}

/*# sourceMappingURL=detail.css.map*/</pre></body></html>