/* responsive breakpoints */
.container {
  padding: 0;
  margin: 0 auto; }
  @media (max-width: 991.98px) {
    .container {
      padding: 0 16px !important; } }

/* responsive breakpoints */
.container {
  padding: 0;
  margin: 0 auto; }
  @media (max-width: 991.98px) {
    .container {
      padding: 0 16px !important; } }

#productWithOptionsModal,
#editProductModal,
#cutFinishCustomization {
  font-family: "open-sans", sans-serif;
  font-size: 14px; }
  #productWithOptionsModal .modal-content .modal-body .name,
  #editProductModal .modal-content .modal-body .name,
  #cutFinishCustomization .modal-content .modal-body .name {
    font: 600 26px/33px sans-serif;
    margin-bottom: 5px; }
  #productWithOptionsModal .modal-content .modal-body .sku,
  #editProductModal .modal-content .modal-body .sku,
  #cutFinishCustomization .modal-content .modal-body .sku {
    font: normal 18px/20px sans-serif;
    margin-bottom: 5px; }
  #productWithOptionsModal .modal-content .modal-body .price-wrapper .prices,
  #editProductModal .modal-content .modal-body .price-wrapper .prices,
  #cutFinishCustomization .modal-content .modal-body .price-wrapper .prices {
    float: left; }
    #productWithOptionsModal .modal-content .modal-body .price-wrapper .prices .price .tiered,
    #editProductModal .modal-content .modal-body .price-wrapper .prices .price .tiered,
    #cutFinishCustomization .modal-content .modal-body .price-wrapper .prices .price .tiered {
      margin-bottom: unset; }
      #productWithOptionsModal .modal-content .modal-body .price-wrapper .prices .price .tiered .tiered-pricing,
      #editProductModal .modal-content .modal-body .price-wrapper .prices .price .tiered .tiered-pricing,
      #cutFinishCustomization .modal-content .modal-body .price-wrapper .prices .price .tiered .tiered-pricing {
        margin-left: unset;
        margin-right: 42px;
        text-align: center; }
  #productWithOptionsModal .modal-content .modal-body .configured-price-container,
  #editProductModal .modal-content .modal-body .configured-price-container,
  #cutFinishCustomization .modal-content .modal-body .configured-price-container {
    clear: both;
    font: italic 16px / 24px "open-sans", sans-serif;
    margin-top: 10px;
    display: none; }
    #productWithOptionsModal .modal-content .modal-body .configured-price-container.visible,
    #editProductModal .modal-content .modal-body .configured-price-container.visible,
    #cutFinishCustomization .modal-content .modal-body .configured-price-container.visible {
      display: block; }
    #productWithOptionsModal .modal-content .modal-body .configured-price-container .configured-price,
    #editProductModal .modal-content .modal-body .configured-price-container .configured-price,
    #cutFinishCustomization .modal-content .modal-body .configured-price-container .configured-price {
      font-style: normal;
      font-weight: 600; }
  #productWithOptionsModal .modal-content .modal-body .product-options,
  #editProductModal .modal-content .modal-body .product-options,
  #cutFinishCustomization .modal-content .modal-body .product-options {
    clear: both; }
    #productWithOptionsModal .modal-content .modal-body .product-options .product-option,
    #editProductModal .modal-content .modal-body .product-options .product-option,
    #cutFinishCustomization .modal-content .modal-body .product-options .product-option {
      border-bottom: 2px solid #ededed;
      padding: 16px 0;
      margin: 0; }
      #productWithOptionsModal .modal-content .modal-body .product-options .product-option .option-label,
      #editProductModal .modal-content .modal-body .product-options .product-option .option-label,
      #cutFinishCustomization .modal-content .modal-body .product-options .product-option .option-label {
        color: #e91c24;
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 5px; }
      #productWithOptionsModal .modal-content .modal-body .product-options .product-option .image,
      #editProductModal .modal-content .modal-body .product-options .product-option .image,
      #cutFinishCustomization .modal-content .modal-body .product-options .product-option .image {
        max-width: 70px;
        padding-right: 0; }
      #productWithOptionsModal .modal-content .modal-body .product-options .product-option label,
      #editProductModal .modal-content .modal-body .product-options .product-option label,
      #cutFinishCustomization .modal-content .modal-body .product-options .product-option label {
        width: 100%; }
        #productWithOptionsModal .modal-content .modal-body .product-options .product-option label [type="radio"]:checked,
        #productWithOptionsModal .modal-content .modal-body .product-options .product-option label [type="radio"]:not(:checked),
        #editProductModal .modal-content .modal-body .product-options .product-option label [type="radio"]:checked,
        #editProductModal .modal-content .modal-body .product-options .product-option label [type="radio"]:not(:checked),
        #cutFinishCustomization .modal-content .modal-body .product-options .product-option label [type="radio"]:checked,
        #cutFinishCustomization .modal-content .modal-body .product-options .product-option label [type="radio"]:not(:checked) {
          position: relative;
          left: unset; }
      #productWithOptionsModal .modal-content .modal-body .product-options .product-option .option-error,
      #editProductModal .modal-content .modal-body .product-options .product-option .option-error,
      #cutFinishCustomization .modal-content .modal-body .product-options .product-option .option-error {
        display: none;
        font-size: 12px;
        margin: 5px 15px;
        padding: 2px 5px;
        color: #6a0000;
        border: 1px solid #6a0000;
        border-radius: 5px;
        background: #f5cccc;
        clear: both; }
      #productWithOptionsModal .modal-content .modal-body .product-options .product-option.required-missing .required-missing-error,
      #editProductModal .modal-content .modal-body .product-options .product-option.required-missing .required-missing-error,
      #cutFinishCustomization .modal-content .modal-body .product-options .product-option.required-missing .required-missing-error {
        display: block; }
  #productWithOptionsModal .modal-content .modal-body .prices-add-to-cart-actions .cart-and-ipay,
  #editProductModal .modal-content .modal-body .prices-add-to-cart-actions .cart-and-ipay,
  #cutFinishCustomization .modal-content .modal-body .prices-add-to-cart-actions .cart-and-ipay {
    text-align: unset; }
    #productWithOptionsModal .modal-content .modal-body .prices-add-to-cart-actions .cart-and-ipay button.add-to-cart,
    #editProductModal .modal-content .modal-body .prices-add-to-cart-actions .cart-and-ipay button.add-to-cart,
    #cutFinishCustomization .modal-content .modal-body .prices-add-to-cart-actions .cart-and-ipay button.add-to-cart {
      width: 318px;
      margin-bottom: 24px; }
  #productWithOptionsModal .modal-content .modal-body .simple-quantity,
  #editProductModal .modal-content .modal-body .simple-quantity,
  #cutFinishCustomization .modal-content .modal-body .simple-quantity {
    margin-top: 1.071em;
    margin-bottom: 24px; }
    #productWithOptionsModal .modal-content .modal-body .simple-quantity .quantity-label,
    #editProductModal .modal-content .modal-body .simple-quantity .quantity-label,
    #cutFinishCustomization .modal-content .modal-body .simple-quantity .quantity-label {
      color: #e91c24;
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 5px;
      font-family: open-sans, sans-serif; }

.rwc-pd-slick-slider .experience-slides {
  visibility: hidden; }
  .rwc-pd-slick-slider .experience-slides.slick-initialized {
    visibility: visible; }

.product-detail .pdp-header-sticky {
  padding: 28px 0 24px;
  border-top: 1px solid #EDEDED;
  border-bottom: 1px solid #EDEDED;
  margin-bottom: 34px; }
  .product-detail .pdp-header-sticky.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    background-color: #FFF; }

