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

.font-family-second {
  font-family: "Oswald", sans-serif;
}

.breadcrumb-container .breadcrumb-item a {
  color: #222;
}
.breadcrumb-container .breadcrumb-item:last-child {
  color: #85704d;
}

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

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

.pointer_none {
  pointer-events: none;
}

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

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

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

.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: "Open Sans", 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;
  }
}

.pc-promotion-message {
  padding-top: 10px;
  padding-bottom: 10px;
}

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

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