[href]:focus {
  outline: none !important; }

[href] {
  text-decoration: none !important; }

.divRow {
  width: 100%; }

.d-flex {
  display: flex;
  justify-content: center;
  align-items: center; }

.d-flex-between {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.d-flex-jfc {
  display: flex;
  justify-content: flex-start;
  align-items: center; }

.grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.xl-1, .xl-2, .xl-3, .xl-4, .xl-5, .xl-6, .xl-7, .xl-8, .xl-9, .xl-10, .xl-11, .xl-12,
.lg-1, .lg-2, .lg-3, .lg-4, .lg-5, .lg-6, .lg-7, .lg-8, .lg-9, .lg-10, .lg-11, .lg-12,
.md-1, .md-2, .md-3, .md-4, .md-5, .md-6, .md-7, .md-8, .md-9, .md-10, .md-11, .md-12,
.sm-1, .sm-2, .sm-3, .sm-4, .sm-5, .sm-6, .sm-7, .sm-8, .sm-9, .sm-10, .sm-11, .sm-12,
.xs-1, .xs-2, .xs-3, .xs-4, .xs-5, .xs-6, .xs-7, .xs-8, .xs-9, .xs-10, .xs-11, .xs-12 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

@media (min-width: 576px) {
  .sm-1 {
    width: calc(100% / 12); }
  .sm-2 {
    width: calc(100% / 12 * 2); }
  .sm-3 {
    width: calc(100% / 12 * 3); }
  .sm-4 {
    width: calc(100% / 12 * 4); }
  .sm-5 {
    width: calc(100% / 12 * 5); }
  .sm-6 {
    width: calc(100% / 12 * 6); }
  .sm-7 {
    width: calc(100% / 12 * 7); }
  .sm-8 {
    width: calc(100% / 12 * 8); }
  .sm-9 {
    width: calc(100% / 12 * 9); }
  .sm-10 {
    width: calc(100% / 12 * 10); }
  .sm-11 {
    width: calc(100% / 12 * 11); }
  .sm-12 {
    width: calc(100% / 12 * 12); } }

@media (min-width: 768px) {
  .md-1 {
    width: calc(100% / 12); }
  .md-2 {
    width: calc(100% / 12 * 2); }
  .md-3 {
    width: calc(100% / 12 * 3); }
  .md-4 {
    width: calc(100% / 12 * 4); }
  .md-5 {
    width: calc(100% / 12 * 5); }
  .md-6 {
    width: calc(100% / 12 * 6); }
  .md-7 {
    width: calc(100% / 12 * 7); }
  .md-8 {
    width: calc(100% / 12 * 8); }
  .md-9 {
    width: calc(100% / 12 * 9); }
  .md-10 {
    width: calc(100% / 12 * 10); }
  .md-11 {
    width: calc(100% / 12 * 11); }
  .md-12 {
    width: calc(100% / 12 * 12); } }

@media (min-width: 992px) {
  .lg-1 {
    width: calc(100% / 12); }
  .lg-2 {
    width: calc(100% / 12 * 2); }
  .lg-3 {
    width: calc(100% / 12 * 3); }
  .lg-4 {
    width: calc(100% / 12 * 4); }
  .lg-5 {
    width: calc(100% / 12 * 5); }
  .lg-6 {
    width: calc(100% / 12 * 6); }
  .lg-7 {
    width: calc(100% / 12 * 7); }
  .lg-8 {
    width: calc(100% / 12 * 8); }
  .lg-9 {
    width: calc(100% / 12 * 9); }
  .lg-10 {
    width: calc(100% / 12 * 10); }
  .lg-11 {
    width: calc(100% / 12 * 11); }
  .lg-12 {
    width: calc(100% / 12 * 12); } }

@media (min-width: 1200px) {
  .xl-1 {
    width: calc(100% / 12); }
  .xl-2 {
    width: calc(100% / 12 * 2); }
  .xl-3 {
    width: calc(100% / 12 * 3); }
  .xl-4 {
    width: calc(100% / 12 * 4); }
  .xl-5 {
    width: calc(100% / 12 * 5); }
  .xl-6 {
    width: calc(100% / 12 * 6); }
  .xl-7 {
    width: calc(100% / 12 * 7); }
  .xl-8 {
    width: calc(100% / 12 * 8); }
  .xl-9 {
    width: calc(100% / 12 * 9); }
  .xl-10 {
    width: calc(100% / 12 * 10); }
  .xl-11 {
    width: calc(100% / 12 * 11); }
  .xl-12 {
    width: calc(100% / 12 * 12); } }

@media (max-width: 551px) {
  .xs-1 {
    width: calc(100% / 12); }
  .xs-2 {
    width: calc(100% / 12 * 2); }
  .xs-3 {
    width: calc(100% / 12 * 3); }
  .xs-4 {
    width: calc(100% / 12 * 4); }
  .xs-5 {
    width: calc(100% / 12 * 5); }
  .xs-6 {
    width: calc(100% / 12 * 6); }
  .xs-7 {
    width: calc(100% / 12 * 7); }
  .xs-8 {
    width: calc(100% / 12 * 8); }
  .xs-9 {
    width: calc(100% / 12 * 9); }
  .xs-10 {
    width: calc(100% / 12 * 10); }
  .xs-11 {
    width: calc(100% / 12 * 11); }
  .xs-12 {
    width: calc(100% / 12 * 12); } }

.modal .modal-close {
  background: transparent;
  top: 10px !important; }

.rfq-pdp-button-container {
  display: none !important; }

#main-content {
  margin-top: 0; }
  #main-content .alertBox {
    margin-top: 20px; }

