/* Variable names from http://chir.ag/projects/name-that-color */
/*
* NAVIGATION LINKS // generic navigation links styling (header, footer, etc)
*/
.font-helvetica-base {
  font-family: "proxima-nova", sans-serif;
}

.font-helvetica-bold {
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
}

.font-helvetica-light {
  font-family: "proxima-nova", sans-serif;
  font-family: 300;
}

.gray-400 {
  color: #656565;
}

.primary-color {
  color: #BEAF91;
}

.accent-1-color {
  color: #D2232A;
}

.success-color {
  color: #056808;
}

.pointer_none {
  pointer-events: none;
}

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

.paginated {
  cursor: pointer;
  font-size: 0.875rem;
}

.product-detail .fill-star,
.product-detail .empty-star,
.product-detail .half-star {
  width: 20px;
  height: 20px;
  margin-right: 3px;
}

h1.product-name {
  font-size: 36px;
  line-height: 42px;
}

@media (max-width: 767.98px) {
  .primary-images {
    margin-top: 0 !important;
  }
}

.social-icons {
  list-style-type: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.social-icons li {
  margin: 0;
}

.chartjs-render-monitor {
  overflow: visible;
}

.tab-pane__chart {
  padding-top: 10px;
}

.description-and-detail h2 {
  margin-bottom: 1.875rem;
  text-align: center;
}

.description-and-detail > div {
  margin-bottom: 5rem;
}

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

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

.attributes ul {
  margin-bottom: 0;
  border-bottom: 1px solid #d7d3d1;
  padding: 1.25rem 0;
}

.label-1,
.label-2,
.label-3 {
  font-family: "proxima-nova", sans-serif;
  font-weight: normal;
}

.description-and-detail ul {
  padding-left: 1.25rem;
}

.table tbody td {
  font-weight: normal;
}

.download-links {
  font-weight: bold;
  text-align: center;
}
.download-links li {
  list-style-type: none;
}

@media (max-width: 575.98px) {
  .container.product-detail {
    margin-top: 10px;
  }
}
.container.product-detail .preorder,
.container.product-detail .preorder .preorder-content {
  margin: 10px 0;
}
.container.product-detail .preorder .preorder-shipdate {
  margin-bottom: 15px;
}
.container.product-detail #prop-65-modal {
  font-weight: 700;
}

.pc-promotion-message {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.3rem;
}

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

.hevi-pdp-slide-cls .product-carousel {
  min-height: 290px;
}
@media (min-width: 576px) {
  .hevi-pdp-slide-cls .product-carousel {
    min-height: 270px;
  }
}
@media (min-width: 768px) {
  .hevi-pdp-slide-cls .product-carousel {
    min-height: 570px;
  }
}
.hevi-pdp-slide-cls .product-carousel > .slick-slide:not(:first-child) {
  display: none;
}

.product-tile-caro {
  min-height: 651px;
}
@media (min-width: 576px) {
  .product-tile-caro {
    min-height: 545px;
  }
}
@media (min-width: 768px) {
  .product-tile-caro {
    min-height: 567px;
  }
}
.product-tile-caro > .slick-slide:not(:first-child) {
  display: none;
}
.product-tile-caro .product-tile .image-container {
  min-height: 245px;
}

.hevi-pdp-videoslide-cls {
  min-height: 266px;
}
@media (min-width: 576px) {
  .hevi-pdp-videoslide-cls {
    min-height: 160px;
  }
}
@media (min-width: 768px) {
  .hevi-pdp-videoslide-cls {
    min-height: 176px;
  }
}
.hevi-pdp-videoslide-cls > .slick-slide:not(:first-child) {
  display: none;
}

/*# sourceMappingURL=detail.css.map*/