/* 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;
  }
}

.yotpo .yotpo-messages {
  margin-bottom: 2rem;
}
.yotpo .rating-star {
  color: #337321;
}
.yotpo.stars-selectable {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  cursor: pointer;
  position: relative;
}

.pointer_none {
  pointer-events: none;
}

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

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

.yotpo .noreviewslink {
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  padding-left: 10px !important;
  color: #020202;
}
.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-detail .fill-star,
.product-detail .empty-star,
.product-detail .half-star {
  width: 20px;
  height: 20px;
  margin-right: 3px;
}
.product-detail .yotpo-score {
  padding-left: 10px;
}
.product-detail .yotpo-score span {
  font-size: 14px;
  font-weight: 400;
  color: #020202;
}

.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 .yotpo-thankyou-header span {
  color: #337321 !important;
}
.yotpo.yotpo-reviews-section .write-review-wrapper .write-review .yotpo-header .yotpo-icon,
.yotpo.yotpo-reviews-section .write-review-wrapper .yotpo-pre-loader .yotpo-icon {
  color: #337321 !important;
}
.yotpo.yotpo-reviews-section .yotpo.yotpo-main-widget .yotpo-icon-btn,
.yotpo.yotpo-reviews-section .yotpo .yotpo-rating-bars .yotpo-product-related-field-score-bar.yotpo-rating-bar-full,
.yotpo.yotpo-reviews-section .yotpo input[type=button].yotpo-default-button {
  background-color: #337321 !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 .rating-star,
.yotpo.yotpo-reviews-section .col-blue,
.yotpo.yotpo-reviews-section .font-color-gray-darker {
  color: #337321;
}
.yotpo.yotpo-reviews-section .yotpo-main-widget {
  display: none;
}
.yotpo.yotpo-reviews-section .yotpo-main-widget.show {
  display: block;
}
.yotpo.yotpo-reviews-section .yotpo-main-widget .formhide {
  display: none !important;
}

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