.productGridRelated .card-quantity {
  margin-right: 5px; }
  .productGridRelated .card-quantity .form-field {
    margin: 0; }
    .productGridRelated .card-quantity .form-field .form-increment {
      border: 1px solid rgba(23, 24, 59, 0.3);
      border-radius: 2px;
      height: 44px;
      display: flex;
      justify-content: space-between; }
      .productGridRelated .card-quantity .form-field .form-increment .button {
        border: none !important; }
        .productGridRelated .card-quantity .form-field .form-increment .button svg {
          fill: #17183b; }
      .productGridRelated .card-quantity .form-field .form-increment .form-input {
        background: none;
        border: none !important;
        width: 40px;
        color: #1d1d1d;
        font-size: 12px;
        font-weight: 400;
        margin: 0 !important; }
      .productGridRelated .card-quantity .form-field .form-increment:hover .form-input {
        color: #005AAF; }

#productView {
  padding-top: 40px; }
  #productView .breadcrumbs {
    margin: 0 0 30px 0;
    padding: 0;
    text-align: left; }
    #productView .breadcrumbs .breadcrumb .breadcrumb-label {
      font-family: Lato;
      font-size: 14px;
      font-weight: 400;
      line-height: 22px;
      text-align: left;
      color: rgba(0, 0, 0, 0.45); }
      #productView .breadcrumbs .breadcrumb .breadcrumb-label:hover {
        color: #005AAF; }
    #productView .breadcrumbs .breadcrumb.is-active .breadcrumb-label {
      color: rgba(0, 0, 0, 0.88); }
      #productView .breadcrumbs .breadcrumb.is-active .breadcrumb-label:hover {
        color: #005AAF; }
  @media (max-width: 991px) {
    #productView {
      padding-top: 20px; }
      #productView .breadcrumbs {
        margin-bottom: 20px; } }

#productView .productView {
  padding-top: 20px; }

#productView .productView-images {
  width: 58%;
  position: relative;
  padding-right: 50px; }
  #productView .productView-images .productView-image {
    border: 1px solid #ccc;
    border-radius: 8px;
    overflow: hidden;
    pointer-events: all !important; }
    #productView .productView-images .productView-image * {
      pointer-events: all !important; }
  #productView .productView-images .zoom_icon_sec {
    position: absolute;
    right: 55px;
    top: 5px;
    z-index: 1; }
    #productView .productView-images .zoom_icon_sec svg {
      fill: #000000;
      transform: rotate(90deg); }
    #productView .productView-images .zoom_icon_sec:hover svg {
      opacity: 1;
      fill: #005AAF; }
  @media (max-width: 991px) {
    #productView .productView-images {
      width: 100%;
      padding-right: 15px;
      margin-bottom: 20px; }
      #productView .productView-images .zoom_icon_sec {
        right: 15px; }
      #productView .productView-images .productView-image {
        pointer-events: none; }
      #productView .productView-images .productView-img-container {
        max-width: 100%; }
        #productView .productView-images .productView-img-container::after {
          padding-bottom: 100%; } }

#productView .product-main-data-mobile {
  display: none; }
  @media (max-width: 991px) {
    #productView .product-main-data-mobile {
      display: block;
      padding: 0 15px; } }

@media (max-width: 991px) {
  #productView .product-main-data-desktop {
    display: none !important; } }

#productView .productView-details {
  width: 42%;
  padding-bottom: 20px; }
  @media (max-width: 991px) {
    #productView .productView-details {
      width: 100%;
      order: 0; } }
  #productView .productView-details .product-main-data {
    padding-bottom: 0;
    border: none; }
    #productView .productView-details .product-main-data .productView-product {
      padding: 0;
      border: none; }
    @media (max-width: 991px) {
      #productView .productView-details .product-main-data {
        order: -1;
        padding-bottom: 15px; } }
  #productView .productView-details .product-main-info {
    margin-bottom: 20px; }

#productView .productView-thumbnails {
  width: 100%; }
  #productView .productView-thumbnails .productView-thumbnail {
    padding: 3px 10px; }
    #productView .productView-thumbnails .productView-thumbnail .productView-thumbnail-link {
      display: block;
      width: 100%;
      height: 100px;
      max-width: 100%;
      border-color: #cccccc;
      border-radius: 8px; }
      #productView .productView-thumbnails .productView-thumbnail .productView-thumbnail-link.is-active {
        border-color: #003D77; }
      #productView .productView-thumbnails .productView-thumbnail .productView-thumbnail-link img {
        width: 100%;
        height: 100%;
        object-fit: contain; }
    #productView .productView-thumbnails .productView-thumbnail.is-active .productView-thumbnail-link {
      border-color: #003D77; }
    @media (max-width: 991px) {
      #productView .productView-thumbnails .productView-thumbnail {
        width: 20%; }
        #productView .productView-thumbnails .productView-thumbnail .productView-thumbnail-link {
          height: 100px; } }
    @media (max-width: 767px) {
      #productView .productView-thumbnails .productView-thumbnail .productView-thumbnail-link {
        height: 80px; } }
    @media (max-width: 479px) {
      #productView .productView-thumbnails .productView-thumbnail {
        width: 25%; }
        #productView .productView-thumbnails .productView-thumbnail .productView-thumbnail-link {
          height: 60px; } }
    @media (max-width: 320px) {
      #productView .productView-thumbnails .productView-thumbnail .productView-thumbnail-link {
        height: 40px; } }

