
      :root {
          --blue-bg: linear-gradient(180deg, #2C2050 0%, #2C1F4A 75.34%);
          --yellow: #FBC21D;
          --light-blue: #7B8AFF;
          --dark-blue:#302B6D;
          --black: #000;
          --gray: #333333;
          --white: #fff;
      }
      body{
          margin: 0;
          padding: 0;
          overflow-x: hidden;
          /* background: #F5F5F5; */
              font-family: var(--dkfonts) !important;
          background-position: center;
          background-size: cover;
          background-repeat: no-repeat;
          /* color: var(--white);   */
          
      }

      h1{
          font-family: Poppins;
          font-size: 40px;
          font-weight: 600;
          line-height: normal;
      }
      h2{
          font-family: Poppins;
          font-size: 40px;
          font-weight: 600;
          line-height: normal;
      }
      h3 {
          font-size: 21px;
          font-weight: 500;
      }
      p{
          font-size: 16px;
          font-weight: 400;
          line-height: 24px;
      }
      section{
          padding-block: 60px;
      }
      img{
          width: 100%;
      }
      a{
          text-decoration: none;
          color: #fff;
      }


      /* header  */
      header {
          background: #fff;
          color: #000;
      }
      .btn-group a {
        color: #000;
    }
      header li.nav-item img {
          width: 410px;
      }
      span.divider {
          font-size: 28px;
          font-weight: 200;
          margin: 10px;
      }
      .loginlo-res {
        font-size: 14px;
        position: relative;
        top: 3px;
        font-weight: 300;
        margin-bottom: 2px;
        display: inline-block;
        color: #000;
      }
      .stocknot svg, p.mt-2.stocknot {
        fill: #ef0000;
        font-size: 15px;
        font-weight: 600;
        color: #ef0000;
    }
      h3.title, h3.title a {
        padding: 0 !important;
    }
    
      .loginlo-res a:nth-child(2) {
        margin-left: 12px;
    }
    .menulist {
      background: #ef0000;
  }
    .carticon + div span {
      color: #000;
  }
      .list-group-none{
          list-style: none;
      }
      /* .select-dw {
          width: 20%;
      } */
      .form-control:focus {
          box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%);
      }
      .select-dw {
        width: 11%;
        border-radius: 0;
        background-color: #ef0000 !important;
        height: 40px !important;
        border: 1px solid #ef0000;
        font-size: 13px;
        font-weight: 600;
        color: #fff;
      }
      #demo {
        display: inline-block;
        margin-top: 12px;
        font-weight: bold;
        max-width: 100%;
        overflow: visible;
        position: relative;
        color: #373A3C;
    }

    
      .form-control {
          border-radius: 0;
          border-left: transparent;
          margin-left: -1px;
      }
      .searchbtn {
        border: 1px solid #ef0000;
        background: #ef0000;
        color: #fff;
        padding: 0px 24px;
        border-radius: 0;
        font-size: 24px;
      }
      .list-group-none {
          list-style: none;
          padding-left: 13px;
      }
      li.nav-item a {
          padding: 0;
      }
      
      .divsidebard h5 {
          font-weight: bold;
          font-size: 14px;
          line-height: 16px;
          text-transform: uppercase;
      }
      .divsidebard h5 span {
          display: inline-block;
          vertical-align: middle;
          padding: 0 7px;
          font-size: 11px;
          /* text-transform: uppercase;
          + */
          color: #000;
      }
      .divsidebard span a{
          color: #000;
      }

      .list-cate ul {
          list-style: none;
          padding: 0;
      }
      .list-cate ul li a {
          font-size: 16px;
          font-weight: 600;
          color: var(--slate-grey);
          text-decoration: none;
          padding: 5px 0;
          display: block;
          padding-left: 7px;
          border-left: 3px solid transparent;

      }
      /* .list-cate ul li span {
          padding-left: 7px;
      } */


      .shadow-bat{
          /* position: relative;
          margin-bottom: 30px;
          box-shadow: 0 2px 11px 0 rgba(0,0,0,.1), 0 1px 2px 0 rgba(0,0,0,.06);
          border-radius: 0.5rem;
          background: #FFF; */
      }
      .divsidebard {
          padding-top: 25px;
      }
      .divsidebard h5 span a {
          color: #221abb;
      }
      .divsidebard ul li span a:hover {
          /* padding-left: 7px; */

          /* border-left: 3px solid #ff2100; */
          /* color: #ff2100; */
      }
      .list-cate li {
        background-color: #f5f5f5;
        cursor: pointer;
    }
      /* .categories-item img:hover {
        border: 1px solid #221ABB;
    }  */
    .categories-item img {
      width: 80px;
  }
  section.category-bg {
    background: #F5F5F5;
  }
    .SellerPage {
      padding: 0;
      background: 0 0/100% 100% #058a90;
      background-image: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,.3)),url('../../d91ztqmtx7u1k.cloudfront.net/assets/images/slider_banner/sellersBanners.jpg');
  }
  .we-connect-heading {
    margin: auto;
  }

  .form-box {
    background-color: #fff;
    border-radius: 5px;
    padding: 1.2rem 2.5rem;
  }
  .form-box, .home-page iframe {
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 8px 0 rgb(0 0 0 / 0%);
  }
  form > p:first-of-type {
    border-radius: var(--radius);
    padding: 0.6rem;
    text-align: center;
    font-size: 25px;
    color: #058a90;
  }
  .seller-icon {
    width: 33px;
    margin-top: -4px;
    margin-right: 7px;
  }
  .home-page .form-icons1 {
    position: absolute;
    width: 19px;
    top: 16px;
    left: 21px;
  }
  .form-box .name-input input {
    padding-left: 35px;
    font-size: 14px;
    color: #747794;
  }
  .form-box .form-icons1 {
    position: absolute;
    width: 19px;
    top: 16px;
    left: 21px;
  }
  .form-box img, svg {
    vertical-align: middle;
  }
  .form-box .home-ddlcountry, .form-box input, .form-box .uerRegistration input, .form-box input[type=submit], .form-box .userLoginP input,.form-box select {
    display: block;
    width: 100%;
    margin: 0.1rem 0 0.5rem;
    padding: 0.8rem;
    border: 1px solid gray !important;
    outline: 0;
    border-radius: 5px;
  }
  .form-box .form-icons {
    position: absolute;
    width: 19px;
    top: 16px;
    left: 8px;
  }
  .form-box .pr-3 {
    padding-right: 1rem !important;
  }
  .form-box .term-condition {
    width: 50px;
  }
  .form-box .contactpage a, .form-box .uerRegistration a, .form-box .by-clicking a {
    font-weight: 700;
    color: #4a7cd9;
    text-decoration: none;
  }
  .form-box .by-clicking, .form-box .hav-na-cc {
    font-size: 12px !important;
    margin-left: 7px;
  }
  #formPad p:last-of-type, .form-box .attribution, .form-box .errMsg {
    font-size: x-small;
    text-align: center;
  }
  .form-box .hav-na-cc a {
    font-weight: 700;
    color: #4a7cd9;
    text-decoration: none;
  }
  .form-box .term-condition input {
    height: 20px;
  }
  .form-box .name-input,.form-box .product-catogeryes ul li,  .form-box .set, .form-box .img-item, .form-box .product-detail, .form-box .slider-pr0, .form-box .top-pp {
    position: relative;
  }
  .Prsl, .cart-table, .contact-form, .contact-form .form-group, .hero-slides, .layout-options, .otp-verify-form, .product-description, .ratings-submit-form, .register-form, .register-form .form-group, .sidenav-profile, .suha-navbar-toggler, .top-product-card, .top-search-form, .top-search-form form, .weekly-product-card, .weekly-product-card .product-thumbnail-side .product-thumbnail, li.suha-dropdown-menu {
    position: relative;
    z-index: 1;
  }
  #forgotpassword h1 {
    font-size: 20px;
    color: #058a90;
  }
  .loginWith {
    background: #058a90;
    font-size: 25px;
    text-align: center;
    color: #fff;
    border-radius: 16px;
    font-weight: bolder;
  }
  .register-form span {
    color: #fff;
    font-size: 12px;
    display: block;
  }
  #forgotpassword .form-check-inline {
    display: inline-block;
    margin-right: 1rem;
  }
  .prod-des1, .weekly-product-card .product-description .btn i, .widget .form-check-label {
    font-size: 14px;
  }
  .prod-des1 #rdemail {
    width: 3px !important;
    height: 3px !important;
    padding: 7px;
  }
  .form-box a {
    font-weight: 700;
    color: #4a7cd9;
    text-decoration: none;
  }
  .content-column {
    /* width: 100%;
    display: table;
    table-layout: fixed; */
  }
  .layout-twocolumn #leftColumn {
    display: table-cell;
    vertical-align: top;
  }
  #divCartNameAddOptions, #divNewCartResumeCartHolder {
    height: 50px;
    display: flex;
    align-items: center;
  }
  #continueButton, #divCartTools, #divCartNameInput, .divEmptyCart, .divEmptyCart br, .remove-button__mobile {
    display: none;
  }
  #divCartNameInput input#CartName {
    height: 30px;
  }

  #divCartNameInput .cart-name {
    margin-right: 16px;
  }
  #addPartDropdown {
    position: relative;
    top: -8px;
  }
  #divDownloadShareCartHolder, #divNewCartResumeCart {
    display: flex;
    flex-grow: 1;
    justify-content: end;
  }
  #content a:not(.chosen-single):not(.dk-btn__secondary), .ui-dialog-content a, .span-link {
    color: #221abb;
    cursor: pointer;
    text-decoration: none;
    font-weight: bold;
  }
  #content a:not(.chosen-single):not(.dk-btn__secondary), .ui-dialog-content a, .span-link {
    color: #221abb;
    cursor: pointer;
    text-decoration: none;
    font-weight: bold;
  }
  #divNewCartResumeCartHolder a span[class*='icon'], #divDownloadShareCart a span[class*='icon'] {
    font-size: 16px;
    vertical-align: middle;
  }
  .hydrated {
    visibility: inherit;
  }
  #divDisplayEmptyCartMsg h1, #divDisplayEmptyCartMsg p {
    margin: 4px;
    padding: 4px;
  }
  #content a:not(.chosen-single):not(.dk-btn__secondary), .ui-dialog-content a, .span-link {
    color: #221abb;
    cursor: pointer;
    text-decoration: none;
    font-weight: bold;
  }
  .dk-message__content {
    padding: 8px 16px;
    line-height: 18px;
    flex-grow: 1;
    font-weight: 700;
  }
  .dk-message__details {
    font-weight: 400;
    display: inline;
  }
  .dk-message--attention .dk-message__icon {
    background: #eec201;
    background: var(--warn);
  }
  #divSecurityMessage img {
    height: 32px;
    margin-right: 16px;
  }
  #cartDetails tr {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    border-radius: 8px;
  }
  #cartDetails {
    border-collapse: separate;
    border-spacing: 0 8px;
    position: relative;
    top: -8px;
    width: 100%;
  }
  #cartDetails tr th {
    background: #ffffff;
    border-top: 1px solid #eaeaea;
    border-bottom: solid 1px #eaeaea;
    padding: 8px;
  }
  #cartDetails tr {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    border-radius: 8px;
  }
  #cartDetails tr td:first-child {
    border-left: solid 1px var(--border-color--card);
    border-radius: 0.5rem 0 0 0.5rem;
  }
  #cartDetails tr th, #cartDetails tr td {
    text-align: left;
    vertical-align: middle;
    padding: 16px 8px;
    border-top: solid 1px var(--border-color--card);
    border-bottom: solid 1px var(--border-color--card);
    box-sizing: border-box;
    background: white;
  }
  #cartDetails .cart-image img {
    width: 64px;
    height: 64px;
    cursor: cell;
  }
  #cartDetails tr th, #cartDetails tr td {
    text-align: left;
    vertical-align: middle;
    padding: 16px 8px;
    border-top: solid 1px #eaeaea;
    border-bottom: solid 1px #eaeaea;
    box-sizing: border-box;
    background: white;
  } 
  #cartDetails .detailRow_productDetails div {
    padding: 2px 0;
  }
  #content a:not(.chosen-single):not(.dk-btn__secondary), .ui-dialog-content a, .span-link {
    color: #221abb;
    cursor: pointer;
    text-decoration: none;
    font-weight: bold;
  }
  #cartDetails .detailRow_productDetails div {
    padding: 2px 0;
  }
  #cartDetails input.dk-input {
    padding: 4px;
  }
  #cartDetails .cart-qtyInput {
    position: relative;
  }
  #cartDetails .ShoppingCartLabel {
    display: none;
  }
  #cartDetails .cart-qtyInput input {
    width: 80px;
  }
  #cartDetails input.dk-input {
    padding: 4px;
  }
  #cartDetails .ShoppingCartLabel {
    display: none;
  }

  .layout-threecolumn .content-column, .layout-threecolumn .left-column, .layout-twocolumn #leftColumn {
    display: table-cell;
    vertical-align: top;
  }
  .layout-threecolumn>.right-column, .layout-twocolumn #rightColumn {
    width: 275px;
    display: table-cell;
    padding-left: 20px;
    vertical-align: top;
  }
  #divCartDetailsButtons.dk-card {
    padding: 8px 16px;
  }
  .dk-btn__primary.disabled, .dk-btn__primary[disabled], .dk-btn__secondary.disabled, .dk-btn__secondary[disabled] {
    background-color: #fff;
  }
  .btn:disabled, .button:disabled, .disabled.btn, .disabled.button, .disabled.dk-btn__alternate, .disabled.dk-btn__primary, .disabled.dk-btn__secondary, .dk-btn.disabled, .dk-btn:disabled, .dk-btn__alternate:disabled, .dk-btn__primary:disabled, .dk-btn__secondary:disabled {
    pointer-events: none;
    color: #cccccc;
    background-color: #ffffff;
    box-shadow: inset 0 0 0 1px #cccccc;
  }
  #deleteButton {
    position: relative;
    padding-left: 40px;
  }
  #deleteButton span.icon-trash {
    position: absolute;
    left: 20px;
    font-size: 17px;
    top: 6px;
  }
  .btn, .button, .dk-btn, .dk-btn__alternate, .dk-btn__primary, .dk-btn__secondary {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    text-decoration: none;
    font-weight: 700;
    box-sizing: border-box;
    background-color: var(--btn-bg-color--primary);
    color: #fff;
    color: var(--white);
    display: inline-block;
    font-size: 13px;
    line-height: 1;
    padding: 8px 24px;
    margin: 5px 8px;
    margin-left: 0;
    min-width: 101px;
    text-align: center;
    border-radius: 100px;
    border: solid 0;
    transition: all 150ms ease-out;
    cursor: pointer;
    outline: 0;
    font-family: Roboto,"Noto Sans",Arial,Helvetica,sans-serif,dk;
    font-family: var(--dkfonts);
  }
  #divDownloadShareCartHolder, #divNewCartResumeCart {
    display: flex;
    flex-grow: 1;
    justify-content: end;
  }
  #content a:not(.chosen-single):not(.dk-btn__secondary), .ui-dialog-content a, .span-link {
    color: #221abb;
    cursor: pointer;
    text-decoration: none;
    font-weight: bold;
  }
  #divNewCartResumeCartHolder a, #divDownloadShareCart a {
    margin-left: 16px;
  }
  #rightColumn .right-column__summary-box {
    margin-top: 0px;
  }
  .headline-box__headline {
    font-weight: bold;
    font-size: 18px;
    border-bottom: solid 1px #ccc;
    display: block;
    padding: 5px 0;
  }
  #divQuestionsChat, #divAddress, #divOptions, #content .dk-card, .classic-card {
    padding: 15px;
    margin-bottom: 16px;
  }
  .dk-btn__primary.disabled, .dk-btn__primary[disabled], .dk-btn__secondary.disabled, .dk-btn__secondary[disabled] {
    background-color: #fff;
  }
      @media (min-width: 992px) {
          .cat-banner .slider,
        .cat-banner .slide {
            height: 60vh;
          }
        }
        
        .cat-banner .slide {
          position: relative;
        }
        .cat-banner .slide .slide__img {
          width: 100%;
          height: auto;
          overflow: hidden;
        }
        @media (min-width: 992px) {
          .cat-banner .slide .slide__img {
            position: absolute;
            top: 50%;
            left: 0;
            transform: translateY(-50%);
          }
        }
        .cat-banner .slide .slide__img img {
          max-width: 100%;
          height: auto;
          opacity: 1 !important;
          -webkit-animation-duration: 3s;
                  animation-duration: 3s;
          transition: all 1s ease;
        }
        .cat-banner .slide .slide__content {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
        }
        .cat-banner .slide .slide__content.slide__content__left {
          left: 15%;
          transform: translate(-15%, -50%);
        }
        .cat-banner .slide .slide__content.slide__content__right {
          right: 15%;
          left: auto;
          transform: translate(5%, -50%);
        }
        .cat-banner .slide .slide__content--headings {
          color: #fff;
        }
        .cat-banner .slide .slide__content--headings h2 {
          font-size: 4.5rem;
          margin: 10px 0;
        }
        .cat-banner .slide .slide__content--headings .animated {
          transition: all 0.5s ease;
        }
        .cat-banner .slide .slide__content--headings .top-title {
          font-family: "Playball", cursive;
          font-size: 2.5rem;
          line-height: 120%;
        }
        .cat-banner .slide .slide__content--headings .title {
          font-size: 22px;
        }
        .cat-banner .slide .slide__content--headings .button-custom {
          text-decoration: none;
          color: #333;
          padding: 1.2rem 2.5rem;
          font-size: 1.5rem;
        }
        .banner-box{
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center;
          padding: 20px;
        
        }
        .btn-now{
        appearance: none;
          -moz-appearance: none;
          -webkit-appearance: none;
          text-decoration: none;
          font-weight: 700;
          box-sizing: border-box;
          background-color: #ff2100;
          color: #fff;
          display: inline-block;
          font-size: 13px;
          line-height: 1;
          padding: 8px 24px;
          margin: 5px 8px;
          margin-left: 0;
          min-width: 101px;
          text-align: center;
          border-radius: 100px;
          border: solid 0;
          transition: all 150ms ease-out;
          cursor: pointer;
          outline: 0;
        }
        .contant-box h2, .contant-box h1 {
          font-size: 26px;
      }
        .cat-banner .slider [data-animation-in] {
          /* opacity: 0; */
          -webkit-animation-duration: 1.5s;
                  animation-duration: 1.5s;
          transition: opacity 0.5s ease 0.3s;
        }
        
        .slider-do .slick-track {
              height: 100%;
      }
      .shadow-bat .slick-slider {
        height: 30%;
      }
      .shadow-bat .slick-list {
        height: 100%;
      }
        .slick-dotted .slick-slider {
          margin-bottom: 30px;
        }
        .menulist .nav-link,.menulist .nav-link.active {
          color: #fff;
      }
        .slick-dots {
          position: absolute;
          bottom: 25px;
          list-style: none;
          display: block;
          text-align: center;
          padding: 0;
          margin: 0;
          width: 100%;
        }
        .slick-dots li {
          position: relative;
          display: inline-block;
          margin: 0 5px;
          padding: 0;
          cursor: pointer;
        }
        .slick-dots li button {
          border: 0;
          display: block;
          outline: none;
          line-height: 0px;
          font-size: 0px;
          color: transparent;
          padding: 5px;
          cursor: pointer;
          transition: all 0.3s ease;
        }
        .slick-dots li button:hover, .slick-dots li button:focus {
          outline: none;
        }
        
        .simple-dots .slick-dots li {
          width: 20px;
          height: 20px;
        }
        .simple-dots .slick-dots li button {
          border-radius: 50%;
          background-color: white;
          opacity: 0.25;
          width: 20px;
          height: 20px;
        }
        .simple-dots .slick-dots li button:hover, .simple-dots .slick-dots li button:focus {
          opacity: 1;
        }
        .simple-dots .slick-dots li.slick-active button {
          color: white;
          opacity: 0.75;
        }
        
        .stick-dots .slick-dots li {
          height: 3px;
          width: 50px;
        }
        .stick-dots .slick-dots li button {
          position: relative;
          background-color: white;
          opacity: 0.25;
          width: 50px;
          height: 3px;
          padding: 0;
        }
        .stick-dots .slick-dots li button:hover, .stick-dots .slick-dots li button:focus {
          opacity: 1;
        }
        .stick-dots .slick-dots li.slick-active button {
          color: white;
          opacity: 0.75;
        }
        .stick-dots .slick-dots li.slick-active button:hover, .stick-dots .slick-dots li.slick-active button:focus {
          opacity: 1;
        }
        
        /* /////////// IMAGE ZOOM /////////// */
        @-webkit-keyframes zoomInImage {
          from {
            transform: scale3d(1, 1, 1);
          }
          to {
            transform: scale3d(1.1, 1.1, 1.1);
          }
        }
        @keyframes zoomInImage {
          from {
            transform: scale3d(1, 1, 1);
          }
          to {
            transform: scale3d(1.1, 1.1, 1.1);
          }
        }
        .zoomInImage {
          -webkit-animation-name: zoomInImage;
                  animation-name: zoomInImage;
        }
        
        @-webkit-keyframes zoomOutImage {
          from {
            transform: scale3d(1.1, 1.1, 1.1);
          }
          to {
            transform: scale3d(1, 1, 1);
          }
        }
        
        @keyframes zoomOutImage {
          from {
            transform: scale3d(1.1, 1.1, 1.1);
          }
          to {
            transform: scale3d(1, 1, 1);
          }
        }
        .zoomOutImage {
          -webkit-animation-name: zoomOutImage;
                  animation-name: zoomOutImage;
        }
        
        .slick-nav {
          --active: #fff;
          --border: rgba(255, 255, 255, 0.12);
          width: 44px;
          height: 44px;
          position: absolute;
          cursor: pointer;
          top: calc(50% - 44px);
        }
        .slick-nav.prev-arrow {
          left: 3%;
          transform: scaleX(-1);
          z-index: 999;
        }
        .slick-nav.next-arrow {
          left: auto;
          right: 3%;
        }
        .slick-nav i {
          display: block;
          position: absolute;
          margin: -10px 0 0 -10px;
          width: 20px;
          height: 20px;
          left: 50%;
          top: 50%;
        }
        .slick-nav i:before, .slick-nav i:after {
          content: "";
          width: 10px;
          height: 2px;
          border-radius: 1px;
          position: absolute;
          left: 50%;
          top: 50%;
          background: var(--active);
          margin: -1px 0 0 -5px;
          display: block;
          transform-origin: 9px 50%;
        }
        .slick-nav i:before {
          transform: rotate(-40deg);
        }
        .slick-nav i:after {
          transform: rotate(40deg);
        }
        .slick-nav:before, .slick-nav:after {
          content: "";
          display: block;
          position: absolute;
          left: 1px;
          right: 1px;
          top: 1px;
          bottom: 1px;
          border-radius: 50%;
          border: 2px solid var(--border);
        }
        .slick-nav svg {
          width: 44px;
          height: 44px;
          display: block;
          position: relative;
          z-index: 1;
          color: var(--active);
          stroke-width: 2px;
          stroke-dashoffset: 126;
          stroke-dasharray: 126 126 0;
          transform: rotate(0deg);
        }
        .slick-nav.animate svg {
          -webkit-animation: stroke 1s ease forwards 0.3s;
                  animation: stroke 1s ease forwards 0.3s;
        }
        .slick-nav.animate i {
          -webkit-animation: arrow 1.6s ease forwards;
                  animation: arrow 1.6s ease forwards;
        }
        .slick-nav.animate i:before {
          -webkit-animation: arrowUp 1.6s ease forwards;
                  animation: arrowUp 1.6s ease forwards;
        }
        .slick-nav.animate i:after {
          -webkit-animation: arrowDown 1.6s ease forwards;
                  animation: arrowDown 1.6s ease forwards;
        }
        
        @-webkit-keyframes stroke {
          52% {
            transform: rotate(-180deg);
            stroke-dashoffset: 0;
          }
          52.1% {
            transform: rotate(-360deg);
            stroke-dashoffset: 0;
          }
          100% {
            transform: rotate(-180deg);
            stroke-dashoffset: 126;
          }
        }
        
        @keyframes stroke {
          52% {
            transform: rotate(-180deg);
            stroke-dashoffset: 0;
          }
          52.1% {
            transform: rotate(-360deg);
            stroke-dashoffset: 0;
          }
          100% {
            transform: rotate(-180deg);
            stroke-dashoffset: 126;
          }
        }
        @-webkit-keyframes arrow {
          0%, 100% {
            transform: translateX(0);
            opacity: 1;
          }
          23% {
            transform: translateX(17px);
            opacity: 1;
          }
          24%, 80% {
            transform: translateX(-22px);
            opacity: 0;
          }
          81% {
            opacity: 1;
            transform: translateX(-22px);
          }
        }
        @keyframes arrow {
          0%, 100% {
            transform: translateX(0);
            opacity: 1;
          }
          23% {
            transform: translateX(17px);
            opacity: 1;
          }
          24%, 80% {
            transform: translateX(-22px);
            opacity: 0;
          }
          81% {
            opacity: 1;
            transform: translateX(-22px);
          }
        }
        @-webkit-keyframes arrowUp {
          0%, 100% {
            transform: rotate(-40deg) scaleX(1);
          }
          20%, 80% {
            transform: rotate(0deg) scaleX(0.1);
          }
        }
        @keyframes arrowUp {
          0%, 100% {
            transform: rotate(-40deg) scaleX(1);
          }
          20%, 80% {
            transform: rotate(0deg) scaleX(0.1);
          }
        }
        @-webkit-keyframes arrowDown {
          0%, 100% {
            transform: rotate(40deg) scaleX(1);
          }
          20%, 80% {
            transform: rotate(0deg) scaleX(0.1);
          }
        }
        @keyframes arrowDown {
          0%, 100% {
            transform: rotate(40deg) scaleX(1);
          }
          20%, 80% {
            transform: rotate(0deg) scaleX(0.1);
          }
        }

        .submenu {
          width: 84%;
          position: absolute;
          right: 0;
          height: 100%;
          background: #fff;
          z-index: 9999;
          top: 0;
          /* border-left: 3px solid #000; */
          padding: 24px;
          display: none;
          box-shadow: inset 0px 0px 4px 0px #bababa;
      }
      .mainmenu:hover .submenu {
          display: block;
      }
      .submenu ul {
          width: 49%;
      }
      .list-cate li:hover {
        background-color: #d6d6d6;
      }
      .topfooter.py-3 {
          background: #444444;
          color: #fff;
      }
      span.mainmenu .d-flex i {
        padding: 6px 8px 0px 0px;
        font-size: 22px;
    }
      input.emailsub {
          border: none;
          font-size: 14px;
          border-radius: 4px;
          box-sizing: border-box;
          height: 36px;
          vertical-align: top;
          padding: 0 80px 0 10px;
          width: 300px;
      }
      button.Subscribe-email {
          box-sizing: border-box;
          color: #fff;
          background-color: #ff2100;
          border: none;
          border-radius: 0 4px 4px 0;
          font-weight: bold;
          font-size: 12px;
          height: 36px;
          margin-left: -10px;
          vertical-align: top;
          padding: 0 20px;
          -webkit-appearance: none;
          transition: all 150ms ease-out;
      }
      input.emailsub:focus-visible {
          outline: 0;
      }
      .footerfull {
          background: #111111;
      }

      .footer__top > div {
          padding: 20px 20px 10px 20px;
          /* width: calc(25% - 40px);
          max-width: 350px; */
      }
      .footer__top .footer__headline {
          text-transform: uppercase;
          font-weight: bold;
          color: #fff;
      }

      .footer__headline {
          margin-bottom: 10px;
          display: block;
          font-size: 12px;
      }
      .footer__top a {
          display: block;
          margin: 0 0 7px 0;
          font-size: 12px;
          color: #b4b4b4;

      }

      #vikingcloudSealImage {
          width: 100px;
      }
      .dklk {
          width: 160px;
      }
      .footer__social img {
          height: 18px;
      }
      .footer__social a {
          display: inline-block;
          margin-right: 10px;
      }
      .footer__apps img {
          height: 30px;
      }
      .footer__apps a {
          display: inline-block;
      }
      .footer__apps {
          margin: 10px 0;
      }
      .footer__top a:hover {
          text-decoration: underline;
      }
      .footer__bottom,.footer__bottom a span {
          text-align: center;
          padding: 10px;
          font-size: 11px;
          color: #b4b4b4;
      }
      .footer__bottom .footer__bottom--line-2 {
          padding-top: 5px;
          direction: ltr;
      }

      .footer__bottom .footer__bottom--line-1 a:first-child {
          color: #fff;
          border: none;
      }

      .footer__bottom .footer__bottom--line-1 > a, .footer__bottom .footer__bottom--line-1 > span {
          border-right: solid 1px #b4b4b4;
          padding-right: 10px;
          margin-right: 10px;
          white-space: nowrap;
      }

      .footer__bottom .footer__bottom--line-1 > a, .footer__bottom .footer__bottom--line-1 > span {
          border-right: none;
          border-left: solid 1px #b4b4b4;
          padding-left: 10px;
          margin-left: 10px;
          padding-right: 0px;
          margin-right: 0px;
      }
      .footer__bottom .footer__bottom--line-1 a img {
          height: 13px;
          margin-right: 5px;
          vertical-align: text-bottom;
      }


      .dk-card {
        box-sizing: border-box;
        background: #fff;
        background: #ffffff;;
        border: 1px solid #eaeaea;
        border: 1px solid #eaeaea;;
        border-radius: 0.5rem;
        box-shadow: 0 1px 3px 0 rgba(0,0,0,.1), 0 1px 2px 0 rgba(0,0,0,.06);
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1),0 1px 2px 0 rgba(0, 0, 0, 0.06);
      }
      .myHmpg-resTools__header .myHmpg__headline {
        font-size: 18px;
        position: relative;
        z-index: 1;
      }

      .myHmpg__headline {
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        line-height: 16px;
        text-transform: uppercase;
      }
      .myHmpg-resTools__container {
        flex-grow: 1;
        /* margin-right: 8px; */
        min-height: 220px;
        min-width: calc(33% - 8px);
        margin-bottom: 20px;
      }
      .myHmpg-resTools__header {
        padding: 20px 20px 0px 20px;
      }
      .myHmpg-resTools__image {
        text-align: center;
        float: right;
        position: relative;
      }
      .myHmpg__cardImage {
        position: relative;
        top: -30px;
        right: 0px;
        max-height: 210px;
        z-index: 0;
      }
      .myHmpg-resTools__list {
        padding: 20px 10px 20px 10px;
        position: relative;
        z-index: 1;
      }
      .myHmpg-resTools__list ul {
        padding: 0px;
        margin: 0px;
      }

      .myHmpg-resTools__list ul li {
        list-style: none;
      }
      .myHmpg-resTools__list ul li a {
        border-left: solid 3px #ffffff;;
        /* color: #eaeaea;; */
        text-decoration: none;
        font-weight: bold;
        display: block;
        padding: 7px;
      }

      .myHmpg-adPlayer-slide {
        height: auto;
        padding: 10px 14px;
        box-sizing: border-box;
        background: #ffffff;;
        /* border: 1px solid #eaeaea;
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); */
        border-radius: 0.5rem;
        margin: 10px;
        /* min-height: 380px; */

      }
      .dk-slide {
        overflow: hidden;
      }
      .thumb {
        height: 30px;
      }
      .dk-slide img {
        height: auto;
        width: 100%;
        /* margin-bottom: 10px; */
      }
      .thumb img {
        max-height: 30px;
        max-width: 100%;
        width: auto;
      }
      input.addpro {
        width: 25%;
    }

    .addbtn {
      background: #ef0000;
      padding: 8px 26px;
      border-radius: 5px;
      margin-left: 10px;
  }
      .slide .title,  .slide .title a {
        color: #000;
        font-weight: 600;
        display: block;
        padding-bottom: 1rem;
        padding-top: 0.5rem;
        margin: 0;
      }

      .slide .title,  .slide .title a {
        font-size: 12px;
        color: #222222;;
        text-decoration: none;
      }
      .slide-image-link {
        display: flex;
        text-align: center;
        justify-content: center;
      } 
      .slide .img-responsive {
        max-width: 165px;
        margin-bottom: 30px;
      }

      .dk-carousel .dk-slide img {
        height: auto;
        width: 100%;
        /* margin-bottom: 10px; */
      }
      .content,.content p {
        color: #000;
        font-size: 11px;
        line-height: 120%;
      }
      .content a.btn {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        border: 0;
        border-radius: 0;
        background: transparent;
        font-size: 0 !important;
      }
      .sliderproduct ul.slick-dots {
        bottom: -24px;
      }
      .features-slider ul.slick-dots {
        bottom: -40px;
      }
      li.slick-active button {
        background: #666666;
      }
      .sliderproduct .slick-dots li button,
      .features-slider .slick-dots li button {

        border-radius: 50px;
      }
      .sliderproduct button.slick-next.slick-arrow,
      .features-slider button.slick-next.slick-arrow {
        right: 0;
        top: 50%;
        position: absolute;
        border: none;
        background: transparent;
        font-size: 0;
        z-index: 9;
      }
      .sliderproduct button.slick-prev.slick-arrow,
      .features-slider button.slick-prev.slick-arrow {
        position: absolute;
        bottom: 50%;
        left: 0;
        border: none;
        background: transparent;
        font-size: 0;
        z-index: 9;
      }
      .features-slider button.slick-prev.slick-arrow {
        bottom: 71%;
    }
    
    
    .features-slider button.slick-next.slick-arrow {
      top: 29% !important;
  }
      .sliderproduct button.slick-next.slick-arrow:after,
      .features-slider button.slick-next.slick-arrow:after {
        content: "";
        position: absolute;
        left: 0;
        background: url(../image/angle-right-solid.svg);
        width: 25px;
        height: 25px;
        background-repeat: no-repeat;
      }
      .sliderproduct button.slick-prev.slick-arrow:after,
      .features-slider button.slick-prev.slick-arrow:after {
        content: "";
        position: absolute;
        left: 0;
        background: url(../image/angle-left-solid.svg);
        width: 25px;
        height: 25px;
        background-repeat: no-repeat;
      }
      .myHmpg__headline a{
        display: inline-block;
          vertical-align: middle;
          padding: 0 7px;
          font-size: 11px;
          text-transform: uppercase;
          cursor: pointer;
          color: #221abb;
      }

      .featured-manufacturers div.dk-card {
        display: block;
        height: 50px;
        padding: 4px;
        box-sizing: border-box;
      }

      .featured-manufacturers div.dk-card a {
        background: #fff;
      }
      .featured-manufacturers div.dk-card a {
        display: block;
        width: 100%;
        height: 42px;
        background: #fff;
      }
      .featured-manufacturers div.dk-card a img {
        display: block;
        width: 80px;
        height: 40px;
        margin: 0 auto;
      }
      .toole-sevices .list-cate ul li a {
        font-size: 12px;
      }

      .css-nhb8h9 {
        display: flex;
        flex-wrap: wrap;
        -webkit-box-align: center;
        align-items: center;
        padding: 0px;
        margin: 0px;
        list-style: none;
      }
      .tss-1h2ujpp-root-anchor {
        display: inline-block;
        text-decoration: none;
        margin: 0px;
        padding: 0px;
        color: rgb(34, 34, 34);
        font-size: 11px;
        font-weight: bold;
        line-height: 19px;
        min-height: 20px;
      }
      .css-3mf706 {
        display: flex;
        user-select: none;
        margin-left: 8px;
        margin-right: 8px;
      }
      .css-11fo197 {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        width: 1em;
        height: 1em;
        display: inline-block;
        fill: currentColor;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
        transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
        font-size: 1.2857142857142856rem;
      }
      .accessories h3 {
        font-weight: 600;
        display: block;
        padding-bottom: 1rem;
        padding-top: 0.5rem;
        margin: 0;
      }

      .MuiIconButton-sizeLarge.css-10qnpew {
        background: transparent;
        border: 0;
      }
      .tss-4vyw3a-compactInput {
        border: 0;
        padding: 4px 6px;
        font-size: 14px;
        width: 100%;
      }
      .searchbar-u {
        border: 1px solid #CCCCCC;
        width: 241px;
        border-radius: 3px;
      }
      .tss-4vyw3a-compactInput:focus-visible {
        border: 0;
        outline: 0;
      }
      .card-scroll {
        background: #fff;
        border: 1px solid #CCCCCC;
        border-radius: 5px;
        min-height: 331px;
      }
      .div-header {
        padding: 12px;
      }
      .div-header h6 {
        margin: 0;
        color: #22221F;
        font-size: 12px;
        font-weight: bold;
        line-height: 14px;
      }
      .div-header {
        padding: 12px 4px;
        border-bottom: 1px solid #CCCCCC;
      }
      .tss-1e10cgr-input {
        border: 1px solid #CCCCCC;
        border-radius: 5px;
        font-size: 14px;
        padding: 3px 5px;
      }
      .tss-1e10cgr-input:focus-visible {
        outline: 0;
      }
      .scroll-part {
        height: 250px;
        overflow: auto;
        padding: 12px;
      }
      .scroll-part p {
        cursor: pointer;
        font-size: 12px;
        overflow: hidden;
        padding: 2px 12px 0px 12px;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin: 0;
      }
      .form-check-input{
        box-shadow: none !important ;
      }
      .checkbox-content h6 {
        font-size: 12px;
        font-weight: bold;
        line-height: 14px;
        padding: 8px 0px;
      }
      .checkbox-content .form-check-label {
        font-size: 13px;
        line-height: 16px;
      }
      .form-check-input:checked {
        background-color: #ff2100;
        border-color: #ff2100;
      }
      .box-check {
        border-right: 1px solid #cccccc;
      }
      .table-fi th {
        background-color: #1A1552;
        border: 1px solid #E6E6E6;
        color: #FFFFFF;
        font-size: 12px;
        font-weight: normal;
        /* line-height: 14px; */
        min-width: 60px;
        padding: 8px;
        white-space: nowrap;
      }
      .tss-14opy48-iconButton {
        height: 25px;
        width: 100%;
      }

      .css-1b47e06 {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        position: relative;
        box-sizing: border-box;
        -webkit-tap-highlight-color: transparent;
        background-color: transparent;
        outline: 0;
        border: 0;
        margin: 0;
        border-radius: 0;
        padding: 0;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        vertical-align: middle;
        -moz-appearance: none;
        -webkit-appearance: none;
        -webkit-text-decoration: none;
        text-decoration: none;
        color: inherit;
      }
      .css-1ul47bz {
        box-sizing: border-box;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        margin: 0;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
      }
      .tss-1wbmub-tableHeaderCell-tableHeaderSortCell {
        padding: 0 !important;
      }
      .tss-12hri7n-iconContainer {
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
      }
      .tss-12hri7n-iconContainer:not(:last-of-type) {
        border-right: 1px solid #E6E6E6;
      }
      .tss-1hmscrb-iconContainer-sortedGridItem:not(:last-of-type) {
        border-right: 1px solid #E6E6E6;
      }
      .tss-1hmscrb-iconContainer-sortedGridItem {
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        background-color: #474374;
        color: #FFFFFF;
      }
      .tss-nt9krt-tableControl {
        padding: 16px;
      }
      .css-1d3bbye {
        box-sizing: border-box;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
      }
      .css-1wxaqej {
        box-sizing: border-box;
        margin: 0;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
      }
      .tss-vku2qe-usePerPageSelectorStyles-pageSelector {
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        font-size: 14px;
        height: 32px;
        line-height: 32px;
      }
      .css-r4tacj {
        font-family: Roboto,Noto Sans,Arial,Helvetica,sans-serif,dk;
        font-weight: 400;
        font-size: 0.8571428571428571rem;
        line-height: 1.4375em;
        color: #222222;
        box-sizing: border-box;
        position: relative;
        cursor: text;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
      }
      .tss-10w8fhn-usePerPageSelectorStyles-select {
        padding: 6px 16px 0px 6px;
      }

      .css-1wut8mh.css-1wut8mh.css-1wut8mh {
        padding-right: 24px;
        min-width: 16px;
      }
      .css-1k3x8v3 {
        bottom: 0;
        left: 0;
        position: absolute;
        opacity: 0;
        pointer-events: none;
        width: 100%;
        box-sizing: border-box;
      }
      .tss-1s7rauy-usePerPageSelectorStyles-selectIcon {
        top: calc(50% - 10px);
      }

      .css-xp9zou {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        width: 1em;
        height: 1em;
        display: inline-block;
        fill: currentColor;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
        transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
        font-size: 1.2857142857142856rem;
        position: absolute;
        right: 0;
        top: calc(50% - 0.5em);
        pointer-events: none;
        color: #221ABB;
        color: #222222;
      }
      .css-1wxaqej {
        box-sizing: border-box;
        margin: 0;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
      }
      .tss-kk5sd3-root {
        background-color: inherit;
        border-bottom: none;
        border-left: 2px solid #CCCCCC;
        height: 100%;
        margin: 0 24px;
        width: 100%;
      }
      .tss-263r4h-inputPaper {
        background-color: #FFFFFF;
        background-image: none;
        border: 1px solid #CCCCCC;
        border-radius: 4px;
        box-shadow: unset;
        display: inline-block;
        height: 32px;
        padding: 0;
        width: 150px;
        position: relative;
      }
      .tss-1ulf278-inputBase {
        border: none;
        border-radius: 4px;
        font-size: 14px;
        height: 100%;
        padding: 0px 8px;
        width: calc(100% - 28px);
      }
      .tss-1ulf278-inputBase>input {
        border: none;
      }

      .css-tpaq31 {
        font: inherit;
        letter-spacing: inherit;
        color: currentColor;
        padding: 4px 0 5px;
        border: 0;
        box-sizing: content-box;
        background: none;
        height: 1.4375em;
        margin: 0;
        -webkit-tap-highlight-color: transparent;
        display: block;
        min-width: 0;
        width: 100%;
        -webkit-animation-name: mui-auto-fill-cancel;
        animation-name: mui-auto-fill-cancel;
        -webkit-animation-duration: 10ms;
        animation-duration: 10ms;
        background-color: #FFFFFF;
        border: 1px solid #222222;
      }
      .tss-1noj65v-inputIconButton {
        border-radius: 24px;
        color: inherit;
        height: 24px;
        margin-bottom: 4px;
        padding: 0;
        width: 24px;
      }

      .css-g3zx67 {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        position: relative;
        box-sizing: border-box;
        -webkit-tap-highlight-color: transparent;
        background-color: transparent;
        outline: 0;
        border: 0;
        margin: 0;
        border-radius: 0;
        padding: 0;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        vertical-align: middle;
        -moz-appearance: none;
        -webkit-appearance: none;
        -webkit-text-decoration: none;
        text-decoration: none;
        color: inherit;
        text-align: center;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        font-size: 1.2857142857142856rem;
        padding: 8px;
        border-radius: 50%;
        overflow: visible;
        color: #221ABB;
        -webkit-transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
        transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
      }
      .tss-16xinpl-downloadButton {
        margin: auto 0 auto auto;
      }
      .css-ocsfr4 {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        position: relative;
        box-sizing: border-box;
        -webkit-tap-highlight-color: transparent;
        background-color: transparent;
        outline: 0;
        border: 0;
        margin: 0;
        border-radius: 0;
        padding: 0;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        vertical-align: middle;
        -moz-appearance: none;
        -webkit-appearance: none;
        -webkit-text-decoration: none;
        text-decoration: none;
        color: inherit;
        font-family: Roboto,Noto Sans,Arial,Helvetica,sans-serif,dk;
        font-weight: 500;
        font-size: 0.6964285714285714rem;
        line-height: 1.75;
        text-transform: uppercase;
        min-width: 64px;
        padding: 3px 9px;
        border-radius: 4px;
        -webkit-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
        transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
        border: 1px solid rgba(26, 21, 82, 0.5);
        color: #1A1552;
        box-shadow: none;
        border: 2px solid transparent;
        border-radius: 100px;
        font-size: 14px;
        font-weight: bold;
        height: 32px;
        line-height: 1;
        min-width: 100px;
        padding: 0 32px;
        text-transform: none;
        background-color: #FFFFFF;
        border: 2px solid #CCCCCC;
        color: #1A1552;
        font-size: 12px;
        height: 24px;
        min-width: 70px;
        padding: 0 24px;
      }
      .css-azg0ic {
        font-family: Roboto,Noto Sans,Arial,Helvetica,sans-serif,dk;
        font-weight: 400;
        font-size: 0.8571428571428571rem;
        line-height: 1.4375em;
        color: #222222;
        box-sizing: border-box;
        position: relative;
        cursor: text;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
      }
      .css-39bbo6 {
        border-top: 0;
      }
      .tss-1noj65v-inputIconButton.css-g3zx67 {
        position: absolute;
        top: 5px;
      }
      .tss-qjp8cf-TableRowStyles-tableRow:nth-of-type(odd) {
        background-color: #FFFFFF;
      }

      .tss-qjp8cf-TableRowStyles-tableRow {
        border-bottom: 1px solid #DDDDDD;
      }
      .css-c9pui3 {
        color: inherit;
        display: table-row;
        vertical-align: middle;
        outline: 0;
      }
      .tss-fx8g83-checkboxWrapper {
        text-align: center;
      }
      .css-jsm1k1 {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        position: relative;
        box-sizing: border-box;
        -webkit-tap-highlight-color: transparent;
        background-color: transparent;
        outline: 0;
        border: 0;
        margin: 0;
        border-radius: 0;
        padding: 0;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        vertical-align: middle;
        -moz-appearance: none;
        -webkit-appearance: none;
        -webkit-text-decoration: none;
        text-decoration: none;
        color: inherit;
        padding: 9px;
        border-radius: 50%;
        color: #FFFFFF;
        color: #222222;
        padding: 0;
      }
      .tss-mj2lca-root {
        box-shadow: none;
        color: #666666;
        display: block;
        font-size: 10px;
        height: 55px;
        overflow: hidden;
        white-space: initial;
        width: 55px;
        word-break: break-word;
      }
      .tss-yhvrg3-TableRowStyles-filterTableCellRoot:nth-of-type(-n+2) {
        background-color: #FFFFFF;
      }

      .tss-yhvrg3-TableRowStyles-filterTableCellRoot {
        border: 1px solid #E6E6E6;
        font-size: 13px;
        padding: 8px;
        vertical-align: top;
        /* white-space: break-spaces; */
        word-break: keep-all;
      }
      .css-jgm9a3 {
        box-sizing: border-box;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex-wrap: nowrap;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        width: 100%;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
      }
      .tss-1lhb1ow-iconStack {
        color: #289C28;
        min-width: 34px;
        padding: 0px 12px 0px 4px;
      }
      .tss-1ytodic-Link-anchor {
        color: #221ABB;
        text-decoration-line: none;
      }
      .tss-iy6mqs-container {
        height: 55px;
        margin: inherit;
        width: 55px;
      }
      .tss-1ge02ku-productColExpandedContainer {
        min-width: 200px;
        padding: 0px 8px;
      }
      .tss-41s5xv-productColExpandedPartNumber-anchor {
        color: #221ABB;
        font-size: 14px;
        font-weight: bold;
        line-height: 16px;
        color: #221ABB;
        text-decoration-line: none;
      }
      .tss-7dp38y-productColExpandedDescription {
        font-size: 12px;
        line-height: 14px;
      }
      .tss-1hy0h66-productColExpandedManufacturer {
        color: #221ABB;
        display: block;
        font-size: 12px;
        font-style: italic;
        line-height: 14px;
        padding-top: 8px;
        -webkit-text-decoration: none;
        text-decoration: none;
      }
      .css-7hk5do *, .css-7hk5do *::before, .css-7hk5do *::after {
        box-sizing: inherit;
    }

    .tss-1j7vno9-infoListContainer {
      min-width: 100px;
      text-align: right;
      white-space: nowrap;
      word-break: keep-all;
    }
    .tss-wkc3x7-infoListDataPrimary {
      font-size: 12px;
      line-height: 14px;
    }
    .css-7hk5do strong, .css-7hk5do b {
      font-weight: 700;
    }
    .tss-8e8qox-infoListDataSecondary {
      font-size: 10px;
      line-height: 12px;
      white-space: normal;
    }
    .tss-abfcpl-infoListDataSecondary-alignLeft {
      font-size: 10px;
      line-height: 12px;
      white-space: normal;
      text-align: left;
    }
    .tss-1h0oleu-stringList {
      white-space: nowrap;
    }
    .tss-j9l2xa-helpIcon {
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      font-size: calc(100% + 4px);
      margin: 0px 4px;
      padding: 0;
      vertical-align: sub;
    }
    .tss-jsbph2-TableRowStyles-filterTableCellRoot-TableRowStyles-sorted:last-of-type {
      border-right: none;
    }
    .css-1xnox0e {
      display: table-row-group;
    }

    .css-1vekb4f {
      background-color: #FFFFFF;
      color: #222222;
      -webkit-transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
      transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
      border-radius: 4px;
      box-shadow: 0px 2px 1px -1px rgba(0,0,0,0.2), 0px 1px 1px 0px rgba(0,0,0,0.14), 0px 1px 3px 0px rgba(0,0,0,0.12);
      background-image: none;
      border-radius: 4px;
      padding: 16px 24px;
      border: 1px solid #EAEAEA;
      box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.10);
    }
    .css-1y0wms0 {
      box-sizing: border-box;
      display: flex;
      flex-flow: wrap;
      width: 100%;
      margin: 0px;
      -webkit-box-pack: start;
      justify-content: flex-start;
      align-items: flex-start;
    }
    .tss-jnkgid-container {
      height: 211px;
      margin: 0 auto;
      width: 211px;
    }
    .tss-ywzrf4-root {
      box-shadow: none;
      color: #666666;
      display: block;
      font-size: 10px;
      height: 211px;
      overflow: hidden;
      white-space: initial;
      width: 211px;
      word-break: break-word;
    }
    .tss-8egm3c-photoDisclaimer {
      font-size: 12px;
      font-style: italic;
      width: 211px;
    }
    .tss-13b8aiw-carouselNavContainer {
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      margin-top: 8px;
      width: 100%;
    }
    .tss-1wot2qb-carouselNav {
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      margin-top: 8px;
    }
    .tss-10hpa3z-Detail-overviewDetails {
      max-width: 64%;
    }
    .css-1wbz3t9 {
      display: table-header-group;
    }
    .tss-7iuxgn-container {
      margin: 0px 0px 16px 32px;
      min-height: 64%;
    }
    .css-1ssfo {
      display: table;
      width: 100%;
      border-collapse: collapse;
      border-spacing: 0;
    }
    .css-c9pui3 {
      color: inherit;
      display: table-row;
      vertical-align: middle;
      outline: 0;
    }
    .tss-zxdr8e-th {
      border-bottom: solid 0px #CCCCCC;
      color: #222222;
      font-size: 18px;
      font-weight: bold;
      line-height: 18px;
      padding: 0px 0px 12px 8px;
    }
    .css-4ro0k3 {
      font-family: Roboto,Noto Sans,Arial,Helvetica,sans-serif,dk;
      font-weight: 400;
      font-size: 14px;
      line-height: 1.43;
      display: table-cell;
      vertical-align: inherit;
      border-bottom: 1px solid rgba(224, 224, 224, 1);
      text-align: left;
      padding:4px;
      color: #222222;
      border-color: #CCCCCC;
    }

    .css-162sqo8 {
      font-family: Roboto,Noto Sans,Arial,Helvetica,sans-serif,dk;
      font-weight: 500;
      font-size: 0.75rem;
      line-height: 1.2857142857142856rem;
      display: table-cell;
      vertical-align: inherit;
      border-bottom: 1px solid rgba(224, 224, 224, 1);
      text-align: left;
      padding: 16px;
      color: #222222;
      border-color: #CCCCCC;
    }
    .tss-105is2f-tdBreak-manuProductNumber-tdLeft.tss-105is2f-tdBreak-manuProductNumber-tdLeft {
      display: inline-block;
    }

    .tss-105is2f-tdBreak-manuProductNumber-tdLeft.tss-105is2f-tdBreak-manuProductNumber-tdLeft {
      color: #222222;
      font-size: 18px;
      line-height: 18px;
      margin: 0;
      padding: 0;
    }
    .tss-105is2f-tdBreak-manuProductNumber-tdLeft {
      text-align: left;
    }
    .css-1xnox0e {
      display: table-row-group;
    }
    .tss-gbiwuu-tr {
      height: 0;
      min-width: 64%;
      padding: 0px 8px;
    }

    .css-c9pui3 {
      color: inherit;
      display: table-row;
      vertical-align: middle;
      outline: 0;
    }


    .tss-1tijzne-tdBold {
      border: none;
      font-size: 16px;
      font-weight: bold;
      letter-spacing: -0.17px;
      line-height: 16px;
      padding: 8px 8px;
      vertical-align: top;
      white-space: nowrap;
    }
    .tss-dazkrn-tdBreakCms {
      padding: 0px 32px 0px 0px;
      text-align: right;
    }
    .tss-zxdr8e-th {
      border-bottom: solid 0px #CCCCCC;
      color: #222222;
      font-size: 18px;
      font-weight: bold;
      line-height: 18px;
      padding: 0px 0px 12px 8px;
  }

  td.MuiTableCell-root.MuiTableCell-body.tss-3zahz8-td.MuiTableCell-sizeMedium.css-4ro0k3 {
    padding: 4px;
    border: none;
  }
  td.MuiTableCell-root.MuiTableCell-body.tss-12blekn-tdCopy.MuiTableCell-sizeMedium.css-4ro0k3 {
    padding: 4px;
    border: none;

  }
  .tss-1i92suj-tdBreak a {
    color: #000;
    font-weight: 700;
  }
  .css-11fo197 {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 1em;
    height: 1em;
    display: inline-block;
    fill: currentColor;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    font-size: 1.2857142857142856rem;
  }
  .tss-gbiwuu-tr.tss-gbiwuu-tr:hover div.copy-to-clipboard button {
    visibility: visible;
  }

  .tss-1lvfzyu-copyDiv button {
    padding: 0;
    visibility: hidden;
  }
  .css-1d8yyci {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    outline: 0;
    border: 0;
    margin: 0;
    border-radius: 0;
    padding: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-text-decoration: none;
    text-decoration: none;
    color: inherit;
    text-align: center;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 1.2857142857142856rem;
    padding: 8px;
    border-radius: 50%;
    overflow: visible;
    color: #221ABB;
    -webkit-transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    padding: 5px;
    font-size: 0.9642857142857142rem;
  }
  .tss-1i92suj-tdBreak {
    text-align: left;
  }

  .tss-1lvfzyu-copyDiv {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    width: 27px;
  }
  .tss-12blekn-tdCopy.tss-12blekn-tdCopy.tss-12blekn-tdCopy:last-of-type {
    padding: 8px 0px 0px;
  }

  .tss-12blekn-tdCopy {
    border: none;
    color: #444444;
    font-size: 14px;
    height: inherit;
    line-height: 16px;
    max-height: -moz-max-content;
    min-height: 27px;
    min-width: 27px;
    padding: 8px 0px 0px;
    vertical-align: top;
  }
  .print-hide.tss-nrm999-anchor {
    color: #000;
    font-weight: 600;
  }
  .tss-tm6amr-container {
    margin: 0px 0px 40px 0px;
  }
  .css-1vekb4f {
    background-color: #FFFFFF;
    color: #222222;
    -webkit-transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    border-radius: 4px;
    box-shadow: 0px 2px 1px -1px rgba(0,0,0,0.2), 0px 1px 1px 0px rgba(0,0,0,0.14), 0px 1px 3px 0px rgba(0,0,0,0.12);
    background-image: none;
    border-radius: 4px;
    padding: 16px 24px;
    border: 1px solid #EAEAEA;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.10);
  }
  .tss-iue0qg-title {
    color: #222222;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    padding: 0px 0px 12px 0px;
  }
  .tss-p06kt0-subText:not(:empty) {
    padding: 0px 0px 8px;
  }
  .tss-p06kt0-subText {
    color: rgb(68, 68, 68);
    font-size: 14px;
    line-height: 21px;
    padding: 0px;
  }
  .tss-j9l2xa-helpIcon {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: calc(100% + 4px);
    margin: 0px 4px;
    padding: 0;
    vertical-align: sub;
  }
  .tss-1n69r4k-formControl:first-of-type {
    margin: 0;
  }

  .tss-1n69r4k-formControl {
    margin: 24px 0px;
    width: 100%;
  }
  .css-tuxzvu {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: -8px;
    width: calc(100% + 8px);
    margin-left: -8px;
  }
  .css-tuxzvu>.MuiGrid-item {
    padding-left: 8px;
  }

  .css-tuxzvu>.MuiGrid-item {
    padding-top: 8px;
  }

  .tss-6otbgy-qtyOptionHead {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
  }

  .css-oljwi7 {
    font-family: Roboto,Noto Sans,Arial,Helvetica,sans-serif,dk;
    font-weight: 400;
    font-size: 0.8571428571428571rem;
    line-height: 1.4375em;
    color: #222222;
    box-sizing: border-box;
    position: relative;
    cursor: text;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }

  .tss-u4vroc-quantityInput {
    border-radius: 4px;
    font-size: 14px;
    margin: 0px 0px 0px 0px;
    padding: 9px 16px;
    position: relative;
    -webkit-transition: border-color 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: border-color 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    width: 100%+50px;
  }
  .tss-1n69r4k-formControl {
    margin: 24px 0px;
    width: 100%;
  }
  .css-1at35pk {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    max-width: 50%;
  }
  .tss-1ym6k0k-addButtonContainer {
    padding: 0px 4px;
    width: 100%;
  }
  .css-eif4x7 {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    outline: 0;
    border: 0;
    margin: 0;
    border-radius: 0;
    padding: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-text-decoration: none;
    text-decoration: none;
    color: inherit;
    font-family: Roboto,Noto Sans,Arial,Helvetica,sans-serif,dk;
    font-weight: 500;
    font-size: 0.8035714285714285rem;
    line-height: 1.75;
    text-transform: uppercase;
    min-width: 64px;
    padding: 8px 22px;
    border-radius: 4px;
    -webkit-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    color: #FFFFFF;
    background-color: #FF2100;
    box-shadow: 0px 3px 1px -2px rgba(0,0,0,0.2), 0px 2px 2px 0px rgba(0,0,0,0.14), 0px 1px 5px 0px rgba(0,0,0,0.12);
    width: 100%;
    box-shadow: none;
    border: 2px solid transparent;
    border-radius: 100px;
    font-size: 14px;
    font-weight: bold;
    height: 32px;
    line-height: 1;
    min-width: 100px;
    padding: 0 32px;
    text-transform: none;
    height: 40px;
    min-width: 120px;
    padding: 0 40px;
  }
  .css-1s2g1gb {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    outline: 0;
    border: 0;
    margin: 0;
    border-radius: 0;
    padding: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-text-decoration: none;
    text-decoration: none;
    color: inherit;
    font-family: Roboto,Noto Sans,Arial,Helvetica,sans-serif,dk;
    font-weight: 500;
    font-size: 0.8035714285714285rem;
    line-height: 1.75;
    text-transform: uppercase;
    min-width: 64px;
    padding: 7px 21px;
    border-radius: 4px;
    -webkit-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    border: 1px solid rgba(26, 21, 82, 0.5);
    color: #1A1552;
    width: 100%;
    box-shadow: none;
    border: 2px solid transparent;
    border-radius: 100px;
    font-size: 14px;
    font-weight: bold;
    height: 32px;
    line-height: 1;
    min-width: 100px;
    padding: 0 32px;
    text-transform: none;
    background-color: #FFFFFF;
    border: 2px solid #CCCCCC;
    color: #1A1552;
    height: 40px;
    min-width: 120px;
    padding: 0 40px;
  }
  .tss-1ym6k0k-addButtonContainer {
    padding: 0px 4px;
    width: 100%;
  }
  .css-19pqn57 {
    display: flex;
  }
  .tss-tzgzpv-boldText {
    font-weight: bold;
  }
  .tss-1uu59s8-boldText-packaging {
    font-weight: bold;
    border: none;
    color: #222222;
    font-size: 16px;
    line-height: 21px;
    padding: 16px 16px 16px 0px;
  }
  .tss-13h78sx-table {
    break-after: auto;
    margin-bottom: 8px;
    table-layout: fixed;
  }

  .css-1ssfo {
    display: table;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
  }
  .tss-2gwzoq-boldText-tableCellHead {
    font-weight: bold;
    border: none;
    color: #222222;
    font-size: 12px;
    line-height: 14px;
    padding: 8px;
    text-transform: uppercase;
    white-space: nowrap;
    word-break: keep-all;
  }

  .css-1wbz3t9 {
    display: table-header-group;
  }
  .tss-13h78sx-table tr {
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    break-after: auto;
    break-inside: avoid;
  }

  .css-c9pui3 {
    color: inherit;
    display: table-row;
    vertical-align: middle;
    outline: 0;
  }
  .css-162sqo8 {
    font-family: Roboto,Noto Sans,Arial,Helvetica,sans-serif,dk;
    font-weight: 500;
    font-size: 0.75rem;
    line-height: 1.2857142857142856rem;
    display: table-cell;
    vertical-align: inherit;
    border-bottom: 1px solid rgba(224, 224, 224, 1);
    text-align: left;
    padding: 16px;
    color: #222222;
    border-color: #CCCCCC;
  }
  .tss-s2ggyw-boldText-firstTableCell {
    font-weight: bold;
    border: none;
    color: #222222;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    line-height: 14px;
    padding: 8px 8px 8px 0px !important;
    text-transform: uppercase;
    white-space: normal;
    word-break: keep-all;
    border-right: 1px solid #CCCCCC;
  }
  .tss-2gwzoq-boldText-tableCellHead {
    font-weight: bold;
    border: none;
    color: #222222;
    font-size: 12px;
    line-height: 14px;
    padding: 8px;
    text-transform: uppercase;
    white-space: nowrap;
    word-break: keep-all;
  }
  .css-162sqo8 {
    font-family: Roboto,Noto Sans,Arial,Helvetica,sans-serif,dk;
    font-weight: 500;
    font-size: 0.75rem;
    line-height: 1.2857142857142856rem;
    display: table-cell;
    vertical-align: inherit;
    border-bottom: 1px solid rgba(224, 224, 224, 1);
    text-align: left;
    padding: 16px;
    color: #222222;
    border-color: transparent;
  }
  .tss-2gwzoq-boldText-tableCellHead {
    font-weight: bold;
    border: none;
    color: #222222;
    font-size: 12px;
    line-height: 14px;
    padding: 8px;
    text-transform: uppercase;
    white-space: nowrap;
    word-break: keep-all;
  }
  .css-19hfu9v {
    font-family: Roboto,Noto Sans,Arial,Helvetica,sans-serif,dk;
    font-weight: 500;
    font-size: 0.75rem;
    line-height: 1.2857142857142856rem;
    display: table-cell;
    vertical-align: inherit;
    border-bottom: 1px solid rgba(224, 224, 224, 1);
    text-align: right;
    padding: 16px;
    color: #222222;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    border-color: #CCCCCC;
  }
  .tss-2bxi2s-tableCell {
    border: none;
    font-size: 14px;
    line-height: 15px;
    padding: 7px;
    white-space: nowrap;
  }
  .tss-c2022h-standardPackageLink {
    font-size: 12px;
    font-weight: 800;
    padding-left: 8px;
  }
  .css-19hfu9v {
    padding: 6px;
  }
  .tss-s2ggyw-boldText-firstTableCell {
    font-weight: bold;
    border: none;
    color: #222222;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    line-height: 14px;
    padding: 8px 8px 8px 0px;
    text-transform: uppercase;
    white-space: normal;
    word-break: keep-all;
    border-right: 1px solid #CCCCCC;
  }
  .tss-2gwzoq-boldText-tableCellHead {
    font-weight: bold;
    border: none;
    color: #222222;
    font-size: 12px;
    line-height: 14px;
    padding: 8px;
    text-transform: uppercase;
    white-space: nowrap;
    word-break: keep-all;
  }
  .css-115xzy4 {
    text-align: right;

  }
  .tss-1y5858f-container {
    margin: 24px 0px 24px 0px;
  }
  .tss-iue0qg-title {
    color: #222222;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    padding: 0px 0px 12px 0px;
  }
  .css-1vekb4f {
    background-color: #FFFFFF;
    color: #222222;
    -webkit-transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    border-radius: 4px;
    box-shadow: 0px 2px 1px -1px rgba(0,0,0,0.2), 0px 1px 1px 0px rgba(0,0,0,0.14), 0px 1px 3px 0px rgba(0,0,0,0.12);
    background-image: none;
    border-radius: 4px;
    padding: 16px 24px;
    border: 1px solid #EAEAEA;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.10);
  }
  .css-1ssfo {
    display: table;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
  }
  .tss-16icjpu-tableHead {
    padding: 5px;
  }

  .css-1wbz3t9 {
    display: table-header-group;
  }
  .css-c9pui3 {
    color: inherit;
    display: table-row;
    vertical-align: middle;
    outline: 0;
  }
  .tss-brzr0o-tableCellHead {
    color: #222222;
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    padding: 5px;
    text-transform: uppercase;
  }
  .css-162sqo8 {
      font-family: Roboto,Noto Sans,Arial,Helvetica,sans-serif,dk;
      font-weight: 500;
      font-size: 0.75rem;
      line-height: 1.2857142857142856rem;
      display: table-cell;
      vertical-align: inherit;
      border-bottom: 1px solid rgba(224, 224, 224, 1);
      text-align: left;
      padding: 4px;
      color: #222222;
      border-color: #CCCCCC;
  }
  .tss-1kh0d0a-tableCellHeadDescription {
    color: #222222;
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    padding: 5px;
    text-transform: uppercase;
  }
  .tss-1agxsdl-tableCellDescription {
    padding: 5px 0px 5px 46px;
  }
  .tss-8y8kah-tableCellBreak {
    text-align: right;
  }
  .tss-1kh0d0a-tableCellHeadDescription:last-of-type {
    -webkit-align-items: flex-end;
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    padding: 5px;
  }
  .tss-1kh0d0a-tableCellHeadDescription {
    color: #222222;
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    padding: 5px;
    text-transform: uppercase;
  }
  .tss-8y8kah-tableCellBreak {
    text-align: right;
  }
  .tss-15znzdf-selectText {
    margin-right: 8px;
    vertical-align: middle;
  }
  .tss-1iog0lb-checkbox {
    margin: 0px 8px;
  }

  .css-jsm1k1 svg {
    height: 18px;
    margin: -2px;
    width: 18px;
  }
  .css-1xnox0e {
    display: table-row-group;
  }
  .css-c9pui3 {
    color: inherit;
    display: table-row;
    vertical-align: middle;
    outline: 0;
  }
  .tss-my7fuh-tableCellBold {
    color: #222222;
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    padding: 5px;
  }
  .tss-8y8kah-tableCellBreak {
    text-align: right;
  }
  .tss-110lnqa-tableCell {
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    color: #444444;
    font-size: 12px;
    line-height: 14px;
    padding: 5px 5px 5px 5px;
  }
  .tss-1agxsdl-tableCellDescription {
    padding: 5px 0px 5px 46px;
  }
  .tss-110lnqa-tableCell a {
    font-weight: bold;
    -webkit-text-decoration: none;
    text-decoration: none;
  }

  .tss-yusyu7-anchor {
    color: #221ABB;
    text-decoration-line: none;
  }
  .tss-my7fuh-tableCellBold {
    color: #222222;
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    padding: 5px;
  }
  .tss-1kh0d0a-tableCellHeadDescription:last-of-type {
    -webkit-align-items: flex-end;
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    padding: 5px;
  }
  .tss-1kh0d0a-tableCellHeadDescription {
    color: #222222;
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    padding: 5px;
    text-transform: uppercase;
  }
  .css-1h7anqn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .tss-1q4jnfw-radio {
    color: #444444;
    margin: 0;
    max-width: 18px;
    padding: 0;
  }
  .css-1a7d394 {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    outline: 0;
    border: 0;
    margin: 0;
    border-radius: 0;
    padding: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-text-decoration: none;
    text-decoration: none;
    color: inherit;
    padding: 9px;
    border-radius: 50%;
    color: #FFFFFF;
    color: #444444;
  }
  .css-1m9pwf3 {
    cursor: inherit;
    position: absolute;
    /* opacity: 0; */
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    z-index: 1;
  }
  .css-hyxlzm {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  /* .tss-1q4jnfw-radio svg {
    height: 18px;
    width: 18px;
  } */
  .css-19esiin {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 1em;
    height: 1em;
    display: inline-block;
    fill: currentColor;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    font-size: 1.2857142857142856rem;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .css-1kaz71b {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 1em;
    height: 1em;
    display: inline-block;
    fill: currentColor;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    font-size: 1.2857142857142856rem;
    left: 0;
    position: absolute;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform 150ms cubic-bezier(0.4, 0, 1, 1) 0ms;
    transition: transform 150ms cubic-bezier(0.4, 0, 1, 1) 0ms;
  }
  .css-1a7d394.Mui-checked {
    color: #FF2100;
  }

  .tss-1q4jnfw-radio {
    color: #444444;
    margin: 0;
    max-width: 18px;
    padding: 0;
  }
  .css-1a7d394 {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    outline: 0;
    border: 0;
    margin: 0;
    border-radius: 0;
    padding: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-text-decoration: none;
    text-decoration: none;
    color: inherit;
    padding: 9px;
    border-radius: 50%;
    color: #FFFFFF;
    color: #444444;
  }

  .css-hyxlzm {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  /* .tss-1q4jnfw-radio svg {
    height: 18px;
    width: 18px;
  } */
  .css-19esiin {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 1em;
    height: 1em;
    display: inline-block;
    fill: currentColor;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    font-size: 1.2857142857142856rem;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .tss-1q4jnfw-radio {
    color: #444444;
    margin: 0;
    max-width: 18px;
    padding: 0;
  }
  .css-1tfvmrx {
    font-family: Roboto,Noto Sans,Arial,Helvetica,sans-serif,dk;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1.43;
    display: table-cell;
    vertical-align: inherit;
    border-bottom: 1px solid rgba(224, 224, 224, 1);
    text-align: center;
    padding: 4px;
    color: #222222;
    border-color: #CCCCCC;
  }
  .css-jsm1k1.Mui-checked, .css-jsm1k1.MuiCheckbox-indeterminate {
    color: #FF2100;
  }
  .css-jsm1k1.Mui-checked:after {
    background-color: #FFFFFF;
    content: "";
    height: calc(100% - 4px);
    left: 2px;
    position: absolute;
    top: 2px;
    width: calc(100% - 4px);
    z-index: -1;
  }
  .css-17fmvkr {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    outline: 0px;
    margin: 0px;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    text-decoration: none;
    font-family: Roboto, "Noto Sans", Arial, Helvetica, sans-serif, dk;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    box-shadow: none;
    border-radius: 100px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    text-transform: none;
    background-color: rgb(255, 255, 255);
    border: 2px solid rgb(204, 204, 204);
    color: rgb(26, 21, 82);
    height: 40px;
    min-width: 120px;
    padding: 0px 40px;
  }
  .css-1wxaqej {
    box-sizing: border-box;
    margin: 0;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .tss-kx171p-searchButtonContainer {
    padding-top: 16px;
  }

  .css-8rnkcc {
    box-sizing: border-box;
    display: flex;
    flex-flow: wrap;
    width: 100%;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .css-tsc1g5 {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    outline: 0;
    border: 0;
    margin: 0;
    border-radius: 0;
    padding: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-text-decoration: none;
    text-decoration: none;
    color: inherit;
    font-family: Roboto,Noto Sans,Arial,Helvetica,sans-serif,dk;
    font-weight: 500;
    font-size: 0.8035714285714285rem;
    line-height: 1.75;
    text-transform: uppercase;
    min-width: 64px;
    padding: 8px 22px;
    border-radius: 4px;
    -webkit-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    color: #FFFFFF;
    background-color: #FF2100;
    box-shadow: 0px 3px 1px -2px rgba(0,0,0,0.2), 0px 2px 2px 0px rgba(0,0,0,0.14), 0px 1px 5px 0px rgba(0,0,0,0.12);
    box-shadow: none;
    border: 2px solid transparent;
    border-radius: 100px;
    font-size: 14px;
    font-weight: bold;
    height: 32px;
    line-height: 1;
    min-width: 100px;
    padding: 0 32px;
    text-transform: none;
    height: 40px;
    min-width: 120px;
    padding: 0 40px;
  }
  .css-1wxaqej {
    box-sizing: border-box;
    margin: 0;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .tss-92j4xt-container {
    margin: 0px 0px 24px 0px;
  }
  .tss-1m3o4go-title {
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    padding: 0px 0px 12px 0px;
  }
  .tss-1fxx7qx-table-compressed {
    border-collapse: collapse;
    width: 100%;
  }
  .css-1wbz3t9 {
    display: table-header-group;
  }
  .tss-1yszed6-trHead {
    border-left: none;
    border-right: none;
    padding: 4px;
  }

  .css-c9pui3 {
    color: inherit;
    display: table-row;
    vertical-align: middle;
    outline: 0;
  }
  .tss-obbx8q-th {
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    padding: 5px 51px 5px 5px;
    text-align: left;
    text-transform: uppercase;
    white-space: nowrap;
  }
  .tss-obbx8q-th:first-of-type {
    text-align: right;
  }

  .tss-1fxx7qx-table-compressed th:last-of-type, .tss-1fxx7qx-table-compressed td:last-of-type {
    width: 100%;
  }
  .tss-1pxr9n4-td {
    font-size: 12px;
    line-height: 16px;
    padding: 5px 51px 5px 5px;
    text-align: left;
  }
  .tss-1pxr9n4-td:first-of-type {
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    text-align: right;
    white-space: nowrap;
  }
  .tss-1do3nxc-anchor {
    color: #221ABB;
    -webkit-text-decoration: none;
    text-decoration: none;
  }
  .tss-1pxr9n4-td a {
    font-weight: bold;
    -webkit-text-decoration: none;
    text-decoration: none;
  }
  .tss-qybm7e-anchor {
    color: #221ABB;
    font-weight: bold;
  }
  .tss-1um3xwu-popupLabel img {
    height: 1em;
    width: 15px;
  }
  .tss-1um3xwu-popupLabel {
    color: #221ABB;
    font-weight: bold;
  }
  .tss-1fxx7qx-table-compressed th:last-of-type, .tss-1fxx7qx-table-compressed td:last-of-type {
    width: 100%;
  }
  .tss-13pig8i-root {
    box-shadow: none;
    color: #666666;
    display: block;
    font-size: 10px;
    height: 80px;
    overflow: hidden;
    white-space: initial;
    width: 80px;
    word-break: break-word;
  }
  .tss-1b21lct-container {
    height: 80px;
    margin: inherit;
    width: 80px;
  }
  .css-a2e4ud {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .tss-1f6d5kr-productCard {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
      width: 362px;
  }
  .tss-10ojpd-Link-anchor-anchorCard {
    color: #221ABB;
    text-decoration-line: none;
  }
  .css-1f1dgcw>.MuiGrid-item {
    padding-left: 16px;
  }
  .tss-v5x8h3-cardGridContainer {
    height: 100%;
    padding-left: 24px;
  }
  .tss-1vt9202-cardGridItem p {
    word-break: break-word;
  }
  .tss-1pptbf1-cardManufacturer {
    color: #444444;
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    margin: 0;
    padding-bottom: 16px;
  }
  .tss-1bjmqo-cardDescription {
    color: #444444;
    font-size: 13px;
    line-height: 19px;
    margin: 0;
    min-height: 46px;
    padding: 4px 0;
    vertical-align: middle;
  }
  .tss-185zybj-cardTitle {
    color: #222222;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    margin: 0;
    padding: 0;
  }
  .css-1mgtjw3 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    max-width: 100%;
  }
  .css-1mgtjw3 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    max-width: 100%;
  }
  .css-1mgtjw3 {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: space-between;
    /* -webkit-justify-content: flex-end;
    justify-content: flex-end; */
  }
  .tss-1binge1-priceContainer {
    background-color: #EAEAEA;
    border: 1px solid #EAEAEA;
    border-radius: 14px;
    display: inline-block;
    font-size: 12px;
    height: 24px;
    margin-bottom: 8px;
    min-width: 70px;
    padding: 3px 18px;
    text-align: center;
    vertical-align: middle;
  }

  .css-xohw4h {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    outline: 0;
    border: 0;
    margin: 0;
    border-radius: 0;
    padding: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-text-decoration: none;
    text-decoration: none;
    color: inherit;
    font-family: Roboto,Noto Sans,Arial,Helvetica,sans-serif,dk;
    font-weight: 500;
    font-size: 0.6964285714285714rem;
    line-height: 1.75;
    text-transform: uppercase;
    min-width: 64px;
    padding: 4px 10px;
    border-radius: 4px;
    -webkit-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    color: #FFFFFF;
    background-color: #FF2100;
    box-shadow: 0px 3px 1px -2px rgba(0,0,0,0.2), 0px 2px 2px 0px rgba(0,0,0,0.14), 0px 1px 5px 0px rgba(0,0,0,0.12);
    box-shadow: none;
    border: 2px solid transparent;
    border-radius: 100px;
    font-size: 14px;
    font-weight: bold;
    height: 32px;
    line-height: 1;
    min-width: 100px;
    padding: 0 32px;
    text-transform: none;
    font-size: 12px;
    height: 24px;
    min-width: 70px;
    padding: 0 24px;
  }
  .tss-vdaau8-titleMsgs {
    padding-bottom: 16px;
  }

  .tss-140qn6k-viewAllLink {
    font-size: 14px;
    font-weight: 700;
    padding: 16px 0px 8px 8px;
  }
  .tss-17gyawa-associationTitle {
    border-bottom: 1px solid #CCCCCC;
    color: #222222;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    padding-bottom: 8px;
  }
  .tss-2njybf-itemMsg {

    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    text-align: right;
  }
  .MuiGrid-root.MuiGrid-container.MuiGrid-item.MuiGrid-grid-xs-12.tss-17gyawa-associationTitle.css-1saj9u6 {
    display: flex;
    justify-content: space-between;
  }
  .slider-product-card .slick-prev:before {

    content: "";
    position: absolute;
    left: 6px;
    top: 11px;
    background: url(../image/angle-left-solid.svg);
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    filter: invert(1);
  }
  .slider-product-card .slick-next:before {

    content: "";
    position: absolute;
    left: 6px;
    top: 11px;
    background: url(../image/angle-right-solid.svg);
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    filter: invert(1);
  }
  .slider-product-card .slick-next.slick-arrow {
    position: absolute;
    z-index: 99;
    background: #80808091;
    font-size: 0;
    border: 0;
    width: 30px;
    height: 45px;
    top: 40%;
    right: -9px;
    border-radius: 3px;
  }
  .slider-product-card .slick-prev.slick-arrow {
    position: absolute;
    z-index: 99;
    background: #80808091;
    font-size: 0;
    border: 0;
    width: 30px;
    height: 45px;
    top: 40%;
    left: -10px;
    border-radius: 3px;

  }
  .slick-next.slick-arrow.slick-disabled,
  .slick-prev.slick-arrow.slick-disabled {
    display: none !important;
  }


  .slick-track {
    padding: 15px 0;
  }
  .tss-140qn6k-viewAllLink {
    font-size: 14px;
    font-weight: 700;
    padding: 16px 0px 8px 8px;
    color: #551A8B;
      text-decoration: underline;
  }
  .heading {
    font-size: 24px;
    line-height: 28px;
    padding: 15px 0px 10px 0px;
    margin-bottom: 20px;
    /* border-bottom: 1px solid #ccc; */
  }
  .categories-item {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    margin: 0 0 25px;
  }
  /* .categories-item {
    position: relative;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    justify-content: flex-end;
    margin: 5px 20px 25px 20px;
    box-sizing: content-box;
    overflow: hidden;
    padding: 0px;
  } */
  .categories-item a {
    display: block;
    text-decoration: none;
  }
  /* .categories-item img {
    border-radius: 50%;
    background-color: #fff;
    width: 80%;
    margin: 0px auto;
    display: block;
    border: 1px solid #fff;
    padding: 15px;
  }  */


  .categories-item h3 {
    line-height: 20px;
    margin: 0;
    /* padding: 20px 10px 5px 10px; */
    font-size: 18px;
    border: 0;
    font-weight: 600;
    text-align: center;
    color: #000000;
  }
  #divQuestionsChat, #divAddress, #divOptions, .dk-card, .classic-card {
    padding: 15px;
    margin-bottom: 16px;
  }
  #rightColumn .headline-box__headline {
    font-weight: bold;
    font-size: 18px;
    border-bottom: 0;
    display: block;
    padding: 5px 0;
  }
  #divDownloadShareCart .dk-link ,a.dk-link.newCartLink{
    color: #221abb;
    cursor: pointer;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
  }
  .shoping-cart #cartDetails tr th, .shoping-cart #cartDetails tr td {
    font-size: 12px;
  }
  div#divAddPartDropdown select {
    font-size: 12px;
  }
  img.icon-g {
    width: 18px;
    margin-top: -4px;
  }
  .right-column__summary-box div#divSummaryBoxTable div.table-contents {
    text-transform: capitalize;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .right-column__summary-box div#divSummaryBoxTable {
    width: 100%;
    margin-bottom: 16px;
  }
  .right-column__summary-box div#divSummaryBoxTable div.table-contents {
    text-transform: capitalize;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .right-column__summary-box div#divSummaryBoxTable div span + span {
    float: right;
  }
  .right-column__summary-box div#divSummaryBoxTable div.table-total {
    font-weight: bold;
    text-transform: capitalize;
    font-size: 24px;
    border-top: solid 1px #ccc;
    padding-top: 10px;
    margin-bottom: 5px;
  }

  .right-column__summary-box div#divSummaryBoxTable div span + span {
    float: right;
  }
  .right-column__summary-box div#divSummaryBoxTable div.table-estimate {
    text-transform: capitalize;
    text-align: right;
    color: gray;
    font-size: 13px;
    font-style: italic;
    margin-bottom: 10px;
  }
  .right-column__summary-box div#divSummaryBoxTable #spendX {
    box-sizing: border-box;
    border-radius: 6px;
    min-width: 100px;
    line-height: 1;
    position: relative;
    margin-bottom: 0.2em;
    border: 1px solid #dddddd;
    height: 40px;
    display: flex;
    align-items: center;
    color: #222222;
    background: #ffffff;
  } 
  .right-column__summary-box div#divSummaryBoxTable div.free-shipping-progress {
    background-color: #289c28;
    opacity: 50%;
    height: 100%;
    position: absolute;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .right-column__summary-box div#divSummaryBoxTable span.free-shipping-messaging {
    display: inline;
    margin: 0px 0px 0px 15px;
    z-index: 1;
  }
  img.deli {
      width: 24px;
      margin-left: 11px;
      z-index: 0;
  }
  .right-column__summary-box .dk-btn__primary, .right-column__summary-box .dk-btn__secondary {
    display: block;
    text-align: center;
    margin-right: 0px !important;
    margin-left: 0px !important;
    padding: 14px 0;
  }

  .dk-btn__primary {
    background-color: #ff2100;
  }
  #divSecurityMessage {
    display: flex;
    align-items: center;
    margin-top: 16px;
  } 
  #divSecurityMessage img {
    height: 32px;
    margin-right: 16px;
    width: 32px;
  }
  .already-registered a {
    color: #221abb;
    cursor: pointer;
    text-decoration: none;
    font-weight: bold;
  }
  #div-shopping-cart-security-message .shopping-cart-security-msg-img img {
    width: 52px;
    height: 52px;
  }
  div#leftColumn h1 {
    font-size: 18px;
  }
  .subtext {
    font-style: italic;
    color: #666666;
    font-size: 1rem;
  }
  .dk-input-group, .dk-input-group--dual-zip {
    display: flex;
    flex-direction: column;
  }
  .dk-input-label {
    color: #222;
    color: #222222;
    font-size: .857rem;
    margin-bottom: 10px;
    font-weight: 700;
    text-transform: uppercase;
  }
  .address-wrrap .dk-input-group .dk-input {
    margin-bottom: 16px;
  }
  .dk-input-label {
    color: #222;
    color: #222222;
    font-size: .857rem;
    margin-bottom: 10px;
    font-weight: 700;
    text-transform: uppercase;
  }
  .w-2\/3 {
    width: 66.666667%!important;
  }
  .address-wrrap .dk-input {
    background-color: #fff;
    background-color: var(--bg-color--input);
    color: #222;
    color: #222222;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    font-size: 1rem;
    border-radius: 4px;
    padding: 0.3em 1em;
    box-sizing: border-box;
    border: 2px solid transparent;
    box-shadow: 0 0 0 1px #ddd;
    box-shadow: 0 0 0 1px #dddddd;
    transition: box-shadow .2s ease;
  }
  .address-wrrap .dk-grid>:not(.dk-grid) {
    padding-left: 0px;
    margin-right: 0;
    display: inline-block;
    box-sizing: border-box;
  }
  .address-wrrap input#ShippingContactInfo_ShippingPhone, .address-wrrap input#ShippingContactInfo_VatNumber,.address-wrrap input#BillingPhone {
    width: 48%;
    min-width: 200px;
  }
  .address-wrrap .dk-table {
    width: 100%;
    display: table;
    border-collapse: collapse;
    overflow: hidden;
    border-radius: 0.25rem;
  }
  .address-wrrap .dk-table .dk-table__headings--solid {
    background: #cccccc;
    color: #222222;
  }
  .address-wrrap .dk-table thead>tr {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
  }
  .address-wrrap .dk-table--sm thead th {
    font-size: 12px;
    padding: 6.8px;
  }
  .address-wrrap .dk-table .dk-table__body .dk-table__row, .address-wrrap .dk-table tbody tr {
    border-bottom: 1px solid #cccccc;
    background-color: #ffffff;
  }
  .dk-table--sm td {
    font-size: 12px;
  }
  .address-wrrap #divShippingAddresses p{
    font-size: 12px;
    margin: 8px 0;
  }
  .address-wrrap label.dk-checkbox-label {
    font-size: 1rem;
    display: flex;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    position: relative;
    padding-left: 0.6em;
  }
  .address-wrrap .dk-checkbox-group {
    display: flex;
    margin-bottom: 0.4em;
    align-content: flex-end;
  }
  .address-wrrap #divExportQuestions>div, .address-wrrap #divResellerNo>div, .address-wrrap #divResellerYes .dk-input-group {
    margin-bottom: 10px;
  }
  .btmMargin {
    margin-bottom: 16px;
  }
  .dk-dropdown-label, .dk-form-label {
    color: #222;
    color: var(--text-color);
    font-size: .857rem;
    margin-bottom: 10px;
    font-weight: 700;
    text-transform: uppercase;
  }
  #Export_CompanyType {
    min-width: 250px;
  }
  #Export_CompanyType {
    width: 30%;
    min-width: 200px;
    border-color: #dddddd;
    padding: 0.3em 1em;
    border-radius: 5px;
  }
  .dk-dropdown__container, .dk-dropdown__container--multi {
    font-size: 1rem;
    box-sizing: border-box;
    border-radius: 6px;
    min-width: 100px;
    line-height: 1;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
    margin-bottom: 0.2em;
    border: 1px solid #ddd;
    border: 1px solid #dddddd;
    height: 40px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    transition: box-shadow .2s ease;
    cursor: pointer;
    color: #222;
    color: #222222;
    background: #fff;
    background: #ffffff;
  }
  .layout-threecolumn>.right-column, .layout-twocolumn #rightColumn {
    width: 367px;
    display: table-cell;
    padding-left: 20px;
    vertical-align: top;
  }
  .layout-twocolumn .content-column {
    width: 100%;
    display: table;
    table-layout: fixed;
  }
  .address-wrrap #rightColumn {
    padding-top: 36px;
  }
  .right-column__headline-box div.table span {
    display: table-cell;
    padding: 4px 0px;
    font-weight: bold;
    white-space: nowrap;
  }
  .right-column__headline-box div.table span + span {
    text-align: right;
    font-weight: normal;
  }
  .table-row {
    display: table-row!important;
  }
  .right-column__headline-box > div {
    width: 100%;
    display: table;
    padding: 5px 0;
    margin-bottom: 0;
  }

  .right-column__headline-box .headline-box__headline {
    font-weight: bold;
    font-size: 18px;
    border-bottom: solid 1px #ccc;
    display: block;
    padding: 5px 0;
  }
  #content .dk-card + .dk-card {
    margin-top: 16px;
  }
  #div-shopping-cart-security-message .shopping-cart-security-msg-img {
    display: inline-block;
    vertical-align: middle;
    width: 52px;
    height: 52px;
    margin: 0 10px 0 0;
  }
  #div-shopping-cart-security-message .shopping-cart-security-msg-img img {
    width: 52px;
    height: 52px;
  }
  #div-shopping-cart-security-message .shopping-cart-security-msg-txt {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 70px);
  }
  .bgheadertop {
    background: #111111;
    color: #fff;
  }
  .leftbar {
    background: #fff;
    padding: 30px;
  }
  .leftbar a{
    color: #000;
  }
  .leftbar p {
    color: #747794;
    font-size: 14px;
  }
  .card-body.rightbar input,.card-body.rightbar select {
    border-radius: 0.5rem;
    border: 0;
    color: #747794;
    font-size: 13px;
    background-color: #fff;
    height: 46px;
    padding: 0.75rem 1.25rem;
  }
  .card-body.rightbar textarea  {
    height: 120px;
    border: 0;
    border-radius: 0.5rem;
    font-size: 13px;
    padding: 0.75rem 1.25rem;


  }
  .container.career p {
    color: #747794;
    font-size: 14px;
  }
  .container.career h3 {
    font-size: 0.85rem;
    color: #ff2100;
    font-weight: 700;
    line-height: 1.4;
    margin: 3px 0;
  }
  .card-body.rightbar .btn-success{
  color: #fff;
  background-color: #ff2100;
  border: none;
  border-radius: 0 4px 4px 0;
  font-weight: bold;
  font-size: 12px;
  padding: 0.75rem 1.25rem;
  font-size: 1rem;
  border-radius: 0.5rem;
  }
  .careerdetails h2{
    font-size: 1rem;
  }
  .campare-page #compareProductsContent {
    width: 100%;
    overflow-x: auto;
  }
  .campare-page h2 {
    font-size: 18px;
  }

  thead.thead-light th {
    background: #d9d9d9;
  }
  .table>thead>tr>th, .table>thead>tr>td, .table>tbody>tr>th, .table>tbody>tr>td, .table>tfoot>tr>th, .table>tfoot>tr>td {
    border-bottom: 1px solid #d9d9d9;
  }
  .table>tbody>tr>td {
    padding: 8px 8px;
    /* vertical-align: middle; */
  }
  .padding-left-none {
    padding-left: 0!important;
  } 
  .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
  }

  .compare-product-buy-section {
    vertical-align: top!important;
  }
  .compare-product-buy-section input{
    width: 100% !important;
  }
  .compare-product-buy-section input {
    width: 100% !important;
    border: 1px solid #93929296;
    border-radius: 5px;
  }
  .pricing-table thead th {
    border-bottom: 3px solid #d9d9d9;
    background-color: #f5f5f5;
    color: #585d62;
    font-weight: bold;
    padding: 10px 15px 5px 15px;
    vertical-align: top;
  }
  .pricing-table thead th.ext-price-col {
    padding: 10px 5px 5px 15px;
  }
  .pricing-table tbody td.pricebreak-col,  .pricing-table th.pricebreak-col {
    background-color: #f5f5f5;
    font-weight: bold;
    color: #000;
  }
  .btn-link {
    color: #000;
    font-weight: normal;
    border-radius: 0;
    text-align: end;
  }
  .pricing-table tbody td,.pricing-table th {
      vertical-align: top;
      padding: 0.6em 15px;
      border-bottom: 1px solid #d9d9d9;
      width: 33.33333%;
  }
  tr th button {
    padding: 2px 8px !important;
  }
  .pricing-table tbody td.sub-heading, .pricing-table th.sub-heading {
    background-color: transparent;
    border-bottom: 1px solid #d9d9d9;
    color: #333;
    font-style: italic;
    font-weight: bold;
    padding: 4px 5px;
    width: 100%;
  }
  td.text-right a {
    color: #000;
  }
  .campare-page .btn-primary {
    color: #fff;
    border: 1px solid #ff2100;
    background: #ff2100;
    background-image: -webkit-linear-gradient(top,#ff2100 0%,#ff2100 100%);
    background-image: -o-linear-gradient(top,#ff2100 0%,#ff2100 100%);
    background-image: linear-gradient(to bottom,#ff2100 0%,#ff2100 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF0070BB",endColorstr="#FF004792",GradientType=0);
    
    display: inline-block;
    width: auto;
  }

  .campare-page tbody tr td img {
    width: 130px;
  }
  .header-pro{
    background: #E0E4E9;
    display: block !important;
    padding: 7px 10px !important;
    border-radius: 5px 5px 0px 0px;
    font-size: 18px;
    border-color: #d9d9d9;
    border: 1px solid #d9d9d9;
  }
  .bn-fdsdf {
    border: 1px solid #d0d0d0;
    box-shadow: none;
  }
  .border-fk{
    border-right: 1px solid #d0d0d0;
    padding: 5px 10px;
  }
  .bhgk .bg .tss-dazkrn-tdBreakCms { 
    text-align: start;
  }
  .bhgk .bg .css-c9pui3 {
    border-bottom: 1px solid #d0d0d0;
  }
  .bhgk .bg .css-tpaq31 {
    border: 1px solid #d0d0d0;
  }
  .bhgk .bg .css-c9pui3:last-child {
    border-bottom: 0px solid #d0d0d0;
  }
  .bhgk .bg .tss-1tijzne-tdBold {
    padding: 12px 8px;
    width: 30%;
  }
  .pdp-action-bar-links a {
    color: #0070b8;
    font-size: 13px;
  }
  .bt-top{
    border-top: 1px solid #d0d0d0;

  }
  table.specs-table {
    width: 100%;
    margin-bottom: 0;
    border-bottom: 3px solid #d9d9d9;
  }
  table.specs-table th {
    border-bottom: 3px solid #d9d9d9;
    background-color: #f5f5f5;
    color: #585d62;
    font-weight: bold;
    padding: 10px 5px 5px 5px;
    vertical-align: top;
  }
  table.specs-table .checkbox-col-fsu {
    width: 25%;
    border-left: 1px solid #d9d9d9;
  }
  table.specs-table tr td {
    vertical-align: top;
    padding: 5px;
    border-bottom: 1px solid #d9d9d9;
  }
  .bp .strong2 {
    border: 3px solid #0070bb;
    border-left: 20px solid #0070bb;
    padding: 20px;
    border-radius: 5px;
    font-size: 14px;

  }
  button#factoryPackQtyPopupLink {
    font-size: 16px;
    padding: 0;
  }
  .right-tn .fkl{
    font-size: 14px;
    font-weight: 500;

  }
  .vt {
    font-size: 14px;
    font-weight: 400;
  }
  button#btnBuy {
    color: #fff;
    border: 1px solid #275500;
    background: #507e11;
    min-width: 0;
    border-radius: 0 5px 5px 0;
    margin: 0px;
    white-space: nowrap;
    padding: 11px 12px;
    font-size: 13px;
  }
  .border-top{
  border-top: 1px solid #d9d9d9;
  }
  #h2PricingTitle {
    font-weight: bold;
    font-size: 18px;
    margin-top: 9px;
    margin-bottom: 9px;
  }
  .drt .pricing-table th,.drt .pricing-table tbody td {

    padding: 0.1em 15px;
  }
  .rotateicon {
    transform: rotate(181deg);
    margin-top: 2px;
  }
  .pt{
    font-size: 13px;
  }
  .back_btn{
    border-bottom: 1px solid #d9d9d9;
  }
  .ntoto {
    width: 100%;
  }
  .btnshare {
    background-color: #fff;
    color: #0070b8;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.428571429;
    border-radius: 4px;
    border: 1px solid #0070b8;
    padding: 6px 17px;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
  }
  .bradecram li.MuiBreadcrumbs-li a {
    color: #0070bb;
    font-size: 13px;
  }
  .row-br .tss-dazkrn-tdBreakCms {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 13px;
  }
  .row-br {
    padding: 1px 10px;
    display: block;
    border-bottom: 1px solid #d9d9d9;
  }
  .row-br .tss-sizrj1-tdBreak-preserveDirection div {
    font-size: 13px;
  }
  td.tableheading {
    width: 185px;
  }
  .tss-sizrj1-tdBreak-preserveDirection a {
    color: #0070b8;
  }
  .input-btn{
    border: 1px solid #d9d9d9;
    border-radius: 5px;
  }
  .fa-question-circle.factoryLeadTimeQuestionCircle {
    color: #0070b8;
  }


  label#lblCompareProduct {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-size: 13px;
  }
  .product_details_page a:hover {
    text-decoration: underline;
  }
  .product_details_page tbody.bg {
    background: #fff;
    border: 1px solid #d9d9d9;

  }
  button.buybtn {
      color: #fff;
      border: 1px solid #275500;
      background: #507e11;
      padding: 8px 14px;
      position: relative;
      left: -8px;
      border-radius: 0px 5px 5px 0px;
  }
  table.pricing-table th, table.pricing-table td {
    text-align: end;
    font-size: 13px;
    padding: 4px 8px;
  }
  th#unitpricecolhdr,#quantitycolhdr {
    padding: 10px 0 0 0;
  }
  .pdp-pricing-table {
    margin-bottom: 10px;
  }
  button.accordion-button {
    background: #e0e4e9;
    box-shadow: none;
    padding: 10px;
  }

  .accordion-button:focus {
    box-shadow: none;
  }
  .header-pro.barHeader {
    padding: 14px 10px !important;
  }
  .accordion-body th, .accordion-body td {
    font-size: 13px;
  }

  .specs-table tr td label ,td.attr-col {
    font-weight: 600;
  }

  button#factoryPackQtyPopupLink {
    font-size: 13px;
    font-weight: 600;
    color: #0070bb;
  }
  .vtbtn {
    color: #fff;
    border: 1px solid #004792;
    background: #0070bb;
    background-image: -webkit-linear-gradient(top,#0070bb 0%,#004792 100%);
    background-image: -o-linear-gradient(top,#0070bb 0%,#004792 100%);
    background-image: linear-gradient(to bottom,#0070bb 0%,#004792 100%);
    background-repeat: repeat-x;
    padding: 6px 12px;
    font-size: 13px;
    border-radius: 5px;

  }
  .lblAttributesSelected {
    display: block;
    text-align: center;
    padding-top: 5px;
    font-size: 13px;

  }
  .productlistpage ol.breadcrumb a , .productlistpage a{
    color: #0070bb;
    font-size: 13px;
    font-weight: 600;
  }
  .productlistpage .breadcrumb-container-cell i {
    margin: 0 6px;
  }
  .share-refine-pdp-button {
    background-color: #fff;
    color: #0070b8;
    border: 1px solid #0070b8;
    float: right;
    padding: 6px 13px;
    border-radius: 5px !important;
    font-size: 13px;
    line-height: 1.428571429;
    font-weight: 500;
  }
  .underline-15 {
    border-top: 1px solid #d9d9d9;
    width: 100%;
    display: block;
    position: relative;
    padding: 15px;
  }
  .refine-category-content .media-left {
    display: table-cell;
    vertical-align: top;
  }
  .refine-category-txt>h1 {
    font-size: 20px;
  }
  .scroll-left-arrow {
    display: none;
    height: 100%;
    top: 0;
    left: 0;
    transition: opacity .2s;
    content: "";
    width: 60px;
    background: rgba(255,255,255,.8) 0%;
    background: -moz-linear-gradient(left,#fff 0%,transparent 100%);
    background: -webkit-linear-gradient(left,#fff 0%,transparent 100%);
    background: -o-linear-gradient(left,#fff 0%,transparent 100%);
    background: linear-gradient(to right,#fff 0%,transparent 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#00ffffff",GradientType=1);
    position: absolute;
    z-index: 1;
  }
  .scroll-left-arrow a {
    color: #333;
    z-index: 2;
    opacity: 1;
    position: absolute;
    top: 0;
    padding: 5px 10px 13px 5px;
    left: 0;
    font-size: 20px;
    height: 100%;
  }

  .scroll-left-arrow a i {
    vertical-align: top;
    margin-top: -3px;
  }
  .catalog-nav-tabs {
    width: 100%;
    position: relative;
    float: left;
    background: none;
    padding: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .catalog-nav-tabs ul {
    font-size: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    white-space: nowrap;
    background: #585d62;
  }
  .catalog-nav-tabs ul li {
    display: inline-block;
    white-space: nowrap;
    position: relative;
    font-weight: bold;
  }
  .catalog-nav-tabs ul li.active a {
    background: #0070bb;
    cursor: default;
  }
  .catalog-nav-tabs ul li a {
    background: #585d62;
    color: #fff;
    padding: 10px 15px;
    text-decoration: none;
    font-size: 12px;
    border-right: 1px solid #fff;
    -webkit-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    position: relative;
    display: block;
    border-radius: 0;
  }
  .catalog-nav-tabs ul li a i {
    margin-right: 9px;
  }
  .results-row {
    border: 1px solid #d9d9d9;
    width: 100%;
    display: table;
  }
  .results-row .results-row-cell:first-child {
    padding-left: 10px;
  }

  .results-row .results-row-cell {
    display: table-cell;
    width: auto;
    white-space: nowrap;
    vertical-align: middle;
    padding: 10px 0 10px 13px;
  }
  .results-label {
    font-size: 14px;
  }
  .record-count-lbl {
    font-size: 20px;
  }
  .results-row .results-row-cell {
    display: table-cell;
    width: auto;
    white-space: nowrap;
    vertical-align: middle;
    padding: 10px 0 10px 13px;
  }
  .results-row .results-row-cell #SmartFilterDiv2 {
    border-left: 1px solid #585d62;
    padding-left: 13px;
  }
  .results-row .results-row-cell #SmartFilterDiv2 #ckSmartFilter {
    margin-top: 0;
  }
  .results-row .results-row-cell #SmartFilterDiv2 .smart-filter-lbl {
    font-size: 12px;
    color: #585d62;
    font-weight: bold;
    margin-left: 3px;
    margin-right: 5px;
    margin-bottom: 0;
  }
  .results-row .results-row-cell #SmartFilterDiv2 .fa-question-circle {
    color: #0070bb;
  }
  .results-row .results-row-cell:last-child {
    width: 100%;
    padding-left: 0;
    padding-right: 13px;
  }

  .results-row .results-row-cell {
    display: table-cell;
    width: auto;
    white-space: nowrap;
    vertical-align: middle;
    padding: 10px 0 10px 13px;
  }
  .record-count-lbl {
    font-size: 18px;
    font-weight: bold;
    color: #585d62;
  }
  .results-label {
    font-size: 13px;
    font-weight: bold;
    color: #585d62;
  }
  .applied-filters {
    width: 100%;
    display: table;
    border: 1px solid #d9d9d9;
    border-top: 0;
    table-layout: auto;
  }
  .applied-filters .applied-filters-cell {
    display: block;
    width: 100%;
    padding: 10px;
  }
  .breadcrumb-arrows {
    margin-right: 10px;
  }

  .btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
  }


  .breadcrumb-arrows .btn:first-child {
    padding: 3px 5px 3px 10px;
  }
  .breadcrumb-arrows .btn:not(:last-child) {
    border-right: 0;
  }
  .btn-group>.btn:first-child {
    margin-left: 0;
  }

  .breadcrumb-arrows .btn.current {
    cursor: pointer;
    pointer-events: auto;
    touch-action: manipulation;
    background-color: #585d62;
    color: #fff;
    padding-left: 22px;
    padding-right: 31px;
    z-index: 0;
    left: -3px;
    position: relative;
  }

  .att-selection-header {
    color: #585d62;
    font-size: 11px;
    font-weight: bold;
    white-space: nowrap;
  }
  .applied-filters .applied-filters-cell {
    display: block;
    width: 100%;
    padding: 10px;
  }
  .breadcrumb-arrows .btn .close-x {
    position: absolute;
    right: 8px;
    top: 7px;
  }
  .applied-filters .applied-filters-cell.absorbing-column {
    width: 100%;
    vertical-align: top;
    padding: 0 10px 5px 10px;
  }
  .breadcrumb-arrows .btn:last-child {
    -moz-border-radius-topright: 20px;
    -webkit-border-top-right-radius: 20px;
    border-top-right-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    -webkit-border-bottom-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  .breadcrumb-arrows .btn:not(:last-child):after {
    content: " ";
    display: block;
    width: 1px;
    height: 0;
    border-top: 15.1px solid transparent;
    border-bottom: 15.2px solid transparent;
    border-left: 15px solid #d9d9d9;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    left: 100%;
    z-index: 1;
  }
  .breadcrumb-arrows .btn:not(:last-child):before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 10px solid #7f7f7f;
    position: absolute;
    top: 50%;
    margin-top: -13px;
    margin-left: 1px;
    left: 100%;
    z-index: 1;
  }
  .breadcrumb-arrows .btn {
    background-color: #d9d9d9;
    color: #585d62;
    border: 1px solid #7f7f7f;
    padding: 3px 5px 3px 18px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 0;
    pointer-events: none;
    cursor: default;
    margin-bottom: 5px;
  }
  .breadcrumb-arrows .btn+.btn {
    margin-left: 0;
  }
  .breadcrumb-arrows .btn {
    font-size: 13px;
  }
  .btn-group.breadcrumb-arrows a {
    padding: 8px;
  }
  a#lnkBreadcrumb_0 {
    margin: 0;
    padding: 8px;
  }
  .parametric-wrapper {
    border: 1px solid #d9d9d9;
    background-color: #d9d9d9;
    overflow-x: auto;
  }
  table.SearchParametricTable2 {
    border-collapse: collapse;
  }
  table.SearchParametricTable2 thead th {
    padding: 13px;
    padding-bottom: 0;
    vertical-align: bottom;
    color: #333;
    font-size: 12px;
    font-weight: bold;
    border: 0;
    background-color: #d9d9d9;
    white-space: normal;
  }
  table.SearchParametricTable2 thead th {
    font-size: 13px;
  }
  table.SearchParametricTable2 tr td.attr-grp {
    padding: 13px;
    vertical-align: bottom;
  }
  .parametric-listbox-wrapper {
    padding: 0;
    background-color: #fff;
    margin-bottom: 2px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
  table.SearchParametricTable2 tr td.attr-grp .reset-link-wrapper {
    width: 100%;
    height: 20px;
  }
  table.SearchParametricTable2 tr td.attr-grp .reset-link-wrapper .reset-link-div .reset-link {
    font-size: 12px;
    white-space: nowrap;
    cursor: pointer;
    background-color: #fff;
    color: #0070bb;
    text-align: center;
    width: 100%;
    padding: 2px 10px;
    text-decoration: none;
    border-radius: 0 0 4px 4px;
    display: block;
  }
  table.SearchParametricTable2 tr td.attr-grp {
    padding: 13px;
    vertical-align: top;
  }
  .parametric-listbox-wrapper {
    padding: 0;
    background-color: #fff;
    margin-bottom: 2px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
  .parametric-listbox-wrapper .filter-select-wrapper {
    background-color: #fff;
    padding: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
  .parametric-listbox-wrapper .filter-select-wrapper select:first-child, .parametric-listbox-wrapper .filter-select-wrapper select:focus:first-child, .parametric-listbox-wrapper .filter-select-wrapper select:active:first-child {
    width: auto;
    min-width: 120px;
    width: -moz-available;
    width: -webkit-fill-available;
    width: fill-available;
  }

  .parametric-listbox-wrapper .filter-select-wrapper select, .parametric-listbox-wrapper .filter-select-wrapper select:focus, .parametric-listbox-wrapper .filter-select-wrapper select:active {
    background: #fff;
    border: 0;
    color: #333;
    line-height: normal;
    height: 100%;
    padding: 0;
    border-radius: 0;
  }
  .parametric-listbox-wrapper .filter-select-wrapper select option, .parametric-listbox-wrapper .filter-select-wrapper select:focus option, .parametric-listbox-wrapper .filter-select-wrapper select:active option {
    width: auto;
    white-space: nowrap;
  }
  .parametric-listbox-wrapper .filter-select-wrapper select option.disabled, .parametric-listbox-wrapper .filter-select-wrapper select:focus option.disabled, .parametric-listbox-wrapper .filter-select-wrapper select:active option.disabled {
    color: #d9d9d9;
  }
  .parametric-wrapper option {
    font-size: 13px;
    color: #a6a6a6;

  }
  .parametric-wrapper optgroup {
    font-size: 13px;
  }

  table.apply-filter-row {
    border: 1px solid #d9d9d9;
    background-color: #d9d9d9;
    width: 100%;
  }
  .btn-default {
    color: #fff !important;
    border: 1px solid #585d62;
    background: #757575;
    background-image: -webkit-linear-gradient(top,#757575 0%,#585d62 100%);
    background-image: -o-linear-gradient(top,#757575 0%,#585d62 100%);
    background-image: linear-gradient(to bottom,#757575 0%,#585d62 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF757575",endColorstr="#FF585D62",GradientType=0);
    font-weight: 500;
    border-radius: 5px;
  }
  .btn-primary {
    color: #fff;
    border: 1px solid #004792;
    background: #0070bb;
    background-image: -webkit-linear-gradient(top,#0070bb 0%,#004792 100%);
    background-image: -o-linear-gradient(top,#0070bb 0%,#004792 100%);
    background-image: linear-gradient(to bottom,#0070bb 0%,#004792 100%);
    font-weight: 500;
    border-radius: 5px;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF0070BB",endColorstr="#FF004792",GradientType=0);
  }
  .search-refine-container label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 13px;
  }
  .search-within .search-within-div input.form-control.search-txt {
    height: 30px;
    padding: 4px 12px;
    border: 1px solid #a9afb7!important;
    border-right: 0;
    position: relative;
    z-index: 1;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }
  .search-within .search-within-div .search-button {
    color: #fff;
    font-size: 14px;
    background: #0070bb;
    background-image: -webkit-linear-gradient(top,#0070bb 0%,#004792 100%);
    background-image: -o-linear-gradient(top,#0070bb 0%,#004792 100%);
    background-image: linear-gradient(to bottom,#0070bb 0%,#004792 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF0070BB",endColorstr="#FF004792",GradientType=0);
    padding: 4px 12px;
    text-shadow: none;
    border: 0;
    height: 30px;
    z-index: 1;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-radius: 0px 5px 5px 0px;

  }

  .input-group-btn>.m-btn {
    position: relative;
  }
  #searchPartNumberBox #clearSearchTxtSwr {
    position: absolute;
    right: 38px;
    height: 30px;
    z-index: 3;
    width: 30px;
    opacity: 1;
    color: #7f7f7f;
  }

  button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
  }
  .close {
    float: right;
    font-size: 19.5px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20);
  }
  .search-within .search-within-div input.form-control.search-txt {
    height: 30px;
    padding: 4px 12px;
    border: 1px solid #a9afb7!important;
    border-right: 0;
    position: relative;
    z-index: 1;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    width: 100%;
  }
  .input-group {
    position: relative;
    display: flex;
    border-collapse: separate;
    flex-wrap: nowrap;
  }

  .search-within {
    /* background-color: #e0e4e9; */
    border: 1px solid #d9d9d9;
    padding: 10px;
  }
  .search-within label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 13px;
  }
  .search-within .optional-filters table tr td.optional-filters-section {
    border-right: 1px solid #333;
  }
  .search-within .optional-filters table tr td {
    vertical-align: top;
    padding: 0 13px;
  }
  .search-within .optional-filters .table-cell {
    display: table-cell;
    padding-right: 5px;
    vertical-align: top;
  }
  .search-within .optional-filters {
    margin-top: 10px;
    font-size: 11px;
    font-weight: bold;
  }
  table#tblSearchFilterCheckboxes label {
    font-size: 11px;
  }
  .command-row {
    background-color: #585d62;
    padding: 10px;
    border-bottom: 4px solid #7f7f7f;
  }
  .btn-ghost ,.btn-ghost + a{
    border: 1px solid #fff;
    color: #fff;
    background: transparent;
    border-radius: 5px !important;
    font-weight: 400;
  }
  .btn-ghost:hover {
    border: 1px solid #fff;
    color: #fff;
    background: transparent;
    border-radius: 5px !important;
  }
  .floatright {
    float: right;
  }
  .command-row .btn i.fa {
    margin-right: 10px;
  }
  .scroll-body {
    width: 100%;
    position: relative;
    border: 1px solid #d9d9d9;
    overflow: hidden;
  }
  table.SearchResultsTable {
    width: 100%;
    margin-bottom: 0;
    border: 0;
    border-collapse: separate;
  }
  .table>thead>tr>th, .table>thead>tr>td, .table>tbody>tr>th, .table>tbody>tr>td, .table>tfoot>tr>th, .table>tfoot>tr>td {
    border-bottom: 1px solid #d9d9d9;
    font-size: 14px;
    font-weight: 600;
  }
  .search-table-wrapper tr.headerRow.persist-header {
    display: none;
  }
  table.SearchResultsTable>thead>tr>th.searchResultColumn .quantity-filter input[type=number] {
    height: 32px;
    font-size: 12px;
    border-radius: 5px;
    margin-top: 7px;
  }
  .quantity-filter .form-control {

    border-left:1px solid #dee2e6 !important;
    margin-left: -1px;
  }
  .part-number-lbl {
    color: #333;
    font-style: italic;
    font-weight: bold;
    white-space: nowrap;
  }
  .search-table-wrapper a {
    font-weight: 400;
  }
  th.PriceBreakQuantity button {
    background: none;
    border: 0;
    font-weight: 700;
    padding: 0 !important;
  }
  input#SearchResultsGrid_1_txtQuantity {
    width: 73px;
    border-radius: 5px;
    border: 1px solid #dee2e6;
    height: 40px;
  }
  .btn-buy {
    color: #fff;
    border: 1px solid #275500;
    background: #507e11;
    background-image: -webkit-linear-gradient(top,#507e11 0%,#275500 100%);
    background-image: -o-linear-gradient(top,#507e11 0%,#275500 100%);
    background-image: linear-gradient(to bottom,#507e11 0%,#275500 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF507E11",endColorstr="#FF275500",GradientType=0);
    border-radius: 0px 5px 5px 0px;
    display: inline-block;
    padding: 12px 0 !important;
    min-width: 43px;
  }
  .min-mult-qty span {
    font-weight: 500;
  }
  button#lnkRoHSStatus_1 {
    background: none;
    border: 0;
    color: #0070bb;
  }
  .floating-header-wrapper.has-right-scroll {
    overflow-x: scroll;
  }
  /* width */
  .floating-header-wrapper::-webkit-scrollbar {
    width: 0px;
    height: 0;
  }
  .list-cate li {
    background-color: #f5f5f5;
    cursor: pointer;
    margin-bottom: 2px;
    padding: 7px 0;
  }
  .menulist .nav-item{
    position: relative;
    padding: 5px 10px;
  }

  .menulist .nav-item:before {
    content: '';
    width: 12px;
    height: 34px;
    display: block;
    right: -12px;
    top: 0px;
    position: absolute;
    background-image: url('https://in.element14.com/wcsstore/ExtendedSitesCatalogAssetStore/cms/asset/images/common/ui-new-logos/Line18.svg');
    background-position: bottom left;
    background-repeat: no-repeat;
    /* background-color: #373a3c; */
  }
  .usericonbox .fa-user:before {
    color: #fff;
  }
  .menulist .nav-item:hover {
    background: #fff;
    color: #000;
    clip-path: polygon(9% 0, 100% 0%, 93% 100%, 0% 100%);

  }
  .menulist .nav-item:hover a{
    color: #000;

  }
  .navbar-brand.logoimg img {
    width: 63%;
    padding-top: 10px;
  }
  .cat-banner .slick-track {
    padding: 0;
  }


  .usericonbox {
    width: 30px;
    height: 30px;
    background: #ef0000;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    margin-top: 9px;
  }
  .carticon i {
    color: #ef0000;
    font-size: 25px;
    margin-right: 10px;
  }
  .navbar-brand.logoimg {
    width: 18%;
  }
  .o-recommended-product-box__container {
    background-color: #fff;
    border: 0.1rem solid #cd0004;
    border-radius: 0.5rem;
    cursor: pointer;
    padding: 30px 15px;
  }
  .o-recommended-product-box__title {
    font-size: 1.8rem;
    border-bottom: 1px solid #f5f5f5;
    margin: 0;
    padding-bottom: 1.5rem;
    color: #cd0004;
    font-size: 1.3rem;
    font-weight: 700;
  }

  p.o-recommended-product-box__product-header.o-recommended-product-box__product-header--symbol {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;

    
  }
  p.o-recommended-product-box__product-header {
    font-weight: 500;
    font-size: 18px !important;
  }

  .js-text-expand.o-recommended-product-box__product-details {
    font-size: 14px;
    line-height: 20px;
  }
  p.o-price__type {
    color: #4b4b4b;
    font-size: 0.8rem;
    line-height: 1.15em;
    /* margin: 0; */
    margin-bottom: 5px;
  }
  .o-price__range.o-price__range--special.o-price__range--desktop {
    color: #d73234;
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 8px;
  }
  .o-price__range.o-price__range--desktop {
    margin: 0;
  }
  .o-price__omnibus {
    color: #183884;
    -webkit-text-decoration: underline;
    text-decoration: underline;
    font-size: 14px;
  }
  .o-recommended-product-box__main-img-wrapper {
    padding: 130px 0;
  }
  .c-main-page__week-recommendations-header {
    color: #cd0004;
    font-size: 24px;
    text-transform: uppercase;
  }

  .o-product-box {
    box-sizing: border-box;
    display: block;
    height: 100%;
    -webkit-text-decoration: none;
    text-decoration: none;
    width: 100%;
    border: 0.1rem solid #ededed;
      border-radius: 0.5rem;
      cursor: pointer;
  }

  .o-product-box__product-header-container {
    min-height: 3.7rem;
  }
  .o-product-box__product-img {
    width: 150px;
    margin: 24px 0px;
  }
  .o-product-box__product-header-link p {
    color: #000;
    margin: 0;
  }

  .o-product-box__product-header.o-product-box__product-header--symbol {
    font-weight: 600;
  }
  .o-product-box__container {
    padding: 15px;
  }
  .o-slider__slide.o-slider__slide--4-el .o-price__range.o-price__range--special.o-price__range--desktop{
    color: #183884;
    font-size: 16px;
    margin: 0;
  }
  .o-slider__slide.o-slider__slide--4-el .o-product-box__product-details {
    font-size: 14px;
    line-height: 20px;
  }
  .o-slider__slide .o-product-box__product-img-container {
    text-align: center;
  }
  .o-slider__slide.o-slider__slide--4-el {
    margin-bottom: 20px;
  }
  .o-all-product-box {
    background: #cd0004 url('../../avsuwzdjuo.cloudimg.io/v7/_mtme_/b0bd0a6b703831a314c2ae09ded7c6177d415352/build/dist/recommended_products.b0bd0a6b703831a314c2ae09ded7c6177d415352.8eb7.jpg?force_format=original') 50%/100% no-repeat;
    cursor: pointer;
    height: 95%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .o-all-product-box__inner-container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-weight: 700;
    height: 85%;
    -webkit-justify-content: center;
    justify-content: center;
    width: 85%;
    border: 0.1rem solid #fff;
    border-radius: 0.5rem;
    padding: 0 15px;
  }
  .o-all-product-box__text-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: grid;
    grid-template-columns: auto auto;
    justify-items: center;
    padding-bottom: 5rem
  }
  .o-all-product-box__text {
    color: #fff;
    font-size: 1.2rem;
    -webkit-text-decoration: none;
    text-decoration: none;
    width: 12.1rem;
    line-height: 33px;
  }
  .o-slider__slide:not(:first-child) {
    position: relative;
    visibility: visible;
  }
  table.product-detail a {
    color: #0072C3;
  }
  .product-detail tr {
    border-bottom: 1px solid #d9d9d9;
  }
  .product-detail tr:last-child {
    border-bottom: 0px solid #d9d9d9;
  }
  td.labletd {
    font-weight: 600;
  }
  table.product-detail {
    font-size: 14px;
  }
  .product-detail tr td {
    padding: 8px 0px;
  } 
  .pfIconAddToCompare {
    background-image: url('../../in.element14.com/wcsstore8.04.59.103.51/jawr/cssSprites/src/AuroraB2BStorefrontAssetStore/images/pfsprite.png');
    background-position: left -1136px;
    background-repeat: no-repeat;
    width: 20px;
    height: 19px;
    margin-left: 5px;
    position: absolute;
    vertical-align: middle;
    left: -29px;
  }
  .addToCompareMiddle.addCompareForPDP.omTagEvt {
    color: #0068b3;
    font-size: 12px;
  }
  .detailimgtext {
    color: #ADADAD;
    margin: 6px 0;
    font-size: 12px;
  }
  .specificationsBar .accordion-button {
    border: 0;
    outline: 0;
    background: none;
    box-shadow: none;
  }
  .specificationsBar .accordion-item{
    border: 0;
  }
  .btnop span label{
    margin-bottom: 5px;
    font-weight: 600;
  }
  .btnop span label input{
    margin-right: 5px;
  }
  .specificationsBar .accordion-body p {
    width: 35%;
  }
  .specificationsBar .accordion-body span {
    width: 50%;
  }
  .btntext{
    font-size: 13px;
  }
  .sidebarfiltetr .accordion-button {
    box-sizing: border-box;
    background: #f2f4f8;
    border: 1px solid #cacaca;
    font-size: 14px;
    font-weight: 600;
    border-radius: 0 !important;
    
  }
  .bngm label span {
    color: #999;
  }
  .bngm label {
      font-size: 12px;
  }
  .accordion-body.bngm {
    padding: 10px;
  }
  .checkboxj{
    font-size: 12px;

  }
  span.headercheck label,span.headercheck label span {
    font-size: 12px;
    font-weight: 500;
  }
  span.headercheck {
    margin: 0 0 0 auto;
  }
  footer {
    background-color: #1f1f1f;
    color: #fff;
  }
  .footer-component_footer-container__2Yc2d .footer-component_contact-us__bRurt {
    background-color: #1f1f1f;
    color: #fff;
  }
  .footer-component_footer-container__2Yc2d .footer-component_section-heading__2cf5X {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
  .footer-component_section-heading__2cf5X {
    margin-bottom: 5px;
    display: block;
  }
  .footer-component_contact-label__1vC0F {
    margin-bottom: 5px;
  }
  .footer-component_contact-label__1vC0F p {
    font-size: 14px;
    font-weight: 600;
  }
  .footer-component_social-networks__Lwgy0 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /* margin: 0.4rem -1.6rem -1.6rem 0; */
  }
  .ulweb{
    padding: 0;
    list-style: none;
  }
  footer a {
    font-size: 14px;
  }
  .dividerred {
    border: 1px solid #ef0000;
  }
  ul.footerulli {
    display: flex;
    gap: 36px;
    margin: 0;
    padding-top: 20px;
  }

  .footerulli li::marker {
    color: red;
  }
  .rightbgred {
    display: flex;
    flex-direction: column;
    place-content: stretch flex-start;
    align-items: stretch;
    justify-content: flex-start;
    align-content: stretch;
    background-color: #ef0000;
    color: #fff;
    height: 100%;
    transform: translate(0, 24px);
    padding: 34px;
    width: 100%;
  }
  .footer-component_developed-by__31JM2 {
    border-top: 0.1rem solid #fff;
    padding-top: 0.9rem;
    margin-top: 40px;
    font-size: 14px;
  }
  span.footer-component_copyright-heading__PVn2W {
    font-weight: 600;
    margin-bottom: 4px;
  }
  footer address {
    font-size: 14px;
  }
  div.sublist {
    display: table;
    border-collapse: collapse;
    width: 100%;
    position: relative;
  }
  .container-substitutes {
    padding: 0;
    overflow: visible;
  }
  div.sublist .headerRow {
    display: table-header-group;
    background: #fff;
    border-collapse: collapse;
    color: #585858;
  }
  div.sublist div.compare {
    width: 20px;
    text-align: center;
  }
  .container-substitutes .headerRow .compare {
    display: none;
  }
  div.sublist .headerRow div, div.sublist div.cell {
    display: table-cell;
    vertical-align: top;
    border-left: 1px solid #d8d8d8;
  }
  div#prodSubstitutes .headerRow .pad, #pdpSection_PFProdAccessor .headerRow .pad {
    padding: 8px;
    border-left: 0;
    font-weight: bold;
    font-size: 13px;
  }
  div.sublist div.manu {
    width: 100%;
    max-width: 100%;
  }
  div.sublist div.price {
    width: 20%;
  }
  .image.cell .pad img {
    width: 60px;
  }
  .sublist .pad {
    padding: 10px;
  }
  div.sublist div.cell {
    border-left: 1px solid #dadada;
    padding: 0;
    width: 0;
  }
  .substitutes .pad a:link {
    text-decoration: none;
    color: #0072C3;
    outline: none;
    font-size: 13px;
  }
  .substitutes p{

    font-size: 13px;
  }
  .wide.cell {
    width: 10%;
  }
  div.sublist div.manu {
    width: 34%;
  }
  .pad h3 a p:nth-child(1) {
    padding-bottom: 7px;
  }

  .priceBreak .qty_price_range {
    font-weight: bold;
  }
  div.sublist div.price {
    width: 20%;
  }
  div.sublist div.row:nth-child(2n) {
    background-color: #f2f4f8;
  }
  div.sublist div.row {
    display: table-row;
    position: relative;
    border: none;
  }
  .related, .substitutes {
    border: 1px solid #c7c7c7;
  }
  div.sublist div.qtyBuyAction input {
    width: 100%;
    box-sizing: border-box;
  }
  a.btnSecondary, .btnSecondary, .menu-dropdown ul li.action a.btnSecondary {
    border: 2px solid #0072C3;
    background: #fff;
    color: #0072C3 !important;
    transition: all .15s ease-in-out;
  }
  div.sublist div.qtyBuyAction input, div.sublist div.qtyBuyAction a.btn {
    display: block;
    text-align: center;
    vertical-align: middle;
      display: inline-block;
      border: 1px solid #cccccc;
      padding: 10px 5px;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px;
      font-size: 13px;
  }
  a.btn.btnSecondary.ajaxAddToCart {
    border: 2px solid #0072C3 !important;
    border-radius: 5px !important;
  }

  .insideQty .input-control {
    padding: 8px 4px !important;
  }


  .manu.cell a {
    color: #333 !important;
    font-size: 13px;
  }
  #prodSubstitutes p {
    width: 100%;
    margin: 0;
    line-height: 20px;
  }

  span.pfPackType {
    font-size: 13px;
  }
  div.sublist .inStockBold {
    font-size: 16px;
    color: green;
    font-weight: 600;
  }

  span.overlayInStockBold.inStockDesc {
    font-size: 14px;
    line-height: 1;
  }
  .pad a {
    color: #004f9a;
  }
  .btn.v2 {
    background-color: #0072C3 !important;
    color: #ffffff !important;
    border-radius: 5px;
    font: normal bold 14px / 19px Arial;
    border: none !important;
    padding: 12px 30px;
    outline: none;
    float: right;
  } 
  
  @media (max-width: 480px) {
    .table>thead>tr>th, .table>thead>tr>td, .table>tbody>tr>th, .table>tbody>tr>td, .table>tfoot>tr>th, .table>tfoot>tr>td {
    border-bottom: 1px solid #d9d9d9;
    font-size: 13px;
    font-weight: 600;
  }
  }