.product-detail .short-title {
  font-family: sans-serif;
  font-size: 24px; }

.product-detail .sku-wrapper {
  margin-bottom: 24px; }
  .product-detail .sku-wrapper .product-id, .product-detail .sku-wrapper .product-stock-availability, .product-detail .sku-wrapper .base-product-sku {
    font: normal 18px/20px sans-serif;
    color: #172026; }

.product-detail .prices {
  padding: 0; }

.product-detail .main-attributes {
  margin: 0; }

.product-detail .attribute, .product-detail .attributes {
  margin: 0; }
  .product-detail .attribute .length, .product-detail .attributes .length {
    font: 600 20px/30px "muli", sans-serif;
    margin-bottom: 24px; }
    @media (max-width: 991.98px) {
      .product-detail .attribute .length, .product-detail .attributes .length {
        margin-bottom: 8px; } }
  .product-detail .attribute .length-attribute, .product-detail .attributes .length-attribute {
    min-width: 64px;
    font: 600 16px/20px "muli", sans-serif;
    background-color: #FFF;
    border: 2px solid #91959C;
    margin-right: 11px;
    padding: 10px 16px 6px;
    color: #545D63;
    margin-top: 14px;
    /*border-radius: 6px;*/ }
    @media (max-width: 991.98px) {
      .product-detail .attribute .length-attribute, .product-detail .attributes .length-attribute {
        margin-right: 8px;
        min-width: 60px; } }
    .product-detail .attribute .length-attribute:last-child, .product-detail .attributes .length-attribute:last-child {
      margin-right: 0; }
    .product-detail .attribute .length-attribute.selected, .product-detail .attributes .length-attribute.selected {
      color: #EE2312;
      border-color: #EE2312; }
  .product-detail .attribute.quantity, .product-detail .attribute .simple-quantity, .product-detail .attributes.quantity, .product-detail .attributes .simple-quantity {
    margin-top: 24px;
    margin-bottom: 42px; }
    .product-detail .attribute.quantity .quantity-label, .product-detail .attribute .simple-quantity .quantity-label, .product-detail .attributes.quantity .quantity-label, .product-detail .attributes .simple-quantity .quantity-label {
      font: 600 20px/30px "muli", sans-serif;
      color: #172026;
      margin-bottom: 16px; }
      .product-detail .attribute.quantity .quantity-label.show-min-quantity, .product-detail .attribute .simple-quantity .quantity-label.show-min-quantity, .product-detail .attributes.quantity .quantity-label.show-min-quantity, .product-detail .attributes .simple-quantity .quantity-label.show-min-quantity {
        font: normal 18px/20px sans-serif; }
    .product-detail .attribute.quantity .product-quantity-update, .product-detail .attribute .simple-quantity .product-quantity-update, .product-detail .attributes.quantity .product-quantity-update, .product-detail .attributes .simple-quantity .product-quantity-update {
      height: 32px;
      width: 32px;
      /*border-radius: 50%;*/
      margin-right: 12px;
      border: 2px solid #91959C;
      background-color: #FFF; }
      .product-detail .attribute.quantity .product-quantity-update.disable, .product-detail .attribute .simple-quantity .product-quantity-update.disable, .product-detail .attributes.quantity .product-quantity-update.disable, .product-detail .attributes .simple-quantity .product-quantity-update.disable {
        border-color: #B5B8BA;
        background-color: #EAEBEB;
        pointer-events: none;
        cursor: not-allowed; }
      .product-detail .attribute.quantity .product-quantity-update:hover, .product-detail .attribute .simple-quantity .product-quantity-update:hover, .product-detail .attributes.quantity .product-quantity-update:hover, .product-detail .attributes .simple-quantity .product-quantity-update:hover {
        border-color: #172026; }
        .product-detail .attribute.quantity .product-quantity-update:hover svg #Quantity-mobile, .product-detail .attribute .simple-quantity .product-quantity-update:hover svg #Quantity-mobile, .product-detail .attributes.quantity .product-quantity-update:hover svg #Quantity-mobile, .product-detail .attributes .simple-quantity .product-quantity-update:hover svg #Quantity-mobile {
          stroke: #172026; }
      .product-detail .attribute.quantity .product-quantity-update svg #Quantity-mobile, .product-detail .attribute .simple-quantity .product-quantity-update svg #Quantity-mobile, .product-detail .attributes.quantity .product-quantity-update svg #Quantity-mobile, .product-detail .attributes .simple-quantity .product-quantity-update svg #Quantity-mobile {
        stroke: #91959C; }
    .product-detail .attribute.quantity .quantity-field, .product-detail .attribute .simple-quantity .quantity-field, .product-detail .attributes.quantity .quantity-field, .product-detail .attributes .simple-quantity .quantity-field {
      width: 114px;
      background-color: #FFF;
      text-align: center;
      border: 2px solid #91959C;
      /*border-radius: 8px;*/
      padding: 5px 0 3px;
      font: 600 16px/20px "muli", sans-serif; }
    .product-detail .attribute.quantity .increase-quantity, .product-detail .attribute .simple-quantity .increase-quantity, .product-detail .attributes.quantity .increase-quantity, .product-detail .attributes .simple-quantity .increase-quantity {
      margin-right: 0;
      margin-left: 12px;
      border: 2px solid #91959C;
      color: #91959C; }
  @media (max-width: 991.98px) {
    .product-detail .attribute .quantity-wrapper, .product-detail .attributes .quantity-wrapper {
      text-align: center; } }

.product-detail .attributes .simple-quantity {
  margin-top: 0; }

.product-detail .price {
  text-align: left;
  margin-top: -0.625rem;
  margin-bottom: 0.9375rem; }
  .product-detail .price .default-price,
  .product-detail .price .value {
    font: 600 24px/30px "muli", sans-serif; }

.product-detail .tiered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 42px; }
  .product-detail .tiered .tiered-pricing {
    margin-left: 48px;
    font: 700 17px/30px "muli", sans-serif;
    color: #172026; }
    .product-detail .tiered .tiered-pricing span {
      font: normal 17px/30px "muli", sans-serif; }
    .product-detail .tiered .tiered-pricing .value {
      font: 600 17px/30px "muli", sans-serif; }
      .product-detail .tiered .tiered-pricing .value .sales {
        margin-left: unset !important; }
    .product-detail .tiered .tiered-pricing.high-volume {
      max-width: 102px;
      color: #EE2312;
      cursor: pointer; }
    .product-detail .tiered .tiered-pricing:first-child {
      margin-left: 42px; }
    .product-detail .tiered .tiered-pricing:nth-child(n+3) {
      display: none; }
  .product-detail .tiered button.tiered-pricing-high-volume {
    background: #fff;
    border: none;
    margin-left: 48px;
    padding: unset;
    font: 700 17px/30px "muli", sans-serif;
    text-align: left;
    max-width: 102px;
    color: #EE2312; }
  @media (max-width: 991.98px) {
    .product-detail .tiered {
      margin-bottom: 34px; } }

.product-detail .product-short-title {
  font: 600 26px/33px "FranklinGothic URW Cond";
  margin-bottom: 32px;
  color: #172026; }
  @media (max-width: 991.98px) {
    .product-detail .product-short-title {
      font: 600 18px/30px "FranklinGothic URW Cond";
      margin-bottom: 24px; } }

.product-detail .product-name {
  margin-bottom: 24px;
  max-width: 834px;
  letter-spacing: 0;
  color: #172026; }

.product-detail .pdp-header-items-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .product-detail .pdp-header-items-list .pdp-header-item {
    padding: 0 15px; }
    .product-detail .pdp-header-items-list .pdp-header-item a {
      height: auto;
      width: auto;
      border: 2px solid #999;
      color: #999 !important;
      font: bold 14px/17px "muli", sans-serif;
      padding: 0 30px;
      /*border-radius: 28px;*/
      background-color: #FFF;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      min-width: 160px;
      max-height: 40px;
      min-height: 42px;
      -webkit-transition: background-color 0.3s ease;
      transition: background-color 0.3s ease; }
      .product-detail .pdp-header-items-list .pdp-header-item a:hover, .product-detail .pdp-header-items-list .pdp-header-item a:focus {
        background-color: #EE2312;
        color: #FFF !important;
        border-color: #FFF; }

.product-detail .product-detail-top {
  max-width: 1224px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 64px; }
  .product-detail .product-detail-top .product-detail-left {
    max-width: 672px;
    overflow: hidden; }
    .product-detail .product-detail-top .product-detail-left .pdp-slider {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .product-detail .product-detail-top .product-detail-left .pdp-slider .pdp-slider-thumbs {
        margin-right: 16px; }
        .product-detail .product-detail-top .product-detail-left .pdp-slider .pdp-slider-thumbs .thumb-slider {
          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;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          position: relative; }
          .product-detail .product-detail-top .product-detail-left .pdp-slider .pdp-slider-thumbs .thumb-slider .slick-prev {
            position: absolute;
            bottom: 0;
            z-index: 1;
            top: 100%;
            left: 50%;
            -webkit-transform: translateX(-50%);
                    transform: translateX(-50%);
            height: 24px;
            width: 24px; }
            .product-detail .product-detail-top .product-detail-left .pdp-slider .pdp-slider-thumbs .thumb-slider .slick-prev::before {
              content: "";
              position: absolute;
              top: 50%;
              left: 50%;
              -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
              height: 40px;
              width: 30px;
              background-size: cover;
              background-position: center;
              background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" class="svg-icon" style="width: 1em; height: 1em;vertical-align: middle;fill: currentColor;overflow: hidden;" viewBox="0 0 1024 1024" version="1.1"%3E%3Cpath d="M133.404444 349.108148l365.131852 352.616296c1.232593 1.137778 2.56 2.085926 3.982222 2.939259 7.205926 4.361481 16.592593 3.508148 22.945185-2.56l365.131852-352.616296c7.68-7.395556 7.774815-19.816296 0-27.306667-7.395556-7.205926-19.342222-6.826667-26.737778 0.379259l-351.762963 339.626667c0 0 0 0-0.094815 0L160.047407 322.180741c-7.395556-7.205926-19.342222-7.49037-26.737778-0.379259C125.62963 329.291852 125.724444 341.712593 133.404444 349.108148z"%3E%3C/path%3E%3C/svg%3E'); }
        .product-detail .product-detail-top .product-detail-left .pdp-slider .pdp-slider-thumbs .carousel-item {
          margin-bottom: 14px;
          max-width: 100px;
          min-width: 100px; }
          .product-detail .product-detail-top .product-detail-left .pdp-slider .pdp-slider-thumbs .carousel-item img {
            min-height: 120px;
            max-height: 120px; }
        @media (max-width: 991.98px) {
          .product-detail .product-detail-top .product-detail-left .pdp-slider .pdp-slider-thumbs {
            display: none; } }
        .product-detail .product-detail-top .product-detail-left .pdp-slider .pdp-slider-thumbs .slick-current.slick-active .carousel-item {
          position: relative; }
          .product-detail .product-detail-top .product-detail-left .pdp-slider .pdp-slider-thumbs .slick-current.slick-active .carousel-item::before {
            content: '';
            position: absolute;
            bottom: -4px;
            height: 4px;
            width: 100px;
            background-color: #EE2312;
            left: 0; }
      .product-detail .product-detail-top .product-detail-left .pdp-slider .pdp-slider-main {
        max-width: 556px;
        min-width: 556px; }
        .product-detail .product-detail-top .product-detail-left .pdp-slider .pdp-slider-main .carousel-item img {
          max-width: 100%;
          min-width: 100%;
          max-height: 410px;
          min-height: 410px; }
          @media (min-width: 769px) {
            .product-detail .product-detail-top .product-detail-left .pdp-slider .pdp-slider-main .carousel-item img {
              max-height: 680px;
              min-height: 680px; } }
        @media (max-width: 991.98px) {
          .product-detail .product-detail-top .product-detail-left .pdp-slider .pdp-slider-main {
            max-width: 100%;
            min-width: 100%; } }
    @media (max-width: 991.98px) {
      .product-detail .product-detail-top .product-detail-left {
        width: auto;
        margin-bottom: 16px; } }
  .product-detail .product-detail-top .product-detail-right {
    max-width: 395px;
    margin-left: 108px; }
    .product-detail .product-detail-top .product-detail-right .prices {
      font: normal 17px/30px "muli", sans-serif; }
      .product-detail .product-detail-top .product-detail-right .prices .price .sales {
        font-weight: normal; }
    .product-detail .product-detail-top .product-detail-right .prices-add-to-cart-actions {
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
      padding: 0;
      padding-left: 8px; }
      .product-detail .product-detail-top .product-detail-right .prices-add-to-cart-actions button.add-to-cart {
        width: 318px;
        margin-bottom: 24px; }
        .product-detail .product-detail-top .product-detail-right .prices-add-to-cart-actions button.add-to-cart:disabled {
          background-color: #91959C;
          border-color: #91959C;
          cursor: not-allowed; }
      .product-detail .product-detail-top .product-detail-right .prices-add-to-cart-actions button.btn-Customize {
        font: 1rem/normal "open-sans", sans-serif !important;
        width: 318px;
        margin-bottom: 24px; }
        .product-detail .product-detail-top .product-detail-right .prices-add-to-cart-actions button.btn-Customize .svg-customize {
          margin-right: 4px; }
        .product-detail .product-detail-top .product-detail-right .prices-add-to-cart-actions button.btn-Customize.cut-finish {
          font-size: 14px !important;
          background-color: #ffffff;
          color: #3D84FF;
          border-color: #3D84FF; }
          .product-detail .product-detail-top .product-detail-right .prices-add-to-cart-actions button.btn-Customize.cut-finish:hover {
            color: #336DFF;
            border-color: #336DFF; }
        .product-detail .product-detail-top .product-detail-right .prices-add-to-cart-actions button.btn-Customize.disabled {
          color: #999;
          border-color: #999;
          cursor: not-allowed;
          margin-bottom: 12px; }
          .product-detail .product-detail-top .product-detail-right .prices-add-to-cart-actions button.btn-Customize.disabled:hover {
            color: #999;
            border-color: #999; }
      .product-detail .product-detail-top .product-detail-right .prices-add-to-cart-actions .register-notice {
        color: #6a0000;
        background-color: #f5cccc;
        border: 1px solid transparent;
        border-radius: 0.1875rem;
        font-family: "muli", sans-serif;
        text-align: center;
        padding: 12px 20px;
        width: 318px;
        margin-bottom: 12px; }
        .product-detail .product-detail-top .product-detail-right .prices-add-to-cart-actions .register-notice a {
          color: #6a0000 !important;
          text-decoration: underline; }
      @media (max-width: 991.98px) {
        .product-detail .product-detail-top .product-detail-right .prices-add-to-cart-actions {
          -webkit-box-shadow: none;
                  box-shadow: none;
          position: static;
          width: 100%;
          text-align: center; } }
      @media (max-width: 991.98px) {
        .product-detail .product-detail-top .product-detail-right .prices-add-to-cart-actions .cart-and-ipay {
          padding-bottom: 0; } }
      @media (max-width: 991.98px) {
        .product-detail .product-detail-top .product-detail-right .prices-add-to-cart-actions {
          padding-left: 0; } }
    .product-detail .product-detail-top .product-detail-right .social-icon_wishlist {
      padding-bottom: 24px;
      border-bottom: 1px solid #D1D3D6;
      margin-bottom: 32px; }
      .product-detail .product-detail-top .product-detail-right .social-icon_wishlist .social-icon_wishlist-wrapper {
        max-width: 318px;
        text-align: center;
        padding-left: 8px; }
        .product-detail .product-detail-top .product-detail-right .social-icon_wishlist .social-icon_wishlist-wrapper .add-to-wish-list, .product-detail .product-detail-top .product-detail-right .social-icon_wishlist .social-icon_wishlist-wrapper .socialIconsBtn {
          background: none;
          border: none;
          font: 600 16px/20px "muli", sans-serif;
          margin-right: 32px;
          padding: 0; }
          .product-detail .product-detail-top .product-detail-right .social-icon_wishlist .social-icon_wishlist-wrapper .add-to-wish-list .icon-wrapper, .product-detail .product-detail-top .product-detail-right .social-icon_wishlist .social-icon_wishlist-wrapper .socialIconsBtn .icon-wrapper {
            display: inline-block; }
            .product-detail .product-detail-top .product-detail-right .social-icon_wishlist .social-icon_wishlist-wrapper .add-to-wish-list .icon-wrapper i, .product-detail .product-detail-top .product-detail-right .social-icon_wishlist .social-icon_wishlist-wrapper .socialIconsBtn .icon-wrapper i {
              padding-right: 8px; }
        .product-detail .product-detail-top .product-detail-right .social-icon_wishlist .social-icon_wishlist-wrapper .socialIconsBtn {
          margin-right: 0; }
        @media (max-width: 991.98px) {
          .product-detail .product-detail-top .product-detail-right .social-icon_wishlist .social-icon_wishlist-wrapper {
            padding-left: 0; } }
    .product-detail .product-detail-top .product-detail-right .pdp-text-wrapper strong {
      font: 600 16px/24px "open-sans", sans-serif; }
    .product-detail .product-detail-top .product-detail-right .pdp-text-wrapper .text {
      font: italic 16px/24px "open-sans", sans-serif;
      color: #172026 !important;
      letter-spacing: 0px;
      height: 24px;
      overflow: hidden; }
      .product-detail .product-detail-top .product-detail-right .pdp-text-wrapper .text.show-more-height {
        height: auto; }
    .product-detail .product-detail-top .product-detail-right .pdp-text-wrapper .show-more-btn {
      font: 600 16px/24px "open-sans", sans-serif;
      padding-left: 6px;
      text-decoration: underline;
      cursor: pointer; }
    @media (max-width: 991.98px) {
      .product-detail .product-detail-top .product-detail-right {
        margin-left: 0; } }
  @media (max-width: 991.98px) {
    .product-detail .product-detail-top {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-bottom: 0; } }

.product-detail .pdp-recommendation .key-heading {
  font: 600 48px/45px "FranklinGothic URW Cond";
  margin-bottom: 28px;
  text-align: center; }
  @media (max-width: 991.98px) {
    .product-detail .pdp-recommendation .key-heading {
      font: 600 22px/30px "FranklinGothic URW Cond"; } }

.product-detail .pdp-recommendation .key-features-wrapper__parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 65px; }
  .product-detail .pdp-recommendation .key-features-wrapper__parent .experience-assets-pdpFeature {
    max-width: 403px;
    margin-right: 56px; }
    .product-detail .pdp-recommendation .key-features-wrapper__parent .experience-assets-pdpFeature:last-child {
      margin-right: 0; }
    .product-detail .pdp-recommendation .key-features-wrapper__parent .experience-assets-pdpFeature .feature-image {
      margin-bottom: 24px; }
      .product-detail .pdp-recommendation .key-features-wrapper__parent .experience-assets-pdpFeature .feature-image img {
        /*border-radius: 36px;*/ }
    .product-detail .pdp-recommendation .key-features-wrapper__parent .experience-assets-pdpFeature .feature-tile-heading {
      font: 600 20px/25px sans-serif;
      margin-bottom: 15px; }
      @media (max-width: 991.98px) {
        .product-detail .pdp-recommendation .key-features-wrapper__parent .experience-assets-pdpFeature .feature-tile-heading {
          font: bold 16px/30px sans-serif;
          margin-bottom: 8px; } }
    .product-detail .pdp-recommendation .key-features-wrapper__parent .experience-assets-pdpFeature .feature-details p {
      font: normal 16px/24px sans-serif;
      color: #172026;
      letter-spacing: 0;
      text-align: center; }
      @media (max-width: 991.98px) {
        .product-detail .pdp-recommendation .key-features-wrapper__parent .experience-assets-pdpFeature .feature-details p {
          text-align: left; } }
    @media (max-width: 991.98px) {
      .product-detail .pdp-recommendation .key-features-wrapper__parent .experience-assets-pdpFeature .feature-details {
        margin-bottom: 32px; } }
    @media (max-width: 991.98px) {
      .product-detail .pdp-recommendation .key-features-wrapper__parent .experience-assets-pdpFeature {
        max-width: 100%;
        margin-right: 0; } }
  @media (max-width: 991.98px) {
    .product-detail .pdp-recommendation .key-features-wrapper__parent {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-bottom: 16px; } }

.product-detail .order-today {
  margin-bottom: 65px; }
  .product-detail .order-today .simple-banner-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-height: 432px; }
    .product-detail .order-today .simple-banner-wrapper.image-location-right {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
      @media (max-width: 991.98px) {
        .product-detail .order-today .simple-banner-wrapper.image-location-right {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
    .product-detail .order-today .simple-banner-wrapper .banner-detail-wrapper {
      width: 40%;
      background-color: #1B252C;
      margin: -15px 0;
      position: relative; }
      .product-detail .order-today .simple-banner-wrapper .banner-detail-wrapper .simple-banner-detail {
        padding: 82px 0 10px 66px; }
        .product-detail .order-today .simple-banner-wrapper .banner-detail-wrapper .simple-banner-detail h2 {
          color: #FFF;
          margin-bottom: 16px;
          max-width: 425px; }
          @media (max-width: 991.98px) {
            .product-detail .order-today .simple-banner-wrapper .banner-detail-wrapper .simple-banner-detail h2 {
              font: 600 30px/42px "FranklinGothic URW Cond"; } }
        .product-detail .order-today .simple-banner-wrapper .banner-detail-wrapper .simple-banner-detail strong {
          color: #FFF;
          margin-bottom: 32px; }
          @media (max-width: 991.98px) {
            .product-detail .order-today .simple-banner-wrapper .banner-detail-wrapper .simple-banner-detail strong {
              margin-bottom: 20px; } }
        .product-detail .order-today .simple-banner-wrapper .banner-detail-wrapper .simple-banner-detail .buttons-link button {
          border: none;
          text-decoration: underline;
          background: none;
          padding: 0; }
        .product-detail .order-today .simple-banner-wrapper .banner-detail-wrapper .simple-banner-detail .buttons-link .btn-white {
          margin-right: 50px; }
        .product-detail .order-today .simple-banner-wrapper .banner-detail-wrapper .simple-banner-detail .gen-text {
          margin-bottom: 20px;
          color: #FFF;
          max-width: 338px;
          font: normal 20px/30px "muli", sans-serif; }
          @media (max-width: 991.98px) {
            .product-detail .order-today .simple-banner-wrapper .banner-detail-wrapper .simple-banner-detail .gen-text {
              margin-bottom: 0;
              max-width: 100%;
              margin: 0 32px; } }
        @media (max-width: 991.98px) {
          .product-detail .order-today .simple-banner-wrapper .banner-detail-wrapper .simple-banner-detail {
            max-width: 100%;
            text-align: center;
            padding: 64px 0 24px; } }
      @media (max-width: 991.98px) {
        .product-detail .order-today .simple-banner-wrapper .banner-detail-wrapper {
          width: 100%;
          margin-top: -20px; } }
    .product-detail .order-today .simple-banner-wrapper .image-container {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      @media (max-width: 991.98px) {
        .product-detail .order-today .simple-banner-wrapper .image-container {
          margin: 0 -16px; } }
      .product-detail .order-today .simple-banner-wrapper .image-container img {
        max-height: 400px; }
    @media (max-width: 991.98px) {
      .product-detail .order-today .simple-banner-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        max-height: none; } }
  @media (max-width: 991.98px) {
    .product-detail .order-today {
      margin-bottom: 54px; } }

.product-detail .swiper-overflow-container {
  max-width: 1304px;
  margin: 0 auto 32px; }
  .product-detail .swiper-overflow-container .swiper-heading {
    font: 600 48px/60px "FranklinGothic URW Cond";
    text-align: center;
    margin-bottom: 32px; }
    @media (max-width: 991.98px) {
      .product-detail .swiper-overflow-container .swiper-heading {
        font: 600 24px/45px "FranklinGothic URW Cond"; } }
  .product-detail .swiper-overflow-container .slick-slide {
    padding: 0 27px; }
    @media (max-width: 991.98px) {
      .product-detail .swiper-overflow-container .slick-slide {
        padding: 0 8px; } }
  .product-detail .swiper-overflow-container .pdp-link {
    padding-top: 10px;
    margin-bottom: 8px; }
    .product-detail .swiper-overflow-container .pdp-link .link {
      font: bolder 18px/20px "muli", sans-serif;
      color: #172026 !important; }
  .product-detail .swiper-overflow-container .price {
    font: 600 16px/20px "muli", sans-serif; }
  .product-detail .swiper-overflow-container .slick-prev {
    left: -57px; }
    .product-detail .swiper-overflow-container .slick-prev::before {
      /* Use the data URI of your SVG with the desired fill color */
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='svg-icon' style='width: 1em; height: 1em; vertical-align: middle; overflow: hidden;' viewBox='0 0 1024 1024' version='1.1'%3E%3Cpath d='M674.891852 133.404444 322.275556 498.536296c-1.137778 1.232593-2.085926 2.56-2.939259 3.982222-4.361481 7.205926-3.508148 16.592593 2.56 22.945185l352.616296 365.131852c7.395556 7.68 19.816296 7.774815 27.306667 0 7.205926-7.395556 6.826667-19.342222-0.379259-26.737778l-339.626667-351.762963c0 0 0 0 0-0.094815l340.005926-352.047407c7.205926-7.395556 7.49037-19.342222 0.379259-26.737778C694.708148 125.62963 682.287407 125.724444 674.891852 133.404444z' fill='black' /%3E%3C/svg%3E"); }
  .product-detail .swiper-overflow-container .slick-next {
    right: -57px; }
    .product-detail .swiper-overflow-container .slick-next::before {
      /* Use the data URI of your SVG with the desired fill color */
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='svg-icon' style='width: 1em; height: 1em; vertical-align: middle; overflow: hidden;' viewBox='0 0 1024 1024' version='1.1'%3E%3Cpath d='M261.743306 947.106726 240.124939 921.16796 731.123626 512 240.124939 102.83204 261.743306 76.893274 783.874037 512Z' fill='black' /%3E%3C/svg%3E"); }
  .product-detail .swiper-overflow-container .slick-dots {
    bottom: -64px; }
    .product-detail .swiper-overflow-container .slick-dots li button::before {
      color: #bbb; }
    .product-detail .swiper-overflow-container .slick-dots li.slick-active button::before {
      color: #666; }

.product-detail .pdp-tab {
  padding: 34px 0 64px;
  border-top: 2px solid #D1D3D6;
  border-bottom: none; }
  .product-detail .pdp-tab h1, .product-detail .pdp-tab h2 {
    text-align: center;
    margin-bottom: 40px;
    font-family: "FranklinGothic URW Cond"; }
  .product-detail .pdp-tab h3 {
    font: 600 20px/25px "FranklinGothic URW Cond"; }
  .product-detail .pdp-tab p {
    font: normal 16px/25px sans-serif;
    margin-bottom: 20px; }
  .product-detail .pdp-tab li {
    font: normal 16px/20px sans-serif;
    margin-bottom: 6px;
    color: #172026; }
    .product-detail .pdp-tab li strong {
      font: 600 16px/20px sans-serif;
      margin-right: 5px;
      color: #172026; }
  .product-detail .pdp-tab a {
    color: #EE2312 !important; }
  .product-detail .pdp-tab table {
    font: 600 20px/25px sans-serif;
    border: 1px solid #000; }
    .product-detail .pdp-tab table tr {
      border-top: 1px solid #000;
      padding: 5px; }
      .product-detail .pdp-tab table tr th {
        font: 600 20px/25px sans-serif; }
      .product-detail .pdp-tab table tr td {
        font: 600 20px/25px sans-serif;
        border-bottom: 1px solid #000;
        border-left: 1px solid #000;
        text-align: center;
        padding: 5px; }
        .product-detail .pdp-tab table tr td p, .product-detail .pdp-tab table tr td span, .product-detail .pdp-tab table tr td strong {
          font: 600 20px/25px sans-serif; }
        .product-detail .pdp-tab table tr td:first-child p, .product-detail .pdp-tab table tr td:first-child span, .product-detail .pdp-tab table tr td:first-child strong {
          margin: 20px 0; }
  .product-detail .pdp-tab .rwc-download-pdf-button {
    height: auto;
    width: auto;
    border: 2px solid #EE2312;
    color: #EE2312;
    font: bold 14px/17px "muli", sans-serif;
    padding: 0 24px;
    /*border-radius: 28px;*/
    background-color: #FFF;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: 160px;
    max-height: 40px;
    min-height: 40px;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    width: 318px; }
    .product-detail .pdp-tab .rwc-download-pdf-button:hover {
      background-color: #FFF;
      color: #AF2025;
      border-color: #AF2025; }
    .product-detail .pdp-tab .rwc-download-pdf-button:focus {
      background-color: #FFF;
      color: #EE2312;
      border-color: #EE2312;
      outline: 4px solid #F9B9BCBF; }
  .product-detail .pdp-tab .tab-title-wrapper {
    cursor: pointer; }
    .product-detail .pdp-tab .tab-title-wrapper .tab-title::after {
      font: normal normal normal 28px/1 FontAwesome;
      color: #EE2312;
      content: "\F077";
      position: relative;
      left: 20px;
      bottom: 2px; }
  .product-detail .pdp-tab .tab-details {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    position: relative; }
    .product-detail .pdp-tab .tab-details > .rwc-download-pdf-button {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      margin-top: 2.5rem; }
    .product-detail .pdp-tab .tab-details h3 a img {
      margin-top: 10px;
      width: 318px;
      height: 50px; }
  .product-detail .pdp-tab .col-1 {
    max-width: unset;
    padding: unset; }
  .product-detail .pdp-tab.collapsed {
    margin-bottom: unset;
    padding-bottom: unset; }
    .product-detail .pdp-tab.collapsed .tab-title-wrapper {
      cursor: pointer; }
      .product-detail .pdp-tab.collapsed .tab-title-wrapper .tab-title::after {
        content: "\F078"; }
    .product-detail .pdp-tab.collapsed .tab-details {
      display: none; }
  .product-detail .pdp-tab .update-unit-preference {
    width: 100%;
    max-width: 1240px;
    margin: auto;
    margin-bottom: 10px;
    font-family: open-sans, sans-serif;
    text-align: left; }
    .product-detail .pdp-tab .update-unit-preference label {
      font-size: 12px;
      font-weight: 600; }
    .product-detail .pdp-tab .update-unit-preference select {
      border: 1px solid #91959C;
      /*border-radius: 5px;*/ }
  .product-detail .pdp-tab .tab-notes {
    width: 100%;
    max-width: 1240px;
    margin: auto;
    padding-top: 20px;
    text-align: left;
    font: normal 16px/20px sans-serif; }
    .product-detail .pdp-tab .tab-notes ul {
      margin-top: 5px;
      margin-left: 20px; }

.product-detail .additional-info {
  padding: 32px 0;
  margin-bottom: 65px;
  border-bottom: none; }
  .product-detail .additional-info h1 {
    text-align: center;
    margin-bottom: 40px;
    font-family: sans-serif; }
  .product-detail .additional-info table {
    font: 500 14px/17px "muli", sans-serif;
    width: 100%;
    max-width: 1240px;
    margin: auto;
    border: 1px solid #E5E5E7; }
    .product-detail .additional-info table tr {
      padding: 14px 0 16px;
      border-top: 2px solid #fff; }
      .product-detail .additional-info table tr:first-child {
        padding: 16px 0 8px; }
      .product-detail .additional-info table tr.additional-information-row:has(td) {
        display: none; }
      .product-detail .additional-info table tr.additional-information-row:has(.has-value) {
        display: table-row; }
      .product-detail .additional-info table tr th {
        font: 600 14px/21px sans-serif;
        background-color: #ccc;
        width: 250px;
        padding: 5.5px 5px 10px; }
      .product-detail .additional-info table tr td {
        background-color: #ededed;
        border-bottom: 1px solid #E5E5E7;
        border-left: 1px solid #E5E5E7;
        padding: 5.5px 5px 10px;
        font: normal 14px/21px sans-serif;
        width: auto;
        text-align: left; }
        @media (max-width: 991.98px) {
          .product-detail .additional-info table tr td {
            padding: 14px 7px;
            vertical-align: middle; } }
        .product-detail .additional-info table tr td:first-child {
          width: 250px;
          background-color: #E5E5E7;
          border: none;
          padding: 16px 8px; }
    .product-detail .additional-info table.product-layup {
      width: 400px !important;
      margin-bottom: 20px; }
      .product-detail .additional-info table.product-layup tr .reference-column {
        border-left: 0;
        text-align: center;
        width: 400px; }
  .product-detail .additional-info .layup-info {
    text-align: left;
    margin: auto; }

@media (max-width: 991.98px) {
  .product-detail {
    padding: 0 16px; } }

.product-detail .pdp-availability-wrapper {
  font: 600 20px / 25px "muli", sans-serif;
  color: #172026;
  margin-bottom: 16px;
  margin: 0 42px 16px 42px; }
  @media (max-width: 991.98px) {
    .product-detail .pdp-availability-wrapper {
      margin: 0 0 16px 0; } }
  .product-detail .pdp-availability-wrapper .pdp-availability-group-note {
    color: #336DFF; }
  .product-detail .pdp-availability-wrapper .pdp-availability-note {
    margin-top: 10px; }

.product-detail .pdp-description-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 72px; }
  .product-detail .pdp-description-wrapper .description-left {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin: 0 42px; }
    .product-detail .pdp-description-wrapper .description-left #collapsible-description-1 {
      margin-bottom: 24px; }
      .product-detail .pdp-description-wrapper .description-left #collapsible-description-1 p, .product-detail .pdp-description-wrapper .description-left #collapsible-description-1 strong, .product-detail .pdp-description-wrapper .description-left #collapsible-description-1 li {
        font: 600 24px/30px sans-serif;
        text-transform: uppercase;
        color: #172026; }
        @media (max-width: 991.98px) {
          .product-detail .pdp-description-wrapper .description-left #collapsible-description-1 p, .product-detail .pdp-description-wrapper .description-left #collapsible-description-1 strong, .product-detail .pdp-description-wrapper .description-left #collapsible-description-1 li {
            font: 600 18px/30px sans-serif; } }
      @media (max-width: 991.98px) {
        .product-detail .pdp-description-wrapper .description-left #collapsible-description-1 {
          margin-bottom: 16px; } }
    .product-detail .pdp-description-wrapper .description-left .description {
      position: relative;
      padding-bottom: 24px; }
      .product-detail .pdp-description-wrapper .description-left .description h3 {
        font: 600 20px/25px "muli", sans-serif;
        margin-bottom: 16px;
        color: #172026; }
      .product-detail .pdp-description-wrapper .description-left .description p {
        font: 500 14px/17px "muli", sans-serif;
        margin-bottom: 24px;
        font: normal 16px/24px "muli", sans-serif;
        color: #172026; }
        .product-detail .pdp-description-wrapper .description-left .description p:last-child {
          margin-bottom: 0; }
      .product-detail .pdp-description-wrapper .description-left .description li {
        font: normal 16px/24px "muli", sans-serif;
        margin-bottom: 0; }
      .product-detail .pdp-description-wrapper .description-left .description a {
        color: #EE2312 !important; }
      .product-detail .pdp-description-wrapper .description-left .description::before {
        content: '';
        position: absolute;
        bottom: -8px;
        height: 8px;
        width: 100px;
        background-color: #EE2312;
        left: 0; }
        @media (max-width: 991.98px) {
          .product-detail .pdp-description-wrapper .description-left .description::before {
            display: none; } }
    @media (max-width: 991.98px) {
      .product-detail .pdp-description-wrapper .description-left {
        width: 100%;
        margin: 0; } }
  .product-detail .pdp-description-wrapper .description-right {
    max-width: 450px;
    width: 450px;
    min-width: 450px; }
    .product-detail .pdp-description-wrapper .description-right .details-icon-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .product-detail .pdp-description-wrapper .description-right .details-icon-list span {
        display: block;
        width: 50%;
        margin-bottom: 18px;
        font: normal 16px/20px sans-serif;
        color: #172026;
        position: relative;
        padding-left: 36px; }
        .product-detail .pdp-description-wrapper .description-right .details-icon-list span::before {
          content: '';
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='svg-icon' style='width: 1em; height: 1em; vertical-align: middle; fill: currentColor; overflow: hidden;' viewBox='0 0 1024 1024' version='1.1'%3E%3Cpath d='M908.48 155.2l-4.48-32-32 5.76a1024 1024 0 0 1-256 17.28 662.72 662.72 0 0 0-131.52 3.2 434.24 434.24 0 0 0-288 201.28c-45.44 79.04-83.2 213.44-6.08 406.72A619.84 619.84 0 0 0 173.44 896h64a568.96 568.96 0 0 1 10.56-112c32 2.88 65.92 4.8 96 4.8 180.48 0 320-49.92 418.56-149.76 183.04-185.92 147.52-472 145.92-483.84z m-192 438.72c-98.56 100.48-251.2 142.4-452.8 128A442.24 442.24 0 0 1 512 459.84l4.16-1.92-27.2-57.92-3.84 1.92A507.52 507.52 0 0 0 224 654.08a354.56 354.56 0 0 1 27.2-272.64 366.72 366.72 0 0 1 240.96-169.6 585.28 585.28 0 0 1 119.68-2.88 1040 1040 0 0 0 236.48-12.48c2.24 76.8-4.16 268.8-130.88 397.44z' fill='currentColor' /%3E%3C/svg%3E");
          height: 24px;
          width: 24px;
          position: absolute;
          left: 0; }
        @media (max-width: 991.98px) {
          .product-detail .pdp-description-wrapper .description-right .details-icon-list span {
            position: relative;
            width: 50%;
            max-width: 50%;
            padding-left: 34px;
            font: normal 14px/24px sans-serif; } }
    @media (max-width: 991.98px) {
      .product-detail .pdp-description-wrapper .description-right {
        width: 100%;
        min-width: auto;
        max-width: auto;
        padding-bottom: 6px;
        position: relative; }
        .product-detail .pdp-description-wrapper .description-right::before {
          content: '';
          position: absolute;
          bottom: -8px;
          height: 8px;
          width: 100px;
          background-color: #EE2312;
          left: 0;
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%); } }
  .product-detail .pdp-description-wrapper .col-1 {
    max-width: unset;
    padding: unset; }
  @media (max-width: 991.98px) {
    .product-detail .pdp-description-wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-bottom: 40px; } }

@media (max-width: 420px) {
  .product-detail .tiered .tiered-pricing:first-child {
    margin-left: unset; } }

.navbar-header-mob {
  border-bottom: 1px solid #E5E5E7;
  padding-bottom: 2px !important; }

.customization-modal {
  font-family: "open-sans", sans-serif;
  font-size: 14px; }
  .customization-modal .modal-content {
    /*border-radius: 12px;*/ }
    .customization-modal .modal-content .modal-header {
      font-size: 32px;
      font-weight: 600;
      text-align: center;
      padding-bottom: 0px;
      border-bottom: none; }
      .customization-modal .modal-content .modal-header .title {
        width: 100%;
        padding-left: 45px; }
        .customization-modal .modal-content .modal-header .title:after {
          content: '';
          display: block;
          width: 46px;
          height: 5px;
          background-color: #e91c24;
          margin: 4px auto; }
      .customization-modal .modal-content .modal-header button {
        width: 45px;
        padding: 10px 0; }
    .customization-modal .modal-content .modal-body {
      padding-bottom: 0px;
      width: 100%;
      max-width: 700px;
      margin: auto; }
      .customization-modal .modal-content .modal-body input {
        padding: 0 5px;
        border: 1px solid #91959C;
        /*border-radius: 5px;*/ }
    .customization-modal .modal-content .modal-footer {
      border-top: unset;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      width: 100%;
      max-width: 700px;
      margin: 0 auto;
      padding: 0 0 24px; }
      .customization-modal .modal-content .modal-footer .customization-error {
        display: none;
        font-size: 12px;
        margin-top: 5px;
        padding: 2px 5px;
        color: #6a0000;
        border: 1px solid #6a0000;
        border-radius: 5px;
        background: #f5cccc; }

/*
// PDP add buttons
.container {
    .customize {
        display: none;
    }
    &.product-has-options {
        .add {
            display: none;
        }
        .customize {
            &.product-has-options {
                display: block;
            }
        }
    }
    &.quote-only-product {
        .add {
            display: none;
        }
        .customize {
            &.quote-only-product {
                display: block;
            }
        }
    }
   &.build-your-own-tube  {
        .add {
            display: none;
        }
        .customize {
            &.build-your-own-tube {
                display: block;
            }
        }
    }
}
*/
#socialShareModal .quick-view-dialog {
  max-width: 500px;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
  #socialShareModal .quick-view-dialog .share-icons {
    margin-right: 20px;
    font-size: 24px; }
  #socialShareModal .quick-view-dialog .modal-body {
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

button.btn-quote-request {
  border: none;
  background: #fff;
  color: #AF2025;
  text-decoration: underline;
  font: 600 20px/45px "open-sans", sans-serif;
  overflow: hidden;
  text-align: center;
  margin-bottom: 44px; }
  button.btn-quote-request.tiered-pricing-high-volume {
    text-decoration: none; }

.additional-service {
  overflow: hidden;
  text-align: center;
  margin-bottom: 44px; }
  .additional-service .btn-additional-service {
    color: #AF2025;
    text-decoration: underline;
    font: 600 20px/45px "open-sans", sans-serif;
    cursor: pointer; }

.service-container .chat-button {
  background: none;
  border: none;
  font: 600 16px/20px "muli", sans-serif;
  margin: 0;
  padding: 0; }
  .service-container .chat-button .icon-wrapper {
    display: inline-block; }
    .service-container .chat-button .icon-wrapper i {
      padding-left: 8px; }

.service-container .service-phone {
  color: black; }

.service-container .service-email, .service-container .quote-button {
  color: #EE2312; }

#additionalServiceModal .quick-view-dialog {
  max-width: 500px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
  #additionalServiceModal .quick-view-dialog .modal-header {
    background-color: #FFF;
    border: none;
    padding: 10px 20px 0 0; }
    #additionalServiceModal .quick-view-dialog .modal-header .close {
      color: #172026; }
  #additionalServiceModal .quick-view-dialog .modal-body {
    text-align: center;
    padding-top: 0;
    padding-bottom: 32px; }
    #additionalServiceModal .quick-view-dialog .modal-body .heading {
      font: 600 20px/45px 'Open Sans', sans-serif;
      margin-bottom: 24px; }
      @media (max-width: 991.98px) {
        #additionalServiceModal .quick-view-dialog .modal-body .heading {
          font-size: 16px;
          line-height: 34px; } }
    #additionalServiceModal .quick-view-dialog .modal-body .modal-bottom {
      text-align: left;
      padding-left: 50px; }
      #additionalServiceModal .quick-view-dialog .modal-body .modal-bottom .quote-button {
        margin-bottom: 24px; }
      #additionalServiceModal .quick-view-dialog .modal-body .modal-bottom .chat-button {
        display: block;
        margin-bottom: 24px; }
        #additionalServiceModal .quick-view-dialog .modal-body .modal-bottom .chat-button .icon-wrapper {
          font-size: 14px; }
          #additionalServiceModal .quick-view-dialog .modal-body .modal-bottom .chat-button .icon-wrapper .fa-comment {
            color: #EE2312; }
      #additionalServiceModal .quick-view-dialog .modal-body .modal-bottom .service-info p, #additionalServiceModal .quick-view-dialog .modal-body .modal-bottom .service-info a {
        font: normal 14px/28px 'Open Sans', sans-serif;
        color: #172026; }
        #additionalServiceModal .quick-view-dialog .modal-body .modal-bottom .service-info p:hover, #additionalServiceModal .quick-view-dialog .modal-body .modal-bottom .service-info a:hover {
          color: #EE2312; }

@media (min-width: 769px) {
  header .header-sticky.sticky {
    position: static; } }

#tab-product_tolerances .tab-details {
  position: relative; }
  #tab-product_tolerances .tab-details h3 {
    margin-bottom: 1.25rem;
    font-weight: 500; }
  #tab-product_tolerances .tab-details .rwc-download-pdf-button {
    cursor: pointer; }
    #tab-product_tolerances .tab-details .rwc-download-pdf-button:hover a {
      color: #AF2025 !important; }
  #tab-product_tolerances .tab-details a {
    color: #EE2312 !important; }

#tab-product_features li {
  text-align: left; }

#tab-product_features a {
  color: #EE2312 !important; }

#tab-product_features .col2-set div {
  width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
  text-align: left;
  padding: 0; }

.input-product-option-value {
  height: 32px !important; }

.product-detail.grouped-product .product-detail-top .product-detail-left {
  max-width: 350px; }
  .product-detail.grouped-product .product-detail-top .product-detail-left .pdp-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
    .product-detail.grouped-product .product-detail-top .product-detail-left .pdp-slider .pdp-slider-main {
      float: left;
      min-width: 350px;
      max-width: 350px; }
    .product-detail.grouped-product .product-detail-top .product-detail-left .pdp-slider .pdp-slider-thumbs {
      float: right;
      max-width: 350px;
      margin-right: 0px; }
      .product-detail.grouped-product .product-detail-top .product-detail-left .pdp-slider .pdp-slider-thumbs .thumb-slider {
        display: block; }
        .product-detail.grouped-product .product-detail-top .product-detail-left .pdp-slider .pdp-slider-thumbs .thumb-slider .slick-track {
          left: 1px; }
        .product-detail.grouped-product .product-detail-top .product-detail-left .pdp-slider .pdp-slider-thumbs .thumb-slider .slick-prev,
        .product-detail.grouped-product .product-detail-top .product-detail-left .pdp-slider .pdp-slider-thumbs .thumb-slider .slick-next {
          position: static;
          -webkit-transform: unset;
                  transform: unset;
          bottom: 0;
          z-index: 1;
          height: 24px;
          width: 24px;
          color: red; }
        .product-detail.grouped-product .product-detail-top .product-detail-left .pdp-slider .pdp-slider-thumbs .thumb-slider .slick-prev::before {
          position: absolute;
          top: 140px;
          left: unset;
          color: #91959C;
          font-family: FontAwesome;
          font-size: 20px;
          content: "\F104";
          background: none; }
        .product-detail.grouped-product .product-detail-top .product-detail-left .pdp-slider .pdp-slider-thumbs .thumb-slider .slick-next::before {
          position: absolute;
          top: 120px;
          right: 8px;
          color: #91959C;
          font-family: FontAwesome;
          font-size: 20px;
          content: "\F105";
          background: none;
          left: unset; }
      .product-detail.grouped-product .product-detail-top .product-detail-left .pdp-slider .pdp-slider-thumbs .slick-slide.slick-active .carousel-item:before {
        width: 83px; }
      .product-detail.grouped-product .product-detail-top .product-detail-left .pdp-slider .pdp-slider-thumbs .slick-slide .carousel-item img {
        width: 83px;
        height: 83px;
        min-height: unset;
        max-height: unset; }

.product-detail.grouped-product .product-detail-top .product-detail-right {
  max-width: 695px; }
  .product-detail.grouped-product .product-detail-top .product-detail-right .series-product-filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-family: sans-serif;
    padding-bottom: 20px;
    border-bottom: 1px solid #D1D3D6; }
    .product-detail.grouped-product .product-detail-top .product-detail-right .series-product-filters .label-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 100%; }
      .product-detail.grouped-product .product-detail-top .product-detail-right .series-product-filters .label-wrapper .label {
        color: #666666;
        font-family: sans-serif;
        font-size: 24px;
        line-height: 28px; }
      .product-detail.grouped-product .product-detail-top .product-detail-right .series-product-filters .label-wrapper button.reset {
        background: none;
        border: 0;
        color: #EE2312;
        font-family: sans-serif;
        font-size: 16px;
        font-weight: normal;
        line-height: 35px;
        padding: unset;
        min-width: unset;
        min-height: unset; }
    .product-detail.grouped-product .product-detail-top .product-detail-right .series-product-filters .series-product-filter {
      clear: both;
      width: 48%;
      font-family: sans-serif; }
      .product-detail.grouped-product .product-detail-top .product-detail-right .series-product-filters .series-product-filter label {
        width: 100%;
        font-size: 14px;
        color: #20211b; }
      .product-detail.grouped-product .product-detail-top .product-detail-right .series-product-filters .series-product-filter select {
        height: 38px;
        max-width: 568px;
        padding: 10px 5px;
        border: 1px solid #999999;
        border-radius: 4px;
        font-size: 14px;
        line-height: 20px;
        vertical-align: baseline;
        width: 100%; }
        .product-detail.grouped-product .product-detail-top .product-detail-right .series-product-filters .series-product-filter select option:not(.default) {
          display: none; }
        .product-detail.grouped-product .product-detail-top .product-detail-right .series-product-filters .series-product-filter select option.selectable {
          display: block; }
    .product-detail.grouped-product .product-detail-top .product-detail-right .series-product-filters .visible-count {
      margin-top: 10px;
      width: 100%;
      font-size: 14px; }
  .product-detail.grouped-product .product-detail-top .product-detail-right .series-product-list {
    position: relative;
    height: 640px; }
    .product-detail.grouped-product .product-detail-top .product-detail-right .series-product-list .series-products {
      height: 640px;
      overflow: scroll;
      padding-right: 15px; }
      .product-detail.grouped-product .product-detail-top .product-detail-right .series-product-list .series-products .series-product {
        clear: both;
        margin-top: 10px;
        padding-bottom: 20px;
        border-bottom: 1px solid #D1D3D6; }
        .product-detail.grouped-product .product-detail-top .product-detail-right .series-product-list .series-products .series-product.last {
          padding-bottom: 200px; }
        .product-detail.grouped-product .product-detail-top .product-detail-right .series-product-list .series-products .series-product a.pdp-link {
          color: #212529 !important; }
        .product-detail.grouped-product .product-detail-top .product-detail-right .series-product-list .series-products .series-product .tiered {
          margin-bottom: unset; }
        .product-detail.grouped-product .product-detail-top .product-detail-right .series-product-list .series-products .series-product .attributes {
          margin-bottom: 50px; }
          .product-detail.grouped-product .product-detail-top .product-detail-right .series-product-list .series-products .series-product .attributes .attribute.quantity {
            width: 50%;
            margin: unset;
            padding: unset;
            float: left; }
            .product-detail.grouped-product .product-detail-top .product-detail-right .series-product-list .series-products .series-product .attributes .attribute.quantity .simple-quantity {
              margin: unset; }
              .product-detail.grouped-product .product-detail-top .product-detail-right .series-product-list .series-products .series-product .attributes .attribute.quantity .simple-quantity .quantity-label {
                display: inline-block;
                float: left;
                margin-right: 20px; }
              .product-detail.grouped-product .product-detail-top .product-detail-right .series-product-list .series-products .series-product .attributes .attribute.quantity .simple-quantity .quantity-wrapper {
                display: inline-block;
                float: left; }
    .product-detail.grouped-product .product-detail-top .product-detail-right .series-product-list .gradient {
      position: absolute;
      bottom: 0px;
      left: 0px;
      width: 100%;
      height: 150px;
      /* FF3.6+ */
      /* Chrome,Safari4+ */
      /* Chrome10+,Safari5.1+ */
      /* Opera 11.10+ */
      /* IE10+ */
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
      /* W3C */ }
    .product-detail.grouped-product .product-detail-top .product-detail-right .series-product-list .prices-add-to-cart-actions {
      width: unset !important; }
    .product-detail.grouped-product .product-detail-top .product-detail-right .series-product-list .prices-add-to-cart-actions .cart-and-ipay {
      display: inline-block;
      float: right; }
    .product-detail.grouped-product .product-detail-top .product-detail-right .series-product-list .prices-add-to-cart-actions button.add-to-cart {
      margin-bottom: unset;
      padding-right: unset; }
  .product-detail.grouped-product .product-detail-top .product-detail-right .social-icon_wishlist {
    clear: both;
    border-top: 1px solid #D1D3D6;
    margin-top: 24px;
    padding-top: 24px; }

@media (min-width: 769px) {
  .product-detail.grouped-product .product-detail-top .product-detail-left .pdp-slider .pdp-slider-main .carousel-item img {
    max-height: unset;
    min-height: unset; } }