#productView .con-productView-thumbnails {
  width: 100%;
  position: relative;
  margin-top: 20px; }
  #productView .con-productView-thumbnails .slick-arrow-custom {
    width: 100%; }
  #productView .con-productView-thumbnails .slick-list {
    margin: 0px 30px !important; }
  #productView .con-productView-thumbnails .slick-disabled {
    opacity: 0.5; }
  #productView .con-productView-thumbnails .slick-arrow {
    width: 25px;
    height: 100%;
    top: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    padding: 0;
    transition: all 0.35s;
    position: absolute;
    z-index: 1;
    border-radius: 8px; }
    #productView .con-productView-thumbnails .slick-arrow svg {
      fill: #000;
      stroke: #000;
      width: 14px;
      height: 14px; }
    #productView .con-productView-thumbnails .slick-arrow:hover {
      background: #003D77; }
      #productView .con-productView-thumbnails .slick-arrow:hover svg {
        fill: #fff;
        stroke: #fff; }
  #productView .con-productView-thumbnails .slick-arrow-prev {
    left: 0; }
    #productView .con-productView-thumbnails .slick-arrow-prev svg {
      transform: rotate(90deg); }
  #productView .con-productView-thumbnails .slick-arrow-next {
    right: 0; }
    #productView .con-productView-thumbnails .slick-arrow-next svg {
      transform: rotate(-90deg); }
  #productView .con-productView-thumbnails .slick-list {
    margin: 0;
    padding: 0; }
  @media (max-width: 991px) {
    #productView .con-productView-thumbnails {
      margin: 5px 0; }
      #productView .con-productView-thumbnails .slick-arrow-prev,
      #productView .con-productView-thumbnails .slick-arrow-next {
        top: 30%; }
      #productView .con-productView-thumbnails .slick-list {
        margin-top: 0px !important;
        padding-bottom: 0px !important;
        padding-left: 0px !important;
        padding-right: 0px !important; } }
  @media (max-width: 767px) {
    #productView .con-productView-thumbnails .slick-arrow-prev,
    #productView .con-productView-thumbnails .slick-arrow-next {
      top: 22%; } }

#productView .productView-video-container iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }

#productView .li-video {
  position: relative; }
  #productView .li-video::before {
    content: "";
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='20' viewBox='0 0 16 20' fill='none'%3E%3Cpath d='M1 1L15 10L1 19V1Z' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    width: 20px;
    height: 20px;
    background-size: 100% 100%;
    top: calc(50% - 10px);
    z-index: 1;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: -7px; }

#productView .productView-title {
  font-family: Lato;
  font-size: 30px;
  font-weight: 700;
  line-height: 38px;
  text-align: left;
  color: rgba(0, 0, 0, 0.88);
  margin: 0 0 20px 0;
  text-transform: uppercase; }
  @media (max-width: 991px) {
    #productView .productView-title {
      font-size: 26px;
      line-height: 32px; } }
  @media (max-width: 479px) {
    #productView .productView-title {
      font-size: 22px;
      line-height: 28px;
      margin: 0 0 15px 0; } }

#productView .productView-quickInfo {
  width: 100%;
  margin-bottom: 20px; }
  #productView .productView-quickInfo .quickInfoList {
    max-width: 320px;
    width: 100%;
    display: flex;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    position: relative; }
    #productView .productView-quickInfo .quickInfoList.fitsModelsList {
      display: none; }
    #productView .productView-quickInfo .quickInfoList .info-value {
      display: flex;
      align-items: center; }
    #productView .productView-quickInfo .quickInfoList .info-name,
    #productView .productView-quickInfo .quickInfoList .info-value {
      width: 100%;
      padding: 10px;
      font-family: Lato;
      font-size: 14px;
      font-weight: 400;
      line-height: 22px;
      text-align: left;
      color: rgba(0, 0, 0, 0.88);
      word-break: break-word; }
      #productView .productView-quickInfo .quickInfoList .info-name a,
      #productView .productView-quickInfo .quickInfoList .info-value a {
        color: #1677ff; }
        #productView .productView-quickInfo .quickInfoList .info-name a:hover,
        #productView .productView-quickInfo .quickInfoList .info-value a:hover {
          color: #000; }
    #productView .productView-quickInfo .quickInfoList .info-value-stoke {
      margin-left: 7px;
      border-radius: 4px;
      padding: 5px 8px;
      background: #d9f7be;
      border: 1px solid #95de64;
      font-family: Lato;
      font-size: 12px;
      font-weight: 400;
      line-height: 20px;
      color: #135200; }
      #productView .productView-quickInfo .quickInfoList .info-value-stoke.is-disabled {
        border-color: lightgray;
        background: #f1f1f1;
        color: #686868; }
      #productView .productView-quickInfo .quickInfoList .info-value-stoke.preOrder {
        border-color: #597EF7;
        background: #F0F5FF;
        color: #10239E; }
    @media (max-width: 991px) {
      #productView .productView-quickInfo .quickInfoList {
        max-width: 80%; } }
    @media (max-width: 479px) {
      #productView .productView-quickInfo .quickInfoList {
        max-width: 100%; } }

#productView .productView-price {
  width: 100%; }
  #productView .productView-price .price-parent {
    width: 100%;
    display: flex;
    gap: 25px;
    flex-direction: row-reverse;
    align-items: flex-end;
    justify-content: flex-end; }
    @media (max-width: 479px) {
      #productView .productView-price .price-parent {
        gap: 15px; } }
  #productView .productView-price .price-section {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap; }
    #productView .productView-price .price-section .price-label,
    #productView .productView-price .price-section .price-label-tag {
      font-family: Lato;
      font-size: 14px;
      line-height: 16px;
      font-weight: 600;
      text-align: left;
      color: #9B1B1F;
      display: block;
      margin: 0 0 10px 0; }
    #productView .productView-price .price-section .price {
      font-family: Lato;
      font-size: 30px;
      line-height: 32px;
      text-align: left;
      text-decoration: none !important;
      letter-spacing: 0;
      color: rgba(0, 0, 0, 0.88);
      font-weight: 600; }
      @media (max-width: 479px) {
        #productView .productView-price .price-section .price {
          font-size: 26px;
          line-height: 28px; } }
      #productView .productView-price .price-section .price span {
        text-decoration: none; }
      #productView .productView-price .price-section .price::after {
        content: "/ea";
        font-family: Lato;
        font-size: 12px;
        font-weight: 400;
        line-height: 20px;
        text-align: left;
        padding-left: 0;
        text-decoration: none !important;
        text-underline-offset: unset !important; }
    #productView .productView-price .price-section.non-sale-price--withoutTax {
      padding-left: 25px;
      border-left: 1px solid #ccc; }
      #productView .productView-price .price-section.non-sale-price--withoutTax .price-label-tag {
        color: rgba(0, 0, 0, 0.65); }
      #productView .productView-price .price-section.non-sale-price--withoutTax .price {
        color: rgba(0, 0, 0, 0.65);
        font-weight: 400; }
        #productView .productView-price .price-section.non-sale-price--withoutTax .price span {
          text-decoration: line-through !important; }
      @media (max-width: 479px) {
        #productView .productView-price .price-section.non-sale-price--withoutTax {
          padding-left: 15px; } }
  #productView .productView-price .price-discount-alert {
    width: 100%;
    border-radius: 8px;
    padding: 10px 15px;
    border: 1px solid #B7EB8F;
    background: #F6FFED;
    display: flex;
    gap: 8px;
    margin-top: 20px; }
    #productView .productView-price .price-discount-alert svg {
      width: 18px;
      height: 18px;
      display: block; }
    #productView .productView-price .price-discount-alert span {
      font-family: Lato;
      font-size: 14px;
      line-height: 18px;
      font-weight: 400;
      text-align: left; }

#productView .productView-product {
  border-color: rgba(0, 0, 0, 0.12); }

#productView .shippingInformation {
  width: 100%;
  margin-top: 20px; }
  #productView .shippingInformation .si-head {
    width: 100%;
    font-family: Lato;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    text-align: left;
    margin: 0 0 10px 0;
    color: rgba(0, 0, 0, 0.88); }
    @media (max-width: 991px) {
      #productView .shippingInformation .si-head {
        font-size: 18px;
        line-height: 22px;
        margin: 0 0 5px 0; } }
  #productView .shippingInformation .si-content {
    font-family: Lato;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    color: rgba(0, 0, 0, 0.65);
    margin: 0; }
    #productView .shippingInformation .si-content a {
      color: #1677ff; }
      #productView .shippingInformation .si-content a:hover {
        color: #005AAF; }
    #productView .shippingInformation .si-content + p {
      font-size: 13px;
      line-height: 18px;
      margin-top: 10px; }
    #productView .shippingInformation .si-content span {
      color: #389E0D; }

#productView .pickupLocations {
  width: 100%;
  margin-bottom: 12px;
  display: none; }
  #productView .pickupLocations .pl-head {
    width: 100%;
    font-family: Lato;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    text-align: left;
    margin: 0 0 20px 0;
    color: rgba(0, 0, 0, 0.88); }
    @media (max-width: 991px) {
      #productView .pickupLocations .pl-head {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 10px; } }
  #productView .pickupLocations .locationsList {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px; }
    #productView .pickupLocations .locationsList span {
      display: flex;
      align-items: center;
      gap: 10px;
      font-family: Lato;
      font-size: 14px;
      font-weight: 400;
      line-height: 22px;
      text-align: left;
      padding-right: 10px;
      border-right: 1px solid rgba(0, 0, 0, 0.06);
      color: rgba(0, 0, 0, 0.65); }
      #productView .pickupLocations .locationsList span svg {
        fill: #1d1d1d; }
      #productView .pickupLocations .locationsList span.is-success svg {
        fill: #389E0D; }
      #productView .pickupLocations .locationsList span.is-waring svg {
        fill: #D4B106; }
      #productView .pickupLocations .locationsList span:last-child {
        border: none; }
    @media (max-width: 991px) {
      #productView .pickupLocations .locationsList {
        gap: 10px; }
        #productView .pickupLocations .locationsList span {
          padding-right: 10px; } }

#productView .productView-options {
  width: 100%;
  padding: 0 0 15px 0;
  border-bottom: 1px solid #cccccc; }
  #productView .productView-options .form {
    width: 100%;
    margin: 0; }
  #productView .productView-options .form.form-wishlist.form-action {
    display: none !important; }

#productView #add-to-cart-wrapper {
  width: 100%;
  display: block; }
  #productView #add-to-cart-wrapper .add-to-cart-parent {
    width: 100%;
    display: flex;
    gap: 20px; }
    #productView #add-to-cart-wrapper .add-to-cart-parent .atc-left {
      width: 160px; }
    #productView #add-to-cart-wrapper .add-to-cart-parent .atc-right {
      width: 80%;
      display: flex;
      flex-direction: column;
      padding-top: 27px; }
    #productView #add-to-cart-wrapper .add-to-cart-parent .form-field--increments {
      width: 100%;
      margin: 0; }
      #productView #add-to-cart-wrapper .add-to-cart-parent .form-field--increments .form-label {
        font-family: Lato;
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        text-align: left;
        color: rgba(0, 0, 0, 0.88);
        margin: 0 0 5px 0; }
      #productView #add-to-cart-wrapper .add-to-cart-parent .form-field--increments .form-increment {
        width: 100%;
        position: relative; }
        #productView #add-to-cart-wrapper .add-to-cart-parent .form-field--increments .form-increment .button {
          position: absolute;
          top: 20%;
          border-color: transparent; }
          #productView #add-to-cart-wrapper .add-to-cart-parent .form-field--increments .form-increment .button[data-action="dec"] {
            left: 5px; }
          #productView #add-to-cart-wrapper .add-to-cart-parent .form-field--increments .form-increment .button[data-action="inc"] {
            right: 5px; }
          #productView #add-to-cart-wrapper .add-to-cart-parent .form-field--increments .form-increment .button:hover svg {
            fill: #005AAF; }
        #productView #add-to-cart-wrapper .add-to-cart-parent .form-field--increments .form-increment .form-input {
          width: 100%;
          height: 40px;
          border-color: #cccccc;
          background: #fff;
          border-radius: 6px;
          color: rgba(0, 0, 0, 0.88); }
          @media (max-width: 767px) {
            #productView #add-to-cart-wrapper .add-to-cart-parent .form-field--increments .form-increment .form-input {
              margin: 0; } }
        #productView #add-to-cart-wrapper .add-to-cart-parent .form-field--increments .form-increment:hover .form-input {
          color: #005AAF; }
      #productView #add-to-cart-wrapper .add-to-cart-parent .form-field--increments .form-inlineMessage {
        position: absolute;
        bottom: -23px;
        line-height: 14px; }
        @media (max-width: 767px) {
          #productView #add-to-cart-wrapper .add-to-cart-parent .form-field--increments .form-inlineMessage {
            width: 50%;
            bottom: 55px;
            left: 70px; } }
    #productView #add-to-cart-wrapper .add-to-cart-parent .add-to-cart-buttons {
      width: 100%;
      padding: 0;
      margin: 0; }
      #productView #add-to-cart-wrapper .add-to-cart-parent .add-to-cart-buttons .button {
        width: 100%;
        height: 40px;
        border-radius: 8px;
        background: #003D77;
        border-color: #003D77;
        font-family: Lato;
        font-size: 16px;
        font-weight: 400;
        line-height: 25px;
        padding: 5px; }
        #productView #add-to-cart-wrapper .add-to-cart-parent .add-to-cart-buttons .button:hover {
          background: #005AAF;
          border-color: #005AAF; }
      #productView #add-to-cart-wrapper .add-to-cart-parent .add-to-cart-buttons .b2b-cards-add-to-list,
      #productView #add-to-cart-wrapper .add-to-cart-parent .add-to-cart-buttons .b2b-add-to-list {
        padding: 8px 16px;
        font-family: Lato;
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        background: #fff;
        border: 1px solid #cccccc;
        box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.02);
        border-radius: 6px;
        color: rgba(0, 0, 0, 0.88) !important;
        margin-top: 10px !important; }
        #productView #add-to-cart-wrapper .add-to-cart-parent .add-to-cart-buttons .b2b-cards-add-to-list:hover,
        #productView #add-to-cart-wrapper .add-to-cart-parent .add-to-cart-buttons .b2b-add-to-list:hover {
          background: #fff;
          border-color: #ccc;
          color: #005AAF !important; }
        #productView #add-to-cart-wrapper .add-to-cart-parent .add-to-cart-buttons .b2b-cards-add-to-list:focus,
        #productView #add-to-cart-wrapper .add-to-cart-parent .add-to-cart-buttons .b2b-add-to-list:focus {
          color: #005AAF !important;
          border-color: #005AAF !important; }
        #productView #add-to-cart-wrapper .add-to-cart-parent .add-to-cart-buttons .b2b-cards-add-to-list svg,
        #productView #add-to-cart-wrapper .add-to-cart-parent .add-to-cart-buttons .b2b-add-to-list svg {
          display: none; }
    @media (max-width: 991px) {
      #productView #add-to-cart-wrapper .add-to-cart-parent {
        gap: 10px; } }
    @media (max-width: 767px) {
      #productView #add-to-cart-wrapper .add-to-cart-parent .atc-right {
        width: 100%;
        padding: 0;
        flex-direction: row; }
        #productView #add-to-cart-wrapper .add-to-cart-parent .atc-right .add-to-cart-buttons {
          display: flex;
          align-items: flex-end;
          gap: 10px; }
          #productView #add-to-cart-wrapper .add-to-cart-parent .atc-right .add-to-cart-buttons .form-action {
            width: 100%; }
          #productView #add-to-cart-wrapper .add-to-cart-parent .atc-right .add-to-cart-buttons .b2b-cards-add-to-list {
            width: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 10px; }
            #productView #add-to-cart-wrapper .add-to-cart-parent .atc-right .add-to-cart-buttons .b2b-cards-add-to-list svg {
              display: block;
              width: 20px;
              height: 20px; }
            #productView #add-to-cart-wrapper .add-to-cart-parent .atc-right .add-to-cart-buttons .b2b-cards-add-to-list span {
              display: none; } }

#productView .form-wishlist .button {
  border-color: #cccccc;
  width: 100%; }

#productView .form-wishlist .dropdown-menu {
  padding: 0; }
  #productView .form-wishlist .dropdown-menu .button {
    margin: 0; }

.productView-infos {
  width: 58%;
  position: relative;
  float: left;
  margin-bottom: 30px;
  padding-left: 0.75rem;
  padding-right: 50px; }
  @media (max-width: 991px) {
    .productView-infos {
      width: 100%;
      padding-left: 0.75rem;
      padding-right: 0.75rem; } }
  .productView-infos.productView-infos-bottom {
    width: 100%;
    padding-left: 0;
    padding-right: 0; }
    .productView-infos.productView-infos-bottom .productView-contens {
      width: 100%;
      padding: 0; }
  .productView-infos .productView-otherProducts {
    width: 100%;
    float: left;
    padding-left: 0;
    padding-right: 0; }
    @media (max-width: 991px) {
      .productView-infos .productView-otherProducts {
        width: 100%;
        padding-right: 15px; } }
  .productView-infos .productView-contens {
    width: 42%;
    float: left;
    padding-left: 1rem;
    padding-right: 1rem; }
    @media (max-width: 991px) {
      .productView-infos .productView-contens {
        width: 100%;
        padding-right: 15px; } }
  .productView-infos .productGridRelated {
    width: 100%;
    position: relative; }
    .productView-infos .productGridRelated .relatedItemHead {
      font-family: Lato;
      font-size: 24px;
      font-weight: 700;
      line-height: 32px;
      text-align: left;
      color: rgba(0, 0, 0, 0.88);
      margin: 0 0 20px 0; }
      @media (max-width: 991px) {
        .productView-infos .productGridRelated .relatedItemHead {
          font-size: 20px;
          line-height: 26px;
          margin-bottom: 15px; } }
    .productView-infos .productGridRelated table {
      width: 100%;
      background: #fff;
      border: none;
      margin: 0 0 20px 0; }
      .productView-infos .productGridRelated table thead tr {
        background: #fafafa;
        border-bottom: 1px solid rgba(0, 0, 0, 0.12); }
        .productView-infos .productGridRelated table thead tr th {
          padding: 8px 10px;
          font-family: Lato;
          font-size: 14px;
          font-weight: 600;
          line-height: 22px;
          text-align: left;
          color: rgba(0, 0, 0, 0.88);
          border-left: 1px solid rgba(0, 0, 0, 0.12); }
          .productView-infos .productGridRelated table thead tr th:first-child {
            border: none; }
      .productView-infos .productGridRelated table tbody tr {
        background: transparent;
        border-top: none;
        border-left: none;
        border-right: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.12);
        position: relative; }
        .productView-infos .productGridRelated table tbody tr td {
          background: transparent;
          padding: 8px 5px; }
          .productView-infos .productGridRelated table tbody tr td img {
            width: 100%; }
        .productView-infos .productGridRelated table tbody tr .card-infos .card-text-price {
          width: 100%;
          margin: 0 0 10px 0;
          display: none; }
        .productView-infos .productGridRelated table tbody tr .card-infos .card-actions {
          display: none; }
        @media (max-width: 767px) {
          .productView-infos .productGridRelated table tbody tr .card-infos .card-in-stoke {
            float: none; } }
        .productView-infos .productGridRelated table tbody tr .product-status-message {
          color: green;
          font-size: 14px; }
        .productView-infos .productGridRelated table tbody tr .card-title {
          width: 100%;
          font-family: Lato;
          font-size: 12px;
          line-height: 18px;
          font-weight: 600;
          text-align: left;
          color: rgba(0, 0, 0, 0.88);
          margin: 0 0 5px 0;
          height: auto; }
        .productView-infos .productGridRelated table tbody tr .card-sku {
          width: 100%;
          font-family: Lato;
          font-size: 12px;
          font-weight: 400;
          line-height: 20px;
          text-align: left;
          color: rgba(0, 0, 0, 0.88);
          margin: 0; }
        .productView-infos .productGridRelated table tbody tr .price-label,
        .productView-infos .productGridRelated table tbody tr .price-label-tag,
        .productView-infos .productGridRelated table tbody tr .price-now-label {
          display: none; }
        .productView-infos .productGridRelated table tbody tr .card-quantity {
          margin: 0; }
          .productView-infos .productGridRelated table tbody tr .card-quantity .form-field .button:hover svg {
            fill: #005AAF; }
          .productView-infos .productGridRelated table tbody tr .card-quantity .form-field .form-increment {
            border-radius: 6px;
            border-color: #cccccc;
            height: 35px;
            width: 100px;
            margin: 0 auto; }
            @media (max-width: 991px) {
              .productView-infos .productGridRelated table tbody tr .card-quantity .form-field .form-increment {
                margin: 0; } }
            .productView-infos .productGridRelated table tbody tr .card-quantity .form-field .form-increment .form-input {
              height: 32px;
              padding: 5px;
              line-height: 35px;
              color: #1d1d1d; }
            .productView-infos .productGridRelated table tbody tr .card-quantity .form-field .form-increment:hover .form-input {
              color: #005AAF; }
        .productView-infos .productGridRelated table tbody tr .card-figcaption-button {
          display: none !important;
          border-radius: 4px;
          border: 1px solid #cccccc;
          padding: 5px;
          font-family: Lato;
          font-size: 14px;
          font-weight: 400;
          line-height: 22px;
          color: rgba(0, 0, 0, 0.88);
          background: #fff;
          box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.05); }
          .productView-infos .productGridRelated table tbody tr .card-figcaption-button:hover {
            border-color: #000;
            background: #000;
            color: #fff; }
          @media (max-width: 991px) {
            .productView-infos .productGridRelated table tbody tr .card-figcaption-button[data-button-type="add-cart"] {
              display: block !important;
              width: 100%;
              margin-top: 0; } }
      @media (max-width: 991px) {
        .productView-infos .productGridRelated table thead .th-card-price,
        .productView-infos .productGridRelated table thead .th-card-action {
          display: none; }
        .productView-infos .productGridRelated table tbody tr .td-card-price,
        .productView-infos .productGridRelated table tbody tr .td-card-actions {
          display: none; }
        .productView-infos .productGridRelated table tbody tr .card-infos .card-text-price {
          display: flex;
          flex-wrap: wrap;
          gap: 5px; }
        .productView-infos .productGridRelated table tbody tr .card-infos .card-actions {
          display: block; } }
      @media (max-width: 991px) {
        .productView-infos .productGridRelated table tbody tr .card-infos .card-actions {
          display: flex;
          align-items: flex-end;
          gap: 10px; }
          .productView-infos .productGridRelated table tbody tr .card-infos .card-actions .card-figcaption-button[data-button-type="add-cart"] {
            display: block !important;
            margin-top: 0; } }
      @media (max-width: 401px) {
        .productView-infos .productGridRelated table tbody tr .card-infos .card-actions {
          display: block; }
          .productView-infos .productGridRelated table tbody tr .card-infos .card-actions .card-figcaption-button[data-button-type="add-cart"] {
            margin-top: 10px; } }
    .productView-infos .productGridRelated .selected-to-cart {
      width: 100%;
      display: none;
      justify-content: end;
      margin-bottom: 30px; }
      .productView-infos .productGridRelated .selected-to-cart button {
        padding: 8px 16px;
        font-family: Lato;
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        border: 1px solid #cccccc;
        box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.02);
        border-radius: 6px;
        color: #1d1d1d;
        background: #fff; }
        .productView-infos .productGridRelated .selected-to-cart button:hover, .productView-infos .productGridRelated .selected-to-cart button:focus {
          color: #005AAF; }
        .productView-infos .productGridRelated .selected-to-cart button:focus {
          border-color: #005AAF; }
      @media (max-width: 991px) {
        .productView-infos .productGridRelated .selected-to-cart {
          display: none !important; } }
  .productView-infos .accordionContent {
    border-radius: 8px;
    border: 1px solid #cccccc;
    overflow: hidden; }
    .productView-infos .accordionContent .accordionItems {
      width: 100%; }
      .productView-infos .accordionContent .accordionItems .accordionHead {
        display: flex;
        align-items: center;
        gap: 10px;
        border-bottom: 1px solid #cccccc;
        background: #fafafa;
        padding: 12px 16px;
        font-family: Lato;
        font-size: 14px;
        font-weight: 600;
        line-height: 22px;
        text-align: left;
        cursor: pointer; }
        .productView-infos .accordionContent .accordionItems .accordionHead .ah-icon {
          position: relative;
          width: 14px;
          height: 14px;
          top: -1px; }
      .productView-infos .accordionContent .accordionItems .accordionBody {
        padding: 20px 16px; }
        .productView-infos .accordionContent .accordionItems .accordionBody .info-lists {
          width: 100%;
          display: flex;
          flex-wrap: wrap;
          gap: 15px;
          margin-bottom: -15px; }
        .productView-infos .accordionContent .accordionItems .accordionBody .info-list {
          width: calc(50% - 10px);
          margin-bottom: 15px;
          flex-grow: 1; }
          .productView-infos .accordionContent .accordionItems .accordionBody .info-list .info-name {
            display: block;
            font-family: Lato;
            font-size: 16px;
            line-height: 16px;
            font-weight: 600;
            margin: 0 0 5px 0;
            text-transform: none; }
          .productView-infos .accordionContent .accordionItems .accordionBody .info-list .info-values {
            display: flex;
            flex-wrap: wrap;
            font-family: Lato;
            font-size: 14px;
            font-weight: 400;
            line-height: 22px;
            text-align: left;
            margin: 0; }
            .productView-infos .accordionContent .accordionItems .accordionBody .info-list .info-values span {
              display: inline-block;
              margin: 0 15px 3px 0; }
              .productView-infos .accordionContent .accordionItems .accordionBody .info-list .info-values span a {
                color: #1677FF; }
                .productView-infos .accordionContent .accordionItems .accordionBody .info-list .info-values span a:hover {
                  text-decoration: underline !important;
                  text-underline-offset: 5px; }
        .productView-infos .accordionContent .accordionItems .accordionBody p {
          width: 100%;
          display: flex;
          flex-direction: column;
          gap: 5px;
          font-family: Lato;
          font-size: 14px;
          font-weight: 400;
          line-height: 22px;
          text-align: left;
          color: rgba(0, 0, 0, 0.88);
          margin: 0 0 15px 0;
          padding-right: 15px; }
          .productView-infos .accordionContent .accordionItems .accordionBody p.p-info-values {
            width: 50%;
            display: inline-block; }
        .productView-infos .accordionContent .accordionItems .accordionBody.accordionBody-description p {
          display: block; }
        .productView-infos .accordionContent .accordionItems .accordionBody.accordionBody-description a {
          display: inline-block;
          width: auto; }
        .productView-infos .accordionContent .accordionItems .accordionBody ul {
          margin-bottom: 0; }
          .productView-infos .accordionContent .accordionItems .accordionBody ul li {
            font-family: Lato;
            font-size: 14px;
            font-weight: 400;
            line-height: 22px;
            text-align: left;
            color: rgba(0, 0, 0, 0.88); }
      .productView-infos .accordionContent .accordionItems.is-active .accordionHead .ah-icon {
        transform: rotate(180deg);
        top: 1px; }
      .productView-infos .accordionContent .accordionItems.is-active .accordionBody {
        display: none; }
  .productView-infos .pdfDocuments {
    display: flex;
    flex-direction: column;
    width: 100%; }
    .productView-infos .pdfDocuments a {
      display: inline-flex;
      gap: 10px;
      align-items: flex-start;
      flex-wrap: wrap;
      font-family: Lato;
      font-size: 14px;
      font-weight: 400;
      line-height: 22px;
      text-align: left; }
      .productView-infos .pdfDocuments a .documentTitle {
        color: #1677ff; }
      .productView-infos .pdfDocuments a .partOnPage {
        color: rgba(0, 0, 0, 0.45); }
      .productView-infos .pdfDocuments a:hover .documentTitle {
        color: #000; }
      .productView-infos .pdfDocuments a:hover .partOnPage {
        color: #000; }
      @media (max-width: 479px) {
        .productView-infos .pdfDocuments a {
          gap: 10px;
          margin-bottom: 15px; }
          .productView-infos .pdfDocuments a:last-child {
            margin: 0; }
          .productView-infos .pdfDocuments a .documentTitle {
            display: block;
            color: #1677ff; }
          .productView-infos .pdfDocuments a .partOnPage span {
            display: none; } }

.section-cross-sells {
  width: 100%;
  padding: 40px 0 0 0; }
  .section-cross-sells h2 {
    font-family: Lato;
    font-size: 30px;
    line-height: 34px;
    font-weight: 700;
    text-align: left;
    margin: 0 0 20px 0; }
  @media (max-width: 991px) {
    .section-cross-sells h2 {
      font-size: 26px;
      line-height: 30px; } }
  @media (max-width: 479px) {
    .section-cross-sells h2 {
      font-size: 22px;
      line-height: 26px; } }
  .section-cross-sells .slick-track {
    margin: 0 0 0 0; }
  @media (max-width: 991px) {
    .section-cross-sells {
      padding: 0; } }

.hawk-recommendation {
  width: 100% !important;
  display: block !important; }
  .hawk-recommendation .hawk-recommendation-list {
    width: 100% !important; }

.app-figure-360 {
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
  background: #fff;
  z-index: 1; }
  .app-figure-360 .Magic360-container {
    background: #fff; }
  .app-figure-360 .m360-hint {
    margin-bottom: 10px; }

.manufacturerInfo {
  width: 100%;
  margin: 0 0 13px 0;
  display: flex;
  align-items: center;
  gap: 10px; }
  .manufacturerInfo .info-name, .manufacturerInfo .info-value {
    font-family: Lato;
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    text-align: left; }
  .manufacturerInfo .info-value {
    font-weight: 400; }

.product-extra-info {
  width: 100%;
  margin: 0 0 25px 0;
  display: flex;
  align-items: center;
  gap: 20px; }
  @media (max-width: 601px) {
    .product-extra-info {
      gap: 13px;
      flex-direction: column;
      align-items: flex-start; } }
  .product-extra-info .pe-list {
    display: flex;
    align-items: center;
    gap: 10px; }
    .product-extra-info .pe-list.pe-part-number, .product-extra-info .pe-list.pe-fits-model {
      display: none; }
    .product-extra-info .pe-list .pe-name, .product-extra-info .pe-list .pe-value {
      font-family: Lato;
      font-size: 14px;
      line-height: 16px;
      font-weight: 600;
      text-align: left; }
    .product-extra-info .pe-list .pe-value {
      font-weight: 400; }
    .product-extra-info .pe-list + .pe-list {
      padding-left: 20px;
      border-left: 1px solid #ccc; }
      @media (max-width: 601px) {
        .product-extra-info .pe-list + .pe-list {
          padding-left: 0;
          border: none; } }
  .product-extra-info button {
    padding: 0;
    width: auto;
    height: auto;
    font-family: Lato;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    text-align: left;
    color: #1677FF; }
    .product-extra-info button:hover, .product-extra-info button:active, .product-extra-info button:focus {
      outline: none !important;
      color: #1677FF;
      background: none;
      text-decoration: underline;
      text-underline-offset: 5px; }

.b2b-add-to-shared-cart {
  display: none !important; }

.custom-sku-desc {
  display: none; }
  .custom-sku-desc .custom-sku {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 600; }
  .custom-sku-desc p {
    margin: 0; }
  .custom-sku-desc .custom-desc {
    display: none; }

.form-field > .form-radio + .form-label {
  margin: 0; }

.form-field {
  text-align: left; }
  .form-field[data-name="Short Side"], .form-field[data-name="Long Side"] {
    display: inline-block;
    width: 40%; }
  .form-field[data-name="Short Side Fraction"], .form-field[data-name="Long Side Fraction"] {
    display: inline-block;
    width: 58%; }
  .form-field[data-name="Short Side Fraction"], .form-field[data-name="Long Side Fraction"] {
    position: relative;
    padding-left: 25px; }
    .form-field[data-name="Short Side Fraction"] .form-label, .form-field[data-name="Long Side Fraction"] .form-label {
      display: none; }
    .form-field[data-name="Short Side Fraction"] select, .form-field[data-name="Long Side Fraction"] select {
      width: 70%; }
    .form-field[data-name="Short Side Fraction"]::before, .form-field[data-name="Long Side Fraction"]::before {
      content: '&';
      position: absolute;
      left: 5px;
      top: 3px;
      font-size: 14px; }
    .form-field[data-name="Short Side Fraction"]::after, .form-field[data-name="Long Side Fraction"]::after {
      content: 'Inches';
      position: absolute;
      right: 25px;
      top: 3px;
      font-size: 14px; }
      @media (max-width: 479px) {
        .form-field[data-name="Short Side Fraction"]::after, .form-field[data-name="Long Side Fraction"]::after {
          right: 0; } }
  .form-field[data-name="If 3 Sided, Choose Configuration"] {
    display: none; }
